* {
  font-family: Arial, Helvetica, sans-serif;
}
.max-expand-wrapper {
  display: block;
  width: 100%;
  max-width: 1024px;
  text-align: center;
  margin: 0 auto;
}
.max-expand-wrapper * {
  box-sizing: border-box;
}
.header {
  width: initial;
  margin-bottom: 20px;
}
#land-bg {
  position: fixed;
  background: url(../images/bg_1024.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.header button.register {
  background: #d72020;
  color: #fff;
  border: 1px solid #d72020;
}
.header button {
  display: inline-block;
  margin: 20px 20px 0 0;
  min-width: 110px;
  padding: 12px 18px;
}
.header button:hover.register {
  background: 0;
  color: #d72020;
  border: 1px solid #d72020;
}
.header button.register {
  background: #d72020;
  color: #fff;
  border: 1px solid #d72020;
}
button,
span.btn-primary {
  border-radius: 22px;
  min-width: 120px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 23px;
  border: 1px solid #ff684d;
  display: inline-block;
  text-align: center;
}
.header button.login {
  background: 0;
  color: #d72020;
  border: 1px solid #d72020;
}
.header button:hover.login {
  background: #d72020;
  color: #fff;
  border: 1px solid #d72020;
}
.header > div.left {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
  width: 50%;
  vertical-align: top;
}
.header > div.right {
  display: inline-block;
  text-align: right;
  width: 50%;
  vertical-align: top;
}
.header .logo {
  width: 190px;
  height: 37px;
  background-image: url('../images/landing2x.png?b=94');
  background-repeat: no-repeat;
  background-size: 190px 37px;
  margin-top: 20px;
}
.landing-teaser-content {
  text-align: center;
  padding: 0 20px 20px;
  margin: 30vh 0 0;
}
.landing-teaser-content > h1 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100px;
  line-height: 100px;
  margin: 0;
  font-weight: bold;
}
.landing-teaser-content > p {
  color: #fff;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 35px;
  margin-top: 20px;
}
.landing-teaser-content > button {
  background: #d72020;
  color: #fff;
  border: 1px solid #d72020;
  font-size: 18px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px 40px;
  border-radius: 26px;
}
.landing-teaser-content > button:hover {
  background: 0;
  color: #d72020;
  border: 1px solid #d72020;
}
button:focus {
  outline: 0;
}
.footer {
  background: #000;
  color: #babcb7;
  font-size: 14px;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.copyright,
.links {
  padding: 20px 0;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  width: 50%;
}
.copyright {
  text-align: left;
}
.links {
  text-align: center;
}
.links span,
.copyright span {
  padding: 0 8px;
}
@media only screen and (max-width: 767px) {
  .landing-teaser-content > h1 {
    font-size: 55px;
    line-height: 60px;
    word-spacing: 1000px;
  }
  .landing-teaser-content > p {
    max-width: 250px;
    display: block;
    margin: 10px auto 25px;
  }
  .landing-teaser-content {
    margin: 14vw 0 0;
  }
  .header .logo {
    display: none;
  }
  .header > div.left {
    display: none;
  }
  .header > div.right {
    width: 100%;
  }
  .header button {
    margin: 20px 8px;
  }
  .copyright,
  .links {
    width: initial;
  }
  .head-interest {
    display: none;
  }
}
*,
.rzslider .rz-ticks,
:after,
:before {
  box-sizing: border-box;
}
div,
footer,
header,
menu,
nav,
section {
  display: block;
}
body > .master-container {
  height: 100%;
}
#root-wrapper {
  width: 100%;
  overflow: hidden;
}
#root-wrapper,
#sidebar {
  height: 100%;
  position: absolute;
}
#sidebar {
  width: 60px;
  background-color: #40484a;
  left: 0;
  top: 0;
  position: fixed;
}
#sidebar span,
#sidebar a {
  display: block;
  position: relative;
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #667174;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #40484a;
}
#sidebar > span.logo::before,
#sidebar > a.logo::before {
  background: url('../images/menu-logo.png') no-repeat;
  background-size: 48px 26px;
  width: 48px;
  height: 26px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -24px;
}
#sidebar > div.bottom-part > span.other:hover,
#sidebar #sidebar-menu > span:hover,
#sidebar > div.bottom-part > a.other:hover,
#sidebar > div.bottom-part > a.other.active,
#sidebar #sidebar-menu > a:hover {
  background-color: #e7ebea;
  text-decoration: none;
}
#sidebar #sidebar-menu > span.active,
#sidebar #sidebar-menu > a.active {
  background-color: #e7ebea;
  text-decoration: none;
}
#sidebar #sidebar-menu .chat::before,
#sidebar #sidebar-menu .roulette::before,
#sidebar #sidebar-menu .search::before,
#sidebar #sidebar-menu .views::before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
}
#sidebar #sidebar-menu .search::before {
  background: url('../images/sprite-x1.png') -440px 0 no-repeat;
  background-size: 2000px 700px;
}
#sidebar #sidebar-menu .search.active::before {
  background-position: -480px 0;
}
#sidebar #sidebar-menu .search:hover::before {
  background-position: -480px 0;
}
#sidebar #sidebar-menu .roulette::before {
  background: url('../images/sprite-x1.png') -600px 0 no-repeat;
  background-size: 2000px 700px;
}
#sidebar #sidebar-menu .roulette.active::before {
  background-position: -640px 0;
}
#sidebar #sidebar-menu .roulette:hover::before {
  background-position: -640px 0;
}
#sidebar #sidebar-menu .badge[data-badge]::after {
  content: attr(data-badge);
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff684d;
  font-size: 12px;
  color: #fff;
}
#sidebar #sidebar-menu .chat::before {
  background: url('../images/sprite-x1.png') -120px 0 no-repeat;
  background-size: 2000px 700px;
}
#sidebar #sidebar-menu .chat.active::before {
  background-position: -160px 0;
}
#sidebar #sidebar-menu .chat:hover::before {
  background-position: -160px 0;
}
#sidebar #sidebar-menu .views::before {
  background: url('../images/sprite-x1.png') -520px 0 no-repeat;
  background-size: 2000px 700px;
}
#sidebar #sidebar-menu .views.active::before {
  background-position: -560px 0;
}
#sidebar #sidebar-menu .views:hover::before {
  background-position: -560px 0;
}
#sidebar #sidebar-menu .favorite::before {
  background: url('../images/sprite-x1.png') -200px 0 no-repeat;
  background-size: 2000px 700px;
  width: 26px;
  height: 26px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -13px;
}
#sidebar #sidebar-menu .favorite.active::before {
  background-position: -240px 0;
}
#sidebar #sidebar-menu .favorite:hover::before {
  background-position: -240px 0;
}
#sidebar #sidebar-menu .my-profile > span,
#sidebar #sidebar-menu .my-profile > a {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 0;
}
#sidebar > div.bottom-part > span.other,
#sidebar #sidebar-menu > span,
#sidebar > div.bottom-part > a.other,
#sidebar #sidebar-menu > a {
  position: relative;
}
#sidebar .other {
  font-size: 10px;
  line-height: 6;
}
#sidebar .other::before {
  background: url('../images/sprite-x1.png') -360px 0 no-repeat;
  background-size: 2000px 700px;
  width: 22px;
  height: 5px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -11px;
}
#sidebar .other.active::before {
  background-position: -400px 0;
}
#sidebar .other:hover::before {
  background-position: -400px 0;
}
#sidebar > div.bottom-part > span.other.active,
#sidebar #sidebar-menu > span.active {
  background-color: #e7ebea;
  text-decoration: none;
}
#sidebar .logoff {
  border-bottom: 0;
}
#sidebar .logoff::before {
  background: url('../images/sprite-x1.png') -500px -300px no-repeat;
  background-size: 2000px 700px;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
