.ps-members {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--PADD--MD);
  /* grid-row-gap: var(--PADD--MD); */
}

.custom-member-card {
  display: flex;
  padding: 9px;
  /* border: 1px solid #f1f1f1; */
  border-radius: 4px;
  margin: 5px;
  transition: box-shadow 0.2s ease;
}

/* .custom-member-card:hover {

  box-shadow: var(--BOX-SHADOW--MD);
  ;
} */

.custom-member-card .member-profile-image {
  position: relative;
}

.custom-member-card img.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 15px;
}

.custom-member-card .member-profile-image .ps-online {
  right: 18px;
  bottom: 26%;
}

.ps-js-member .custom-member-card .custom-member-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 11px;
  border-bottom: 1px solid #d9d9d9;
}

.custom-member-card .custom-member-info .profile-name {
  margin: 0;
  font-size: 16px;
  line-height: 21.28px;
  font-weight: 600;
  color: #000000;
}

.custom-member-card .custom-member-info .matual-friends-details {
  position: relative;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 17.29px;
  color: #999999;
  gap: 18px;
  align-items: center;
}

.custom-member-card
  .custom-member-info
  .matual-friends-details
  .matual-friends-inner {
  display: flex;
  align-items: center;
  gap: 4px;
}

.circle-img {
  width: 32px; /* Adjust image size */
  height: 32px;
  border-radius: 50%;
  overflow: hidden; /* Clip image into a circle */
  margin-right: -10px; /* Creates the overlap effect */
  border: 4px solid #fff; /* Adds a white border around images */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Optional shadow */
}

.circle-img img {
  width: 100%;
  height: 100%;
  vertical-align: unset;
  object-fit: cover; /* Ensure the image covers the circle */
}

.custom-member-card
  .custom-member-info
  .matual-friends-details
  .matual-friends-inner
  img.first {
  position: absolute;
  border: 2px white solid;
  height: 24px;
  width: 24px;
}

.custom-member-card
  .custom-member-info
  .matual-friends-details
  .second {
  margin-left: 20px;
}

.custom-member-card .profile-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 21px;
  align-items: center;
}

.custom-member-card .profile-buttons button {
  padding: 4px 16px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  gap: 3px;
  align-items: center;
  color: #000000;
  font-weight: 600;
}

.custom-member-card .profile-buttons .ps-js-member-actions-extra a {
  border: none;
  display: flex;
  gap: 3px;
  align-items: center;

  max-width: 130px;
  padding: 10px 16px !important;

  background: #000000;
  border-radius: 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;

  letter-spacing: 0.4px;

  color: #ffffff;
}

.custom-member-card
  .profile-buttons
  .ps-js-member-actions-extra
  a
  span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 130px;
  vertical-align: middle;
  position: relative;
}

.custom-member-card .profile-buttons button.btn-primary {
  background-color: #dbe2e6;
}

.custom-member-card .profile-buttons a.profile-button {
  background: transparent;
  padding: 4px 6px;
  display: flex;
  gap: 3px;
  align-items: center;

  box-sizing: border-box;
  padding: 10px 16px;
  gap: 8px;

  border: 1px solid #d9d9d9;
  border-radius: 15px;

  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  letter-spacing: 0.4px;

  color: #000000;
}

.custom-peepso-members .ps-js-member {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: none;
}

.custom-peepso-members .pso-member:hover {
  /* box-shadow: var(--BOX-SHADOW--MD); */
  box-shadow: none;
}

.member-page-title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 24px;
  margin-top: 16px;
}
.search-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 0px 10px;
}

.plg-peepso .search-input,
.plg-peepso .search-input:focus {
  border: none !important;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: unset;
  flex: 1; /* Take remaining space */
}
.search-input::placeholder {
  color: #aaa;
}

.search-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .custom-member-card {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 375px) {
  .custom-member-card .profile-buttons,
  .custom-member-card
    .custom-member-info
    .matual-friends-details.matual-friends-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

/*-------------------- custom header --------------------------- */

#apus-header-mobile .settings-btn {
  padding: 10px;
  border-radius: 50%;
  font-weight: 600;
  border: 1px solid #999999;
}

