body, .dx-popup-content, .dx-popup-bottom {
    margin: 0;
    padding: 0; 
}
body.loading {
    overflow: hidden;
    height: 100vh;
}
#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(252, 250, 247);
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.spinner-grow {
    background: rgb(179, 127, 110) !important;
}
.loader-text {
    font-size: 18px;
    color: rgb(179, 127, 110);
    animation: fade 1.2s infinite;
}
::-webkit-scrollbar-thumb {
    background: #d86c56 !important;
    border-radius: 6px;
    width: 5px !important;
}
.font-bold{
    font-weight:bold;
}
#btnformReservas, #btnformClient, #btnformConfirmReservation, #btnformClientRegistration, #btnformCedula {
    border-radius: 24px !important;
    border: none !important;
    height: 49px !important;
    padding: 0px 1rem !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #FF5508 !important;
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: 2px !important;
    transition: all .5s !important;
    position: relative !important;
    overflow: hidden !important;
} 

#btnformReservas .dx-button-text {
    text-transform: none !important
}
#btnformClientRegistration .dx-button-text {
    text-transform: none !important
}
#btnformClient .dx-button-text {
    text-transform: none !important
}
#btnformConfirmReservation .dx-button-text {
    text-transform: none !important
}
#formCedula{
    margin-top:5px;
}
.rounded {
    border-radius: .25rem !important
}
.dx-form-group-caption,
.dx-field-item-label-text,
.dx-button-mode-text .dx-icon,
.dx-button-mode-text .dx-icon,
.dx-lookup-field-wrapper,
.dx-texteditor-input,
.dx-list-item-content,
.dx-calendar-navigator .dx-button, .dx-calendar-navigator .dx-button .dx-icon,
.dx-calendar-body thead th  
{
    color: rgb(179, 127, 110) !important;
}
.dx-button.dx-state-disabled .dx-button-text, .dx-button.dx-state-disabled .dx-icon
{
    color:white !important;
}
.dx-state-disabled .dx-widget, .dx-state-disabled.dx-widget{
    opacity:0.9 !important; 
}
.dx-calendar-cell.dx-calendar-today span {
    border-color: rgb(179, 127, 110) !important;
}
.fa:before, .dx-dialog-message {
    color: rgb(179, 127, 110) !important;
}
.dx-calendar-cell.dx-calendar-selected-date span {
    background-color: rgb(179, 127, 110) !important;
    box-shadow: 0 0 0 2px rgb(179, 127, 110,.5) !important;
}
.dx-button-has-text.dx-state-disabled {
    background-color: rgb(179 127 110) !important;
    opacity: 0.5 !important;
}
.dx-texteditor.dx-editor-filled {
    background: rgb(245, 235, 229) !important;
    border-bottom:0px !important;
}
.bg-white {
    border-radius: 22px !important;
    padding: 25px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06), 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}
.dx-button-mode-text.dx-button-default {
    background-color: #FF5508 !important;
    color: white !important;
    border-radius: 24px !important;
}
.modal-buttons {
    margin: 0 1rem;
}
.shadow-lg {
    background: #FF5508 !important;
    color: #fcfaf7 !important;
    filter: none !important;
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .1) 0 4px 6px -4px !important;
    transform: none !important;
}
.modal-buttons button {
    color: white !important;
    background: #FF5508 !important;
    font-weight: 500 !important;
    border:none;
}
@media (min-width: 640px) {
    .sm\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}
.w-full {
    width: 100% !important;
}
.rounded-xl {
    border-radius: .75rem !important;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
}
.gap-5 {
    gap: 1.25rem !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.otp-card {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 30px #ac8273;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 1.5rem;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    transform: none;
}
.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}
.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
}
.text-\[\#FA6B3D\] {
    text-decoration: underline;
    color: rgb(250, 107, 61);
    cursor: pointer;
}
.resend-wrapper {
    text-align: center;
    margin-top: 20px;
}

.resend-btn {
    background: white;
    border: 1px solid #d4d4d4;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    color: #6b6b6b;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .resend-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        box-shadow: none;
    }

    .resend-btn:hover:not(:disabled) {
        background: #f7f7f7;
    }

.resend-timer {
    margin-top: 6px;
    font-size: 13px;
    color: #8a8a8a;
    display: none;
}