.select2-container {
    position: relative;
    display: inline-block;
    width: 100% !important;
    margin: 0;
    vertical-align: middle;
    box-sizing: border-box
}

    .select2-container .select2-selection--single {
        display: block;
        height: calc(1.47em+1.625rem+2px);
        box-sizing: border-box;
        cursor: pointer;
        user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container .select2-selection--multiple {
        display: block;
        box-sizing: border-box;
        cursor: pointer;
        user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: flex;
            flex-wrap: wrap;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        align-self: center
    }

        .select2-container .select2-search--inline .select2-search__field {
            display: block;
            padding: 0;
            border: 0;
            font-size: .9375rem;
            min-height: 1.4375rem;
            box-sizing: border-box
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.has-error .select2-container {
    outline: 1px dashed red
}

.select2-dropdown {
    position: absolute;
    left: -100000px;
    z-index: 12;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #f2f4fa;
    color: #818181
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
    user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid white
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 12;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #f2f4fa
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: calc(1.47em+1.625rem+2px)-.9375rem/2;
        padding-bottom: calc(1.47em+1.625rem+2px)-.9375rem/2;
        padding-left: 1.1875rem;
        font-size: .9375rem;
        line-height: 1;
        color: #818181;
        padding-right: 1.875rem
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #818181
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        width: 20px;
        height: 26px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
                position: absolute;
                top: 50%;
                left: 50%;
                font-family: 'Material Design Icons';
                content: '\f236';
                transform: translate(-50%,-50%);
                font-size: 18px;
                color: #aeaeae
            }

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default;
    background-color: #e7e7e7;
    color: #a7a7a7
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #818181 transparent;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #f2f4fa;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        width: 100%;
        padding: calc(1.47em+1.625rem+2px)-1.9375rem/2.25rem 1.4375rem calc(1.47em+1.625rem+2px)-1.9375rem/2 .9375rem;
        list-style: none;
        box-sizing: border-box
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
            margin-bottom: .25rem;
            margin-left: .25rem
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #818181
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding: .25rem;
        cursor: default;
        font-size: .9375rem;
        background-color: #58a193;
        color: #fff
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
        color: #fff
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #f2f4fa
        }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: default;
    background-color: #e7e7e7;
    color: #a7a7a7
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

    .select2-container--default .select2-search--inline .select2-search__field, .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
        color: #818181
    }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    background-color: #e7e7e7;
    color: #a7a7a7
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option:hover {
    background-color: #58a193;
    color: #fff
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container .select2-selection--single {
    font-size: .9375rem;
    line-height: 1.47;
    border: 1px solid #dde3e8;
    border-radius: .375rem
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: .8125rem;
        padding-bottom: .8125rem;
        padding-left: 1.3125rem;
        line-height: 1.47
    }

    .select2-container .select2-selection--single:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(88,161,147,0.25)
    }

.select2-container .select2-selection--multiple {
    font-size: .9375rem;
    line-height: 1.47;
    border: 1px solid #dde3e8;
    border-radius: .375rem
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding: .8125rem 1.3125rem 0;
        margin-bottom: 0
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered li {
            margin-bottom: .8125rem
        }

    .select2-container .select2-selection--multiple .select2-selection__choice {
        line-height: 1
    }

    .select2-container .select2-selection--multiple:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(88,161,147,0.25)
    }

.select2-dropdown {
    z-index: 10
}

.select2-results__option {
    padding: .8125rem 1.3125rem
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #dde3e8;
    border-top: 0;
    border-radius: 0 0 .375rem .375rem
}

.select2-container--open .select2-dropdown--above {
    border: 1px solid #dde3e8;
    border-bottom: 0;
    border-radius: .375rem .375rem 0 0
}

.select2-search--dropdown {
    padding: .8125rem 1.3125rem
}

    .select2-search--dropdown .select2-search__field {
        border: 1px solid #dde3e8
    }

.select2-primary + .select2-container .select2-selection--single, .select2-primary + .select2-container .select2-selection--multiple {
    border-color: #58a193
}

    .select2-primary + .select2-container .select2-selection--single:focus, .select2-primary + .select2-container .select2-selection--multiple:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(88,161,147,0.25)
    }

    .select2-primary + .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #58a193
    }

.select2-container--open .select2-primary.select2-dropdown--below, .select2-container--open .select2-primary.select2-dropdown--above {
    border-color: #58a193
}

    .select2-container--open .select2-primary.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-primary.select2-dropdown--below .select2-results__option:hover, .select2-container--open .select2-primary.select2-dropdown--above .select2-results__option[aria-selected=true], .select2-container--open .select2-primary.select2-dropdown--above .select2-results__option:hover {
        background-color: #58a193;
        color: #fff
    }

.select2-secondary + .select2-container .select2-selection--single, .select2-secondary + .select2-container .select2-selection--multiple {
    border-color: #5b5eab
}

    .select2-secondary + .select2-container .select2-selection--single:focus, .select2-secondary + .select2-container .select2-selection--multiple:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(91,94,171,0.25)
    }

    .select2-secondary + .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #5b5eab
    }

