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

body {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    background-color: #130C1E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Luckiest Guy;
}

.cometchat-conversations__empty-state-view,
.cometchat-conversations__error-state-view,
.cometchat-conversations-header,
.cometchat-tab-component,
.messages-wrapper,
.cometchat-empty-state-view {
    background: #130C1E !important;
}

/*.user-registration-profile-header header {
    display: none;
}*/
li.user-registration-MyAccount-navigation-link.user-registration-MyAccount-navigation-link--user-logout {
    background: #CE2A42;
}

h2#swal2-title {
    padding: 0 !important;
}

form.user-registration-ResetPassword.ur_lost_reset_password p.user-registration-form-row.user-registration-form-row--first.form-row.form-row-first {
    margin: 0 !important;
}

.login-form-wrap .ur-frontend-form button[type=submit] {
    width: 100%;
}

body h2#swal2-title {
    border-bottom: unset;
}

.header-site-logo {
    margin: 0 auto;
    text-align: center;
    padding: 16px 0 0;
}

.signup-container p.has_account {
    display: none;
}

p.has_account,
p.has_account a {
    color: #fff;
}

p.has_account a {
    text-decoration: underline;
}

.header-site-logo>img {
    display: block;
    margin: 0 auto;
}

.login-form-wrap {
    margin: 44px auto 60px;
    background-color: #2f2b42;
    max-width: 416px;
    width: calc(100% - 30px);
    border-radius: .5rem;
    overflow: hidden;
    padding: 28px 16px;
}

.login-form-wrap.my_account {
    padding: 30px;
    max-width: 820px;
}

.oppai-log-out-users .login-form-wrap.my_account {
    max-width: 520px;
}

.login-form-wrap.my_account #user-registration.horizontal .user-registration-MyAccount-content {
    padding: 0;
}

.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-profile-header {
    flex-direction: unset;
    justify-content: center;
}

.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-profile-header .user-registration-img-container {
    margin: 0;
}

.login-form-wrap #user-registration .user-registration-MyAccount-content .user-registration-profile-header header h3 {
    margin-bottom: 0;
    margin: 0;
}

.login-form-wrap h1 {
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
    text-align: center;
    letter-spacing: .05em;
}

.login-form-wrap p.has_account {
    text-align: center;
    margin: 25px 0 0;
}

.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body h2 {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 120%;
    margin: 0 0 25px;
    letter-spacing: 0.8px;
    text-align: center;
}

.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body p,
.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body p a {
    color: #FFF;
}

.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row label {
    color: #FFF;
    margin: 0 0 15px;
}

.login-form-wrap #user-registration .ur-frontend-form.login .ur-lost-password-content-container .ur-lost-password-title {
    font-family: Luckiest Guy;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 18px;
    letter-spacing: .05em;
    text-align: center;
    color: white;
}

.login-form-wrap #user-registration .ur-frontend-form.login .ur-lost-password-content-container .ur-lost-password-message {
    color: #FFFFFF !important;
    margin: 0 0 24px;
    text-align: center;
    font-size: 16px;
    letter-spacing: unset;
    line-height: 150%;
}

.login-form-wrap .ur-frontend-form.login .ur-input-with-icon .input-icon {
    left: 15px;
    transform: translateY(-50%);
    display: none;
}

.ur-frontend-form.login .ur_lost_reset_password #user_login {
    border: 1px solid #999999;
    padding-inline: 16px;
    padding-block: 10px;
    height: auto;
    line-height: 2.25rem;
    border-radius: .375rem !important;
}

.ur-frontend-form.login .ur_lost_reset_password #user_login:focus,
.ur-frontend-form.login .ur_lost_reset_password #user_login:hover,
.ur-frontend-form.login .ur_lost_reset_password #user_login:focus-within {
    border-color: rgb(82 23 186);
}

.user-registration-form-row br {
    display: none;
}

.login-form-wrap #user-registration {
    background-color: transparent;
    margin: 0
}

.user-registration-form {
    margin-top: 1.5rem;
}

.login-form-wrap .user-registration.ur-frontend-form,
.login-form-wrap .ur-frontend-form.login,
.login-form-wrap #user-registration.horizontal,
.login-form-wrap #user-registration.vertical {
    background-color: transparent;
    background: transparent;
    box-shadow: unset;
    padding: 0;
    border-radius: unset;
    border: unset;
}

.login-form-wrap #user-registration .user-registration-MyAccount-navigation,
.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-navigation {
    margin: 40px 0;
    border: none;
}

