button:focus {
    outline: none;
}

.container-fluid {
    max-width: 1650px;
}

.bg-dark {
    background-color: #555 !important;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    font-size: 14px;
    border-color: #ccc;
}

.navbar {
    padding: 0 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ccc;
    font-family: "Alhurra", sans-serif;
    letter-spacing: 0.6px;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.form-control {
    height: calc(1.8em + 0.75rem + 2px);
}

label {
    font-family: "Alhurra", sans-serif;
    font-size: 17px;
    color: #212529;
}

.form-control:focus {
    border-color: #c1c1c1;
    box-shadow: none;
}

.form-group {
    margin-bottom: .5rem;
}

.pagination {
    justify-content: center;
    margin-top: 50px;
}

.page-link {
    padding: 0.7rem 1rem;
}

.page-item.active .page-link {
    background-color: #feb615;
    border-color: #feb615;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.alert {
    font-size: 1rem;
}

.select2-selection__rendered {
    line-height: calc(1.8em + 0.75rem + 0px) !important;
}

.select2-container .select2-selection--single {
    height: calc(1.8em + 0.75rem + 2px) !important;
}

.select2-selection__arrow {
    height: calc(1.8em + 0.75rem + 2px) !important;
}

.select2-results__option,
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}
