/* Members page: center ad blocks inside #container */
body.members_body #container [data-aaad='true']{
  display: flex;
  flex-direction: column;     /* stack label above ad */
  justify-content: flex-start;/* let content define height */
  align-items: center;        /* center horizontally */
  width: 100%;
  margin: 10px 0;
}

/* Strong centering inside the left overlay column */
#content-left .ad-slot,
#content-left .ad-slot--banner {
  display: flex !important;
  flex-direction: column !important; /* label above */
  justify-content: flex-start !important;
  align-items: center !important;    /* center horizontally */
  width: 100% !important;
}
#content-left .ad-slot .ad-label,
#content-left .ad-slot--banner .ad-label {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
#content-left [data-aaad='true'],
#content-left .adsbygoogle {
  display: block !important;
  margin: 0 auto !important;
  float: none !important;
}
/* Global overlay for content-left (wrapper may be absent) */
#ad-header {
    min-height: 0 !important;
    padding: 0 !important;
}
#ad-header .adsbygoogle,
#ad-header [data-aaad='true'] {
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
#content-left {
    position: fixed;
    top: 60px; /* sit just below navigation */
    left: 0;
    right: auto;         /* do not span full width */
    width: auto;         /* size to its content */
    max-width: 100%;
    z-index: 2147481000; /* above content, below modals */
    display: block;      /* no flex centering on desktop */
    background: rgba(0,0,0,0.0);
    pointer-events: auto; /* interactive (ads clickable) */
}

#content-left:empty {
    display: none !important;
}



/* Ensure ad slots create height before asynchronous fill */
#content-left [data-aaad='true'] {
    display: flex;              /* stack label + creative */
    flex-direction: column;     /* label above creative */
    justify-content: flex-start;
    align-items: center;        /* center horizontally */
    /* min-height: 90px; base line; will expand when ad renders */
    pointer-events: auto;       /* allow ad interactions */
}

/* Center ads placed inside the messages box */
#messages-box [data-aaad='true'] {
  display: flex;
  flex-direction: column;     /* label above ad */
  justify-content: flex-start;
  align-items: center;
  margin: 12px auto;      /* horizontally center */
  text-align: center;     /* center inner content if any */
  max-width: 100%;
}

@media (max-width: 767px) {
  #content-left {
    position: static; /* flow with the page on mobile */
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    pointer-events: auto;
    margin: 8px 0; /* small spacing from nav */
    text-align: center; /* center children horizontally */
  }
  #content-left [data-aaad='true']{
    display: flex;              /* stack on mobile too */
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
  }
  /* Ensure random-chat mobile ad has a minimum height on mobile */
  #content-left [data-aaad='true'][data-aa-adunit='/127208727/chbl_mob_rand_1_300'] {
    min-height: 220px;
  }
  /* On mobile, hide if empty to avoid blank space */
  #content-left:empty {
    display: none !important;
    min-height: 0;
  }
}
html {
    background: none repeat scroll 0 0 #a7c2e3
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    min-width: 320px;
    color: #333
}

/* Sticky footer layout: page fills viewport, footer flush to bottom */
html, body {
    height: 100%;
}
#body-outer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
article {
    flex: 1 0 auto; /* consume remaining space */
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto; /* push footer to bottom when content is short */
}

#header {
    line-height: 0
}
.red { 
    color: #fff !important;
    background-color: #d44242 !important;
    border-radius: 5px;
    padding: 1px 1px;
}
h1,h2,h3,h4 { 
    font-size: 18px;
    margin: 10px 5px 0 0;
    padding: 0 0 5px;
    font-weight: 400
}

figure {
    margin: 0
}

a img {
    border: 0
}

.profile-edit_type .content {
    background-color: #f1f1f1!important
}

a {
    color: #000000;
}

* {
    outline: 0 dotted #000000
}

.modal {
    display: none;
    position: fixed;
    z-index: 2147483646; /* above #content-left (2147481000) and #body-footer (2147482000) */
    padding-top: 15px;
    border: 0;
    left: 0;
    border-radius: 5px;
    top: 0;
    width: 100%;
    height: 100%
}

.modal_bg {
    position: fixed;
    z-index: 2147483644; /* below modal-content but above page content and ads */
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.7)
}

.modal .modal-title {
    color: #fff;
    top: 0;
    font-size: 19px;
    display: block;
    text-align: center;
    padding: 10px 0;
    background: linear-gradient(#000000b8,#ffffff00);
    width: 100%
}

.modal-content {
    text-align: center;
    position: relative;
    z-index: 2147483645; /* above backdrop */
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    overflow: auto;
    width: 80%;
    max-height: 600px;
    border-radius: 5px;
    max-width: 350px;
    top: 5%; 
}

/* Scoped modal behavior inside random chat: overlay only the chat area and sit above mobile ads */
@media (max-width: 767px) {
  /* Ensure the chat container is above ad overlays on mobile */
  #random-chat {
    position: relative; /* establish stacking context */
    z-index: 2147482500; /* above #content-left (2147481000) and body footer (2147482000) */
  }

  /* Modals placed inside #random-chat should overlay the chat area only */
  #random-chat .modal {
    position: absolute; /* contain overlay within chat area */
    inset: 0;           /* fill the chat container */
    z-index: 2147483645; /* above footer toggle (2147483640) and any ad overlays */
    display: none;      /* default hidden; JS toggles display */
    padding-top: 15px;
    width: 100%;
    height: 100%;
  }

  #random-chat .modal_bg {
    position: absolute;
    z-index: 1;        /* backdrop below content */
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
  }

  #random-chat .modal-content {
    position: relative;
    z-index: 2;        /* above backdrop */
    margin: 0 auto;    /* center horizontally */
    top: 5%;
  }

  /* Use grid to force chatbox then chat at the bottom (1fr + auto) */
  #random-chat {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
    gap: 0;
  }
  #random-chat #chatbox {
    grid-row: 1;
    min-height: 0;          /* allow grid area to shrink */
    height: auto;
    padding-bottom: 140px;  /* reserve space for input + buttons */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #random-chat #chat {
    grid-row: 2;
    position: static;
    z-index: auto;
    width: 100%;
    background: #ffffff;
  }
  body.dark-mode #random-chat #chat { background: #1b1b1b; }
}
#under-yes,
#under-no {
    float: none;
    width: 94%;
    text-transform: uppercase;
    position: relative;
    border-radius: 6px;
    font-size: 18px;
    border-radius: 27px;
}
.modal-content p {
    font-size: 16px;
}
.modal-top {
    position: fixed;
    width: 80%;
    max-height: 600px;
    border-radius: 5px;
    max-width: 350px
}

.close {
    color: #6e6e6e;
    font-size: 45px;
    font-weight: 700;
    float: inherit;
    line-height: 22px;
    padding: 10px;
    float: right
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal .profile-alert {
    display: inline-block!important;
    background: 0 0;
    color: #000;
    line-height: 19px;
    margin-top: 5px
}

.modal label span {
    display: inline-block;
    width: 75px;
    padding: 0 0 0 10px
}

.modal label {
    width: 100%;
    display: block;
    text-align: left;
    margin: 15px 0;
    padding: 0
}

.modal select {
    display: inline-block;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    margin-left: 6px;
    line-height: 1.5;
    max-width: 189px;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.modal label input[type="text"] {
    display: inline-block;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    margin-left: 6px;
    line-height: 1.5;
    max-width: 189px;
    color: #212529;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.modal h2 {
    font-weight: bold;
    font-size: 18px;
}
#reload {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 15px;
    border: 0;
    left: 0;
    border-radius: 5px;
    top: 0;
    width: 100%;
    height: 100%
}

#reload_bg {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.7)
}

#reload-content {
    position: relative;
    z-index: 999;
    width: 80%;
    top: 50%;
    margin: 0 auto;
}

#quick-search {
    text-align: center;
    padding: 13px 0 0
}
 
#block_detected {
    display: none;
    background: #f24baf;
    position: absolute;
    padding: 4px;
    z-index: 999;
    color: #fff
}
 
#sign_up_login {
    padding: 9px 10px;
    text-decoration: none;
    color: #2497f3;
    border: 1px solid #99c8ef;
    float: right;
    margin: 5px 5px 0 0;
    line-height: 21px;
    border-radius: 20px;
    text-shadow: none
}

.home_block a {
    text-decoration: none
}

hr {
    border-color: #e6e6e6 #fff #fff;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    clear: both;
    float: left;
    margin: 10px 5px 10px 0;
    width: 100%
}

.word_online,.word_offline {
    color: #3c3
}

.word_offline {
    color: #ccc
}

.center {
    text-align: center;
    margin: 0 auto
}

#top-gallery {
    margin-top: 0;
    line-height: 0;
    padding: 0;
    margin: 5px 0 0;
    width: 70%;
    position: relative;
    float: left;
    border-radius: 4px
}

#navigation .navbar a {
    color: #333;
    display: block;
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    padding: 18px 12px 15px 12px;
    text-decoration: none;
    line-height: 16px;
    background-repeat: no-repeat
}

#navigation .navbar a div {
    display:inline-block;
    margin-left:8px;
}

#navigation .navbar a:hover {
    color: #ef1e9c
}

#navigation .navbar li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0; 
}

#navigation .navbar {
    padding: 0;
    margin: 0 auto;
    max-width: 945px;
    display: table;
}

#navigation {
    background: #fff;
    z-index: 999;
    width: 100%;
    min-height: 51px;
    display: inline-block;
    position: relative
}

.home2_body #navigation {
    position: relative;
    height: 45px
}

.home2_body #container {
    position: relative;
    padding-top: 0
}

#navigation .navbar strong {
    background: none repeat scroll 0 0 #ef1e9c;
    border-radius: 7px 7px 7px 7px;
    color: #ffe;
    display: block;
    font-size: 11px;
    font-weight: 700;
    height: 14px;
    line-height: 15px;
    margin: 0;
    text-align: center;
    padding: 0 5px;
    position: absolute;
    right: 0
}

#logo {
    margin: 10px 0 0 10px;
    width: 137px;
    float: left;
    height: 30px;
    background: url(/img/logo.png) no-repeat;
    background-size: 100%
}

#submeniu a {
    float: right;
    padding: 3px 0px 9px 0px;
    color: #6b8bc4;
    font-size: 16px;
    text-decoration: none
}

#username {
    border-bottom: medium!important;
    float: right!important;
    text-align: right;
    margin-right: 0;
    padding: 14px 5px 0;
    color: #6282bb;
    text-decoration: none
}

#submeniu {
    float: right;
    padding: 0 5px
}

#username img {
    margin: 0 2px -8px 0;
    border-radius: 25px;
    position: relative;
    float:left;
}

#username:hover {
    color: #ef1b9a
}

#submeniu_drop {
    background: #fff;
    clear: both;
    display: none;
    padding: 0;
    float: right;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 99
}

#submeniu_drop a {
    clear: both;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 10px 24px;
    text-align: left;
    width: 110px;
    color: #000;
    text-transform: capitalize
}

#submeniu_drop a:hover {
    background-color: #ef1b9a;
    color: #fff
}

.image-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    z-index: 6
}

.body {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
@media screen and (min-width: 1220px) {
    .chat-list_type .body {
        margin: 0 auto;
        max-width: 875px;
        position: relative;
        /* margin-left:325px; */
    }

}


#profile h1 {
    display: inline-block;
    font-size: 26px
}

#profile .is_online {
    width: 10px;
    border-radius: 7px;
    height: 10px;
    background: #00d443;
    display: inline-block;
    margin: 0 5px 3px 0;
    background: #e2e2e2
}

