﻿.select2-selection {
    height: 44px !important;
    padding: 7px !important;
    /*border-radius: 24px !important;*/
    width: 283px !important;
}

    .select2-selection .select2-selection__rendered {
        color: #005F92 !important;
    }

    .select2-selection .select2-selection__arrow {
        margin-top: 7px !important;
    }

    .select2-selection:focus {
        background: rgba(15, 155, 68, 0.1) !important;
        border: 2px solid rgb(15, 155, 68) !important;
    }

.select2-container--default .select2-selection--single:focus {
    background: rgba(15, 155, 68, 0.1) !important;
    border: 2px solid rgb(15, 155, 68) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -43px !important;
}

.select2-container--open {
    width: 283px !important;
}