#tbar{
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 9px 15px;
  align-items: center;
}

#tbar #home{
  font-size: 25px;
}

#tbar #title{
  font-size: 20px;
  margin-left: 15px;
  font-family: "aladin";
  margin-top: 5px;
}


#data-box{
  display: flex;
  padding: 10px 10%;
  justify-content: space-between;
  margin-top: 1px;
  background: rgba(0, 0, 0, 0.08)
}

.dbox-item-title{
  font-size: 13px;
}

.dbox-item-value{
  font-weight: bold;
  font-family: "acme";
  font-size: 17px;
}

#courses{
  margin: 0 auto;
  margin-top: 15px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.courses-item{
  border-left: 5px solid #f11;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  padding: 12px 8px;
  display: flex;
  align-items: center;
}

.courses-code{
  font-weight: bold;
  font-size: 17px;
  font-family: "acme";
}

.courses-lecturer{
  font-size: 13px;
  color: #666;
  margin-left: 6px;
}

.courses-open{
  border: 1px solid #f11;
  padding: 5px 7px;
  border-radius: 15px;
  margin-left: auto;
  font-size: 12px;
  color: #f11;
  cursor: pointer;
}

#add-course{
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-top: 20%;
  background: #fff;
  border: 1px solid #f11;
  padding: 10px 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  outline: none;
  cursor: pointer;
}

#add-course .material-icons{
  color: #f11;
}

#add-course .btn-text{
  color: #f11;
  font-weight: bold;
}

#add-student{
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  background: #f11;
  border: 1px solid #f11;
  padding: 10px 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  outline: none;
  cursor: pointer;
}

#add-student .material-icons{
  color: #fff;
}

#add-student .btn-text{
  color: #fff;
}

#get-pin{
  background: #2266EE;
  width: 100%;
  position: fixed;
  height: 50px;
  display: flex;
  align-items: center;
  bottom: 0;
  color: #fff;
  border: none;
  justify-content: center;
  gap: 4px;
  font-weight: bold;
  outline: none;
  
}


#pin-box{
  position: fixed;
  bottom: 40%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  display: none;
  
}

#pin-box h4{
  color: #257;
  font-family: "Acme";
  font-weight: bold;
  font-size: 18px;
}

#pin-value{
  font-size: 25px;
  margin-top: 6px;
  padding: 5px 5px;
  border-radius: 4px;
}

#change-vald{
  background: #26e;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px 5px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin-top: 5px;
  
}


/* Week-box */
#week-box{
  position: fixed;
  top: 40%;
  left: 10%;
  background: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  display: none;
  align-items: center;
  flex-direction: column;
  width: 70%;
  justify-content: center;
}

#week-box-h3{
  color: #257;
  font-family: "Acme";
  font-weight: bold;
  font-size: 18px;
}

#week-box-logo{
  font-size: 35px;
  color: #46e;
}

#week-box input{
  margin-top: 8px;
  text-align: center;
  font-size: 17px;
  font-family: 'aleo';
  width: 90%;
}

#week-confirm{
  background: #36e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  border-radius: 4px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  padding: 12px 12px;
  gap: 4px;
  width: 70%;
}

#week-confirm .material-icons{
  font-size: 18px;
}

#week-confirm-text{
  font-weight: bold;
  font-size: 15px;
}
