#example1_filter, #example-dealer_filter,  #example-cancellation_filter, #example-claims_filter, #example-epo_filter, #example-returns_filter,#example-returns-oil_filter, #example-holding_filter, #example-vor_filter, #exampleMonthlyOil_filter, #exampleCSV_filter, #incentive_filter, #oilTable_filter,  #example-aps-target_filter, #example-aps-target_filter, #example-aps-target-oil_filter, #example-tru4-target_filter{
        float:right;  
}

div#example1_paginate, div#example-dealer_paginate, div#example-cancellation_paginate, div#example-claims_paginate, div#example-epo_paginate, div#example-returns_paginate,div#example-returns-oil_paginate , div#example-holding_paginate , div#example-vor_paginate , div#exampleMonthlyOil_paginate, div#incentive_paginate ,div#exampleCSV_paginate, div#oilTable_paginate, div#example-aps-target_paginate, div#example-aps-target-oil_paginate, div#example-tru4-target_paginate{
         float: right;
}

.navbar-dark {
    background-color: #1c5c91;
    border-color: #1c5c91;
}

[class*=sidebar-dark-] {
    background-color: #1c5c91;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #1c5c91;
}

[class*=sidebar-dark] .form-control-sidebar {
    background-color: white;
    border: 1px solid #56606a;
    color: black;
}

.card-primary:not(.card-outline)>.card-header {
    background-color: #1c5c91;
}

.btn-primary{
    background-color: #1c5c91;
}

.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px)!important;
    color: #495057 !important; /* Adjust the height as needed */
    border: 1px solid #ced4da !important;
  
}
.select2-container--default .select2-selection__arrow {
    display: none !important;
}

#spinner-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; 
    background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    z-index: 10000; 
}

.spinner img {
    display: block;
    margin: 0 auto;
}