body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #eef0f1;
}

.bg-image-container {
    background-image: url('../images/adm_portal_signup/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 86dvh;
}

.body_container .select2-dropdown{
    background-color: #eef0f1 !important;
    font-size: 14px !important;
    color: #333333 !important;
     box-shadow: 0 0 2px black; 
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.select2-results{
    padding-bottom: 15px !important;
}

.body_container .select2-results__group{
    font-size: 16px !important;
    color: #333333 !important;
}


@media (min-width: 768px) {
    .bg-image-container {
        height: 77dvh;
        overflow: auto;
    }
}


.bg-image-blur-container {
    width: 100%;
    /* background-color: #ffffffed; */
    background-image: linear-gradient(to right, #eef0f1, #eef0f1e7, #eef0f1e7, #eef0f1e7, #eef0f1);
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 86dvh;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .bg-image-blur-container {
        height: 77dvh;
        overflow: auto;
    }
}

.top-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;

}

.top-image-container {

    background-size: cover;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    z-index: 1;
    background-color: #eef0f1;
    /* padding-bottom: 4%; */
}

.data_container {
    position: relative;
    height: 100dvh;
    overflow: auto;
    width: 100%;
    /* background-color: #ffffffed; */
    /* background-image: linear-gradient(to right, #ffffff, #ffffffef, #ffffffed, #ffffffed, #ffffff); */
}

.navbar-nav {
    background-color: white;
    border-radius: 10px;
    /* border: 1px solid #d2d7dc; */
    padding: 10px;
    box-shadow: 0px 9px 8px -5px #34333329;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* border-top-color: transparent; */
    text-align: center;
    /* display: flex; */
    /* flex-direction: row; */
    /* align-self: flex-end; */
    /* gap: 30px; */
}

@media (min-width: 768px) {
    .navbar-nav {
        background-color: transparent;
        border-radius: 0px;
        /* border: 1px solid transparent; */
        padding: 0px;
        box-shadow: none;
    }
}

.nav-link {
    color: #333333 !important;
    font-size: 14px;
    font-weight: normal;
}

/* @media (min-width: 900px) {
    .nav-link {
        font-size: 14px;
        font-weight: 500;
    }
} */

@media (min-width: 1024px) {
    .nav-link {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (min-width: 1250px) {
    .nav-link {
        font-size: 18px;
        font-weight: 500;
    }
}

.navbar {
    /* top: 65px; */
    position: relative;
    /* max-width: 1300px; */
    /* padding-top: 20px; */
    height: 100%;
    align-content: center;
    /* background-color: #eef0f1; */
    /* z-index: 2; */
}

.navbar-container {
    height: 100%;
}

@media (min-width: 768px) {
    .navbar {
        height: 23dvh;
        max-width: 1300px;
        /* padding-top: 30px; */
        /* top: 30px; */
        z-index: 2;
        /* background-color: #eef0f1 !important; */
    }

    .navbar-container {
        height: 23dvh;
    }

}

.fa-bars {
    color: #868e96;
}


#dropMenu {
    background-color: #eef0f1;
    width: 100%;
}

@media (min-width: 768px) {
    #dropMenu {
        width: auto;
    }
}

#dropMenuCard {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.toogleMenuIcons {
    width: 30px;
    height: 30px;
}

#dropMenu .fa-sort-desc {
    color: #868e96 !important;
}



#university-logo {
    width: calc(70vw - 10px);
    /* default for small screens */
    max-width: 300px;
    /* prevent overflow */
    height: auto;
    /* keep aspect ratio */
}

@media (min-width: 768px) {
    #university-logo {
        width: 24vw;
        max-width: 100%;
        /* natural width on larger screens */
    }
}

@media (min-width: 900px) {
    #university-logo {
        width: 27vw;
        /* natural width on larger screens */
    }
}

@media (min-width: 1150px) {
    #university-logo {
        width: auto;
        /* natural width on larger screens */
    }
}

.container-override {
    height: 100dvh;

    /* padding-top: 20px;  */
    /* 65 to 30*/
}

.input-container {
    max-width: 822px;
    width: 100%;
}

.input-group-container {
    /* align-items: center; */
    width: 100%;
    max-width: 400px;
    /* margin-top: 10px; */
    /* 25 to 10*/
    /* height: 55px; */
}

.input-group {
    align-items: center;
    background-color: #eef0f1;
    border-bottom: 1px solid #224289;
    max-width: 400px;
    margin-top: 20px;
    /* 25 to 10*/
    height: 55px;
}

@media (max-width: 768px) {
    #input-group-mobile-cnic{
        margin-top: 16px    ;
    }
}
.matching_cnic_bform_passport_input {
    width: 100% !important;
}

#cnic_no_cc_dd {
    color: #333333 !important;
}

.radio-container {
    font-size: 14px;
    color: #333;
    margin: 0px;
    font-weight: 400;

}


.radio-container input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #2b4e84;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
}

.radio-container input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    /* controls inner gap */
    left: 2px;
    /* controls inner gap */
    width: 12px;
    height: 12px;
    background: #2b4e84;
    box-shadow: 0 0 1px #2b4e84;
    /* blue glow */
}

