.form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px
}

.form-control:active, .form-control:focus, .form-control:hover {
    box-shadow: none
}

.form-control:focus {
    border: 1px solid #34495e
}

.select2.select2-container {
    width: 100% !important
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 15px;
    outline: 0;
    transition: all .15s ease-in-out
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #3c454c;
    line-height: 32px;
    padding-right: 0
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    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-container--focus .select2-selection {
    border: 1px solid #34495e
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 36px;
    padding-left: 4px;
}

.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: 24px;
    font-size: 12px;
    position: relative
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    margin: 0;
    text-align: center
}

.select2-container .select2-dropdown {
    background: 0 0;
    border: none;
    margin-top: -5px
}

.select2-container .select2-dropdown .select2-search {
    padding: 0
}

.select2-container .select2-dropdown .select2-search input {
    outline: 0;
    border: 1px solid #34495e;
    border-bottom: none;
    padding: 4px 6px
}

.select2-container .select2-dropdown .select2-results {
    padding: 0
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db
}

.select-box {
    position: relative;
    display: flex;
    align-items: center
}

.select-custom2 span.select2-selection.select2-selection--single {
    -webkit-appearance: none;
    position: relative
}

.select-custom2 .select2.select2-container .select2-selection .select2-selection__arrow {
    border-radius: 0;
    height: 38px;
    width: 40px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.select-custom2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    top: auto;
    left: auto;
    position: relative;
    margin: 0;
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.select-custom2 .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    mask-size: cover;
    text-align: center;
    background-color: #fff;
    transform: rotate(180deg);
    top: 2px;
    position: relative
}

.select-custom2 .select2-container--below.select2-container--focus span.select2-selection--single {
    border-color: #000 !important
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 99
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #fff
}

.select2-container .select2-selection .select2-selection__rendered {
    color: #666;
    padding-left: 3px
}

.select2-container .select2-dropdown {
    background: #fff;
    border: none;
    margin-top: -5px;
    box-shadow: 0 0 8px 0 #00000026;
    border-radius: 6px
}

.select2-container .select2-dropdown .select2-search input {
    outline: 0;
    border: 1px solid #dfeaf1;
    border-bottom: none;
    padding: 10px 10px
}

.select2-container .select2-dropdown .select2-results ul {
    padding: 0;
    background: #fff;
    border: 0;
    box-shadow: none;
    margin: 0 auto 0 auto;
    font-weight: 500;
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    width: 100%;
    max-height: 255px;
    min-width: 160px
}

.select2-container .select2-dropdown .select2-results ul li:last-child {
    border-bottom: none
}

.select2-container.select2 .select2-selection .select2-selection__rendered {
    color: #666
}

.select2-new-group.select2-form-group .select-custom2 .select2-container--open span.select2-selection.select2-selection--single {
    border-radius: 12px 12px 0 0
}

.select2-new-group.select2-form-group .select-custom2 .select2-container--open span.select2-selection.select2-selection--single .select2-selection__arrow b::before {
    transform: rotate(180deg)
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #21a7d0;
    color: #fff
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fafafa;
    color: #000
}

.select2-results__option {
    padding: 10px 12px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    border-bottom: 1px solid #cfcfcf
}

.select2-form-group .selectbox-inline {
    width: 100%
}

.select2-form-group .select-custom2 span.select2-selection.select2-selection--single {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 9px 44px 5px 11px;
    min-height: 50px;
    letter-spacing: 0;
    color: #666;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 5px;
    line-height: 1.2
}

.select2-form-group .select-custom2 .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    mask: none;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    content: "\f140";
    white-space: nowrap;
    font-size: 16px;
    color: #777;
    font-family: Flaticon;
    font-style: normal;
    display: inline-block;
    top: 0;
    right: 5px;
    position: relative;
    transition: all .8s;
    transform: rotate(-90deg);
    font-weight: 400;
}

.select2-form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666
}

.select-custom2-multiple .select2.select2-container .select2-selection--multiple {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 7px 44px 5px 11px;
    min-height: 50px;
    letter-spacing: 0;
    color: #666;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 5px;
    line-height: 1.2
}

.select-custom2-multiple .dropdown-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.select-custom2-multiple .dropdown-wrapper::before {
    mask: none;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    content: "\f140";
    white-space: nowrap;
    font-size: 16px;
    color: #777;
    font-family: Flaticon;
    font-style: normal;
    display: inline-block;
    top: 0;
    right: 3px;
    position: relative;
    transition: all .8s;
    transform: rotate(-90deg);
}

.select-custom2-multiple .select2-container--default .select2-selection--multiple {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    padding: 0 48px 0 12px;
    min-height: 50px;
    letter-spacing: 0;
    color: #898989;
    background: #fcfcfc;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    height: auto;
    margin-bottom: 5px;
    outline: 0;
    transition: all .15s ease-in-out;
    font-family: 400;
    -webkit-appearance: none;
    position: relative
}

.select-custom2-multiple .select2-container .select2-search--inline .select2-search__field {
    font-size: 14px !important;
    color: #898989;
    line-height: 40px;
    font-weight: 500;
    transition: all .15s ease-in-out;
    font-family: 400;
    margin: 4px 0 0 2px
}

.select-custom2-multiple .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit
}

.select-custom2-multiple .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit
}

.select-custom2-multiple .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit
}

.select-custom2-multiple .select2-container .select2-search--inline .select2-search__field:-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit
}

.select-custom2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #21a7d0;
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 2px;
    border: 1px solid #21a7d0;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    padding: 2px 40px 0 10px;
    position: relative;
    min-height: 30px;
    font-weight: 500;
    vertical-align: middle
}

.select-custom2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    display: none
}

.select-custom2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "\f155";
    font-family: Flaticon;
    font-size: 10px;
    font-style: normal;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center
}

.select-custom2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #21a7d0;
    border: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 700 !important;
    position: absolute !important;
    left: auto !important;
    width: 30px !important;
    height: 30px !important;
    right: 0;
    top: -1px !important;
    padding: 5px 0 0 0 !important;
    border-radius: 0 14px 14px 0 !important
}

.select-custom2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 0;
    padding-right: 5px
}

.select-custom2-multiple .select2-container .select2-dropdown .select2-results ul .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
    background-color: #ddd !important;
    color: #7e7e7e
}

@media (max-width:767px) {
    .select2-form-group .select-custom2 span.select2-selection.select2-selection--single {
        font-size: 14px
    }
}