*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
.navbarProxy{
    height: 80px;
    width: 100%;
}
.navbar{
    position: fixed;
    height: 80px;
    width: 100%;
    display: flex;
    top: 0px;
    left: 0px;
}
.navbarCont{
    background-color: #00242d;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}.navbarpt1{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 80px;
}
.logoatnavbar{
    width: 70px;
}
.navbarpt2{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: calc(100vw - 160px);
    justify-content: end;
}
.navbarpt2Cont{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-right: 50px;
}
.navlink{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    padding: 1px;
    margin: 20px;
}
.navlink:hover{
    border-bottom: 2px solid #006ba5;
    height: 20px;
}
.show{
    margin: 20px;
    background-color: #ffffff;
    border: none;
    background-color: #00242d;
}
.showmore{
    display: none;
    width: 25px;
}
.navbarpt3{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80px;
    transition: all 300ms;
    background-color: #00242d;
    border: none;
}
.navbarpt3:hover{
    background-color: #002d39;
}
.profile{
    width: 50px;
}
.showfornav{
    position: fixed;
    top: 80px;
    left: 50px;
    width: 100%;
    height: fit-content;
    background-color: #00242d;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -500px;
    transition: all 300ms;
}
.navlink2{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
    margin: 5px;
}






.titlesection {
    position: fixed;
    left: 0;
    top: 80px;
    height: calc(100vh - 80px);
    width: 60px;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #969696;
    background-color: #fff;
    overflow: hidden;
}

.titlesecCont{
    writing-mode: vertical-rl;
    font-size: 30px;
    font-family: Roboto;
    font-weight: 300;
}





.footer{
    display: flex;
    bottom: 0px;
    left: 0px;
    height: 250px;
    width: 100vw;
    justify-content: end;
    align-items: center;
}
.footerCont{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 61px);
    border-top: 2px solid #595959;
    background-color: #002a3e;
    flex-direction: column;
}
.footerpt1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: fit-content;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
}
.footerlogo{
    width: 120px;
}
.texts{
    display: flex;
    flex-direction: column;
}
.footerorgname{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
}
.footerorgname:hover{
    text-decoration: underline;
}
.footercodes{
    font-family: Roboto;
    font-size: 10px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
}
.footeraddress{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    margin-top: 10px;
}
.telsatfoot{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    background-color: inherit;
    border: none;
    margin-top: 10px;
}
.telsatfoot:hover{
    text-decoration: underline;
}
.emailsatfoot{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    background-color: inherit;
    border: none;
    margin-top: 10px;
}
.email1{
    margin-left: 20px;
    margin-right: 3px;
}
.emailsatfoot:hover{
    text-decoration: underline;
}
.onesthr{
    width: 60%;
    height: 1.5px;
    border: none;
    background-color: #0091b1;
    margin-top: 0px;
    border-radius: 1px;
}

.footerpt2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: fit-content;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.media{
    color: #ffffff;
    margin: 10px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    text-decoration: none;
}
.socialmedia2, .socialmedia3{
    margin-left: 20px;
}
.media:hover{
    text-decoration: underline;
}
.sociallogo{
    width: 40px;
}

.footerpt3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: fit-content;
    width: fit-content;
    padding-top: auto;
    padding-bottom: 10px;
}
.poweredby{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    text-decoration: none;
}
.kaushal937{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
}




.maindiv{
    padding: 0px;
    display: flex;
    flex-direction: column;
    width: calc(100vw - 60px);
    overflow: hidden;
    margin-left: 60px;
    min-height: calc(100vh - 132px);
}
.maindivcont{
    display: none;
    flex-direction: column;
}
::-webkit-scrollbar{
    display: none;
}





