/* تكبير DatePicker المرتبط بحقل الحجز */
#bookingDatePicker + .datepicker,
.datepicker {
    font-size: 1.1rem;
}

    /* تكبير الخلايا */
    /*.datepicker table tr td,
    .datepicker table tr th {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 1.5rem;
        border-radius: 10%;
    }*/


    /* الهيدر (الشهر + الأسهم) */
    .datepicker .datepicker-switch,
    .datepicker .prev,
    .datepicker .next {
        font-size: 1.3rem;
        padding: 10px;
    }

    /* أسماء الأيام */
    .datepicker .dow {
        font-size: 1.2rem;
        font-weight: bold;
    }

/* تمركز أفضل على الموبايل */
@media (max-width: 768px) {
    .datepicker {
        width: 100vw;
        max-width: 280px;
        /*left: 50% !important;*/
        /*transform: translateX(-50%);*/
    }

    .datepicker table {
        width: 100%;
        table-layout: fixed;
    }

    .datepicker table tr td,
    .datepicker table tr th {
        aspect-ratio: 1 / 1; /* مربع تلقائي */
        font-size: 1.1rem;
        border-radius: 12%;
    }
}



.disabled-date {
    background: #ddd !important; /* رمادي */
    color: #999 !important;         /* رمادي غامق */
    pointer-events: none !important;
    border-radius: 50%;
}

.active-date {
    background-color: #45a745 !important; /* أخضر */
    color: #fff !important; /* ابيض */
    border-radius: 50%;
    font-weight: bold;
}


.calendar-legend {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.legend-color {
    width: 14px;
    height: 14px;
    border-radius: 20%;
    display: inline-block;
}

    .legend-color.available {
        background-color: #45a745; /* أخضر */
    }

    .legend-color.disabled {
        background-color: #999; /* رمادي */
    }

/*university*/
.university-dropdown {
    background-color: #f4f8ff; /* خلفية جامعية هادئة */
    border: 2px solid #1b4b9c; /* أزرق جامعي */
    color: #1b4b9c; /* لون النص */
    padding: 2px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0px 2px 6px rgba(27, 75, 156, 0.15); /* ظل رسمي */
}

    .university-dropdown:hover {
        background-color: #e8f0ff; /* درجة أفتح عند الـ hover */
    }

    .university-dropdown:focus {
        border-color: #198754; /* أخضر نجاح (bootstrap success) */
        box-shadow: 0px 0px 6px #198754;
        outline: none;
    }




    .university-input {
        background-color: #f4f8ff; /* خلفية جامعية */
        border: 2px solid #1b4b9c; /* الأزرق الجامعي */
        color: #1b4b9c; /* لون النص */
        padding: 2px 8px;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 500;
        transition: 0.3s ease;
        box-shadow: 0px 2px 6px rgba(27, 75, 156, 0.15);
    }

    .university-input::placeholder {
        color: #7a90c2;     /* درجة أفتح */
    }

    .university-input:hover {
        background-color: #e8f0ff;
    }

    .university-input:focus {
        border-color: #198754; /* أخضر نجاح */
        box-shadow: 0px 0px 6px #198754;
        outline: none;
    }



   .form-group-right {
        text-align: right !important; /* يجعل اللابل ناحية اليمين */
    }

    .university-input,
    .university-dropdown {
        width: 100%;
        direction: rtl;  /* اتجاه عربي */
        text-align: right;  /* الكتابة داخل الحقل يمين */
    }




    .university-save-btn {
        background-color: #1b4b9c; /* الأزرق الجامعي */
        color: #fff;
        border: none;
        width: 100%;
        padding: 8px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: bold;
        transition: 0.3s;
    }

        .university-save-btn:hover {
            background-color: #153a78;
        }

        .university-save-btn:active {
            background-color: #102d5d;
        }





    .university-back-btn {
        background-color: #6c757d; /* رمادي رسمي */
        color: #fff;
        border: none;
        width: 100%;
        padding: 8px;
        border-radius: 8px;
        font-size: 18px;
        font-weight: bold;
        transition: 0.3s;
        margin-top: 8px;   /* مسافة بين الزرين */
    }

        .university-back-btn:hover {
            background-color: #5c636a;
        }

        .university-back-btn:active {
            background-color: #4b5156;
        }




   .form-center-wrapper {
        display: flex;
        justify-content: center; /* توسيط أفقي */
        align-items: center; /* توسيط عمودي */
        min-height: 100vh; /* يأخذ طول الشاشة بالكامل */
        padding: 20px;
    }

    .form-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 30px;
        width: 100%;
        max-width: 600px; /* عرض الفورم */
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }



    /* خلفية جامعية هادئة */
  body {
        background: #eef3fa !important;
    }

    /* Wrapper للفورم */
    .form-center-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        padding: 20px;
    }

    /* البوكس الرئيسي */
    .form-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 30px;
        width: 100%;
        max-width: 650px;
    }

    /* اللوجو */
    .form-logo {
        width: 150px;
        display: block;
        margin: 0 auto 15px auto;
    }

    /* العنوان */
    .form-title {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        color: #1b4b9c;
        margin-bottom: 20px;
    }


.select2-container {
    width: 100% !important;
    direction: rtl; /* اتجاه عربي */
    text-align: right; /* الكتابة داخل الحقل يمين */
}

    .select2-container--default .select2-selection--single {
        height: 38px;
        padding: 6px 12px;
    }



/* الشكل العام */
.select2-container--default .select2-selection--single {
    background-color: #f4f8ff !important;
    border: 2px solid #1b4b9c !important;
    color: #1b4b9c !important;
    padding: 5px 7px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    height: 35px !important;
    box-shadow: 0px 2px 6px rgba(27, 75, 156, 0.15);
    transition: 0.3s ease;

}

    /* عند الـ Hover */
    .select2-container--default .select2-selection--single:hover {
        background-color: #e8f0ff !important;
    }

/* عند التركيز */
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #198754 !important;
    box-shadow: 0px 0px 6px #198754 !important;
}

/* لون النص المختار */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1b4b9c !important;
    line-height: 32px !important;
}

/* السهم */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1b4b9c transparent transparent transparent !important;
}

/* صندوق البحث داخل الدروب داون */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 6px;
    border: 2px solid #a51e1e !important;
    padding: 6px;
}



.select2-dropdown {
    border-radius: 8px !important;
    border: 2px solid #1b4b9c !important;
}



