/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
/*! Modified for wissen.online for vw units */
.select2-dropdown .select2-results__option{padding: .5vw; font-size: var(--fontnorm);}
.select2-container {width: 100% !important;		box-sizing: border-box;}
span.select2-selection.select2-selection--single {
    border-radius: 0;
    font-size: var(--fontnorm);
    height: 3vw;
    line-height: 3vw;
    padding: 0 2.5vw 0 1vw;
}
.select2-search--dropdown .select2-search__field {background-color: #FFF;color:#000}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-selection {
    border: 0.1vw solid transparent;
    background-color: #fff;
    color: #555;

	padding: .5vw;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: inherit;padding-left: 0;}
.select2-container--bootstrap {
    display: block
}
.select2-container--open .select2-dropdown--below {
    border: none;
    border-radius: 0;
}
.select2-container--bootstrap .select2-selection {
    border-radius: 0;
    font-size: var(--fontnorm);
    outline: 0
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 0;
    font-size: var(--fontnorm)
}

.select2-container--bootstrap .select2-search__field {
    outline: 0
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #999
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #999
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #999;
    opacity: 1
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #999
}

.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #777;
    cursor: not-allowed
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #262626
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color_btn_primary);
    color: var(--color_text_btn_primary)
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 0.6vw 0.12vw
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.12vw;
    padding-left: 0.24vw
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.24vw;
    padding-left: 0.36vw
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.36vw;
    padding-left: 0.48vw
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.48vw;
    padding-left: 0.60vw
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.60vw;
    padding-left: 0.72vw
}

.select2-container--bootstrap .select2-results__group {
    color: black;
    display: block;
    padding: 0.6vw 0.12vw;
    line-height: 1.428571429;
    white-space: nowrap
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #999;
    border-width: 0 0.4vw 0.4vw
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent
}

.select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight:calc(700 + var(--fontweight_correction));
    margin-right: 0.10vw;
	display: none;
}

.select2-container--bootstrap .select2-selection__clear:hover {
    color: #333
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--bootstrap.select2-container--disabled .select2-search__field,
.select2-container--bootstrap.select2-container--disabled .select2-selection {
    cursor: not-allowed
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eee
}

.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear {
    display: none
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.5);
    border-color: transparent;
    overflow-x: hidden;
    margin-top: 0
}

.select2-container--bootstrap .select2-dropdown--above {
    margin-top: 0.1vw
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 20vw;
	/* overflow-y: hidden;  for custom scrollbar */
}

