.pop-up-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #808080b8 !important;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 45px 0 !important;
    height: 100vh;
}

.pop-up-login .module-inner {
    background: #fff;
    padding: 20px 60px !important;
    border-radius: 20px;
}

#subfieldList_jform_profile_user_social tr th:nth-child(3n) {
    display: none;
}

#subfieldList_jform_profile_user_social tr td:nth-child(3n) {
    display: none;
}

.password_content {
    display: none;
}

/* 6-2-24 */
.select2-container .select2-selection--single {
    height: 48px !important;
    display: flex;
    align-items: center;
    border: 1px solid #E5E7EB !important;
    border-radius: 0.572rem !important;
    color: #6B7280 !important;
    font-size: 1rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
    right: 5px !important;
}

.pop-up-login .module-inner {
    padding: 47px !important;
    position: relative;
}

.pop-up-login .module-inner .closeloginform {
    padding: 5px !important;
    background-color: #fff;
    right: 30px;
    position: absolute;
    top: 30px;
}

.pop-up-login .module-inner .input-group-text.icon-lock::before {
    content: "\f023";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.pop-up-login .module-inner .closeloginform span {
    line-height: 1;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.pop-up-login .module-inner .module-title {
    margin-top: 20px;
}

.pop-up-login .module-inner .mod-login__submit.form-group button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.pop-up-login .module-inner .mod-login__submit.form-group button svg {
    margin-right: 10px;
}

.pop-up-login .module-inner .mod-login__options.list-unstyled {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pop-up-login .module-inner .mod-login__userdata.userdata div {
    margin: 15px 0;
}

.has-error {
    border: 1px solid #f00;
}

.input-group-text,
.input-group-addon>span {
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
}

/* 12-2-24 */
.imagePreview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagePreview img {
    max-width: 100px;
    width: 100%;
}
/* 26-03-2024 */
.owl-carousel {
    z-index: 0;
}
.jrFieldDiv.label_value_infront.claim_reason.row input {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .jrFieldDiv.label_value_infront.claim_reason.row {
        padding: 10px 0 0;
    }
}

/* RESPONSIVE */
@media only screen and (min-width: 600px) {
    .pop-up-login .module-inner .module-ct {
        width: 350px;
    }
}

@media only screen and (max-width: 600px) {
    .pop-up-login .module-inner {
        padding: 20px !important;
    }
}

/* 21-02-24 */
.contentheading.hdn {
    display: flex !important;
    align-items: start;
    gap: 5px;
}

.contentheading .cstm-btn {
    position: relative;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
}

.cstm-btn.jrSmall [class^=jrIcon]:before {
    font-size: 10px !important;
}



div#form-login-username .input-group, div#form-login-password .input-group {border-radius: 10px !important;overflow: hidden;display: flex;align-items: center;height: 100%;border: 1px solid #e9e9e969;}

div#form-login-username .input-group span.input-group-addon, div#form-login-password .input-group span.input-group-addon {
    width: 53px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#form-login-username .input-group input, div#form-login-password .input-group input {
    height: 50px;
    font-size: 14px !important;
    color: #333 !important;
}
.mod-login__submit.form-group button {
    color: #666;
    font-weight: 600;
}

.mod-login__submit.form-group button svg#Passkey {
    width: 20px;
}
div#form-login-remember {
    color: #666;
    font-weight: 500;
}
div#Mod207 input[type="submit"] {
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
}
div#Mod207 h3.module-title {
    margin-top: 0 !important;
    color: #333 !important;
    font-weight: 600;
    font-size: 20px !important;
    text-transform: uppercase !important;
}
div#Mod207 ul.unstyled {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
}

div#Mod207 ul.unstyled li a {
    color: #666 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
 .t3-footnav .t3-module ul > li > a {
    color: #000;
}
div#Mod207 .input-group .form-control {
    width: 100%;
}
div#form-login-remember-207 label {
    color: #000;
}
span.input-group-text {
    padding: 6px 12px;
}