#profile .is_online.online {
    background: #00d443
}

#container {
    background-color: #a6c2e3;
    clear: both;
    float: none; /* no floats for full-height/flex compatibility */
    width: 100%;
    display: block;
    box-sizing: border-box;
    flex: 1 1 auto; /* grow to fill available vertical space */
}

/* Layout for left ad column and main container */
  #chatblink-outer {
      display: flex;
      align-items: flex-start;
      gap: 12px;
  }

  #chatblink-outer #content-left {
      /* Overlay: take out of normal document flow */
      position: fixed;
      top: 80px; /* adjust as needed to sit below site header */
      left: 0;
      right: 0;
      width: 100%; /* full width overlay */
      max-width: none;
      z-index: 2147481000; /* above page content, below modals/toggles */
      background-color: #a6c2e3;
      display: flex;
      justify-content: center; /* center ad blocks inside */
      gap: 12px;
  }
  /* Collapse left column when it has no content */
  #chatblink-outer #content-left:empty {
      display: none !important;
      flex: 0 0 0 !important;
      max-width: 0 !important;
  }

  /* Override legacy float-based layout for container when inside chatblink-outer */
  #chatblink-outer #container {
      float: none;
      clear: none;
      width: auto;
      flex: 1 1 auto;
  }

  /* Responsive: stack on mobile (content-left on top) */
  @media (max-width: 767px) {
      #chatblink-outer {
          flex-direction: column;
      }
      #chatblink-outer #content-left {
          /* Keep overlay behavior on mobile too */
          position: fixed;
          top: 64px; /* slightly tighter under smaller headers */
          left: 0;
          right: 0;
          width: 100%;
          max-width: none;
          order: 0;
          z-index: 2147481000;
          display: flex;
          justify-content: center;
          gap: 8px;
      }
      /* But if empty, ensure it doesn't take any space */
      #chatblink-outer #content-left:empty {
          display: none !important;
          min-height: 0 !important;
          height: 0 !important;
      }
      #chatblink-outer #container {
          width: 100%;
          order: 1;
          display: block; /* ensure it starts on a new line below content-left */
      }
  }
  .clear-footer {
      clear: both;
      margin-bottom: 15px
  }

  .content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    float: none; /* no float for full-width layout */
    font-size: 16px;
    line-height: 24px;
    margin: 5px auto; /* center horizontally inside container */
    position: relative;
    width: 70%;
    box-sizing: border-box;
    display: block;
}

  .content-padding {
      padding: 0 9px 15px 10px;
      display: block;
  }

  .content p {
      margin: 5px 0 15px
  }
  .text-padding {
      padding: 10px
  }

.qick_search {
    display: inline-block;
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

.login-register_type .content {
    width: 100%
}

.login-register_type .body {
    max-width: 850px
}

.grid-min {
    margin: 5px 5px 1px 0
}

.manage {
    float: left;
    position: relative;
    width: 40px;
    text-align: left
}

#other-members {
    width: 100%;
    padding: 0;
    line-height: 0
}

#other-members a {
    float: left;
    margin: 0
}

#other-members a.active img {
    display: block;
    line-height: 0
}

#other-members a.active img,#other-members a:hover img {
    border: 2px solid #ff7295;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

#review {
    position: absolute;
    background: rgba(255,255,255,.88);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 25%;
    font-size: 16px
}

.profile-img-home {
    position: relative
}

#other-members a img {
    line-height: 0;
    box-sizing: border-box;
    max-width: 70px;
    border-radius: 40px;
    border: 2px solid #fff;
    padding: 0
}

#other-members strong {
    line-height: 23px
}

a.aquo {
    text-decoration: none;
    float: left;
    display: block;
    width: 31px;
    color: #fff;
    font-size: 50px;
    line-height: 72px;
    height: 70px;
    background-size: 102%;
    background-position: 50% 50%;
    padding: 0;
    border-radius: 41px;
    margin: 1px 0 0 1px; 
}
a:hover.aquo { 
    color: #ef1e9c;
}
#other-members:hover.aquo {
    background-color: #ef1799;
    color: #fff
}

#other-members .aquo-right {
    margin-left: 0;
}

.dwwwww {
    margin: 15px 0 0
}

.show_all {
    color: #fff;
    display: inline-block;
    font-size: 69px;
    background-color: #cfcfcf;
    margin: 5px 0 0;
    font-weight: 700;
    text-align: center;
    width: 99px;
    height: 100px;
    line-height: 90px;
    text-decoration: none!important
}

.show_all:hover {
    background-color: #999
}

.noimage {
    border-radius: 5px 5px 5px 5px;
    color: #6585be;
    display: block;
    float: left;
    font-size: 37px;
    border: 3px solid #6787c0;
    height: 20px;
    padding: 28px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #d0d0d0;
    width: 317px
}

.no-image {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #ccc;
    color: #fff;
    float: left;
    font-size: 12px;
    padding: 22px 0;
    text-align: center;
    width: 70px;
    height: 22px
}

.no-image-min {
    background: none repeat scroll 0 0 #8a8a8a;
    color: #fff;
    float: left;
    font-size: 10px;
    height: 20px;
    padding: 10px 1px;
    text-align: center;
    width: 35px;
    line-height: 10px
}

.grid-large {
    font-size: 11px;
    margin: 7px 32px 7px 0;
    padding: 0;
    transition: top 1s ease 0s,left 1s ease 0;
    max-width: 381px;
    min-width: 300px;
    height: 141px;
    width: 50%;
    float: left;
    position: relative
}

.grid-large p {
    float: left;
    display: block;
    width: 60%
}

.grid {
    font-size: 14px;
    padding: 0;
    width: 100px;
    height: 151px;
    position: relative;
    display: inline-block;
    padding: 0;
    border-radius: 2px;
    margin: 6px 3px
}

.grid .mood {
    position: absolute;
    right: -3px;
    top: -3px
}

.ajax-ad {
    padding: 15px 0;
    clear: both;
    position: relative;
    display: block;
}

.ui-helper-hidden-accessible {
    display: none
}

.grid a img {
    display: inline-block;
    border-radius: 5px
}

.grid a:hover img,.grid a:active img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #ef1b9a
}

.grid small .grid-large small {
    color: #a2a2a2;
    text-align: center;
    clear: both;
    display: block
}

.grid i {
    width: 4px;
    border-radius: 5px;
    height: 4px;
    background: #11e253;
    top: 3px;
    left: 3px;
    position: absolute;
    z-index: 9
}

.grid .meta .grid-large .meta {
    color: #777;
    font-style: italic;
    text-align: right
}

.grid a,.grid-large a {
    text-decoration: none;
    margin: 0
}

.grid .online,.grid-large .online {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.grid-large strong {
    color: #444;
    float: left;
    line-height: 13px;
    padding: 4px 0
}

.grid span {
    color: #737373;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: BLOCK
}

.grid strong { 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: list-item;
    line-height: 17px
}

.grid_premium {
    text-decoration: none;
    font-size: 16px;
    background: #eee;
    color: #666;
    text-align: center;
    padding-top: 31px;
    height: 71px!important;
    margin-bottom: 7px
}

.gradient strong {
    background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.68) 100%);
    height: 21px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 12px;
    display: table-column
}

.gradient {
    font-size: 12px;
    margin: 0 1px 5px;
    padding: 0;
    transition: top 1s ease 0s,left 1s ease 0;
    float: left;
    position: relative
}

.gradient a {
    margin-bottom: 0;
    padding: 0;
    position: relative;
    line-height: 0;
    text-decoration: none;
    display: block
}

.gradient button.add_friend {
    width: 100%;
    padding: 1px 5px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    border: 0;
    cursor: pointer;
    background-color: #3a98f1;
    box-shadow: #177bda 0 2px 0 0
}

.gradient button.add_friend:hover {
    background-color: #ef1799;
    box-shadow: #bb0071 0 2px 0 0
}

.friend_response {
    color: #5a5a5a;
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    margin-top: 1px
}

.view,.start {
    display: block;
    padding: 3px 0;
    width: 50%
}

.alert {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847;
    line-height: 20px;
    margin: 10px 0;
    padding: 5px 0px;
    border:0;
    text-align: center;
    width: 100%; 
    border-radius: 4px;
    display: inline-block;
}

.alert-warning {
    background-color: #fcf8e3; 
    color: #997538
}

.alert-waiting {
    background-color: #cee8ff; 
    color: #0067c5
}

.alert-error {
    background-color: #ffcece; 
    color: #884646
}
.alert-info {
    font-size:12px;
}
#messages-about-name .alert {
    line-height: 18px;
    float: none;
    border-radius: 0;
    width: auto
}

.submenu_box {
    display: none;
    position: absolute;
    z-index: 999;
    right: 0
}

#messages_nav {
    text-align: center;
    float: right;
    display: block;
    position: relative; 
}

#messages_nav div a {
    width: 91px;
    color: #000;
    background: #efefef;
    text-decoration: none;
    display: block;
    clear: both;
    height: 30px;
    text-align: center
}

#offline {
    color: #555
}

#footer {
    background: none repeat scroll 0 0 #646464;
    clear: both;
    color: #fff;
    width: 100%
}

#footer p {
    float: left;
    padding: 0;
    margin: 20px 0 0 4px
}

#footer #quick-search a {
    color: #fff;
    padding: 8px 15px
}

#footer a:hover,#footer #quick-search a:hover {
    color: #ef1b9a
}

#body-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    text-align: center;
    padding: 10px 12px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147482000; /* ensure above page content and near toggle */
    /* background: #a7c2e3; */
    border-top: none;
    /* box-shadow: 0 -2px 8px rgba(0,0,0,0.08); */
}

#body-footer.collapsed {
    padding: 0;
    height: 2px;
    min-height: 2px;
    overflow: hidden;
    cursor: pointer; /* allow clicking the bar to expand */
}

#body-footer.hidden {
    display: none;
}

.footer-toggle {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 2147483640; /* ensure always on top, above #footer-hitarea */
    background: #ffffff;
    color: #333;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    padding: 4px 8px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    pointer-events: auto;
}

/* When footer is expanded, place the toggle inside the footer at top-right as an X */
.footer-toggle:not(.collapsed) {
    position: absolute;
    top: 6px;
    right: 8px;
    left: auto;
    bottom: auto;
    transform: none;
    border-radius: 12px;
    padding: 4px 8px;
}

.footer-toggle.collapsed {
    bottom: 12px; /* keep visible above the 2px bar */
}

.footer-toggle:hover {
    background: #f0f0f0;
}

body.has-sticky-footer {
    padding-bottom: 0 !important; /* no layout shift from sticky footer */
}

body.footer-collapsed {
    padding-bottom: 0 !important; /* no layout shift when collapsed */
}

#footer_nav {
    margin: 15px 0;
    padding: 0
}

#footer_nav a {
    color: #d2d2d2;
    text-decoration: none;
    padding: 5px;
    line-height: 30px
}

/* Fixed hit area to allow easy expand on desktop when collapsed */
#footer-hitarea {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px; /* larger clickable zone */
    z-index: 2147482000; /* below the toggle button */
    background: transparent;
    display: none; /* only when collapsed */
}

#footer_nav li {
    list-style: none;
    display: inline-block
}

.profile_about {
    float: right;
    padding: 0;
    width: 49%;
    margin: 0 0 15px;
    position: relative
}

.profile_about li {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2ff
}

.profile_about li .about_field,.profile_about li .right {
    display: inline-block;
    width: 45%;
    padding: 0 1%
}

