@charset "UTF-8";

*{
    box-sizing:border-box; 
    font-family: 'Nunito', sans-serif;
    word-break:break-word;
    /* -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; */
}
html, body {
    width: 100%;
    height: auto;
    min-height: 100%;
}
body{
    margin: 0px;
	padding: 0px;
	font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    color: #00000099;
}
h1, h2, h3, h4, h5, h6{
    font-weight:600; 
    font-style:normal; 
    line-height:1.2; 
    position:relative; 
    color:#000000cc; 
    margin:0;
    font-family: 'Montserrat', sans-serif;
}
h1{font-size: 56px;}
h2{font-size: 38px;}
h3{font-size: 30px;}
h4{font-size: 24px;}
h5{font-size: 21px;}
h6{font-size: 16px;}
p{
    margin: 0;
}
a{
    cursor: pointer;
    text-decoration:none; 
}
input, button{
    outline:none !important; 
}
ul, ol{
    margin: 0;
    padding: 0;
    padding-left:20px;
}
img{max-width:100%;}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #000000cc;
    /* background-color: #fff;
    border: 1px solid #000;
    border-radius: 40px; */
    outline: 0;
    margin: 0 0 12px;
}
.form-control:focus {
    color: #000;
    /* background-color: #fff;
    border-color: #000; */
    outline: 0;
    box-shadow: none;
}

/* Navbar CSS Start */
.header-bg{
    padding: 10px;
    background: #404c5c;
}
.dsk-Nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-nav{
    list-style: none;
    display: flex;
    flex-direction: row;
}
.nav-item{
    padding: 0 30px;
}
.logo img{
    width: 70%;
    height: auto;
}
.nav-link{
    color: #fff;
    text-shadow: 0 0 4px rgb(0 0 0 / 50%);
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    transition: all 0s;
}
.nav-link.active, .nav-link:hover, .nav-link:focus{
    color: #fff !important;
    border-bottom: 2px solid #3c8f69;
}
.usr-clm .dropdown-toggle::after{
    display: none;
}
.srch-Icn, .bell-Icn{
    margin-right: 25px;
    color: #fff;
}
.srch-Icn:hover, .bell-Icn:hover, .srch-Icn:focus, .bell-Icn:focus, .usr-drpn a:hover .fa-circle-user, .usr-drpn a:focus .fa-circle-user{
    color: #f27a20;
}
.usr-drpn .fa-circle-user{
    color: #8199af;
    background: #fff;
    border-radius: 50%;
}
.usr-drpn .dropdown-menu.show{
    right: 0;
    left: auto;
    min-width: auto;
}
.usr-drpn .dropdown-item{
    font-size: 14px;
}
.navbar-toggler, .clsBar{
    display: none;
}
.clsBar a:hover .fa-xmark, .clsBar a:focus .fa-xmark, .navbar-toggler-icon:hover .fa-bars, .navbar-toggler-icon:focus .fa-bars{
    color: #f27a20;
}
/* Navbar CSS End */

/* Child Navbar CSS Start */
.chdHead{
    padding: 30px 15px 0;
        margin-top: 15vh;

}
.chd-navbar{
    list-style: none;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #8199af6b;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 22px !important;
}
.chd-navbar .nav-item {
    padding: 0 8px;
    margin-right: 18px;
}
.chd-navbar .nav-link{
    padding: 0 0 5px;
    color: #000000cc;
    text-shadow: none;
    font-weight: 600;
    transition: all 0s;

}
.chd-navbar .nav-link.active, .chd-navbar .nav-link:hover, .chd-navbar .nav-link:focus{
    color: #3c8f69 !important;
}
/* Child Navbar CSS End */

/* Button Style CSS Start */
.glb-btn{
    color: #068fc7;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
    padding: 5px 12px;
}
.glb-btn:hover, .glb-btn:focus{
    background: #068fc70d;
}
.clr-btn{
    color: #fff;
    border: 1px solid #068fc7;
    background: #068fc7;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
    padding: 5px 12px;
}
.clr-btn:hover, .clr-btn:focus{
    color: #fff;
    background: #056b95;
    border: 1px solid #056b95;
}
/* Button Style CSS End */

/* Home Page CSS Start */
.home-sec{
    padding: 20px;
    background: url("../images/Homepage.jpg") center center/cover no-repeat;
    height: 100vh;
}
/* Home Page CSS End */

