*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.logRegSection{
    padding: 40px;
    background-image: url("./images/kbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logRegCont{
    padding: 40px;
    margin: auto;
    margin-top: 5%;
    width: 400px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    color: #011e38;
    background-color: rgb(255, 255, 255);
}
.logRegHead{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    text-align: center;
    color: #011e38;
}
.logRegHead h4{
    margin-left: 10px;
    text-align: left;
}
.logRegLogo{
    margin: 10px 0;
    height: 35px;
    width: 35px;
}
.logRegHeadCont{
    margin: auto;
    margin-top: 10px;
    width: 80%;
    margin-bottom: 12px;
}
.loginErrMsg{
    color: #011e38;
    text-align: left;
    font-size: 12px;
}
.loginDotOpacity{
    visibility: hidden;
}
.login-form-group{
    margin: 0 auto;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    width: 80%;
}
.login-form-group label{
    font-size: 16px;
}
.login-form-group input, select{
    margin: 1px 0;
    padding: 6px;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    transition: 0.5s;
    outline: none;
}
.login-form-group input:focus {
    border: 2px solid black;
}
.logReg-btn{
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: rgba(1, 30, 56, 0.7);
}
.logReg-btn:hover{
    background-color: rgb(1, 30, 56);
}
.logRegPgNav{
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.logRegPgNav a{
    margin: 0 10px;
    padding: 5px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    color: white;
    background-color: rgb(1, 30, 56);
    transition: 0.5s;
}
.logRegPgNav a:hover{
    padding: 5px 8px;
}
.instRegSubPopup{
    padding: 5px;
    color: white;
    background-color: #011e38;
}
/* End of Login and Reg Page */
.instWelSection{
    background-color: rgba(1, 30, 56, 0.25);
}
.BEnav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 30px 15px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    background-color: #011e38;
}
.EBnav769off{
    margin: auto;
}
.BElogoCont{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.BElogoCont img{
    margin-right: 5px;
    height: 30px;
    width: 30px;
}
.instHamBurg{
    padding: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}
.hamburg hr{
    margin: 2px;
    width: 30px;
    border: 2px solid white;
    color: white;
}
#BEnavCloseIcon{
    display: none;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.2);
}
.EBnav481on{
    display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');
.dashboard{
    position: relative;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 1fr 4fr;
    font-family: 'Lato', sans-serif;
    width: 80%;
    max-width: 1200px;
    height: 620px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    background-color: white;
}
.dashboard-items-cont{
    padding: 50px 20px;
    min-width: 240px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #011e38;
}
.dashboard-img-cont{
    margin-bottom: 25px;
    text-align: center;
    color: white;
}
.dashboard-img-cont img{
    height: 80px;
    width: 80px;
}
.dashboard-nav-cont{
    display: flex;
    flex-direction: column;
}
.dashboard-nav-cont p{
    padding: 5px;
    margin: 15px 0;
    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
}
.dashboard-nav-cont a, button{
    padding: 5px;
    margin-bottom: 8px;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    color: white;
    background: none;
    transition: 0.5s;
}
.dashboard-nav-cont a:hover, button:hover{
    color: #011e38;
    background-color: white;
}
/* Dashboard instructor Content  */
.dashboard-inst-cont{
    position: relative;
    padding: 50px;
    overflow-y: auto;
    color: #011e38;
}
.dashboard-inst-cont-head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
.studentDetailStats{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.studentDetailStats div{
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #011e38;
}
.dashboard-inst-cont-head h2{
    margin-bottom: 20px;
}
.dashboard-inst-cont-head p{
    font-size: 12px;
}
.dashboard-inst-cont-head a{
    height: max-content;
}
.dashboard-inst-cont-head span{
    font-weight: bold;
    font-size: 12px;
}
.dashboard-inst-cont-head button{
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: white;
    background-color: #011e38;
}
.dashboard-inst-cont-head img{
    height: 100px;
    width: 100px;
    border-radius: 20px;
    background-color: #011e38;
}
.studentProfile-head{
    margin-bottom: 20px;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.studentProfile-head img{
    height: 100px;
    width: 100px;
}
.studentProfile-head button{
    margin-top: 10px;
    color: white;
    background-color: #011e38;
}
.dashboard-inst-cont-details{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    column-gap: 25px;
    margin-bottom: 15px;
    text-align: center;
}
.dashboard-inst-cont-details p, label{
    font-style: italic;
    font-size: 13px;
}
.dashboard-inst-cont-details a{
    text-decoration: none;
    color: white;
}
/* update instructor profile */
.dashboard-inst-cont-details input, select{
    padding: 8px 10px;
    width: 80%;
    border-radius: 4px;
    border: 2px solid rgba(1, 30, 56, 0.5);
    background-color: rgb(1, 30, 56, 0.05);
    transition: 0.5s;
}
.dashboard-inst-cont-details input:focus, select:focus{
    border: 2px solid rgba(1, 30, 56);
}
.dashboard-inst-cont-details div{
    padding: 7px;
    background-color: rgba(1, 30, 56, 0.1);
}
#inst-update-Btn{
    padding: 8px 10px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: rgb(1, 30, 56, 0.75);
}
#inst-update-Btn:hover{
    background-color: rgb(1, 30, 56);
}
.inst-update-Btn{
    padding: 8px 10px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: rgb(1, 30, 56, 0.75);
}
.inst-update-Btn:hover{
    color: white;
    background-color: rgb(1, 30, 56);
}
.dashboard-inst-cont-head a{
    padding: 8px 10px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    color: white;
    background-color: rgba(1, 30, 56, 0.75);
    transition: 0.5s;
}
.dashboard-inst-cont-head a:hover{
    background-color: #011e38;
}
.dashboard-Search-cont button, input{
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
}
.dashboard-Search-cont button{
    color: #ffffff;
    background-color: #011e38;
}
.dojoHeadCont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.dojoHeadCont a, button{
    padding: 5px 6px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #011e38;
} 
.dojoHeadCont div button{
    padding: 5px 6px;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
    color: white;
    background-color: #011e38;
} 
.card-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.indv-card-Container{
    padding: 10px;
    margin: 20px;
    width: 160px;
    height: 300px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #ffffff;
    background-color: rgba(1, 30, 56, 0.75);
    transition: 0.5s;
}
.indv-card-Container:hover{
    background-color: rgba(1, 30, 56);
}
.indv-card-Container img{
    margin: 0 auto;
    margin-bottom: 12px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.indv-card-Container p{
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 5px;
}
.indv-card-Container button{
    padding: 6px;
    font-size: 12px;
    color: #011e38;
    background-color: white;
}
.indv-card-Container button:hover{
    background-color: #aed9ff;
}
.radioDojoCont div{
    margin: 7px 0;
    display: flex;
}
.radioDojoCont input{
    margin: 0 4px;
    width: max-content;
}
.manage-fee-cont{
    margin-top: 40px;
}
/* table */
.stdTbl {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.stdTbl td, .stdTbl th {
    border: 1px solid #011e38;
    padding: 4px;
}
.stdTbl tr:nth-child(even){background-color: #ffffff;}
.stdTbl tr:hover {background-color: rgb(225, 249, 255);}
.stdTbl th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #011e38;
    color: white;
}
.stdTbl button{
    margin: 3px 0;
    padding: 5px 8px;
    font-size: 14;
    color: white;
    background-color: #011e38;
}
.manage-fee-options{
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
}
.manage-fee-options a{
    margin-right: 20px;
    padding: 30px 20px;
    height: 100px;
    width: 150px;
    text-decoration: none;
    font-style: italic;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    background-color: #011e38bf;
    transition: 0.5s;
}
.manage-fee-options a:hover{
    transform: translateY(-5px);
    background-color: #011e38;
}


/* Adminnnnnnnnnnnnnnnnnnnnnnnn */
.instPndgReqSpn{
    margin-left: 5px;
    padding: 3px 6px;
    border-radius: 3px;
    color: white;
    background-color: rgb(255, 0, 0);
}
#indv-admin-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    height: max-content;
}
#indv-inst-req-card{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    height: max-content;
}
.dojoGapAdmCard{
    margin-bottom: 5px;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    border-radius: 4px;
    background-color: rgba(1, 30, 56, 0.75);
}
.adm-Del-Inst{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: rgba(1, 30, 56, 0.9);
}
.adm-Del-Inst-content{
    margin: auto;
    padding: 20px;
    color: #011e38;
    width: max-content;
    border-radius: 10px;
    background-color: rgba(255, 255, 255);
}
.adm-Del-Inst-content p{
    margin-bottom: 20px;
}
.adm-Del-Inst-content input{
    margin: 5px;
}
.adm-Del-Inst-contentbuttona{
    margin: 0 20px;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    color: white;
    background-color: #011e38;
}
#indv-admin-view-std-card{
    display: grid;
    grid-template-rows: 1fr 2fr 1fr;
    align-items: center;
    text-align: center;
}
#indv-admin-view-std-card button{
    text-align: center;
}
#indv-admin-mng-dojo-card{
    display: grid;
    grid-template-rows: 1fr 2fr 1fr;
    align-items: center;
    height: 250px;
    width: 180px;
}
.attandance-btn{
    margin-right: 20px;
    word-spacing: 5px;
    width: 150px;
    height: 80px;
}







