body{
    user-select: none;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
} 
.container{
    position:relative;
    align-items: center;
    height: 100%;
    width: 100%;
}
nav{
    background-color: #777C6D;
    margin: 0px;
    padding: 0px;
    height: 55px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}
.btn{
    background-color: #777C6D;
    border: 0cap;
    width:50px;
    height: 30px;
    cursor: pointer;
    font-size:20px;
    border-radius: 10px;
}
.drawer{
    background-color: white;
    color: black;
    height:100%;
    width: 250px;
    position: fixed;
    text-align: center;
    left: -250px; 
    border-radius: 10px;
    transition: left 0.1s ease-in;
    z-index: 1000;
}
.drawer.open{
    left: 0;
}
.drawer img{
    width: 75px;
    margin-top: 70px;
    border: solid 5px  rgb(98, 94, 94);
    border-radius: 75px;
    margin-bottom: 60px;
}
.drlist{
    background-color: white;
    text-align: left;
    border-bottom: solid 2px black;
    padding:1px;
}
.drlist h4{
    padding-left:20px;
}
.ttbtn{
    cursor: pointer;
}
.overlay{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 500;
}
.overlay.show{
    display: block;
    pointer-events: all;
}
.overlay.showlogin{
    display: block;
    pointer-events: all;
}
.addsub{
    font-size: 30px;
    position: fixed;
    right: 15%;
    background-color: #777C6D;
    bottom: 20%;
    border: solid 1px;
    box-shadow: -1px 2px 2px;
    padding: 15px 20px;
    border-radius: 4px;
    z-index: 400;
}
.dialog1{
    width : 300px;
    max-width: 500px;
    background-color: white;
    padding: 20px;
    height: 150px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    transform : translate(-50%,-80%);
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
}
.dialog1 h4{

    margin: 10px;
    font-size: 18px;
}
.d1btns{
    position: absolute;
    padding : 10px 10px;
    box-shadow: 2px 2px gray;
    font-size: 16px;
    cursor: pointer;
}
.cancel1{
    left:10%;
}
.confirm1{
    right : 10%;
    
}
.dialog1.showd{
    display: block;
    z-index: 1000;
}
.input1{
    width :70%;
    height:40px;
    font-size:25px;
    margin-bottom:20px;
    border: solid 2px;
    border-radius: 2px;
}
#scroll-list {
  position: fixed;
  width: 95%;
  height: 90%;
  margin-top: 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  margin-left: 3%;
  border: solid 1px;
  padding: 5px;
  overflow-y: auto;
  box-sizing: border-box;

}
.item {
    background-color: #b7b89f;
    box-shadow: -1px 2px 2px;
    margin: 5px 0;
    padding: 10px;
    border: solid 2px #777C6D;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.item button{
    cursor: pointer;
    font-size: 20px;
    background-color: #cbcbcb;
    border: solid 1px;
    border-radius: 4px;
}
.item p{
    margin: 0px;
    width:80%;
    height:30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.sub-rem-dialog{
    background-color: white;
    position: fixed;
    left: 50%;
    top: 50%;
    transform : translate(-50%,-50%);
    z-index: 501;
    height: 120px;
    width: 260px;
    text-align: center;
    border: 2px solid;
    border-radius: 4px;
    box-shadow: 0px 2px 2px;
    display: none;
    
}
.sub-rem-dialog button{
    margin: 0px 33px;
    margin-top: 15px;
    font-size: 13px;
    padding: 6px 6px;
    cursor: pointer;
}
.sub-rem-dialog.show{
    display: block;
}
.att-add-dialog{
    border: 1px solid;
    border-radius: 5px;
    padding: 0px;
    text-align: center;
    width: 300px;
    background-color: white;
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    transform : translate(-50%,-50%);
    z-index: 501;
}
.att-add-dialog.show{
    display: block;
}
.att-add-dialog button{
    margin: 10px 45px;
    font-size: 15px;
    cursor: pointer;
    height: 30px;
    width: 55px;
}
#att,#htt{
    background-color: white;
    border: 1px solid;
}

