/* Clipping icon div */
@media (max-width: 575px) {
    .bg-div-success {
        background: #23c6c8;
    }

    .bg-div-neutral {
        background: #f3f3f4 !important;
    }

    .bg-div-danger {
        background: #ed5565 !important;
    }
}

.badge-gradient-blue {
    background: linear-gradient(to right, #35458b, #000000);
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
}

.select2-container--default .select2-selection--single {
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

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