@import url("../../../../Assets/Css/Settings/font-awesome/css/all.min.css");
.eds_socialStream .edSocialStream_menuWrapper {
  display: flex;
}
.eds_socialStream .edSocialStream_menu {
  margin: auto;
  padding: 0.6rem;
  display: flex;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
}
.eds_socialStream .edSocialStream_menuItem {
  list-style: none;
  margin: 0 0.5rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.2;
  border-radius: calc(4rem - 1.2rem);
  background: #fff;
  transition: all 300ms;
  color: #7a7a7a;
}
@media (max-width: 600px) {
  .eds_socialStream .edSocialStream_menuItem {
    font-size: 0;
  }
}
.eds_socialStream .edSocialStream_menuItem .edSocialStream_menuIcon {
  margin-right: 0.5rem;
}
@media (max-width: 600px) {
  .eds_socialStream .edSocialStream_menuItem .edSocialStream_menuIcon {
    font-size: 1.1rem;
    margin-right: 0;
  }
}
.eds_socialStream .edSocialStream_menuItem:first-child {
  margin-left: 0;
}
.eds_socialStream .edSocialStream_menuItem:last-child {
  margin-right: 0;
}
.eds_socialStream .edSocialStream_menuItem:hover {
  background-color: #ededed;
}
.eds_socialStream .edSocialStream_menuItem.edSocialStream_pinterest .edSocialStream_menuIcon {
  color: #df0022;
}
.eds_socialStream .edSocialStream_menuItem.edSocialStream_facebook .edSocialStream_menuIcon {
  color: #4064ac;
}
.eds_socialStream .edSocialStream_menuItem.edSocialStream_instagram .edSocialStream_menuIcon {
  color: #d12f73;
}
.eds_socialStream .edSocialStream_menuItem.edSocialStream_twitter .edSocialStream_menuIcon {
  color: #5ba4d6;
}
.eds_socialStream .edSocialStream_menuItem.edSocialStream_youtube .edSocialStream_menuIcon {
  color: #cc0d0d;
}
.eds_socialStream .edSocialStream_menuItem.edSocialStream_flickr .edSocialStream_menuIcon {
  color: #ff0084;
}
.eds_socialStream .edSocialStream_menuItem.edSocialStream_tiktok .edSocialStream_menuIcon {
  color: #fe2c55;
}
.eds_socialStream .edSocialStream_menuItem.edSocialStream_active {
  background-color: #58aeff;
  color: #fff;
}
.eds_socialStream .edSocialStream_menuItem.edSocialStream_active .edSocialStream_menuIcon {
  color: #fff;
}