.att-add-dialog p{
    font-size: 18px;
}
.atd-sub{
    margin: 20px;
    background-color: rgba(183, 184, 159,0.5);
    border-radius: 20px;
}
.atd-sub p{
    margin: 10px;
    font-size: 14px;
    color: rgb(41, 39, 39);
}
.atd-sub button{
    margin:0px 20px ;
    margin-bottom: 10px;
    font-size: 20px;
    width: 40px;
    cursor: pointer;
}
.login-dialog{
    width: 220px;
    max-width: 500px;
    background-color: white;
    padding: 20px;
    height: 250px;
    text-align: justify;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    transform : translate(-50%,-50%);
    border: solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
    z-index: 501;
}
.login-dialog.show{
    display: block;
}
.login-dialog h4{
    margin:0px;
    padding-left: 50px;
}
.login-dialog h6{
    margin-top: 15px;
    font-size: 13px;
}
.login-dialog input{
    border: solid 2px black;
    width: 80%;
    height: 10%;
}
.login-dialog button{
    margin-top: 15px;
    position: inherit;
    left: 35%;
    font-size: 24px;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 5px;
    cursor: pointer;
}
.login-dialog button:hover{
    background-color: #cbcbcb;
}
.total-att-cal{
    width: 300px;
    max-width: 500px;
    background-color: white;
    height: 400px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 40%;
    display: none;
    transform : translate(-50%,-50%);
    border: solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
    z-index: 501;
}
.total-att-cal.show{
    display: block;
}
.total-att-cal button{
    position: absolute;
    bottom: 10px;
    left: 35%;
    font-size: 18px;
    padding : 4px 10px;
    box-shadow: 2px 2px gray;
}
.total-att-cal p{
    background-color: #b7b89f;
    margin: 5px;
    padding: 3px;
    border: black 1px solid;
    font-size: 15px;
}
.tot-att-lbox{
    text-align: justify;
    background-color: #cbcbcb;
    margin: 3px;
    border-radius: 5px;
    height: 65%;
    overflow-y: scroll;
}
.tot-att-lbox::-webkit-scrollbar{
    width: 0px;
}
.tot-att-items{
    padding: 2px;
    background-color: rgb(246, 246, 248);
    height: 30px;
    border: #777C6D 1px solid;
    border-radius: 5px;
    margin: 3px;
    border-bottom: black 2px solid;
}
.tot-att-items input{
    margin-top: 8px;
}
.tot-att-items label{
    width: 60%;
    height: 100%;
    padding-left: 30%;
    display: inline-block;
}
.timetable{
    width: 300px;
    max-width: 500px;
    background-color: white;
    height: 400px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 40%;
    display: none;
    transform : translate(-50%,-50%);
    border: solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
    z-index: 501;
}
.timetable.show{
    display: block;
}
.timetable button{
    position: absolute;
    bottom: 10px;
    left: 35%;
    font-size: 18px;
    padding : 4px 10px;
    box-shadow: 2px 2px gray;
}
.timetable select{
    background-color: #eeeeee;
    border: #b7b89f solid 1px;
    margin: 6px 30px;
    padding: 2px;
}
.timedaybox{
    text-align: justify;
    background-color: #cbcbcb;
    margin: 3px;
    border-radius: 5px;
    height: 60%;
}
.timedaybox::-webkit-scrollbar{
    width: 0px;
}
.timedayitem{
    padding: 2px;
    background-color: rgb(246, 246, 248);
    height: 30px;
    border: #777C6D 1px solid;
    border-radius: 5px;
    margin: 3px;
    border-bottom: black 2px solid;
}
.timedayitem label{
    width: 60%;
    height: 100%;
    padding-left: 30%;
    display: inline-block;
}
.timedayitem input{
    margin-top: 8px;
}