@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1201px) {
    .dashboard-inst-cont{
        padding: 30px;
    }
}
@media screen and (max-width: 1025px) {
    .dashboard{
        width: 90%;
    }
    .dashboard-inst-cont-head{
        flex-direction: column-reverse;   
        row-gap: 15px;     
    }
    .studentDetailStats div{
        margin: 0 10px;
        margin-bottom: 20px;
    }
    .dashboard-inst-cont-head h2{
        margin-top: 20px;       
    }
    .dojoHeadCont{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .dojoHeadCont a, button{
        margin: 10px 0;
        font-size: 12px;
        width: max-content;
    }
    .changeDojoBtn{
        margin-bottom: 10px;
        width: max-content;
    }
    .admnProImg{
        margin-bottom: 10px;
    }
    .dashboard-inst-cont-details{
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .dashboard-items-cont a, p{
        text-align: center;
    }
    #BEnavInstBtn{
        margin: auto;
        display: flex;
    }
    .dashboard-inst-cont-head{
        text-align: center;
    }
    .dashboard-inst-cont-head img{
        margin: auto;
    }
    .dashboard-inst-cont-details{
        text-align: center;
    }
    .dojoHeadCont h2{
        padding: 7px 7px;
        width: 100%;
        color: white;
        background-color: #011e38;
    }
}
@media screen and (max-width: 769px) {
    .BEnav{
        padding: 20px 40px;
    }
    .EBnav769off{
        display: none;
    }
    .EBnav481on{
        display: flex;
    }
    #BEnavCloseIcon p{
        font-size: 20px;
        font-style: bold;
        color: red;
    }
    .dashboard{
        grid-template-columns: 1fr;
        border-radius: 20px;
    }
    .dashboard-items-cont{
        display: none;
        border-radius: 20px;

    }
    .studentProfile-head{
        font-size: 15px;
    }
}   
@media screen and (max-width: 481px) {

    .logRegSection{
        padding: 10px 0;
    }
    #BEnavItems{
        margin-top: 3px;
        border-radius: 0;
    }
    .instHamBurg{
        padding: 8px;
    }
    .hamburg hr{
        margin: 1.4px;
        width: 20px;
        border: 1px solid white;
    }
    #BEnavCloseIcon p{
        font-size: 10px;
    }
    .BEnav{
        padding: 10px 20px;
    }
    .dashboard{
        margin: 0;
        width: 100%;
        border-radius: 0;
    }
    .studentProfile-head{
        font-size: 13px;
    }
    .studentDetailStats div{
        margin-right: 10px;
        height: 80px;
        width: 80px;
    }
    .studentDetailStats h2{
        font-size: 16px;
    }
    .studentDetailStats p{
        font-size: 10px;
    }
    .indv-card-Container{
        margin: 10px 2px;
    }
    .dashboard-inst-cont-details h4{
        font-size: 14px;
    }
}
@media screen and (max-width: 320px) {
}