.profile_about li:last-child {
    border-bottom: 0
}

.forget-password-button {
    border: 0;
    text-decoration: underline;
    background: 0 0;
    cursor: pointer
}

#images div {
    display: inline-block;
    position: relative;
    cursor: pointer
}

#images div img {
    pointer-events: none;
    border-radius: 5px
}

#images {
    text-align: center
}

/* .profile_image {
} */

.profile_image a {
    width: 100%!important
}

#swipe-right:active,#swipe-left:active,#swipe-right:focus,#swipe-left:focus,#swipe-right:hover,#swipe-left:hover {
    outline: none;
    background: 0 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
    opacity: 1
}

#swipe-right,#swipe-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 9999999999;
    right: 0;
    cursor: pointer;
    text-align: right;
    opacity: .3
}

#swipe-left {
    left: 0;
    right: 50%
}

#swipe-left svg {
    left: 0
}

#swipe-left svg,#swipe-right svg {
    top: 50%;
    margin-top: -20px;
    position: absolute;
    right: 0
}

.box {
    float: left;
    position: relative
}

.box_tools {
    background: none repeat scroll 0 0 #656565;
    bottom: 5px;
    clear: both;
    float: left;
    position: relative;
    width: 70px
}
#add_image_button {
    float:none;
    display: block;
}
#add_image_button span {
    background: url(../img/glyphicons-halflings-white.png) repeat scroll -120px -44px transparent;
    display: block;
    float: left;
    height: 18px;
    position: relative;
    width: 20px;
    margin: -2px 0
}

.box_delete,.box_add,.box_home {
    text-decoration: none;
    text-align: center;
    border-radius: 18px;
    line-height: 28px;
    font-size: 19px;
    width: 27px;
    border: 0;
    position: absolute;
    height: 27px;
    z-index: 9;
    box-shadow: 1px 0 3px 0 #a0a0a0;
    right: -1px;
    bottom: 3px;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.box_home {
    right: 70%;
    top: 0;
    background: #fff
}

.box_delete {
    color: #ff2d2d;
    background-color: #fff
}

.box_add {
    color: #fff;
    background-color: #ff6464
}

.box_profile:hover,.box_delete:hover {
    color: red
}

.profile-alert {
    color: #31e56b;
    font-weight: 400;
    width: 79px;
    margin: 0;
    float: none;
    display: inline-block;
    background-color: #fff;
    text-shadow: none;
    padding: 0 2%;
    vertical-align: bottom
}

.profile-container {
    display: flex;
    flex-wrap: wrap; /* Allow blocks to wrap to the next row */
    gap: 20px; /* Add spacing between blocks */
    align-items: stretch; /* Align all blocks to the same height */
}

.profile {
    flex: 1 1 300px;
    min-width: 250px;
    max-width: 400px;
    box-sizing: border-box;
    text-align: center;
}

.profile li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.profile label, .profile .about_field {
    display: inline-block;
    padding: 0;
    width: 87%;
    font-size: 17px;
    text-align: left;
}

.profile input, .profile textarea, .profile select {
    display: inline-block;
    color: #616161;
    font-size: 16px;
    padding: 8px 10px;
    width: 90%; /* Adjust input width relative to its container */
    box-sizing: border-box;
    border: 1px solid #9292926b;
    border-radius: 10px;
    background: #8a8a8a29;
    transition: border 0.2s linear;
}
.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background-color: #ccc; 
}

.btn-pagination {
    float: none!important
}

.btn-mate {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 7px 9px;
    padding: 5px 33px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    vertical-align: middle
}

.btn-warning {
    background-color: #2396f3;
    border-color: #fff;
    color: #fff;
    cursor: pointer;
    border: 0;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    min-width: 82px;
    margin: 0 9px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    vertical-align: middle;
    margin-bottom: 10px;
    border-radius: 20px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-warning span {
    font-size: 20px
}
.go_back {
    display: inline-block;
}
.btn-small {
    cursor: pointer;
    border-radius: 4px;
    background: #bababa5c;
    text-decoration: none;
    margin-right: 4px;
    padding: 0 5px;
    border: 0;
    min-width: 27px;
    min-height: 27px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: inline-block; 
}
.btn-coments {
    clear: both;
    margin-left: 10px
}

.btn-small:hover {
    background-color: #ef1799;
    color: #fff
}

.btn-success:hover {
    background-color: #0474ce;
    color: #fff
}

.btn-warning:hover {
    background-color: #0474ce;
    color: #fff
}

.btn-success {
    background-color: #0A78D1;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    border: 0;
    float: left;
    font-weight: 400;
    line-height: 18px;
    min-width: 74px;
    margin: 0 9px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    margin-bottom: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-error {
    background-color: #E71818;
    border-color: #fff;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    border: 0;
    float: left;
    font-weight: 400;
    line-height: 18px;
    min-width: 82px;
    margin: 0 9px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    vertical-align: middle;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-error:hover {
    background-color: #ef1717;
    color: #fff
}

.btn-mini {
    margin: 0 0 0 4px;
    padding: 1px 4px;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    clear: both;
    background: #c7c7c7;
    text-decoration: none;
    border: 0
}

.btn-mini:hover {
    background-color: #ef1799
}

.btn-page:hover,.btn-page.active {
    background-color: #ef1b9a;
    border-color: #ef1b9a;
    color: #fff
}

#pagination_green {
    text-align: center;
    clear: both;
    width: 100%
}

#pagination_green a {
    float: none;
    display: inline-block
}

.btn-page {
    display: inline-block;
    padding: 6px 10px;
    line-height: 20px;
    margin-bottom: 5px; 
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #e4e4e4;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    color: #9a9a9a
}

.confirm_friend,.reject_friend {
    padding-left: 0;
    padding-right: 0;
    font-style: initial;
    margin: 0 3% 0 0;
    min-width: 47%
}

.show-more {
    margin-left: 40%;
    margin-bottom: 0
}

.show-more span {
    background: url(../img/glyphicons-halflings-white.png) repeat scroll -313px -275px transparent;
    display: block;
    float: left;
    height: 20px;
    position: relative;
    width: 20px;
    margin: -3px 0
}

#mach_message {
    position: relative;
    text-align: center;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDQuMjIyIDUwNC4yMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwNC4yMjIgNTA0LjIyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIHN0eWxlPSJmaWxsOiNFMjU3NEM7IiBkPSJNNDQuMTYsOTEuODE1Yzc0LjgzMS03Ni4wMTIsMTQ4LjQ4LTQyLjUzNSwyMDcuOTUxLDExLjQyMiAgYzU5LjA3Ny01My45NTcsMTMyLjcyNi04Ny44MjgsMjA3Ljk1MS0xMS40MjJjNTguNjgzLDU5LjQ3MSw1OS4wNzcsMTU1LjE3NSwwLDIxNC42NDYgIGMtOTguODU1LDkwLjU4NS0xNTAuNDQ5LDEzNy40NTItMTc3LjYyNSwxNjIuMjY1Yy0xNi45MzUsMTUuMzYtNDIuNTM1LDE1LjM2LTU5LjQ3MSwwYy0yNy4xNzUtMjQuNDE4LTc5LjE2My03MS42OC0xNzguODA2LTE2Mi4yNjUgIEMtMTQuOTE3LDI0Ny4zODUtMTQuNTIzLDE1MS42OCw0NC4xNiw5MS44MTV6Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiNENjUzNDg7IiBkPSJNMjUyLjExMSwxMDMuMjM3djM3Ny4zMDVjMTAuNjM0LDAsMjEuNjYyLTMuOTM4LDMwLjMyNi0xMS40MjIgIGMyNy4xNzUtMjQuODEyLDc4Ljc2OS03MS42OCwxNzcuNjI1LTE2Mi4yNjVjNTkuMDc3LTU5LjQ3MSw1OC42ODMtMTU1LjE3NSwwLTIxNC42NDZDMzg0LjgzNywxNS40MDksMzExLjE4OCw0OS4yOCwyNTIuMTExLDEwMy4yMzcgIHoiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0VGQzc1RTsiIGQ9Ik0zODYuMDE5LDgyLjc1N2MzNS40NDYtMy45MzgsNTUuMTM4LTIzLjYzMSw1OS4wNzctNTkuMDc3YzMuOTM4LDM1LjQ0NiwyMy42MzEsNTUuMTM4LDU5LjA3Nyw1OS4wNzcgIGMtMzUuNDQ2LDMuOTM4LTU1LjEzOCwyMy42MzEtNTkuMDc3LDU5LjA3N0M0NDEuMTU3LDEwNi4zODgsNDIxLjQ2NSw4Ni42OTYsMzg2LjAxOSw4Mi43NTd6Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiNFNjcwNjc7IiBkPSJNNTUuMTg4LDE5NC42MDljMC01MC44MDYsNDEuMzU0LTkyLjE2LDkyLjE2LTkyLjE2YzUuOTA4LDAsMTAuMjQsNC43MjYsMTAuMjQsMTAuMjQgIGMwLDUuOTA4LTQuNzI2LDEwLjI0LTEwLjI0LDEwLjI0Yy0zOS4zODUsMC03MS4yODYsMzEuOTAyLTcxLjI4Niw3MS4yODZjMCw1LjkwOC00LjcyNiwxMC4yNC0xMC4yNCwxMC4yNCAgQzU5LjkxNCwyMDQuODQ5LDU1LjE4OCwyMDAuMTIzLDU1LjE4OCwxOTQuNjA5eiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 auto;
    width: 280px;
    padding: 60px 0 0;
    height: 210px;
    clear: both
}

#mach_message strong {
    font-size: 19px;
    line-height: 37px;
    color: #fff;
    font-weight: 400
}

#mach_message img {
    margin-left: 10px;
    border-radius: 50px
}

#add-to-favorites, #send-message, #report, #unfriend {
    float: none;
    margin: 0 0px 5px 0px;
    display: inline-block;
}
#browse_click {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    left: 50%;
    top: 30%;
    background-size: 100%
}
 
#send-smile {
    min-width: 14px;
    margin: 0
}

.about_text {
    padding: 15px;
    clear: both;
    overflow-wrap: break-word
}

.about_text p {
    padding: 5px 1% 0;
    margin: 0
}

#profile_buttons { 
    clear: both;
    text-align: center;
    min-height: 37px;
}

#profile_buttons a span {
    display: inline-block;
    width: 20px;
    height: 19px;
    margin-bottom: -3px;
    background-size: contain;
    background-repeat: no-repeat;
}
#seen {
    float: right;
    color: #6b8bc4;
    margin-right: 5px;
    line-height: 8px;
    clear: both
}

#messages-wrap {
    margin: 0;
    line-height: 0
}

#messages-spacer {
    height: 280px
}

#messages-border {  
    float: left;
    height: 300px;
    padding: 0;
    position: relative;
    width: 100%
}

#messages-area p strong {
    color: #666;
    line-height: 20px;
    float: left;
    width: 100%;
    padding-right: 9px;
    opacity: .7
}

#messages-area p.message-left strong {
    color: #f66
}

#messages-area-slide {
    float: left;
    width: 100%
}

#messages-area div p span {
    color: #b5b5b5;
    font-size: 10px;
    float: right;
    position: absolute;
    right: 0
}

#messages-area {
    bottom: 0;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    width: 100%
}

.form-inline {
    clear: both;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
    margin-top:10px;
}

#messages-form textarea,#msg {
    font-size: 16px;
    background: #eee;
    border: 0;
    color: #000;
    padding: 5px 0 7px 2%;
    resize: none;
    width: 69%;
    display: inline-block;
    border-radius: 15px;
    height: 32px;
    vertical-align: top;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#message_upload {
    display: inline-block;
    width: 120px
}

