@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(font.css);
@import url(../icons/style.css);
html {
  font-size: 18px; }

body {
  font-family: "Helvetica-Regular", sans-serif;
  overflow-x: hidden;
  position: relative;
  color: #ffffff;
  background: -webkit-linear-gradient(top, #000000 45%, #73075d);
  background: linear-gradient(to bottom, #000000 45%, #73075d);
  background: -moz-linear-gradient(top, #000000 45%, #73075d);
  background: -ms-linear-gradient(top, #000000 45%, #73075d);
  background: -o-linear-gradient(top, #000000 45%, #73075d);
  background-color: #000000; }

a {
  color: #e8e8e8;
  -webkit-tap-highlight-color: rgba(232, 232, 232, 0.5);
  font-size: 12px; }
  a:hover {
    color: #e8e8e8; }

.row.row-padding-10 {
  margin-left: -5px !important;
  margin-right: -5px !important; }
  .row.row-padding-10 .col {
    padding-left: 5px !important;
    padding-right: 5px !important; }

.row.row-padding-20 {
  margin-left: -10px !important;
  margin-right: -10px !important; }
  .row.row-padding-20 > div {
    padding-left: 10px !important;
    padding-right: 10px !important; }

h1 {
  font-size: 18px;
  margin-bottom: 20px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

.content.static-page {
  font-size: 14px; }
  .content.static-page .static-footer {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eeeeee; }

.content.static-page-user {
  font-size: 14px;
  padding-bottom: 80px;
  padding-top: 80px; }

.logo {
  position: relative;
  width: 100%;
  top: 40px;
  left: 0;
  text-align: center;
  z-index: 101; }
  .logo img {
    max-width: 200px;
    width: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.text-success {
  color: #37CA50 !important; }

.text-error {
  color: #cc3737; }

.container {
  max-width: 800px; }

.wrapper {
  min-height: calc(100vh - 32px);
  position: relative;
  transition: all 0.12s ease-in-out;
  left: 0;
  background: transparent; }
  .wrapper.overflow {
    max-height: 100vh;
    overflow-y: auto; }

.wrapper-logout p {
  text-align: center; }

.content {
  padding-top: 65px;
  padding-bottom: 100px;
  overflow-x: hidden;
  background: transparent;
  min-height: calc(100vh - 31px); }
  .content.without-header {
    padding-top: 10px; }
  .content.with-footer {
    padding-bottom: 120px; }
  .content.with-header {
    padding-top: 90px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .content.with-header-lg {
    padding-top: 180px; }
  .content.with-header-xs {
    padding-top: 120px; }
  .content.page-content {
    padding-top: 90px; }
  .content.error-page {
    color: #fff;
    padding-top: 60px;
    text-align: center; }
  .content.without-nav {
    padding-top: 15px;
    padding-bottom: 0; }
  .content.content-login {
    padding-top: 105px;
    padding-bottom: 195px; }
    .content.content-login h1 {
      font-size: 100px;
      color: #98067a;
      font-weight: 300; }
    .content.content-login h2.error-header {
      font-size: 70px;
      color: #212529;
      text-transform: uppercase; }
  .content.content-payment {
    padding-top: 10px;
    padding-bottom: 20px; }
    .content.content-payment .dark-link {
      margin-bottom: 0.4rem; }
    .content.content-payment .carrot-box h4 {
      margin-bottom: 4px; }
    .content.content-payment .ava-view .ava {
      margin-bottom: 10px; }
    .content.content-payment .tab-pane {
      padding-top: 15px; }
    .content.content-payment .help-link {
      font-size: 10px; }
  .content.container.online-visitors {
    padding-top: 0; }
    .content.container.online-visitors .grid-title {
      border-top: 1px solid rgba(152, 6, 122, 0.8); }

.content-footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%; }

.form-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 26px; }

.select-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .select-list li {
    margin-bottom: 10px; }
    .select-list li > a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.select-default {
  border: 1px solid #868e96;
  border-radius: 5px;
  padding: 8px 30px 8px 12px;
  height: 40px; }

.select-block {
  display: block;
  width: 100%; }

.nickname {
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 30px; }

.profile-box .list-group-header .nickname {
  color: #495057; }

.nickname-2-icon {
  padding-right: 55px; }

.nickname-3-icon {
  padding-right: 95px; }

.date {
  color: #999999;
  font-size: 12px; }

.about {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.bubble {
  display: inline-block;
  background: rgba(152, 6, 122, 0.8);
  color: #fff;
  border-radius: 100%;
  height: 25px;
  line-height: 25px;
  min-width: 25px;
  text-align: center;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  z-index: 101; }
  .bubble.home-bubble {
    position: absolute;
    left: -5px;
    top: -10px; }

.info-bubble {
  position: absolute;
  top: 35px;
  left: 35px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  color: #98067a;
  border-radius: 100%;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  padding: 0 5px;
  font-size: 25px;
  z-index: 100; }

.row {
  margin-right: -5px;
  margin-left: -5px; }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.grid-title {
  text-align: center;
  padding: 15px 0; }

.grid {
  margin-left: -5px;
  margin-right: -5px; }

.grid-item {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px; }

figure {
  margin-bottom: 0;
  position: relative; }

.back-bg {
  opacity: 0.3;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1; }
  .back-bg.back-bg-top {
    background-position: top center; }

.carrot-box {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 0 0 5px 0; }
  .carrot-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }
  .carrot-box p {
    font-size: 14px; }
  .carrot-box a {
    padding-left: 5px;
    padding-right: 5px; }

.modal .carrot-box {
  margin-top: -40px; }

.hide {
  display: none !important; }

.footer-links {
  margin-top: 10px;
  margin-bottom: 15px; }
  .footer-links ul.nav li.nav-item a {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.5;
    text-align: center;
    padding: 5px; }

.in-content {
  position: relative;
  z-index: 2; }

.system-messages-container {
  margin: 30px auto; }

.text-center {
  text-align: center; }

.icon-card {
  font-size: 40px;
  line-height: 1;
  vertical-align: middle; }

.list-pay-card {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px; }
  .list-pay-card li {
    padding: 0;
    text-align: center;
    display: inline-block; }
    .list-pay-card li img {
      height: 35px;
      border-radius: 6px; }

.img-responsive {
  display: block;
  width: 100%;
  height: auto; }

.dark-link {
  color: #999999; }

.dash {
  display: block;
  width: 12px;
  height: 1px;
  background: #212529;
  vertical-align: middle; }

.copyright {
  color: #ffffff;
  opacity: 0.5;
  display: block;
  text-align: center;
  font-size: 0.8rem; }

.collaps-box .btn {
  margin-bottom: 15px;
  position: relative; }
  .collaps-box .btn[aria-expanded=false] .icon-top {
    transform: translateY(-50%) rotate(-180deg); }
  .collaps-box .btn .icon-top {
    transition: all 0.15s ease-in-out;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg); }

.collaps-box .collapse-footer {
  margin-top: 15px; }

.item {
  margin-bottom: 10px; }

.align-items-center {
  display: flex; }

.footer-section {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  width: 100%; }
  .footer-section a {
    color: #fff; }
  .footer-section .copyright {
    color: #fff;
    font-size: 14px; }
  .footer-section .footer-links {
    margin-top: 0;
    margin-bottom: 5px; }
    .footer-section .footer-links ul.nav li.nav-item a {
      color: #fff; }

.mt5 {
  margin-top: 5px !important; }

.pics-select-list {
  text-align: center; }
  .pics-select-list .pics-select-list-item {
    border-radius: 5px;
    position: relative;
    text-decoration: none; }
    .pics-select-list .pics-select-list-item img {
      max-width: 100%;
      max-height: 180px;
      border-radius: 5px;
      margin-bottom: 15px; }

.pics-select-list-container {
  margin-top: 50px; }

.pics-check-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center; }

.form-forgot-message {
  padding: 10px; }

.btn.btn-back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  color: #98067a; }
  .btn.btn-back i {
    font-size: 25px !important;
    line-height: 25px !important; }

.modern-login-forum .owl-item {
  min-height: 100vh !important;
  height: 100vh !important; }
  .modern-login-forum .owl-item .item {
    min-height: 100vh;
    position: relative; }
    .modern-login-forum .owl-item .item .container {
      position: absolute;
      bottom: 15px; }

.form-control[readonly] {
  background-color: #fff; }

.mobile-lp-white-box .register-box {
  background-color: rgba(0, 0, 0, 0.4) !important;
  margin: 15px;
  border-radius: 20px; }

.mobile-lp-white-box .footer {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.title-box {
  background: rgba(255, 255, 255, 0.7) !important; }

.select-list {
  list-style: none;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 190px;
  padding: 0 15px;
  -webkit-overflow-scrolling: touch; }
  .select-list.geo-location-list {
    top: 320px; }

.modern-card .select-list.geo-location-list {
  top: 209px;
  z-index: 101; }
  .modern-card .select-list.geo-location-list .btn {
    opacity: 1; }

.with-header .form-title {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.btn-sm {
  padding: 5px 7px; }

.btn-space {
  white-space: pre-wrap; }

.header-second-line {
  position: fixed;
  top: -62px;
  right: 0;
  left: 0;
  z-index: 1499;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.12s ease-in-out;
  opacity: 0;
  border-bottom: 1px solid rgba(152, 6, 122, 0.37); }
  .header-second-line .btn.sline-msg {
    margin-left: 55px;
    width: inherit !important;
    color: #fff !important; }
  .header-second-line .btn.btn-favorite {
    position: absolute;
    left: 70px;
    margin: 0;
    width: 52px !important; }
  .header-second-line .ava {
    position: absolute;
    left: 15px;
    top: 5px;
    height: 52px;
    width: 52px !important;
    border-radius: 10px; }

.top-nav-collapse .header-second-line {
  top: 50px;
  opacity: 1; }

.input-line.form-sub-title {
  background: rgba(255, 255, 255, 0.2);
  border-top: rgba(238, 238, 238, 0.4) !important;
  border-bottom: rgba(238, 238, 238, 0.4) !important;
  margin-top: -1px; }
  .input-line.form-sub-title label {
    font-weight: bold;
    color: #ffffff; }

.modal .input-line {
  padding-right: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .modal .input-line .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 10px;
    padding-right: 10px; }

.stars-line {
  font-size: 21px;
  color: #faaa42; }

.img-box {
  text-align: center; }
  .img-box .img-box-title {
    margin-top: 10px;
    margin-bottom: 20px; }
    .img-box .img-box-title h2 {
      font-size: 24px; }
  .img-box .stars-box {
    margin-top: 20px; }
    .img-box .stars-box .stars-line {
      font-size: 32px; }

.matching-icon {
  height: 34px;
  margin-left: 5px; }

a[data-toggle=collapse]:active,
a[data-toggle=collapse]:focus {
  text-decoration: none; }

.profile-not-found .ava-view {
  margin-top: 60px; }

#autosize {
  height: 100% !important; }

.test-complete {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 15px; }
  .test-complete img {
    width: 95px;
    float: left; }
  .test-complete .test-complete-content {
    padding: 10px 10px 10px 105px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    position: relative;
    min-height: 95px; }
    .test-complete .test-complete-content .title {
      font-weight: bold;
      font-size: 1rem;
      margin: 0; }
    .test-complete .test-complete-content .status {
      font-size: .8rem;
      display: block;
      margin-bottom: 5px; }
    .test-complete .test-complete-content .status-ico {
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px; }
    .test-complete .test-complete-content .btn-xs {
      padding: 5px;
      font-size: .7rem;
      line-height: 16px; }
    .test-complete .test-complete-content .matching-icon {
      float: none;
      width: 45px;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      display: block; }

.ico-check {
  background: url("../img/ico/ico-check.png") no-repeat center/cover;
  background-size: 25px auto;
  display: inline-block; }

.ico-big7 {
  background: url("../img/ico/ico-cam.svg") no-repeat center;
  background-size: 24px auto;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px; }

.ico-question {
  background: url("../img/ico/ico-question.png") no-repeat center/cover;
  background-size: 30px auto;
  display: inline-block; }

.underline {
  text-decoration: underline; }

.icon.success {
  color: #37ca50; }

.icon.error {
  color: #df4141; }

.icon.icon-60 {
  font-size: 60px; }

.center-icon {
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .center-icon.wrapper-icon-lg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid transparent;
    text-align: center; }
    .center-icon.wrapper-icon-lg.success {
      border-color: #37ca50; }
    .center-icon.wrapper-icon-lg.error {
      border-color: #df4141; }
    .center-icon.wrapper-icon-lg .icon {
      line-height: 94px; }

.connection-option {
  padding: 10px 10px 0;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 15px;
  border-radius: 5px; }

.text-xs {
  font-size: 12px; }

.h-100 {
  max-height: 100px; }

.trus-icon-register ul {
  margin: 0 -10px 15px;
  display: flex;
  justify-content: center; }
  .trus-icon-register ul li {
    margin-left: 10px;
    margin-right: 10px; }
    .trus-icon-register ul li img {
      max-height: 65px; }

.modal--user_data .modern-card {
  margin-bottom: 0;
  border-radius: 0; }

.or-text-sxt {
  position: relative;
  display: block;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  .or-text-sxt span {
    color: #ffffff;
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 0 7px; }
    .or-text-sxt span:before {
      content: "";
      width: 30px;
      height: 1px;
      background-color: #ffffff;
      position: absolute;
      top: 50%;
      left: -30px; }
    .or-text-sxt span:after {
      content: "";
      width: 30px;
      height: 1px;
      background-color: #ffffff;
      position: absolute;
      top: 50%;
      right: -30px; }

.live-icon {
  position: absolute;
  z-index: 101;
  right: 5px;
  top: 5px;
  height: 20px;
  width: auto; }

.termsfeed-com---nb .cc-nb-main-container {
  padding: 80px 20px 20px;
  position: relative; }
  .termsfeed-com---nb .cc-nb-main-container:before {
    content: "";
    background-image: url("../img/logo-dark.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: calc(100% - 40px);
    position: absolute;
    top: 20px;
    height: 40px; }

.termsfeed-com---pc-dialog .cc-pc-head-title {
  padding-top: 80px; }
  .termsfeed-com---pc-dialog .cc-pc-head-title:before {
    content: "";
    background-image: url("../img/logo-dark.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: calc(100% - 40px);
    position: absolute;
    top: 20px;
    height: 40px; }

.termsfeed-com---palette-light .cc-pc-head-lang select {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 3px 0; }

.fix-bottom {
  position: absolute;
  bottom: 0 !important; }

@media (min-width: 768px) {
  .footer-section {
    width: 540px; }
  header,
  footer,
  .wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto; }
  #header {
    top: 30px !important;
    border-radius: 12px 12px 0 0; }
  #footer {
    bottom: 30px !important;
    border-radius: 0 0 12px 12px; }
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 31px;
    background-color: #f3f3f3;
    z-index: 1011; }
  body:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 31px;
    background-color: #f3f3f3;
    z-index: 1011; }
  .wrapper {
    background: transparent;
    position: absolute;
    top: 31px;
    bottom: 31px;
    left: calc(50% - 270px);
    width: 540px;
    height: auto;
    min-height: auto;
    border-radius: 12px; }
    .wrapper:before {
      content: "";
      position: fixed;
      top: 30px;
      left: calc(50% - 270px);
      bottom: 30px;
      width: 540px;
      border-radius: 12px;
      z-index: -1;
      background: -webkit-linear-gradient(top, #000000 45%, #73075d);
      background: linear-gradient(to bottom, #000000 45%, #73075d);
      background: -moz-linear-gradient(top, #000000 45%, #73075d);
      background: -ms-linear-gradient(top, #000000 45%, #73075d);
      background: -o-linear-gradient(top, #000000 45%, #73075d); }
  .modal,
  .bg-gray {
    top: 30px !important;
    left: calc(50% - 270px) !important;
    right: auto !important;
    bottom: 30px !important;
    width: 540px !important;
    border-radius: 12px;
    height: auto; }
  .profile-box {
    top: 80px !important;
    width: 540px !important;
    left: calc(50% - 270px) !important; }
  body {
    background: #f3f3f3; }
  .list-panel .list-group-panel {
    min-height: calc(100% - 10px) !important; }
  .menu {
    top: 80px !important;
    bottom: 30px !important; }
    .menu.menu-right {
      right: calc(50% - 270px) !important;
      z-index: -1;
      border-bottom-right-radius: 12px !important; }
    .menu.menu-left {
      left: calc(50% - 270px) !important;
      z-index: -1;
      border-bottom-left-radius: 12px !important; }
  .menu-right-open .menu.menu-right {
    right: calc(50% - 270px) !important;
    z-index: 1071; }
  .menu-left-open .menu.menu-left {
    left: calc(50% - 270px) !important;
    z-index: 1071; }
  ::-webkit-scrollbar {
    width: 2px; }
  .send-box .sent-field {
    border-radius: 0 0 12px 12px !important; }
  .logo {
    top: 60px !important; }
  .modern-login {
    width: 540px !important;
    left: calc(50% - 270px) !important; }
    .modern-login-content {
      position: relative;
      width: 540px !important;
      left: calc(50% - 270px) !important; }
  .fixed-bg {
    width: 540px !important;
    left: calc(50% - 270px) !important;
    top: 30px !important;
    bottom: 30px !important;
    border-radius: 12px;
    overflow: hidden; }
    .fixed-bg .bg {
      width: 540px; }
  .owl-bg {
    width: 540px;
    left: calc(50% - 270px) !important;
    top: 30px !important;
    bottom: 30px !important;
    border-radius: 12px;
    overflow: hidden; }
  .fix-bottom {
    bottom: 30px !important; }
  .footer-section {
    border-radius: 0 0 12px 12px; }
    .footer-section.footer-landing {
      margin-bottom: 30px; }
  .alert-cookies {
    bottom: 45px !important;
    width: 510px !important;
    left: calc(50% - 255px) !important;
    margin: 0 !important; }
  .content.with-header {
    width: 540px !important;
    left: calc(50% - 270px) !important;
    top: 0 !important;
    bottom: 0 !important;
    min-height: calc(100vh - 32px);
    padding-bottom: 170px; }
  .fixed-center {
    left: calc(50% - 270px) !important;
    width: 540px !important; }
  .select-list {
    width: 540px !important;
    left: calc(50% - 270px) !important;
    margin-top: 12px; }
  .notifications-area {
    width: 540px !important;
    left: calc(50% - 270px) !important;
    right: auto !important;
    bottom: 30px !important;
    overflow: hidden !important; }
  .send-box {
    position: fixed !important;
    width: 540px !important;
    left: calc(50% - 270px) !important;
    bottom: 30px !important;
    border-radius: 0 0 12px 12px; }
  .top-nav-collapse .header-second-line {
    top: 30px; }
  .header-second-line {
    padding: 5px;
    max-width: 540px;
    left: 50%;
    transform: translateX(-50%);
    width: 540px;
    border-radius: 12px; }
    .header-second-line .btn.sline-msg {
      margin-left: 57px;
      width: auto !important; }
    .header-second-line .ava {
      left: 5px; } }

@media (min-width: 430px) {
  .fixed-center {
    left: calc(50% - 215px) !important;
    width: 430px !important;
    transform: translate(0%, -50%) !important; } }

.fixed-center {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%; }

.landing-text {
  text-align: center; }
  .landing-text p {
    display: inline-block;
    background-color: rgba(33, 37, 41, 0.7);
    padding: 12px 18px;
    border-radius: 12px;
    color: #ffffff;
    margin: 0 0 20px;
    font-size: 20px; }

.wrapper-sxt-landing1 .fixed-bg .bg {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat; }

.wrapper-sxt-landing1 .banner {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 450px; }

.wrapper-sxt-landing1 .fixed-center {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 400px) {
  .wrapper-sxt-landing1 .fixed-bg .bg {
    background-size: contain; } }

.badge {
  font-size: 11px;
  font-weight: normal; }

.badge-primary {
  background-color: #25021e; }

#header {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(152, 6, 122, 0.37);
  display: flex; }
  #header .nav-right {
    margin-left: auto; }
  #header #areaHomeHeader {
    display: flex;
    width: 100%; }

.header-title {
  line-height: 30px;
  padding: 10px 0px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  text-align: left; }
  .header-title .vip-item,
  .header-title .ico-item {
    margin-right: 3px;
    line-height: 1;
    float: none;
    position: relative;
    top: 1px; }
    .header-title .vip-item i,
    .header-title .ico-item i {
      font-size: 1rem; }

.header-auto {
  padding: 10px; }

.floating-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 0; }
  .floating-header .logo {
    position: relative;
    margin-top: 0;
    margin-bottom: 0; }

.scroll .floating-header {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 10px 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out; }
  .scroll .floating-header .logo img {
    height: 30px;
    width: auto; }
  .scroll .floating-header .form-title {
    font-size: 16px;
    margin: 5px 0 0; }

.logo a {
  display: inline-block; }

.nav-link-coin {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.coin-box {
  display: block;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  padding: 2px 5px; }
  .coin-box .coin-icon {
    height: 25px; }
  .coin-box .coin-counter {
    display: block;
    padding-right: 3px;
    padding-left: 3px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px; }

#footer {
  background: #25091b;
  color: #ffffff;
  height: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.nav-left {
  float: left; }

.nav-right {
  float: right; }

.nav {
  position: relative;
  z-index: 100; }
  .nav .nav-link {
    line-height: 25px;
    padding: 11px 15px;
    min-width: 50px;
    color: #ffffff;
    position: relative;
    height: 100%;
    font-size: 14px; }
    .nav .nav-link.nav-link-text {
      line-height: 30px;
      padding: 10px 15px; }
    .nav .nav-link.active {
      color: #98067a; }
      .nav .nav-link.active i.icon-active {
        opacity: 1; }
      .nav .nav-link.active i.icon-normal {
        opacity: 0; }
    .nav .nav-link .nav-link-inside {
      position: relative; }
      .nav .nav-link .nav-link-inside .bubble {
        position: absolute;
        top: -15px;
        right: -15px; }
      .nav .nav-link .nav-link-inside .nav-menu-text {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        max-width: 108px; }
    .nav .nav-link i {
      font-size: 25px;
      line-height: 25px;
      vertical-align: middle;
      transition: all 0.15s ease-in-out; }
      .nav .nav-link i.icon-active {
        position: absolute;
        top: -1px;
        left: 0;
        opacity: 0; }
      .nav .nav-link i.icon-back {
        position: relative;
        left: -7px; }

.menu {
  z-index: 10101;
  position: fixed;
  top: 50px;
  bottom: 0;
  width: 260px;
  background: #180612;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out; }
  .menu.menu-left {
    left: -260px;
    opacity: 0; }
  .menu.menu-right {
    right: -100%;
    opacity: 0; }
  .menu .nav-link {
    border-bottom: 1px solid rgba(152, 6, 122, 0.4);
    font-size: 16px;
    color: #ffffff;
    font-weight: normal; }
    .menu .nav-link.active {
      color: #ffffff;
      background: #98067a; }

.bg-gray {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.menu-left-open .menu.menu-left {
  left: 0;
  opacity: 1;
  border-right: 1px solid rgba(152, 6, 122, 0.4); }

.menu-left-open .bg-gray {
  background: rgba(0, 0, 0, 0.8);
  z-index: 800; }

.menu-right-open .menu.menu-right {
  right: 0;
  opacity: 1; }

.menu-right-open .bg-gray {
  background: rgba(0, 0, 0, 0.8);
  z-index: 800; }

.menu-lines {
  display: block;
  position: relative;
  width: 25px;
  height: 25px; }
  .menu-lines span {
    display: block;
    width: 25px;
    height: 1px;
    background: #959699;
    position: absolute;
    left: 0;
    transition: all 0.15s ease-in-out; }
    .menu-lines span.menu-line-1 {
      top: 6px; }
    .menu-lines span.menu-line-2 {
      top: 13px;
      opacity: 1; }
    .menu-lines span.menu-line-3 {
      top: 20px; }

.main-menu.active .menu-lines span {
  background: #98067a;
  height: 2px; }
  .main-menu.active .menu-lines span.menu-line-1 {
    top: 13px;
    transform: rotate(-45deg); }
  .main-menu.active .menu-lines span.menu-line-2 {
    opacity: 0; }
  .main-menu.active .menu-lines span.menu-line-3 {
    top: 13px;
    transform: rotate(45deg); }

.nav.tabs-mobile {
  border-bottom: 1px solid #ebedf2;
  border-radius: 0;
  margin-bottom: 10px;
  position: relative; }
  .nav.tabs-mobile:after {
    content: "";
    position: absolute;
    height: 1px;
    left: -15px;
    right: -15px;
    bottom: -1px;
    background: #ebedf2; }
  .nav.tabs-mobile .nav-item {
    margin-bottom: 0;
    position: relative;
    z-index: 101; }
    .nav.tabs-mobile .nav-item .nav-link {
      border-radius: 0;
      color: #868e96;
      font-size: 16px;
      border: 1px solid rgba(0, 0, 0, 0);
      position: static; }
      .nav.tabs-mobile .nav-item .nav-link.active {
        background: rgba(0, 0, 0, 0);
        border-color: transparent;
        color: #98067a; }
        .nav.tabs-mobile .nav-item .nav-link.active:after {
          content: "";
          height: 1px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1px;
          background: #98067a; }

.nav.tabs-block li {
  width: 100%;
  display: block;
  text-align: center; }

.mobile-tabs {
  border-bottom: none;
  margin-left: auto;
  margin-right: auto; }
  .mobile-tabs .nav-item {
    margin-bottom: 0; }
    .mobile-tabs .nav-item:first-child .nav-link {
      border-radius: 0; }
    .mobile-tabs .nav-item:last-child .nav-link {
      border-radius: 0; }
  .mobile-tabs .nav-link {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent; }
    .mobile-tabs .nav-link.active {
      border-color: #98067a;
      color: #98067a;
      background: transparent; }

#visitorsTab .spinner {
  margin-bottom: 70px; }

.modal {
  z-index: 15550;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll !important;
  background: rgba(0, 0, 0, 0.8); }
  .modal .modal-dialog {
    margin: 0 auto; }
    .modal .modal-dialog .close {
      cursor: pointer;
      color: #ffffff;
      font-size: 40px;
      font-weight: bold;
      opacity: 1; }
    .modal .modal-dialog .modal-content {
      border-radius: 0;
      border: none;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      background: #000000; }
      .modal .modal-dialog .modal-content.modal-welcome {
        background-repeat: no-repeat;
        background-image: url("../img/bg/left_side_bg.png");
        background-position: top center;
        background-color: #FFF; }
      .modal .modal-dialog .modal-content.modal-confirmation {
        background-repeat: no-repeat;
        background-image: url("../img/bg/after_first_login.png");
        background-position: bottom center;
        padding-bottom: 50px; }
      .modal .modal-dialog .modal-content.modal-success .modal-header {
        background: #37CA50;
        padding-bottom: 10px;
        color: #FFF; }
      .modal .modal-dialog .modal-content.modal-success .close {
        color: #FFF; }
      .modal .modal-dialog .modal-content.modal-danger .modal-header {
        background: #cc3737;
        padding-bottom: 10px;
        color: #FFF; }
      .modal .modal-dialog .modal-content.modal-danger .close {
        color: #FFF; }
      .modal .modal-dialog .modal-content.modal-light .modal-header {
        padding-bottom: 10px; }
    .modal .modal-dialog .modal-header {
      border-bottom: none;
      padding-left: 15px;
      padding-bottom: 0;
      padding-top: 10px; }
      .modal .modal-dialog .modal-header .modal-title {
        font-weight: 600;
        font-size: 18px; }
    .modal .modal-dialog .modal-body {
      padding: 10px 15px; }
    .modal .modal-dialog .modal-footer {
      padding-top: 0;
      border: none; }
      .modal .modal-dialog .modal-footer.align-right {
        display: block !important;
        text-align: right; }
        .modal .modal-dialog .modal-footer.align-right p {
          margin-bottom: 0;
          margin-top: 10px;
          font-size: 12px; }
  .modal .wrapper-icon-lg {
    margin-top: 20px;
    margin-bottom: 20px; }

.modal-sm {
  max-width: 340px; }

.close {
  font-weight: 100;
  font-size: 40px;
  text-shadow: none; }

.cancelVip .modal-body img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.modal-props p {
  font-size: 0.8rem; }

.modal-props .box-props dt,
.modal-props .box-props dd {
  font-size: 0.9rem; }

#personalityTestCloseOverlay.modal .modal-dialog .modal-footer {
  display: block; }

.modal-footer-box {
  padding: 0 15px 15px 15px; }
  .modal-footer-box .text-xs {
    font-size: 12px;
    margin-bottom: 5px; }
  .modal-footer-box .btn {
    margin-bottom: 10px; }

.modal-footer > :not(:last-child) {
  margin-right: 0; }

.modal--welcome .modal-dialog .modal-content {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 8px 8px;
  border-top: 8px solid #98067a;
  margin-left: 15px;
  margin-right: 15px; }

.modal--welcome .modal-dialog .modal-header {
  position: relative;
  padding: 15px 35px; }
  .modal--welcome .modal-dialog .modal-header .close {
    position: absolute;
    top: 0;
    right: 10px;
    font-weight: lighter;
    color: #333; }
  .modal--welcome .modal-dialog .modal-header .logo {
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    margin: 0; }

.modal--welcome .modal-dialog .modal-body {
  text-align: center;
  color: #333;
  padding: 10px 15px 25px; }
  .modal--welcome .modal-dialog .modal-body .title {
    font-size: 18px;
    font-weight: bold; }
  .modal--welcome .modal-dialog .modal-body p {
    font-size: 15px; }

.modal--welcome .btn-rounder {
  border-radius: 30px; }

.modal--welcome .btn-icon {
  position: relative;
  padding: 10px 20px 10px 65px; }
  .modal--welcome .btn-icon .icon {
    height: 52px;
    width: auto; }
  .modal--welcome .btn-icon .icon-left {
    position: absolute;
    left: -7px;
    top: -1px; }

.modal.modalFsk18Mobile .modal-dialog {
  margin: 0 auto; }
  .modal.modalFsk18Mobile .modal-dialog .modal-content {
    border-radius: 15px;
    background: #aaa;
    margin: 0 15px;
    width: auto; }
  .modal.modalFsk18Mobile .modal-dialog .modal-header {
    display: flex;
    justify-content: center;
    padding: 30px 15px 15px; }
    .modal.modalFsk18Mobile .modal-dialog .modal-header .modal-logo img {
      height: 40px; }
  .modal.modalFsk18Mobile .modal-dialog .modal-body {
    color: #333; }
  .modal.modalFsk18Mobile .modal-dialog .modal-footer {
    padding-top: 0;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .modal.modalFsk18Mobile .modal-dialog .modal-footer .btn {
      width: 100%; }

.gift-image {
  display: block;
  width: 100%;
  height: auto; }

.message-photo-box .item-message-photo .gift-image {
  display: block;
  width: 100%;
  height: auto; }

.gift-section .gift-box + .gift-box {
  margin-top: 40px; }

.gift-box .title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px; }

.gift-box .gift-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0; }
  .gift-box .gift-list li {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    display: inline-block; }
    .gift-box .gift-list li.blur img {
      filter: blur(5px); }
    .gift-box .gift-list li .item-gift {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      overflow: hidden;
      text-align: center;
      background: #e8e8e8;
      border: 1px solid transparent; }
      .gift-box .gift-list li .item-gift i {
        color: #c3cfd9;
        font-size: 40px;
        line-height: 113px; }
    .gift-box .gift-list li.active .item-gift {
      border-color: #7411c0;
      background-color: #ba87de; }
      .gift-box .gift-list li.active .item-gift i {
        color: #7411c0; }
    .gift-box .gift-list li .pay-gift {
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 1.2;
      color: #e8e8e8;
      padding-top: 10px; }
  .gift-box .gift-list.panel {
    display: block;
    margin: 0; }
  .gift-box .gift-list .coins {
    font-size: 12px;
    display: inline-block;
    padding: 5px 8px;
    background: #25021e;
    color: #ffffff;
    border-radius: 20px;
    position: relative;
    top: -10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); }
  .gift-box .gift-list.block {
    margin-top: 30px;
    margin-left: -30px; }
    .gift-box .gift-list.block li {
      position: relative;
      margin-left: 30px; }
      .gift-box .gift-list.block li .item-gift {
        position: relative;
        z-index: 101; }
      .gift-box .gift-list.block li .shadow1 {
        background: rgba(134, 142, 150, 0.5);
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        left: 5px;
        top: -5px;
        z-index: 100; }
      .gift-box .gift-list.block li .shadow2 {
        background: rgba(134, 142, 150, 0.3);
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        left: 10px;
        top: -10px;
        z-index: 99; }
      .gift-box .gift-list.block li .name {
        text-align: center; }

.gift-box .name {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-top: 3px;
  color: #e8e8e8;
  word-wrap: break-word; }

.gift-box .form-group .coins {
  display: block;
  font-size: 12px;
  margin-top: 5px; }

.gift-box .gift-sum {
  display: block;
  margin-bottom: 20px; }

.gift-box .text-xs {
  font-size: 12px;
  line-height: 1.5; }

.gift-box a {
  text-decoration: underline; }

.gift-box .list-group a {
  padding-right: 50px;
  position: relative; }
  .gift-box .list-group a + a {
    margin-top: 1px; }
  .gift-box .list-group a .nickname {
    color: #ffffff; }
  .gift-box .list-group a .icon-box {
    position: absolute;
    right: 10px;
    top: 0; }
    .gift-box .list-group a .icon-box .ico-lg {
      font-size: 40px;
      line-height: 70px; }

.btn-add-gift {
  border-radius: 0 !important;
  background: #516371;
  color: #e8e8e8;
  position: relative;
  overflow: hidden; }
  .btn-add-gift.btn-lg {
    width: 100px;
    height: 100px; }
    .btn-add-gift.btn-lg i {
      color: #e8e8e8;
      font-size: 40px;
      font-weight: bold;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .btn-add-gift.btn-lg .title {
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      margin: 0;
      font-size: 14px;
      max-width: 100px;
      text-overflow: ellipsis;
      display: block;
      overflow: hidden; }

.form-control {
  border-radius: 8px;
  background: white;
  line-height: 30px;
  padding: 4px 15px;
  border: 1px solid #999999;
  box-shadow: none;
  -webkit-appearance: none;
  color: #0e0109;
  height: 40px;
  font-size: 11px; }
  .form-control:focus {
    border-color: #98067a; }
  .form-control.error {
    border: 2px solid #f1b100; }

.form-group {
  margin-bottom: 15px; }

label {
  font-size: 15px; }

.material-form fieldset {
  position: relative;
  border: none;
  display: block; }
  .material-form fieldset label {
    display: block;
    position: absolute;
    top: 18px;
    color: rgba(255, 255, 255, 0.3);
    transform-origin: left;
    transition: all 0.3s ease; }
  .material-form fieldset textarea:focus ~ label,
  .material-form fieldset input:focus ~ label {
    color: #98067a; }
  .material-form fieldset textarea:focus ~ label,
  .material-form fieldset textarea:valid ~ label,
  .material-form fieldset input:focus ~ label,
  .material-form fieldset input:valid ~ label {
    top: 0;
    transform: scale(0.6, 0.6);
    opacity: 0; }
  .material-form fieldset select ~ label,
  .material-form fieldset select ~ label {
    top: 0;
    transform: scale(0.6, 0.6); }
  .material-form fieldset select {
    display: block;
    font-size: 16px;
    width: 100%;
    border: none;
    margin-top: 10px;
    background: transparent;
    height: 40px; }
  .material-form fieldset input {
    display: block;
    font-size: 16px;
    width: 100%;
    border: none;
    margin-top: 10px;
    background: transparent;
    height: 40px; }
  .material-form fieldset textarea {
    display: block;
    font-size: 16px;
    width: 100%;
    border: none;
    margin-top: 20px;
    background: transparent;
    resize: none;
    padding-right: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #fff; }
  .material-form fieldset select:focus,
  .material-form fieldset textarea:focus,
  .material-form fieldset input:focus {
    outline: none; }
  .material-form fieldset .after {
    height: 1px;
    background: linear-gradient(to right, #98067a 50%, transparent 50%);
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all 0.6s ease;
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -15px; }
  .material-form fieldset .action-comment {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: all 0.15s ease-in-out; }
    .material-form fieldset .action-comment li {
      float: left;
      padding: 0;
      list-style-type: none; }
      .material-form fieldset .action-comment li + li {
        margin-left: 10px; }
      .material-form fieldset .action-comment li i {
        font-size: 25px;
        line-height: 25px; }
        .material-form fieldset .action-comment li i.icon-success {
          color: #37CA50; }
        .material-form fieldset .action-comment li i.icon-remove {
          color: #cc3737; }
  .material-form fieldset textarea:focus ~ .action-comment {
    opacity: 1; }
  .material-form fieldset textarea:focus ~ .after,
  .material-form fieldset input:focus ~ .after {
    background-position: 0 0; }

.form-group-title {
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative; }
  .form-group-title h4 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0; }

.switcher {
  position: relative; }
  .switcher label {
    display: block;
    width: 55px;
    height: 35px;
    background: #EEE;
    position: relative;
    border-radius: 35px; }
    .switcher label:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 35px;
      width: 35px;
      border-radius: 35px;
      background: #FFF;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
      transition: all 0.15s ease-in-out; }
  .switcher input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
    .switcher input[type=checkbox]:checked + label:before {
      left: 20px;
      background: #52d194; }

.switcher-line {
  background: transparent;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  font-size: 11px;
  padding: 15px 80px 15px 15px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 0; }
  .switcher-line + .switcher-line {
    border-top: none; }
  .switcher-line label {
    display: block;
    margin-bottom: 0; }
  .switcher-line .switcher {
    position: absolute;
    top: 7px;
    right: 15px; }

.form-section {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(152, 6, 122, 0.8); }
  .form-section .form-body {
    margin-bottom: 15px; }
  .form-section .dash {
    position: absolute;
    top: 26px; }
  .form-section.gift-section {
    padding-top: 10px;
    margin-top: 0px; }

.input-line {
  background: transparent;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  border-top: none;
  border-bottom: none;
  font-size: 16px;
  padding: 0 15px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 0; }
  .input-line col {
    position: relative; }
  .input-line + .input-line {
    border-top: none; }
  .input-line label {
    display: block;
    padding: 15px 0;
    margin-bottom: 0; }
  .input-line .form-control {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    padding: 10px 0;
    box-shadow: none;
    height: 50px !important;
    border: none; }
    .input-line .form-control + .before {
      display: block;
      content: "";
      height: 1px;
      background: linear-gradient(to right, #98067a 50%, transparent 50%);
      background-color: rgba(0, 0, 0, 0.1);
      background-size: 200% 100%;
      background-position: 100% 0;
      transition: all 0.6s ease;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: -15px; }
    .input-line .form-control:focus {
      border: none;
      color: #98067a; }
      .input-line .form-control:focus + .before {
        background-position: 0 0; }
  .input-line > .col,
  .input-line > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.form-about {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 15px 0;
  margin-bottom: 0;
  text-align: center; }
  .form-about + .form-about-line {
    border-top: none; }

.form-about-line {
  background: transparent;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  border-top: transparent;
  border-bottom: transparent;
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 0; }
  .form-about-line + .form-about-line, .form-about-line + .input-line {
    border-top: none; }
  .form-about-line label {
    margin-bottom: 0;
    color: #ffffff; }
  .form-about-line .label-value {
    display: block;
    padding: 0 0 3px 0; }
    .form-about-line .label-value i.label-value-delete {
      margin-right: 5px;
      color: #999;
      line-height: 25px;
      display: inline-block;
      font-size: 25px;
      font-weight: 300;
      font-style: normal;
      position: relative;
      top: 4px;
      margin-top: -5px;
      padding: 0 10px;
      -webkit-tap-highlight-color: rgba(152, 6, 122, 0.5); }
    .form-about-line .label-value .icon-home-active {
      transition: all 0.12s ease-in-out;
      color: #CCC;
      font-size: 20px;
      margin-right: 10px;
      position: relative;
      bottom: -2px; }
      .form-about-line .label-value .icon-home-active.is-home {
        color: #98067a; }
  .form-about-line > .col,
  .form-about-line > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .form-about-line .gift-box {
    margin-bottom: -15px;
    width: 100%; }

.btns-list .btn-block + .btn-block {
  margin-top: 1px; }

.form-group label.error {
  background: rgba(152, 6, 122, 0.1);
  color: #98067a;
  padding: 7px 12px;
  display: block;
  border-radius: 8px;
  margin-top: 10px; }

.form-center {
  text-align: center; }

.input-text-center {
  text-align: center;
  margin-top: 5px; }

.input-text {
  font-size: 12px;
  margin-top: 5px; }

.select-lg {
  padding-top: 5px;
  padding-bottom: 5px; }

select:invalid {
  color: #868e96 !important; }

.form-payment-success label {
  text-align: left;
  display: block; }

.form-payment-success .form-group {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .form-payment-success .form-group a {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left; }
  .form-payment-success .form-group.active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.mobile-select-field .select-field {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0; }

.mobile-select-field .select-values {
  margin: 10px 0;
  padding: 0;
  list-style-type: none; }
  .mobile-select-field .select-values li {
    display: block;
    color: #ffffff;
    padding: 5px 0;
    font-size: 11px; }

.mobile-select-field .mobile-select-placeholder {
  font-size: 1rem;
  color: #ffffff;
  display: block;
  padding-top: 6px; }

.btn-none {
  padding: 0;
  border: none;
  background: none; }

.select2 {
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  line-height: 30px !important;
  padding: 10px 15px !important;
  border: 1px solid #FFF !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
  -webkit-appearance: none !important;
  display: block !important; }

.select2-container--default,
.select2-selection--single {
  border: none !important;
  position: relative; }

.select2-dropdown {
  border-radius: 0 0 8px 8px !important;
  border: none !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #cacaca !important; }

@media (min-width: 768px) {
  .select2 {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 100% !important; }
    .select2-dropdown {
      border-radius: 5px !important;
      box-shadow: none !important; }
  .select2-container--default .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    border-radius: 0;
    min-height: 42px;
    position: relative;
    z-index: 101;
    cursor: pointer; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      border: none;
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        font-size: 12px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      border-right: 0; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        background-color: transparent;
        color: #ffffff; }
  .select2-container--default .select2-results__option--selected {
    background-color: rgba(152, 6, 122, 0.12);
    color: #333;
    border-radius: 5px; }
  .select2-container--default .select2-results__option--selectable {
    color: #333;
    font-size: 14px;
    padding: 3px 6px;
    margin-bottom: 2px; }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f8f6f7;
    color: #333;
    border-radius: 5px; }
  .select2-container--default .select2-results > .select2-results__options {
    padding: 5px 3px 5px 5px; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid rgba(152, 6, 122, 0.8); } }

.ford-desc {
  background: transparent;
  color: #ffffff;
  margin-left: -15px;
  margin-right: -15px; }
  .ford-desc .desc-header {
    text-align: left;
    margin: 0;
    padding: 5px 15px; }
    .ford-desc .desc-header .logo {
      position: absolute;
      top: -10px;
      left: 15px;
      width: auto; }
      .ford-desc .desc-header .logo img {
        float: left;
        width: 100px; }
    .ford-desc .desc-header span {
      display: block;
      font-size: 18px; }

.content-payment form p {
  font-size: 0.7rem; }

.form-group-radio .btn-group .btn {
  padding: 5px 10px;
  line-height: 1; }

.icon-info {
  font-size: 1rem; }

.input-group-addon {
  padding-left: 6px;
  padding-right: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-left: none; }
  .input-group-addon i {
    opacity: .5; }

.form-group-addon .form-control {
  padding-right: 25px; }

.form-group-addon .addon {
  position: absolute;
  z-index: 101;
  top: 1px;
  height: 50px;
  padding: 15px 5px 0 5px; }
  .form-group-addon .addon.addon-right {
    border-radius: 0 8px 8px 0;
    right: 6px; }

.error-xs .form-group {
  position: relative; }
  .error-xs .form-group label.error, .error-xs .form-group label.error-label {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    left: 10px;
    font-size: 0.6rem;
    z-index: 101;
    color: #f1b100;
    margin: -2px 0 0 0;
    display: block; }

.form-check-input {
  margin-left: 0;
  left: 0; }

.form-check.inline {
  display: inline-block; }

.form-date {
  position: relative; }
  .form-date .placeholder {
    position: absolute;
    top: 13px;
    left: 16px;
    color: #999;
    font-size: 18px;
    pointer-events: none;
    background: transparent; }
  .form-date .form-control {
    height: 54px; }

.registration-select {
  line-height: 20px; }

.mobile-field-top-view .wrapper {
  margin-top: -130px; }

#searchForm .geo-location-list {
  list-style-type: none;
  padding: 0; }
  #searchForm .geo-location-list li {
    margin-top: 1px; }

.form-check.with-icon {
  padding-left: 0; }
  .form-check.with-icon .form-check-input {
    left: 24px;
    position: relative; }
  .form-check.with-icon .icon {
    color: #c3cfd9; }
  .form-check.with-icon .form-check-label {
    padding-left: 1.25rem;
    color: #ffffff; }
    .form-check.with-icon .form-check-label a {
      font-size: 15px; }

.form-check .alert {
  margin-left: -1.25rem;
  margin-bottom: 0;
  margin-top: 10px; }

#formRegistrationEmail label {
  font-size: 18px; }

#formRegistrationEmail a {
  font-size: 18px; }

#formRegistrationEmail .form-check-input {
  margin-top: 6px !important; }

.btn {
  border-radius: 8px;
  line-height: 30px;
  padding: 10px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: rgba(152, 6, 122, 0.5);
  font-size: 18px;
  white-space: normal;
  text-decoration: none !important; }
  .btn:hover {
    opacity: 1; }
  .btn:focus, .btn:active {
    outline: none;
    box-shadow: none; }
  .btn.btn-with-icon {
    position: relative; }
    .btn.btn-with-icon i {
      position: relative;
      top: 6px;
      font-size: 25px;
      padding-right: 5px; }

.btn-light {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none; }
  .btn-light:hover {
    background-color: transparent;
    border-color: transparent; }

.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
  -webkit-tap-highlight-color: #98067a; }
  .btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white.active {
    background: #98067a;
    border-color: #98067a;
    color: #FFF; }

.btn-success {
  background-color: #37CA50;
  border-color: #37CA50;
  color: #ffffff !important; }
  .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active {
    background-color: #37CA50;
    border-color: #37CA50; }

.btn-primary {
  background-color: #37ca50;
  border-color: #37ca50;
  color: #ffffff !important; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active {
    background-color: #36d94e;
    border-color: #36d94e; }

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #36d94e;
  border-color: #36d94e; }

.btn-facebook {
  background-color: #4267b2;
  border-color: #4267b2;
  color: #FFF; }
  .btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus, .btn-facebook.active {
    background-color: #4267b2;
    border-color: #4267b2;
    color: #FFF; }

.btn-transparent {
  background: transparent;
  border-color: transparent;
  color: #ffffff; }

.btn-main {
  background: #98067a;
  border-color: #98067a;
  color: #ffffff; }
  .btn-main:hover, .btn-main:active, .btn-main:focus, .btn-main.active {
    background: #98067a;
    border-color: #98067a;
    color: #ffffff; }

.btn-sm {
  line-height: 20px;
  padding: 5px 15px; }

.btn-circle {
  border-radius: 30px; }

.form-group-mt {
  margin-top: 15px; }

.btn-square {
  width: 52px;
  height: 52px; }
  .btn-square i {
    left: 13px !important; }

.group-with-btn-square {
  position: relative;
  padding-left: 62px; }
  .group-with-btn-square .btn-square {
    position: absolute;
    left: 0;
    top: 0; }

.btn-favorite:hover, .btn-favorite:active {
  background: #FFF;
  border-color: #FFF;
  color: #000; }

.btn-favorite.active {
  background: #ffa216;
  border-color: #ffa216;
  color: #FFF; }
  .btn-favorite.active i:before {
    content: "\e977"; }

.btn-favorite .spinner {
  margin: 0 auto;
  position: relative;
  left: -25px; }
  .btn-favorite .spinner > div {
    width: 10px;
    height: 10px; }

.btn-80 {
  width: 80%; }

.btn-danger {
  background-color: #cc3737;
  border-color: #cc3737;
  color: #fff; }
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger.active {
    background-color: #cc3737;
    border-color: #cc3737;
    color: #FFF; }

.btn-group-justify {
  display: flex;
  justify-content: space-around; }
  .btn-group-justify .btn {
    display: block;
    width: 100%; }
    .btn-group-justify .btn + .btn {
      margin-left: .5rem; }

.bth-instagram {
  background: -webkit-linear-gradient(0.25turn, #fdf497, #fd5949, #d6249f, #285AEB);
  background: linear-gradient(0.25turn, #fdf497, #fd5949, #d6249f, #285AEB);
  background: -moz-linear-gradient(0.25turn, #fdf497, #fd5949, #d6249f, #285AEB);
  background: -ms-linear-gradient(0.25turn, #fdf497, #fd5949, #d6249f, #285AEB);
  background: -o-linear-gradient(0.25turn, #fdf497, #fd5949, #d6249f, #285AEB);
  color: #ffffff;
  border: none;
  position: relative;
  padding-left: 45px; }
  .bth-instagram i {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px; }

.btn-facebook-use {
  position: relative;
  padding-left: 45px;
  text-align: left;
  line-height: 1;
  min-height: 50px; }
  .btn-facebook-use .prepend {
    display: block;
    font-size: 11px; }
  .btn-facebook-use i {
    font-size: 1.5rem;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%); }

.btn-payabl,
.btn-payabl-safecard {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.button--secondary {
  padding: 2px 10px;
  background-color: #CDCDCD;
  border-radius: 5px;
  text-align: center;
  color: #212529;
  text-decoration: none; }

.list-group a {
  text-decoration: none; }

.list-group .list-group-item {
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
  padding: 10px 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff; }
  .list-group .list-group-item .ava-box .online {
    position: absolute;
    left: 50px;
    top: 7px;
    background: rgba(55, 202, 80, 0.4);
    border-radius: 10px;
    width: 14px;
    height: 14px; }
    .list-group .list-group-item .ava-box .online:before {
      content: "";
      position: absolute;
      right: 2px;
      top: 2px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #37CA50;
      z-index: 101; }
  .list-group .list-group-item.with-ava {
    padding-left: 85px;
    min-height: 70px; }
    .list-group .list-group-item.with-ava .ava-box {
      position: absolute;
      left: 0;
      top: 0; }
  .list-group .list-group-item.with-ava-xlg {
    padding-left: 152px;
    min-height: 132px; }
  .list-group .list-group-item .vip-item {
    float: left; }
  .list-group .list-group-item .bubble {
    position: absolute;
    left: -7px;
    top: -3px; }
  .list-group .list-group-item.disable .ava-box,
  .list-group .list-group-item.disable .list-group-header,
  .list-group .list-group-item.disable .list-group-body,
  .list-group .list-group-item.disable .bubble {
    opacity: 0.3; }
  .list-group .list-group-item.disable .action-links,
  .list-group .list-group-item.disable .date {
    opacity: 0; }
  .list-group .list-group-item.disable .action-profile {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 101; }
  .list-group .list-group-item p {
    margin-bottom: 5px; }
  .list-group .list-group-item .btn {
    margin-bottom: 5px; }
  .list-group .list-group-item.with-connection-icon {
    padding-top: 5px;
    padding-bottom: 0; }
    .list-group .list-group-item.with-connection-icon .list-connection-icon {
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: flex; }
      .list-group .list-group-item.with-connection-icon .list-connection-icon li + li {
        margin-left: 5px; }
      .list-group .list-group-item.with-connection-icon .list-connection-icon i {
        font-size: .7rem;
        color: #c3cfd9; }

.list-group .some-link {
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.15);
  position: relative; }
  .list-group .some-link .list-group-item {
    background: transparent;
    box-shadow: none; }
  .list-group .some-link .online {
    position: absolute;
    left: 50px;
    top: 7px;
    background: rgba(55, 202, 80, 0.4);
    border-radius: 10px;
    width: 14px;
    height: 14px; }
    .list-group .some-link .online:before {
      content: "";
      position: absolute;
      right: 2px;
      top: 2px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #37CA50;
      z-index: 101; }

.list-group-header .date {
  position: absolute;
  right: 15px;
  bottom: 4px; }

.list-group-header .vip-item {
  float: left; }

.list-group-body {
  font-size: 13px; }
  .list-group-body .status {
    display: block; }
    .list-group-body .status.online {
      color: #37CA50; }
    .list-group-body .status.offline {
      color: #cc3737; }

.list-group-second {
  font-size: 12px; }
  .list-group-second * {
    color: #999999;
    font-size: 12px; }

.list-group .photo-num {
  margin-top: -10px; }
  .list-group .photo-num li span {
    line-height: 20px; }
  .list-group .photo-num li i {
    line-height: 20px; }

.action-links {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 8px; }
  .action-links li {
    padding: 0 5px;
    -webkit-tap-highlight-color: rgba(152, 6, 122, 0.5);
    float: left; }
    .action-links li i {
      color: rgba(255, 255, 255, 0.8);
      font-size: 25px;
      line-height: 30px;
      vertical-align: middle; }

.photo-count {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 12px;
  line-height: 21px;
  height: 20px;
  padding: 0 5px;
  display: block;
  border-radius: 5px;
  color: #495057; }
  .photo-count i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: 1px; }

.vip-item {
  display: inline-block;
  margin-right: 3px;
  line-height: 1.3; }
  .vip-item i {
    font-size: 0.85rem;
    line-height: 1.6; }

.new-item {
  background: rgba(255, 172, 27, 0.7);
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  height: 20px;
  padding: 0 5px;
  display: block;
  border-radius: 5px;
  color: #fff; }

.count-photo {
  background: rgba(255, 172, 27, 0.7);
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  height: 20px;
  padding: 0 5px;
  display: block;
  border-radius: 5px;
  color: #fff; }

.action-profile {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .action-profile li {
    float: left;
    padding: 0 5px; }
    .action-profile li i {
      font-size: 25px;
      line-height: 30px;
      color: #868e96; }

.list-panel .list-group-panel {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  min-height: 199px; }
  .list-panel .list-group-panel .ava-box {
    position: relative;
    min-height: 109px; }
    .list-panel .list-group-panel .ava-box .online {
      position: absolute;
      right: 7px;
      top: 7px;
      border-radius: 10px;
      background: rgba(55, 202, 80, 0.4);
      width: 18px;
      height: 18px; }
      .list-panel .list-group-panel .ava-box .online:before {
        content: "";
        position: absolute;
        right: 2px;
        top: 2px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #37CA50;
        z-index: 101; }
    .list-panel .list-group-panel .ava-box .new-item {
      position: absolute;
      right: 5px;
      top: 5px; }
      .list-panel .list-group-panel .ava-box .new-item ~ .online {
        top: 32px !important; }
    .list-panel .list-group-panel .ava-box .photo-box {
      position: absolute;
      right: 5px;
      bottom: 5px;
      background: rgba(255, 255, 255, 0.7);
      padding: 0 5px;
      font-size: 12px;
      line-height: 21px;
      border-radius: 5px;
      color: rgba(37, 2, 30, 0.9); }
      .list-panel .list-group-panel .ava-box .photo-box i {
        font-size: 10px;
        margin-right: 5px; }
  .list-panel .list-group-panel .list-group-body {
    text-align: center;
    padding: 7px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px; }
    .list-panel .list-group-panel .list-group-body .nickname {
      color: #25021e;
      padding: 0; }
    .list-panel .list-group-panel .list-group-body .about {
      color: rgba(37, 2, 30, 0.7); }

.list-panel .blur .ava-box,
.list-panel .blur .list-group-body {
  filter: blur(5px); }

.list-panel .btn-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101; }

.profile-card {
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .profile-card .ava-box {
    position: relative; }
    .profile-card .ava-box .online {
      position: absolute;
      right: 7px;
      top: 7px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #37CA50; }
      .profile-card .ava-box .online:before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: block;
        position: absolute;
        left: -2px;
        top: -2px;
        background: #37CA50;
        opacity: .5; }
    .profile-card .ava-box .new-item {
      position: absolute;
      right: 5px;
      top: 5px; }
      .profile-card .ava-box .new-item ~ .online {
        top: 32px !important; }
  .profile-card .about {
    color: #959699;
    text-decoration: none;
    display: block; }
  .profile-card .nickname-card {
    font-size: 16px;
    color: #000;
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: -2px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 152px; }
    .profile-card .nickname-card .button--secondary {
      margin: 6px 8px 0;
      position: relative;
      top: 2px; }
      .profile-card .nickname-card .button--secondary .nickname-card {
        margin: 0;
        color: #25021e;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold; }
      .profile-card .nickname-card .button--secondary .about {
        color: #868e96;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

.grid-item .wrapper-nickname-card {
  position: relative;
  margin-right: 3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .grid-item .wrapper-nickname-card .vip-item {
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: -2px; }

.grid-item .button--secondary {
  margin: 10px 10px 0;
  padding: 0 10px 7px; }
  .grid-item .button--secondary .nickname-card {
    font-weight: bold; }

.photo-num {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #959699;
  display: inline-block;
  vertical-align: middle; }
  .photo-num li {
    margin-left: 5px;
    margin-right: 5px;
    float: left; }
    .photo-num li i {
      line-height: 30px;
      margin-right: 5px;
      position: relative;
      bottom: -3px; }
    .photo-num li span {
      font-size: 12px;
      line-height: 30px; }

.card {
  border-radius: 5px;
  border: none;
  background: transparent;
  box-shadow: none;
  margin-bottom: 30px; }
  .card.card-welcome {
    box-shadow: none;
    background: rgba(0, 0, 0, 0); }
  .card.card-confirmation {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: center; }
    .card.card-confirmation p {
      line-height: 1.3;
      font-size: 0.9rem;
      margin-bottom: 10px; }
  .card .logo {
    position: relative; }
  .card .card-body {
    padding: 20px 15px; }
  .card .hot-img {
    position: relative;
    height: 200px;
    background-color: #CCC;
    border-radius: 3px 3px 0 0;
    background-size: cover;
    background-position: center; }
    .card .hot-img i {
      position: absolute;
      top: 50px;
      left: 0;
      right: 0;
      z-index: 10;
      text-align: center;
      font-size: 100px;
      color: #FFF; }
    .card .hot-img:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.6); }
  .card p {
    font-size: 12px; }
  .card .card-title {
    font-size: 18px;
    font-weight: 700; }
  .card .card-header {
    padding: 20px 15px;
    background: none;
    border: none;
    padding-bottom: 0; }
    .card .card-header .card-title {
      margin-bottom: 0; }

.box {
  margin-bottom: 15px; }
  .box .box-header {
    overflow: hidden; }
    .box .box-header .box-title {
      font-size: 18px;
      display: inline-block;
      margin-bottom: 0;
      padding: 10px 0;
      line-height: 30px; }
    .box .box-header .box-nav {
      list-style: none;
      margin: 0;
      padding: 0;
      float: right; }
      .box .box-header .box-nav li {
        float: left; }
        .box .box-header .box-nav li a {
          display: block;
          line-height: 30px;
          color: #37CA50;
          padding: 10px 0;
          font-size: 11px; }
          .box .box-header .box-nav li a i {
            line-height: 30px;
            font-size: 25px;
            vertical-align: middle; }

.section {
  margin-bottom: 30px; }
  .section .section-header {
    text-align: center;
    margin-bottom: 20px; }

.area-provider-mail {
  text-align: center;
  max-width: 400px;
  margin: 40px auto 0; }
  .area-provider-mail .title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
    color: #fff; }
    .area-provider-mail .title::after {
      content: '>>';
      margin-left: 20px; }
  .area-provider-mail .img-mail {
    display: flex;
    align-items: center;
    background: #23D18C;
    border-radius: 60px; }
    .area-provider-mail .img-mail .provider-mail-image {
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 50%;
      margin: 1px;
      overflow: hidden; }
      .area-provider-mail .img-mail .provider-mail-image img {
        width: 100%;
        height: 100%;
        padding: 5px;
        object-fit: contain; }
      .area-provider-mail .img-mail .provider-mail-image.provider-mail-gmail img {
        padding: 10px; }
      .area-provider-mail .img-mail .provider-mail-image.provider-mail-outlook img {
        padding: 10px; }
      .area-provider-mail .img-mail .provider-mail-image.provider-mail-web-de {
        background: #FFDA00; }
        .area-provider-mail .img-mail .provider-mail-image.provider-mail-web-de:hover {
          text-decoration: none; }

.ava {
  border-radius: 5px; }
  .ava.ava-md {
    width: 70px;
    height: 70px; }
  .ava.ava-sm {
    width: 35px;
    height: 35px; }
  .ava.ava-circle {
    border-radius: 100%; }
  .ava.ava-lg {
    width: 100%; }
  .ava.ava-error {
    filter: grayscale(100%); }
  .ava.ava-xlg {
    width: 132px;
    height: 132px; }

.ava-view {
  position: relative;
  z-index: 2; }
  .ava-view .ava {
    border: 5px solid #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px; }
    .ava-view .ava.ava-md {
      width: 150px;
      height: 150px; }

.anstupser-message {
  font-size: 3em;
  padding: 0px 10px 10px; }

.profile-box {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px 15px;
  padding-left: 85px; }
  .profile-box:hover {
    text-decoration: none;
    background-color: #f8f9fa; }
  .profile-box:active {
    background-color: #e9ecef; }
  .profile-box .about {
    color: #495057; }
  .profile-box .ava-box {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0; }
    .profile-box .ava-box img {
      border-radius: 0; }
  .profile-box .action-links li i {
    color: #999; }

.send-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 1000; }
  .send-box .sent-field {
    display: block;
    width: 100%;
    border-radius: 0;
    height: 50px;
    border: none;
    line-height: 20px;
    padding: 15px 50px;
    background: #FFF;
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 16px;
    font-weight: normal;
    -webkit-appearance: none;
    max-height: 250px; }
  .send-box i {
    display: block;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 30px;
    padding: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 23px;
    border-radius: 50%;
    margin: 5px;
    background: #37CA50; }
  .send-box .picture {
    left: 0;
    background: #516371;
    color: #e8e8e8; }

.content.messages-content {
  padding-top: 135px;
  overflow-x: hidden;
  overflow-y: auto; }

.message .message-content {
  display: inline-block;
  background: rgba(227, 247, 255, 0.15);
  border-radius: 20px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%; }
  .message .message-content .actions-btns {
    margin-top: 10px; }
  .message .message-content .actions-title {
    margin-top: 5px;
    font-weight: 800; }
  .message .message-content .message-inside {
    font-size: 15px;
    margin: 0;
    position: relative;
    z-index: 2;
    word-wrap: break-word; }

.message.user-message .message-content .date {
  font-size: 11px;
  color: #CCC;
  position: absolute;
  bottom: -20px;
  left: 20px;
  white-space: nowrap; }

.message.user-message .message-content .ava {
  position: absolute;
  bottom: -10px;
  left: -45px; }

.message.user-message.initial-message {
  margin: 0px auto 70px;
  display: table;
  justify-content: center; }

.message.user-message.male-message .message-content {
  background: rgba(253, 231, 238, 0.3); }
  .message.user-message.male-message .message-content:before {
    border-color: rgba(253, 231, 238, 0.3) transparent transparent transparent; }

.message.user-message.female-message .message-content {
  background: #004b69; }
  .message.user-message.female-message .message-content:before {
    border-color: #004b69 transparent transparent transparent; }
  .message.user-message.female-message .message-content.initial-message {
    border-radius: 3px;
    background-color: #8b93a6; }

.message.my-message {
  text-align: right; }
  .message.my-message .message-content {
    background: #bf2a59;
    margin-left: 0;
    text-align: left; }
    .message.my-message .message-content .date {
      font-size: 11px;
      color: #CCC;
      position: absolute;
      bottom: -20px;
      right: 20px;
      white-space: nowrap; }

.message .gift-box {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  max-width: 100px; }
  .message .gift-box i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .message .gift-box .icon {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 96px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
  .message .gift-box i {
    color: #c3cfd9;
    font-size: 40px;
    line-height: 96px; }
  .message .gift-box img {
    max-height: 100px; }
  .message .gift-box .title {
    text-align: center;
    font-size: 14px; }
  .message .gift-box .item-gift {
    width: 100px; }
    .message .gift-box .item-gift .name {
      margin-top: 5px; }
  .message .gift-box.male-message .message-content {
    background: rgba(253, 231, 238, 0.3); }
    .message .gift-box.male-message .message-content:before {
      border-color: transparent rgba(253, 231, 238, 0.3) transparent transparent; }
  .message .gift-box.female-message .message-content {
    background: rgba(227, 247, 255, 0.15); }
    .message .gift-box.female-message .message-content:before {
      border-color: transparent rgba(227, 247, 255, 0.15) transparent transparent; }

.default-message {
  height: 70px;
  opacity: 0; }

.message-photo-box {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px; }
  .message-photo-box .item-message-photo {
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 1px solid transparent;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative; }
    .message-photo-box .item-message-photo:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 1px;
      right: 1px;
      left: 1px;
      bottom: 1px;
      background: rgba(255, 255, 255, 0.5);
      z-index: -1; }
    .message-photo-box .item-message-photo img {
      display: block;
      height: 100%;
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    .message-photo-box .item-message-photo.active {
      border-color: #98067a; }
    .message-photo-box .item-message-photo i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      color: #ffffff; }
    .message-photo-box .item-message-photo .item-message-photo-text {
      position: absolute;
      top: 72%;
      left: 0;
      width: 100%;
      padding: 0 4px;
      font-size: 12px;
      text-align: center;
      color: #ffffff; }
  .message-photo-box .name {
    display: block;
    font-size: 12px;
    margin-top: 3px; }

.search-result-container {
  height: 100%;
  white-space: nowrap; }
  .search-result-container .search-result-item {
    width: 45%;
    display: inline-block;
    margin: 2%; }

.btn-group.call-to-action {
  display: flex; }
  .btn-group.call-to-action.btn-action-icon {
    margin-bottom: 5px; }
    .btn-group.call-to-action.btn-action-icon .btn {
      padding-top: 40px;
      height: auto;
      padding-bottom: 5px;
      box-shadow: none; }
      .btn-group.call-to-action.btn-action-icon .btn i {
        position: absolute;
        top: 15px;
        left: 50% !important;
        transform: translateX(-50%); }

.call-to-action .btn {
  flex: 1;
  font-size: 10px;
  display: grid; }

.photo-box {
  margin-bottom: 5px;
  color: #959699; }

.photo-more {
  background: rgba(152, 6, 122, 0.5);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  .photo-more i {
    position: absolute;
    display: block;
    font-size: 50px;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -27px;
    color: #FFF; }
  .photo-more span {
    color: #FFF;
    font-weight: 300;
    font-size: 32px;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -27px; }

.photo-with-icon {
  position: relative; }
  .photo-with-icon:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px; }
  .photo-with-icon i {
    position: absolute;
    display: block;
    font-size: 50px;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -27px;
    color: #FFF;
    opacity: 0.5; }

.photo-more-male {
  background: rgba(43, 106, 255, 0.5); }

.photo-more-no-img {
  background: rgba(43, 106, 255, 0.5); }

.photo-lg {
  display: block; }

.photo-md {
  display: block;
  margin-bottom: 10px;
  position: relative; }

.fantasy-img {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px; }
  .fantasy-img img {
    width: 100%;
    transition: all 0.15s ease-in-out; }
  .fantasy-img .check-box {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.15s ease-in-out;
    text-align: center;
    z-index: 100; }
    .fantasy-img .check-box.checked {
      background: #52d194; }
      .fantasy-img .check-box.checked i {
        opacity: 1; }
      .fantasy-img .check-box.checked.checked-double {
        background: rgba(152, 6, 122, 0.9); }
    .fantasy-img .check-box i {
      font-size: 36px;
      color: #FFF;
      transition: all 0.15s ease-in-out;
      opacity: 0; }
  .fantasy-img input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
  .fantasy-img input[type="checkbox"]:checked + .check-box {
    background: #52d194; }
    .fantasy-img input[type="checkbox"]:checked + .check-box i {
      opacity: 1; }

.fantasy-label {
  transition: all 0.15s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-size: 14px; }
  .fantasy-label img {
    min-width: 100px;
    width: 100%;
    border-radius: 5px; }

.gallery-box {
  display: block;
  overflow: hidden; }
  .gallery-box.row > .col, .gallery-box.row > [class*="col-"] {
    display: block;
    float: left; }

.switcher-line {
  display: block; }
  .switcher-line .check-box {
    position: absolute;
    right: 22px;
    top: 8px;
    background: #EEE;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    transition: all 0.15s ease-in-out;
    text-align: center;
    z-index: 100; }
  .switcher-line.checked {
    background: #52d194; }
    .switcher-line.checked i {
      opacity: 1; }
    .switcher-line.checked.checked-double {
      background: rgba(152, 6, 122, 0.9); }
  .switcher-line i {
    font-size: 34px;
    color: #FFF;
    transition: all 0.15s ease-in-out;
    opacity: 0; }
  .switcher-line input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
  .switcher-line input[type="checkbox"]:checked + .check-box {
    background: #52d194; }
    .switcher-line input[type="checkbox"]:checked + .check-box i {
      opacity: 1; }

.edit-line:before {
  display: block;
  content: "\e965";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 15px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #CCC;
  z-index: 101;
  background: transparent;
  padding-left: 5px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .edit-line:before:after {
    content: "";
    width: 35px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 100; }

.check-box.checked {
  background: #52d194; }
  .check-box.checked i {
    opacity: 1; }

.check-box.check-box-first {
  right: 70px; }

.table-title-label {
  position: absolute;
  display: block;
  width: 34px;
  right: 10px;
  top: 8px; }
  .table-title-label.table-title-label-first {
    right: 55px; }

.vip-badge {
  border-radius: 5px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  display: block;
  background: #FFFFFF;
  height: 200px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }
  .vip-badge:hover {
    text-decoration: none; }
  .vip-badge.left {
    border-radius: 5px 0 0 5px;
    padding-right: 20px; }
    .vip-badge.left .title-badge {
      border-radius: 3px 0 0 0; }
  .vip-badge.right {
    border-radius: 0 5px 5px 0;
    padding-left: 20px; }
    .vip-badge.right .title-badge {
      border-radius: 0 3px 0 0; }
  .vip-badge .title-badge {
    display: block;
    line-height: 45px;
    color: #ffffff;
    background: #98067a;
    border-radius: 3px 3px 0 0;
    font-size: 18px;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px; }
  .vip-badge .best-plan-title {
    display: block;
    line-height: 45px;
    color: #FFF;
    background: #98067a;
    border-radius: 3px 3px 0 0;
    font-size: 18px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px; }
  .vip-badge .coins {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    padding: 30px 0 15px;
    color: #222;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    max-width: 100px;
    margin: 0 auto; }
    .vip-badge .coins span {
      display: block;
      font-size: 13px;
      line-height: 1; }
  .vip-badge .title {
    display: block;
    font-size: 16px;
    padding: 15px 0 10px;
    color: #222;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    max-width: 100px;
    margin: 0 auto; }
  .vip-badge .price {
    font-size: 14px;
    position: relative;
    display: block;
    margin-top: 20px; }
    .vip-badge .price .old-price {
      display: block;
      text-decoration: line-through;
      color: #999;
      position: relative; }
    .vip-badge .price:before {
      content: "";
      height: 1px;
      display: block;
      position: absolute;
      right: 15px;
      left: 15px;
      top: -10px;
      background: rgba(152, 6, 122, 0.37); }
    .vip-badge .price .new-price {
      display: block;
      font-weight: 600;
      color: #ffa116; }
  .vip-badge .badge-item {
    position: relative;
    display: none;
    margin-bottom: 25px; }
    .vip-badge .badge-item img {
      width: 80px; }
    .vip-badge .badge-item .badge-vip {
      display: block;
      font-size: 12px;
      position: absolute;
      top: 15px;
      left: 0;
      right: 0;
      text-align: center;
      color: #FFF;
      text-transform: uppercase; }
    .vip-badge .badge-item .badge-value {
      display: block;
      font-size: 9px;
      position: absolute;
      bottom: 18px;
      left: 0;
      right: 0;
      text-align: center;
      color: #FFF;
      max-width: 50px;
      margin: 0 auto; }
  .vip-badge .sub-title {
    display: none; }
  .vip-badge.best-plan {
    z-index: 10;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    height: 265px;
    border: 2px solid #98067a;
    position: relative; }
    .vip-badge.best-plan .badge-item {
      display: block; }
      .vip-badge.best-plan .badge-item img {
        width: 90px; }
      .vip-badge.best-plan .badge-item .badge-vip {
        top: 17px; }
      .vip-badge.best-plan .badge-item .badge-value {
        bottom: 22px; }
    .vip-badge.best-plan .title {
      padding: 5px 0;
      max-width: inherit; }
    .vip-badge.best-plan .sub-title {
      display: block;
      position: absolute;
      top: -27px;
      height: 25px;
      line-height: 25px;
      background: #37CA50;
      color: #ffffff;
      border-radius: 20px 20px 0 0;
      left: 25px;
      right: 25px;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-left: 5px;
      padding-right: 5px; }
    .vip-badge.best-plan .coins {
      font-size: 25px;
      padding-top: 55px;
      padding-bottom: 10px; }
      .vip-badge.best-plan .coins span {
        font-size: 15px; }
    .vip-badge.best-plan.vip-badge-img .coins {
      padding-top: 15px; }
  .vip-badge.sale-plan {
    z-index: 10;
    margin-top: 0;
    padding: 1rem 0;
    height: auto;
    border: 2px solid #37CA50;
    position: relative; }
    .vip-badge.sale-plan .badge-item img {
      width: 90px; }
    .vip-badge.sale-plan .badge-item .badge-vip {
      top: 17px; }
    .vip-badge.sale-plan .badge-item .badge-value {
      bottom: 22px; }
    .vip-badge.sale-plan .title {
      padding: 5px 0;
      max-width: inherit;
      font-size: 1.3rem; }
    .vip-badge.sale-plan .best-plan-title {
      background: #37CA50;
      position: absolute;
      left: 1rem;
      right: 1rem;
      top: -11px;
      border-radius: 1rem; }
    .vip-badge.sale-plan .old-price {
      font-size: 1rem; }
    .vip-badge.sale-plan .new-price {
      font-size: 1.3rem; }

.row.vip-select {
  margin: 30px 0 15px; }
  .row.vip-select > .col,
  .row.vip-select > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.vip-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .vip-list li {
    position: relative;
    padding-left: 20px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
    .vip-list li:before {
      display: block;
      content: "\e92e";
      border-radius: 8px;
      color: #37CA50;
      position: absolute;
      left: 0;
      top: 1px; }
    .vip-list li span {
      font-family: "Open Sans", sans-serif !important;
      font-size: 0.8rem; }

.carrot-box .ava-view .ava.ava-md {
  width: 120px;
  height: 120px; }

.discount-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1rem;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px; }
  .discount-box .title {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300; }
  .discount-box .discount {
    font-size: 1.5rem;
    font-weight: bold;
    color: #98067a;
    text-transform: uppercase; }
  .discount-box p {
    text-align: center;
    font-size: .7rem;
    font-weight: 300;
    margin: 0; }

.coin-select .best-coin {
  text-align: center;
  margin-bottom: 5px; }
  .coin-select .best-coin .icon {
    font-size: 25px;
    line-height: 30px;
    margin-right: 10px; }
  .coin-select .best-coin .title {
    line-height: 30px; }

.coin-select .coin-badge {
  border: 2px solid #98067a;
  position: relative;
  font-size: 14px;
  margin-bottom: 36px; }
  .coin-select .coin-badge .title {
    background: rgba(255, 255, 255, 0.15);
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 16px; }
  .coin-select .coin-badge .badge-item {
    text-align: center;
    padding: 10px 15px 55px;
    min-height: 180px; }
    .coin-select .coin-badge .badge-item .coins {
      display: block;
      margin-bottom: 10px;
      line-height: 20px; }
      .coin-select .coin-badge .badge-item .coins .icon {
        font-size: 20px;
        line-height: 20px;
        margin-right: 5px; }
        .coin-select .coin-badge .badge-item .coins .icon:before {
          color: #ffffff; }
    .coin-select .coin-badge .badge-item .price {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 36px; }
  .coin-select .coin-badge .btn {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101;
    white-space: nowrap; }

.search-slider {
  margin-top: 35px;
  margin-left: 30px;
  margin-right: 30px; }
  .search-slider .slider.slider-horizontal {
    width: 100% !important;
    background: transparent; }
    .search-slider .slider.slider-horizontal .slider-track {
      height: 5px !important; }
  .search-slider .slider .tooltip.tooltip-main {
    opacity: 1 !important; }
  .search-slider .slider::before {
    display: none; }
  .search-slider .slider .tooltip.bottom {
    opacity: 1 !important;
    display: block !important;
    margin-top: -54px; }
  .search-slider .slider-handle {
    background: #98067a !important;
    outline: none;
    width: 14px !important;
    height: 14px !important; }
  .search-slider .slider-selection {
    background: #98067a !important; }

.dropdown-item.active,
.dropdown-item:active {
  background: #98067a; }

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible !important; }

.pswp__button {
  transition: all 0.15s ease-in-out; }

.pswp-like-btn {
  background: none !important;
  color: #FFF;
  font-size: 21px; }
  .pswp-like-btn.active {
    color: #98067a;
    opacity: 1;
    font-size: 31px; }

.custom-button {
  transition: all 0.15s ease-in-out;
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .custom-button:hover {
    opacity: 1; }

.pswp-main-photo-btn {
  background: none !important;
  color: #FFF;
  font-size: 21px; }

.pswp-unlock-btn {
  background: none !important;
  color: #FFF;
  font-size: 18px; }

.set-photo-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px; }

.pswp__bg {
  background: rgba(64, 64, 64, 0.95); }

.photo-controls {
  position: absolute;
  bottom: 0;
  margin-bottom: 50px;
  z-index: 1510;
  left: 0;
  right: 0;
  text-align: center; }
  .photo-controls .photo-controls-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .photo-controls .photo-controls-nav li {
      float: left; }
      .photo-controls .photo-controls-nav li a {
        margin: 0 10px;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: left;
        transition: all 0.15s ease-in-out;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        background: #FFF;
        text-decoration: none !important; }
      .photo-controls .photo-controls-nav li.like-this-photo.active {
        opacity: 1; }
        .photo-controls .photo-controls-nav li.like-this-photo.active i {
          font-size: 30px;
          color: #98067a; }
          .photo-controls .photo-controls-nav li.like-this-photo.active i:before {
            content: "\e916"; }
      .photo-controls .photo-controls-nav li.comment-modal-show:active, .photo-controls .photo-controls-nav li.comment-modal-show:focus {
        opacity: 1; }
        .photo-controls .photo-controls-nav li.comment-modal-show:active i, .photo-controls .photo-controls-nav li.comment-modal-show:focus i {
          font-size: 30px; }
          .photo-controls .photo-controls-nav li.comment-modal-show:active i:before, .photo-controls .photo-controls-nav li.comment-modal-show:focus i:before {
            content: "\e930"; }
      .photo-controls .photo-controls-nav li.unlock-vip-show:active, .photo-controls .photo-controls-nav li.unlock-vip-show:focus {
        opacity: 1; }
        .photo-controls .photo-controls-nav li.unlock-vip-show:active i, .photo-controls .photo-controls-nav li.unlock-vip-show:focus i {
          font-size: 30px; }
          .photo-controls .photo-controls-nav li.unlock-vip-show:active i:before, .photo-controls .photo-controls-nav li.unlock-vip-show:focus i:before {
            content: "\e92c"; }
      .photo-controls .photo-controls-nav li.delete-photo:active, .photo-controls .photo-controls-nav li.delete-photo:focus {
        opacity: 1; }
        .photo-controls .photo-controls-nav li.delete-photo:active i, .photo-controls .photo-controls-nav li.delete-photo:focus i {
          font-size: 30px; }
          .photo-controls .photo-controls-nav li.delete-photo:active i:before, .photo-controls .photo-controls-nav li.delete-photo:focus i:before {
            content: "\e921"; }
      .photo-controls .photo-controls-nav li.set-as-main.active, .photo-controls .photo-controls-nav li.set-as-main:active, .photo-controls .photo-controls-nav li.set-as-main:focus {
        opacity: 1; }
        .photo-controls .photo-controls-nav li.set-as-main.active i, .photo-controls .photo-controls-nav li.set-as-main:active i, .photo-controls .photo-controls-nav li.set-as-main:focus i {
          color: #52d194;
          font-size: 30px; }
      .photo-controls .photo-controls-nav li.move-photo.active, .photo-controls .photo-controls-nav li.move-photo:active, .photo-controls .photo-controls-nav li.move-photo:focus {
        opacity: 1; }
        .photo-controls .photo-controls-nav li.move-photo.active i, .photo-controls .photo-controls-nav li.move-photo:active i, .photo-controls .photo-controls-nav li.move-photo:focus i {
          color: #ffac1b;
          font-size: 30px; }
      .photo-controls .photo-controls-nav li.lock-photo i {
        line-height: 50px; }
      .photo-controls .photo-controls-nav li.lock-photo.active, .photo-controls .photo-controls-nav li.lock-photo:active, .photo-controls .photo-controls-nav li.lock-photo:focus {
        opacity: 1; }
        .photo-controls .photo-controls-nav li.lock-photo.active i, .photo-controls .photo-controls-nav li.lock-photo:active i, .photo-controls .photo-controls-nav li.lock-photo:focus i {
          line-height: 50px;
          color: #ffac1b;
          font-size: 25px; }
          .photo-controls .photo-controls-nav li.lock-photo.active i:before, .photo-controls .photo-controls-nav li.lock-photo:active i:before, .photo-controls .photo-controls-nav li.lock-photo:focus i:before {
            content: "\e932"; }
      .photo-controls .photo-controls-nav li i {
        color: #959699;
        font-size: 25px;
        line-height: 51px;
        transition: all 0.15s ease-in-out; }
      .photo-controls .photo-controls-nav li.disabled-btn {
        pointer-events: none; }
      .photo-controls .photo-controls-nav li p {
        font-size: 10px; }

.pswp__ui--idle .pswp__top-bar {
  z-index: 100; }

.lock-img .btn {
  margin-top: -44px;
  height: 52px; }
  .lock-img .btn i {
    top: 1px; }

.lock-img {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center; }
  .lock-img i {
    color: #FFF;
    font-size: 50px; }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  z-index: 1000; }

.photo-loader-container p {
  left: 0;
  margin-left: 30px !important;
  color: #0e0109 !important; }

.input-upload {
  width: 100%;
  height: 52px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  color: #212529;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  .input-upload:before {
    content: "\e960";
    display: block;
    width: 100%;
    height: 54px;
    background: #F9F9F9;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    z-index: 101; }

.ano_phototool_controls {
  margin-bottom: 15px; }
  .ano_phototool_controls div {
    display: inline-block; }
  .ano_phototool_controls + div {
    margin-left: 13px; }

.photo-crop-area {
  overflow: hidden; }

.uploadPicture {
  margin-bottom: 15px; }

.alert {
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  position: relative; }
  .alert.alert-light {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .alert.alert-dismissible {
    opacity: 1;
    padding: 15px 45px 15px 15px; }
    .alert.alert-dismissible button.close {
      position: absolute;
      right: 10px;
      top: 4px;
      padding: 0; }

.alerts-container {
  padding-top: 10px; }

.alert-mobile-modal {
  position: relative;
  padding-right: 60px; }
  .alert-mobile-modal i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }

.alert-warning {
  background: #cc3737;
  color: #ffffff; }

.alert-normal {
  white-space: normal; }

.notifications-area {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1010; }
  .notifications-area-bottom {
    bottom: 0; }
  .notifications-area .alert-notification {
    border-radius: 5px;
    padding: 10px 60px 10px 10px;
    position: relative;
    background-color: #c2c2c2;
    margin: 0 5px 5px;
    -webkit-transition: all .12s linear;
    -moz-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear;
    transform: translateX(105%); }
    .notifications-area .alert-notification.show {
      transform: translateX(0); }
  .notifications-area .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 70px;
    text-align: center;
    padding: 0;
    opacity: 1; }
    .notifications-area .close .icon {
      line-height: 70px;
      font-size: 24px;
      color: #363636; }
  .notifications-area .alert-ava {
    width: 50px;
    height: 50px;
    position: relative; }
    .notifications-area .alert-ava img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 50%;
      overflow: hidden; }
    .notifications-area .alert-ava-online:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 14px;
      height: 14px;
      background-color: #fff;
      border-radius: 50%;
      z-index: 101; }
    .notifications-area .alert-ava-online:after {
      content: "";
      position: absolute;
      bottom: 2px;
      right: 2px;
      width: 10px;
      height: 10px;
      background-color: #37CA50;
      border-radius: 50%;
      z-index: 102; }
  .notifications-area .alert-username {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 50px;
    color: #363636; }
  .notifications-area .alert-text {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 14px;
    padding-right: 50px;
    color: #363636; }

body {
  min-height: 100vh; }

.owl-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .owl-bg .item {
    margin-bottom: 0;
    height: 100vh;
    background-size: cover;
    background-position: top center; }

.modern-card {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  color: #333;
  position: relative; }
  .modern-card.content-card {
    margin-bottom: 40px; }
  .modern-card h1 {
    text-align: center;
    font-size: 30px !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important; }
  .modern-card img {
    max-width: 100%;
    width: auto; }

a.modern-card h2 {
  color: #98067a; }

.modern-login {
  padding-top: 200px;
  display: flex;
  height: 100vh;
  margin-bottom: 30px;
  position: relative; }
  .modern-login.login-partner {
    margin-bottom: 50px; }
    .modern-login.login-partner .modern-login-forum {
      bottom: -50px; }
      .modern-login.login-partner .modern-login-forum .container {
        padding-left: 15px !important; }
  .modern-login.login-partner-elite {
    margin-bottom: 60px; }
    .modern-login.login-partner-elite .modern-login-forum {
      bottom: -60px; }
      .modern-login.login-partner-elite .modern-login-forum .container {
        padding-left: 45px !important; }

.modern-login-forum {
  position: absolute;
  bottom: 95px;
  left: 0;
  right: 0; }
  .modern-login-forum .form-group {
    margin-bottom: 10px; }
  .modern-login-forum .form-actions {
    margin-top: 30px;
    margin-bottom: 0; }
  .modern-login-forum .btn.btn-with-icon i {
    font-size: 26px; }
  .modern-login-forum .btn.btn-with-icon.btn-block {
    padding-left: 15px; }
  .modern-login-forum .btn.btn-with-icon-right {
    position: relative; }
    .modern-login-forum .btn.btn-with-icon-right i {
      position: absolute;
      right: 15px;
      top: 13px;
      font-size: 26px; }
  .modern-login-forum .owl-stage .item {
    margin-left: -30px;
    margin-right: -30px; }
    .modern-login-forum .owl-stage .item .container {
      transition: all 0.2s linear; }
  .modern-login-forum .owl-stage .owl-item.active:first-child .item .container {
    padding-left: 45px;
    padding-right: 60px; }
  .modern-login-forum .owl-stage .owl-item.active:last-child .item .container {
    padding-right: 45px;
    padding-left: 60px; }

.switch {
  position: relative;
  display: inline-block;
  width: 104px;
  height: 52px; }
  .switch input {
    display: none; }

/* Hide default HTML checkbox */
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }
  .slider:before {
    position: absolute;
    content: "";
    height: 52px;
    width: 52px;
    left: 0;
    bottom: 0;
    background: #98067a;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px; }

input:checked + .switch-event .slider {
  background-color: #FFF; }

input:checked + .switch-event .slider:before {
  -webkit-transform: translateX(52px);
  -ms-transform: translateX(52px);
  transform: translateX(52px); }

.gender-switch-item {
  display: block;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 28px;
  transition: all 0.15s ease-in-out; }

.icon-gender-girl {
  position: absolute;
  left: 52px;
  top: 0;
  color: #777777; }

.icon-gender-man {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFFFFF; }

input:checked + .switch-event .icon-gender-man {
  color: #777777; }

input:checked + .switch-event .icon-gender-girl {
  color: #FFFFFF; }

label.switch-label {
  display: block; }

.gender-switch-label {
  margin-bottom: -15px; }
  .gender-switch-label strong {
    color: #98067a; }

.gender-switch-section {
  margin-top: -2px; }

.causes-box ul {
  color: #777;
  list-style: none;
  margin: 0;
  padding: 0; }
  .causes-box ul b {
    color: #333; }
  .causes-box ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px; }
    .causes-box ul li i {
      position: absolute;
      left: 0;
      top: 5px;
      font-size: 21px;
      color: #28a745; }
    .causes-box ul li:last-child {
      margin-bottom: 0; }

.modern-card h2 {
  font-size: 32px; }

.modern-card .btn-light {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.modern-card .form-control {
  line-height: 26px; }

.modern-card .btn {
  line-height: 26px; }

.modern-card .text-center img {
  display: inline-block; }

.modern-card.transparent {
  background: transparent;
  box-shadow: none; }

.main-visual {
  text-align: center;
  color: #98067a;
  font-size: 64px; }

.sub-logo-text {
  color: #FFF;
  display: block;
  font-size: 21px;
  text-align: center;
  margin-top: 10px; }

h1.login-main-title {
  font-size: 18px !important;
  line-height: 1.3;
  text-align: left;
  font-weight: bold; }

.gender-switch-label-line {
  margin-bottom: 15px !important;
  margin-left: 5px !important;
  font-size: 16px; }

.alert-cookies {
  background: rgba(255, 255, 255, 0.9);
  margin: 5px;
  line-height: 1;
  color: #555 !important;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .alert-cookies small {
    position: relative;
    top: -2px; }

.one-page-login .modern-card .btn-light {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.one-page-login .logo img {
  float: left;
  margin-left: 15px;
  max-width: 210px;
  width: 100%;
  margin-top: 7px; }

.one-page-login .logo .btn {
  float: right;
  margin-right: 15px; }

.mobile-radio {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 30px; }
  .mobile-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .mobile-radio .checkmark {
    opacity: 0;
    transition: all 0.2s linear;
    position: absolute;
    top: 4px;
    left: 4px;
    height: 24px;
    width: 24px;
    background-color: #eee;
    background: #98067a;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 24px; }
  .mobile-radio input:checked ~ .checkmark {
    opacity: 1; }

.radio-box-line {
  display: flex;
  align-items: center;
  font-size: 16px; }
  .radio-box-line label {
    margin-bottom: 0; }
  .radio-box-line .mobile-radio {
    margin-right: 15px; }
  .radio-box-line strong {
    font-weight: normal; }

.radio-line-list {
  margin-bottom: 20px;
  margin-top: 20px; }

.owl-carousel .owl-item img {
  max-width: 100% !important;
  width: auto !important; }

.advertising-box {
  display: block;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .fixed-bg .bg {
    height: 100vh;
    background-size: cover;
    background-position: top center; }

.text-img {
  max-height: 35px;
  width: auto; }

.form-login {
  position: relative; }
  .form-login .form-group.position-bottom {
    position: absolute;
    bottom: -74px;
    left: 15px;
    right: 15px; }

.spinner {
  margin: 30px auto;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #98067a;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media (max-width: 768px) {
  .modern-login-forum .owl-stage .item {
    margin-left: 0;
    margin-right: 0; }
  .modern-login-forum .owl-stage .owl-item.active:first-child .item .container {
    padding-left: 15px;
    padding-right: 15px; }
  .modern-login-forum .owl-stage .owl-item.active:last-child .item .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 576px) {
  .vip-badge .title-badge {
    line-height: 35px;
    font-size: 12px; }
  .vip-badge .best-plan-title {
    line-height: 35px;
    font-size: 12px; }
  .vip-badge.best-plan .sub-title {
    left: 5px;
    right: 5px; } }

@media (max-height: 500px) {
  .fix-bottom {
    position: relative !important; } }

@media (max-height: 680px) {
  .modern-login-forum {
    margin-top: 15px; }
    .modern-login-forum .owl-item {
      display: block;
      height: auto !important;
      min-height: 100px !important; }
      .modern-login-forum .owl-item .item {
        min-height: 100px !important; }
        .modern-login-forum .owl-item .item .container {
          position: relative;
          bottom: auto; }
  .modern-card {
    margin-top: 15px; }
  .modern-login {
    display: block; }
    .modern-login img {
      max-height: 175px;
      width: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .logo img {
    width: 140px; } }

@media (max-height: 812px) {
  .page-img {
    max-height: 100%;
    overflow: hidden; } }

@media (max-height: 736px) {
  .page-img {
    max-height: 400px;
    overflow: hidden; } }

@media (max-height: 667px) {
  .page-img {
    max-height: 330px;
    overflow: hidden; } }

@media (max-height: 568px) {
  .page-img {
    max-height: 200px;
    overflow: hidden; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .list-panel .list-group-panel {
    min-height: 160px !important; }
    .list-panel .list-group-panel .ava-box {
      max-height: 108px;
      overflow: hidden; } }

/*# sourceMappingURL=common.sass */