.att-container{
    height: 120vh;
    justify-items: center;
}
.attbtn-box{
    width: 100vw;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.att-btn{
    background-color: #eeeeee;
    box-shadow: -1px 2px 3px;
    width: 200px;
    max-width: 500px;
    min-width: 150px;
    height: 100px;
    border: solid 1px;
    text-align: center;
    border-radius: 20px;
    margin: 20px;
    cursor: pointer;
}
.att-btn h6{
    font-size:20px;
    color: gray;
    top: 3px;
    margin: 10px 0px;
}
.att-btn h4{
    font-size: 40px;
    margin: 0px;
}
.att-btn2 h4{
    margin-top:25px;
}
#loading{
    text-align: center;
    position: fixed;
    width: 100%;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity 0.6s;
}
#loading p{
    font-weight: bold;
}
#loading.show{
    opacity: 1;
}
.login-card{
    width: 250px;
    max-width: 500px;
    background-color: white;
    padding: 20px;
    height: 270px;
    text-align: justify;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    transform : translate(-50%,-50%);
    border: solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
}
.login-card.show{
    display: block;
}
.login-card p{
    margin: 0px;
    font-size: 12px;
    opacity: 0;
}
.login-card p.error{
    opacity: 1;
    color: red;
}
.login-card h5{
    font-size: 25px;
    margin: 0px;
    margin-bottom: 50px;
}
.login-card input{
    margin: 0px;
    font-size: 18px;
    border: 2px solid;
    border-radius: 2px;
}
.login-card input.success{
    border: 2px solid green;
}
.login-card h6{
    margin: 10px 0px;
    font-size: 14px;
}
.login-card button{
    margin-top: 18px;
    width:30%;
    height: 11%;
    position: inherit;
    left: 35%;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
}
.calc-dialog{
    width: 250px;
    max-width: 500px;
    background-color: white;
    padding: 20px;
    height: 250px;
    text-align: center;
    position: fixed;
    display: none;
    left: 50%;
    top: 40%;
    transform : translate(-50%,-50%);
    border: solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
}
.calc-dialog.show{
    display: block;
    z-index: 500;
}
.calc-dialog h3{
    margin: 0px;
    margin-bottom: 50px;
}
.calc-dialog h5{
    font-size: 16px;
    color: rgb(26, 99, 26);
}
.calc-dialog h5.error{
    color: red;
}
.calc-dialog p{
    margin: 0px;
    font-size: 10px;
    color: gray;
}
.calc-dialog input{
    font-size: 20px;
    width: 100px;
}
.calc-dialog button{
    font-size: 18px;
    padding: 5px 3px;
    position: inherit;
    left: 35%;
    bottom: 17px;
}
.log-dialog{
    width: 255px;
    max-width: 500px;
    background-color: #cbcbcb;
    height: 270px;
    padding: 14px;
    text-align: center;
    position: fixed;
    display:none;
    left: 50%;
    top: 50%;
    transform : translate(-50%,-50%);
    border: solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
    z-index: 500;
}
.log-dialog h3{
    margin: 0px;
    margin-bottom: 40px;
}

.log-dialog.show{
    display:block;
}
.log-dialog p{
    font-size: 10px;
    font-weight: bold;
}
.log-scroll{
    height: 190px;
    border: 1px solid;
    overflow-y: scroll;
    text-align: justify;
    background-color: white;
}
.log-scroll pre{
    font-weight: lighter;
    font-size: 10px;
}
.log-scroll::-webkit-scrollbar{
    width: 0px;
}
.piechart-container{
    margin-top: 40px;
    background-color: #eeeeee;
    width: 340px;
    justify-items: center;
    height: 390px;
    border-radius: 10px;
    border: 1px solid;
    box-shadow: -1px 2px 3px;
}
.piechart{
    background: transparent;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin-top: 40px;
}
.lbox{
    width: 100%;
    margin-top: 10px;
    /* this is to make the dot and para to be in same line */
    display: flex;
    justify-items: left;
}
.lbox p{
    font-size: 12px;
    /* this is to make the para loose the margin and align correctly with the span */
    margin: 0px;
}
.lbox span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 2px;
    margin-right:5px;
    margin-left: 10px;
}
.tt-container{
    height:92vh;
    align-items: center;
    justify-items: center;
}
.tt-navigation{
    background-color: #eeeeee;
    height: 3em;
    width: 98%;
    display: flex;
    border: 1px solid black;
    margin: 2px;
}
/* > means direct child * means universally allocate this , ie property  */
.tt-navigation>*{
    flex: 1;
    text-align: center;
    margin: 2px 7px;
    padding-top: 2px;
    font-family: Verdana, Tahoma, sans-serif;
    border: none;
    
}
.today-button{
    font-weight: bold;
    color: rgb(13, 83, 13) ;
}
.selected-btn{
    font-weight: bold;
    border-bottom: black 4px solid;
}
.sub-item{
    margin: 10px 6px;
    border-radius: 0px;
    border: black 1px solid;
    text-align: center;
    justify-items: center;
    background-color: white;
    box-shadow: -3px 4px 5px rgba(128, 128, 128, 1);
}
.sub-item p{
    color: #7f3f92;
    font-size: 10px;
    margin: 0px;
    padding: 2px 0px;
    width: 100%;
    font-weight: bold;
    border: 1px black solid;
    background-color: white;
}
.sub-item select{
    text-align: center;
    appearance: none;
    width: 95%;
    margin: 10px 0px;
    padding: 10px 0px;
    font-size: 8px;
    border: none;
    background-color: white;
}
.sub-item h3{
    width: 95%;
    margin:2px 0px;
    padding: 10px 0px;
    font-size: 16px;
    border: none;
    background-color: white;
}

