.rhdr {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;  
}
.myalert {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;  
}
.hr  {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;  
}
.bg-theme  {
  background-color: #c3e6cb;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);   
}
.section {
  background-color: white;
  padding: 1rem;
  margin-bottom: 1rem;
  border-left: 5px solid darkgreen;
  border-radius: 8px;
}
.logo {
  height: 80px;
  vertical-align: middle; 
}
a {
  color: darkgreen;
}
.dropform {
  width: 420px;
  white-space: nowrap;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #FEB7EE;
}

.slot-btn {
  margin: 0.5rem;
  padding: 0.5rem;
  width: 230px;
  background-color: #fcfcfc;
  color: #dc7e5a;
  border: 1rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  min-width: 120px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.time-disabled-btn {
  margin: 0.5rem;
  padding: 0.5rem;
  width: 150px;
  background-color: lightgray;
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  text-align: center;
  min-width: 120px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.time-btn {
  margin: 0.5rem;
  padding: 0.5rem;
  width: 150px;
  background-color: #d4edda;
  color: #155724;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  text-align: center;
  min-width: 120px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.seats  {
  color: #A0A0A0;
  font-weight: 600;  
}
.time-btn:hover {
  background-color: #c3e6cb;
  color: #1b1b1a;
}
.lbl-area {
  font-size: 14px;
}
.lbl-time {
  font-size: 18px;
}
.lbl-date {
  text-decoration: underline;
  font-size: 14px;
}
.btn-ricos {
  border: none;
  background-color: #d4edda !important;
  color: #155724 !important;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.btn-ricos:hover {
  background-color: #c3e6cb !important;
  color: #dc7e5a !important;
}
.bg-reserve-info {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}
.search-btn {
      padding: 10px;
      background-color: #007bff;
      border: none;
      color: white;
      border-radius: 50%;
      cursor: pointer;
    }
    .search-btn:hover {
      background-color: #0056b3;
    }
