html,*{
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.TeacherPannelCont{
    overflow: hidden;
    height: 100vh;
    width: 100%;
    display: flex;
}
.TeacherPannelCont>div{
    flex: 1;
}
.TeacherPannelCont>.contentCont{
    display: flex;
    flex-direction: column;
    flex: 3;
    background-color: #EEFDFF;
    align-items: center;
}
.navigation{
    padding: 10px;
    background-color: #004E75;
}
.TecherPannelLogoCont{
    width: 5cm;
}
.TecherPannelLogoCont > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.TecherPannelLinks{
    display: flex;
    flex-direction: column;
}
.TecherPannelLinks a{
    text-decoration: none;
    color: white;
    padding: 10px;
}
.TecherPannelLinks a:hover{
    background-color: #ffffff;
    color: #004E75;
}
.Details{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}
form{

    width: 100%;
}
.TeacherActions{
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}
table{
    width: 23cm;
}
table th{
    background-color: #004E75;
    padding: 10px;
    color: #ffffff;
}
table tr{
    background-color: #ffffff;
    /* padding: 10px; */
}
table td{
    /* background-color: #ffffff; */
    padding: 10px;
}
table tr:hover{
    background-color: #f7f7f7 ;
}
.showOption{
    display: none;
    /* border-radius: 20px; */
    position: absolute;
    background-color: #ffffff;
    color: #004E75;
    border: 1px solid #004E75;
    justify-content: center;
}
.showOption button{
    /* border-radius: 20px; */
    border: none;
    width: 3cm;
    padding: 10px;
    background-color: white;
}
.showOption button:hover{
    background-color: #C4DCDF;
    cursor: pointer;
}
.option{
    cursor: pointer;
    text-align: center;
}
.option:hover .showOption{
    display: block;
}
.searchForm{
    display: flex;
}
.addStudentPop{
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #0000003f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popCont{
    width: 40%;
    /* height: 3cm; */
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #004E75;
    display: flex;
    flex-direction: column;
    padding: 20px;
    /* justify-content: center; */
    /* align-items: center; */
}
.close{
    align-self: flex-end;
}
.addStdntTitle{
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #004E75;
}
.addStdntInput{
    align-self: center;
}
.addStdntInput input{
    width: 10cm;
    background-color: #C4DCDF;
    padding: 10px;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 16px;
}
.addStdntButton{
    align-self: center;
}
.addStdntButton button{
    margin: 10px;
    width: 5cm;
    background-color: #004E75;
    color: #ffffff;
    padding: 10px;
    border-radius: 20px;
    border: none;
    font-size: 16px;
}
.addStudentForm{
    align-self: center;
}
.goToSignUp{
    background-color: #004E75;
}
.SignUpForm input{

    background-color: #004E75;
    color: #ffffff ;
    font-weight: bold;
}
.SignUpForm input:focus{
    border: 1px solid #004E75;
    background-color: #ffffff;
    color: #004E75;
}
.SignUpForm input:-ms-input-placeholder{
    color: #ffffff;
}
.SignUpForm input::-webkit-input-placeholder{
    color: #ffffff;
}
.SignUpForm input:focus::-webkit-input-placeholder{
    color: #004E75;
}
.pageTitle{
    width: 100%;
    /* text-align: center; */
    padding: 10px;
    color: #ffffff;
    background-color: #004E75;
}
.divInputQty{
    margin: 1cm;
    background-color: #C4DCDF;
    width: 10cm;
    display: flex;
}
.divInputQty input{
    background-color: #C4DCDF;
    justify-content: stretch;
    border: none;
    outline: none;
    padding: 10px;
    color: #004E75;
    width: 8cm;
}
.divInputQty button{
    color: white;
    text-align: center;
    width: 2cm;
    border: none;
    outline: none;
    padding: 10px;
    background-color: #004E75;
}
.quantityView{
    padding: 20px;
    width: 9cm;
    background-color: #C4DCDF;
    margin: 1cm;
}
.teacherBtn1{
    margin: 1cm;
}
.teacherBtn1 button{
    color: white;
    border: none;
    outline: none;
    padding: 10px;
    background-color: #004E75;
}
.centerForm{
    display: flex;
    justify-content: center;
    align-items: center;
}
.GrandTotal{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #004E75;
    padding: 5px;
    color: #004E75;
    font-weight: bold;
}
.CheckOutInfo{
    display: flex;
    justify-content: space-between;
    /* border-top: 1px solid #004E75; */
    padding: 5px;
    color: #004E75;
    /* font-weight: bold; */
}
.formMsgFail{
    align-self: center;
    text-transform: capitalize;
    width: 8cm;
    background-color: #ff00005e;
    border: 1px solid #ad0e0e;
    padding: 10px;
    /* font-weight: bold; */
    margin: 10px;
    color: #ad0e0e;
    border-radius: 30px;
}
.formMsgSuccess{
    align-self: center;
    text-transform: capitalize;
    width: 8cm;
    background-color: #45bb0038;
    border: 1px solid #45bb00;
    /* font-weight: bold; */
    padding: 10px;
    margin: 10px;
    color: #45bb00;
    border-radius: 30px;
}
.displayNone{
    display: none;
}
.displayBlock{
    display: block;
}