@import url('../more/fonts/css2.css');
/* new header */
    header {
      background: linear-gradient(to left, #4facfe, #00f2fe);
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      color: white;
    }
    .logo span:first-child {
      font-size: 26px;
      font-weight: bold;
    }
    .logo span:last-child {
      font-size: 40px;
    }
    nav a {
      text-decoration: none;
      color: white;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 10px 20px;
      border-radius: 30px;
      transition: background-color 0.3s, color 0.3s;
      font-weight: bold;
    }
    nav a:hover {
      background-color: white;
      color: #00c6ff;
    }
/* salary + monasabat */
body {
    font: bold 14px 'Cairo';
    margin: 0;
    padding: 0;
    line-height: 2em;
}
h1 {
    font: bold 20px 'Cairo';
}
.table1, .table2, .table3, .table4, .table5 {
        border-collapse: collapse;
        width: 100%;
      }
      
    .table1 td, .table1 th, .table2 td, .table2 th, .table3 td, .table3 th, .table4 td, .table4 th, .table5 td, .table5 th {
        border: 1px solid #AEB6BF;
        padding: 6px;
        text-align: center;
      }
      
    .table1 th.new, .table2 th.new, .table3 th.new, .table4 th.new, .table5 th.new {
    border: 1px solid #AEB6BF;
    padding: 6px;
    text-align: center;
    color: #F00;
}
      
    .table1 tr:nth-child(even){background-color: #EAFAF1;}
    .table2 tr:nth-child(even){background-color: #d2e5db;}
    .table3 tr:nth-child(even){background-color: #F4ECF7;}
    .table4 tr:nth-child(even){background-color: #edd5df;}
    .table5 tr:nth-child(even){background-color: #c4e0e3;}

    .table1 th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #EAFAF1;
        color: #000;
      }
      .table2 th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #d2e5db;
        color: #000;
      }
        .table3 th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #F4ECF7;
        color: #000;
      }
        .table4 th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #edd5df;
        color: #000;
      }
        .table5 th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #c4e0e3;
        color: #000;
      }

    .table1 span, .table2 span, .table3 span, .table4 span, .table5 span  {
      display: block;
      font-size: 3rem;
    }
    .table2 h1, .table3 h1, .table4 h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}
.nbth a {
    font-size: 20px;
    color:#0000FF;
    text-decoration: none;
}
span.nb1 {
    font-size: 25px;
    color: blue;
    float: right;
    margin-right: 45%;
    margin-top: 7px;
}

span.nb2 {
    float: right;
}
@media screen and (max-width: 700px) {
    span.nb1 {
    font-size: 25px;
    color: blue;
    float: right;
    margin-right: 25%;
    margin-top: 7px;
}
}
/* END salary + monasabat */

#days, #days1, #days2, #days3, #days4 {
    color:blue;
}
#hours, #hours1, #hours2, #hours3, #hours4 {
    color:green;
}
#minutes, #minutes1, #minutes2, #minutes3, #minutes4 {
    color:orange;
}
#seconds, #seconds1, #seconds2, #seconds3, #seconds4 {
    color:plum;
}