.select2-container .select2-selection--single {
    height: 41px !important;
}

.select2 .select2-container--default .select2-selection--single {
    background: rgba(0, 116, 138, 0.1) !important;
    border: 1px solid rgba(0, 116, 138, 0.1) !important;
}

.select2-container--disabled .select2-container--default .select2-selection--single {
    background: rgb(137 137 137 / 30%) !important;
    border: 1px solid rgba(0, 116, 138, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
}

.select2-container--default .select2-dropdown {
    background-color: rgb(207 226 231) !important;
    border: 1px solid #bbd8e0 !important;
    z-index: 1029 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #bad6de !important;
    background-color: rgb(255 255 255 / 66%) !important;
}

.select2-container--default .select2-results ul.select2-results__options {
    padding: 0 !important;
}

.select2-results__option {
    padding: 0 !important;
}

.big-dropdown .select2-results__options {
    max-height: 400px !important;
}


.badge {
    font-size: 0.65rem;
    white-space: unset;
}

.badge.badge-success {
    background-color: var(--bs-success);
}

.badge.badge-info {
    background-color: var(--bs-info);
}

.badge.badge-dark {
    background-color: var(--bs-dark);
}

.badge.badge-secondary {
    background-color: var(--bs-secondary);
}

.badge.badge-danger {
    background-color: var(--bs-danger);
}

.badge.badge-primary {
    background-color: var(--bs-primary);
    font-weight: 400;
    font-size: 0.66rem;
}

#wizardRezervasyonForm a[href="#finish"] {
    text-align: center;
}

#wizardBasvuruForm .select2-container--default .select2-selection--single {
    background-color: #dbe9eb;
}

#wizardBasvuruForm .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
    font-weight: 500;
}

.barista-basvuru .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #00738a5e !important;
}

.basvuru-form .actions li:last-child a {
    text-align: center;
}

.basvuru-form .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 40px;
    margin-right: 30px;
}

@media (max-width: 490px) {
    .select2-mobile-show {
        display: block;
    }

    .select2-mobile-hide {
        display: none;
    }

    .select2-right-pan {
        position: absolute;
        right: 4px;
        top: 1px;
    }
}

@media (min-width: 490px) {
    .select2-mobile-show {
        display: none;
    }

    .select2-mobile-hide {
        display: block;
    }

    .select2-right-pan {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-end;
    }
}