﻿.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { background-color: #04BFBF; color: #fff; border: none; padding: 5px; font-size: 0.9em; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { color: #fff; margin-left: 5px; }

.select2-container { width: 100% !important; }

.select2-dropdown { z-index: 1100; }

.select2-results__option[aria-selected=true] { display: none; }

.select2-container .select2-selection--single { height: 45px; border-color: #A7A7A7; border-radius: 0px; padding: 0px 0px 45px; border-radius: 15px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { position: absolute; top: 5px; top: 50%; transform: translateY(-50%); }
.select2-container--default .select2-selection--single .select2-selection__rendered { position: absolute; top: 5px; top: 50%; transform: translateY(-50%); }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { color: #212121; font-size: 1.25em; font-weight:400;}
.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-radius: 15px 15px 0 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border: none; height: 10px; width: 10px; margin: 0; left: 12px; transform: translateY(-50%); }
    .select2-container--default .select2-selection--single .select2-selection__arrow b::after { content: '>'; font: 17px "Consolas", monospace; color: #000; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); left: 0; /*Adjust for position however you want*/ top: -6px; padding: 0 0 2px; /*left line */ position: absolute; pointer-events: none; }
