.ptbody {
    font-family: Arial, sans-serif !important;
    margin: 10px;
   
    direction: ltr;
}

.timetable {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.entry ,.timetable td {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: center !important;
}
.entry  table.timetable td, .timetable th, .timetable tr {
     text-align: center !important;
     vertical-align: middle;
}


.head-row {
    /* background: #9ebaa0;
    color: #fff; */
    font-weight: bold;
    /* background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.7em 0.4em;
    vertical-align: middle; */
}

.today-row {
    background: #ffeeba;
    font-weight: bold;
        text-align: center;

}

.footer {
    margin-top: 20px;
    text-align: center;
}

.btn {
    background: #92bd95;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn:hover {
    background: #495f4b;
}



#pageLoader {
  display: none ; 
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(255, 255, 255, 0.8) !important; 
  z-index: 999999 !important;
  display: flex ;
  align-items: center !important;
  justify-content: center !important;
}

.spinner {
  width: 70px !important;
  height: 70px !important;
  border: 8px solid #f3f3f3 !important;
  border-top: 8px solid #afadad !important;
  border-radius: 50% !important; 
  box-sizing: border-box !important;
  animation: spin 1s linear infinite !important;
}



@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
