
.darken {
    background-color: #1f2d41 !important
}

.navbar-collapse {
    height: 100vh;
  }

/* Data table adjustments */

table.dataTable td, table.dataTable th {
    font-size: 0.8rem !important;
}

.page-link {
    font-size: 0.7rem !important;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 0.9rem !important;   
}


a.page-link {
    border: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #1f2d41;
    background-color: white;
    background-image: var(--bs-gradient);
    border: none;
}

/* Select 2 adjustments */

.select2-selection, .select2-selection--single {
 
    width: 100%;
    min-height: calc(1.5em + 0.625rem + 2px);
    padding: 0.3125rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #344050;
    background-color: #fff !important;
    border: 1px solid #d8e2ef !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}    

.select2-container--default, .select2-selection--single {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;    
}

.select2-container--default, .select2-search--inline, .select2-search__field, .select2-results__option, .select2-results__option--highlighted {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: rgb(52, 64, 80) !important;
}

.select2-selection__choice {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    color: rgb(52, 64, 80) !important;    
    border: none !important;
}


/* File upload custom */ 

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}