/* Student Popup CSS Start */
.popup-Sec{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);    
}
.popup-Container{
    width: 70%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 25px 25px;
        max-width: none !important;
    margin: auto;

}
.popClose{
    color: #fff;
    font-size: 25px;
}
.popClose:hover, .popClose:focus{
    color: #f27a20;
}
.stdnt-Popup{
    background: #fff;
    border-radius: 10px;
    padding: 0;
    height: inherit;
    /* overflow: auto; */
    display: flex;
    flex-direction: column;
}
.stdnt-Popup h5{
    padding: 16px;
    border-bottom: 2px solid #d4d4d4;
}
.stu-btn{
    padding: 16px;
    border-top: 2px solid #d4d4d4;
    margin-top: 32px;
    padding-top: 29px;
}
.stu-btn .glb-btn{
    margin-right: 15px;
}
.student-Dtl{
    padding: 0px 20px 10px;
    /* flex: 1 0 0; */
    overflow: auto
}
.student-Dtl .row{
    /* padding-top: 10px; */
    font-size: 12px;
}
.student-Dtl h6{
    margin: 10px 0;
    letter-spacing: 0px;
    margin-bottom: 28px;
}
.required{
    color: #ea001e;
    padding-right: 2px;
}
.mini-icon{
    width: 20px;
}
.form-select{
        width: inherit !important;
        max-width: 100%;
    min-width: 100%;

}

.fa-solid:hover,fa-solid:focus,
{
opacity: 1 !important;

}
.modal-closer{
        margin-right: 19px;
    color: grey;
    font-size: 17px;
    font-family: cursive;
}
.form-label{
    display: block;
    margin-bottom: 8px;
}
.form-select:focus{
    box-shadow: none;
}
.form-select{
    cursor: pointer;
    font-size: 12px;
    margin: 0 0 12px;
}
.srchBtn{
    position: relative;
    text-align: center;
    color: #068fc7;
    font-weight: 400;
    cursor: pointer;
}
.srcAddress span{
    position: absolute;
    top: 7px;
    left: 15px;
}
.tooltip .tooltip-inner {
    --bs-tooltip-bg: #16325c;
}
.tooltip .tooltip-arrow::before {
    --bs-tooltip-bg: #16325c;
}
i.fa-solid.fa-circle-info{
    color: #666;
    font-size: 12px;
}
.tooltip-inner{
    font-size: 10px;
    font-weight: 400;
}
.addprf-Cnt{
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 100%;
}
.icn-Arw{
    width: 10%;
}
.ad-Cntry, .pr-Cntry{
    width: 45%;
}
.icn-Arw a{
    color: #747474;
    font-size: 16px;
}
.chkForm{
    display: block;
}
/* Student Popup CSS End */

/* Education History Popup CSS Start */
.form-check-input:checked[type=checkbox]{
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}
.form-check-input:checked{
    border-color: #ced4da;
}
.form-check-input:focus{
    box-shadow: none;
}
/* Education History Popup CSS End */

/* Work History Popup CSS Start */
.disable{
    pointer-events: none;
    cursor: default;
    color: #d4d4d4;
}
.enable{
    color: #404c5c;
    padding-left: 15px;
}
.enable:hover, .enable:focus{
    color: #000;
}
.wrkFlds{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 6px;
    color: #000;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
}
.wrkFlds .form-control:disabled, .wrkFlds .form-control{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
/*    color: #000;*/
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
}
.wrkFlds span{
    width: 100%;
}
/* Work History Popup CSS End */

/* Test Score Popup CSS Start */
.crtBy, .lstmdfdBy{
    display: flex;
    align-items: center;
}
.icnFt{
    width: 8%;
    font-size: 25px;
    line-height: 25px;
}
.icnFt .fa-circle-user{
    color: #8199af;
}
.userName{
    text-decoration: underline;
}
/* Test Score Popup CSS End */


@media screen and (max-width: 1024px){
    /* Navbar CSS Start */
    .nav-item{
        padding: 0 20px;
    }
    /* Navbar CSS End */

    /* Student Popup CSS Start */
    .student-Dtl{
        height: 70%;
    }
    /* Student Popup CSS End */

    /* Test Score Popup CSS Start */
.icnFt{
    width: 10%;
}
/* Test Score Popup CSS End */
}