.img-message {
    width: 100%;
    max-width: 320px
}

#show-gifs {
    display: none;
    clear: both;
    position: relative
}

#show-gifs a {
    cursor: pointer;
    width: 25%;
    display: inline-block;
    text-decoration: none
}

#show-gifs a img {
    width: 100%;
    height: auto;
    color: #333
}

#messages-form button,#send_message {
    margin: 0;
    width: 17.7%;
    min-width: 51px;
    padding: 13px 0;
    text-transform: uppercase;
    border-radius: 15px;
    float: none;
    font-size: 16px;
    display: inline-block
}

#messages-gallery {
    background: none repeat scroll 0 0 #ececec;
    float: left;
    height: 523px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: 25%
}

.message-sending {
    display: none;
    color: #8d8d8d;
    font-size: 10px
}

.messages-grid {
    clear: both;
    float: left;
    margin: 0;
    padding: 3px 1%;
    position: relative;
    width: 170px;
    z-index: 13
}

.messages-grid-about strong {
    background: none repeat scroll 0 0 #ef1e9c;
    border-radius: 7px 7px 7px 7px;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    height: 13px;
    line-height: 12px;
    margin: 0 0 0 2px;
    text-align: center;
    width: 77px
}

#messages-gallery .active {
    background: none repeat scroll 0 0 #fff
}

#messages-about-name {
    padding-right: 2px;
    line-height: 34px
}

#messages-about-name h1 {
    display: inline-block;
    font-size: 22px;
    padding-left: 0
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.message-right,.message-left {
    clear: both;
    font-size: 16px;
    line-height: 22px;
    margin: 2px 5px;
    padding: 8px 15px;
    max-width: 80%
}

.message-left {
    float: left;
    border-radius: 24px 24px 24px 0;
    background: #ebebf5;
    color: #353535
}

.message-left.tiping {
    float: left;
    line-height: 0;
    padding: 8px 15px;
    background: #e6e6e6
}

.message-right {
    float: right;
    border-radius: 24px 24px 0 24px;
    color: #fff;
    background: #3a98f1
}

#messages-gallery .messages-grid {
    border-bottom: 1px solid #ccc;
    color: #646464;
    cursor: pointer;
    float: left;
    height: 41px;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

#messages-gallery .messages-grid:hover {
    background: none repeat scroll 0 0 #fff2f5;
    color: #000!important
}

#messages-gallery .online {
    position: absolute;
    left: 48px;
    top: 8px
}

#messages-gallery .messages-grid-image {
    float: left;
    margin-right: 10px
}

#messages-gallery .messages-grid-image img {
    width: 37px
}

#messages-gallery .messages-grid-about {
    float: left;
    width: 91px;
    font-size: 14px
}

#messages-about {
    padding: 0;
    text-decoration: none
}

#messages-about .messages-grid-about {
    float: left
}

.messages-about-image img {
    margin: 0 10px 0 0;
    float: left;
    height: auto
}

#messages-about-view {
    font-size: 12px
}

#popular-search {
    clear: both
}

#popular-search div {
    border-left: 0 solid #888;
    float: left
}

#popular-search ul {
    margin: 0 38px 0 0;
    padding: 0
}

#popular-search li {
    font-size: 12px;
    list-style: none outside none
}

.grid_new {
    color: #fff;
    position: absolute;
    background: #fc9560!important;
    width: 44px;
    line-height: 16px;
    text-align: center
}

#footer h3 {
    color: #fff
}

#bottom_login {
    display: none;
    background: none repeat scroll 0 0 rgba(0,0,0,.86);
    bottom: 0;
    box-shadow: 0 0 4px #000;
    color: #fff;
    font-size: 12px;
    height: 34px;
    padding: 5px 0;
    position: fixed;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    width: 100%;
    z-index: 9999
}

#bottom_login span {
    border-bottom: 0;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400
}

#manualy {
    color: #f66
}

#bottom_login strong {
    margin: 0
}

#fb_invite_button {
    position: fixed;
    bottom: 0;
    right: 0
}

.vip_middle {
    position: absolute;
    right: 1px;
    bottom: 41px;
    z-index: 999;
    color: #ef1b9a;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px
}

.vip_big {
    color: #ef1d9b
}

.gold {
    width: 56px;
    height: 32px;
    display: inline-block;
    margin-left: -15px;
    position: relative
}

.gold span {
    display: block;
    background: url(/img/premium-min.png) no-repeat;
    background-size: 53px;
    height: 53px;
    width: 100%;
    position: absolute;
    z-index: 2
}

#add-to-scammers {
    margin: 0;
    padding: 5px 0;
    color: #999;
    text-decoration: none;
    font-size: 10px;
    right: 11px;
    position: absolute
}

#delete_account {
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: -18px;
    left: 0;
    text-decoration: none;
    text-shadow: 0 0 3px #000
}

.profile-edit-img {
    width: 47%
}

#profile-edit-form .right {
    float: left;
    width: 100%
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    float: right;
    margin: 0
}

#zoom-image-bg {
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    padding: 2% 0 0
}

#zoom-image-bg img {
    box-shadow: 1px 1px 20px 1px #000;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 0;
    line-height: 1.428571429; 
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.form-group {
    margin: 0 5px 0 0;
    clear: both
}

#ask,#answer {
    margin: 10px 0;
    float: left;
    width: 100%
}

#ask img,#answer img {
    float: left;
    margin: 0 10px 0 5px
}

#questions_form {
    margin-top: 10px
}

#questions_form img {
    float: left;
    margin-right: 15px
}

.questions_more {
    float: right
}

.questions_textarea {
    width: 67%;
    padding: 2px 1%;
    float: left
}

.question_list_info {
    width: 80%
}

.question_list_info h2 {
    margin: 0;
    padding: 0
}

.question_list_info h1 {
    border-bottom: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: left
}

.question_list a {
    text-decoration: none
}

.question_list li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    clear: both
}

.question_list {
    margin: 0;
    padding: 0;
    float: left;
    width: 96%
}

.question_list .question_list_info,#answer_block .question_list_info,.answers_list .question_list_info {
    width: 100%;
    margin: 0 0 8px
}

.question_list_small .question_list_info {
    width: 71%;
    float: left
}

.question_list_small .coments-box-user {
    width: 70px;
    height: 70px;
    padding: 0;
    margin: 0 10px 0 0;
    float: left
}

.question_list_small {
    padding: 0;
    width: 95%;
    margin: 0 0 10px 15px;
    float: left
}

.question_list_small li a {
    text-decoration: none;
    display: inline-block
}

.question_list_small li a h2 {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    font-weight: 300;
    border-radius: 30px 30px 30px 0;
    background: #5392ff2b;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}



.question_list_small li a:hover h2 {
    background: #a5b9db
}

.question_list_small li {
    list-style: none;
    padding: 5px 0;
    border-radius: 5px;
    width: 100%;
    float: left
}

.question_list_small .coments-box-arrow {
    margin-top: -8px!important
}

.question_list a:hover h2,.question_list a:hover {
    color: #f66!important
}

#answer_block {
    width: 100%;
    padding-top: 15px
}

.answers_title {
    font-size: 14px
}

.answers_list {
    margin: 0;
    padding: 0
}

.answers_list li {
    width: 95%;
    list-style: none;
    clear: both;
    margin: 10px 0;
    float: left
}

.answer_content {
    margin: 0;
    line-height: 25px;
    display: block;
    font-size: 16px
}

.answer_date {
    font-style: italic;
    font-size: 14px;
    color: #a6a6a6;
    display: inline;
}

.answer_date a {
    color: #999
}

.answerCount {
    float: right
}

.btn-like {
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    color: #6d6d6d;
    padding: 2px 0;
    text-decoration: none;
    border: 0;
    max-height: 20px;
    background-color: transparent;
    min-width: 40px;
    line-height: 14px;
}

.btn-like:hover,.btn-like.active {
    opacity: 1
}

.help-block {
    font-size: 11px;
    padding: 0;
    margin: 0;
    float: left
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.coments-box-user {
    padding-right: 15px;
    margin: 0 0 0 5px;
    float: left
}

.coment-tools {
    display: block;
    margin-left: 90px
}

.author {
    text-decoration: none;
    clear: both; 
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
}

.coments-box-arrow {
    width: 90%;
    float: left;
    height: 33px;
    width: 14px;
    margin: 0 0 0 -25px;
    z-index: 3;
    position: absolute
}

.coments-box-arrow div {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    float: left;
    z-index: 2;
    width: 1px;
    background: #f5f5f5
}

.content_explane {
    padding: 15px;
    clear: both;
    font-size: 16px;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-weight: 400;
    display: block;
    background: #4d9999;
    margin: 0
}

.btn-toolbar {
    text-align: center;
    clear: both;
    padding-top: 10px
}

.btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    background-color: #6282bb;
    border-color: #adadad;
    font-weight: 700
}

.btn:hover {
    background-color: #ef1b9a;
    color: #fff
}

.contact_form {
    position: relative;
    margin-top: 20px
}

.contact_form input {
    background: none repeat scroll 0 0 #ededed;
    border: 0;
    color: gray;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 12px 2%;
    width: 50%
}

.contact_form textarea {
    background: none repeat scroll 0 0 #ededed;
    border: 0;
    color: gray;
    font-size: 14px;
    height: 133px;
    padding: 12px 2%;
    resize: none;
    width: 50%
}

.contact_form button {
    background: none repeat scroll 0 0 #eb375b;
    border: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
    padding: 8px;
    text-transform: uppercase;
    width: 120px
}

#send {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    color: #000;
    display: none;
    font-size: 35px;
    left: 0;
    padding: 17%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.row.span7 {
    width: 80%;
    float: left
}

.row.span3 {
    width: 29%;
    float: left;
    padding: 0 2%
}

.row .span1 {
    width: 50%;
    float: left;
    min-height: 27px;
    width: 50%;
    float: left;
    min-height: 27px
}

.label-important {
    background: none repeat scroll 0 0 #ef1297;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    padding: 4px;
    right: 0;
    width: 97%;
    float: left;
    border-radius: 3px
}

.label-important a {
    color: #fff;
    text-decoration: underline
}

#browse {
    clear: both;
    float: right;
    font-size: 18px;
    padding: 7px;
    box-shadow: none;
    position: relative;
    z-index: 999;
    font-weight: 400;
    margin: 5px 8px 0 0;
    border: 0;
    background-color: #ff7171;
    background-repeat: repeat-x;
    border-color: #f88686 #e55151 #e55151;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 2px;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    transition: background .1s linear 0;
    white-space: nowrap
}

#alert_center {
    position: fixed;
    background: #fff;
    padding: 24px 5px 0;
    left: 0;
    z-index: 999;
    top: 25%;
    box-shadow: 0 1px 5px #6b6b6b;
    border-radius: 0 4px 4px 0;
    width: 61px;
    height: 123px
}

#alert_center .close {
    cursor: pointer;
    line-height: 14px;
    font-size: 25px;
    color: #fff;
    background: #646464;
    top: 0;
    width: 68px;
    height: 20px;
    position: absolute;
    opacity: 1;
    padding-right: 5px;
    text-align: right;
    border-radius: 0 4px 0 0
}

#alert_center .close:hover {
    color: #ef1e9c
}

