﻿.SwitchIT3\.Base\.UserControls\.Select2 .select2-container {
    width: 100% !important;
    height: 100% !important;
}

.select2-selection, .select2-selection__rendered {
    height: 100% !important;
}

.select2-selection__rendered{
    display: flex !important;
    align-items: center !important;
}

.select2-selection__arrow {
    height: calc(100% - 1px) !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: -1px;
    background: linear-gradient(180deg, rgba(19,97,167,1) 0%, rgba(49,75,133,1) 40%, rgba(34,63,105,1) 100%);
    width: 30px !important;
}

    .select2-selection__arrow b {
        border-color: white transparent transparent transparent !important;
        border-width: 8px 7px 0 7px !important;
        margin-left: -6px !important;
    }

.select2-results {
    font-size: 13px !important;
    font-weight: bold !important;
}

.select2-results__option--selected {
    background-color: rgb(203,229,239) !important;
    border: 1px solid rgb(146,206,221) !important;
}

.select2-results__option--highlighted {
    border: 1px solid rgb(231, 243, 248) !important;
    background-color: rgb(231, 243, 248) !important;
}

.select2-results__options{
    max-height: 250px !important;
}

.select2-results__option {
    text-wrap: nowrap !important;
    overflow: hidden !important;
    color: black !important;
    border: 1px solid transparent;
}

.flex-wrapper{
    display: flex;
    align-items: center;
    gap: 6px;
}