.ps-navbar.js-toolbar {
  position: fixed;
  bottom: 0;
  z-index: 4;
}

.ps-navbar__menu--mobile .ps-navbar__menu-item:first-child {
  border-right: none;
}

.ps-navbar__toggle {
  border-left: none;
}

.ps-navbar__menu.ps-navbar__menu--mobile span.active a {
  color: #640398 !important;
  border-bottom: 2px solid #640398;
}

.ps-navbar__menu.ps-navbar__menu--mobile span.active svg {
  fill: #640398;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ps-navbar.js-toolbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: 0px 1px 0 0 rgba(70, 77, 87, 0.15);
  }

  .ps-friends {
    margin-top: 11px;
  }
}

@media (max-width: 612px) {
  .ps-navbar.js-toolbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: 0px 1px 0 0 rgba(70, 77, 87, 0.15);
  }

  .ps-friends {
    margin-top: 11px;
  }
}

/*-----------------------Feed style changes----------------------------------*/
.ps-stream-hashtag {
  color: #640398;
  font-weight: 600;
}

.ps-btn--action {
  --bg: #640398;
  --bg--hover: #640398;
}

.peepso-markdown {
  color: var(--black);
  /* var in plugins/wp-vue-js/public/css/wp-vue-js-public.css */
  line-height: 21px;
}

.ps-stream-post-more {
  font-size: 15px;
  font-weight: 500;
}

.ps-media__title > a {
  color: rgb(5, 5, 5);
  font-size: 17px;
  font-weight: 600;
}

.ps-media__body.ps-media-body {
  background: rgb(240, 242, 245);
  padding: 12px 22px 12px 22px;
}

.ps-media__subtitle > a {
  color: rgb(101, 103, 107);
}

.ps-media--embed .ps-media__inner {
  border-radius: 0;
}

.ps-media--embed {
  padding-left: 0;
  padding-right: 0;
}

.ps-media__desc {
  color: rgb(101, 103, 107);
  font-size: 15px;
}

.ps-media.ps-media--video {
  display: none;
}

.ps-post__title,
.peepso-markdown {
  font-size: 16px;
}

.circle-play-icon {
  /*display: inline-block;*/
  /*width: 50px;*/
  /*height: 50px;*/
  /*border-radius: 50%;*/
  /*border: 2px solid white;*/
  /*background-color: transparent; */
  color: #ffffff;
  font-family: 'Font Awesome 6 Free' !important;
}

.circle-play-icon:before {
  /*content: "";*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-40%, -50%);*/
  /*width: 0;*/
  /*height: 0;*/
  /*border-top: 10px solid transparent;*/
  /*border-bottom: 10px solid transparent;*/
  /*border-left: 15px solid white; */
  content: '\f144';
  font-weight: 400;
  font-size: 1em;
}

.ps-post__info {
  color: rgb(101, 103, 107);
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
  /* Your CSS rules for this screen size range */
  /* For example: */
  .video-js {
    height: 282px;
  }

  /* Add more styles as needed */
}

@media only screen and (max-width: 374px) {
  .video-js {
    height: 180px;
    /* Adjust height for mobile small */
  }
}

/* For mobile medium */
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .video-js {
    height: 210px;
    /* Adjust height for mobile medium */
  }
}

/*-----------------------PostBox style changes----------------------------------*/
.ps-js-interaction-wrapper.ps-js-postbox-toggle {
  display: flex !important;
  gap: 32px;
  /* Button sm */

  /* width: 43px;
height: 20px;

font-family: 'Segoe UI';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;
/* identical to box height */
  /* letter-spacing: 0.4px;

color: #000000;


/* Inside auto layout */
  /* flex: none;
order: 2;
flex-grow: 0; */
}

.ps-postbox__footer11 .ps-postbox__menu-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.ps-postbox__footer11 .ps-postbox__menu-item-link div {
  margin-left: 1rem;
}