.alert_notify {
    background: rgba(255,255,255,.94);
    width: 305px;
    padding: 1px;
    text-align: center;
    z-index: 999;
    position: absolute;
    box-shadow: 0 1px 5px #bbb;
    text-decoration: none;
    display: inline-block;
    line-height: 34px;
    margin-right: -155px;
    right: 50%;
    top: 0;
    border-radius: 4px
}

.alert_notify h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #000;
    padding: 0;
    text-shadow: 0 0 1px #e8e8e8
}

.alert_notify button {
    float: none
}

.fb-like {
    clear: both;
    margin: 0 0 0 10px
}

.clear {
    clear: both
}

.other-questions {
    margin-top: 40px;
    margin-right: 15px
}

.g-plus {
    clear: both
}

.meet {
    line-height: 24px;
    padding-top: 1px
}

#search_members {
    margin-bottom: 15px;
    margin-left: 5px;
    clear: both
}

#search_members #country {
    width: 100px
}

#search_members #looking {
    width: 100px
}

#search_members select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #484848;
    padding: 6px;
    width: 110px;
    font-size: 16px;
    display: inline-block;
    min-width: 150px;
    margin: 0 10px 5px 0;
    transition: border .2s linear 0s,box-shadow .2s linear 0;
    vertical-align: middle
}

#search_members #search_button {
    width: 100px;
    margin: 0 auto;
    display: block;
    float: none
}

#user_search {
    background-color: #fff;
    border: 1px solid #9292926b;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #858585;
    padding: 10px;
    width: 83%;
    font-size: 14px;
    display: inline-block;
    min-width: 140px;
    margin: 0 10px 5px 6px;
    transition: border .2s linear 0s,box-shadow .2s linear 0;
    vertical-align: middle
}

.search_type #search_members #search_button,.pen-pals_type #search_members #search_button {
    width: 91px;
    margin-top: 0;
    margin-right: 0
}

.search_type #search_members select,.pen-pals_type #search_members select {
    min-width: 75px
}

#smiles {
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

#smiles span {
    cursor: pointer;
    font-size: 27px;
    line-height: 39px;
    display: inline;
    text-align: center;
}

#smiles i {
    background-size: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 20px;
}

#smiles div {
    display: none;
    box-shadow: 0 0 6px #25252578;
    padding: 5px;
    background: #fff;
    margin: 0;
    position: absolute;
    z-index: 999;
    width: 187px;
    bottom: 27px;
    max-height: 200px;
    overflow-y: auto;
}

.random-chat_type #smiles {
    float: right
}

.btn-message {
    padding: 8px 5px;
    background: 0 0;
    font-size: 14px;
    line-height: 14px;
    border: 0
}

.btn-message span {
    width: 13px;
    height: 14px;
    float: left;
    margin-right: 5px
}

.btn-message span.image {
    background: url(../img/glyphicons-halflings.png) 12px -49px transparent
}

.btn-message span.video {
    background: url(../img/glyphicons-halflings.png) 37px -48px transparent
}

.btn-message span.gif {
    background: url(../img/glyphicons-halflings.png) -192px -1px transparent
}

.btn-message:hover span.video,.btn-message:hover span.image {
    background-image: url(../img/glyphicons-halflings-white.png)
}

.status_ok {
    background: url(../img/glyphicons-halflings-white.png) repeat scroll 184px 2px #31e56b;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50px
}

.nav-tabs a {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 0;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    border-top: 4px solid #fff;
    color: #333
}

.nav-tabs .active,.nav-tabs a:hover {
    color: #333;
    border-top: 4px solid #ef1e9c
}

.newly-title {
    width: 100%
}

.newly-title a {
    text-decoration: none;
    float: left;
    padding: 0 0 0 10px;
    width: 95%
}

.newly-title h4 {
    padding: 0;
    margin: 5px;
    font-weight: 400
}

.profile-img-home img {
    width: 100%;
    max-width: 380px;
    height: auto;
    pointer-events: none
}

.profile-image {
    line-height: 0;
    margin-bottom: 4px;
    text-align: center;
    position: relative;
    margin-top: 6px;
    background: #2d2e35;
    border-radius: 5px;
    background-size: auto,cover;
    z-index: 2;
    overflow: hidden
}

.profile-image figure img {
    pointer-events: none;
    border: 0;
    max-width: 400px;
    z-index: 2;
    position: relative;
    outline: none;
    box-shadow: 0 0 20px 0 #00000017;
    user-select: none
}

.bg_image {
    background-size: auto,cover!important;
    filter: blur(25px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 100%
}

.navbar-toggle:hover .icon-bar,.navbar-toggle:active .icon-bar {
    background-color: #f24baf
}
.newly-footer .active {
    background-color: #f24baf;
    color:#fff;
}
.navbar-toggle {
    float: right;
    cursor: pointer;
    border: 0;
    width: 43px;
    height: 49px;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #333;
    text-align: center;
    background-color: transparent; 
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.bs-docs-nav .navbar-toggle .icon-bar {
    background-color: #563d7c
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #2b2b2b;
    margin: 4px 0
}

.collapsed {
    display: none
}

.delete_current { 
    float: right;
    margin-top: 17px;
    margin-right: 10px;
    height: 27px;
    width: 27px;
    font-size: 18px;
}
 
.chat-rooms_type .content-padding { 
    background-size: contain; 
}

#conversation {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

#conversation li {
    clear: both;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0 0 1px;
    border-radius: 5px;
    overflow: hidden;
}

#conversation li a {
    position: relative;
    padding: 0%;
    width: 95%;
    float: left;
    border-radius: 4px;
    margin: 1px 0;
    display: block;
    text-decoration: none
}

#conversation li a .read {
    position: absolute;
    right: 5px;
    font-size: 18px;
    top: 1px;
    color: #a5b9db;
    display: none
}

#conversation span {
    font-size: 18px;
    color: #f24baf;
    display: none;
    line-height: 32px
}

#conversation li img {
    float: left;
    margin-right: 10px;
    line-height: 0;
    border: 0
}

#conversation li a strong {
    font-size: 16px;
    line-height: 25px
}

#conversation .status_1 {
    background-color: #ff63ab1f;
}

#conversation .status_0 {
    background-color: #7a7a7a3d;
}

#conversation .status_1 i {
    display: block
}

#more_messages {
    float: none;
    min-width: 120px
}

.history_back {
    float: left;
    margin-right: 15px;
    margin-left: 6px
}

.history_next {
    float: right;
    margin-right: 15px;
    margin-left: 6px
}

.newly-title h2 {
    color: #fff
}

#copyright {
    color: #fff;
    text-align: center
}

.social {
    float: left;
    margin-left: 0;
    width: 65px;
    line-height: 0;
    margin-bottom: 5px
}

#profile_like {
    width: 90%;
    display: inline-block;
    height: 17px
}

#profile_like .social {
    float: right
}

.text-center {
    text-align: center
}

#cf {
    width: 168px;
    margin-top: -8px;
    margin-left: 15px
}

.add-profile {
    padding-left: 5px;
    text-align: right
}

.add-bottom {
    width: 100%;
    height: 100px;
    position: relative
}

footer {
    clear: both
}

#profile-img-box {
    float: left;
    width: 49%;
    padding-right: 1%
}

#random-chat form button {
    float: left;
    width: 19%;
    height: 46px;
    min-width: 10px;
    margin: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 18px
}

#random-chat form textarea {
    float: left;
    width: 79%;
    height: 41px;
    border-radius: 0;
    margin: 0;
    padding: 5px 1% 0;
    border: 0;
}

#random-chat form textarea:disabled {
    background: #ddd
}

#chatbox_border {
    background: none repeat scroll 0 0 #fff;
    border: 0 solid #ccc;
    box-shadow: 0 0 6px #ddd inset;
    float: left;
    height: 300px;
    padding: 10px;
    position: relative;
    width: 100%;
}

  #random-chat #chatbox ul {
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 9;
  }

.clear {
    clear: both
}
#random-chat #chatbox ul li {
    list-style: none;
    min-height: 20px;
    clear: both
}

#random_chat_1 {
    float: left;
    margin-top: 2px;
    padding-bottom: 2px
}

#start-chat {
    /*padding: 16px 0;*/
    float: none;
    font-size: 20px;
    width: 37%;
    max-width: 160px;
    margin: 10px
}

#random_name {
    text-align: center;
    float: none!important;
    background: #fff;
    border: 0;
    margin: 4px 0 0;
    display: inline-block;
    font-size: 18px;
    border-radius: 4px;
    color: #000;
    padding: 15px 0 12px;
    resize: none;
    border-bottom: 3px solid #2596f3;
    max-width: 120px
}

#start_chat button {
    padding: 15px 20px;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 30px;
    float: none;
    display: block;
    background-color: #7ecb74
}

#start_chat button:hover {
    background-color: #3bb12e
}

#start_chat button span {
    display: block;
    float: left;
    height: 23px;
    position: relative;
    width: 31px;
    background-size: 80%;
    margin: -4px 4px -4px 0;
    background-position: center;
    background-repeat: no-repeat
}

#history_back {
    background: url(../img/arrow-right1.png) no-repeat center center;
    width: 34px;
    height: 29px;
    border: 0;
    float: left;
    margin: 10px 0 0 10px;
    cursor: pointer;
    display: none
}

.chat-rooms_type h3 {
    padding: 0;
    margin: 0;
    text-align: center
} 

#chat-room-title img {
    float: left;
    margin-right: 5px;
    border-radius: 20px;
}

#chat-room-title {
    line-height: 30px
}

.chat-rooms_type #chat_room_free {
    display: block;
    float: left;
    width: 50%;
    padding: 0 0 0 55px;
    border-left: 1px solid #ccc
}

.chat-rooms_type #chat_room_free li {
    clear: both;
    list-style-image: url(/img/list.png);
    line-height: 40px
}

#username_error {
    display: none;
    clear: both
}

.chat-rooms_type #reg_free {
    clear: both;
    text-align: center;
    font-size: 16px
}

#chatroom-list {
    margin: 0;
    clear: both;
    display: block;
    padding: 0;
    width: 100%
}

#chatroom-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; 
}

#chatroom-list li a {
    text-decoration: none;
    border-radius: 8px;
    padding: 15px 20px;
    line-height: 1.5;  
    border: 1px solid #9e9e9e9e;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

#chatroom-list li a:hover h3 {
    color: #ef1e9c
}

#chatroom-list li a strong {
    color: #fff;
    font-size: 17px;
    line-height: 9px;
    background: #ef1e9c;
    padding: 6px;
    border-radius: 18px;
    float: left;
    margin-top: 3px
}

#chatroom-list li a b {
    color: #6b8bc4;
    font-size: 45px;
    border-radius: 99px;
    float: left;
    padding: 6px 10px 18px 5px;
    margin-left: 0;
    line-height: 9px
}

#chatroom-list li a h3 {
    float: left;
    padding: 0;
    margin: 0 5px 0 0; 
}
#chatroom-list li a i {
    float: left;
    margin: 0 10px 0 0;
    font-size:22px; 
}
#chatroom-list li a img {
    float: left;
    margin: 0 10px 0 0;
    max-height: 28px;
    max-width: 29px;
    border-radius: 20px;
}

#cookie-policy a {
    color: #fff
}

#cookie-policy {
    text-align: center;
    background-color: #414141;
    color: #ddd;
    padding: 7px;
    clear: both;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    line-height: 20px;
    z-index: 999;
    left: 0;
    right: 0
}

#cookie-policy-accept {
    display: inline-block;
    padding: 7px;
    float: none;
    font-size: 16px
}

#cookie-policy-accept:hover {
    text-decoration: underline
}

#file_upload {
    float: left;
    border: 1px solid #7493cb;
    margin: 5px 0;
    padding: 10px
}

