﻿.select2-selection__rendered {
    line-height: 16px !important;
}

.select2-selection--single {
    height: 18px !important;
    border-radius: 0px !important;
    /*margin-left: -1px !important;*/
    /*margin-right: 1px;*/
}



.select2-search__field {
    border-radius: 0px !important;
}

.select2-dropdown--below {
    border-top: 1px solid silver !important;
    border-radius: 0px !important;
    width: 600px !important;
    margin-top: -1px !important;
    /*margin-left: -1px !important;*/
}

.select2-container--open .select2-selection__arrow b{
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 16px !important;
    top: 50%;
    right: -1px;
    width: 16px;
    margin-top: -5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

    /*the arrow itself */
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        /*path editors: https://yqnn.github.io/svg-path-editor/ https://svg-path.com/  */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
        background-color: transparent;
        background-size: contain;
        border: none !important;
        height: 16px !important;
        width: 16px !important;
        margin: auto !important;
        top: auto !important;
        left: auto !important;
    }


   






        