.eds_socialStream .edSocialStream_flexRight {
  margin-left: auto;
}
.eds_socialStream .edSocialStream_streamList {
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  max-width: 100%;
}
.eds_socialStream .edSocialStream_streamItem {
  margin: 1rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
  border-radius: 0.5rem;
  background: #fff;
  text-align: left;
  max-width: calc(100% - 2rem);
}
.eds_socialStream .edSocialStream_itemThumbnail {
  position: relative;
  font-size: 0;
}
.eds_socialStream .edSocialStream_itemThumbnail img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.eds_socialStream .edSocialStream_itemThumbnail > a {
  outline: none;
  display: block;
}
.eds_socialStream .edSocialStream_streamItemContent {
  padding: 1rem;
  color: #a3a2a2;
  font-size: 0.9rem;
}
.eds_socialStream .edSocialStream_streamItemContent a {
  word-break: break-all;
}
.eds_socialStream .edSocialStream_streamItemSource {
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 1rem;
}
.eds_socialStream .edSocialStream_streamItemSource .edSocialStream_sourceIcon {
  margin-right: 0.5rem;
}
.eds_socialStream .edSocialStream_streamItemSource .edSocialStream_sourceIcon img {
  border-radius: 50%;
}
.eds_socialStream .edSocialStream_sourceDetails {
  color: #a3a2a2;
  font-size: 0.8rem;
}
.eds_socialStream .edSocialStream_sourceDetails .edSocialStream_sourceTitle {
  margin: 0;
  padding: 0;
  color: #010101;
  font-size: 0.8rem;
}
.eds_socialStream .edSocialStream_sourceDetails .edSocialStream_postDetails {
  font-size: 0.7rem;
  line-height: 1.1;
}
.eds_socialStream .edSocialStream_streamItemFooter {
  padding: 1rem;
  color: #a3a2a2;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.eds_socialStream .edSocialStream_itemActions {
  display: flex;
}
.eds_socialStream .edSocialStream_itemActions .edSocialStream_itemAction {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.eds_socialStream .edSocialStream_itemActions .edSocialStream_itemAction .edSocialStream_actionValue {
  margin-left: 0.25rem;
}
.eds_socialStream .edSocialStream_itemActions .edSocialStream_itemAction:hover {
  color: #58aeff;
}
.eds_socialStream .edSocialStream_itemActions .edSocialStream_itemAction + .edSocialStream_itemAction {
  margin-left: 0.5rem;
}
.eds_socialStream .edSocialStream_iconAction {
  position: relative;
}
.eds_socialStream .edSocialStream_iconAction input[type=checkbox],
.eds_socialStream .edSocialStream_iconAction input[type=button] {
  visibility: hidden;
  position: absolute;
}
.eds_socialStream .edSocialStream_iconAction input[type=checkbox] + label,
.eds_socialStream .edSocialStream_iconAction input[type=button] + label {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0 0 0 1.2rem;
  color: #a3a2a2;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
}
.eds_socialStream .edSocialStream_iconAction input[type=checkbox] + label::before,
.eds_socialStream .edSocialStream_iconAction input[type=button] + label::before {
  font: 900 0.9rem/1 "Font Awesome 6 Free";
  vertical-align: middle;
}
.eds_socialStream .edSocialStream_iconAction input[type=checkbox] + label:hover,
.eds_socialStream .edSocialStream_iconAction input[type=button] + label:hover {
  color: #58aeff;
}
.eds_socialStream .edSocialStream_iconAction.edSocialStream_visibilityCheckbox input[type=checkbox] + label::before {
  content: "\f070";
}
.eds_socialStream .edSocialStream_iconAction.edSocialStream_visibilityCheckbox input[type=checkbox]:checked + label::before {
  content: "\f06e";
}
.eds_socialStream .edSocialStream_iconAction.edSocialStream_pinnedCheckbox input[type=checkbox] + label::before {
  content: "\e68f";
}
.eds_socialStream .edSocialStream_iconAction.edSocialStream_pinnedCheckbox input[type=checkbox]:checked + label {
  color: #58aeff;
}
.eds_socialStream .edSocialStream_iconAction.edSocialStream_pinnedCheckbox input[type=checkbox]:checked + label::before {
  content: "\f08d";
}
.eds_socialStream .edSocialStream_iconAction.edSocialStream_deleteButton input[type=button] + label::before {
  content: "\f2ed";
}
.eds_socialStream .edSocialStream_iconAction.edSocialStream_deleteButton input[type=button] + label:hover {
  color: red;
}
.eds_socialStream .edSocialStream__notVisible {
  opacity: 0.4;
}
.eds_socialStream .edSocialStream__pinned::after,
.eds_socialStream .edSocialStream__deleted::after {
  font: 900 4rem/1 "Font Awesome 6 Free";
  position: absolute;
  border-radius: 0.5rem;
}
.eds_socialStream .edSocialStream__pinned .edSocialStream_iconAction.edSocialStream_pinnedCheckbox input[type=checkbox] + label {
  color: #58aeff;
}
.eds_socialStream .edSocialStream__pinned .edSocialStream_iconAction.edSocialStream_pinnedCheckbox input[type=checkbox] + label::before {
  content: "\f08d";
}
.eds_socialStream .edSocialStream__pinned .edSocialStream_iconAction.edSocialStream_pinnedCheckbox input[type=checkbox] + label:hover {
  color: #a3a2a2;
}
.eds_socialStream .edSocialStream__deleted {
  box-shadow: 0 0 7px red;
}
.eds_socialStream .edSocialStream__deleted > div {
  filter: grayscale(1);
}
.eds_socialStream .edSocialStream__deleted::after {
  content: "\f2ed";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  z-index: 9;
  color: red;
  opacity: 0.7;
  background-color: #fff;
}

.eds_socialStream .edSocialStream_badge {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.3rem 0.7rem;
  margin: -0.5rem 0 0 -0.5rem;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.eds_socialStream .edSocialStream_badge.edSocialStream_pinterest {
  background-color: #df0022;
}
.eds_socialStream .edSocialStream_badge.edSocialStream_facebook {
  background-color: #4064ac;
}
.eds_socialStream .edSocialStream_badge.edSocialStream_instagram {
  background-color: #d12f73;
}
.eds_socialStream .edSocialStream_badge.edSocialStream_twitter {
  background-color: #5ba4d6;
}
.eds_socialStream .edSocialStream_badge.edSocialStream_youtube {
  background-color: #cc0d0d;
}
.eds_socialStream .edSocialStream_badge.edSocialStream_flickr {
  background-color: #ff0084;
}
.eds_socialStream .edSocialStream_badge.edSocialStream_tiktok {
  background-color: #fe2c55;
}
.eds_socialStream .edSocialStream_itemThumbnail > a img + .edSocialStream_badge {
  position: absolute;
  bottom: 0.5rem;
  left: -0.5rem;
  margin: 0;
}

.eds_socialStream .edssm__loadMoreTriggerWrapper {
  text-align: center;
  padding: 1rem 0;
}
.eds_socialStream .edssm__loadMoreTriggerWrapper .edssm__loadMorePosts {
  position: relative;
  padding: 0;
  background: none #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
  -webkit-appearance: none;
  overflow: hidden;
  width: 100%;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.eds_socialStream .edssm__loadMoreTriggerWrapper .edssm__loadMorePosts > span {
  color: #999;
  font-size: 0.75rem;
  line-height: 1.42857;
  font-weight: 400;
  display: block;
  padding: 12px 30px;
}
.eds_socialStream .edssm__loadMoreTriggerWrapper .edssm__loadMorePosts .actionTextContainer {
  background-color: #fff;
  transition: all 200ms linear;
}
.eds_socialStream .edssm__loadMoreTriggerWrapper .edssm__loadMorePosts .loadingOverlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  opacity: 0;
  transition: opacity 200ms linear;
  background-color: rgba(255, 255, 255, 0.8);
}
.eds_socialStream .edssm__loadMoreTriggerWrapper .edssm__loadMorePosts:hover {
  box-shadow: 0 5px 10px -6px rgba(88, 174, 255, 0.2), 0 2px 10px 0px rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(88, 174, 255, 0.1);
}
.eds_socialStream .edssm__loadMoreTriggerWrapper .edssm__loadMorePosts:hover .actionTextContainer {
  color: #fff;
  background-color: #58aeff;
}
.eds_socialStream .edssm__loadMoreTriggerWrapper .edssm__loadMorePosts.loading .loadingOverlay {
  opacity: 1;
  top: 0;
}