*{
  font-family: 'Poppins', sans-serif;
}
html, body {
  height: 100%;
  margin: 0;
}
/* body {
  background-color: #f0f0f0;
  height: 100vh;
  margin: 0;
} */
.form-label{
  font-size: 20px; 
  color:rgb(7, 52, 104);
}
.card {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}
.card-title {
  text-align: center;
  margin-bottom: 20px;
}
.btn-primary {
  width: 100%;
}
#logoutButton {
  margin-right: 10px;
}

.table {
  width: 100%; 
  border-collapse: collapse; 
  font-size: 16px; 
}

.table th,
.table td {
  border: 1px solid #ddd; 
  padding: 8px; 
  text-align: left; 
}

.table th {
  background-color: #f2f2f2; 
  color: black; 
}

.table tr:nth-child(even) {
  background-color: #f9f9f9; 
}

.table tr:hover {
  background-color: #eaeaea; 
}
.time-slot-header {
  white-space: nowrap;
}
#shiftContainer {
  max-width: 100%;
  overflow-x: auto; 
}
.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    z-index: 1;
  }

  .dropdown-content label {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
  }

  .dropdown-content label:hover {
    background-color: #ddd;
  }

  .dropdown-content input[type="checkbox"] {
    margin-right: 8px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    z-index: 1;
  }

  .dropdown-content label {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
  }

  .dropdown-content label:hover {
    background-color: #ddd;
  }

  .dropdown-content input[type="checkbox"] {
    margin-right: 8px;
  }

  .show {
    display: block;
  }
  .headtab{
    display: flex;
    align-items: center;
  }
  .badge{
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: antiquewhite;
  }



  
