body > .select2-container {
	transition: none !important;
}

body > .select2-container * {
	transition: none !important;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	line-height: var(--vb-global-fld-li-ht);
	font-size: var(--vb-global-fld-fn-sz);
	padding:var(--vb-global-fld-pd);
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:var(--vb-global-fld-li-ht);
	font-size: var(--vb-global-fld-fn-sz);
 	padding:0px; 
}

body .select2-container .select2-selection--single {
	height: auto;
	line-height: var(--vb-global-fld-li-ht);
	font-size: var(--vb-global-fld-fn-sz);
	padding:var(--vb-global-fld-pd);

}

body .select2-dropdown {
	background-color: var(--vb-global-box-bg);
	color: var(--vb-global-cr);
  	border-width: var(--vb-global-box-br-wt) ;
	border-color: var(--vb-global-box-br-cr) ;
	border-style: var(--vb-global-box-br-st) ;
	box-shadow: var(--vb-global-box-sd);
	border-radius: var(--vb-global-rd);
}

body .select2-close-mask {
	background-color: var(--vb-global-fld-bg);
}

body  .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
body   .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
body  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body   .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-radius: var(--vb-global-fld-rd);
}

body .select2-container--default .select2-selection--single {
	background-color: var(--vb-global-fld-bg);
   	border-width: var(--vb-global-fld-br-wt) ;
	border-color: var(--vb-global-fld-br-cr) ;
	border-style: var(--vb-global-fld-br-st) ;
	box-shadow: var(--vb-global-fld-sd);
	border-radius: var(--vb-global-fld-rd);
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color:var(--vb-global-fld-cr);
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--vb-global-fld-cr);
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: var(--vb-global-fld-cr) transparent transparent transparent;
}

body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: inline-start;
}

body .select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: var(--vb-global-gry-bg);
	cursor: default;
}

body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent var(--vb-global-gry-cr)  transparent;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
body .select2-container--default.select2-container--focus .select2-selection--multiple,
body .select2-container--default .select2-selection--multiple {
	background-color: var(--vb-global-fld-bg);
   	border-width: var(--vb-global-fld-br-wt) ;
	border-color: var(--vb-global-fld-br-cr) ;
	border-style: var(--vb-global-fld-br-st) ;
	box-shadow: var(--vb-global-fld-sd);
	border-radius: var(--vb-global-fld-rd);
	cursor: text;
}

body .select2-container.select2-container--open .select2-dropdown--above {
	margin-bottom: 2px;
}

body .select2-container.select2-container--open .select2-dropdown--below {
	margin-top: 2px;
}

body .select2-container.select2-container--open .select2-dropdown--above,
body .select2-container.select2-container--open .select2-dropdown--below {
	border-radius: var(--vb-global-rd);
	overflow: hidden;
}

body .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: var(--vb-global-gry-cr);
}

body .select2-container--default .select2-selection--multiple li.select2-selection__choice {
background-color: rgba(138,148,158,0.2);
  border: none;
  border-radius: var(--vb-global-btn-rd);
  padding: 5px 10px !important;
  margin: 00px !important;
  line-height: 1.5;
  width: fit-content !important;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding:var(--vb-global-fld-pd);
	line-height: var(--vb-global-fld-li-ht);
  font-size: var(--vb-global-fld-fn-sz);
	margin:0px;
	  vertical-align: top;
	  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items:center;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
margin: 0px;
  width:fit-content;
  height: fit-content;
  vertical-align: top;
  float: left;
  font-size: var(--vb-global-fld-fn-sz);
  line-height: var(--vb-global-fld-li-ht);
  float: inline-start;
    display: inline-flex;
	align-items:center;
	flex-wrap:wrap;
}
body .select2-container--default .select2-search--inline .select2-search__field {
 
  -webkit-appearance: textfield;
  line-height: var(--vb-global-fld-li-ht);
  font-size: var(--vb-global-fld-fn-sz);
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: var(--vb-global-gry-cr);
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: var(--vb-global-lk-cr);
}
 
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: var(--vb-global-fld-bg);
}

 

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: var(--vb-global-gry-cr);
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
	background-color: var(--vb-global-gry-bg);
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--vb-global-hl-cr);
	color: var(--vb-global-fld-bg);
}

body .select2-container--classic .select2-selection--single {
	background-color: var(--vb-global-gry-bg);
	border: 2px solid var(--vb-global-br-cr);
	border-radius: var(--vb-global-rd);
	background-image: linear-gradient(to bottom,var(--vb-global-box-bg) 50%,var(--vb-global-gry-bg) 100%);
}

body .select2-container--classic .select2-selection--single:focus {
	border: 2px solid var(--vb-global-hl-cr);
}

body .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: var(--vb-global-cr);
}

body .select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: var(--vb-global-gry-cr);
}

body .select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: var(--vb-global-gry-bg);
	border-inline-start: 2px solid var(--vb-global-br-cr);
	background-image: linear-gradient(to bottom,var(--vb-global-gry-bg) 50%,var(--vb-global-gry-bg) 100%);
	background-repeat: repeat-x;
}

body .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: var(--vb-global-gry-cr) transparent transparent transparent;
}

body .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border-inline-end: 2px solid var(--vb-global-br-cr);
	border-radius: var(--vb-global-rd);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
	inset-inline-start: 10px;
	z-index: 999;
}

body .select2-container--classic.select2-container--open .select2-selection--single {
	border: 2px solid var(--vb-global-hl-cr);
}

body .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent var(--vb-global-gry-cr) transparent;
}

body .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	background-image: linear-gradient(to bottom,var(--vb-global-box-bg) 0,var(--vb-global-box-bg) 50%);
}

body .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	background-image: linear-gradient(to bottom,var(--vb-global-box-bg) 50%,var(--vb-global-box-bg) 100%);
}

body .select2-container--classic .select2-selection--multiple {
	background-color: var(--vb-global-box-bg);
	border: 2px solid var(--vb-global-br-cr);
	bborder-radius: var(--vb-global-rd);
}

body .select2-container--classic .select2-selection--multiple:focus {
	border: 2px solid var(--vb-global-hl-cr);
}

body .select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: var(--vb-global-gry-bg);
	border: 2px solid var(--vb-global-br-cr);
	border-radius: var(--vb-global-rd);
}

body .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: var(--vb-global-gry-cr);
}

body .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: var(--vb-global-cr);
}

body .select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 2px solid var(--vb-global-hl-cr);
}

body .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

body .select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 2px solid var(--vb-global-br-cr);
	outline: 0;
}

body .select2-container--classic .select2-dropdown {
	background-color: var(--vb-global-box-bg);
}

body .select2-container--classic .select2-results__option[aria-disabled=true] {
	color: var(--vb-global-gry-cr);
}

body .select2-container--classic .select2-results__option--highlighted[aria-selected],
body .select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: var(--vb-global-hl-cr);
	color: var(--vb-global-box-bg);
}

body .select2-container--classic.select2-container--open .select2-dropdown {
	border-color: var(--vb-global-hl-cr);
}

body .select2-search--dropdown .select2-search__field {
	background: var(--vb-global-gry-bg);
}