.lds-ring {
    display: inline-block;
    height: 60px;
    position: relative;
    width: 30px;
}
.lds-ring div {
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #fff;
    box-sizing: border-box;
    display: block;
    height: 40px;
    margin: 8px;
    position: absolute;
    width: 40px;
}
.lds-ring div:first-child {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
.sidebar-dark .nav-item .nav-link {
    color: var(--dark);
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.sw .toolbar > .btn.disabled,
.sw .toolbar > .btn:disabled {
    cursor: not-allowed;
}
.bg-dark, a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    /*background-color: #116bb2 !important;*/
    background-color: #fff !important;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
:root {
    --lw-primary-color: #096bb5;
    /*--lw-primary-color: #c61d61;*/
    /*--lw-page-bg-color: #1b1b23;*/
    --lw-page-bg-color: #efeff7;
}
html {
    color-scheme: dark;
}
*,
body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.g-recaptcha {
    color-scheme: light;
}
#wrapper #content-wrapper {
    background: transparent;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color-scheme: light;
}
[dir="rtl"] .float-left {
    float: right !important;
}
[dir="rtl"] .float-right {
    float: left !important;
}
[dir="rtl"] .text-left {
    text-align: right !important;
}
[dir="rtl"] .text-right {
    text-align: left !important;
}
[dir="rtl"] .modal-header .close {
    display: contents;
    float: left;
    margin: 0;
}
[dir="rtl"] .sidebar {
    padding-right: 0;
}
[dir="rtl"] .navbar,
[dir="rtl"] .sidebar-dark .sidebar-brand {
    border-radius: 0;
}
[dir="rtl"] .lw-lang-direction-ltr input,
[dir="rtl"] .lw-lang-direction-ltr textarea,
[dir="rtl"] .lw-original-text-line {
    direction: ltr;
    text-align: left;
}
.h3,
h3 {
    font-size: 1.5rem;
}
.card-header h5 {
    margin: 0;
}
hr {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
#lwSendGiftForm .lw-group-radio-option-img {
    color: #f0f8ff;
    padding: 0;
    width: 100px;
}
#lwSendGiftForm .lw-group-radio-option-img img {
    height: 68px;
    margin: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 68px;
}
a,
a:hover {
    /*color: var(--lw-primary-color);*/
    /*color: var(--white);*/
    color: #000;
}
.btn:hover {
    color: hsla(0, 0%, 100%, 0.86);
}
.btn.btn-light:hover {
    color: #3a3b45;
}
.text-primary {
    color: var(--lw-primary-color) !important;
}
.btn-primary {
    color: #fff;
}
.btn-primary,
.page-item.active .page-link {
    background-color: var(--lw-primary-color);
    border-color: var(--lw-primary-color);
}
.btn-outline-secondary {
    border-color: #3d3b48;
    color: #858796;
}
a:not([href]).btn-primary {
    color: #fff;
}
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.btn-link:visited {
    text-decoration: none;
}
.input-group-text {
    background-color: #2d2d2d;
    border: 1px solid #3d3b48;
    color: #828282;
}
body {
    background-color: var(--lw-page-bg-color);
    color: var(--dark);
    font-family: Nunito Sans, sans-serif;
    padding-bottom: 76px;
}
body.lw-public-master {
    /*font-family: Fuzzy Bubbles, cursive;*/
}
body #wrapper #content-wrapper {
    overflow: visible;
    padding-bottom: 60px;
}
body.lw-colorbox-opened {
    overflow: hidden;
}
body.lw-colorbox-opened #wrapper {
    filter: blur(0.6px) grayscale(0.4);
    -webkit-filter: blur(0.6px) grayscale(0.4);
    opacity: 0.6 !important;
}
.lw-nav-content {
    margin-top: 16px;
}
.nav-tabs {
    border-bottom: 1px solid #858796;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #1b1b24;
    border-color: #858796 #858796 #1b1b24;
    color: #fff;
}
.lw-page-bg {
    background-color: var(--lw-page-bg-color);
}
.lw-page-content {
    padding-left: 1.5rem;
}
.modal-content {
    background-color: rgba(31, 31, 31, 0.95);
    color: #fff;
}
.modal-content .modal-header {
    border-bottom: 1px solid #383838;
}
.modal-content .modal-footer {
    border-top: 1px solid #383838;
}
.modal-content .close {
    color: #e4e4e4;
}
.modal-open .modal {
    -webkit-backdrop-filter: blur(2px) grayscale(0.4);
    backdrop-filter: blur(2px) grayscale(0.4);
}
.lw-audio-video-in-processing.modal-open .modal,
.lw-video-call-in-processing.modal-open .modal {
    -webkit-backdrop-filter: blur(0) grayscale(0);
    backdrop-filter: blur(0) grayscale(0);
}
.lw-audio-video-in-processing.modal-open .modal#messengerDialog,
.lw-video-call-in-processing.modal-open .modal#messengerDialog {
    display: none !important;
}
.lw-audio-video-in-processing .modal-backdrop.show,
.lw-video-call-in-processing .modal-backdrop.show {
    z-index: 1;
}
#messengerDialog .modal-content {
    border: none;
}
div.lw-validation-error,
label.lw-validation-error {
    background-color: hsla(0, 0%, 100%, 0.881);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: var(--lw-primary-color);
    font-size: 0.85rem;
    line-height: 1;
    margin: 0 10px;
    padding: 4px;
    position: relative;
    text-align: center;
    width: 100%;
    width: auto !important;
}
.input-group div.lw-validation-error,
.input-group label.lw-validation-error {
    width: 100% !important;
}
.custom-checkbox div.lw-validation-error,
.custom-checkbox label.lw-validation-error {
    text-align: left;
}
[type="checkbox"] ~ label.lw-validation-error {
    bottom: -30px;
    position: absolute;
}
[type="radio"] ~ label.lw-validation-error {
    bottom: -22px;
    left: 24px;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
}
.lw-deleted-row {
    opacity: 0.5;
    pointer-events: none;
}
.topbar .topbar-divider {
    border-right: 1px solid #3e3e3e;
}
.lw-logo-img {
    height: 80px;
    max-width: 180px;
    min-width: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 4px;
}
.toggled .lw-logo-img {
    height: 34px;
}
.sidebar-brand-icon {
    display: none;
}
.toggled .sidebar-brand-icon {
    display: block;
}
@media (max-width: 768px) {
    .sidebar {
        border-right: 1px solid #3c3c3c;
    }
}
@media (min-width: 768px) {
    .sidebar {
        width: 20rem !important;
    }
    .sidebar .nav-item .nav-link {
        padding: 0.4rem 1rem;
        width: auto;
    }
}
.lw-sidebar-thumbnail-container {
    display: block;
    padding-bottom: 16px;
    padding-left: 16px;
}
.sidebar-toggled .lw-sidebar-thumbnail-container {
    max-height: 236px;
    overflow: scroll;
}
.lw-sidebar-ads-container {
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-top: 12px;
    width: 95%;
}
.lw-sidebar-thumbnail {
    background-color: rgba(159, 0, 117, 0.6);
    border: none;
    border-radius: 25px;
    height: 48px;
    margin: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 1px;
    width: 48px;
}
.lw-icon-btn {
    background: #fff;
    border: 1px solid #fef;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-top: -4px;
    padding-top: 3px;
    text-align: center;
    width: 30px;
}
.lw-app-logo {
    -o-object-fit: contain;
    object-fit: contain;
    width: 5rem;
}
.lw-horizontal-container {
    width: 100%;
}
.lw-horizontal-container .lw-user-photo {
    border: 1px solid #3c3c48;
    border-radius: 4px;
    height: 145px;
    margin-bottom: 8px;
    margin-left: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 145px;
}
.lw-horizontal-container .lw-user-photo-blank,
.lw-horizontal-container .lw-user-photo-blank:hover {
    background-color: gray;
    color: #fff;
    padding-top: 60px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
form.user .form-control-user {
    padding: 1rem;
}
.form-group label {
    margin-bottom: 0;
}
.card {
    border: none;
}
.lw-admin-section .card {
    overflow: auto;
}
.card .card-header {
    background-color: var(--lw-primary-color);
    border-bottom: 1px solid var(--lw-primary-color);
    color: var(--white);
}
.card .form-group label {
    justify-content: left;
    width: 100%;
}
.card .form-group label strong {
    font-weight: 600;
}
.list-group-item.list-group-item-action {
    background: #121118;
    color: #9496a5;
}
.list-group-item.list-group-item-action.active {
    background-color: var(--lw-primary-color);
    color: #fff;
}
.form-control {
    border: 1px solid #3d3b48;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #272727 !important;
}
.form-control::-moz-placeholder {
    color: #565555;
}
.form-control::placeholder {
    color: #565555;
}
.input-group .form-control {
    margin-top: 0;
}
.sidebar-dark .collapse-inner {
    background: #161616;
}
.sidebar-dark .sidebar-brand {
    font-size: 1.3rem;
    height: 6.375rem;
    justify-content: center;
    margin-right: 3px;
    background:#1a237e !important;
}
.sidebar-dark .nav-item .nav-link.active,
.sidebar-dark .nav-item .nav-link.active i,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover,
.sidebar-dark .nav-item.active .nav-link,
.sidebar-dark .nav-item.active .nav-link i {
    color: var(--lw-primary-color);
}
.sidebar-dark .nav-item .nav-link .badge {
    right: 30px;
    top: 22px;
}
.sidebar-dark .nav-item .nav-link i {
    width: 18px;
}
@media (min-width: 768px) {
    .lw-public-master .navbar,
    .lw-public-master .sidebar-brand {
        margin-left: -16px;
        margin-top: 10px;
    }
    .lw-public-master .lw-featured-users-block,
    .lw-public-master .sidebar-brand {
        margin-left: 16px;
    }
}
.lw-public-master .sidebar-brand {
    border-radius: 8px;
}
.lw-public-master .navbar {
    border-radius: 8px;
    font-size: 1.3rem;
    height: 6.375rem;
}
.sidebar {
    text-align: center;
    background:#ffffff;
}
.sidebar img {
    max-width: 100%;
}
.card {
    /*background-color: #121117;*/
    background-color: ##fff;
}
.form-control,
.form-control:focus {
    /*background-color: #121117;*/
    /*color: #d4d4d4;*/
    background-color: var(--white);
    color: var(--dark);
}
.form-control:focus {
    background-color: #fff;
    border-color: var(--sw-anchor-default-secondary-color);
    box-shadow: 0 0 0 .2rem var(--sw-border-color);
    color: #6e707e;
    outline: 0;
}
.list-group-item {
    background-color: transparent;
    border: 1px solid #313131;
}
.lw-form-in-process,
.lw-form-processing {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.lw-form-in-process *,
.lw-form-processing * {
    pointer-events: none;
}
.lw-form-in-process .lw-spinner-box,
.lw-form-processing .lw-spinner-box {
    align-items: center;
    align-self: center;
    background-color: rgba(106, 119, 132, 0.4);
    border-radius: 8px;
    color: #fff;
    display: flex;
    overflow: hidden;
    padding: 10px 0 0 12px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    z-index: 1;
}
.lw-form-in-process .lw-spinner-box ~ *,
.lw-form-processing .lw-spinner-box ~ * {
    filter: blur(1px) grayscale(0.5);
    -webkit-filter: blur(1px) grayscale(0.5);
}
.lw-form-in-process .lw-spinner-box .spinner-border,
.lw-form-processing .lw-spinner-box .spinner-border {
    margin-bottom: 4px;
}
.lw-form-in-process .lw-spinner-box small,
.lw-form-processing .lw-spinner-box small {
    display: block;
}
.selectize-input {
    padding: 10px 12px 4px 0;
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: transparent;
}
.selectize-control.single .selectize-input:after {
    border-color: #8c8c8c transparent transparent;
}
.form-control.selectize-control,
.selectize-control {
    border-bottom: 1px solid #3d3b48;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
    background-color: #fff;
    border: 1px solid #49464b;
    color: #000;
}
.lw-location-color {
    background-color: #121118 !important;
}
.selectize-input {
    border: none;
    color: #8c8c8c;
    padding-left: 0;
}
.selectize-input.focus {
    box-shadow: none;
}
.selectize-input.full {
    background-color: #fff;
}
.selectize-input input {
    color: #8c8c8c;
}
.lw-user-gender-select-box {
    border-radius: 4px !important;
}
.emojionearea.form-control {
    background-color: #fff;
}
.emojionearea,
.emojionearea.form-control {
    width: auto;
}
.selectize-dropdown.form-control {
    background: #fff;
}
.selectize-dropdown .active {
    background-color: #797979;
    color: #f7f7f7;
}
input:invalid:required,
select:invalid:required,
textarea:invalid:required {
    border-right: 3px solid var(--lw-primary-color);
}
.custom-checkbox input:invalid:required ~ .custom-control-label:after,
.custom-checkbox select:invalid:required ~ .custom-control-label:after,
.custom-checkbox textarea:invalid:required ~ .custom-control-label:after {
    color: var(--lw-primary-color);
    content: " *";
    left: unset;
    right: -18px;
    top: 2px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-label:after,
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-control-label:after,
.custom-control-label:before {
    background-color: #3b3b3b;
    border: 1px solid #757574;
    border-radius: 4px;
}
[dir="rtl"] .custom-control-label:after,
[dir="rtl"] .custom-control-label:before {
    right: -22px;
}
.custom-control-inline .custom-control-label {
    padding-top: 0;
}
.noty_layout {
    position: fixed;
    z-index: 10000;
}
.noty_layout .noty_body {
    color: #625e69;
    text-align: center;
}
.noty_layout .noty_buttons {
    border: 1px solid #f3f3f3;
    text-align: center;
}
.noty_modal {
    opacity: 0.4;
}
.lw-img-credits-radio-btns-container {
    margin-bottom: 30px;
    padding: 10px;
}
.lw-credit-balance {
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 36px;
    padding: 25px;
}
.lw-credit-balance ~ .card {
    overflow: auto;
}
#paypal-button-container {
    background-color: #fff;
    border-radius: 6px;
    margin: 12px auto;
    padding: 15px 12px 0;
    width: 400px;
}
.lw-group-radio-option-img {
    background-image: linear-gradient(1deg, #303030, #1b1b24);
    border: 2px solid #1c1c24;
    display: inline-block;
    margin-bottom: 8px !important;
    margin-right: 8px;
    min-height: 142px;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    width: 31%;
}
.lw-group-radio-option-img .lw-credit-package-name {
    border-radius: 4px;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    padding: 6px;
    width: 90%;
}
.lw-group-radio-option-img.active {
    border: 2px solid var(--lw-primary-color);
    transform: scale(1.05);
}
.lw-group-radio-option-img.active:after {
    background-color: #1dc88a;
    border-radius: 2px;
    color: #fff;
    content: "Selected";
    display: inline-block;
    font-size: 0.7em;
    padding: 4px 12px;
    position: absolute;
    right: 12px;
    top: -12px;
}
.lw-group-radio-option-img.active .lw-credit-package-name {
    background-color: var(--lw-primary-color);
    color: #fff;
}
.lw-group-radio-option-img small {
    font-size: 65%;
    white-space: nowrap;
}
.lw-group-radio-option-img img {
    border: 2px solid #282435;
    border-radius: 50%;
    height: 100px;
    margin: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px;
}
.lw-premium-plan-radio-option {
    background-color: #5c576b;
    border: 1px solid #ddd;
    color: #dedede;
    display: inline-block;
    margin-bottom: 8px !important;
    margin-right: 8px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.lw-premium-plan-radio-option:focus,
.lw-premium-plan-radio-option:hover {
    background-color: #27c889;
    color: #dedede;
}
.lw-premium-plan-radio-option.active {
    background-color: #27c889;
    border: 1px solid #22a06e;
}
.lw-premium-success-msg {
    color: #fff;
    font-size: 35px;
    text-align: center;
}
.lw-premium-plan-right-border {
    border-right: 1px solid #414040 !important;
}
.lw-fieldset {
    border: 1px solid #27262d;
    padding: 14px;
}
.lw-fieldset .lw-fieldset-legend {
    font-size: 1rem;
    padding: 0 10px;
    width: unset;
}
.lw-fieldset .lw-fieldset-legend > img {
    background: #fff;
    border-radius: 4px;
    height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 6px 12px;
    width: 100px;
}
.lw-disabled-block-content {
    display: block;
    filter: blur(0.5px) grayscale(0.4);
    opacity: 0.6;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.lw-inline-edit-text {
    margin-bottom: 7px;
    margin-top: 11px;
}
.lw-profile-cover-photo-card {
    min-height: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #8c8c8c;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
.lw-profile-thumbnail {
    border-radius: 50%;
}
.lw-profile-thumbnail,
.lw-profile-thumbnail img {
    border: 4px solid hsla(0, 0%, 100%, 0.2);
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 1px;
    width: 180px;
}
.lw-profile-thumbnail:after {
    background: url(../../imgs/premium-badge.svg) no-repeat;
    content: "";
    display: inline-block;
    height: 36px;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 36px;
}
.toggled .lw-profile-thumbnail {
    height: 60px;
    width: 60px;
}
.lw-profile-image-card-container {
    height: auto;
    position: relative;
    width: 100%;
}
.lw-profile-image-card-container .lw-cover-picture {
    border-radius: 4px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.lw-profile-image-card-container .lw-profile-thumbnail {
    border: none;
    border-radius: 50%;
    bottom: -30px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.4);
    height: 300px;
    left: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 300px;
}
@media (max-width: 768px) {
    .lw-profile-image-card-container .lw-profile-thumbnail {
        height: 150px;
        width: 150px;
    }
}
.lw-profile-image-card-container .lw-profile-thumbnail.lw-lazy-img-loaded {
    border: 3px solid hsla(0, 0%, 100%, 0.3);
}
.lw-profile-image-card-container.lw-encounter-page .lw-profile-thumbnail {
    bottom: -24px;
    left: calc(50% - 150px);
}
.lw-profile-image-card-container .lw-profile-edit-button-container {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}
.lw-featured-users {
    text-align: left;
}
.lw-featured-users img {
    border-radius: 50%;
    height: 50px;
    margin: 0 8px 8px 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px;
}
.page-link {
    background-color: #232227;
    border-color: #636363;
    color: #9596a0;
}
.page-item.disabled .page-link {
    background-color: #585858;
    border-color: #7b7b7b;
}
.lw-show-till-loading {
    display: none;
}
.lw-page-loader {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.lw-page-loader .spinner-border {
    left: 50%;
    position: absolute;
    top: 50%;
}
.lw-uploaded-preview-img {
    height: 73px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 73px;
}
#lwBoosterTimerCountDown.lw-active {
    background-color: #7d7d7d;
    border-radius: 2px;
    padding: 4px 10px;
}
.lw-premium-feature-item {
    background-color: #2b2931;
    border: 1px solid #5c576b;
    border-radius: 8px;
    margin: 12px;
    padding: 10px;
    text-align: center;
}
.lw-premium-feature-item-icon {
    display: block;
    height: 65px;
}
.lw-premium-feature-item h6 {
    margin-top: 12px;
}
.lw-on-cover-image.lw-has-premium-badge:after,
.lw-on-cover-image.lw-premium-feature-badge,
.lw-premium-badge.lw-on-cover-image {
    background-position: 0 0;
    height: 60px;
    left: 24px;
    position: absolute;
    top: -24px;
    width: 100px;
    z-index: 1;
}
.lw-has-premium-badge:after,
.lw-premium-badge,
.lw-premium-feature-badge,
.lw-user-thumbnail-block.lw-has-premium-badge:after {
    background: url(../../imgs/premium-badge.svg) no-repeat 50%;
    display: inline-block;
    height: 100px;
    margin-top: 26px;
    width: 100%;
}
.lw-has-premium-badge:after {
    content: "";
    height: 24px;
    position: absolute;
    right: -10px;
    top: -18px;
}
.lw-premium-feature-badge {
    height: 24px;
    margin-left: 2px;
    margin-top: 0;
    position: absolute;
    width: 24px;
}
.lw-user-thumbnail-block {
    background-image: linear-gradient(1deg, #303030, #1b1b24);
    min-height: 320px;
    padding: 8px;
    transition: background-image 0.2s ease-in-out;
}
.lw-user-thumbnail-block.lw-has-premium-badge:after {
    height: 36px;
    left: 4px;
    position: absolute;
    top: -30px;
    width: 36px;
}
.lw-user-thumbnail-block:hover {
    background-image: radial-gradient(circle 874px at 9.8% 8%, var(--lw-primary-color), #161616 58.4%);
}
.lw-user-thumbnail-block .card-title {
    margin-top: 16px;
}
.lw-user-thumbnail-block .card-title h5 {
    font-size: 0.8em;
    margin-left: 0;
}
.lw-user-thumbnail-block .card-title .text-secondary,
.lw-user-thumbnail-block .card-title .text-secondary:hover {
    border-bottom: 1px solid #898996;
    color: #fffffa !important;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-decoration: none;
}
.lw-user-thumbnail-block .card-title span {
    color: #b6b6b7;
    font-size: 0.8em;
}
.lw-user-thumbnail-block .lw-user-thumbnail {
    border: 1px solid hsla(0, 0%, 100%, 0.22);
    border-radius: 50%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 120px;
}
.lw-user-gift-container {
    background-color: #363640;
    border: 1px solid #414c52;
    border-radius: 8px;
    display: inline-block;
    height: 138px;
    margin: 5px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.lw-user-gift-container:before {
    background: url(../../imgs/gift.svg) no-repeat;
    content: "";
    display: block;
    height: 36px;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    width: 36px;
}
@media (max-width: 959px) {
    .lw-user-gift-container:before {
        margin-left: 0;
        margin-top: 0;
    }
}
.lw-user-gift-container small {
    color: gray;
    display: block;
    margin-top: 6px;
    max-height: 54px;
    overflow: hidden;
}
img.lw-user-gift-img {
    border-radius: 50%;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px;
}
.lw-chat-list {
    height: auto;
    max-height: 433px;
    overflow-x: hidden;
    width: 105%;
}
.lw-chat-list .lw-chat-tray {
    background-color: #e8e8e8;
}
.lw-user-chat-list:hover {
    background: var(--lw-primary-color);
    cursor: pointer;
}
.lw-user-chat-list:hover .lw-messenger-user-time,
.lw-user-chat-list:hover h6,
.lw-user-chat-list:hover p {
    color: #fff !important;
}
.lw-messenger-user-container {
    display: flex;
}
.lw-messenger-user-container .lw-messenger-user-name {
    margin-left: 12px;
    margin-top: 15px;
    width: 70%;
}
.lw-messenger-user-container .lw-messenger-user-time {
    color: grey;
}
.lw-user-profile-image {
    border-radius: 40px;
    height: 50px;
    width: 50px;
}
.lw-chat-top-bar {
    height: auto;
    margin-left: -12px;
    max-height: 433px;
    overflow-x: hidden;
    width: 118%;
}
.lw-chat-top-bar .lw-chat-top-tray {
    background-color: #e8e8e8;
    display: flex;
}
.lw-chat-top-bar .lw-chat-top-tray .lw-chat-user-full-name {
    margin-left: 25px;
    margin-top: 3px;
}
.lw-chat-top-bar .lw-chat-top-tray .lw-chat-tray-action {
    display: inline-flex;
    margin-left: 295px;
}
.lw-chat-top-bar .lw-chat-top-tray .lw-chat-tray-action i {
    margin-right: 20px;
}
.lw-chat-panel {
    min-height: 352px;
    width: 115%;
}
.lw-chat-panel .lw-message-received {
    background-color: #74b9ff;
    border-radius: 9px;
    margin-right: 130px;
    margin-top: 20px;
    padding: 7px;
    text-align: left;
}
.lw-chat-panel .lw-message-send {
    background-color: #eee;
    border-radius: 9px;
    margin-left: 230px;
    margin-top: 20px;
    padding: 7px;
}
.lw-chat-box-tray {
    align-items: center;
    background: #eee;
    bottom: 0;
    display: flex;
    margin-left: -12px;
    margin-top: 19px;
    padding: 10px 0;
    width: 118%;
}
.lw-chat-box-tray .emojionearea {
    margin-left: 25px;
    width: 450px;
}
.lw-chat-box-tray i {
    color: grey;
    font-size: 20px;
    vertical-align: middle;
}
.lw-chat-box-tray i:last-of-type {
    margin-left: 15px;
}
.lw-bottom-action-container {
    display: flex;
    width: 470px;
}
.lw-gif-container {
    background-color: #e8e8e8;
    display: none;
    height: 350px;
    margin-left: -12px;
    overflow-x: hidden;
    position: fixed;
    width: 510px;
    z-index: 1;
}
.lw-gif-container-opened {
    bottom: 62px;
}
.lw-user-gift-img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 50%;
}
.lw-sticker-container {
    background-color: #e8e8e8;
    display: none;
    height: 350px;
    margin-left: -12px;
    overflow-x: hidden;
    position: fixed;
    width: 510px;
    z-index: 1;
}
.lw-sticker-container-opened {
    bottom: 62px;
}
.lw-sticker-heading {
    border-bottom: 1px solid;
    padding: 20px 0 5px 20px;
}
.lw-sticker-images-container img {
    margin: 5px;
}
.lw-buy-sticker-container {
    background-color: #eaeaea;
    border: 1px solid #bbb;
    border-radius: 4px;
    display: block;
    float: left;
    height: 176px;
    margin: 0 8px 8px 0;
    overflow: hidden;
    padding: 8px;
    text-align: center;
    width: 100px;
}
.lw-buy-sticker-container img.lw-sticker-image {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.lw-buy-sticker-container .btn.btn-sm {
    font-size: 0.7em;
}
.lw-buy-sticker-container span {
    font-size: 0.8em;
}
.lw-buy-sticker-container .lw-sticker-price {
    text-align: center;
}
.lw-random-user-block {
    background-image: linear-gradient(1deg, #303030, #1b1b24);
    border-radius: 7px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
    margin-bottom: 70px;
    padding: 16px !important;
}
.lw-random-user-block .lw-has-premium-badge:after,
.lw-random-user-block .lw-premium-badge,
.lw-random-user-block .lw-premium-feature-badge {
    height: 50px;
    margin-left: -16px;
    margin-top: 50px;
    position: absolute;
    width: 50px;
    z-index: 1;
}
.lw-random-user-block .lw-user-text {
    padding: 12px 0;
}
.lw-random-user-block .lw-user-text-meta {
    color: #858796;
}
.lw-random-user-block .lw-user-text-link {
    padding-left: 0;
}
.lw-random-user-block .lw-random-user-img {
    display: inline-block;
    height: 189px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0 3px;
    width: 100%;
}
.lw-random-user-block .lw-user-action-btn {
    bottom: -40px;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    text-align: center;
}
.lw-random-user-block .lw-user-action-btn .lw-like-dislike-btn {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    height: 55px;
    justify-content: center;
    text-decoration: none;
    width: 55px;
}
.lw-random-user-block .lw-user-action-btn .lw-skip-btn {
    font-size: 32px;
    height: 70px;
    width: 70px;
}
.lw-like-dislike-box {
    float: left;
    margin-bottom: 18px;
    text-align: center;
    width: 100%;
}
@media (max-width: 767px) {
    .lw-like-dislike-box {
        width: 50%;
    }
    .lw-like-dislike-box:last-child {
        border-left: 1px solid #3d3c48;
    }
    [dir="rtl"] .lw-like-dislike-box:last-child {
        border-left: 0;
        border-right: 1px solid #3d3c48;
    }
}
.lw-advertisement-cards img {
    height: 200px;
    width: 200px;
}
.lw-block-user-img {
    border-radius: 104px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 75px;
}
.table {
    border: 1px solid #262629;
}
.table thead th {
    background-color: #232227;
    border-bottom: 2px solid #262629;
    vertical-align: bottom;
}
.table thead th.lw-dt-nosort.sorting_asc:after,
.table thead th.lw-dt-nosort.sorting_asc:before,
.table thead th.lw-dt-nosort.sorting_desc:after,
.table thead th.lw-dt-nosort.sorting_desc:before {
    display: none;
}
.table td,
.table th {
    border: 1px solid #262629;
    vertical-align: middle;
}
.table td > .btn.btn-sm,
.table th > .btn.btn-sm {
    border-radius: 4px;
    font-size: 0.775rem;
    line-height: 1.3;
    padding: 0.1rem 0.5rem;
}
.lw-item-img-thumbnail {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 60px;
}
#gmap_canvas,
.gmap_canvas {
    background: none !important;
    height: 300px;
    overflow: hidden;
    width: 100%;
}
.lw-dot {
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 2px;
    width: 50%;
    width: 15px;
}
.lw-dot.lw-dot-success {
    background-color: #449d44 !important;
    float: right;
}
.lw-dot.lw-dot-warning {
    background-color: #f0ad4e !important;
    float: right;
}
.lw-dot.lw-dot-danger {
    background-color: #d9534f !important;
    float: right;
}
.lw-anchor-tag-link {
    text-decoration: none;
}
.lw-anchor-tag-link,
.lw-anchor-tag-link:hover {
    color: #858796;
    font-weight: 900;
}
.navbar-nav {
    margin-left: auto;
}
[dir="rtl"] body {
    text-align: right;
}
[dir="rtl"] body .lw-page-content {
    padding-left: 0;
    padding-right: 1.5rem;
}
@media (max-width: 1190px) {
    [dir="rtl"] body .lw-page-content {
        padding-left: 1.5rem;
    }
}
[dir="rtl"] body .lw-icon-btn {
    margin-left: 10px;
}
[dir="rtl"] body .dropdown-menu,
[dir="rtl"] body input {
    text-align: right;
}
[dir="rtl"] body .dropdown-menu .dropdown-item,
[dir="rtl"] body input .dropdown-item {
    padding-right: 4px;
}
[dir="rtl"] body .dropdown-menu .dropdown-item .dropdown-list-image,
[dir="rtl"] body .dropdown-menu .dropdown-item > div,
[dir="rtl"] body input .dropdown-item .dropdown-list-image,
[dir="rtl"] body input .dropdown-item > div {
    margin-left: 8px;
}
[dir="rtl"] body .input-group > * {
    border-radius: 0;
}
[dir="rtl"] body .input-group > :last-child {
    border-bottom-left-radius: 0.35rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0;
}
[dir="rtl"] body .input-group > :first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.35rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0.35rem;
}
[dir="rtl"] body .input-group > .input-group-append,
[dir="rtl"] body .input-group > .input-group-append :not(:last-child):not(.dropdown-toggle),
[dir="rtl"] body .input-group > .input-group-prepend,
[dir="rtl"] body .input-group > .input-group-prepend :not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
[dir="rtl"] body .input-group > .input-group-append:last-child > *,
[dir="rtl"] body .input-group > .input-group-prepend:last-child > * {
    border-bottom-left-radius: 0.35rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0;
}
[dir="rtl"] body .input-group > .input-group-append:first-child > *,
[dir="rtl"] body .input-group > .input-group-prepend:first-child > * {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.35rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0.35rem;
}
[dir="rtl"] body .page-item:last-child .page-link {
    border-bottom-left-radius: 0.35rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0;
}
[dir="rtl"] body .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.35rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0.35rem;
}
[dir="rtl"] body .btn-group > .btn-group:not(:last-child) > .btn,
[dir="rtl"] body .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0.2rem;
}
[dir="rtl"] body .btn-group > .btn-group:not(:first-child) > .btn,
[dir="rtl"] body .btn-group > .btn:not(:first-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0;
}
[dir="rtl"] body .btn-group,
[dir="rtl"] body .navbar-nav {
    margin-left: 0;
    margin-right: auto;
}
[dir="rtl"] body .btn-group .nav-item .nav-link,
[dir="rtl"] body .navbar-nav .nav-item .nav-link {
    text-align: right;
}
[dir="rtl"] body .btn-group .dropdown-menu-right,
[dir="rtl"] body .navbar-nav .dropdown-menu-right {
    left: 0;
    right: auto;
    transform: none !important;
}
.navbar {
    border-bottom-right-radius: 4px;
}
.lw-datatable-action-dropdown-toggle:after {
    content: unset;
}
.lw-datatable-profile-picture {
    border-radius: 50%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px;
}
.lw-basic-filter-container {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-image: linear-gradient(135deg, #383843, #1b1b24);
    border: 6px solid #000;
    border-radius: 0;
    margin-top: 0;
    min-width: 460px;
    width: 40vw;
}
.lw-basic-filter-container .form-control,
.lw-basic-filter-container .form-control:active,
.lw-basic-filter-container .form-control:focus,
.lw-basic-filter-container .form-control:hover,
.lw-basic-filter-container input,
.lw-basic-filter-container input:active,
.lw-basic-filter-container input:focus,
.lw-basic-filter-container input:hover,
.lw-basic-filter-container select,
.lw-basic-filter-container select:active,
.lw-basic-filter-container select:focus,
.lw-basic-filter-container select:hover {
    background-color: #fff;
    color: #000;
}
.lw-looking-for-container label {
    font-weight: 700;
    margin-bottom: 5px;
}
.lw-age-between-container label,
.lw-distance-location-container label {
    font-weight: 700;
    justify-content: left;
    margin-bottom: 5px;
}
.lw-basic-filter-field {
    margin-right: 20px;
    margin-top: 10px;
}
.lw-advance-filter-container {
    background-image: linear-gradient(135deg, #383843, #1b1b24);
    border: 4px solid #73737d;
    border-radius: 4px;
    color: #fff;
    display: none;
    height: 50px;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 50px;
    transition-duration: 0.2s;
    transition-property: height, border-radius;
    transition-timing-function: linear;
    width: 100%;
}
.lw-advance-filter-container .lw-filter-message {
    margin: 12px;
}
#lwAdvanceFilterTabContent {
    height: 210px;
}
.lw-expand-filter {
    display: block;
    height: 350px;
}
.lw-expand-filter .custom-control-label {
    cursor: pointer;
    margin: 6px 0;
    width: 100%;
}
@media (max-width: 768px) {
    .lw-expand-filter {
        height: auto;
    }
    .lw-expand-filter.lw-advance-filter-container {
        padding-bottom: 0;
    }
    .lw-expand-filter.lw-advance-filter-container .lw-advance-filter-tabs .lw-search-button-container {
        margin-bottom: -8px;
    }
}
.lw-expand-filter .nav-tabs .nav-link {
    color: #d2d2d2;
}
.lw-expand-filter .nav-tabs .nav-link:active,
.lw-expand-filter .nav-tabs .nav-link:focus,
.lw-expand-filter .nav-tabs .nav-link:hover {
    border-color: #858796 #858796 #1b1b24;
}
.lw-expand-filter .tab-pane {
    display: block;
    height: 210px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
}
.lw-expand-filter .tab-pane.active {
    background-color: #1b1b24;
    margin: 0 8px;
}
[dir="rtl"] .lw-expand-filter .tab-pane {
    padding-right: 34px;
}
.lw-expand-filter .tab-pane.fade:not(.show) {
    display: none;
}
.lw-expand-filter .lw-filter-message {
    padding-bottom: 5px;
}
.lw-messenger-log-images {
    height: 100px;
    width: 100px;
}
.lw-advance-filter-tabs ul {
    margin-left: 13px;
    margin-top: 15px;
    width: 97%;
}
.lw-advance-filter-tabs .lw-specification-sub-heading {
    border-bottom: 1px dotted;
    border-color: hsla(0, 0%, 67%, 0.302);
    color: #888;
    margin: 20px 30px 15px;
    padding-bottom: 9px;
}
.lw-advance-filter-tabs .lw-specification-select-box {
    display: flex;
    width: 50%;
}
.lw-advance-filter-tabs .custom-control,
.lw-advance-filter-tabs .lw-specification-select-box select {
    margin-left: 30px;
}
.lw-advance-filter-tabs .lw-search-button-container {
    background-color: #73737d;
    bottom: 8px;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}
.lw-load-more-container {
    margin-top: 50px;
    text-align: center;
}
.lw-animated-heart {
    background: url(../../imgs/heart-timeline.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
    display: block;
    height: 100px;
    margin-left: calc(50% - 50px);
    transition: background-position 1s steps(28);
    transition-duration: 0s;
    width: 100px;
}
.lw-animated-heart.lw-animated-broken-heart {
    background: url(../../imgs/broken-heart-timeline.png) no-repeat;
    transition: background-position 1s steps(16);
}
.lw-animated-heart.lw-animated-broken-heart.lw-is-active {
    background-position: -1600px 0;
    transition-duration: 0.5s;
}
.lw-animated-heart.lw-is-active {
    background-position: -2800px 0;
    transition-duration: 1s;
}
.table,
table {
    width: 100% !important;
}
.pswp__button {
    border: 0;
}
.pswp__button.pswp__button--arrow--left:before,
.pswp__button.pswp__button--arrow--right:before,
.pswp__button.pswp__button--close,
.pswp__button.pswp__button--fs,
.pswp__button.pswp__button--share,
.pswp__button.pswp__button--zoom {
    background-image: url(../../imgs/photoswipe/default-skin/default-skin.png);
    border: 0;
}
.pswp__preloader--active .pswp__preloader__icn {
    background-image: url(../../imgs/photoswipe/default-skin/preloader.gif);
}
.pswp__top-bar button {
    float: right;
}
img.pswp__img {
    -o-object-fit: contain;
    object-fit: contain;
}
footer.sticky-footer {
    bottom: 0;
    color: var(--white);
    left: 0;
    margin-top: 50px;
    position: absolute;
    width: 100%;
}
.video-grid {
    display: none;
}
.video-grid .video-placeholder#local_stream {
    bottom: 18px;
    height: 30vh;
    max-height: 200px;
    max-width: 200px;
    position: fixed;
    right: 18px;
    width: 30vh;
    z-index: 2;
}
.video-grid .video-placeholder#local_stream > div {
    background-color: transparent !important;
}
.video-grid .video-placeholder#local_stream video {
    border-radius: 50%;
}
.video-grid .video-view .video-placeholder.remote-video > div {
    background-color: transparent !important;
    height: 100vh !important;
    left: 0;
    position: fixed !important;
    width: 100vw !important;
    z-index: 1;
}
.lw-phone-call-container {
    display: flex;
    height: 100px;
    left: calc(50% - 50px);
    margin: auto;
    position: absolute;
    top: 120px;
    width: 100px;
}
.lw-phone-call-container .lw-phone-call {
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: lw-phone-waves;
    background: none;
    border: 2px dotted var(--lw-primary-color);
    border-radius: 50%;
    position: absolute;
}
.lw-phone-call-container .lw-phone-call-1 {
    animation-delay: 0.2s;
}
.lw-phone-call-container .lw-phone-call-2 {
    animation-delay: 0.4s;
}
.lw-phone-call-container .lw-phone-call-3 {
    animation-delay: 0.6s;
}
.lw-phone-call-container .lw-phone-call-4 {
    animation-delay: 0.8s;
}
@keyframes lw-phone-waves {
    0% {
        height: 10%;
        left: 45%;
        opacity: 0;
        top: 45%;
        width: 10%;
    }
    10% {
        opacity: 1;
    }
    to {
        height: 100%;
        left: 0;
        opacity: 0;
        top: 0;
        width: 100%;
    }
}
.lw-audio-video-in-processing {
    overflow: hidden;
}
.lw-audio-video-in-processing div#staticMapId {
    z-index: 99;
}
.lw-audio-video-in-processing .lw-phone-call-container {
    display: none;
}
.lw-audio-video-in-processing.lw-video-call-in-processing #lwAudioCallDialog #lwCallerDisConnectCallBtn,
.lw-audio-video-in-processing.lw-video-call-in-processing #lwAudioCallDialog #lwReceiverDisConnectCallBtn,
.lw-audio-video-in-processing.lw-video-call-in-processing #lwIncomingCallDialog #lwCallerDisConnectCallBtn,
.lw-audio-video-in-processing.lw-video-call-in-processing #lwIncomingCallDialog #lwReceiverDisConnectCallBtn {
    bottom: 20px;
    position: fixed;
}
.lw-audio-video-in-processing.lw-video-call-in-processing .modal-content {
    background-color: rgba(240, 248, 255, 0);
    border: 0;
}
.lw-audio-video-in-processing.lw-video-call-in-processing .modal-content .modal-body > :not(.btn) {
    display: none;
}
.lw-audio-video-in-processing.lw-audio-call-in-processing #lwAudioCallDialog #lwCallerDisConnectCallBtn,
.lw-audio-video-in-processing.lw-audio-call-in-processing #lwAudioCallDialog #lwReceiverDisConnectCallBtn {
    bottom: unset;
    left: calc(50vw - 20px);
}
.lw-audio-video-in-processing .video-grid {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99;
}
.lw-audio-video-in-processing .agora-primary-bg {
    align-items: center;
    background-color: #1e88e5 !important;
    color: #fff;
}
.lw-audio-video-in-processing .card.container {
    margin-left: 20px;
}
.lw-audio-video-in-processing .agora-secondary-border {
    border: 1px solid #424242 !important;
}
.lw-audio-video-in-processing .agora-secondary-bg {
    align-items: center;
    background-color: #424242 !important;
    color: #fff;
}
.lw-audio-video-in-processing .switch {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: flex-start;
}
.lw-audio-video-in-processing .switch h6 {
    margin: 0;
}
.lw-audio-video-in-processing #local_stream {
    position: relative;
}
.lw-audio-video-in-processing #local_video_info {
    position: absolute;
}
.lw-audio-video-in-processing .video-view {
    position: relative;
}
.lw-audio-video-in-processing #local_stream,
.lw-audio-video-in-processing #local_video_info,
.lw-audio-video-in-processing .video-placeholder,
.lw-audio-video-in-processing .video-view {
    height: 320px;
    width: 480px;
}
.lw-audio-video-in-processing .video-profile {
    color: #fff;
    display: block;
    font-size: 10px;
    left: 0;
    opacity: 0.9;
    position: absolute;
    text-shadow: #000 0.1em 0.1em 0.2em;
    top: 0;
    width: 100%;
    z-index: 2;
}
.lw-audio-video-in-processing .video-grid {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
}
.lw-audio-video-in-processing .autoplay-fallback {
    align-items: center;
    cursor: pointer;
    display: flex;
    display: block;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}
img.lw-lazy-img {
    background: #fff url(../../imgs/ajax-loader.gif) no-repeat 50%;
}
img.lw-lazy-img-loaded {
    background: transparent;
}
img.lw-lazy-img-error {
    background: url(../../imgs/no_thumb_image.jpg) no-repeat 50% !important;
    background-size: contain !important;
}
.lw-disable-anchor-tag {
    color: #aaa;
    cursor: default;
    pointer-events: none;
}
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
    display: none;
}
#cboxContent,
#cboxLoadedContent,
#colorbox,
iframe.cboxIframe {
    background: #252525;
    margin: 0;
    padding: 0;
}
.lw-cookie-policy-container {
    -webkit-backdrop-filter: blur(2px) grayscale(0.4);
    backdrop-filter: blur(2px) grayscale(0.4);
    background: hsla(0, 0%, 100%, 0.95);
    bottom: 0;
    color: #000;
    display: none;
    left: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 1001;
}
.lw-payment-checkout-btn {
    background-color: #fff;
    border-color: #32325d;
    margin-bottom: 6px;
    min-width: 286px;
}
.lw-payment-checkout-btn:hover {
    border-color: #32325d !important;
    color: #fff;
}
.lw-ad-block-h90 {
    border-radius: 2px;
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .sidebar .nav-item {
        margin: 6px 0;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 1rem;
    }
}
@media (min-width: 1920px) {
    .lw-public-master .container-fluid {
        max-width: 1920px;
    }
}
@media (max-width: 1366px) {
    .lw-public-master .container-fluid {
        padding: 0;
    }
    .lw-public-master .container-fluid .lw-page-content {
        padding-right: 1.5rem;
    }
    .lw-public-master .container-fluid .lw-expand-filter .tab-pane {
        padding-bottom: 90px;
    }
    .btn.lw-group-radio-option-img {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .btn-block-on-mobile,
    .btn.lw-group-radio-option-img {
        width: 100%;
    }
    .lw-basic-filter-field {
        margin-bottom: 8px;
        width: 100%;
    }
    .lw-basic-filter-field input.form-control,
    .lw-basic-filter-field select.form-control {
        width: 100%;
    }
    .lw-basic-filter-field select {
        margin-bottom: 4px;
    }
    .lw-basic-filter-container {
        min-width: auto;
    }
    .topbar .dropdown .dropdown-menu.lw-basic-filter-container {
        width: 100%;
    }
    .lw-basic-filter-footer-container .btn {
        margin-bottom: 6px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        margin-top: 16px;
    }
    div.dataTables_wrapper div.dataTables_paginate .paginate_button {
        display: none;
    }
    div.dataTables_wrapper div.dataTables_paginate .paginate_button.next,
    div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
        display: inline-block;
    }
    .lw-horizontal-container .lw-user-photo {
        width: 100%;
    }
    .lw-user-gift-container {
        height: auto;
        padding-bottom: 16px;
        width: 100%;
    }
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 30px 0 8px;
}
div.dataTables_wrapper .dataTables_info {
    margin: 20px 0 8px;
}
.lw-remove-photo-btn {
    border-radius: 35px;
    float: right;
    height: 28px;
    line-height: 20px;
    opacity: 0.7;
    position: relative;
    right: 21px;
    top: 10px;
}
.lw-remove-photo-btn:hover {
    opacity: 1;
}
@media (max-width: 768px) {
    .lw-horizontal-container .lw-user-photo {
        max-height: 250px;
    }
    .lw-photo-thumbnail {
        width: 100%;
    }
    .lw-remove-photo-btn {
        margin-right: -20px;
        top: 30px;
    }
}
.lw-small-premium-badge {
    background: url(../../imgs/premium-badge.svg) no-repeat 50%;
    display: inline-block;
    height: 20px;
    margin-bottom: -8px;
    width: 20px;
}
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    -o-object-fit: cover;
    object-fit: cover;
}
.lw-new-message-badge {
    border-radius: 30px;
    height: 10px;
    width: 10px;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #686976;
    border-color: #686976;
}
.lw-file-uploader .lw-validation-error {
    top: 5px;
    z-index: 3;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-left: 0;
}
#showLessGiftBtn,
#showMoreGiftBtn,
.filepond--credits {
    display: none;
}
.filepond--panel-root {
    background-color: #3a3b45;
    border-radius: 0.5em;
}
.filepond--label-action {
    color: #fff;
    text-decoration: none;
}
.filepond--drop-label.filepond--drop-label label {
    color: #b2b2b2;
}
input#selectLocationCity-selectized {
    width: auto !important;
}
.sw > .tab-content {
    height: auto !important;
    min-height: 550px;
}
@media (max-width: 1190px) {
    .sw > .tab-content {
        height: auto !important;
    }
}
.sw-theme-basic > .nav .nav-link.default {
    color: #d5d5d5 !important;
}
.sw-theme-basic > .nav .nav-link.active {
    color: var(--lw-primary-color) !important;
}
.sw-theme-basic > .nav .nav-link.active:after {
    background-color: var(--lw-primary-color) !important;
}
.sw-theme-basic > .nav .nav-link:after {
    background: var(--lw-primary-color) !important;
}
.sw-theme-basic > .nav .nav-link.done {
    color: var(--lw-primary-color) !important;
}
.sw-btn {
    background: var(--lw-primary-color) !important;
    border-color: var(--lw-primary-color) !important;
}
.sw-btn.disabled,
.sw-btn:disabled {
    background: grey !important;
    border-color: grey !important;
    box-shadow: none;
}
.fa.fa-heart.text-danger.lw-fa-heart {
    color: #ad190b !important;
    margin-left: 3px;
    margin-right: -9px;
    width: 0;
}
.lw-text-shadow {
    text-shadow: 6px 6px 16px #fff;
}
.lw-fake-user-control-panel {
    border: none !important;
    margin-top: -28px !important;
}
.lwIcons {
    margin-left: -2px;
}
.lw-fake-user-messenger-list {
    max-height: 80vh;
    overflow: auto;
}
body:not(.lw-ajax-form-ready) form.lw-ajax-form,
body:not(.lw-ajax-form-ready) form.lw-ajax-form *,
body:not(.lw-ajax-form-ready) form.lw-ajax-form:before {
    -webkit-touch-callout: none;
    cursor: wait;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
body:not(.lw-ajax-form-ready) form.lw-ajax-form:before {
    align-items: center;
    -webkit-backdrop-filter: blur(2px) grayscale(0.4);
    backdrop-filter: blur(2px) grayscale(0.4);
    content: "please wait";
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.ad-container {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    height: 100vh;
    justify-content: center;
}
.ad-container img {
    max-height: 100%;
    max-width: 100%;
}
#bonusCreditsImg {
    align-items: center;
    display: flex;
    height: 100vh;
    left: 9.5rem;
    margin: 0;
    overflow: hidden !important;
    position: fixed;
    top: -2.5rem !important;
    z-index: 1080;
}
.credits-display-text {
    font-family: Fuzzy Bubbles, cursive;
    left: 0;
    margin-top: -1rem;
    position: absolute;
    right: 3rem;
}
.dark-theme {
    background-color: #333;
    color: #fff;
}
.lw-payment-img {
    border-radius: 4px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 6px 12px;
}
.lw-profile-side-block-container {
    justify-content: right;
    position: absolute;
    right: -24px;
    top: -143px;
    transform: scale(0.585);
    z-index: 1;
}
.lw-profile-side-block-container .lw-profile-side-block {
    padding: 0;
    width: 120px;
}
.lw-profile-side-block-container .lw-profile-side-block .card-body {
    padding: 4px;
}
.swal2-styled.swal2-deny {
    background-color: var(--lw-primary-color) !important;
}
.dropdown-menu,
.topbar .dropdown-menu {
    background-color: rgba(31, 31, 31, 0.95);
    border: 1px solid rgba(31, 31, 31, 0.95);
    border-radius: 0.35rem;
}
.dropdown-menu .dropdown-item,
.topbar .dropdown-menu .dropdown-item {
    color: #d1d3e2;
}
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.topbar .dropdown-menu .dropdown-item:active,
.topbar .dropdown-menu .dropdown-item:focus,
.topbar .dropdown-menu .dropdown-item:hover {
    background-color: #000;
}
.dropdown-menu .dropdown-divider,
.topbar .dropdown-menu .dropdown-divider {
    border-top: 1px solid #383838;
}
.lw-country-code-select {
    max-width: 150px;
}
input.lw-remove-spinner::-webkit-inner-spin-button,
input.lw-remove-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.lw-remove-spinner[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    bottom: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
}
.lw-contains-profile-fields .form-control {
    border: none;
    border-bottom: 1px solid #3d3b48;
    border-radius: 0;
    margin-top: 4px;
    padding-left: 0;
}
.topbar #sidebarToggleTop:hover {
    background-color: #3a3a45;
}
.lw-custom-field-section {
    margin-top: 80px;
}
.lw-custom-field-section .lw-fieldset-legend {
    width: 100%;
}
.lw-custom-field-section:focus-within,
.lw-custom-field-section:hover,
.lw-fieldset:focus-within,
.lw-fieldset:hover {
    background-color: transparent;
}
.swal2-html-container {
    color: #fff;
}
.lw-bonus-credits-badge {
    height: 20% !important;
    margin-left: -1rem !important;
    margin-top: 48rem !important;
    position: absolute !important;
}
div.lw-validation-error {
    margin-bottom: 0.5rem;
}
.topbar .dropdown-list #lwNotificationContent,
.topbar .dropdown-list .lw-notification-content {
    background-color: #272733;
}
.topbar .dropdown-list #lwNotificationContent .dropdown-item,
.topbar .dropdown-list #lwNotificationContent .dropdown-item:active,
.topbar .dropdown-list .lw-notification-content .dropdown-item,
.topbar .dropdown-list .lw-notification-content .dropdown-item:active {
    border: none;
}
.topbar .dropdown-list .dropdown-header {
    background-color: var(--lw-primary-color);
    border: 1px solid var(--lw-primary-color);
}

.sidebar-dark .nav-item .nav-link i {
    color: #3F51B5;
}

.sidebar-dark .collapse-inner {
    background: #E3F2FD;
}
.nav-tabs .nav-link {
    background-color: #096bb5;
}
.sidebar-dark .nav-item .nav-link[data-toggle=collapse]:after {
    color: #1976D2 !important;
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover, .sidebar-dark .nav-item .nav-link:hover i{
     color: #1976D2 !important;
 }
 .text-gray-200 {
    color: #455A64 !important;
}
form.user.lw-ajax-form.lw-form label {
    color: #fff !important;
}
.lw-login-register-page.lw-ajax-form-ready,.lw-login-register-page.lw-ajax-form-ready a {
    color: #fff;
}