/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

::-webkit-scrollbar-thumb {background: #8237af}
::-webkit-scrollbar-track {background: #fff}
::-webkit-scrollbar {width: 4px}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html, body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    font: 500 1rem 'Roboto', sans-serif;
    background: #ebebeb url('/assets/img/body-background.webp');
    background-size: cover;
}

i {
    padding: 0 5px 0 0;
}

ul, li {
    list-style: none
}

a {
    text-decoration: none;
    color: #912fff
}

a:hover {
    color: #500ab9;
    text-decoration: none;
}

.dropdown {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.dropdown-content {
    position: absolute;
    background-color: #f8f8f8;
    margin: 25px -85px 0;
    padding: 20px 15px 15px;
    border-radius: 10px;
    font-size: .8rem;
    box-shadow: 0 3px 12px 0 #c6c6c6;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .15s;
    overflow: hidden;
    max-width: 250px;
    width: 100%;
    overflow-y: auto;
}

.dropdown-content > h4 {
    padding: 10px 20px;
    border-radius: 30px;
    overflow: hidden;
    word-break: break-all;
    text-decoration: none;
}

.dropdown-show {
    opacity: 1;
    visibility: visible;
}

.dropdown-btn {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.dropdown-btn > i {
    font-size: 1.1rem;
}

.dropdown-active {
    background: linear-gradient(225deg, #7100ff 0%, #a000ff 75%) !important;
    color: #fff !important;
}

.page-content {
    line-height: 1.75rem;
    max-width: 980px;
    margin: auto;
    overflow-y: auto;
    font-size: 0.9rem;
    padding: 10px 30px 0;
    position: relative;
    height: auto;
}

.page > .footer {
    position: relative !important;
}

.header-wrapper, .chat-page, .footer {
    max-width: 980px;
    margin: auto;
}

.form__alert {
    margin: 15px 0;
    padding: 30px 15px;
    display: none;
}

.form__alert.form__alert-danger {
    color: #721c24;
    background-color: #f8d7da;
}

.form__alert.form__alert-success {
    color: #155724;
    background-color: #d4edda;
}

.badge {
    background: linear-gradient(46deg,#7e35ff 0,#aa19ff 100%);
    border-radius: 5px;
    margin: 0;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
}

.user-info-bio {
    font-size: 0.8rem;
}

.user-info-bio > div {
    background: rgb(255 255 255);
    box-shadow: inset 0 0 6px 1px #dddddd;
    padding: 15px 25px 25px;
    border-radius: 20px;
    margin: 10px 0;
    min-width: 200px;
}

.user-info-bio > div > p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #494949;
}

.user-info-bio > div > p > span {
    color: #333;
}

.user-info-bio-vip > div {
    margin: 10px 0 5px;
    justify-content: center;
    color: #494949;
    font-weight: 500;
}

.user-info-bio-vip > span {
    margin: 5px 0 15px;
    color: #3f9440;
    font-size: 0.9rem;
    display: block;
}

.header-logo-online > div {
    margin: 0;
}
.user-info-unauthorized {
    display: flex;
    align-items: center;
}

.user-info-unauthorized > .dropdown {
    margin: 0 10px;
}

#fast_reg_popup > .popup__body {
    padding: 0 30px 30px;
    max-width: 370px;
}

.vip-auth {
    margin: 30px auto 0;
    max-width: 230px;
}

.vip-auth > h4 {
    color: #303030;
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0 auto;
    padding: 0;
}

#vip_auth_alert {
    color: #ff6054;
    font-size: 0.85rem;
}

.vip-modal-agreement {
    margin: 25px auto;
    max-width: 240px;
    line-height: 0.9rem;
    color: #717171;
    font-weight: 400;
    font-size: 0.7rem;
}

.vip-modal-agreement-lock {
    text-align: left;
    margin: -5px 3px 20px;
}

.vip-modal-agreement-lock i {
    width: 30px;
    height: 25px;
    font-size: 1.3rem;
    vertical-align: sub;
    color: #e4dfed;
}

.vip-modal-agreement > a {
    color: #b18ad8;
}

.vip-modal-agreement > a:hover {
    color: #7a13e3;
}

.search_params {
    background-color: #783BF9;
    padding: 17px 20px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    line-height: 0;
}

#popup_vip {
    z-index: 9900;
}

.popup {
    z-index: 9900;
}

.vip-cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
}

