@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

:root {
    --primary-color: #123524;
}

/*#A3C8F5*/

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 500;
    src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.woff) format('woff'),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.ttf) format('truetype');
}

body {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    font-size: 1.07rem !important;
    line-height: 1.8;
    font-weight: 500;
}

.navigation {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    font-size: 1.07rem !important;
    line-height: 1.8;
    font-weight: 500;
}

.navigation-header {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
    font-size: 1.07rem !important;
    line-height: 1.8 !important;
    font-weight: 500;
}

.dropdown-user {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
    font-size: 1.07rem !important;
    line-height: 1.8 !important;
    font-weight: 500;

}

.modal-footer {
    padding: 14px 20px;
    background: #f2f5f7;
    text-align: right;
    font-weight: 500;

}

.modal-header {
    padding: 14px 20px;
    background: var(--primary-color);
    text-align: right;
    font-weight: 500;
}
.icon-base{
    color: #d5d5d5;
}

.icon-sar{
    color: #000000;
}

.modal-title{
    color: #123524;
}

.bootstrap-select .dropdown-menu a[aria-selected=true]{
    background: #D8EEEE;
    color: #123524;
}

.bootstrap-select .dropdown-menu .dropdown-item:active{
    background: #D8EEEE;
    color: #123524;
}

.form-check-input {
    --bs-form-check-input-checked-bg: #123524;
}

.accordion-button {
    color: #ffffff;
}
.accordion-item:last-of-type .accordion-collapse:last-of-type .accordion-button ,
.accordion-item:nth-last-of-type(2) .accordion-collapse:nth-last-of-type(2)  .accordion-button {
    color: #000000;
}

.dropdown-toggle {
    display: block !important;
}

.form-label{
    font-size: 1.07rem !important;
}

.col-form-label{
    font-size: 1.07rem !important;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
    width: 270px !important;
}

.mb-70{
    margin-bottom: 0.7rem !important;
}

.rounded-5{
    border-radius: 1rem !important;
}

.rounded-6{
    border-radius: 1.5rem !important;
}

.select-rounded{
    border-radius: 40px !important
}

#phone_number{
    direction: ltr
}
#phone{
    direction: ltr
}

.app-content{
    background-image: linear-gradient(to left,#ddf8e9, #fbfffa, #f8fef8, #ddf8e9);}

.dropdown-menu {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
}
.nav {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
}

.form-control:focus::placeholder {
    transform: unset;
}

/* Enlarge the alert window size and change the font */
.swal2-popup {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    width: 480px !important;
    padding: 2rem 2rem 1.5rem 2rem !important;
    border-radius: 12px;
}

/* Increase the title size */
.swal2-title {
    font-size: 26px !important;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Increase the text size within the alert */
.swal2-html-container {
    font-size: 18px !important;
}

/* Increase the size and beautify the buttons */
.swal2-confirm,
.swal2-cancel {
    font-size: 16px !important;
    padding: 10px 22px !important;
    border-radius: 8px !important;
}

/* Adjust the spacing between buttons */.swal2-actions {
    gap: 12px !important;
}

/* تغيير الخط وحجم النص داخل محتوى popover */
.popover {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    max-width: 400px; /* لتحديد عرض أقصى إذا كان النص طويل */
    padding: 10px;
}

/* تحسين شكل النص داخل popover */
.popover-body {
    font-size: 15px !important;
    color: #333;
    line-height: 1.6;
}

.filter-toggle {
    padding: 0.5rem 0;
}

.filter-label {
    white-space: nowrap;
}

.filter-line {
    border-top: 1px solid #ddd;
    height: 1px;
    margin-top: 0.2rem;
}

.toggle-icon::before {
    content: "\ecca"; /* tabler-plus */
    font-family: 'tabler-icons';
    transition: transform 0.3s ease;
}

.filter-toggle[aria-expanded="true"] .toggle-icon::before {
    content: "\ecc9"; /* tabler-minus */
}