#sidebar .login {
  border-bottom: 0;
}
#sidebar .login::before {
  background: url('../images/sprite-x1.png') -500px -300px no-repeat;
  background-size: 2000px 700px;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.logoff:hover {
  background: #40484a !important;
}
#sidebar #sidebar-menu > .bottom-expander {
  height: 120px;
  background: 0;
  display: none;
}
#sidebar #sidebar-menu.fix-bottom > .bottom-expander {
  display: block;
}
#sidebar .bottom-part {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100px;
}
#content-container {
  margin-left: 60px;
  position: relative;
  height: 100%;
  background-color: #e7ebea;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
#content-container > div {
  height: 100%;
}
#search-page > .wide-header {
  height: 90px;
  position: relative;
}
#search-page > .wide-header > .search-menu {
  padding-left: 20px;
  padding-top: 10px;
  color: #9b9b9b;
  display: table;
  width: 100%;
}
.search-menu > .filter-button {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 18px;
  height: 66px;
  cursor: pointer;
  position: relative;
}
#search-page > .wide-header > .search-menu > div > .header {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  font-weight: bold;
}
#search-page > .wide-header > .search-menu > div > .sub-title {
  font-size: 12px;
  line-height: 12px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#search-page > .wide-header > .context-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #e7ebea;
}
.search-form {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  background: #40484a;
  z-index: 1;
  padding: 27px;
  border-left: 1px solid #e7ebea;
  max-height: calc(100% - 90px);
  overflow-y: auto;
  text-align: center;
}
.search-form .form-wrapper {
  max-width: 1000px;
  text-align: left;
  width: 100%;
  display: inline-block;
}
.search-form .full-width {
  width: 100%;
  margin-bottom: 25px;
}
.context-toggle {
  width: 60px;
  height: 100%;
}
.context-toggle > div {
  display: table;
  width: 100%;
  height: 100%;
}
.context-toggle,
.sidebar-toggle {
  display: inline-block;
  cursor: pointer;
}
.context-toggle > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.context-toggle > div > div > div:first-child {
  margin-top: 0;
}
.context-toggle > div > div > div {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9b9b9b;
  margin: 4px auto 0;
}
.mobile-header {
  height: 60px;
  line-height: 21px;
  font-weight: bold;
  color: #667174;
  background: #e7ebea;
  font-size: 18px;
  position: relative;
  padding: 19px 18px;
  display: none;
}
.mobile-header > .sidebar-toggle {
  position: absolute;
  top: 19px;
  left: 18px;
  z-index: 10;
}
.sidebar-toggle {
  width: 24px;
  height: 21px;
}
.sidebar-toggle > div:first-child {
  margin-top: 0;
}
.sidebar-toggle > div {
  width: 100%;
  height: 3px;
  margin-top: 6px;
  background: #babcb7;
}
.mobile-header > .header {
  /* margin: 0 50px; */
  text-align: center;
}
.mobile-header > .context-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#search-page > .profile-box-list-data-container {
  top: 90px;
}
.profile-box-list-data-container {
  position: absolute !important;
  width: calc(100% - 16px);
  top: 65px;
  bottom: 0;
  left: 16px;
  height: auto !important;
  overflow: auto !important;
}
.profile-list-loading-indicator {
  position: absolute;
  z-index: 2;
  left: 50%;
}
::-webkit-scrollbar {
  display: none;
}
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}
.sidebar-active {
  left: 0 !important;
}
@media only screen and (max-width: 767px) {
  /* edit */
  .sub-actions-desktop {
    display: none !important;
  }
  .mobile-header {
    display: block;
  }
  #content-container {
    margin-left: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #search-page > .wide-header {
    display: none;
    position: absolute;
    z-index: 2;
    background: #667174;
    width: 100%;
    height: auto;
  }
  #search-page > .wide-header.active-filter {
    display: block;
  }
  #chkStatusFilter,
  #btnAgeFilter {
    margin-top: 70px !important;
    color: #fff;
  }
  #modal_age_filter.custommodal {
    width: 100%;
    height: 100vh;
  }
  #modal_age_filter.custommodal .search-form {
    width: 100%;
    border: 0;
    top: 145px;
    padding: 25px 15px 20px;
  }
  .search-form .full-width {
    margin-bottom: 10px;
  }
  .form-stop-close.search-form-wrapper {
    width: 100%;
    position: absolute;
    top: 5px;
  }
  #q.search_input {
    width: 180px !important;
  }
  #search-page > .wide-header > .search-menu {
    padding-left: 10px;
  }
  #search-page > .profile-box-list-data-container {
    top: 60px;
  }
  .sidebar-active {
    left: 60px !important;
  }
  .bottom-active {
    left: -70px !important;
  }
}
.profile-box-item {
  cursor: pointer;
}
.profile-box-item > a > .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center top;
}
.profile-box-item > .data {
  position: relative;
  padding: 24px 10px 20px;
  background-color: #fff;
  word-wrap: break-word;
}
.profile-box-item > .data {
  text-align: center;
}
.profile-box-item > .data > .profile-status-small-icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: -18px;
}
.profile-status-small-icon.spotlight::after {
  background-position: -1300px -300px;
}
.profile-status-small-icon::after {
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  background: url('../images/sprite-x1.png') -1600px -100px no-repeat;
  background-size: 2000px 700px;
}
@media only screen and (min-resolution: 2dppx),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .profile-status-small-icon::after {
    background-image: url('../images/sprite-x2.png');
    background-size: 2000px 700px;
  }
}
.profile-box-item > .data > .name {
  font-size: 24px;
  color: #40484a;
  line-height: 29px;
  margin-bottom: 2px;
}
.profile-box-item > .data > .name > .age {
  color: #babcb7;
}
.profile-box-item > .data > .location {
  font-size: 12px;
  line-height: 15px;
  color: #babcb7;
}
.shadow-box {
  position: relative;
  z-index: 0;
}
.shadow-box::after {
  -webkit-box-shadow: 0 12px 12px 0 #9c9f9e;
  box-shadow: 0 12px 12px 0 #9c9f9e;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 4px;
  width: 90%;
  height: 8%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 40%;
  border-radius: 40%;
}
.profile-box-list-data-container > .masonry-item {
  width: 320px;
  margin-bottom: 16px;
}
.custommodal {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 280px;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.button-bar {
  text-align: center;
}
.button-bar button {
  background: #d72020;
  color: #fff;
  border: 1px solid #d72020;
}
.button-bar button:hover {
  background: 0;
  color: #d72020;
  border: 1px solid #d72020;
}
.button-search {
  background: #d72020;
  color: #fff;
  border: 1px solid #d72020;
  border-radius: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 12px 23px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.button-search:hover {
  background: 0;
  color: #d72020;
  border: 1px solid #d72020;
  cursor: pointer;
}
.filter-button-open {
  margin-top: 8px;
  margin-left: 20px;
  border: solid transparent;
  position: absolute;
  border-color: rgba(64, 72, 74, 0);
  border-bottom-color: #40484a;
  border-width: 11px;
  display: none;
}
textarea:focus,
input:focus {
  outline: 0;
}
.form-search-custom {
  display: flex;
  margin-right: 8px;
}

.search_input {
  max-width: 200px !important;
  width: calc(100% - 18px) !important;
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 27px;
  box-sizing: border-box;
}
#chkStatus + .material-switch {
  width: 40px;
  height: 28px;
  position: relative;
  cursor: pointer;
  margin: -20px auto 0;
}
#chkStatus:checked + .material-switch .guide {
  background: #a5d6a7;
}
#chkStatus:checked + .material-switch .toggle {
  background: #4caf50;
  transform: translateX(20px);
}
#chkStatus + .material-switch:active .toggle {
  background: #f6f6f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36), 0 0 1px rgba(0, 0, 0, 0.12);
}
#chkStatus + .material-switch .guide {
  position: absolute;
  width: 34px;
  height: 14px;
  top: 5px;
  left: 2px;
  background: rgba(34, 31, 31, 0.26);
  border-radius: 7px;
  transition: background 0.15s ease;
  will-change: background;
}
#chkStatus + .material-switch .toggle {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 2px;
  left: 0;
  background: #f1f1f1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.12);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  will-change: background, box-shadow, transform;
}
.centerDiv {
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.textWhiteShadow {
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.profile-status-small-icon.online::before {
  display: inline-block;
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 40px;
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 2px;
  border: 3px solid #68cc00;
  box-shadow: 0 0 10px #68cc00;
}
.mobile-options-popup {
  display: none;
  position: absolute;
  right: 18px;
  top: 51px;
  padding: 10px 15px;
  background: #667174;
  z-index: 10;
}
.mobile-options-popup a {
  color: #dcdddb;
  text-decoration: none;
}
.mobile-options-popup.open-options {
  display: block;
}
* {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
#dimScreen {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 48, 0.9);
  z-index: 1500;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: initial;
  cursor: initial;
}
.dimScreenInner {
  width: 100%;
  max-width: 680px;
  display: table-cell;
  margin: 30vh auto;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  vertical-align: middle;
}
.confirmMail {
  border: 1px solid #fff;
  background: #1481ac;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px #1481ac;
  cursor: pointer;
  margin: 15px 0 5px;
  padding: 11px 48px;
  font-size: 26px;
}
.sendConfirm {
  border: 0;
  background: 0;
  color: #1481ac;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
}
.holder_dimScreen {
  background: #eee;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  -webkit-box-shadow: 0 0 6px #fff;
  -moz-box-shadow: 0 0 6px #fff;
  box-shadow: 0 0 6px #fff;
  border-radius: 3px;
  width: 95%;
  padding: 20px;
}
#presellPassword {
  border-radius: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 12px 23px;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.advice01 {
  font-size: 12px;
}
.editableInner h2 {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  margin: 0;
}
.editableInner2,
.editableInner3,
.editableInner4 {
  padding: 10px;
}
.editableInner2 p,
.editableInner3 p,
.editableInner4 p {
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}
.editableInner3 p {
  font-size: 13px;
}
.btncount {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  line-height: initial;
  min-width: 100px;
  border: 3px solid #1481ac;
  display: block;
  margin: 10px auto;
  font-size: 40px;
  color: #1481ac;
}
.editableInner4 {
  display: none;
}
.hotmailclass {
  font-size: 12px;
  position: relative;
  padding: 0;
  top: 9px;
  display: block;
  height: 35px;
  text-align: center;
  text-align: center;
}
.yahooclass {
  font-size: 12px;
  position: relative;
  padding: 0;
  top: 10px;
  display: block;
  height: 35px;
  text-align: center;
  text-align: center;
}
.gmailclass {
  font-size: 12px;
  position: relative;
  padding: 0;
  top: 12px;
  display: block;
  height: 30px;
  text-align: center;
  text-align: center;
}
.hotmailclass img {
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.yahooclass img {
  width: 105px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.gmailclass img {
  width: 75px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.nonee {
  display: none !important;
}
.highlightedone {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 20px;
  display: block;
  color: #1481ac;
}
@media screen and (max-width: 479px) {
  .highlightedone {
    margin: 10px 10px;
  }
}
@-moz-document url-prefix() {
  #allMessagesContainer,
  .profile-view-wrapper,
  #chat-msg-list-container,
  #profile-edit-scroll-container {
    scrollbar-width: none;
  }
}
#downloadappcl {
  display: none !important;
}

.activeMember {
  position: absolute;
  background: #00000090;
  height: 100vh;
  width: 100vw;
  left: -60px;
  top: 0;
  z-index: 99;
}

.activeMember_inner {
  max-width: 400px;
  width: 90%;
  margin: 5vh auto 0;
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 5px 10px #000;
}

button.confimActive {
  background: #078eff;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}

button.confimActive:hover {
  background: #00b5ff;
}

/* additional styles for incognito / vip button */

.sub-actions-wrapper {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.sub-actions-wrapper > .sub-actions {
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0;
  margin: 0 auto;
}

.sub-actions-wrapper > .sub-actions > .sub-item {
  display: table-cell;
  width: 55px;
  height: 55px;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
}

.sub-actions-wrapper > .sub-actions > .vip-icon {
  background-image: url(../img/vip-icon.svg);
  background-size: 55px;
  background-position: center;
  background-repeat: no-repeat;
}

.sub-actions-wrapper > .sub-actions > .incognito-icon {
  background-image: url(../img/incognito-icon.svg);
  background-size: 55px;
  background-position: center;
  background-repeat: no-repeat;
}

.sub-actions-wrapper .video-icon-gif {
  border-radius: 50%;
  position: relative;
}

.sub-actions-wrapper .video-icon-gif .tooltip-bottom {
  z-index: 20;
}

.sub-actions-wrapper .video-icon-gif .back {
  background: #3d1ce4;
  background: linear-gradient(to bottom, #3d1ce4 0%, #ff00a9 50%, #ffea80 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}

.sub-actions-wrapper .video-icon-gif .back img {
  width: 100%;
  height: 100%;
}

.sub-actions-wrapper .video-icon-gif img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Tooltip Styles */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: '';
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -11px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* TOOLTIP BOTTOM */

/* Tooltip Styles */
/* Base styles for the element that has a tooltip */
.tooltip-bottom {
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
.tooltip-bottom:before,
.tooltip-bottom:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  visibility: visible;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip-bottom:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: '';
}

/* Base styles for the tooltip's content area */
.tooltip-bottom:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip-text);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */
/* Top (default) */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100% !important;
  left: 50%;
  text-align: center;
}

.tooltip-bottom:before {
  margin-left: -6px;
  margin-top: -11px;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
  border-top-color: transparent;
}

/* Horizontally align top/bottom tooltips */
.tooltip-bottom:after {
  margin-left: -80px;
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

.perfect-demographics__home {
  position: absolute;
  top: 6px;
  right: 16px;
  display: block;
}

@media (max-width: 1580px) {
  .perfect-demographics__home {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin: 0 16px;
  }
}

.perfect-demographics__home picture {
  display: inline-block;
}

@media (min-width: 1581px) {
  .perfect-demographics__home picture {
    height: 76px;
  }
}

.perfect-demographics__home picture img {
  display: block;
  width: 100%;
}

.perfect-demographics__msg {
  display: block;
  text-align: center;
  margin-bottom: 4px;
  padding: 0 8px;
}

.perfect-demographics__msg picture {
  display: inline-block;
}

.perfect-demographics__msg picture img {
  display: block;
  width: 100%;
}

.perfect-demographics__coins {
  display: block;
  text-align: center;
  margin: 16px 20px;
}

.perfect-demographics__coins picture {
  display: inline-block;
}

.perfect-demographics__coins picture img {
  display: block;
  width: 100%;
}

.perfect-demographics__vip {
  display: block;
  text-align: center;
  margin: 0 20px 16px;
}

.perfect-demographics__vip picture {
  display: inline-block;
}

.perfect-demographics__vip picture img {
  display: block;
  width: 100%;
}

.perfect-demographics__profiles {
  display: block;
  text-align: center;
  margin: 0 16px;
  padding-bottom: 16px;
}

.perfect-demographics__profiles picture {
  display: inline-block;
}

.perfect-demographics__profiles picture img {
  display: block;
  width: 100%;
}