#user-registration .user-registration-MyAccount-navigation ul,
#user-registration.horizontal .user-registration-MyAccount-navigation ul li:not(:last-child) {
    margin-right: 15px;
}

.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-navigation-link a {
    border: 1px solid #FFFFFF !important;
    color: #FFF;
    border-radius: 4px;
}

.login-form-wrap #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a,
#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a,
.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-navigation-link a:hover {
    color: #CE2A42;
}

/* .login-form-wrap .ur-form-row {
    margin-bottom: 18px;
} */

.login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label,
.login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid label {
    color: #FFFFFF;
    font-weight: 500;
    margin: 0 0 10px;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
}

.required {
    color: rgb(185 28 28);
}

.login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid label.user-registration-error {
    margin: 10px 0;
}

.login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin: 0 0 18px;
}

div .user-registration-password-strength.short {
    background-color: #e35b5b;
    border-color: #e35b5b;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    height: 58px;
}

body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid input,
body .login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid #999999;
    padding: 10px 15px;
    color: #FFFFFF;
    border-radius: .375rem;
}

body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid input:focus-within,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text:focus-within,
body .login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text:focus-within,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid input:focus,
body .login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text:focus,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text:focus {
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
}

body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid input:focus-within,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid input:focus,
body .login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text:focus-within,
body .login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text:focus,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text:focus-within,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text:focus,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid input:hover,
body .login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text:hover,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text:hover {
    border-color: rgb(82 23 186);
}


.login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text[type="password"] {
    padding-right: 36px;
}

.login-form-wrap .user-registration-before-login-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 25px;
}

.login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label {
    margin: 0;
    cursor: pointer;
}

.user-registration-before-login-btn input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    margin: 0;
    top: 0;
    left: 0;
}

.login-form-wrap .ur-frontend-form.login input[name="rememberme"]#rememberme::after {
    font-size: 10px;
}

.login-form-wrap .ur-frontend-form.login input[name="rememberme"]#rememberme {
    vertical-align: middle;
    margin: 0 8px 2px 0;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 8px;
}

.login-form-wrap .ur-frontend-form.login input[type='checkbox']:hover:before {
    border-color: #D9D9D9;
}

.login-form-wrap .ur-frontend-form.login input[type='checkbox']:checked:before {
    border-color: transparent;
}

.login-form-wrap #user-registration .user-registration-LostPassword {
    font-size: .875rem;
    margin: 16px 0 0 0;
    color: #FFF;
}

.login-form-wrap .user-registration-LostPassword a {
    color: inherit;
}

.user-registration-logout-swal2-container .swal2-modal .swal2-actions button {
    font-family: "Poppins", sans-serif;
}

.login-form-wrap .ur-frontend-form .ur-button-container .ur-submit-button,
.login-form-wrap .ur-frontend-form button[type="submit"],
.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p input[type="submit"],
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid input.user-registration-Button {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    background-color: #CE2A42;
    font-weight: 600;
    padding: .75rem 1.25rem;
    border: none;
    /* min-height: 48px; */
    height: auto;
    letter-spacing: 0;
    border-radius: 100px;
    position: relative;
    /* margin-bottom: 20px; */
    color: #ffffff;
    margin-top: 0px;
}

.login-form-wrap .ur-frontend-form .ur-button-container .ur-submit-button:hover,
.login-form-wrap .ur-frontend-form button[type="submit"]:hover,
.login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p input[type="submit"]:hover,
body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid input.user-registration-Button:hover {
    background-color: rgb(244 17 50);
}

.login-form-wrap .ur-frontend-form button[type="submit"] {
    min-height: 56px;
    transform: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.login-form-wrap .ur-frontend-form button[type="submit"].is-loading {
    opacity: 0.65;
    cursor: default;
}

.login-form-wrap .ur-frontend-form button[type="submit"]::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../../images/loader-circle.svg");
    align-self: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: loadingCircle 1s infinite linear;
    display: none;
}

.login-form-wrap .ur-frontend-form button[type="submit"].is-loading::before {
    display: block;
}

@keyframes loadingCircle {
    100% {
        transform: rotate(360deg);
    }
}

p.user-registration-form-row:not(.user-registration-form-row--wide) {
    margin-bottom: 0;
}

.login-form-wrap .ur-frontend-form.login .ur-reset-password-btn:hover {
    background: #f41132;
    border-color: #f41132;
    box-shadow: unset;
    transform: unset;
}

body .login-form-wrap .ur-frontend-form .ur-form-row .ur-form-grid input.user-registration-Button {
    margin-bottom: 0;
}