#file_uplad_submit {
    float: left;
    color: #fff;
    background-color: #7493cb;
    border: 0;
    margin: 7px 5px 10px;
    padding: 10px
}

.btn-google {
    background-color: #fff;
    color: #000!important;
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgb(0 0 0/38%)
}

.sing-google {
    background: url(/img/register-google.svg) no-repeat 5px 7px;
    width: 40px;
    height: 42px;
    background-size: 29px;
    display: inline-block;
    margin: -15px 0 -15px -10px
}

#or {
    border-top: 1px solid #96a6c1;
    height: 1px;
    position: relative;
    margin: 20px 0
}

#or span {
    background: #f8fafd;
    padding: 0 20px;
    position: absolute;
    width: 20px;
    left: 50%;
    height: 18px;
    margin-left: -30px;
    margin-top: -11px;
    color: #333
}

.home2_type .question_list_small li a h2 {
    background-color: #f6f9ff
}

.home2_type .newly-title h4 {
    border: 0;
    margin: 8px 5px;
    color: #fff
}

.home2_type .profile-img-home {
    position: relative;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
    line-height: 0;
    margin-bottom: 10px
}
 

.home_browse {
    background-color: #11cc74;
    box-shadow: #236517 0 2px 0 0;
    margin: 10px 0 0;
    float: right;
    font-weight: 700
}

#home_block_title {
    float: left;
    width: 60%
}

.not_publish {
    clear: both;
    font-size: 12px;
    color: #505050;
    display: inline-block
}

#home_block_title h1 {
    border: 0;
    font-size: 39px;
    width: 100%;
    font-weight: 400;
    float: left;
    margin: 0 0 5px;
    line-height: 63px;
    padding: 10px 0 0;
    color: #fff;
    text-shadow: 0 1px 0 #0073bd
}

#home_block_title h2 {
    color: #fff;
    line-height: 22px;
    margin: 2px 0 5px;
    font-weight: 400;
    text-shadow: 0 1px 0 #0073bd
}

#home_block {
    margin-top: 50px;
    clear: both;
    display: inline-block
}

#home_block img {
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    padding: 0;
    border: 2px solid #fff;
    width: 95px;
    display: inline-block;
    height: 95px;
    border-radius: 50%;
}

#home_block span {
    clear: both;
    display: block;
    font-size: 16px;
    text-shadow: 0 1px 0 #646464
}
#home_block a {
    text-decoration:none;
}
#home_register_form {
    width: 40%;
    float: right;
    position: relative;
    margin-top: 2%;
    text-align: center
}

#register_form_bg {
    padding: 5%;
    border-radius: 6px;
    width: 90%;
    clear: both;
    background: #fff;
    box-shadow: 1px 1px 0 #b1d1de
}

#sing_up_btn,#login_btn {
    font-size: 22px;
    border: 0;
    border-radius: 5px 5px 0 0;
    padding: 9px;
    float: left;
    height: 55px;
    margin-bottom: -6px;
    width: 50%;
    color: #fff;
    background: 0 0;
    cursor: pointer;
    text-shadow: 0 1px 0 #0073bd
}

#sing_up_btn.active,#login_btn.active {
    background: #fff;
    color: #000;
    text-shadow: none
}

#login {
    padding: 36px 0
}

#home_register_form small,#home_register_form a {
    color: #565656
}

#home_register_form small {
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
    line-height: 13px;
    font-size: 11px
}

#home_register_form .btn {
    width: 94%;
    text-transform: uppercase;
    position: relative;
    border-radius: 6px;
    font-size: 18px
}

#home_register_form .btn:hover {
    background-color: #198c05
}

#home_register_form .right {
    position: relative
}

#home_register_form .radio {
    text-align: center
}

.form_input input, .form_input select {
    display: inline-block;
    width: 68%;
    -webkit-border-radius: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: rgba(0,0,0,.75);
    font-size: 16px;
    margin: 0 0 11px;
    padding: 4px 10px;
    height: 34px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #007bff;
    font-size: 18px;
}

.toggle-password:hover {
    color: #0056b3;
}

.toggle-password i {
    pointer-events: none; /* Prevent interaction issues with the icon */
}

#home_register_form form label {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    width: 28%;
    text-align: right
}

#home_register_form_title {
    font-size: 23px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 5px
}

#home_register_form form .form_input .year {
    width: 90px;
    float: left;
    margin-right: 5px
}

#home_register_form form .form_input .month {
    width: 90px;
    float: left;
    margin-right: 5px
}

#home_register_form form .form_input .day {
    width: 80px;
    float: left
}

#home_register_form .list {
    margin-top: 6px;
    position:relative;
}

#home_register_form .left {
    float: left
}

.home2_type {
    background-image: url(/img/bg-1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom left
}



.webp.home2_type {
    background-image: url(/img/bg-1.jpg.webp)
}

.ad-side {
    padding: 0;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    min-height: 280px;
    display: block;
    position: relative; 
}
.ad-right {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px; 
    position: relative;
}

.ad-profile {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 22px;
    position: relative;
}

.ad-ask {
    padding: 15px 0
}

.infeed {
    height: 90px
}

.infeed-footer {
    height: 280px
}



.right-block {
    width: 342px;
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    float: left;
}

/* Scoped layout: only on profile pages keep right-block on the same row */
.profile_body .body,
.profile2_body .body,
.members_body .body,
.views_body .body {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.friends_body .body .body{
    display: block;
    flex: 1 1 100%;
    width: 100%;
}

/* Allow wrapping on Friends so inner .body starts on new line */
.friends_body .body {
    flex-wrap: wrap;
}

/* Allow wrapping on Views so header can share row and content can start on new line */
.views_body .body {
    flex-wrap: wrap;
}

.profile_body .content,
.profile2_body .content,
.members_body .content,
.views_body .content  {
    margin: 5px 0;
    flex: 1 1 auto;
}

  /* Messages layout: content and right-block on the same row */
  .messages_type .body,
  .views_body .body,
  .chat-list_body .body{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: nowrap; /* keep on one row on larger screens */
  }
  .messages_type .content, 
  .views_body   .content {
    order: 1;
    margin: 5px 0;
    flex: 1 1 calc(100% - 342px - 12px);
    min-width: 0; /* allow shrink inside flex row */
  }
  .messages_type .right-block,
  .views_body  .right-block, 
  .chat-list_body .right-block{
    order: 2;            /* ensure it appears after content in the row */
    margin-left: auto;   /* pin it to the right edge */
  }
  .profile_body .right-block,
  .profile2_body .right-block,
  .members_body .right-block ,
  .messages_type .right-block,
  .friends_type .right-block,
  .views_body  .right-block,
  .friends_body .right-block, 
  .chat-list_body .right-block {
    float: none;
    flex: 0 0 342px;
  }

  /* Mobile: stack and hide right column for messages and views */
  @media (max-width: 767px) {
    .messages_type .body,
    .views_body .body {
      display: block;
    }
    .messages_type .content,
    .views_body   .content {
      width: 100%;
      margin: 5px 0;
      flex: 0 0 100%;
    }
    .messages_type .right-block,
    .views_body  .right-block,
    .chat-list_body .right-block {
      display: none !important;
    }
  }

  /* Views layout within #container: ensure .content and .right-block are on the same row,
     and any nested .body goes to a new line (full width) */
  .views_body #container .body {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
  }
  /* Keep right column fixed and side-by-side */
  .views_body #container .body > .right-block {
    order: 1;
    float: none;
    flex: 0 0 342px;
  }
  /* Treat .content as a flex item that shares the row with .right-block */
  .views_body #container .body > .content {
    order: 1;
    flex: 1 1 calc(100% - 342px - 12px);
  }
  /* If .content uses display: contents upstream, size its first padding block accordingly */
  .views_body #container .body > .content > .content-padding:first-of-type {
    flex: 1 1 calc(100% - 342px - 12px);
    min-width: 0;
  }
  /* Force any nested .body to a new line */
  .views_body #container .body > .body {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
  }



  /* Parent row: allow wrapping */
  @media (min-width: 768px) {
    #container.chat-list_type > .body,
    #container.profile-edit_type > .body,
    #container.news_type > .body,
    #container.friends_type > .body {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;      /* avoid vertical centering */
        justify-content: flex-start;  /* avoid horizontal centering */
      }
      
      /* Left 70% */
      #container.chat-list_type > .body > .content,
      #container.profile-edit_type > .body > .content, 
      #container.news_type > .body > .content,
      #container.friends_type > .body > .content {
        flex: 0 0 65%;
        order: 1;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        margin:0px;
      }
      
      /* Right 30% */
      #container.chat-list_type > .body > .right-block,
      #container.profile-edit_type > .body > .right-block,
      #container.news_type > .body > .right-block,
      #container.friends_type > .body > .right-block {
        flex: 0 0 33%;
        order: 1;
        box-sizing: border-box;
        /* padding: 20px; */
        text-align: center;
        
      }
      
      /* Force the second .body onto a new line, full width */
      #container.chat-list_type > .body > .body,
      #container.profile-edit_type >  .body > .body,
      #container.news_type > .body > .body ,
      #container.friends_type > .body > .body {
        order: 2;
        flex: 0 0 100%;
        width: 100%;
        text-align: left; /* ensure left-aligned content */
                      /* in case any auto-centering was applied */
      }
      
      #container.chat-list_type > .body > .body .content, 
      #container.profile-edit_type > .body > .body .content,
      #container.news_type > .body > .body .content,
      #container.friends_type > .body > .body .content {
        margin-left: 0px;      
        margin-bottom: 20px;
      }
  }
  
  @media (max-width: 767px) {
    #container.chat-list_type > .body,
    #container.profile-edit_type > .body,
    #container.news_type > .body,
    #container.friends_type > .body {
      display: block;
    }
    #container.chat-list_type > .body > .content,
    #container.profile-edit_type > .body > .content, 
    #container.news_type > .body > .content,
    #container.friends_type > .body > .content {
      width: 100%;
      display: block;
    }
    #container.chat-list_type > .body > .right-block,
    #container.profile-edit_type > .body > .right-block,
    #container.news_type > .body > .right-block,
    #container.friends_type > .body > .right-block {
      display: none !important;
    }
  }

.ask-questions_body .content {
  width: 100%;
}
.ask-questions_body .right-block {
  float: none;
  clear: both;
  width: 100%;
  margin-left: 0;
}

@media (max-width: 767px) {
  .profile_body .body,
  .profile2_body .body,
  .members_body .body,
  .views_body .body {
    display: block; /* stack on mobile */
  }
}

.ad {
    padding-top: 20px;
    padding-bottom: 20px
}

.newly-footer {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    line-height: 25px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 5px
}

.people_online_footer .grid-min img.home_image {
    width: 100%;
    height: auto;
    border-radius: 4px
}

img.country {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 91
}

.people_online_footer .grid-min {
    width: 32%;
    position: relative
}

#video {
    display: none
}

#country_profile {
    float: right;
    margin-top: 10px
}

#video_before_info {
    font-size: 18px;
    color: #fff;
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0,.28);
    display: none;
    text-align: center;
    top: 0;
    bottom: 0;
    padding-top: 15%;
    left: 0;
    right: 0
}

#cover {
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0,.28);
    display: none;
    text-align: center;
    color: #fff;
    top: 0;
    bottom: 0;
    font-size: 16px;
    padding-top: 15%;
    left: 0;
    right: 0
}

#video-utils {
    text-align: center
}

#video-end-call {
    margin: 10px 0;
    float: none
}

