:root {
    --vj-bg-DrpSlct1: #fff;
    --vj-bg-DrpSlct2: #eee;
    --vj-bg-DrpSlct3: #f5f5f5;
    --vj-bg-DrpSlct4: #000;
    --vj-cl-DrpSlct1: #000;
    --vj-bd-DrpSlct1: #ccc;
    --vj-bd-DrpSlct2: #888;
    --vj-shd-DrpSlct1: 0 0 0 1px rgba(0, 0, 0, 0.55), 0 3px 2px rgba(0, 0, 0, 0.04), 0 7px 7px rgba(0, 0, 0, 0.03);
    --vj-shd-DrpSlct2: 0 0 0 1px rgba(0, 0, 0, 0.55), 0 3px 2px rgba(0, 0, 0, 0.04), 0 10px 10px rgba(0, 0, 0, 0.23);
}

.select2-container {
    min-width: 200px !important;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none
}

.cnsty_Drp .select2-container .select2-selection--single {
    height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    display: block;
    padding-left: 15px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 36px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: var(--vj-bg-DrpSlct1);
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 8px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    border: solid 1px var(--vj-bd-DrpSlct1);
    border-top: none;
}

.select2-search--dropdown {
    width: 100%;
    display: block;
    padding: 5px;
    position: relative;
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    height: 32px;
    padding: 5px;
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: var(--vj-bg-DrpSlct2);
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: var(--vj-bg-DrpSlct1);
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-hidden-accessible:focus {
    outline: none;
}

.select2-container--default .select2-selection--single {
    background-color: var(--vj-bg-DrpSlct1);
    border-radius: 40px;
    border: solid 1px var(--vj-bd-DrpSlct1);
    /* box-shadow: var(--vj-shd-DrpSlct1); */
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--vj-cl-DrpSlct1);
    line-height: 36px
}

.cnsty_Drp .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--vj-bd-DrpSlct2) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

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

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--vj-bd-DrpSlct2) transparent;
    border-width: 0 4px 5px 4px;
    margin-top: -3px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

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

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.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-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 25px;
    padding-right: 25px;
    color: var(--vj-cl-DrpSlct1);
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: #5ba2eb;
}


.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #ddd #fff;
    scrollbar-width: thin;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ddd;
}

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

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--vj-bg-DrpSlct3);
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

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

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--vj-bg-DrpSlct2);
    color: var(--vj-cl-DrpSlct1)
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

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

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.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
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

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

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}




