.filter-card {
    border-radius: 8px;
    background-color: #f3f6f9 !important;
    border: 1px solid #e9ebec !important;
}

.cursor-pointer {
    cursor: pointer;
}

.transition-all {
    transition: all 0.3s ease;
}

.collapse-icon {
    transition: transform 0.3s ease;
}

[aria-expanded="false"] .ri-arrow-down-s-line {
    transform: rotate(-90deg);
}

.mini-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #878a99;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    display: block;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable:hover {
    background-color: #18bcc7 !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #18bcc7 !important;
}

.filter-input,
.form-select.select2-basic + .select2-container .select2-selection--single,
.form-select.init_select2 + .select2-container .select2-selection--single {
    height: 38px !important;
    border-radius: 6px !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    font-size: 13px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px !important;
}

.form-control.h-40 {
    height: 38px !important;
    border-radius: 8px !important;
}

.btn-primary-custom {
    background-color: #18bcc7 !important;
    border-color: #18bcc7 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.btn-primary-custom:hover {
    background-color: #18bcc7 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(24, 188, 199, 0.2);
}

.btn-clear-custom {
    background-color: #cad5e0 !important;
    border: 1px solid #cad5e0 !important;
    /* color: #343a40 !important; */
    font-weight: 500 !important;
    border-radius: 4px !important;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 13px;
}

.btn-clear-custom:hover {
    background-color: #cad5e0 !important;
    /* color: #cad5e0 !important; */
}