.errbox{
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0px;
    top: 0px;
    margin-top: -40px;
    height: 25px;
    transition: all 200ms;
}
.errboxcont{
    background-color: #efefef;
    box-shadow: 0px 0px 10px #000000a6;
    height: 100%;
    width: fit-content;
    padding: 5px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.nodisp{
    display: none;
}




.loaderscreen{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: inherit;
    background-color: #fff;
}
.loaderwidget{
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: 
    linear-gradient(#FF003C 0 0),
    linear-gradient(#FF003C 0 0),
    linear-gradient(#FF003C 0 0),
    linear-gradient(#FF003C 0 0),
    linear-gradient(#00C176 0 0),
    linear-gradient(#00C176 0 0),
    linear-gradient(#00C176 0 0),
    linear-gradient(#00C176 0 0),
    #FF003C;
    background-position: 0 0,100% 0,100% 100%, 0 100%;
    background-repeat: no-repeat;
    animation: l15 2s infinite; 
}
@keyframes l15 {
    0%       {background-size:0 0    ,0 0    ,0 0    ,0 0    ,0 0    ,0 0    ,0 0    ,0 0    }
    40%,50%  {background-size:0 0    ,0 0    ,0 0    ,0 0    ,51% 51%,51% 51%,51% 51%,51% 51%}
    90%,100% {background-size:51% 51%,51% 51%,51% 51%,51% 51%,51% 51%,51% 51%,51% 51%,51% 51%}
}




.loginPanel{
    position: fixed;
    top: 80px;
    right: 0px;
    width: 270px;
    display: flex;
    height: calc(100vh - 80px);
    background-color: #002028;
    margin-right: -270px;
    transition: all 250ms;
}
.loginpanelCont{
    display: none;
    padding: 9px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    flex-direction: column;
}
.reportconcern{
    background-color: #9b0800;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 9px;
    text-decoration: none;
    transition: all 200ms;
}
.reportconcern:hover{
    background-color: #b20900;
}
.alertforrac{
    width: 34px;
    margin-right: 13px;
}
.textrac{
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.profileCont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #001216;
    height: 300px;
    border-radius: 8px;
    flex-direction: column;
}
.studentpic{
    width: 120px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    /* border: 2px solid #ffffff */
}
.studentname{
    margin-top: 7px;
    margin-bottom: 15px;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
}
.studentgrade{
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
}
.studentadmitno{
    margin-top: 5px;
    color: #fff;
    font-family: Roboto;
    font-weight: 200;
    font-size: 12px;
}




.loginpanelcontprelogin{
    display: none;
    padding: 9px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    flex-direction: column;
    align-items: center;
}
.loginheading1{
    font-family: Roboto;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wrapperforlogininputs{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.labelforlogininputboxesforpassword{
    margin-top: 10px;
}
.labelforlogininputboxes{
    font-family: Roboto;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}
.logininputbox{
    background-color: #001216;
    border: none;
    outline: none;
    padding: 9px;
    font-family: Roboto;
    color: #fff;
    border-radius: 6px;
    padding-left: 17px;
    margin-bottom: 1px;
    margin-top: 5px;
}
.initiateauthentication{
    margin-top: 20px;
    width: 100%;
    font-family: Roboto;
    border: none;
    background-color: transparent;
    font-size: 18px;
    padding: 10px;
    border: 3px solid #00472c;
    color: #fff;
    transition: all 250ms;
}
.initiateauthentication:hover{
    background-color: #00472c;
    color: #fff;
}




@media screen and (max-width: 1230px){
    .showmore{
        display: inline;
    }
    .navlink{
        display: none;
    }
    .showfornav{
        left: 62px;
    }
    .navbarpt2Cont{
        justify-content: center;
        padding-right: 0px;
    }
}


@media screen and (max-width: 850px){
    .titlesection{
        width: 30px;
    }
    .titlesecCont{
        font-size: 18px;
    }
    .maindiv{
        width: calc(100vw - 32px);
        margin-left: 32px;
    }
    .footerCont{
        width: calc(100% - 31px);
        overflow: hidden;
    }
    .onesthr{
        width: 80%;
    }
    .emailsatfoot{
        font-size: 9px;
    }
    .telsatfoot{
        font-size: 9px;
    }
    .email1{
        margin-left: 5px;
    }
    .footerpt1{
        padding-left: 10px;
        padding-right: 10px;
    }
    .footerorgname{
        font-size: 14px;
    }
    .footercodes{
        font-size: 8px;
    }
    .footeraddress{
        font-size: 10px;
    }
    .footer{
        height: 280px;
    }
    .showfornav{
        left: 32px;
    }
}