.select2-search--dropdown::before {
    content: "";
    width: 20px;
    height: 32px;
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
    -webkit-mask: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2FyY2g8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5LjAwMDAwMCwgLTk0LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJzdmdfc3ByaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy45OTk4MTQsIDYxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Im11c2ljYS1zZWFyY2hlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIxLjAwMDE4NiwgMzMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIzLjM0ODQ2MjIsMjAuNTE5OTA0NCBMMTguMTQ4ODc2NSwxNS4zMjA0MTQzIEMxOC4xMjEyNDMsMTUuMjkyNzgwOSAxOC4wODg4Mjg3LDE1LjI3MzQ2NjEgMTguMDU5OTUyMiwxNS4yNDc3NDUgQzE5LjA4MzA1OTgsMTMuNjk1Nzc2OSAxOS42ODAxOTEyLDExLjgzODAyMzkgMTkuNjgwMTkxMiw5Ljg0MDE5MTI0IEMxOS42ODAxOTEyLDQuNDA1NTc3NjkgMTUuMjc0NjEzNSwwIDkuODQwMDk1NjIsMCBDNC40MDU1Nzc2OSwwIDAsNC40MDU1Nzc2OSAwLDkuODQwMDk1NjIgQzAsMTUuMjc0NTE3OSA0LjQwNTQ4MjA3LDE5LjY4MDE5MTIgOS44NCwxOS42ODAxOTEyIEMxMS44Mzc5MjgzLDE5LjY4MDE5MTIgMTMuNjk1NTg1NywxOS4wODMwNTk4IDE1LjI0NzU1MzgsMTguMDU5OTUyMiBDMTUuMjczMjc0OSwxOC4wODg3MzMxIDE1LjI5MjQ5NCwxOC4xMjExNDc0IDE1LjMyMDEyNzUsMTguMTQ4NzgwOSBMMjAuNTE5ODA4OCwyMy4zNDg0NjIyIEMyMS4zMDA5MDg0LDI0LjEyOTQ2NjEgMjIuNTY3MjY2OSwyNC4xMjk0NjYxIDIzLjM0ODQ2MjIsMjMuMzQ4NDYyMiBDMjQuMTI5NDY2MSwyMi41NjczNjI1IDI0LjEyOTQ2NjEsMjEuMzAxMDA0IDIzLjM0ODQ2MjIsMjAuNTE5OTA0NCBaIE05Ljg0MDA5NTYyLDE2LjI2ODk0MDIgQzYuMjg5NDM0MjYsMTYuMjY4OTQwMiAzLjQxMTE1NTM4LDEzLjM5MDY2MTQgMy40MTExNTUzOCw5Ljg0MDA5NTYyIEMzLjQxMTE1NTM4LDYuMjg5NDM0MjYgNi4yODk1Mjk4OCwzLjQxMTE1NTM4IDkuODQwMDk1NjIsMy40MTExNTUzOCBDMTMuMzkwNTY1NywzLjQxMTE1NTM4IDE2LjI2ODk0MDIsNi4yODk1Mjk4OCAxNi4yNjg5NDAyLDkuODQwMDk1NjIgQzE2LjI2ODk0MDIsMTMuMzkwNjYxNCAxMy4zOTA1NjU3LDE2LjI2ODk0MDIgOS44NDAwOTU2MiwxNi4yNjg5NDAyIFoiIGlkPSJzYXJjaCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=') 4px center no-repeat;
    mask: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2FyY2g8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5LjAwMDAwMCwgLTk0LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJzdmdfc3ByaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy45OTk4MTQsIDYxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Im11c2ljYS1zZWFyY2hlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIxLjAwMDE4NiwgMzMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIzLjM0ODQ2MjIsMjAuNTE5OTA0NCBMMTguMTQ4ODc2NSwxNS4zMjA0MTQzIEMxOC4xMjEyNDMsMTUuMjkyNzgwOSAxOC4wODg4Mjg3LDE1LjI3MzQ2NjEgMTguMDU5OTUyMiwxNS4yNDc3NDUgQzE5LjA4MzA1OTgsMTMuNjk1Nzc2OSAxOS42ODAxOTEyLDExLjgzODAyMzkgMTkuNjgwMTkxMiw5Ljg0MDE5MTI0IEMxOS42ODAxOTEyLDQuNDA1NTc3NjkgMTUuMjc0NjEzNSwwIDkuODQwMDk1NjIsMCBDNC40MDU1Nzc2OSwwIDAsNC40MDU1Nzc2OSAwLDkuODQwMDk1NjIgQzAsMTUuMjc0NTE3OSA0LjQwNTQ4MjA3LDE5LjY4MDE5MTIgOS44NCwxOS42ODAxOTEyIEMxMS44Mzc5MjgzLDE5LjY4MDE5MTIgMTMuNjk1NTg1NywxOS4wODMwNTk4IDE1LjI0NzU1MzgsMTguMDU5OTUyMiBDMTUuMjczMjc0OSwxOC4wODg3MzMxIDE1LjI5MjQ5NCwxOC4xMjExNDc0IDE1LjMyMDEyNzUsMTguMTQ4NzgwOSBMMjAuNTE5ODA4OCwyMy4zNDg0NjIyIEMyMS4zMDA5MDg0LDI0LjEyOTQ2NjEgMjIuNTY3MjY2OSwyNC4xMjk0NjYxIDIzLjM0ODQ2MjIsMjMuMzQ4NDYyMiBDMjQuMTI5NDY2MSwyMi41NjczNjI1IDI0LjEyOTQ2NjEsMjEuMzAxMDA0IDIzLjM0ODQ2MjIsMjAuNTE5OTA0NCBaIE05Ljg0MDA5NTYyLDE2LjI2ODk0MDIgQzYuMjg5NDM0MjYsMTYuMjY4OTQwMiAzLjQxMTE1NTM4LDEzLjM5MDY2MTQgMy40MTExNTUzOCw5Ljg0MDA5NTYyIEMzLjQxMTE1NTM4LDYuMjg5NDM0MjYgNi4yODk1Mjk4OCwzLjQxMTE1NTM4IDkuODQwMDk1NjIsMy40MTExNTUzOCBDMTMuMzkwNTY1NywzLjQxMTE1NTM4IDE2LjI2ODk0MDIsNi4yODk1Mjk4OCAxNi4yNjg5NDAyLDkuODQwMDk1NjIgQzE2LjI2ODk0MDIsMTMuMzkwNjYxNCAxMy4zOTA1NjU3LDE2LjI2ODk0MDIgOS44NDAwOTU2MiwxNi4yNjg5NDAyIFoiIGlkPSJzYXJjaCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=') 4px center no-repeat;
    mask-size: 50%;
    background-color: var(--vj-bg-DrpSlct4);

}


.clos-on {
    width: 20px;
    height: 30px;
    position: absolute;
    right: 7px;
    top: 5px;
    cursor: pointer;
    padding: 3px;
    fill: var(--vj-cl-DrpSlct1);
}

.select2-hidden-accessible {
    outline: none;
}

.select2-search__field {
    -webkit-appearance: none;
}