.plg-peepso
  .peepso
  .ps-postbox__menu-item--type
  .ps-postbox__menu-item-link {
  background-color: white !important;
  border-radius: 11px;
  padding: 10px 0px;
  border: 1px solid var(--gray-100) !important;
  /* var in plugins/wp-vue-js/public/css/wp-vue-js-public.css */
  color: var(--black) !important;
  /* var in plugins/wp-vue-js/public/css/wp-vue-js-public.css */
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.ps-postbox__menu-item--type .ps-postbox__menu-item-link:hover {
  background-color: var(--type-bg--hover) !important;
}

.ps-postbox__footer11 .ps-postbox__menu {
  justify-content: space-between;
  gap: 32px;
}

.ps-postbox__footer11 .ps-postbox__menu-item {
  flex: 1;
}

.custom-postbox-status-wrapper {
  display: flex;
  /*align-items: center;*/
  padding: 24px 24px 16px 24px;
  gap: 1rem;
}

.custom-postbox-status-wrapper .ps-postbox__status-wrapper {
  flex: 1;
  border: 1px solid var(--gray-100);
  border-radius: 16px;
}

.custom-postbox-status-wrapper .ps-postbox__input {
  font-size: var(--font-size-md) !important;
  /* var in plugins/wp-vue-js/public/css/wp-vue-js-public.css */
  color: var(--gray-medium);
  /* var in plugins/wp-vue-js/public/css/wp-vue-js-public.css */
  line-height: 24px !important;
  font-weight: var(--font-weight-semibold);
  /* var in plugins/wp-vue-js/public/css/wp-vue-js-public.css */
}

.custom-postbox-status-wrapper .ps-textarea::placeholder {
  color: var(--gray-medium);
}

.custom-tab-root {
  display: flex !important;
  flex-direction: column;
  padding: 0px 24px 24px 24px;
}

.custom-postbox-status-wrapper .ps-avatar {
  width: 40px;
}

.ps-postbox__input-wrapper {
  padding: 12px 16px 12px 16px;
}

.ps-postbox__menu-item--type .ps-postbox__menu-item-link {
  font-weight: 600;
}

@media (max-width: 612px) {
  #type-tab .ps-js-postbox-dropdown.ps-js-postbox-dropdown-custom a {
    border-top: 0;
  }
}

/*-----------------------------*/
.custom-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.custom-dropdown-toggle {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  /*border: 1px solid #ccc;*/
  border-radius: 50%;
  padding: 8px;
}

.custom-dropdown-toggle:hover {
  background-color: #f1f1f1;
}

.custom-dropdown-toggle svg {
  fill: var(--black);
}

.custom-dot {
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
  margin: 2px 0;
}

.custom-dropdown-content {
  display: none;
  /*position: absolute;*/
  background-color: #f9f9f9;
  margin-top: 17px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  border-top: 1px solid var(--separator--light);
}

.custom-dropdown-content a {
  display: block;
  padding: 8px 0;
  min-width: 20px;
}

.custom-row-dropdown {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.custom-col-dropdown {
  display: flex;
  flex-direction: column;

  justify-content: space-between;
}

/*.custom-dropdown-content a:hover {*/
/*    background-color: #f1f1f1;*/
/*}*/

.ps-postbox__menu-item-link .submenu-icon {
  transition: box-shadow 0.3s ease-in-out;
  /* Adjust the duration and timing function as needed */
}

.ps-postbox__menu-item-link:hover .submenu-icon {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.custom-dropdown-submenu .ps-postbox__menu-item-link {
  flex-direction: column;
  justify-content: center;
  min-width: 50px;
}

.ps-postbox__menu-item-link:before {
  background-color: transparent;
}

.ps-postbox__footer11 .ps-postbox__menu-item-link .submenu-icon {
  margin: 0;
}

.submenu-icon {
  height: 40px;
  width: 40px;
  background: white;
  padding: 9px;
  border-radius: 50%;
}

/*-----------------------------------------------------*/

/*-------------------------------------------------- main container on newsfeed ---*/
#main-container {
  margin-top: 3px !important;
}

/*-----------------------------------------------------*/
