.popup-content {
  background: white !important;
  color: rgb(34, 34, 34) !important;
}

.bookings-container,
.main-layout .select-section {
  background-color: rgba(255, 255, 255, 0.89);
  filter: opacity(0.97);
}

.main-layout hr {
  background-color: rgba(65, 65, 65, 0.788);
}

.main-layout .footer {
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100%;
}

.main-layout .footer-inner {
  position: relative;
  background-color: white;
  text-align: center;
  color: #222;
  padding: 0.3rem;
}

.popup-content .btn-light {
  border: 1px solid #222 !important;
  color: white !important;
  background-color: rgb(75, 75, 75) !important;
}

.slide-warning {
  color: rgb(83, 83, 83);
}

.btn-primary,
.btn-secondary {
    background-color: #75463e !important;
    color: white !important;
    border-color: #75463e !important;
    border-radius: 10px !important;
}

.btn-primary:hover,
.btn-secondary:hover {
    background-color: #80524a !important;
    color: white !important;
    border-color: #80524a !important;
}