/* main background */
/* .main-dev-for-all{min-height:100vh; padding:1rem 0;
    &::after{height:100%; width:100%; left:0; top:0; background-color:rgba(0,0,0,0.6);backdrop-filter: blur(2px);}
    &::before{height:100%; width:100%; background:url(../images/mani_bg.png); background-size:cover; background-position:center center; filter:blur(4px); position:fixed; left:0; top:0;}
} */
body {
    background-color: rgba(0,0,0,0.6);
    /*background: url(../../../images/main_bg.png) no-repeat;*/
    background-image: url('../../../images/body-background.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

.impersonate-note-label {
    color: #fff;
    font-style: italic;
    padding-bottom: 10px;
}

.disabled-input-color {
    color: #b8b5b5 !important;
}

.ncp-ph-cng.country-code-updated .slct-bx {
    width: 145px;
}

    .ncp-ph-cng.country-code-updated .slct-bx .select2-selection--single {
        border-radius: 5px 0 0 5px;
        background: #fff;
        height: 7rem;
    }

.custom-form-group div.selector {
    height: 65px;
    font-size: 18px;
    color: #666;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: none;
    background-color: #fff;
}

    .custom-form-group div.selector span {
        position: relative;
        top: 22px;
        background: none;
        text-align: left;
        padding: 0 24px 0 9px !important;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        color: #24243e;
        font-size: 20px;
    }

        .custom-form-group div.selector span::before {
            content: "\e904";
            color: #707070;
            position: absolute;
            left: auto;
            right: 14px;
            font-family: "Custom-Icons" !important;
            font-size: 18px;
        }

    .custom-form-group div.selector select {
        height: 65px;
        font-family: "Open Sans", sans-serif;
    }

.cust-select.country-code.cust-select-2 .form-group.label-show .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

    .cust-select.country-code.cust-select-2 .form-group.label-show .select2-container--default .select2-selection--single .select2-selection__rendered span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

.ncp-ph-cng.country-code-updated .otr-field {
    width: calc(100% - 145px);
    padding-left: 0px;
}

.country-code .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #707070;
    top: 7px;
    content: "" !important;
    color: #707070;
    right: 5px;
    font-size: 7px;
    position: absolute;
}

.ncp-ph-cng.country-code-updated .otr-field .form-control {
    border-left: 0 !important;
    border-radius: 0px 5px 5px 0px;
}

.country-code-updated .country-flag {
    height: 20px;
    margin-left: 0;
    padding: 0;
    width: 20px;
    margin-right: 5px;
}

.country-flag2 {
    margin-left: 0;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.flag-dropdown {
    width: 364px !important;
}

.login-bx .mobile-verific-enr-mobile .country-code-updated .form-group {
    margin: 0;
    width: 100% !important;
}

    .login-bx .mobile-verific-enr-mobile .country-code-updated .form-group.select-cou {
        width: 145px !important;
    }

.mobile-custom p input[type="text"] {
    color: #24243e !important;
    text-align: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    max-width: 100%;
}


.btn-group .btn.bdisabled {
    opacity: 0.75;
    cursor: not-allowed;
}

    .btn-group .btn.bdisabled:hover {
        opacity: 0.75;
        cursor: not-allowed;
        background: linear-gradient(0deg,#519fe2 0%,#08c 100%);
    }
input.fcdisabled ~ .show-hide-passwd {
    pointer-events: none;
}
.btn-group[data-cooltipz="true"] {
    width: max-content;
    margin: auto !important;
}
    .btn-group[data-cooltipz="true"]::after, .form-group[data-cooltipz="true"]::after {
        white-space: normal !important;
        width: 600px;
        font-size: 12px !important;
        margin-bottom: 0 !important;
        bottom: calc(100% + 12px) !important;
        border-radius: 3px !important;
    }

    .btn-group[data-cooltipz="true"]::before, .form-group[data-cooltipz="true"]::before {
        border-width: 12px !important;
        top: -13px !important;
    }