.select2-container--bootstrap .select2-selection--single {
    height: 3vw;
    line-height: 1.428571429;
    padding: 0.6vw 0.24vw 0.6vw 0.12vw
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 0.12vw;
    top: 0;
    width: 0.4vw
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #1b2027 transparent transparent;
    border-style: solid;
    border-width: 0.4vw 0.4vw 0;
    height: 0;
    left: 0;
    margin-left: -0.4vw;
    margin-top: -0.2vw;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #000;
    padding: 0 !important
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #555
}
.selectcolored + .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
   	color: var(--color_text_btn_primary);
}
.selectdash + .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: var(--color_text_btn_dash_extra);
}
.select2-container--bootstrap .select2-selection--multiple {
    min-height: 3vw;display:flex;height: auto !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.428571429;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: .25vw !important;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: flex;
	gap: .25vw;
	flex-wrap: wrap;
	align-items: center;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #555;
    float: left;
    margin-top: 0.5vw
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #000;
    background: #fffbc1;
    border: 1px solid #000000;
    border-radius: 1vw;
    cursor: default;
    float: left;
    margin:0;
	padding: .25vw .5vw .25vw .25vw;
	font-family:  var(--systemfont);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	line-height: normal;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice:hover {
	background: #fff896;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: 0 0;
    padding: 0 0.12vw;
    height: 0.32vw;
    line-height: 1.428571429;
    margin-top: 0;
    min-width: 5em
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {color:#000}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-weight:800;
    margin-right: 0.5vw;
	line-height: 1.3vw;
	vertical-align: text-top;
	font-size: 2vw;
	font-family: 'FontAwesome';
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.6vw
}

.select2-container--bootstrap.input-lg,
.select2-container--bootstrap.input-sm {
    border-radius: 0;
    font-size: 0.12vw;
    height: auto;
    line-height: 1;
    padding: 0
}

.form-group-sm .select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap.input-sm .select2-selection--single {
    border-radius: 0;
    font-size: 0.12vw;
    height: 0.30vw;
    line-height: 1.5;
    padding: 0.5vw 0.22vw 0.5vw 0.10vw
}

.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b {
    margin-left: -0.5vw
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap.input-sm .select2-selection--multiple {
    min-height: 0.30vw
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice {
    font-size: 0.12vw;
    line-height: 1.5;
    margin: 0.4vw 0 0 0.5vw;
    padding: 0 0.5vw
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 0.10vw;
    font-size: 0.12vw;
    height: 3vw;
    line-height: 1.5
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.5vw
}

.form-group-lg .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap.input-lg .select2-selection--single {
    border-radius: 0;
    font-size: var(--fontnorm);
    height: 3vw;
    line-height: 2vw;
    padding: .5vw 2.5vw 0.5vw 1vw;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow {
       width: 2.5vw;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b {
    border-width: 0.4vw 0.4vw 0;
    margin-left: 0.85vw;
    margin-top: -.1vw;
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap.input-lg .select2-selection--multiple {
    min-height: 3vw;padding:0
}
.select2-selection--multiple .select2-search--inline .select2-search__field {padding-left: .5vw !important;cursor: pointer;}

.select2-container--bootstrap .select2-selection--multiple input::placeholder {font-size: var(--fontnorm);width:100%}
.selectcolored + .select2-container .select2-selection--multiple input::placeholder {color: var(--color_text_btn_primary)}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 0.16vw;
    font-size: var(--fontnorm);
    height: initial;
    line-height: 1.3333333;
	
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {min-width: 13vw !important;}
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.10vw
}

.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #1b2027;
    border-width: 0 0.4vw 0.4vw;
    margin-top: -.2vw;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
    padding-left: 1vw;
    padding-right: 1vw
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0.12vw;
    right: auto
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 0.6vw
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0.2vw;
    margin-right: auto
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #8a6d3b
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 0.1vw 0.1vw rgba(0, 0, 0, .075), 0 0 0.6vw #c0a16b;
    box-shadow: inset 0 0.1vw 0.1vw rgba(0, 0, 0, .075), 0 0 0.6vw #c0a16b;
    border-color: #66512c
}

.has-warning.select2-drop-active {
    border-color: #66512c
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #e74c2b !important
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 0.1vw 0.1vw rgba(0, 0, 0, .075), 0 0 0.6vw #ce8483;
    box-shadow: inset 0 0.1vw 0.1vw rgba(0, 0, 0, .075), 0 0 0.6vw #ce8483;
    border-color: #c70c1b !important
}

.has-error.select2-drop-active {
    border-color: #e74c2b !important
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #e74c2b !important
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #3c763d
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 0.1vw 0.1vw rgba(0, 0, 0, .075), 0 0 0.6vw #67b168;
    box-shadow: inset 0 0.1vw 0.1vw rgba(0, 0, 0, .075), 0 0 0.6vw #67b168;
    border-color: #2b542c
}

.has-success.select2-drop-active {
    border-color: #2b542c
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c
}

.input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap {
    vertical-align: top
}

.form-control.select2-hidden-accessible {
    position: absolute!important;
    width: 0.1vw!important
}

.form-inline .select2-container--bootstrap {
    display: inline-block
}



/* ========= Media Queries ========== */
/* =     everything is based on     = */
/* = viewwidth-unit vw, for devices = */
/* =  with a width less than 768px, = */
/* ========= change to rem ========== */
/* Small Devices, Tablets @media only screen and (max-width: 767px) */

@media only screen and (max-width: 767px) {

span.select2-selection.select2-selection--single {
    
    height: 3rem;
    line-height: 3rem;
    padding: 0 3rem 0 .5rem
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .075);
   /* border: 1px solid #ccc; */
}

.select2-container--bootstrap .select2-selection {
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .075);
    
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .075);
    
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 0.6rem 0.12rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.12rem;
    padding-left: 0.24rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.24rem;
    padding-left: 0.36rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.36rem;
    padding-left: 0.48rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.48rem;
    padding-left: 0.60rem
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.60rem;
    padding-left: 0.72rem
}

.select2-container--bootstrap .select2-results__group {
    padding: 0.6rem 0.12rem;
    font-size: 0.12rem;
}


.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-width: 0 0.4rem 0.4rem
}

.select2-container--bootstrap .select2-selection__clear {
    margin-right: 0.10rem
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 0.6rem 0.12rem rgba(0, 0, 0, .175);
    box-shadow: 0 0.6rem 0.12rem rgba(0, 0, 0, .175);
    margin-top: -0.1rem;
		min-width: 150px;
}

.select2-container--bootstrap .select2-dropdown--above {
    margin-top: 0.1rem
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 20rem;
}

.select2-container--bootstrap .select2-selection--single {
    height: 3rem;
    padding: 0.6rem 0.24rem 0.6rem 0.12rem
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    right: 0.12rem;
    width: 0.4rem
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 0.4rem 0.4rem 0;
    margin-left: -0.4rem;
    margin-top: -0.2rem;
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 3rem
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    margin-top: 0.5rem
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
   		padding: .25rem .5rem .25rem .25rem;border-radius: 1rem;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {gap: .25rem;padding: .25rem !important;}


.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 0.3rem;
		font-size: 2rem;
	line-height: 0
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.6rem
}

.select2-container--bootstrap.input-lg,
.select2-container--bootstrap.input-sm {
    font-size: 0.12rem;
}

.form-group-sm .select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap.input-sm .select2-selection--single {
    font-size: 0.12rem;
    height: 0.30rem;
    padding: 0.5rem 0.22rem 0.5rem 0.10rem
}

.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b {
    margin-left: -0.5rem
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap.input-sm .select2-selection--multiple {
    min-height: 0.30rem
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice {
    font-size: 0.12rem;
    margin: 0.4rem 0 0 0.5rem;
    padding: 0 0.5rem
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 0.10rem;
    font-size: 0.12rem;
    height: 3rem;
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.5rem
}

.form-group-lg .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap.input-lg .select2-selection--single {
    height: 3rem;
    line-height: 2rem;
    padding: .5rem 2.5rem 0.5rem 1rem;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow {
       width: 2.5rem;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b {
    border-width: 0.4rem 0.4rem 0;
    margin-left: 0.75rem;
    margin-top: -.1rem;
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap.input-lg .select2-selection--multiple {
    min-height: 3rem
}
/*
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice {
    font-size: 0.18rem;
    margin: 0.9rem 0 0 0.8rem;
    padding: 0 0.10rem
}
*/
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 0.16rem;
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.10rem
}

.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 0.4rem 0.4rem;
    margin-top: -.2rem;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
    padding-left: 1rem;
    padding-right: 1rem
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0.12rem;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-right: 0.6rem
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0.2rem;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .075), 0 0 0.6rem #c0a16b;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .075), 0 0 0.6rem #c0a16b;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .075), 0 0 0.6rem #ce8483;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .075), 0 0 0.6rem #ce8483;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .075), 0 0 0.6rem #67b168;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .075), 0 0 0.6rem #67b168;
}

.form-control.select2-hidden-accessible {
    width: 0.1rem!important
}
.select2-dropdown .select2-results__option{padding: .5rem; 	font-size: var(--fontnorm);}
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {min-width: 16rem !important;}
/* ========= Media Queries TT for screens too wide (more than 2:1) ========== */
@media (min-aspect-ratio: 16/9) and (min-width: 1680px) {
	.select2-container--bootstrap .select2-search--dropdown .select2-search__field {font-size: var(--fontnorm);}
	.select2-container--bootstrap .select2-selection--multiple {min-height: 2.5vw;padding: 0;}
	.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {line-height: 0;}
	span.select2-selection.select2-selection--single {height:2.5vw;line-height:2.5vw}
}
