* {
    font-family: 'Almarai', sans-serif;
}

.min-h-100 {
    min-height: 100vh !important;
}

.btn-link {
    text-decoration: none;
}

.nav-active {
    border-bottom: 3px solid #ff8701
}

.nav-active a,
.nav-active a:hover,
.nav-active a:active,
.nav-active a:focus {
    color: #ff8701;
}
.dt-button{
    border-radius: 5px !important;
}
.dt-button.buttons-excel {
    background-color: green !important;
    color: white !important;
}

.dt-button.buttons-pdf {
    background-color: red !important;
    color: white !important;
}

.dt-button.buttons-print {
    background-color: black !important;
    color: white !important;
}