@media screen and (max-width: 992px){
    .header-bg{
        padding: 0;
    }
    /* Navbar CSS Start */
    .navbar-toggler-icon{
        background-image: none;
        width: auto;
        height: auto;
    }
    .navbar-toggler{
        display: inline-block;
        border: none;
        border-radius: 0;
        padding: 0;
    }
    .nav-clm .fa-bars{
        color: #fff;
    }
    .navbar-nav{
        flex-direction: column;
    }
    .mb-nav{
        position: absolute;
        background: rgba(0, 0, 0, .5);
        top: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        z-index: 9999;
        transition: all 0.6s ease-in-out;
    }
    .showNav .mb-nav{
        left: 0;
    }
    .nav-item{
        padding: 5px 10px;
    }
    .nav-link{
        padding: 5px 0;
    }
    .header-bg .container-fluid{
        padding: 0;
    }
    .dsk-Nav{
        justify-content: start;
        align-items: start;
        background: #404c5c;
        padding: 20px 10px;
        height: 100%;
        width: 50%;
        position: relative;
    }
    .clsBar{
        display: inline-block;
        position: absolute;
        z-index: 999;
        top: 20px;
        right: 20px;
    }
    .clsBar .fa-xmark{
        color: #fff;
        font-size: 22px;
    }
    .logo-clm{
        order: 2;
        width: 65%;
        text-align: center;
    }
    .nav-clm{
        order: 1;
        width: 15%;
        padding-left: 12px;
    }
    .usr-clm{
        order: 3;
        width: 20%;
        padding-right: 12px;
    }
    .logo img{
        width: 30%;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    /* Navbar CSS End */

      /* Student Popup CSS Start */
      .popup-Container{
        width: 100%;
    }
    .student-Dtl{
        height: 80%;
    }
    /* Student Popup CSS End */
}

@media screen and (max-width: 767px){
    /* Navbar CSS Start */
    .logo img{
        width: 60%;
    }
    .logo-clm{
        width: 56%;
    }
    .nav-clm{
        width: 10%;
    }
    .usr-clm{
        width: 34%;
    }
    .dsk-Nav{
        width: 65%;
    }
    /* Navbar CSS End */

    /* Child Navbar CSS Start */
    .chd-navbar{
        flex-wrap: wrap;
    }
    .chd-navbar .nav-link{
        margin-bottom: 10px;
    }
    /* Child Navbar CSS End */

    /* Student Popup CSS Start */
    .student-Dtl{
        padding: 0 0 10px;
    }
    .student-Dtl h6{
        font-size: 15px;
    }
    .student-Dtl{
        height: 80%;
    }
    .student-Dtl form.row{
        margin: 0;
    }
    .popup-Container{
        padding: 15px 15px 25px;
    }
    /* Student Popup CSS End */
}


/* Document CSS Start */
.doc-Container{
    width: 100%;
}
.docTable thead th{
        border: none !important;
    background: #eeeeee;
    color: #000;
}
.enbl-Docicn, .dsbl-Docicn{
    padding: 5px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    width: 30px;
    height: auto;
    margin-right: 8px;
    color: #000;
}
.dsbl-Docicn{
    pointer-events: none;
    color: #d4d4d4;
}
.enbl-Docicn:hover, .enbl-Docicn:focus{
    color: #16325c;
}
#uploadModal .modal-header{
    display: block;
}
#uploadModal h6{
    margin: 0;
    font-size: 16px;
}
.file-upld{
    border: none;
    border-radius: 0;
    width: auto;
}
input[type=file]::file-selector-button {
    margin-right: 10px;
    border: 1px solid #d4d4d4;
    background: transparent;
    padding: 5px 10px;
    border-radius: 5px;
    color: #068fc7;
    cursor: pointer;
    transition: all .2s ease-in-out;
  }
/* Document CSS End */


@media screen and (max-width: 1024px){
   
/* Document CSS Start */
.table{
    width: max-content;
}
/* Document CSS End */
}

@media screen and (max-width: 992px){
 /* Document CSS Start */
    .doc-Container .student-Dtl{
        width: 100%;
        padding: 0;
    }
    /* Document CSS End */
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.childNav{
        margin-bottom: 19px;
}
.signin-box{
    padding: 20px 40px;
    border-radius: 9px;
    box-shadow: 0px 0px 21px -8px grey;
    padding-top: 46px;
    padding-bottom: 45px;
}
input[type="text"],input[type="number"],input[type="date"],input[type="tel"],input[type="email"],input[type="password"]{
    border: 1px solid #ced4da !important;
    height: 37px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: black !important;
    padding-left: 10px !important;
    max-width: 100%;
    min-width: 100%;
}

.text-bottom{
    margin-top: 12px;
}
.text-bottom>a{
    font-weight: 400;color:black;
    text-decoration: underline !important;
}


.table-bordered>:not(caption)>* {
    border-width: 0px 0 !important;
}

.signup-check{
    display: -webkit-inline-box !important;
    width: 22px;
    height: 22px;
    margin-right: 29px;
}
.signout-icon{
    width: 23px;
}
.signup-check>label{
display: inherit;
    margin-top: -37px;
    margin-left: 59px;
}
.signup-check>a{
font-weight: 400;
color: black;
text-decoration: underline !important;
}
.next-btn{
        color: #000 !important ;
    background-color: white !important;
    border-color: #252525 !important;
    margin-left: 17px;
}

.progress-bar{
        background-color: #66BB6A;
}
.progress{
        margin-bottom: 35px;
}