/* .radio-container span {
    font-size: 14px;
    color: #333;
} */

#password_msg_box {
    color: red;
    font-size: 14px;
    background-color: transparent !important;
}

#cnic_bform_passport_input_msg_box {
    color: red;
    font-size: 14px;
    background-color: transparent !important;
}

#whatsapp_msg_box {
    color: red;
    font-size: 14px;
    background-color: transparent !important;
}

#mobile_msg_box {
    color: red;
    font-size: 14px;
    background-color: transparent !important;
}

#email_msg_box {
    color: red;
    font-size: 14px;
    background-color: transparent !important;
}

#fname_msg_box {
    color: red;
    font-size: 14px;
    background-color: transparent !important;
}

#program_msg_box {
    color: red;
    font-size: 14px;
    background-color: transparent !important;
}

#cnic_bform_passport_input_forget_password_msg_box {
    color: red;
    font-size: 14px;
    background-color: transparent !important;
}

#input-group-program {
    margin-top: 30px;
    /* 110 to 30*/
}

.checkbox-container {
    margin-top: 10px;
    height: 55px;


    /* 60 to 20*/
}

.checkbox-container .input-checkbox p {
    color: #333333 !important;
    font-size: 16px;
}

.input-checkbox {
    gap: 10px;
}

.input-checkbox input[type="checkbox"] {
    width: 20px !important;

}




.form-control {
    border: none;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
    border: none;
    background-color: transparent;
}

#input-icon-program {
    height: 21px;
    width: 36px;
}

.fa-caret-down {
    color: #224289;
}

#input-group-fullname {
    max-width: 822px;
    margin-top: 10px;
    /* 25 to 10*/
}

#input-icon-fullname {
    height: 23px;
    width: 23px;
}

.two-input-groups {
    max-width: 822px;
}

#input-icon-email {
    height: 20px;
    width: 23px;
}

#input-icon-mbl {
    width: 17px;
    height: 23px;
}

#input-icon-whatsapp {
    width: 24px;
    height: 24px;
}

#input-icon-cnic {
    width: 23px;
    height: 20px;
}

#input-icon-password {
    width: 23px;
    height: 23px;
}

.action_b {
   
    height: 41px;
    /* font-weight: 600; */
    letter-spacing: 1px;
    border-radius: 20px;
    background-color: #224289;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-size: 21px;
    font-family: "inter-18pt-bold"; 
    padding: 5px 14px;
}


.bottom-container {
    /* margin-top: 30px;*/
    /* 60 to 30 */

}

.bottom-container .d-md-none p {
    font-size: 14px;
}


.bottom-container-login {
    gap: 5px;
    margin-top: 30px;
}

.bottom-container-login p {
    /* font-family: "Inter18pt"; */
    font-size: 16px;
    color: #333333;
    text-align: center;

}

.bottom-container p {
    /* font-family: "Inter18pt"; */
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.bottom-container-login #login-Here {
    text-decoration: underline;
    color: #224289;
    font-size: 16px;
}

@media (min-width: 768px) {
    .bottom-container-login #login-Here {
        font-size: 18px;
    }
}


.bottom-container-login p {
    margin: 0px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .bottom-container-login p {
        font-size: 16px;
    }
}

.bottom-container div {
    gap: 5px;
}

.bottom-container a:hover {
    background: none;
}

.bottom-container-socialmedia p {
    /* margin-top: 30px;  */
    /* 60 to 30*/
    text-transform: uppercase;
}

.social-media-icons {
    /* margin-top: 5px; */
    /* 20 to 5*/
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.bottom-container-socialmedia .fa {
    padding: 10px;
    /* font-size: 30px; */
    padding: 5px;
    text-align: center;
    width: 38px;
    border-radius: 5px;
    text-decoration: none;
    margin: 5px 2px;
}

.bottom-container-socialmedia .fa:hover {
    opacity: 0.7;
}


.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: white;
}

.fa-youtube-play {
    background: #ec0909;
    color: white;
}

.fa-whatsapp {
    background: #09c450;
    color: white;
}

.fa-tiktok img {
    width: 33px;
    height: 35px;
    margin: auto;
    color: white;
}

.fa-tiktok {
    width: 38px;
    height: 38px;
    background: black;
    /* padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;*/
    padding-bottom: 3px;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.smart-twitter-link {
    display: flex;
}

.fa-twitter-smart {
    background: #000000;
    color: white;

}

.bottom-container-socialmedia .text-footer {
    padding-top: 1%;
    /* 50 to 30*/
    font-size: 12px;
    color: #333333;
    font-weight: 300;
    /* font-style: italic; */
    /* font-family: "Inter18pt"; */
    text-align: center;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.bottom-container-socialmedia span {
    font-style: normal;

}


.select2-selection--single {
    background-color: transparent !important;
    border: none !important;

}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333333 !important;
}

/* .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: blue !important;
} */


.select2-container--default {
    /* width: 100% !important; */
}


@font-face {
    font-family: 'inter-18pt-bold';   /* name you will use in CSS */
    src: url('fonts/inter-18pt-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}