﻿/**
 * Select 2
 */
.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: 25px;
        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 .select-classic {
        height: 60px;
    }

    .select2-container .select-inline {
        height: 20px;
        font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .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;
            line-height: 1;
        }

    .select2-container .select2-search--inline {
        align-self: center;
    }

        .select2-container .select2-search--inline .select2-search__field {
            display: block;
            padding: 0;
            border: none;
            font-size: 12px;
            min-height: 22px;
            box-sizing: border-box;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    position: absolute;
    left: -100000px;
    z-index: 1051;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #edeff4;
    color: #151515;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
}

    .select2-dropdown.select-inline-dropdown {
        border-radius: 3px;
    }

    .select2-dropdown.select-classic-dropdown {
        border-radius: 3px;
    }

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .025em;
    text-align: left;
    text-transform: uppercase;
}

.select2-results__option {
    padding: 3px 13px 4px;
    user-select: none;
    line-height: 1.3;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .select2-container--open .select2-dropdown--above .select2-results__option:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .select2-container--open .select2-dropdown--below .select2-results__option:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.select2-container--open .select2-dropdown--above.select-inline-dropdown {
    border-bottom: 1px solid #a90202;
}

    .select2-container--open .select2-dropdown--above.select-inline-dropdown .select2-results__option:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

.select2-container--open .select2-dropdown--below.select-inline-dropdown {
    border-top: 1px solid #a90202;
}

    .select2-container--open .select2-dropdown--below.select-inline-dropdown .select2-results__option:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.select2-container--open .select2-dropdown--above.select-classic-dropdown .select2-results__option:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.select2-container--open .select2-dropdown--below.select-classic-dropdown .select2-results__option:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.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;
    }

.select-classic-dropdown {
    background-color: #fff;
    color: #9b9b9b;
    border: 1px solid #f20404;
}

    .select-classic-dropdown .select2-results__options {
        padding: 5px;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
    }

    .select-classic-dropdown .select2-results__option {
        padding: 5px 14px;
        border-radius: 3px;
    }

.select-inline-dropdown {
    background-color: #f20404;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid #f20404;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

    .select-inline-dropdown .select2-results__options {
        font-weight: 500;
    }

    .select-inline-dropdown .select2-results__option {
        padding: 3px 4px 4px;
    }

.select-inline-dropdown-secondary {
    background-color: #fcef57;
    border: 1px solid #fcef57;
}

.select2-container--open .select2-dropdown--above.select-inline-dropdown {
    border-bottom-color: #a90202;
}

.select2-container--open .select2-dropdown--below.select-inline-dropdown {
    border-top-color: #a90202;
}

.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: 99;
    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: #edeff4;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
}

.has-error .select2-container--default .select2-selection--single {
    border-color: #fd6565;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .025em;
    color: #151515;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    padding-right: 23px;
}

.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: #151515;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
        display: inline-block;
        font-weight: 400;
        content: '\f236';
        font-family: "Material Design Icons";
        font-size: 16px;
        transform: rotate(0deg);
        color: #151515;
    }

.select2-container--default .select2-selection--single.select-minimal-xs {
    min-width: 110px;
}

.select2-container--default .select2-selection--single.select-minimal-sm {
    min-width: 124px;
}

.select2-container--default .select2-selection--single.select-minimal-md {
    min-width: 135px;
}

.select2-container--default .select2-selection--single.select-minimal-lg {
    min-width: 150px;
}

.select2-container--default .select2-selection--single.select-minimal-xl {
    min-width: 170px;
}

.select2-container--default .select2-selection--single.select-inline {
    background-color: #f20404;
    border: 1px solid #f20404;
    border-radius: 3px;
}

    .select2-container--default .select2-selection--single.select-inline .select2-selection__rendered {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 4px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        padding-right: 18px;
    }

    .select2-container--default .select2-selection--single.select-inline .select2-selection__arrow {
        right: 2px;
    }

        .select2-container--default .select2-selection--single.select-inline .select2-selection__arrow b::before {
            color: #fff;
        }

.select2-container--default .select2-selection--single.select-inline-secondary {
    background-color: #ff4c39;
    border: 1px solid #ff4c39;
}

    .select2-container--default .select2-selection--single.select-inline-secondary .select2-selection__rendered {
        color: #151515;
    }

    .select2-container--default .select2-selection--single.select-inline-secondary .select2-selection__arrow b::before {
        color: #151515;
    }

.select2-container--default .select2-selection--single.select-classic {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

    .select2-container--default .select2-selection--single.select-classic .select2-selection__placeholder {
        color: #9b9b9b;
    }

    .select2-container--default .select2-selection--single.select-classic .select2-selection__rendered {
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left: 19px;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        color: #9b9b9b;
        padding-right: 40px;
    }

    .select2-container--default .select2-selection--single.select-classic .select2-selection__arrow {
        right: 20px;
    }

        .select2-container--default .select2-selection--single.select-classic .select2-selection__arrow b::before {
            font-size: 20px;
            color: #9b9b9b;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default;
    background-color: #fff;
    color: #9b9b9b;
}

    .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 #151515 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default.select2-container--open .select-classic {
    border-color: #f20404;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
    transform: rotate(180deg);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-color: transparent;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-color: transparent;
}

.select2-container--default .select2-selection--multiple {
    background-color: #edeff4;
    border-radius: 3px;
    cursor: text;
    border: 1px solid #d1d1d1;
}

.has-error .select2-container--default .select2-selection--multiple {
    border-color: #fd6565;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    padding: 0.5px 8px -4.5px 8px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none;
        margin-bottom: 5px;
        margin-left: 5px;
    }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #151515;
}

.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 {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: default;
    font-size: 12px;
    background-color: #f20404;
    border-radius: 3px;
    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: #edeff4;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: default;
    background-color: #fff;
    color: #9b9b9b;
}

.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: none;
    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: #151515;
    }

.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: #fff;
    color: #9b9b9b;
}

.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__option--highlighted {
    background-color: #f20404;
    color: #fff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select-classic-dropdown .select2-results__option[aria-disabled=true] {
    background-color: #fff;
    color: #9b9b9b;
}

.select-classic-dropdown .select2-results__option--highlighted {
    background-color: #f20404;
    color: #fff;
}

.select-inline-dropdown .select2-results__option[aria-disabled=true] {
    background-color: #fd9393;
    color: rgba(255, 255, 255, 0.5);
}

.select-inline-dropdown .select2-results__option--highlighted {
    background-color: #f53838;
    color: #fff;
}

.select-inline-dropdown-secondary .select2-results__option {
    color: #151515;
}

.select-inline-dropdown-secondary .select2-results__option--highlighted {
    background-color: #ffcc00;
    color: #fff;
}
