.rating-modal {}

.rating-modal .modal-content,
.schedule-modal .modal-content {
    border-radius: 2rem 2rem 1.5rem 1.5rem;
    border: none;
    box-shadow: none;
}

.rating-modal .modal-header,
.schedule-modal .modal-header {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background-color: #ff9600;
}

.rating-modal .modal-header h5,
.schedule-modal .modal-header h5 {
    color: #fff;
    padding-left: 1rem;
    font-size: 1.5rem;
}

.usage-option-1 {
    background-color: #cbffb0 !important;
}
.usage-option-2 {
    background-color: #ffcbcb !important;
}
.usage-option-3 {
    background-color: #cbf2ff !important;
}
.usage-option-4 {
    background-color: #f2cbff !important;
}
.meeting-room-card {}
.meeting-room-card .card-img-top {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    background-color: #ccc;
}
.fixed-top-navbar .content-top {
    background: none;
    padding-top: 40px;
    padding-bottom: 0;
}
.dark .usage-option-1,
.dark .usage-option-2,
.dark .usage-option-3,
.dark .usage-option-4 {
    color: #0c0c0c;
}
.book-now-item {
    background-color: #39c912 !important;
    color: #fff !important;
}

body:not(.dark) .table {
    background: #fff;
}

.lightbox-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.lightbox-gallery img {
    width: 100%;
    height: 6rem;
    object-fit: cover;
    cursor: pointer;
    border-radius: 1rem;
    transition: 0.3s;
    box-shadow: 5px 3px 10px 3px rgb(0 0 0 / 10%);
    border: 1px solid #ccc;
}
.verified-success {
    background-color: #a0ecb8;
}