.filter .default-filter {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.filter .default-filter label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter .default-filter .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.select2-results__option--selected {
    opacity: 50%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow:initial;
    font-weight: 500;
    padding-left: 0;
}
select {
    border:0;
}
select.select2 {
    padding-right: 20px;
}

.select2-container .select2-selection--single {
    display: flex;
    gap: 20px;
    height: fit-content;
    justify-content: space-between;
}
.select2-container--select-theme.select2-container--open {
    z-index: 10700;
}
.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    transition: 0.3s;
    display: inline-flex;
    width: 16px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.56842L1.03977 0.5L8 7.18319L14.9602 0.5L16 1.56842L8 9.25L0 1.56842Z' fill='%232B2B2B'/%3E%3C/svg%3E");
}
.daterangepickertheme {
    border-bottom: 1px solid;
}
@media (max-width:768px) {
    .filter .default-filter .form-group {
        align-items: flex-start;
        flex-direction: column;
    }
}

