/* @media only screen and (min-width: 768px) and (max-width: 1199px) {
  .navbar-logo {
    padding-left: 2em;
    margin-left: 0;
    flex: 3;
  }
  .navbar-logo img {
    height: 28px;
  }
  .navbar-active-page {
    font-size: 16px;
    flex: 2;
  }
  .navbar-search {
    flex: 5;
  }
  .navbar-icons {
    flex: 7;
    gap: 1em;
    padding-right: 2em;
    margin-right: 2em;
  }
  .main-section .main-division {
    border: none;
    width: 100%;
    margin: 0;
    padding: 2em 18% 2em 28%;
  }
  .main-section .main-division.yomeco-tv {
    padding: 1.5em 1em 2em 10em;
  }

  .sidebar-left ul li a {
    font-size: 12px;
  }
  .main-section .sidebar-left {
    width: 8em;
    padding: 1.5em 0.7em;
  }
  .main-division .post-filters div {
    margin: 1em 0.5em;
    font-size: 12px;
    text-wrap: nowrap;
  }
  .post-content .post-image img {
    width: 100%;
  }
  .post-content .post-image {
    height: 14em;
  }
  .main-division.yomeco-jobs,
  .main-division.yomeco-events {
    padding: 2em 3em 2em 10em;
  }
  .main-division.job-offer,
  .main-division.event-offer {
    padding: 2em 2em 2em 10em;
  }
  .main-section .main-division.profile {
    padding: 2em 2em 2em 6em;
  }
  .main-division.profile
    .post-author-information
    .post-author-name
    .mention-append {
    display: none;
  }

  .main-division.profile .user-create-post-input-group.w-8 {
    display: none;
  }
  .main-division.profile .invite-links h3 {
    font-size: 1em;
  }
  .main-division .invite-links .invite-desc {
    font-size: 12px;
  }

  .post-container .post-content p {
    font-size: 0.9em;
  }
  .main-section .main-division.profile.profile-edit-main {
    padding: 3em 3em 3em 3em;
    margin: 0 5em 0 9em;
  }
  .main-division.settings-main .settings-opt {
    width: 70%;
  }
  .main-division.settings-main .profile-txt-detail h3 {
    margin-left: 15%;
    margin-top: 1em;
  }

  .main-division.profile.settings-main {
    padding: 1em 10vw 1em 23vw;
    margin: 0;
  }
  .main-division.profile.settings-main.yomeco-jobs{
    padding: 1em 3vw 1em 23vw;
margin:0;
  }
  h3 {
    font-size: 1em;
  }
  .main-division.privacy .privacy-opt label {
    text-wrap: nowrap;
  }

  .main-division.privacy .privacy-opt {
    width: 80%;
  }
  .input-o-group,
  .account-information .input-t-group {
    width: 80%;
  }

  .main-division.profile .tfgs .tfgs-switch {
    padding: 1.1em 0.5em 0 0.5em;
    gap: 0.3em;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main-division.profile .tfgs .tfgs-switch::-webkit-scrollbar {
    display: none;
  }

  .main-section .main-division.chat.profile {
    padding: 2em 3em 2em 7em;
  }

  .gr-sm-hd {
    display: none;
  }
  .msg-cont {
    width: 70%;
  }
  .chat-a {
    width: 30%;
  }
  .chat-user {
    width: 100%;
    box-shadow: unset;
    padding: 0 1em;
    height: auto;
    height: 70dvh;
    overflow-y: scroll;
  }
  .chat .msg-cont {
    height: 85vh;
  }
  .msg-content {
    height: 67dvh;
  }
  .msg-header .flex-gr:first-child,
  .msg-header .flex-gr:nth-child(2) {
    width: 100%;
  }
  .chat-cont .post-owner-info {
    justify-content: space-between;
  }
  .chat-cont-h {
    gap: 1em;
  }
  p.status {
    font-size: 12px;
  }
  .msg-s {
    max-width: 80%;
  }
  .msg-r {
    max-width: 80%;
  }
  .chat-cont-inner {
    width: 100%;
  }
  #chatContH .xx-show {
    display: block;
  }
  .r-file-desc p {
    text-wrap: wrap;
  }
  .r-file-subtext {
    display: none;
  }
  .overflow-scroll {
    height: 40vh;
    padding-bottom: 0;
  }
  .float-bottom {
    height: 13vh;
  }
  .main-division.profile .friend-request, .main-division.profile .friend-listing {
    width:85%;
    margin:0.5em auto;
  }
  .lg-show.main-search{
    display:none;
  }
  .xx-show-flex.main-search{
    display:flex;
  }
  @media screen and (min-width: 850px) {
    .main-section .sidebar-left {
      width: 11em;
      padding: 1.5em 1em;
    }
    .main-section .main-division.profile {
      padding: 2em 2em 2em 9em;
    }
    .main-section .main-division {
      border: none;

      padding: 2em 21% 2em 30%;
    }
    .post-content .post-image img {
      width: auto;
    }
    .main-division.yomeco-jobs,
    .main-division.yomeco-events {
      padding: 2em 3em 2em 12em;
    }
    .main-division.job-offer,
    .main-division.event-offer {
      padding: 2em 3em 2em 15em;
    }
    .main-section .main-division.profile.profile-edit-main {
      padding: 3em 7em 3em 15em;
      margin: 0;
    }

    .account-information .input-o-group,
    .account-information .input-t-group {
      width: 70%;
    }
    .main-section .main-division.chat.profile {
      padding: 2em 3em 2em 9em;
    }
  }
} */

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .navbar-icons .navbar-icon {
    display: none;
  }
  .navbar-icons {
    padding-right: 0;
    margin-right: 0;
    flex: 3;
  }
  .main-division.yomeco-jobs .job-expound.xx-show-un{
    display:block;
    margin:1em auto;
    max-width:65%;
    }
  .message-top-sidebar-right {
    display: none;
  }
  .navbar-active-page {
    display: none;
  }
  .mobile-navbar-menu-icon {
    display: block;
  }
  .navbar-logo {
    padding-left: 1em;
    flex: 2;
  }
  .navbar-logo img {
    height: 22px;
  }
  .navbar {
    padding: 0 1em;
  }

  .navbar-search {
    padding: 0em 0.3em;
    border-radius: 14px;
    height: 1.6em;
    flex: 6;
    margin: 0;
    margin-left: 1em;
  }

  .navbar-search input {
    padding: 0em 0.2em;
  }

  .sidebar-right {
    display: none;
  }

  .main-section .main-division {
    margin: 0;
    border: none;
    display: block;
    padding: 1em calc(1.3em + 10%);
    width: 100%;
  }
  .main-section {
    margin-bottom: 4em;
  }
  .navbar {
    position: fixed;
    height: 4em;
    top: 0;
  }
  .main-division .post-filters {
    /* justify-content: space-evenly; */
    width: 100%;
    margin: 1em 0;
  }
  .main-division .post-filters div {
    padding: 0.7em;
    border-radius: 14px;
    margin: 0.5em;
    width: auto;
    font-size: 12px;
    text-wrap: nowrap;
  }

  .main-division .user-create-post {
    width: 100%;
    padding: 0.3em 0.6em;
    margin-top: 1em;
  }
  .post-container {
    padding: 0;
  }

  .post-content .post-image {
    height: 14em;
    width: 100%;
  }
  .post-content .post-image img {
    width: 100%;
  }
  .footer .mobile-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    padding: 1em 0.5em;
    width: 100%;
    list-style: none;
    background-color: rgba(248, 247, 248, 1);
    z-index: 11;
  }
  .footer .mobile-footer li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .mobile-footer li a {
    text-decoration: none;
    color: hsla(0, 0%, 0%, 0.15);
    font-size: 12px;
  }
  .footer .mobile-footer li svg {
    stroke: hsla(0, 0%, 0%, 0.15);
  }
  .footer .mobile-footer .link-active svg {
    stroke: hsla(0, 0%, 0%, 1);
  }
  .footer .mobile-footer .link-active a {
    color: hsla(0, 0%, 0%, 1);
  }

  .main-section .sidebar-left {
    display: none;
    z-index: 10;
    margin: 0;
    padding: 0;
    top: 0;
    width: calc(50% + 1em);
    animation-fill-mode: forwards;
  }

  .main-section .sidebar-left .account-settings {
    display: none;
  }

  .mobile-lsh {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: hsla(205, 90%, 48%, 1);
    padding: 2em 2em 4em 2em;
    position: relative;
    border: none;
  }
  .mobile-lsh svg:first-child {
    margin-bottom: 1em;
  }
  .mobile-lsh-profile {
    background-color: hsla(0, 0%, 100%, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em 3em;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    text-wrap: nowrap;
    position: absolute;
    bottom: -35%;
  }
  .mobile-lsh-profile p {
    font-size: 12px;
    font-weight: 600;
  }
  .mobile-lsh-profile span {
    font-weight: 400;
    font-size: 11px;
    color: hsla(227, 63%, 18%, 0.3);
  }
  .mobile-lsh-profile .mobile-lsh-image {
    height: 3em;
    width: 3em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 1s;
    position: relative;
    margin-bottom: 0.5em;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid hsla(227, 63%, 18%, 0.2);
  }
  .mobile-lsh-profile .mobile-lsh-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sidebar-left .navigation,
  .sidebar-left .for-you {
    padding: 0 calc(1.4em + 10%);
  }
  .sidebar-left .navigation {
    margin-top: 4.5em;
  }

  @keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

  @keyframes slideOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .sidebar-left.show {
    display: block;
    animation: slideIn 0.9s forwards;
  }

  .sidebar-left.hide {
    animation: slideOut 0.9s forwards;
  }
  .sidebar-left .close {
    display: block;
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    z-index: 15;
  }
  .sidebar-left .close svg {
    height: 2.5em;
  }
  .no-scroll {
    overflow: hidden;
  }

  .yomeco-tv-content .navbar {
    background: transparent;
  }
  .no-scroll {
    overflow: hidden;
  }
  .yomeco-tv-content .main-division.yomeco-tv .video-switch {
    display: none;
  }
  .yomeco-tv-content .main-division.yomeco-tv .video-desc {
    display: none;
  }
  .yomeco-tv-content .main-division.yomeco-tv .video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 3.9em;
    border-radius: unset;
  }
  .main-division.yomeco-tv .video-container video {
    border-radius: unset;
  }

  .main-division.yomeco-tv .video-mobile-desc {
    display: block;
    position: absolute;
    color: white;
    bottom: 4em;
    padding: 0.5em 0.5em 0.5em 1em;
    margin-left: 0;
    left: 0;
  }
  .main-division.yomeco-tv .video-mobile-desc .video-category {
    color: hsla(1, 100%, 100%, 0.4);
  }
  .main-division.yomeco-tv .views-count {
    color: hsla(1, 100%, 100%, 0.4);
  }
  .main-division.yomeco-tv .vid-title .title {
    color: white;
    font-size: 12px;
  }

  .two-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 3em;
    color: white;
  }

  /* .video-mobile-desc .post-title .post-profile-image {
    width: 2em;
    height: 2em;
  } */
  .video-mobile-desc
    .post-owner-info
    .post-author-information
    .post-author-name {
    font-weight: 500;
    font-size: 12px;
  }
  .video-mobile-desc .post-author-information .post-author-username {
    font-weight: 400;
    font-size: 11px;
  }
  .video-mobile-desc .post-title {
    flex: 9;
    flex-direction: column;
    gap: 0.3em;
    padding-right: 1.3em;
  }
  .video-mobile-desc .video-analytics {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1em 0;
    gap: 0.5em;
    width: 100%;
  }
  .mobile-width {
    width: 100%;
  }

  .video-mobile-desc .title {
    font-weight: 500;
    color: white;
    font-size: 14px;
  }
  .video-mobile-desc .desc {
    font-size: 11px;
    font-weight: 400;
  }
  .main-division.yomeco-tv .video-mobile-desc .views-count svg {
    stroke: hsla(1, 100%, 100%, 1);
  }
  .video-mobile-desc .mobile-desc-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .main-division.yomeco-tv .video-mobile-desc .count-svg {
    flex-direction: column;
    flex: unset;
    justify-content: center;
  }
  .main-division.yomeco-tv .video-mobile-desc span {
    text-align: center;
  }
  .main-division.yomeco-tv .video-mobile-desc .video-analytics svg {
    stroke: white;
  }

  .main-division .ls-display-none {
    display: block;
  }
  .main-division .sm-flex .create-job,
  .main-division .sm-flex .create-event {
    font-size: 14px;
    display: flex;
    text-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    padding: 0.4em 1em;
    gap: 0.5em;
  }
  .main-division.yomeco-jobs,
  .main-division.job-offer,
  .main-division.yomeco-events,
  .main-division.event-offer {
    padding: 1em 1.5em;
  }
  .main-division.yomeco-jobs .jobs-title,
  .main-division.yomeco-events .events-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }
  /* .main-division.yomeco-jobs .job-expound,
  .main-division.yomeco-events .event-expound {
    display: none;
  } */
  .small-circle-image {
    height: 2em;
    width: 2em;
  }
  .main-division.job-offer .job-expound,
  .main-division.event-offer .event-expound {
    width: 70%;
    margin: 1.2em auto;
  }

  .profile-container .invite-links {
    display: none;
  }
  .main-division.profile .profile-container {
    justify-content: center;
    gap: unset;
  }
  .main-section .main-division.profile {
    margin: 0;
    border: none;
    display: block;
    padding: 0;
    width: 100%;
  }
  .main-division.profile .tfgs {
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    top: 0;
  }

  .main-division.profile .user-create-post-input-group.w-8 {
    display: none;
  }
  .main-division.profile .tfgs .tfgs-switch {
    padding-top: 1.1em;
    gap: 1em;
  }
  .main-division.profile .tfgs .tfgs-switch .switch-btn {
    font-weight: 600;
    font-size: 0.9em;
    text-wrap: nowrap;
  }
  .main-division.profile
    .post-author-information
    .post-author-name
    .mention-append {
    display: none;
  }
  .timeline-container {
    padding: 1em 5em 2.5em 5em;
    width: 100%;
  }
  .main-division.profile .profile-tfgs {
    padding: 0;
  }
  .main-division.profile .profile-info-detail {
    margin: 2em;
  }
  .main-division.profile .friend-request,
  .main-division.profile .friend-listing {
    width: 90%;
    gap: 0;
  }
  .main-division.profile .friends-container {
    padding: 2em 6em;
  }

  .main-section .main-division.profile.profile-edit-main {
    padding: 1em 2.5em;
    margin: 0;
  }
  .main-division.profile-edit-main .pic-u p {
    display: none;
  }
  .main-division.profile-edit-main .pic-u {
    padding: 0.6em 0.7em;
  }
  .main-division.profile.profile-edit-main .profile-pic-sz {
    display: none;
  }
  .main-division.profile-edit-main .profile-banner-sz {
    font-size: 0.4em;
  }
  .xx-show-flex {
    display: flex;
  }
  #chatContH .xx-show {
    display: block;
  }
  .main-division.profile-edit-main .profile-pic-sz.xx-show {
    display: block;
    font-size: 0.4em;
    top: -2.5em;
    left: 35%;
  }
  .main-division.profile-edit-main .profile-txt-detail label {
    font-size: 1em;
    text-wrap: nowrap;
    width: 30%;
  }
  .main-division.profile-edit-main .profile-txt-detail > div:not(:first-child) {
    gap: 1.5em;
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: fit-content;
  }
  .main-division.profile-edit-main .profile-txt-detail input::placeholder {
    font-size: 0.8em;
  }

  .main-division.profile-edit-main .profile-txt-detail input,
  .username-update-gr {
    width: 65%;
  }
  .main-division.profile-edit-main .social-media-links li {
    width: 80%;
  }
  .sm-text {
    font-size: 0.5em;
  }

  .main-division.settings-main .settings-opt {
    width: 90%;
  }
  .main-division.settings-main .profile-txt-detail h3 {
    margin-left: 5%;
    margin-top: 0.5em;
  }
  .main-division.settings-main .settings-opt .setting-gr a p {
    font-size: 1em;
  }

  .sm-settings {
    display: block;
    padding: 0 calc(1.4em + 10%);
  }

  .sidebar-left .sm-settings .for-you-title {
    padding: 0.3em 0.5em;
  }

  .sidebar-left .sm-settings .for-you-title svg {
    fill: #0b1334;
    transition: 1s ease-in-out;

    transform: rotate(180deg);
  }

  .sidebar-left .sm-settings.disp-settings {
    background-color: rgba(248, 249, 251, 1);
  }
  .sm-settings .for-you-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
  }

  .main-division.main-division.profile.settings-main {
    padding: 0 5vw;
    margin: 0;
  }
  .main-division.privacy .privacy-opt {
    width: 100%;
  }
  .main-division.privacy .privacy-opt label {
    font-size: 1em;
    text-wrap: nowrap;
  }
  .main-division.privacy .priv-item .priv-item-fr {
    width: 40%;
  }
  .main-division.privacy .priv-item .priv-item-sc {
    width: 60%;
  }
  .main-division.privacy.settings-main .profile-txt-detail h3 {
    margin-left: 0;
  }
  .main-division.privacy .data-mngt {
    width: 80%;
  }
  .step-back {
    display: flex;
    gap: 1em;
    padding: 0.5em 1em;
    border-radius: 9px;
    background-color: hsla(0, 0%, 100%, 0.35);
    color: black;
    position: absolute;
    top: 1em;
    left: 0.7em;
    font-weight: 400;
    font-size: x-small;
  }
  h3 {
    font-size: 1em;
  }

  .input-o-group,
  .account-information .input-t-group,
  .security .security-main {
    width: 90%;
  }
  .account-information .input-o-group .input-group label {
    flex: 4;
    font-size: 0.8em;
  }
  .nots-option.input-o-group .input-group label {
    flex: 7;
  }
  .security-main .input-group label {
    flex: 5;
    font-size: 0.9em;
    text-wrap: wrap;
  }
  #overlay {
    z-index: 1;
  }
  .popup-container {
    width: 100%;
    max-width: 100%;
    top: 4em;
    padding: 1em 0.8em;
    border-radius: 0;
  }
  .lg-show {
    display: none;
  }
  .chat-cont-inner {
    width: 100%;
    padding: 0em 1.2em;
  }
  .chat-a {
    display: none;
  }
  .gr-sm-hd {
    display: none;
  }
  .main-section .main-division.chat.profile {
    padding: 1em;
    margin: 0;
  }
  .chat-cont {
    display: block;
    padding: 0 0 2em 0;
  }
  .chat-user {
    width: 100%;
    box-shadow: unset;
    padding: 0 1em;
    height: auto;
    height: 70dvh;
    overflow-y: scroll;
  }
  .chat .msg-cont {
    height: 75dvh;
  }
  .msg-content {
    height: 67dvh;
  }
  .chat .msg-cont {
    width: 90%;
    margin: 0 auto;
  }
  .msg-header .flex-gr:first-child,
  .msg-header .flex-gr:nth-child(2) {
    width: 100%;
  }
  .chat-cont .post-owner-info {
    justify-content: space-between;
  }
  .chat-cont-h {
    gap: 1em;
  }
  .post-owner-info .post-author-information .post-author-name {
    font-size: 12px;
  }
  p.status {
    font-size: 11px;
  }
  .msg-s {
    max-width: 80%;
  }
  .msg-r {
    max-width: 80%;
  }
  .overflow-scroll {
    height: 30vh;
    padding-bottom: 1.5em;
  }
  .float-bottom {
    margin-top: 2em;
    padding: 1.2em 0;
    height: 10vh;
  }
  .wishlist-wrapper {
    flex: unset;
    min-width: 85%;
    max-width: 90%;
    margin:1.1em auto;
  }
  .friend-listing.shop .flex-center .user-profile-image{
    flex:1.5;

  }
  .main-division.profile .friend-listing.shop .mutuals{
    font-size:0.6em;
    width:100%;
  }
  .shop.friend-listing .flex-center .friend-user-info {
    flex: 3;
  }
  
