﻿.selectUpArrow {
    content: url('Images/UpArrowIcon.svg') !important;
}

.select2-container--material:hover {
    background-color: rgba(10, 10, 20, 0.6)
}
.select2-container--material {
    /*width: 100% !important;*/
    width: 529px;
}

    .select2-container--material .select2-selection--single {
        background-color: var(--dark);
        border: none;
        /*border-bottom: 1px solid #ced4da;*/
        border-radius: 8px;
        box-shadow: none;
        box-sizing: content-box;
        height: 60px;
        margin: 0;
        outline: none;
        /*padding: 8px 0 5px 0;*/
        /*padding-top: 18px;*/
        border: solid 1px rgba(239, 240, 241, 0.3);
        /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    }

        .select2-container--material .select2-selection--single .select2-selection__rendered {
            color: #fff;
            line-height: 40px;
            padding-left: 22px;
            padding-top: 12px;
        }

        .select2-container--material .select2-selection--single .select2-selection__clear {
            cursor: pointer;
            float: right;
            font-weight: bold;
        }

        .select2-container--material .select2-selection--single .select2-selection__placeholder {
            color: #999;
        }

        .select2-container--material .select2-selection--single .select2-selection__arrow {
            height: 24px;
            margin: 0.6rem 0 0.4rem 0;
            position: absolute;
            top: 7px;
            right: 12px;
            width: 24px;
            content: url('Images/1.png');
        }


    .select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left;
    }

    .select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 1px;
        right: auto;
    }

    .select2-container--material.select2-container--disabled .select2-selection--single {
        background-color: #eee;
        cursor: default;
    }

        .select2-container--material.select2-container--disabled .select2-selection--single .select2-selection__clear {
            display: none;
        }

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    
}

.select2-container--material .select2-selection--multiple {
    background-color: transparent;
    border: none;
    /*border-bottom: 1px solid #ced4da;*/
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    cursor: text;
    height: auto;
    margin: 0;
    outline: none;
    padding: 5px 0 0 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .select2-container--material .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--material .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--material .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--material .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--material .select2-selection--multiple .select2-selection__choice {
        background-color: #ffca28;
        border-radius: 16px;
        color: rgba(0, 0, 0, 0.6);
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 6px;
        padding: 0 12px;
    }

    .select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

        .select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--material.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--material.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--material.select2-container--open.select2-container--above .select2-selection--single, .select2-container--material.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid red;

}

.select2-container--material.select2-container--open.select2-container--below .select2-selection--single, .select2-container--material.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #555561;
    border-bottom-color: black;
    /*height:24px;
    width:24px;
    content: url(Images/2.png);*/
}



.select2-container--material.select2-container--focus .select2-selection--single {
    /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    outline: 0;
    border-color: #3484fe;
}

.select2-container--material.select2-container--focus .select2-selection--multiple {
    /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    outline: 0;
    border-color: #3484fe;
}

.select2-container--material .select2-search--dropdown .select2-search__field {
    /*border: none;
        border-bottom: 1px solid #ced4da;*/
    border-radius: 8px;
    outline: none;
    width: 100%;
    height: 60px;
    max-width: 100%;
    padding-left: 16px;
}

    .select2-container--material .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
        /*box-shadow: 0 1px 0 0 #ced4da;*/
        /*border-bottom: 1px solid #ced4da;*/
        border-color: #3484fe;
    }

.select2-container--material .select2-search--inline .select2-search__field {
    background: transparent;
    border: none !important;
    outline: 0;
    box-shadow: none !important;
    -webkit-appearance: textfield;
}

.select2-container--material .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    color: #fff;
}

.select2-container--material .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--material .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--material .select2-results__option[aria-selected=true] {
    background-color: black;
}

.select2-container--material .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--material .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--material .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--material .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--material .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--material .select2-results__option--highlighted[aria-selected] {
    background-color: black;
    color: white;
    font-weight:bold;
}
/*.select2-container.select2-selection--multiple[aria-expanded=true] {
    border-color: blue !important;
}*/
.select2-container--material.select2-container--focus .select2-selection--multiple {
    border: 1px solid blue !important;
}