.vip-cards-title {
    color: #303030;
    margin: 0 auto;
    padding: 15px 55px 10px;
    font-size: 1.3rem;
    font-weight: 500;
}

.vip-card {
    background: linear-gradient(50deg,#6814ff 0,#c800ff 100%);
    border-radius: 7px;
    margin: 5px auto;
    text-align: center;
    max-width: 235px;
    width: 100%;
    color: #fff;
    align-items: center;
    box-shadow: 0 0 1px 0 #340561;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    display: flex;
}

.vip-card:hover, .vip-card:active, .vip-card:focus {
    background: linear-gradient(28deg, #5b00ff 0%, #c800ff 100%);
    box-shadow: inset 0 2px 10px 1px #3c1050;
    color: #ffffff !important;
}

.vip-card:hover > .money {
    color: #fffe00;
}

.vip-card-hot {
    box-shadow: 0 2px 6px 0 #7100ff;
    border: 3px solid #ffffff;
}

.vip-card-selected {
    box-shadow: inset 0 2px 10px 1px #3c1050;
    text-shadow: 0 0 #000;
}

.only-vip {
    color: #a8a8a8;
    font-size: 0.8rem;
    display: block;
    margin: 10px 0 -5px 0;
}

.money {
    color: #ffea0e;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    font-size: 1.2rem;
    padding: 0 0 0 5px;
}

.money > i {
    font-size: 0.8rem;
    padding: 0 0 0 1px;
}

.header__menu-burger {
    z-index: 9202 !important;
}

.pagination {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 60px;
    margin: 10px auto;
    justify-content: center;
}

.pagination li {
    margin: 5px;
    display: block;
    padding: 8px 16px;
    border-radius: 8px;
    background: #c693ff;
    box-shadow: 0 2px 2px 0 #b16dfe;
    min-width: 60px;
    color: #fff;
    text-align: center;
}

.pagination li:hover {
    cursor: pointer;
    background: linear-gradient(-225deg, #7422ff 0, #a207fb 100%);
}

.pagination li.active {
    background: linear-gradient(-225deg,#7e35ff 0,#aa19ff 100%);
    color: #fff;
    font-weight: 700;
    cursor: default;
}

.pagination li.disabled {
    cursor: default;
    background: rgb(198 147 255 / 41%);
    box-shadow: unset;
    padding: 9px 16px;
}

.wrapper {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.header {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 1px 5px 0 #bdbdbd;
    z-index: 2;
    position: relative;
}

.header-wrapper {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    color: #3e3e3e;
    padding: 10px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
}

.header-btns {
    display: flex;
}

.header-logo {
}

.header__menu-body {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
}

.header__menu-body > h4 {
    margin: 6px 0 20px;
    padding: 10px;
}

.header__menu-body > i {
    display: block !important;
    color: #FFC107 !important;
    font-size: 2rem !important;
}

.header__menu {
    display: none;
}

.auth-alert {
    display: none;
    color: rgb(255, 78, 78);
    padding: 5px 0 0;
    font-size: 0.85rem;
    line-height: 1.25rem;
}

.fa-eye-slash, .fa-eye {
    cursor: pointer;
    width: 25px;
}

.m0 {
    margin: 0 !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.my0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

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

.my10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mx0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mx10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.btn-margin {
    margin: 10px 0;
}

.btn-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn-group > .btn-primary:first-child {
    border-radius: 25px 0 0 25px;
    border-right: 2px solid #8c00de;
    background: linear-gradient(90deg, #8422ff 0%, #a000ff 75%);
}

.btn-group > .btn-primary {
    border-radius: 0;
    border-right: 2px solid #8c00de;
    background: linear-gradient(279deg, #a000ff 0%, #a000ff 75%);
    box-shadow: 0 1px 2px 0 #a300ff !important;
    line-height: 1rem;
}

.btn-group > .btn-primary:last-child {
    border-radius: 0 25px 25px 0;
    justify-content: flex-end;
    border: 0;
    flex-direction: row;
    background: linear-gradient(90deg, #a000ff 25%, #8422ff 100%);
}

.btn-group > .btn-primary:last-child:hover {
    background: linear-gradient(90deg, #a50cff 25%, #7608ff 100%);
    color: #fff;
}

.btn-group > .btn-primary:first-child:hover {
    background: linear-gradient(-225deg, #8400ff 0%, #ab00f0 75%);
    color: #fff;
}

.btn-group > .btn-primary:first-child:focus,
.btn-group > .btn-primary:first-child:active {
    background: linear-gradient(-225deg, #7100ff 0%, #a000ff 75%);
    color: #fff;
}

.btn-group > .btn-primary:last-child:focus,
.btn-group > .btn-primary:last-child:active {
    background: linear-gradient(225deg, #7100ff 0%, #a000ff 75%);
    color: #fff;
}

.btn-primary, .btn-primary-outline, .btn-welcome, .btn-danger, .btn-success, .btn-search-blocked {
    background: linear-gradient(225deg, #7100ff 0%, #a000ff 75%);
    color: #fff;
    padding: 12px 25px;
    font-weight: 700;
    display: flex;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    user-select: none;
    box-shadow: 0 2px 1px 0 #e0d1fc;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.btn-primary:hover, .btn-welcome, .btn-success:hover, .btn-danger:hover, .btn-primary-outline:hover, .btn-search-blocked:hover {
    -webkit-transition: all 0.2s cubic-bezier(0, -0.14, 0, 1.59);;
    -o-transition: all 0.2s cubic-bezier(0, -0.14, 0, 1.59);;
    transition: all 0.2s cubic-bezier(0, -0.14, 0, 1.59);;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(335deg, #7100ff 0%, #a000ff 75%);
    color: #fff;
    text-decoration: none;
}

.btn-primary:focus, .btn-primary:active {
    border: none;
    background: linear-gradient(335deg, #7d16ff 0%, #ab1aff 75%);
    box-shadow: unset !important;
}

.btn-blocked, .btn-blocked:hover, .btn-search-blocked {
    cursor: not-allowed !important;
    display: flex;
    color: #d4d4d4;
    background: linear-gradient(225deg, #989898 0%, #989898 75%);
    flex-direction: column;
    text-align: center;
    margin: 0 !important;
    box-shadow: none !important;
}

.btn-blocked:after {
    color: #fff;
}

.btn-danger {
    background: #e73636;
}

.btn-danger:hover {
    background: #f82525;
    text-decoration: none;
}

.btn-success {
    background: #278c4e;
}

.btn-success:hover {
    background: #00a540;
}

.btn-primary-outline {
    background: #f5f5f5;
    color: #8342cd;
    padding: 8px 30px;
    margin: 0;
}

.btn-primary-outline:hover {
    text-decoration: none !important;
    background: linear-gradient(225deg, #7100ff 0%, #a000ff 75%) !important;
    color: #fff !important;
}

.btn-primary-outline:focus, .btn-primary-outline:active {
    box-shadow: unset;
}

.btn-primary, .btn-success, .btn-danger {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    box-shadow: 0 2px 7px 0 #c18cde;
}

.auth-form {
    margin: 25px 40px 30px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}

.auth-form > a {
    font-size: 0.8rem;
    padding: 10px 0 0;
}

.auth-form > a:hover {
    text-decoration: underline;
}

.auth-form-tabs {
    margin: 10px 0 -25px;
    width: 95%;
    display: flex;
    justify-content: center;
}

.auth-form-tabs > a {
    font-size: 0.95rem;
    padding: 10px;
    color: #2d2d2d;
    margin: 18px 0;
}

.auth-form > h3 {
    text-align: left;
    width: 100%;
    color: #373737;
    padding: 0;
    margin: 20px 0 10px;
}

.auth-form > span {
    color: #848484;
    font-size: 0.725rem;
    max-width: 275px;
    margin: 0 0 20px;
    text-align: center;
    display: inline-block;
}

.auth-form > .btn-primary {
    width: 100%;
    margin: 15px 0 0;
}

#auth_restore_back_btn {
    color: #282828;
    padding: 10px;
    margin: 10px 15px -15px;
    width: 50%;
    cursor: pointer;
    text-align: left;
    display: none;
}

#auth_register_form, #auth_restore_form, #login_alert, #auth_restore_new_password, #auth_restore_send {
    display: none;
}

.apple-scroll-fix {
    position: fixed;
    left: 0;
    right: 0;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.visible {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

.d-none {
    display: none !important;
}

.vip-wait-container {
    padding: 40px;
    color: #333;
    font-size: 1rem;
    line-height: 1.6rem;
    background: #f3f3f3;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.vip-wait-hold > i {
    font-size: 5rem;
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
    color: #8422ff;
}

.vip-wait-hold > span.small-text {
    font-size: 0.7rem;
    color: #6e6e6e;
    margin: 30px 0;
    display: block;
    line-height: 1rem;
}

.vip-wait-hold > span.small-text > a {
    color: #8554bb;
}

.vip-wait-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vip-wait-success > i {
    font-size: 7rem;
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
    color: #39ad34;
}

.vip-wait-success > a.btn-primary {
    margin: 20px 0;
}

input {
    padding: 12px 15px;
    border-radius: 10px;
    width: 100%;
    border: 2px solid #dedede;
    color: #121212;
    background: #fff;
    font-size: 0.825rem;
    margin: 7px 0;
    box-shadow: 0 0 5px 1px #e1e1e1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input:focus {
    outline: none;
    border: 2px solid #7e0fff;
    box-shadow: 0 0 3px 0 #b100ff;
}

.input-group {
    position: relative;
    width: 100%;
}

.input-group > input {
    padding: 12px 15px 10px 35px;
}

.input-group > i:first-child {
    position: absolute;
    left: 12px;
    top: 20px;
    color: #666;
}

.input-group > i:last-child {
    position: absolute;
    left: unset;
    right: 8px;
    top: 20px;
    color: #666;
}

.w100 {
    width: 100%;
}

.mt5 {
    margin-top: 50px;
}

.mt3 {
    margin-top: 30px;
}

.mt1 {
    margin-top: 10px;
}

.footer {
    margin: 30px 20px;
    bottom: 10px;
    left: 0;
    width: 100%;
    font-size: 0.8rem;
    right: 0;
}

.footer-logo {
    text-align: center;
    color: #999;
}

.footer-items {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer-items > li {
    margin: 5px;
}

.footer-items > li > a {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.725rem;
    color: #8e59ff;
    display: block;
}

.footer-items > li > a:hover {
    text-decoration: underline;
}

.modal-close {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    outline: none;
    z-index: 1;
    border: 10px solid #f6f6f6;
    background: #aaa;
    border-radius: 50px;
    color: #ffffff;
    padding: 0 11px;
}

.modal-close:after, .chat-btn-close:after {
    display: inline-block;
    content: "\00d7";
    font-size: 1.9rem;
    font-weight: 400;
}

.modal-close:hover, .chat-btn-close:hover {
    background: #ff5959;
    color: #fff;
}

.chat-btn-close:after {
    font-size: 1.5rem;
}

.chat-btn-close {
    cursor: pointer;
    outline: none;
    z-index: 1;
    background: #ececec;
    border-radius: 10px;
    color: #525252;
    padding: 0 10px;
}

#hot_reg_email_msg {
    color: #7c40f9;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #302b39b5;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1200;
    display: flex;
}

body.lock {
    overflow: hidden
}

.popup__body {
    -webkit-box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 20px;
    background: #f6f6f6;
    margin: auto;
    opacity: 0;
}

.body-popup {
    text-align: left;
    font-weight: 700
}

.body-popup__header {
    position: relative
}

.body-popup__title {
    font-size: 1.125em;
    margin-bottom: 20px;
    color: #292D32
}

.body-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.body-popup__link {
    color: #783BF9;
    text-decoration: underline
}

.popup.active {
    opacity: 1;
    visibility: visible
}

.popup.active .popup__body {
    opacity: 1;
    transform: perspective(600px) translate(0, 0%) rotateX(0deg)
}

.popup__body > h4, form > h4 {
    margin: 40px 0 5px;
    font-size: 1.1rem;
    min-width: 170px;
    color: #3c3c3c;
    font-weight: 700;
}

.popup__content {
    position: relative;
    font-weight: 700;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 auto;
}

#popup_search_filter > .popup__body {
    max-width: 350px;
    min-width: 280px;
    padding: 0 30px 30px;
}


#fast_reg {
    max-width: 280px;
    margin: 40px auto 0;
}

#age_slider {
    max-width: 230px !important;
    min-width: 150px !important;
}

.search-filter-btns, .bio-btns {
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: -10px auto;
    min-width: 180px;
    padding: 5px;
    width: 100%;
}

.search-filter-btns {
    flex-wrap: nowrap !important;
}

.bio-btns {
    max-width: 300px !important;
}

.bio-btns > .search-filter-btn {
    max-width: 130px;
}

.bio-btns > label > span > i, .search-filter-btn > span > i {
    font-size: 1.3rem;
    padding: 0;
}

.search-filter-submit-btn {
    width: 100%;
    min-width: 180px;
    max-width: 250px;
    margin: 20px auto 10px;
    display: block;
}

#search-filter-reset {
    width: 50px;
    justify-content: center;
}

.search-filter {
    position: absolute;
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.42, 0, 0, 1.31);
}


.search-filter-showed {
    opacity: 1;
    visibility: visible;
}

.search-filter > form {
    max-width: 330px;
    margin: auto;
}

.search-filter > form > h4 {
    text-align: center;
    padding: 10px 0 0;
}

.search-filter-btn {
    background-color: #ffffff70;
    box-shadow: 0 0 12px 0 #c8c8c8;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    flex: 1 auto;
    cursor: pointer;
    margin: 12px 8px 5px;
    min-height: 20px;
    font-weight: 700;
    color: #4b3e5b;
    width: 80px;
    max-width: 80px;
}

.search-filter-btn > .badge > i {
    color: #fff !important;
}

.search-filter-btn-active, .search-filter-btn-female-active, .search-filter-btn-male-active {
    background: #7e35ff;
    background: linear-gradient(50deg, #7200ff 0%, #be00ff 100%);
    color: #fff;
    font-weight: 600;
}

.search-filter-btn-female-active {
    background: linear-gradient(50deg, #c858ff 0%, #ff00fe 100%);
}

.search-filter-btn-male-active {
    background: linear-gradient(50deg, #2132ff 0%, #008fff 100%);
}

.search-filter-btn input {
    display: none
}

.search-filter-btn > span, .bio-btns > label > span {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 0.9rem;
    padding: 15px 0 14px;
}

.search-filter-btn > span > img {
    height: 22px;
}

.bottom-control {
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    background: rgb(226 226 226 / 83%);
    color: #fff;
    justify-content: space-evenly;
    display: none;
}

.bottom-control > a > i {
    color: #673AB7;
    font-size: 1.2rem;
    background: #fff;
    box-shadow: 0 0 8px 0 #ccc;
    padding: 14px;
    margin: 0 3px;
    border-radius: 10px;
}

.bottom-control > a > i.active {
    box-shadow: 0 2px 4px #898989;
    background: linear-gradient(10deg,#7e35ff 0,#aa19ff 100%);
    position: relative;
    color: #fff;
}

.bottom-control-modal-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    bottom: 65px;
    width: 100%;
    height: 100%;
    background: rgb(51 51 51 / 75%);
}

.bottom-control-modal {
    position: fixed;
    overflow: hidden;
    background: rgb(255 255 255 / 85%);
    box-shadow: 0 -6px 6px 0 #555;
    width: 90%;
    min-width: 240px;
    max-width: 410px;
    bottom: 75px;
    left: 0;
    right: 0;
    padding: 30px;
    margin: 20px auto;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.bottom-control-modal > div {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.bottom-control-active {
    opacity: 1 !important;
    visibility: visible !important;
    position: unset !important;
}

.bottom-control-modal-uploads-info {
    display: none;
}

.bottom-control-modal-uploads-files > i {
    margin: -10px 0 20px;
    width: 100%;
    font-size: 1.7rem;
    color: #bebebe;
    padding: 0;
    text-align: center;
}

.bottom-control-modal-uploads-files-ul {
    overflow-x: scroll;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.bottom-control-modal-uploads-files-li {
    margin: 0 4px;
}

.bottom-control-modal-uploads-files-img {
    height: 90px;
    min-width: 70px;
    border-radius: 7px;
}

.bottom-control-modal-search {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-control-modal-search > h3, .bottom-control-modal-uploads-head {
    margin: 0 0 20px;
    color: #171717;
}

.bottom-control-modal-info-head {
    margin: 0 0 25px;
    color: #171717;
    font-size: 1.1rem;
}

.bottom-control-modal-info-text {
    color: #737373;
    font-size: 0.9rem;
    margin: 0;
}

.bottom-control-modal-search-choice {
    display: flex;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.bottom-control-modal-search-choice > a {
    margin: 1.7%;
    width: 46.6%;
    min-width: 70px;
    display: flex;
    padding: 25px 10px;
    border-radius: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.bottom-control-modal-search-choice > a > i {
    padding: 5px 0;
    font-size: 1.6rem;
}

.bottom-control-modal-search-choice > a:hover {
    cursor: pointer;
    text-decoration: none!important;
    background: linear-gradient(225deg,#7100ff 0,#a000ff 75%)!important;
    color: #fff!important;
}

.bottom-control-modal-search-choice > a:last-child {
    width: 100%;
}

.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #f5f5f5;
    z-index: 10;
}

.preloader:before {
    content: "";
    position: absolute;
    background: #eaeaea;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.chat-rules {
    padding: 10px 35px 20px;
    text-align: left;
    font: 400 1rem 'Roboto', sans-serif;
    max-width: 450px;
    background: #f6f6f6;
    border-radius: 10px;
    overflow: auto;
    line-height: 1.3rem;
}

.chat-rules > p {
    color: #7f7f7f;
    padding: 0;
    margin: 20px 30px 10px;
    font-size: 0.7rem;
    line-height: 1rem;
}

.chat-rules > h3 {
    margin: 20px 0 5px;
}

.chat-rules-header {
    color: #373737;
    font-size: 1.4rem;
    text-align: center;
}

.chat-rules-list {
    margin: 0 10px;
    padding: 7px 20px;
}

.chat-rules-list > li {
    list-style: circle;
    color: #5f5f5f;
    font-size: 0.9rem;
    padding: 0 0 10px;
}

.chat-rules-bottom {
    color: #000000;
    font-size: 0.9rem;
    margin: 20px 0 20px;
}

.chat-rules-bottom > form > p > a {
    color: #7C40F9;
}

.noUi-connect {
    background: linear-gradient(-225deg, #7e35ff 0%, #aa19ff 100%) !important;
}

.noUi-horizontal .noUi-handle {
    width: 33px !important;
    height: 31px !important;
    right: -18px !important;
    top: -9px !important;
}

.noUi-handle {
    border: unset !important;
    border-radius: 8px !important;
    background: #f9f9f9 !important;
    cursor: pointer !important;
    box-shadow: 0 2px 4px 0 #9c4bc9 !important;
}

.noUi-handle:after, .noUi-handle:before {
    content: unset !important;
}

.noUi-value {
    color: #8B00FF !important;
    font-size: 0.925rem !important;
}

.noUi-value-sub {
    color: #8B00FF !important;
    font-size: 0.775rem !important;
}

.noUi-pips-horizontal {
    padding: 4px 0 !important;
    height: 35px !important;
}

.noUi-marker-horizontal.noUi-marker {
    display: none !important;
}

.noUi-target {
    background: #cebbee !important;
    border-radius: 7px !important;
    border: none !important;
    box-shadow: unset !important;
}

.noUi-horizontal {
    height: 18px !important;
    width: 100% !important;
    max-width: 250px !important;
    margin: 15px auto 55px !important;
}

.checkbox-container {
    display: flex;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    text-align: left;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container span:first-child {
    padding-left: 10px;
}

.checkmark {
    display: flex;
    height: 25px;
    min-width: 25px;
    background-color: #d5d5d5;
    transition: .2s;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #d5d5d5;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #6814ff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: flex;
}

.checkbox-container .checkmark:after {
    width: 7px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}