body{
  margin:0;
  font-family:system-ui, Arial;
  background:#0E7C3A;
  color:#fff;
}
.topbar{
  background:#F6C400;
  color:#064420;
  padding:12px;
  font-weight:900;
  display:flex;
  align-items:center;
  gap:12px;
}
.title{flex:1;text-align:center}
main{padding:12px}
.card{
  background:#fff;
  color:#064420;
  padding:12px;
  border-radius:12px;
  text-align:center;
  margin-bottom:10px;
}
select,input,button{
  width:100%;
  padding:10px;
  border-radius:10px;
  border:none;
  margin:6px 0;
  font-weight:900;
}
.today-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:10px;
}
.box{
  border-radius:16px;
  padding:12px 5px;
  text-align:center;
  font-weight:900;
}
.sehri{background:#9BE7AE;color:#064420}
.iftar{background:#FFD84D;color:#5A3A00}
.big{font-size:26px}
.countdown{font-size:14px}
table{
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  background:#fff;
  color:#064420;
}
th,td{
  border:1px solid #F6C400;
  padding:6px;
  text-align:center;
}
th{background:#F6C400}
.today-row{
  background:#F6C400 !important;
  font-weight:900;
}
.dua{
  border:2px solid #F6C400;
  border-radius:12px;
  padding:10px;
  margin-top:10px;
}
.footer{
  margin-top:12px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  border-top:2px solid #F6C400;
  padding-top:10px;
}
.logo{
  width:60px;
  height:60px;
  border-radius:50%;
  border:2px dashed #F6C400;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
#sideMenu{
  position:fixed;
  left:-250px;
  top:0;
  width:200px;
  height:100%;
  background:#114d2d;
  padding:20px;
  transition:.3s;
}
#sideMenu a{
  display:block;
  color:#fff;
  text-decoration:none;
  margin:10px 0;
  font-weight:900;
}
#overlay{
  display:none;
  position:fixed;
  /* inset:0; */
  background:rgba(0,0,0,.5);
}
#menuBtn{
  width: 10%;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
}
.backBtn{
  width: 10%;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
}
.pinInp{
  border: 1px solid #ddd;
  width: 94%;
}
.tableInp{
  width: 70%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: center;
}
