﻿.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: 40px; border-color: #111F46; border-radius: 5px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 38px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height:38px; }

.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-top-left-radius: 5px; border-top-right-radius: 5px; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #001C43; }

.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; }

