.select2-selection {
    padding: 17px 15px;
    height: auto !important;
}

.select2-results__option {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, .125);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--gigbi-color-grey);
}

.select2-results__options .select2-results__option:not(:first-child) {
    border-top: 1px solid lightgrey;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--gigbi-color-blue);
    color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--gigbi-color-blue);
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    margin-right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px 4px 4px 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    border-color: inherit;
    border-width: 0 2px 2px 0;
    margin-top: 4px;
}

.select2-results__option.loading-results {
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background: #7bcef2;
    color: #7bcef2 !important;
    padding: 0;
}

.select2-results__option.loading-results:before, .select2-results__option.loading-results:after {
    position: absolute;
    top: 0;
    content: '';
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.select2-results__option.loading-results:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    background: #7bcef2;
    color: #7bcef2;
}

.select2-results__option.loading-results:after {
    left: 1.5em;
    background: #7bcef2;
    color: #7bcef2;
}

.select2-dropdown {
    /*width: 0 !important;*/
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 2px 2px 0 0 !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 2px 0 0 2px !important;
    margin-top: 0 !important;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0 !important;
    padding: 15px 15px !important;
    border-bottom: 1px solid #aaa !important;
}

.select2-search--dropdown {
    padding: 0 !important;
}