/********** Custom Style **********/
.dark-style .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: white !important;
}

i.required {
    color: rgba(240, 24, 24, 0.75) !important;
}

.font-sm {
    font-size: 12px;
}

.font-md {
    font-size: 16px;
}

.font-lg {
    font-size: 20px;
}

.back-btn-ar {
    background-color: #f8f9fa !important;
    color: #343a40 !important;
}

.back-btn-ar:hover {
    background-color: #e9ecef !important;
}

.dark-style .dt-button {
    color: white !important;
}

.bg-fawry {
    background-color: #FFD328!important;
    color: #006E96!important;
}