.image-input-placeholder {
    background-image: url('/admin/assets/media/svg/avatars/blank.svg') !important;
}

[data-bs-theme="dark"] .image-input-placeholder {

    background-image: url('/admin/assets/media/svg/avatars/blank-dark.svg')
}

.custom-datatable tbody tr:hover {
    cursor: pointer;
    background-color: #a4c6ef !important;
    color: #323941 !important;
    transition: 0.3s;

}

body {
    text-transform: capitalize
}

/* Datatable footer and pagination layout fixes */
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.75rem;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0.5rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0;
    gap: 0.25rem;
    flex-wrap: wrap;
    align-items: center;
}

div.dataTables_wrapper div.dataTables_paginate .page-link {
    min-width: 2.25rem;
    text-align: center;
    white-space: nowrap;
}

[dir="rtl"] div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
}

@media (max-width: 767.98px) {
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }
}


@font-face {
    font-family: 'Cairo';
    src: url('/admin/assets/plugins/global/fonts/Cairo/Cairo-VariableFont_slnt,wght.ttf') format('truetype');
    font-weight: 100 900; /* Range of weights */
    font-style: normal;
}