/* /Layout/MainLayout.razor.rz.scp.css */
html[b-ppjsadwzyo], body[b-ppjsadwzyo] {
    margin: 0;
    padding: 0;
    height: 100%; /* Full height for html and body */
    width: 100%; /* Full width for html and body */
    overflow: hidden; /* Prevent scrollbars from appearing */
}

.bg[b-ppjsadwzyo] {
    /* The image used */
    /*background-image: url('img/bg.webp');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    /*background: rgb(216 198 198 / 75%);*/
    background-color: #c5d7e0bf;
}
/* /Pages/Booking.razor.rz.scp.css */
.formStyle[b-0kz318nosr] {
    width: 92%;
    border: 1px solid #CCC;
    border-radius: 1em;
    background-color: #F5F5F5;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.formInfo[b-0kz318nosr] {
    border-radius: 1em 1em 0 0;
    background-image: url(img/booking_appointment.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 250px;
}

.form-control[b-0kz318nosr] {
    border-radius: 40px;
}

@media (min-width: 768px) {
    .formInfo[b-0kz318nosr] {
        border-radius: 1em 0 0 1em;
        background-image: url(img/booking_appointment.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        min-height: 300px;
    }
}

.form-group p[b-0kz318nosr] {
    font-size: large;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
}
/* /Pages/BookingCheckAgain.razor.rz.scp.css */
body[b-uzl735lrqe] {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

.ticket-container[b-uzl735lrqe] {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
}

.ticket-header[b-uzl735lrqe] {
    background-color: #28a745;
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.ticket-body[b-uzl735lrqe] {
    padding: 20px;
}

.ticket-footer[b-uzl735lrqe] {
    padding: 10px;
    border-top: 1px solid #ddd;
}

    .ticket-footer a[b-uzl735lrqe] {
        text-decoration: none;
        color: #28a745;
    }

.info-table[b-uzl735lrqe] {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    .info-table td[b-uzl735lrqe] {
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

        .info-table td:first-child[b-uzl735lrqe] {
            color: #777;
            width: 45%;
        }


.button-group[b-uzl735lrqe] {
    display: flex;
    justify-content: space-between;
}

.btn-contact[b-uzl735lrqe], .btn-details[b-uzl735lrqe] {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    width: 48%;
}

    .btn-contact:hover[b-uzl735lrqe], .btn-details:hover[b-uzl735lrqe] {
        background-color: #0056b3;
    }

/* ===== Popup Container ===== */
.modal-content[b-uzl735lrqe] {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* ===== Title ===== */
.modal-header[b-uzl735lrqe] {
    border-bottom: none;
    padding: 1.5rem;
}

.modal-title[b-uzl735lrqe] {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* ===== Body ===== */
.modal-body[b-uzl735lrqe] {
    padding: 2.5rem 2rem;
}

/* Label text */
.queue-label[b-uzl735lrqe] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

/* ===== Order Number ===== */
.queue-number[b-uzl735lrqe] {
    font-size: 4.5rem;
    font-weight: 800;
    color: #198754;
    letter-spacing: 4px;
    margin: 0.5rem 0 1.5rem;
}

/* ===== Time ===== */
.queue-time[b-uzl735lrqe] {
    font-size: 1.1rem;
    color: #495057;
    background: #f8f9fa;
    padding: 0.6rem 1rem;
    border-radius: 12px;
    display: inline-block;
}
.queue-hint[b-uzl735lrqe] {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    color: #6c757d;
    background: #f1f3f5;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    display: inline-block;
}

/* ===== Footer ===== */
.modal-footer[b-uzl735lrqe] {
    border-top: none;
    padding: 1.5rem;
}

    .modal-footer .btn[b-uzl735lrqe] {
        font-size: 1.2rem;
        font-weight: 600;
        padding: 0.75rem;
        border-radius: 12px;
    }
/* /Pages/BookingError.razor.rz.scp.css */
.modal[b-7mdhz6chcu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-7mdhz6chcu] {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.icon img[b-7mdhz6chcu] {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}

h2[b-7mdhz6chcu] {
    margin: 0;
    font-size: 22px;
    color: #dc3545;
    margin-bottom: 10px;
}

p[b-7mdhz6chcu] {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

button[b-7mdhz6chcu] {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

    button:hover[b-7mdhz6chcu] {
        background-color: #dc3545;
    }
/* /Pages/BookingSuccess.razor.rz.scp.css */
.modal[b-zuyo0mqnsy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-zuyo0mqnsy] {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.icon img[b-zuyo0mqnsy] {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}

h2[b-zuyo0mqnsy] {
    margin: 0;
    font-size: 22px;
    color: #4CAF50;
    margin-bottom: 10px;
}

p[b-zuyo0mqnsy] {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

button[b-zuyo0mqnsy] {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

    button:hover[b-zuyo0mqnsy] {
        background-color: #45a049;
    }
