.form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none !important;
    margin-bottom: 15px
}

.form-control:focus {
    border: 1px solid #34495e
}

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

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    outline: 0 !important;
    transition: .15s ease-in-out
}

.select2-container .select2-dropdown .select2-results {
    border: none;
    padding: 0
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 38px;
    padding-right: 33px
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #fff;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 38px;
    width: 33px
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 40px
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 40px
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 28px;
    font-size: 12px;
    position: relative
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: 700;
    font-size: 16px
}

.select2-container .select2-dropdown {
    background: 0 0;
    border: none
}

.select2-container .select2-dropdown .select2-search {
    padding: 0
}

.select2-container .select2-dropdown .select2-search input {
    outline: 0 !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--rounded-sm);
    padding: 0;
    margin: 0
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary);
    color: #fff
}

.select2-results__option {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px !important
}
