#reservation-modal .modal-content {
    border-radius: 1rem !important;
    width: 100% !important;
}

/* .reservation-button {
    border: solid 1px;
    font-size: 18px;
    max-width: 580px;
    background-image: linear-gradient(to right, #fefab6, #f7c4be);
}

@media screen and (max-width: 896px) {
    .reservation-button {
      max-width: 480px;
    }
  }

@media screen and (max-width: 479px) {
    .reservation-button {
        max-width: 270px;
    }
} */


.reservation-button-text {
    color: #223499;
}

.search-text {
    font-size: 10px;
}

#reservation-modal-search {
    background-color: #FFCFA9;
    color: #943634;
    box-shadow: 2px 2px 5px #76797f;
}
