.select2-container .select2-selection--single {
        height: calc(2.25rem + 2px) !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #495057 !important;
    }

    .select2-container--default .select2-selection--single {
        border: 1px solid #ced4da;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #01011C !important;
    }

    .navbar-badge{
        padding: 2px 4px !important;
        position: absolute;
        right: 5px;
        top: 9px;
    }