.modal-backdrop.show {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.1);
}

.appointment-modal-wrapper .custom-modal {
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    direction: ltr;
    text-align: left;
    padding: 2.2rem 2.2rem 1.5rem 2.2rem;
    position: relative;
    border: none;
    background: #fff;
    min-width: 350px;
}

.appointment-modal-wrapper .custom-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    background: #179EDA;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.18s, box-shadow 0.18s;
    z-index: 10;
    padding: 0;
}

.appointment-modal-wrapper h4 {
    font-family: 'FFShamelSans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
}

.appointment-modal-wrapper p {
    font-family: 'FFShamelSans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 60px;
}

.appointment-modal-wrapper .custom-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #312F4C4D;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 0.44rem 0 0.3rem 0;
    font-size: 1.01rem;
    transition: border-color 0.2s;
    color: #312F4C4D;
    height: 40px;
    text-align: left;
}

.appointment-modal-wrapper .custom-input:focus {
    border-color: #312F4C4D;
    box-shadow: none;
    outline: none;
    background-color: #f5fafd;
    color: #000000;
}

.appointment-modal-wrapper .custom-input::placeholder {
    color: #000000;
    font-family: 'FFShamelSans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.appointment-modal-wrapper .g-3 > [class^="col-"] {
    margin-bottom: 0.7rem;
}

.appointment-modal-wrapper .btn.btn-submit {
    background-color: #179EDA;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    transition: background 0.2s;
    box-shadow: none;
    letter-spacing: 1px;
    text-align: center;
    outline: none;
    height: 34px;
    border-radius: 0px;

}

.appointment-modal-wrapper .custom-input,
.appointment-modal-wrapper .select2-selection--single,
.appointment-modal-wrapper input.flatpickr-input {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #312F4C4D !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0.44rem 0 0.3rem 0 !important;
    font-size: 1.01rem !important;
    font-family: 'FFShamelSans', sans-serif;
    font-weight: 400;
    height: 40px !important;
    color: #000 !important;
    text-align: left !important;
}

.appointment-modal-wrapper .select2-selection__arrow {
    top: 8px !important;
}

.appointment-modal-wrapper .select2-selection__placeholder {
    color: #999 !important;
}

.appointment-modal-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 2;
    padding-left: 0;
}

.appointment-modal-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}


.swal2-popup.custom-success-popup {
    border-radius: 16px !important;
    max-width: 90%;
    width: 400px;
    padding: 1.5rem;
    direction: rtl;
}

.swal2-close.custom-close-button {
    background-color: #179EDA;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 40px;
    width: 40px;
    height: 40px;
    top: 12px !important;
    right: 12px !important;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.swal2-close.custom-close-button:hover {
    background-color: #b8e5f9;
}