body #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p input[type=submit]:hover,
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p input[type=submit]:hover {
    background-color: #1CBD43;
}

body .user-registration-logout-swal2-container .swal2-modal .swal2-actions {
    background: #2f2b42;
}

body .swal2-container .swal2-popup {
    background-color: #2f2b42;
}

body .user-registration-logout-swal2-container .swal2-modal .swal2-header h2,
body .user-registration-logout-swal2-container .swal2-modal .swal2-content {
    color: #FFF;
}

button.button.user_registration_profile_picture_upload.hide-if-no-js {
    background: #b9263b;
}

.user-registration-profile-fields h2 {
    display: none;
}

.user-registration-profile-header p.user-registration-tips {
    display: none;
}

div .ur-front-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
}

#ur-submit-message-node ul {
    color: #008000;
    text-align: center;
    font-size: 20px;
}

.commet-chat-section .cometchat-messages-wrapper {
    max-width: 100%;
}


div .ur-frontend-form .ur-form-row .ur-form-grid {
    width: 100%;
    padding-inline: 0;
}


.register-now-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.register-now-wrap .register-now-link {
    color: #ffffff;
    font-size: .875rem;
}

.register-now-wrap .register-now-link:hover {
    color: #cecece;
}


/* .ur-form-grid p:empty {
    display: none;
} */

/* .user-registration-form-row.form-row {
    margin-bottom: 0;
} */


.login-form-wrap .ur-message-container {
    padding: unset;
    box-shadow: unset;
}

.login-form-wrap .ur-message-container svg {
    display: none;
}

.login-form-wrap .ur-message-container .user-registration-message {
    border-radius: 0;
    padding: 10px;
    text-align: left;
    color: rgb(2 97 19);
    margin-block: 16px;
    font-weight: 400;
    background-color: white;
    font-size: 15px;
}

.login-form-wrap .ur-message-container .user-registration-message strong {
    display: inline-block;
    margin-right: 4px;
}

.login-form-wrap .ur-message-content {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 154%;
    font-weight: 400;
}

.user-registration .ur-message-content {
    padding-inline: 16px;
}

.commet-chat-section-users:empty {
    display: none;
}

.login-form-wrap .user-registration-form .password_preview {
    width: 16px;
    height: 16px;
    right: 16px;
}

.login-form-wrap .password_preview.dashicons-hidden::before {
    background-image: url("../../images/eye-close.svg");
}

.login-form-wrap .password_preview.dashicons-visibility::before {
    background-image: url("../../images/eye-open.svg");
}

.login-form-wrap .password_preview::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

/*.btn-back-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}*/
.btn-back-wrap {
    position: relative;
    top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.ur-message-content .btn-back-wrap {
    margin-top: 32px;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: white;
    transition: all 0.15s cubic-bezier(.4, 0, .2, 1);
}

.btn-back:hover {
    gap: .5rem;
    text-decoration: underline;
    color: white;
}

.login-form-wrap .btn-back svg {
    display: block;
    position: relative;
    margin: unset;
}

.btn-back:focus,
.btn-back:focus-within {
    color: white;
}

@media screen and (max-width: 768px) {
    body .user-registration-message {
        display: flow !important;
    }
    .commet-chat-section .cometchat-messages-wrapper {
        padding-top: 64px;
    }

    .commet-chat-section .cometchat-header-wrapper {
        position: fixed !important;
    }
}

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

    /*  body .signup-container p.has_account {
        display: block;
    } */
    /* .header-site-logo {
        padding: 30px 0 0;
    } */

    .login-form-wrap h1 {
        font-size: 28px;
    }

    .login-form-wrap #user-registration .ur-frontend-form.login .ur-lost-password-content-container .ur-lost-password-title {
        font-size: 28px;
    }

    .login-form-wrap {
        margin: 30px auto;
        padding: 25px 15px;
        border-radius: 8px;
    }

    .user-registration-logout-swal2-container .swal2-modal {
        width: calc(100% - 35px);
    }

}

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

    #user-registration .user-registration-MyAccount-navigation ul,
    #user-registration.horizontal .user-registration-MyAccount-navigation ul li:not(:last-child) {
        margin-right: 0;
    }

    #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link:not(:last-child) {
        margin: 0 0 15px;
    }

    .login-form-wrap #user-registration.horizontal .user-registration-MyAccount-content__body h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:375px) {
    .login-form-wrap .user-registration-before-login-btn {
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .login-form-wrap #user-registration .user-registration-LostPassword {
        width: 100%;
    }
}