#video-container {
    position: relative;
    width: 100%;
    float: left
}

#video-guest {
    background: #000;
    position: relative;
    width: 98%;
    margin: 0 1%;
    float: left;
    clear: both;
    max-height: 400px;
    min-height: 300px
}

.blur {
    -webkit-filter: blur(14px);
    -moz-filter: blur(14px);
    -o-filter: blur(14px);
    -ms-filter: blur(14px);
    filter: blur(14px)
}

#video-current {
    position: absolute;
    max-width: 30%;
    max-height: 30%;
    bottom: 0;
    left: 1%;
    background: #222
}

#status {
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 50%;
    display: none;
    margin-left: -60px
}

#before_start {
    position: absolute;
    z-index: 99;
    text-align: center;
    color: #e4e4e4;
    top: 0;
    bottom: 0;
    font-size: 16px;
    padding-top: 15%;
    left: 0;
    right: 0
}

#cover {
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0,.28);
    display: none;
    text-align: center;
    color: #fff;
    top: 0;
    bottom: 0;
    font-size: 16px;
    padding-top: 15%;
    left: 0;
    right: 0
}

#cover a {
    float: none
}

.room_title {
    text-align: center
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
    padding: .5em 0 .5em 3em
}

.ui-menu .ui-image {
    height: 30px;
    width: 30px;
    margin-right: 8px;
    float: left
}

.ui-menu .ui-menu-item {
    line-height: 28px;
    clear: both
}

#news ul {
    padding: 0;
    margin: 0
}

#news li img {
    float: left;
    margin-right: 5px
}

#news li span {
    display: inline-block; 
    line-height: 24px
}

#news li i {
    float: right;
    color: #999
}

#news li {
    list-style: none
}

#news li button {
    display: block
}

#news .status_1 a {
    background-color: #c6007129;
}

#news .image-loader {
    top: 45%
}

#news li a {
    text-decoration: none; 
    width: 93%;
    float: left;
    padding: 5px 3%; 
}
#news li:nth-child(2n) a {
    background:#7d7d7d24;
}

#username_error {
    display: none;
    clear: both
}

#guest_chat {
    text-align: center;
    width: 320px;
    margin: 10px auto
}

#guest_chat #username_room { 
    background: 0 0;
    width: 57%;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    color: rgba(0, 0, 0, .75);
    padding: 0 2%;
    height: 42px; 
    background-color: #fff;
    border: 4px solid #909090;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0/10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0/10%); 
    border-radius: 5px;
}


#guest_chat button {
    background-color: #0A8549;
    clear: both;
    cursor: pointer; 
    padding: 16px 0;
    float: none;
    font-size: 17px;
    width: 50%;
    max-width: 160px;
    margin: 5px;
    font-weight: bold;
    border-radius: 24px;
    text-transform: uppercase
}

#guest_chat strong {
    padding: 5px;
    display: inline-block
}

#guest_chat b {
    color: red
}

#guest_chat label {
    font-weight: 400;
    width: 100%;
    font-size: 18px;
    color: #000;
    border-radius: 2px 0 0 2px;
    margin: 0;
    text-align: center;
    padding: 6px 0;
    display: inline-grid;
}

#guest_chat .list {
    clear: both;
    line-height: 30px;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#guest_chat .right {
    float: right
}

#guest_chat .gender { 
    border-radius: 4px;
    padding-top: 45px;
    width: 70px;
    height: 38px;
    place-items: center;
    border: 4px solid #ccc;
    font-size: 19px;
    text-align: center;
    background-position: center 7px;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgb(0 0 0/10%);
    color: #333;
}

#guest_chat .gender input {
    margin: 0; /* Ensure the input is centered */
}

/* Updated classes for female gender, fixing the typo */
#guest_chat .gender.famale {
    background-image: url(/img/gender-female.svg);  
    background-size: 43%; 
}

#guest_chat .gender.male {
    background-image: url(/img/gender-male.svg); 
    background-size: 37%; 
    margin-right: 5px;
}

/* Add this for the active state */
#guest_chat .male.active {
    border-color: #5998ff;
}
#guest_chat .famale.active {
    border-color: #ff5699;
}
#guest_chat select {
    display: inline-block;
    min-width: 100px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0/10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0/10%);
    color: rgba(0, 0, 0, .75);
    font-size: 16px;
    padding: 0 2%;
    height: 42px;
    margin: 0;
    border: 4px solid #909090;
    border-radius: 5px; 
}
 
#mood {
    background-image: url(/img/smiles-wite.png);
    background-repeat: no-repeat;
    background-position: 7%;
    background-size: 17%;
    padding-left: 35px;
}

#moods h3 {
    text-align: center;
    padding: 14px 0;
    font-weight: 400
}

#moods ul {
    margin: 0;
    padding: 0
}

#moods li {
    list-style: none;
    line-height: 30px;
    border-top: 1px solid #0000005e;
    width: 43.3%;
    float: left;
    cursor: pointer;
    margin: 1px;
    text-align: center;
    padding: 10px 3%;
}

#moods li img {
    display: inline-block;
    float: left;
    margin-right: 11px
}

#members_filter_btn {
    background-image: url(/img/settinggs-wite.png);
    background-repeat: no-repeat;
    background-position: 9%;
    background-size: 14%;
    padding-left: 35px;
    float: right;
}



#members-settings {
    display: inline-block;
    width: 100%;
}

.top-nav span strong {
    background: none repeat scroll 0 0 #f000ba;
    border-radius: 7px 7px 7px 7px;
    color: #ffe;
    font-size: 14px;
    line-height: 15px;
    padding: 0 4px;
    position: absolute;
    top: 2px;
    right: 0px;
}

.top-nav {
    background-repeat: no-repeat;
    border-radius: 30px;
    float: right;
    font-size: 26px;
    color: #333333;
    width: 42px;
    padding: 8px 0;
    text-align: center;
    border: 0;
    margin: 3px 4px 0px 0px;
    cursor: pointer; 
    position: relative; 
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.top-nav:hover,.top-nav:active {
    background-color: #bebebe57;
}

#instant_message textarea {
    width: 71%;
    background-color: #e7e7e7;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0/8%) inset;
    color: #858585;
    padding: 12px 0 0 2%;
    font-size: 14px;
    height: 30px;
    float: none
}

#instant_message .alert {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    width: 99%
}

#instant_message button {
    border-radius: 15px;
    margin: 0;
    float: none
}

#members {
    text-align: center;
    margin-top: 15px
}

#settings {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top:0;
}

.advertisements {
    text-align: center;
    color: #757575;
    display: block
}

.looking_check {
    width: auto!important;
    height: 13px!important
}

/* General Styling */
.bubble-profile {
    text-align: center;
    font-family: Arial, sans-serif;
}
.profile-bubble-container { 
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 5px 0;
}

/* Profile Picture */
.profile-picture .image-container {
    width: 100%;
    position: relative; 
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.9)), #000;
}
.profile-picture img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
 
/* Buttons */
.profile_buttons {
    margin-top: 15px; 
    gap: 10px;
    justify-content: center;
    clear:both;
    display:inline-block;
    max-width: 400px;
}
.bubble-info {
    display:inline-block; 
    margin-top: 20px;
    max-width: 400px;
}
.bubble-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bubble-info li {
    background: #ececec;
    border-radius: 26px;
    padding: 10px 20px;
    color: #202020;
    margin-bottom: 5px;
    display: inline-block;
} 
 
.profile_type .content {
    max-width: 568px !important;
}
.profile_type .body {
    max-width: 916px !important;
}
#set_under_review, #remove_under_review {
    display: inline-block;
    float:none;
}
.remove-profile-img { 
    position:absolute;
    top:10px;
    z-index:10;
    clear:both;
}
/* Profile Picture Container */
.profile-picture {
    width: 100%;
    max-width: 450px;
    height: 500px;
    position: relative;
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: rgb(0 0 0 / 73%);
    margin:10px auto;
}

/* Blurred Background with Dark Overlay */
.profile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; /* Ensure the background covers the container */
    background-position: center; /* Center the background */
    background-repeat: no-repeat; /* Prevent background repetition */
    filter: blur(20px) brightness(0.7);
    z-index: 1; /* Place the background below the main image */
}
 
/* Main Image */
.profile-picture .main-image {
    position: relative; /* Ensure the main image is above the blurred background */
    z-index: 2; /* Place above the background */
    max-width: 100%; /* Constrain width */
    max-height: 100%; /* Constrain height */
    object-fit: contain; /* Maintain aspect ratio */
    border-radius: 0; /* Match container's rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Add shadow for emphasis */
}

#top-no-session {
    display: inline;
}
#top-no-session .light-mode #dark-mode { 
    color: #000;
}
#top-no-session .dark-mode #dark-mode { 
    color: #ffff;
}
#top-no-session #dark-mode {
    float:right; 
    margin: 17px;
}
#top-no-session #dark-mode div {
    display: inline-block;
    margin-left:5px;
}

/* Container classes for both sign-up and login forms */
#singup .form-signin,
#singup .login {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

/* Basic spacing for each line item within the forms */
#singup .form-signin .list,
.login .list { 
  position: relative;
}

/* Labels for better readability */
#singup .form-signin label,
#singup .login label {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}

#singup .form-signin small {
    clear: both;
    display: inline-block;
}
#singup .form-signin .left {
  width: 90px;
}
/* Inputs and selects */
#singup .form-signin input[type="text"],
#singup .form-signin input[type="password"],
#singup .form-signin select,
#singup .login input[type="text"],
#singup .login input[type="password"] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}

#singup .form-signin input[type="text"]:focus,
#singup .form-signin input[type="password"]:focus,
#singup .form-signin select:focus,
#singup .login input[type="text"]:focus,
#singup .login input[type="password"]:focus {
  outline: none;
  border-color: #66afe9;
  background-color: #fff;
}

/* Gender radio labels displayed inline */
#singup .gender label {
  display: inline-block; 
}

/* Toggle password icon positioning */
#singup .toggle-password {
  cursor: pointer;
  top: 47px;
  right: 7px;
}

/* Buttons */
#singup .form-signin .btn-large  {
  display: inline-block;
  padding: 10px 20px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 94%;
}

#singup .form-signin .btn-large :hover {
  background-color: #218838;
}

/* Error message styling */
#singup .alert.alert-error {
  color: #ff0000;
  background: #ffecec;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #f5aca6;
  border-radius: 4px;
}

#say_hi {
    float:none;
}

@media screen and (max-width: 1220px) {
    #top-gallery {
        width:100%
    }

    #search_members select {
        min-width: auto
    }

    .right-block {
        width: 100%;
        clear: both;
        margin-left: 0
    }

    .profile_body .right-block {
        margin-top: 0
    }

    .content {
        width: 100%
    }

    .newly-footer {
        width: 100%
    }

    .body {
        max-width: 842px;
    }

    #search_members #search_button {
        display: inline-block
    }

    .people_online_footer .grid-min {
        width: 16%
    }
}

@media screen and (max-width: 1000px) {
    #facebook_like {
        position:relative;
        right: 0;
        clear: both;
        float: left;
        margin-bottom: 40px
    }

    #alert_center {
        display: none!important
    }
}

@media screen and (max-width: 864px) {
    .chat-rooms_type #chat_room_free {
        width:82%;
        border: 0
    }

    #bottom_login span {
        font-size: 14px
    }

    #bottom_login {
        height: 55px
    }

    #footer_place {
        display: none
    }
 
    #chatroom-list li {
        width: 49%
    }
}

