.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection {
    -webkit-tap-highlight-color: transparent;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dbdbdb;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: unset;
    position: relative;
    text-align: left !important;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.select2-container .select2-selection .select2-selection__rendered {
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
}

.select2-container .select2-selection .select2-selection__arrow {
    top: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: unset !important;
}

.select2-container:last-child .selection {
    display: none;
}