.main-division.profile .friend-listing.shop {
  width:90%;
  margin:1em auto;
}

.main-division.yomeco-jobs.shop-page .yomeco-featured-job{
  padding:1.5em;
  margin:0.5em 2em;
}
.wishlist-wrapper .myWishlist{
  padding:1.5em 1em;
  margin:0.5em 1.5em;

}
.prod-detail-cont .flex-center.upper{
  flex-direction:column;
 }
 .prod-images{
  flex:unset;
  width:100%;
  padding:2em 4em;
 }
 .prod-info{
  flex:unset;
  padding:2em 4em;
 }
 .rt-group{
width:80%;
}
  @media screen and (min-width: 550px) and (max-width: 767px) {
   .prod-images, .prod-info{
    padding:2em 7em;
   }
   .rt-group{
    width:70%;
   }
    .post-content .post-image {
      height: 15em;
      width: 100%;
    }
    .main-section .main-division {
      padding: 1em calc(1.7em + 15%);
    }
    .main-division.yomeco-jobs,
    .main-division.yomeco-events {
      padding: 1em calc(0.5em + 15%);
    }
    .main-division.job-offer,
    .main-division.job-offer {
      padding: 1em calc(0.5em + 15%);
    }
    .main-division.profile .friends-container {
      /* padding:2em 8rem; */
      padding: 2em 3em;
    }
    .main-division.profile .tfgs .tfgs-switch {
      gap: 1.4em;
    }
    .main-division.profile .tfgs .tfgs-switch .switch-btn {
      font-size: 1em;
    }
    .main-division.profile .friend-request,
    .main-division.profile .friend-listing {
      width: 47%;
    }
    .timeline-container {
      width: 80%;
      margin: auto;
    }

    .main-division.settings-main .settings-opt {
      width: 80%;
    }
    .main-division.settings-main .profile-txt-detail h3 {
      margin-left: 10%;
      margin-top: 0.8em;
    }
    .main-division.main-division.profile.settings-main {
      padding: 0 10vw;
      margin: 0;
    }
    .main-division.privacy .data-mngt {
      width: 70%;
    }
    .main-division.privacy .privacy-opt {
      width: 80%;
    }
    .account-information .input-o-group,
    .account-information .input-t-group {
      width: 80%;
    }
    .security .security-main {
      width: 90%;
    }

  }
}
@media only screen and (max-width: 480px) {
  .navbar-icons .navbar-icon {
    display: none;
  }
  .navbar-icons {
    padding-right: 0;
    margin-right: 0;
    flex: 3;
  }

  .message-top-sidebar-right {
    display: none;
  }
  .navbar-active-page {
    display: none;
  }
  .mobile-navbar-menu-icon {
    display: block;
  }
  .navbar-logo {
    padding-left: 1em;
    flex: 2;
  }

  .navbar {
    padding: 0 1em;
  }

  .navbar-search {
    padding: 0em 0.3em;
    border-radius: 14px;
    height: 1.6em;
    flex: 6;
    margin: 0;
    margin-left: 1em;
  }

  .navbar-search input {
    padding: 0em 0.2em;
  }
  .lg-show {
    display: none;
  }
  .sidebar-right {
    display: none;
  }
  .nor-bus-switch p {
    width: 5rem;
    text-wrap: wrap;
  }
  .main-section .main-division {
    margin: 0;
    border: none;
    display: block;
    padding: 1em 0em;
    width: 100%;
  }
  .main-section {
    margin-bottom: 4em;
  }
  .navbar {
    position: fixed;
    height: 4em;
    top: 0;
  }
  .main-division .post-filters {
    /* justify-content: space-evenly; */
    width: 100%;
    margin: 1em 0;
  }
  .main-division.yomeco-tv .post-filters {
    width: 100%;
    margin: 1em auto;
    /* margin-top: ; */
  }
  .main-division .post-filters div {
    padding: 0.7em;
    border-radius: 14px;
    margin: 0.5em;
    width: auto;
    font-size: 8px;
    text-wrap: nowrap;
  }

  .main-division .user-create-post {
    width: 100%;
    padding: 0.3em 0.6em;
    margin-top: 1em;
  }
  .post-container {
    padding: 0;
  }

  .post-content .post-image {
    height: 12em;
    width: 100%;
  }
  .post-content .post-image img {
    width: 100%;
  }
  .footer .mobile-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    padding: 1em 0.5em;
    width: 100%;
    list-style: none;
    background-color: rgba(248, 247, 248, 1);
    z-index: 2;
  }
  .footer .mobile-footer li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .mobile-footer li a {
    text-decoration: none;
    color: hsla(0, 0%, 0%, 0.15);
    font-size: 12px;
  }
  .footer .mobile-footer li svg {
    stroke: hsla(0, 0%, 0%, 0.15);
  }
  .footer .mobile-footer .link-active svg {
    stroke: hsla(0, 0%, 0%, 1);
  }
  .footer .mobile-footer .link-active a {
    color: hsla(0, 0%, 0%, 1);
  }

  .main-section .sidebar-left {
    display: none;
    z-index: 10;
    margin: 0;
    padding: 0;
    top: 0;
    width: 70%;
    animation-fill-mode: forwards;
  }

  .main-section .sidebar-left .account-settings {
    display: none;
  }

  .mobile-lsh {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: hsla(205, 90%, 48%, 1);
    padding: 2em 2em 4em 2em;
    position: relative;
    border: none;
  }
  .mobile-lsh svg:first-child {
    margin-bottom: 1em;
  }
  .mobile-lsh-profile {
    background-color: hsla(0, 0%, 100%, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em 3em;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    text-wrap: nowrap;
    position: absolute;
    bottom: -35%;
  }
  .mobile-lsh-profile p {
    font-size: 12px;
    font-weight: 600;
  }
  .mobile-lsh-profile span {
    font-weight: 400;
    font-size: 11px;
    color: hsla(227, 63%, 18%, 0.3);
  }
  .mobile-lsh-profile .mobile-lsh-image {
    height: 3em;
    width: 3em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 1s;
    position: relative;
    margin-bottom: 0.5em;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid hsla(227, 63%, 18%, 0.2);
  }
  .mobile-lsh-profile .mobile-lsh-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sidebar-left .navigation,
  .sidebar-left .for-you {
    padding: 0 1.4em;
  }
  .sidebar-left .navigation {
    margin-top: 4.5em;
  }
  .input-o-group,
  .account-information .input-t-group,
  .security-main {
    width: 100%;
  }
  .account-information .input-o-group .input-group label {
    flex: 4;
    font-size: 0.8em;
  }
  .nots-option.input-o-group .input-group label {
    flex: 7;
  }
  .security-main .input-group label {
    flex: 4;
    font-size: 0.8em;
    text-wrap: wrap;
  }
  @keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

  @keyframes slideOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .sidebar-left.show {
    display: block;
    animation: slideIn 0.6s forwards;
  }

  .sidebar-left.hide {
    animation: slideOut 0.6s forwards;
  }
  .sidebar-left .close {
    display: block;
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    z-index: 15;
  }
  .sidebar-left .close svg {
    height: 2.5em;
  }

  .yomeco-tv-content .navbar {
    background: transparent;
  }
  .no-scroll {
    overflow: hidden;
  }
  .yomeco-tv-content .main-division.yomeco-tv .video-switch {
    display: none;
  }
  .yomeco-tv-content .main-division.yomeco-tv .video-desc {
    display: none;
  }
  .yomeco-tv-content .main-division.yomeco-tv .video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 3.9em;
    border-radius: unset;
  }
  .main-division.yomeco-tv .video-container video {
    border-radius: unset;
  }

  .main-division.yomeco-tv .video-mobile-desc {
    display: block;
    position: absolute;
    color: white;
    bottom: 0em;
    padding: 0.5em 0.5em 0.5em 1em;
    margin-left: 0;
    left: 0;
  }
  .main-division.yomeco-tv .video-mobile-desc .video-category {
    color: hsla(1, 100%, 100%, 0.4);
  }
  .main-division.yomeco-tv .views-count {
    color: hsla(1, 100%, 100%, 0.4);
  }
  .main-division.yomeco-tv .vid-title .title {
    color: white;
    font-size: 12px;
  }

  .two-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 3em;
    color: white;
  }

  /* .video-mobile-desc .post-title .post-profile-image {
    width: 2em;
    height: 2em;
  } */
  .video-mobile-desc
    .post-owner-info
    .post-author-information
    .post-author-name {
    font-weight: 500;
    font-size: 12px;
  }
  .video-mobile-desc .post-author-information .post-author-username {
    font-weight: 400;
    font-size: 11px;
  }
  .video-mobile-desc .post-title {
    flex: 9;
    flex-direction: column;
    gap: 0.3em;
    padding-right: 1.3em;
  }
  .video-mobile-desc .video-analytics {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1em 0;
    gap: 0.5em;
    width: 100%;
  }
  .mobile-width {
    width: 100%;
  }

  .video-mobile-desc .title {
    font-weight: 500;
    color: white;
    font-size: 14px;
  }
  .video-mobile-desc .desc {
    font-size: 11px;
    font-weight: 400;
  }
  .main-division.yomeco-tv .video-mobile-desc .views-count svg {
    stroke: hsla(1, 100%, 100%, 1);
  }
  .video-mobile-desc .mobile-desc-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .main-division.yomeco-tv .video-mobile-desc .count-svg {
    flex-direction: column;
    flex: unset;
    justify-content: center;
  }
  .main-division.yomeco-tv .video-mobile-desc span {
    text-align: center;
  }
  .main-division.yomeco-tv .video-mobile-desc .video-analytics svg {
    stroke: white;
  }

  .post-container .post-content p {
    font-size: 14px;
    padding: 0px 10px;
  }
  .main-division .ls-display-none {
    display: block;
  }
  .main-division .sm-flex .create-job,
  .main-division .sm-flex .create-event {
    font-size: 12px;
    display: flex;
    text-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    padding: 0.4em 1em;
    gap: 0.5em;
  }
  .main-division.yomeco-jobs,
  .main-division.yomeco-events {
    padding: 1em 0.5em;
  }
  .main-division.yomeco-jobs .jobs-title,
  .main-division.yomeco-events .events-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }
  .main-division.yomeco-jobs .job-expound,
  /* .main-division.yomeco-events .event-expound {
    display: none;
  } */
  /* .small-circle-image {
    height: 2em;
    width: 2em;
  } */
  /* .main-division.job-offer .job-expound,
  .main-division.event-offer .event-expound {
    width: fit-content;
    margin: 1.2em auto;
  } */
  /* .profile-container .invite-links {
    display: none;
  } */
  .main-division.profile .profile-container {
    justify-content: center;
    gap: unset;
  }
  .main-section .main-division.profile {
    margin: 0;
    border: none;
    display: block;
    padding: 0;
    width: 100%;
  }
  .main-division.profile .tfgs {
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    top: 0;
  }

  .main-division.profile .user-create-post-input-group.w-8 {
    display: none;
  }
  .main-division.profile .tfgs .tfgs-switch {
    padding: 1.1em 0.5em 0 0.5em;
    gap: 0.3em;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main-division.profile .tfgs .tfgs-switch::-webkit-scrollbar {
    display: none;
  }

  .main-division.profile .tfgs .tfgs-switch .switch-btn {
    font-weight: 600;
    font-size: 0.8em;
    text-wrap: nowrap;
  }
  .main-division.profile
    .post-author-information
    .post-author-name
    .mention-append {
    display: none;
  }
  .timeline-container {
    padding: 1em 1.5em 2.5em 1.5em;
    width: 100%;
  }
  .main-division.profile .profile-tfgs {
    padding: 0;
  }
  .main-division.profile .profile-info-detail {
    margin: 0.5em;
  }
  .main-division.profile .friend-request,
  .main-division.profile .friend-listing {
    width: 100%;
    gap: 0;
  }

  .main-section .main-division.profile.profile-edit-main {
    padding: 1em 0.5em;
    margin: 0;
  }
  .main-division.profile-edit-main .pic-u p {
    display: none;
  }
  .main-division.profile-edit-main .pic-u {
    padding: 0.6em 0.7em;
  }
  .main-division.profile.profile-edit-main .profile-pic-sz {
    display: none;
  }
  .main-division.profile-edit-main .profile-banner-sz {
    font-size: 0.4em;
  }
  .main-division.profile-edit-main .profile-pic-sz.xx-show {
    display: block;
    font-size: 0.4em;
    top: -2.5em;
    left: 35%;
  }
  .xx-show {
    display: block;
  }
  .xx-show-flex {
    display: flex;
  }
  .main-division.profile-edit-main .profile-txt-detail label {
    font-size: 1em;
    text-wrap: nowrap;
    width: 30%;
  }
  .main-division.profile-edit-main .profile-txt-detail > div:not(:first-child) {
    gap: 1.5em;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: fit-content;
  }
  .main-division.profile-edit-main .profile-txt-detail input::placeholder {
    font-size: 0.8em;
  }

  .main-division.profile-edit-main .profile-txt-detail input,
  .username-update-gr {
    width: 65%;
  }
  .main-division.profile-edit-main .social-media-links li {
    width: 100%;
  }
  .sm-text {
    font-size: 0.5em;
  }

  .main-division.settings-main .settings-opt {
    width: 100%;
  }
  .main-division.settings-main .profile-txt-detail h3 {
    margin-left: 0%;
    margin-top: 0;
  }
  .main-division.settings-main .settings-opt .setting-gr a p {
    font-size: 0.9em;
  }
  .sm-settings {
    display: block;
    padding: 0em 1.4em 1.4em 1.4em;
  }

  .sidebar-left .sm-settings .for-you-title {
    gap: 6em;
  }

  .sidebar-left .sm-settings .for-you-title svg {
    fill: #0b1334;
    transition: 1s ease-in-out;

    transform: rotate(180deg);
  }
  .sidebar-left .sm-settings .settings-item {
    display: flex;
    justify-content: space-between;
  }
  .sidebar-left .sm-settings.disp-settings {
    background-color: rgba(248, 249, 251, 1);
  }
  .sm-settings .for-you-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
  }

  .main-division.main-division.profile.settings-main {
    padding: 0;
    margin: 0;
  }
  .main-division.privacy .privacy-opt {
    width: 100%;
  }
  .main-division.privacy .privacy-opt label {
    font-size: 0.8em;
    text-wrap: nowrap;
  }
  .main-division.privacy .priv-item .priv-item-fr {
    width: 40%;
  }
  .main-division.privacy .priv-item .priv-item-sc {
    width: 60%;
  }
  .main-division.privacy.settings-main .profile-txt-detail h3 {
    margin-left: 0;
  }
  .main-division.privacy .data-mngt {
    /* width: 80%; */
  }
  .step-back {
    display: flex;
    gap: 1em;
    padding: 0.5em 1em;
    border-radius: 9px;
    background-color: hsla(0, 0%, 100%, 0.35);
    color: black;
    position: absolute;
    top: 1em;
    left: 0.7em;
    font-weight: 400;
    font-size: x-small;
  }
  h3 {
    font-size: 1em;
  }
  .popup-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 4em;
    left: 0;
    border-radius: 0;
    padding: 0.5em 0.6em;
  }
  #overlay {
    z-index: 1;
  }
  .chat-cont-inner {
    width: 100%;
  }
  .chat-a {
    display: none;
  }
  .gr-sm-hd {
    display: none;
  }
  .main-section .main-division.chat.profile {
    padding: 1em;
    margin: 0;
  }
  .chat-cont {
    display: block;
    padding: 0 0 2em 0;
  }
  .chat-user {
    width: 100%;
    box-shadow: unset;
    padding: 0 1em;
    height: auto;
    height: 70dvh;
    overflow-y: scroll;
  }

  .chat .msg-cont {
    width: 100%;
  }
  .msg-header .flex-gr:first-child,
  .msg-header .flex-gr:nth-child(2) {
    width: 100%;
  }
  .chat-cont .post-owner-info {
    justify-content: space-between;
  }
  .chat-cont-h {
    gap: 1em;
  }
  .post-owner-info .post-author-information .post-author-name {
    font-size: 12px;
  }

  p.status {
    font-size: 11px;
  }
  .overflow-scroll {
    height: 30vh;
    padding-bottom: 1.5em;
  }
  .float-bottom {
    margin-top: 2em;
    padding: 1.2em 0;
    height: 10vh;
  }
  .wishlist-wrapper {
    flex: unset;
    min-width: 85%;
    max-width: 90%;
    margin:1.1em auto;
  }
  .friend-listing.shop .flex-center .user-profile-image{
    flex:1.5;

  }
  .main-division.profile .friend-listing.shop .mutuals{
    font-size:0.6em;
    width:100%;
  }
  .shop.friend-listing .flex-center .friend-user-info {
    flex: 3;
  }
 .prod-detail-cont .flex-center.upper{
  flex-direction:column;
 }
 .prod-images{
  flex:unset;
  width:100%;
  padding:2em;
 }
 .prod-info{
  flex:unset;
  padding:2em;
 }
 .rt-group{
width:100%;
}
.main-division.yomeco-jobs .job-expound.xx-show-un{
display:block;
margin:1em auto;
}
.msg-s, .msg-r{
  max-width:90%;
}

  @media screen and (min-width: 400px) and (max-width: 480px) {
    .main-section .main-division {
      padding: 1em 2em;
    }
    .post-content .post-image {
      height: 13.5em;
      width: 100%;
    }
    .main-section .main-division.profile.profile-edit-main {
      padding: 1em 2.5em;
      margin: 0;
    }
  }
}

