
html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Tajawal', 'AL-Hotham', 'Dubai', sans-serif;
}

.nav-link {
    font-size: 16px;
    font-weight: bold;
}

.nav-link:hover {
    color: #9d7c47 !important;
    transition: 0.5s;
}

.card {
    background-color: #ffffff !important;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px 0 #bfbfbf;
    border: #9d7c47 solid 1px;
}

table.dataTable thead th, table.dataTable thead td {
    text-align: center !important;
    background-color: #9d7c47 !important;
}

table.table-bordered.dataTable thead tr:first-child th:active, table.table-bordered.dataTable thead tr:first-child td:active {
    color: #0c0c0c !important;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.card > .card-header > h3,
.card > .card-header > div > h3 {
    color: #9d7c47 !important;
    font-weight: bold !important;
    font-size: 24px !important;

}

.btn-primary {
    background-color: #9d7c47 !important;
    border-color: #e4dc94 !important;
}

.btn-primary:hover {
    background-color: #e4dc94 !important;
    border-color: #9d7c47 !important;
    color: black !important;
}

.btn-outline-primary {
    color: black !important;
    border-color: #e4dc94 !important;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #9d7c47;
    border-color: #e4dc94 !important;
}

tfoot.tr {
    color: white !important;
    font-weight: bold;
    background-color: #9d7c47;
    border-color: #e4dc94 !important;
}

tfoot.tr:hover {
    color: white !important;
    background-color: #9d7c47;
    border-color: #e4dc94 !important;
}
