/* SweetAlert2 - appointment login warning */
.swal-appointment-popup {
    border-radius: 10px !important;
    padding: 8px 8px 20px !important;
}

.swal-appointment-title {
    color: #0a6b5a !important;
    font-size: 26px !important;
    font-weight: 700 !important;
}

.swal-appointment-text {
    color: #0a6b5a !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.swal-appointment-icon {
    border-color: #0a6b5a !important;
    color: #0a6b5a !important;
}

.swal-appointment-confirm {
    background: #0a6b5a !important;
    color: #fff !important;
    border: none !important;
    border-radius: 24px !important;
    padding: 10px 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    margin: 0 6px !important;
}

.swal-appointment-confirm:hover,
.swal-appointment-confirm:focus {
    background: #085646 !important;
    color: #fff !important;
}

.swal-appointment-cancel {
    background: #fff !important;
    color: #0a6b5a !important;
    border: 2px solid #0a6b5a !important;
    border-radius: 24px !important;
    padding: 10px 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    margin: 0 6px !important;
}

.swal-appointment-cancel:hover,
.swal-appointment-cancel:focus {
    background: #f0faf8 !important;
    color: #085646 !important;
}

button.schedule-appointment-btn {
    border: none;
    cursor: pointer;
}

/* Patient register & verify email pages */
.patient-auth-wrap {
    padding: 32px 15px 56px;
}

.patient-auth-card {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 10px;
    padding: 32px 36px;
    box-shadow: 0 2px 12px rgba(10, 61, 107, .06);
}

.patient-auth-card h1 {
    color: #0a6b5a;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px;
}

.patient-auth-subtitle {
    color: #666;
    margin-bottom: 24px;
}

.patient-auth-doctor-note {
    background: #f0faf8;
    border: 1px solid #cce8e2;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    color: #0a6b5a;
}

.patient-auth-doctor-note .fa {
    margin-right: 6px;
}

.patient-register-form label {
    font-size: 13px;
    font-weight: 600;
    color: #0a6b5a;
}

.patient-register-form .required {
    color: #c0392b;
}

.patient-register-form .form-control {
    height: 42px;
    border-radius: 6px;
    border-color: #d8e3ef;
    box-shadow: none;
}

.patient-birthdate-wrap {
    position: relative;
    cursor: pointer;
}

.patient-birthdate-wrap .patient-birthdate-picker {
    padding-right: 40px;
    cursor: pointer;
    background-color: #fff;
}

.patient-birthdate-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a6b5a;
    pointer-events: none;
}

.patient-birthdate-wrap .datepicker {
    z-index: 1060 !important;
}

.patient-register-error {
    color: #c0392b;
    font-size: 12px;
    margin-top: 4px;
}

.patient-auth-actions {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.patient-auth-submit {
    background: #0a6b5a;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 11px 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.patient-auth-submit:hover,
.patient-auth-submit:focus {
    background: #085646;
    color: #fff;
}

.patient-auth-cancel {
    background: #fff;
    color: #666;
    border: 1px solid #d8e3ef;
    border-radius: 6px;
    padding: 11px 28px;
}

.patient-auth-login-hint {
    margin-top: 20px;
    color: #888;
    font-size: 14px;
}

.patient-auth-login-hint a {
    color: #0a6b5a;
    font-weight: 600;
}

.patient-auth-alert {
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
}

.patient-auth-alert-error {
    background: #fdecea;
    border: 1px solid #f5c6cb;
    color: #a94442;
}

.patient-auth-alert-success {
    background: #e8f8f4;
    border: 1px solid #cce8e2;
    color: #0a6b5a;
}

.patient-verify-card {
    max-width: 560px;
    text-align: center;
}

.patient-verify-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #eef8f6;
    color: #0a6b5a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.patient-verify-icon .fa {
    font-size: 36px;
}

.patient-verify-email {
    font-size: 18px;
    margin-bottom: 16px;
}

.patient-verify-steps {
    color: #666;
    margin-bottom: 24px;
    text-align: left;
}

.patient-verify-resend {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .patient-auth-card {
        padding: 24px 18px;
    }
}