@media screen and (max-width: 768px) {
   
    .infeed {
        height:100px
    }

    .infeed-footer {
        height: 280px
    }
 
    #random_chat {
        width: 100%;
        float: left;
        margin-bottom: -5px
    }

    #news {
        display: block;
        position: relative;
        background: #fff;
        z-index: 999;
        clear: both;
        top: auto;
        right: auto;
        min-width: 288px;
        box-shadow: -1px 1px 2px rgba(0,0,0,.2)
    }

    .go_back {
        margin: 8px 2px 0 4px
    }

    #messages_mobile {
        display: block
    }

    #profile_views_mobile {
        display: block
    }
 
    .home2_type,.webp.home2_type {
        background-image: none;
        background-color: #6b8bc4!important
    }

    .room_title {
        float: left;
        width: 98%
    }

    .chat-rooms_type p {
        width: 98%;
        float: left
    }

    #chatroom-list li {
        width: 90%;
        clear: both;
        width: auto;
        display: block;
        text-align: center;
    }

    #profile header {
        width: 93%
    }

    #country_profile {
        margin-top: 3px
    }

    .people_online_footer .grid-min {
        width: 15%
    }

    #random-chat #chatbox {
        max-height: 300px
    }

    .text {
        padding: 0 5px
    }

    .nav-tabs {
        width: 100%;
        margin: 0 0 5px
    }

    #profile {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    #ask button,#answer button {
        float: right;
        margin: 2px 1px
    }

    #profile .profile_about {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    #conversation li a {
        width: 85%;
        margin: 0 0 0 5px
    }

    .profile_about {
        width: 100%
    }

    #search_members #search_line {
        text-align: center;
        clear: both;
        width: 100%
    }

    #search_members #search_button {
        float: none;
        display: block
    }

    #search_members #country,#search_members select,#search_members #looking {
        width: 45%;
        margin: 3px 2%
    }

    .lang-exchange label {
        width: 27%!important;
        text-align: right!important
    }

    .lang-exchange select {
        width: 40%!important;
        text-align: right!important
    }

    #home_block {
        margin-top: 20px
    }

    #home_block,#home_block_title {
        width: 100%;
        overflow: hidden;
        padding: 0 0 5px;
        text-align: center
    }

    #home_register_form {
        width: 90%;
        margin: 0;
        padding: 15px 5%;
        border-radius: 0
    }

    #home_block_title h1 {
        font-size: 32px;
        line-height: 31px;
        text-align: center
    }

    #home_block_title h2 {
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        padding: 0
    }

    #home_add {
        margin: 0 0 0 -20px
    }

    #profile-edit-form .span4 label {
        text-align: left;
        font-weight: 700
    }

    .profile-image {
        background: #212121;
        height: 360px;
        overflow: hidden
    }

    #profile-img-box {
        width: 100%;
        text-align: center;
        padding-right: 0
    }

    .profile-image figure img {
        height: 360px;
        border: 0;
        border-radius: 0;
        max-width: inherit;
        width: auto
    }

    .profile-image_1 {
        width: 100%;
        overflow: hidden
    }

    h1 {
        padding-left: 5px;
        text-align: center
    }

    .newly-title a {
        padding-left: 5px;
        text-align: center
    }

    .question_list_small {
        margin-left: 5px
    }

    .row.span3 {
        width: 98%
    }

    .people_online_footer .grid-min {
        margin: 1px!important
    }

    #history_back {
        display: block
    }

    .browse-cc {
        display: none
    }

    .browse-wiev {
        font-size: 16px
    }

    .question_list_small li {
        width: 100%
    }
    
    .profile-edit-img {
        width: 95%;
        padding: 10px
    }

  
    #footer {
        text-align: center
    }

    #footer a {
        color: #fff;
        padding: 10px;
        display: block
    }

    #footer small {
        float: none
    }

    .content-padding {
        width: 100%;
        padding: 0;
        display: inline-block
    }

    .content-text {
        padding: 0 10px;
        width: auto
    }

    #other-members .other_top {
        clear: both;
        display: inline-block
    }

    #other-members .other_top_bottom {
        display: none
    }

    #other-members .other_content {
        float: left;
        width: 80%;
        margin: 0 10%;
        text-align: center
    }

    #other-members .aquo {
        width: 10%;
        text-align: center;
        vertical-align: middle;
        padding: 0!important;
        margin: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        height: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center
    }

    #other-members .aquo-right {
        right: 0
    }

    #other-members a {
        width: 20%;
        display: block
    }

    #other-members img {
        width: 100%;
        height: auto
    }

    #other-members .aquo {
        padding: 15px
    }

    #navigation .navbar li {
        width: 100%
    }

    #navigation .navbar a {
        padding: 11px 5%;
        width: 90%;
        margin-right: 0;
        border-top: 1px solid #9b9b9b38;
        border-bottom: 0;
        background-position: 97% 7px;
        text-align: right;
    }

    #messages-gallery {
        width: 100%;
        height: auto;
        max-height: 200px
    }

    #messages-gallery .messages-grid {
        width: 98%;
        float: left;
        clear: none
    }

    #messages-border {
        height: 250px;
        width: 100%;
        border-left: 0;
        border-right: 0
    }

    .collapsed {
        display: block
    }

    #navigation .navbar,#submeniu {
        display: none;
        padding-bottom: 10px
    }

    #footer p {
        text-align: center;
        width: 95%
    }

    #home_block {
        width: 100%;
        overflow: hidden;
        padding: 0 0%
    }

    #home_block .grid {
        border: 0;
        padding: 0
    }

    #home_block_title h1 {
        font-size: 24px;
        line-height: 24px;
        text-align: center
    }

    #home_add {
        margin: 0 0 0 -20px
    }

    #top-gallery {
        margin: 4px 0 0;
        min-height: 60px
    }
}

#footer h3 {
    color: #fff;
    margin: 25px 5px 0 0;
    font-weight: 700
}

#footer {
    color: #fff
}

@media only screen and (max-width: 1100px) {
    #navigation .navbar {
        clear:both
    }
}

@media only screen and (max-width: 530px) {

    .ad-side { 
        min-height: 325px;
    }

    #random-chat #next-stranger,#random-chat form button {
        font-size:16px
    }

    .questions_textarea {
        float: right
    }

    .people_online_footer .grid-min {
        width: 15%
    }

    #profile h1 {
        font-size: 20px;
        padding-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 5px;
        padding: 0
    }

    #profile header {
        line-height: 20px;
        padding-left: 5px
    }

    .chat-rooms_type h1 {
        font-size: 18px;
        margin-right: 0
    }

    .btn-facebook,.btn-google {
        padding: 6px 9px;
        width: 85%
    }

    #show-gifs a {
        width: 33%
    }
}

@media only screen and (max-width: 343px) {
    #logo {
        width:35%;
        background-size: 97%;
        background-position: center
    }
}

.home2_type .body {
    max-width: 850px
}

.home2_type .content {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    width: 100%
}

.newly-footer .grid-min {
    margin: 5px 1px 0 0;
    line-height: 0;
    display: inline-block
}

.fixed {
    position: fixed
}

#home_about,#home_about h2 {
    text-shadow: 0 0 3px #000;
    color: #fff
}

.home_coll {
    display: inline-block;
    padding-right: 10px;
    color: #fff
}

.right {
    float: right
}

.left {
    float: left
}

.content-footer {
    margin: 0 0 10px
}
.blur_all {
    filter: blur(10px);
}

/* Center the specific TTS page ad unit */
body.tts_body [data-aaad='true'][data-aa-adunit='/127208727/chbl_mob_3_memb_320']{
    display: flex;           /* center inner iframe reliably */
    justify-content: center; /* horizontal centering */
    align-items: center;     /* vertical centering if it gets a height */
    width: 100%;
    margin: 10px 0;
}

/* Center all async ad units on Random Chat page */
#container.random-chat_type [data-aaad='true'],
.random-chat_type [data-aaad='true']{
    display: flex !important;
    flex-direction: column !important; /* label above */
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
    margin: 10px auto !important; /* center block itself */
    text-align: center !important; /* center inner content if not flex */
    float: none !important;
}

/* Stronger specificity: ads placed directly in content wrappers */
.random-chat_type .content > [data-aaad='true'],
.random-chat_type .content-padding > [data-aaad='true']{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

/* Also center common ad children inside the container */
.random-chat_type [data-aaad='true'] > ins,
.random-chat_type [data-aaad='true'] > iframe,
.random-chat_type [data-aaad='true'] > div,
.random-chat_type [data-aaad='true'] ins,
.random-chat_type [data-aaad='true'] iframe,
.random-chat_type [data-aaad='true'] div {
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
}

/* Global: ensure any ad container stacks children vertically and centers creatives */
[data-aaad='true'] {
  flex-direction: column !important;
  align-items: center !important;
}
[data-aaad='true'] > ins,
[data-aaad='true'] > iframe,
[data-aaad='true'] > div {
  display: block !important;
  margin: 0 auto !important;
  float: none !important;
}

/* Explicit support for Google ad tag wrappers */
#container.random-chat_type .adsbygoogle,
.random-chat_type .adsbygoogle {
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
}

 /* Members page: make main content full width */
  body.members_body .content {
      width: 100% !important;
  }

 #body-new-footer{
     display: flex;
     justify-content: center; /* center children horizontally */
     align-items: center;     /* align items vertically if they have height */
     text-align: center;      /* center inline text within child blocks */
     width: 100%;
     gap: 8px;
     flex-wrap: wrap;         /* wrap items nicely on smaller screens */
     background: transparent !important; /* ensure transparent background */
 }

/* Override footer background specifically on home2 layout */
body.home2_body #body-new-footer {
    background: #646464 !important;
}

.ad-slot {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: height 0.2s ease, min-height 0.2s ease;
}



/* Example leaderboard 728x90 */
.ad-slot--banner {
  min-height: 300px;
  width: 100%;
  margin: 0;
  display: flex;            /* center contents on desktop too */
  flex-direction: column;   /* label above ad */
  justify-content: flex-start;
  align-items: center;      /* center horizontally */
}

/* Ensure the async ad container centers within the banner */
.ad-slot--banner [data-aaad='true'] {
  display: inline-block;
  margin: 0 auto;
}

/* Mobile: stack label and ad vertically and center */
@media (max-width: 767px) {
  .ad-slot--banner {
    flex-direction: column;     /* label above ad */
    justify-content: flex-start;/* let content define height */
    align-items: center;        /* center horizontally */
    min-height: 0;              /* avoid large empty space on mobile */
    padding: 8px 0;
  }
  .ad-slot--banner .ad-label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 6px 0;          /* spacing between label and ad */
  }
  .ad-slot--banner [data-aaad='true'] {
    display: inline-block;      /* sized to content */
    margin: 0 auto;
  }

/* Footer ads: force label above ad, centered, with no extra spacing */
#body-new-footer .ad-label,
#body-new-footer #ad-label {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
#body-new-footer [data-aaad='true']{
  display: block !important; /* avoid flex row with injected label */
  text-align: center;
}
}

/* Inline ad slot wrapper: do not introduce layout spacing */
.ad-slot--inline {
  margin: 0 !important;
  padding: 0 !important;
}

/* Centered Advertisement label with minimal padding; no margins */
.ad-slot .ad-label{
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
  /* padding: 0 0; minimal padding for readability */
  margin: 0;     /* do not add margins */
  color: #333;
}
body.dark-mode .ad-slot .ad-label,
#ad-label {
  color: #e0e0e0;
}

/* "collapsed" state (we’ll add this with JS) */
.ad-slot.is-collapsed {
  min-height: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