.select2-container--material .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-dropdown {
    background-color: rgb(18, 19, 35);
    border: solid 1px rgba(239, 240, 241, 0.3);
    border-color: #555561;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid red;*/
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    /*border-bottom: solid 1px rgba(239, 240, 241, 0.25);*/
    height: 51px;
    padding-left: 25px;
    padding-top: 14px;
}

    .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--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    /*padding: 4px;*/
    margin: 0px 16px;
    color: white;
    /*width: 529px;*/
}

    .select2-search--dropdown .select2-search__field {
        /*padding: 4px;*/
        width: 529px;
        box-sizing: border-box;
        border: solid 1px rgba(239, 240, 241, 0.3);
        background-color: var(--dark);
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

@media (max-width: 575.98px) {
    .select2-container--material {
        width: 344px;
        left: 0%;
    }

        .select2-container--material .select2-search--dropdown .select2-search__field {
            /*border: none;
        border-bottom: 1px solid #ced4da;*/
            border-radius: 8px;
            outline: none;
            width: 100%;
            height: 50px;
            max-width: 332px;
            padding-left: 16px;
        }

        .select2-container--material .select2-selection--single {
            background-color: var(--dark);
            border: none;
            /* border-bottom: 1px solid #ced4da; */
            border-radius: 8px;
            box-shadow: none;
            box-sizing: content-box;
            height: 50px;
            margin: 0;
            outline: none;
            /* padding: 8px 0 5px 0; */
            /* padding-top: 18px; */
            border: solid 1px rgba(239, 240, 241, 0.3);
            /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
        }

            .select2-container--material .select2-selection--single .select2-selection__rendered {
                color: #fff;
                line-height: 40px;
                padding-left: 0px;
                padding-top: 4px;
                font-size: 15px;
                font-weight: bold;
            }
}

@media (min-width: 768px) and (max-width: 1059.98px) {
    .select2-container--material {
        width: 400px;
        left: 20%;
    }

        .select2-container--material .select2-search--dropdown .select2-search__field {
            /*border: none;
        border-bottom: 1px solid #ced4da;*/
            border-radius: 8px;
            outline: none;
            width: 100%;
            height: 50px;
            max-width: 389px;
            padding-left: 16px;
        }

        .select2-container--material .select2-selection--single {
            background-color: var(--dark);
            border: none;
            /* border-bottom: 1px solid #ced4da; */
            border-radius: 8px;
            box-shadow: none;
            box-sizing: content-box;
            height: 50px;
            width: 400px;
            margin: 0;
            outline: none;
            /* padding: 8px 0 5px 0; */
            /* padding-top: 18px; */
            border: solid 1px rgba(239, 240, 241, 0.3);
            /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
        }

            .select2-container--material .select2-selection--single .select2-selection__rendered {
                color: #fff;
                line-height: 40px;
                padding-left: 22px;
                padding-top: 4px;
            }
}

@media (max-width: 1441.98px) and (min-width: 1060px) {
    .select2-container--material {
        width: 400px;
        left: 0%;
    }

        .select2-container--material .select2-search--dropdown .select2-search__field {
            /*border: none;
        border-bottom: 1px solid #ced4da;*/
            border-radius: 8px;
            outline: none;
            width: 100%;
            height: 50px;
            max-width: 390px;
            padding-left: 16px;
        }

        .select2-container--material .select2-selection--single {
            background-color: var(--dark);
            border: none;
            /* border-bottom: 1px solid #ced4da; */
            border-radius: 8px;
            box-shadow: none;
            box-sizing: content-box;
            height: 50px;
            margin: 0;
            outline: none;
            /* padding: 8px 0 5px 0; */
            /* padding-top: 18px; */
            border: solid 1px rgba(239, 240, 241, 0.3);
            /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
        }

            .select2-container--material .select2-selection--single .select2-selection__rendered {
                color: #fff;
                line-height: 40px;
                padding-left: 22px;
                padding-top: 4px;
            }
}

@media (min-width: 1442px) {
    .select2-container--material {
        width: 529px;
        left: 0%;
    }

        .select2-container--material .select2-search--dropdown .select2-search__field {
            /*border: none;
        border-bottom: 1px solid #ced4da;*/
            border-radius: 8px;
            outline: none;
            width: 100%;
            height: 60px;
            max-width: 100%;
            padding-left: 16px;
        }

        .select2-container--material .select2-selection--single .select2-selection__arrow {
            height: 24px;
            margin: 0.6rem 0 0.4rem 0;
            position: absolute;
            top: 12px;
            right: 17px;
            width: 24px;
            content: url('Images/1.png');
        }

    
    .select2-container--material .select2-selection--single {
        background-color: var(--dark);
        border: none;
        /* border-bottom: 1px solid #ced4da; */
        border-radius: 8px;
        box-shadow: none;
        box-sizing: content-box;
        height: 60px;
        margin: 0;
        outline: none;
        /* padding: 8px 0 5px 0; */
        /* padding-top: 18px; */
        border: solid 1px rgba(239, 240, 241, 0.3);
        /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
    }

            .select2-container--material .select2-selection--single .select2-selection__rendered {
                color: #fff;
                line-height: 40px;
                padding-left: 22px;
                padding-top: 12px;
            }
}