.tt-listbox{
    /* background-color: #b7b89f; */
    border: 0px solid black;
    border-radius: 5px;
    height: auto;
    width: 98%;
    display: flex;
    align-items: flex-start;
}
.tt-listbox>*{
    flex: 1;
}
.tt-lboxrow{
    /* background-color: #cbcbcb; */
    border: 0px black solid;
    margin: 2px 2px;
    border-radius: 5px;
}
.today-row{
    border-left: 3px rgb(2, 254, 36) solid;
    border-right: 3px rgb(2, 254, 36) solid;
    /* background-color:  rgb(1, 254, 9); */
}
.selected-row{
    border-left: 3px black solid;
    border-right: 3px black solid;
    /* background-color:cadetblue; */
}
.selected-row select{
    font-size: 12px;
}
.uploadbtn{
    margin-right: 4px;
    width: 15%;
    max-width: 100px;
    height: 70%;
    max-height: 50px;
    border-radius: 5px;
}
.ttupload-dialog{
    background-color: white;
    position: fixed;
    padding: 5px;
    left: 50%;
    top: 50%;
    transform : translate(-50%,-50%);
    z-index: 501;
    height: auto;
    width: 240px;
    text-align: center;
    border: 2px solid;
    border-radius: 4px;
    box-shadow: 0px 2px 2px;
    display: none;
}
.ttupload-dialog p{
    color: red;
}
.ttupload-dialog button{
    position: relative;
    margin: 0px 20px;
    bottom: 3px;
    padding: 6px 10px;
}
.ttupload-dialog.show{
    display: block;
}
.nowhour{
    background-color: red;
    color: aqua;
}

/* notification */
.notifdrawer{
    background-color: white;
    color: black;
    height:90%;
    width: 250px;
    position: fixed;
    right: -250px;
    text-align: center;
    border-radius: 10px;
    transition: right 0.1s ease-in;
    z-index: 1000;
    overflow-y: scroll;
}
.notifdrawer::-webkit-scrollbar{
    width: 0px;
}
.notifdrawer p{
    background-color: #d6d1e4;
    margin: 5px;
    padding: 4px;
    border: 1px solid #7f3f92;
    border-radius: 2px;
}

.notifdrawer.show{
    right: 0px;
}
.notiflegend{
    width: 80%;
    text-align: justify;
    padding-left: 12px;
    font-family: Verdana,serif;
    font-variant-caps: small-caps;
}
.notifdaybox{
    background-color: #eeeeee;
    text-align: center;
    height: auto;
    margin: 15px 10px;
    border: solid 1px black;
    border-top: 0px;
    border-radius: 5px;
}
.notifdaybox p{
    font-size: 12px;
    background-color: #C3CDE6;
    padding: 2px ;
    margin: 0px;
    position: relative;
    top: -4px;
    border: 1px solid black;
    border-radius: 10px;
}

.notifitem{
    background-color: #d6d1e4;
    height: 74px;
    margin: 5px;
    text-align: center;
    border-radius: 3px;
}
.notifitem h4{
    position: relative;
    top: 3px;
    margin: 0px 5px;
    font-size: 16px;
}
.notifitem label{
    margin: 0px 5px;
    font-size: 12px;
    color: rgb(111, 7, 89);
}
.notifitem button{
    margin: 5px 14px;
    height: 35%;
    width: 18%;
}