.select2-container--open .select2-secondary.select2-dropdown--below, .select2-container--open .select2-secondary.select2-dropdown--above {
    border-color: #5b5eab
}

    .select2-container--open .select2-secondary.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-secondary.select2-dropdown--below .select2-results__option:hover, .select2-container--open .select2-secondary.select2-dropdown--above .select2-results__option[aria-selected=true], .select2-container--open .select2-secondary.select2-dropdown--above .select2-results__option:hover {
        background-color: #5b5eab;
        color: #fff
    }

.select2-success + .select2-container .select2-selection--single, .select2-success + .select2-container .select2-selection--multiple {
    border-color: #48c8af
}

    .select2-success + .select2-container .select2-selection--single:focus, .select2-success + .select2-container .select2-selection--multiple:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(72,200,175,0.25)
    }

    .select2-success + .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #48c8af
    }

.select2-container--open .select2-success.select2-dropdown--below, .select2-container--open .select2-success.select2-dropdown--above {
    border-color: #48c8af
}

    .select2-container--open .select2-success.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-success.select2-dropdown--below .select2-results__option:hover, .select2-container--open .select2-success.select2-dropdown--above .select2-results__option[aria-selected=true], .select2-container--open .select2-success.select2-dropdown--above .select2-results__option:hover {
        background-color: #48c8af;
        color: #fff
    }

.select2-info + .select2-container .select2-selection--single, .select2-info + .select2-container .select2-selection--multiple {
    border-color: #34b1cc
}

    .select2-info + .select2-container .select2-selection--single:focus, .select2-info + .select2-container .select2-selection--multiple:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(52,177,204,0.25)
    }

    .select2-info + .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #34b1cc
    }

.select2-container--open .select2-info.select2-dropdown--below, .select2-container--open .select2-info.select2-dropdown--above {
    border-color: #34b1cc
}

    .select2-container--open .select2-info.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-info.select2-dropdown--below .select2-results__option:hover, .select2-container--open .select2-info.select2-dropdown--above .select2-results__option[aria-selected=true], .select2-container--open .select2-info.select2-dropdown--above .select2-results__option:hover {
        background-color: #34b1cc;
        color: #fff
    }

.select2-warning + .select2-container .select2-selection--single, .select2-warning + .select2-container .select2-selection--multiple {
    border-color: #f7ad6a
}

    .select2-warning + .select2-container .select2-selection--single:focus, .select2-warning + .select2-container .select2-selection--multiple:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(247,173,106,0.25)
    }

    .select2-warning + .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #f7ad6a
    }

.select2-container--open .select2-warning.select2-dropdown--below, .select2-container--open .select2-warning.select2-dropdown--above {
    border-color: #f7ad6a
}

    .select2-container--open .select2-warning.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-warning.select2-dropdown--below .select2-results__option:hover, .select2-container--open .select2-warning.select2-dropdown--above .select2-results__option[aria-selected=true], .select2-container--open .select2-warning.select2-dropdown--above .select2-results__option:hover {
        background-color: #f7ad6a;
        color: #fff
    }

.select2-danger + .select2-container .select2-selection--single, .select2-danger + .select2-container .select2-selection--multiple {
    border-color: #ff5f68
}

    .select2-danger + .select2-container .select2-selection--single:focus, .select2-danger + .select2-container .select2-selection--multiple:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(255,95,104,0.25)
    }

    .select2-danger + .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #ff5f68
    }

.select2-container--open .select2-danger.select2-dropdown--below, .select2-container--open .select2-danger.select2-dropdown--above {
    border-color: #ff5f68
}

    .select2-container--open .select2-danger.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-danger.select2-dropdown--below .select2-results__option:hover, .select2-container--open .select2-danger.select2-dropdown--above .select2-results__option[aria-selected=true], .select2-container--open .select2-danger.select2-dropdown--above .select2-results__option:hover {
        background-color: #ff5f68;
        color: #fff
    }

.select2-light + .select2-container .select2-selection--single, .select2-light + .select2-container .select2-selection--multiple {
    border-color: #aeaeae
}

    .select2-light + .select2-container .select2-selection--single:focus, .select2-light + .select2-container .select2-selection--multiple:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(174,174,174,0.25)
    }

    .select2-light + .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #aeaeae
    }

.select2-container--open .select2-light.select2-dropdown--below, .select2-container--open .select2-light.select2-dropdown--above {
    border-color: #aeaeae
}

    .select2-container--open .select2-light.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-light.select2-dropdown--below .select2-results__option:hover, .select2-container--open .select2-light.select2-dropdown--above .select2-results__option[aria-selected=true], .select2-container--open .select2-light.select2-dropdown--above .select2-results__option:hover {
        background-color: #aeaeae;
        color: #fff
    }

.select2-dark + .select2-container .select2-selection--single, .select2-dark + .select2-container .select2-selection--multiple {
    border-color: #3a4049
}

    .select2-dark + .select2-container .select2-selection--single:focus, .select2-dark + .select2-container .select2-selection--multiple:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(58,64,73,0.25)
    }

    .select2-dark + .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #3a4049
    }

.select2-container--open .select2-dark.select2-dropdown--below, .select2-container--open .select2-dark.select2-dropdown--above {
    border-color: #3a4049
}

    .select2-container--open .select2-dark.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-dark.select2-dropdown--below .select2-results__option:hover, .select2-container--open .select2-dark.select2-dropdown--above .select2-results__option[aria-selected=true], .select2-container--open .select2-dark.select2-dropdown--above .select2-results__option:hover {
        background-color: #3a4049;
        color: #fff
    }
