.select2-container--krajee .select2-selection {
    border-radius: 0 !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
    right: 2rem;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.select2-search--dropdown .select2-search__field {
    padding: 7px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: calc(100% - 1px);
    display: none;
}