/* main background */

body {
    background-color: rgba(0,0,0,0.6);
    background-image: url('../../images/login_Bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

.ncp-ph-cng.countrycode-global .slct-bx {
    width: 120px;
    height: 63px;
}

.countrycode-global .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: 15px;
}

.flag-dropdown {
    width: 370px !important;
    z-index: 1091 !important;
}

.ncp-ph-cng.countrycode-global .otr-field {
    width: calc(100% - 120px);
    padding-left: 0px
}

    .ncp-ph-cng.countrycode-global .otr-field input {
        border-left: 0 !important;
        border-radius: 0px 4px 4px 0px;
    }

.ncp-ph-cng.countrycode-global .country-code .select2-selection--single {
    height: 63px;
    border: 1px solid #A4A7B3;
    background: #FFF;
    border-radius: 4px 0px 0px 4px;
}

.ncp-ph-cng.countrycode-global .country-code .text-box-danger .select2-selection--single {
    background: #ffdede !important;
    border-color: #f9adad !important;
}

.ncp-ph-cng.countrycode-global .country-code .text-box-success .select2-selection--single {
    background: #daffc3 !important;
    border-color: #b8e88d !important;
}

.ncp-ph-cng.countrycode-global .country-code.disabled .select2-selection--single {
    background: #f1f1f1 !important;
}

.ncp-ph-cng.countrycode-global .custom-form-group {
    border-radius: 0px 4px 4px 0px;
    border-left: none;
}

.ncp-ph-cng.countrycode-global .country-code .select2-selection__rendered {
    line-height: 54px;
    padding: 0 12px 0 12px;
}

.custom-label-new label {
    top: 10px !important;
}

.ncp-ph-cng.countrycode-global .country-code .select2-selection__rendered span {
    font-weight: bold;
}

.ncp-pf-form-field .ncp-ph-cng.countrycode-global .otr-field .form-control {
    border-left: 0 !important;
    border-radius: 0px 5px 5px 0px;
}

.ncp-ph-cng.countrycode-global .country-code .select2-selection--single .select2-selection__arrow {
    height: 10px;
    width: 22px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
}

    .ncp-ph-cng.countrycode-global .country-code .select2-selection--single .select2-selection__arrow b {
        border: 0;
        left: auto;
        top: 0;
        right: 0;
    }

        .ncp-ph-cng.countrycode-global .country-code .select2-selection--single .select2-selection__arrow b::after {
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 8px solid #707070;
            color: #707070;
            right: 0;
            font-size: 10px;
            top: 5px;
            position: absolute;
            content: "" !important;
        }

.ncp-ph-cng.countrycode-global .country-code .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.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;
        min-height: 60px;
    }

.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 {
    top: 16px !important;
    left: 18px !important;
    padding: 0;
}

.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-radius: 0px 5px 5px 0px;
}

.ncp-ph-cng.country-code-updated .select2-container--default .select2-selection--single {
    border: 1px solid #A4A7B3 !important;
    border-right: 0 !important;
}

.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;
    }

.tooltip-inner {
    font-size: 14px;
    max-width: 300px;
    padding: 4px 8px;
}