body {
    background: #E9ECEF !important;
}

span.form-select, .btn-filter {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    background: none !important;
    /* background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none); */
    /* background-size: 16px 12px; */
    /* background-repeat: no-repeat;
    background-position: right 1rem center; */
    border-radius: 2rem !important;
    border: 1px solid #3B4395 !important;
    padding: 1rem 2rem !important;
    color: #3B4395 !important;
    max-width: 156px;
}

.btn-filter:hover, .btn-filter.active, .btn-filter.checked {
    cursor: pointer;
    background-color: #3B4395 !important;
    color: #fff !important;
}

[data-bs-theme=dark] .form-select {
    color: #757575 !important;
    border: 1px solid #B1B4D5 !important;
    background: #212128;
}

.select2-selection--single .select2-selection__placeholder {
    color: #3B4395 !important;
}

[data-bs-theme=dark] .select2-selection--single .select2-selection__placeholder {
    color: #B1B4D5 !important;
}

.slider-container {
    position: relative;
    padding: 0.5rem;
    border: 1px solid #3B4395;
    border-radius: 2rem;
    background: none;
    width: fit-content;
    min-height: 47px;
    display: flex;
    align-items: center;
    max-width: 100%;
}

.home .slider-container .kt_slider_basic_min.form-control, .slider-container .kt_slider_basic_max.form-control {
    width: 132px;
    background-color: #fff !important;
    font-size: 10px;
}

[data-bs-theme=dark] .slider-container {
    border: 1px solid #B1B4D5;
}

.slider-label {
    position: absolute;
    top: -14px;
    left: 20px;
    background: #E9ECEF;
    padding: 0 5px;
    color: #3B4395;
    font-weight: 400;
}

[data-bs-theme=dark] .slider-label {
    background: #212529;
    color: #B1B4D5;
}

.slider-content {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.noUi-target .noUi-handle {
    background-color: #3B4395 !important;
    border: none !important;
}

[data-bs-theme=dark] .noUi-target .noUi-handle {
    background-color: #B1B4D5 !important;
}

.noUi-connects {
    background-color: #D8D9EA !important;
}

[data-bs-theme=dark] .noUi-connects {
    background-color: #343A40 !important;
}

[data-bs-theme=dark] .noUi-connects {
    background-color: #3B4395 !important;
}

.filter-container {
    position: relative;
    border: 1px solid #a9b2c3;
    border-radius: 50px;
    background-color: #edf1f7;
    display: flex;
    align-items: center;
    color: #3B4395 !important;
}

[data-bs-theme=dark] .filter-container {
    border: 1px solid #343A40;
    background-color: #343A40;
    color: #B1B4D5 !important;
}

.input-group {
    width: 100% !important;
}

.input-group-text {
    border: none !important;
    background-color: transparent !important;
}

.home .form-control {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.bi-search {
    color: #3B4395 !important;
}

[data-bs-theme=dark] .bi-search {
    color: #B1B4D5 !important;
}

.pagination-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 2rem 0;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    display: inline-block;
    padding: 0.5rem;
    color: #3B4395;
    background: none;
    border: 1px solid #3B4395;
    border-radius: 2rem !important;
    text-decoration: none;
}

[data-bs-theme=dark] .page-link {
    color: #B1B4D5;
    border: 1px solid #B1B4D5;
}

.page-link:hover {
    background-color: #3B4395 !important;
    color: #ffffff !important;
}

[data-bs-theme=dark] .page-link:hover {
    background-color: #B1B4D5 !important;
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: #3B4395 !important;
    color: #ffffff !important;
    border: 1px solid #3B4395;
}

[data-bs-theme=dark] .page-item.active .page-link {
    background-color: #B1B4D5 !important;
    color: #ffffff !important;
    border: 1px solid #B1B4D5;
}

.pagination-info {
    display: flex;
    align-items: center;
    color: #3B4395;
}

[data-bs-theme=dark] .pagination-info {
    color: #B1B4D5;
}

.pagination-select {
    margin-left: 10px;
    background: none !important;
    padding: 0.5rem !important;
    border: 1px solid #3B4395;
    border-radius: 2rem !important;
    color: #3B4395;
}

[data-bs-theme=dark] .pagination-select {
    border: 1px solid #B1B4D5;
    color: #B1B4D5;
}

.select2-dropdown {
    width: 300px !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    color: #3B4395 !important;
}

[data-bs-theme=dark] .form-check-label {
    color: #757575;
}

[data-bs-theme=dark] label.custom-label-to {
    background: #212128;
}

.home .form-control.editable-cnpj {
    /* text-align: center;
    background-color: #FBC02D !important;
    width: 100%;
    height: 20px;
    border: 1px solid #efae1c !important; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    background-color: #fff9e5 !important;
    padding: 0.5rem 1rem;
    border-radius: 1.875rem;
    border: 1px solid #FBC02D !important;
    /* width: 100px; */
    width: fit-content;
    margin: 0 auto;
}

.home .form-control.editable-cnpj.has-value {
    background-color: transparent !important;
    border: none !important;
    width: fit-content;
}

.home .form-control.editable-cnpj.editable-custom {
    width: fit-content;
    background-color: transparent !important;
    border: none !important;
}

.home .form-control.editable-cnpj.has-value::placeholder {
    color: #000;
}

.bootstrap-select .btn {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    background: none !important;
    border-radius: 2rem !important;
    border: 1px solid #3B4395 !important;
    padding: 1rem 2rem !important;
    color: #3B4395 !important;
}

.dropdown.bootstrap-select {
    max-width: 152px;
}

.filters-modal .dropdown.bootstrap-select {
    width: 100%;
    max-width: 100% !important;
}

.filters-modal .bootstrap-select .btn {
    outline: none !important;
}

.filter-maps .btn-filters-more i {
    color: #3B4395 !important;
}

.filter-maps .btn-filters-more:hover i {
    color: #fff !important;
}
