select[data-autocomplete-standalone=true] option{display:none}.selectize-skeleton-item{background-color:#bfbfbf;display:inline-block;height:20px;overflow:hidden;position:relative;width:15%}.selectize-skeleton-item .activity{animation:loading 1s infinite;background-image:linear-gradient(270deg,hsla(0,0%,98%,.05),hsla(0,0%,98%,.3),hsla(0,0%,98%,.6),hsla(0,0%,98%,.3),hsla(0,0%,98%,.05));background-image:-moz-linear-gradient(to left,hsla(0,0%,98%,.05),hsla(0,0%,98%,.3),hsla(0,0%,98%,.6),hsla(0,0%,98%,.3),hsla(0,0%,98%,.05));background-image:-webkit-linear-gradient(270deg,hsla(0,0%,98%,.05),hsla(0,0%,98%,.3),hsla(0,0%,98%,.6),hsla(0,0%,98%,.3),hsla(0,0%,98%,.05));height:100%;left:-45%;position:absolute;width:45%;z-index:45}@keyframes loading{0%{left:-45%}to{left:100%}}.selectize-input .item{max-width:100%;overflow:hidden;text-overflow:ellipsis}.selectize-control.plugin-remove_button [data-value] .ac-expand-button{padding-right:10px!important}.selectize-control .ac-readonly-option{cursor:default;opacity:.8}@media (min-width:992px){#autocomplete-expansion-modal .modal-content{min-height:calc(100vh - 60px)}#autocomplete-expansion-modal .modal-body{height:calc(100vh - 186px)}}#autocomplete-expansion-modal .modal-body{display:flex}#autocomplete-expansion-modal .modal-body .loading-indicator{margin:auto}#autocomplete-expand{width:100%}#autocomplete-expand .ac-search-wrapper{position:relative;width:100%}#autocomplete-expand .ac-search-input{padding-right:35px}#autocomplete-expand .ac-search-cancel{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:4px;top:4px;width:30px}#autocomplete-expand .ac-search-cancel:hover{background-color:var(--body-bg-default)}#autocomplete-expand table.ac-list>tbody>tr.moveIt>td{animation:sladeToLeft .3s ease-out forwards}#autocomplete-expand table.ac-list-selected>tbody>tr.moveIt>td{animation:sladeToRight .3s ease-out forwards}#autocomplete-expand table.ac-list-selected>thead>tr>th,#autocomplete-expand table.ac-list>thead>tr>th{border-bottom:1px solid #bfbfbf;height:37px}#autocomplete-expand table.ac-list-selected>tbody>tr,#autocomplete-expand table.ac-list>tbody>tr{border-bottom:4px solid var(--content-bg-color)}#autocomplete-expand table.ac-list-selected>tbody>tr>td,#autocomplete-expand table.ac-list>tbody>tr>td{border:none;padding-bottom:12px;padding-top:12px}#autocomplete-expand table.ac-list-selected>tbody>tr>td:first-child,#autocomplete-expand table.ac-list>tbody>tr>td:first-child{width:30px}#autocomplete-expand table .ac-list-empty{font-style:italic;text-align:center}@media (min-width:992px){#autocomplete-expand .ac-search-wrapper{width:min-content}#autocomplete-expand #ac-flex-container>div{width:50%}#autocomplete-expand #ac-flex-container>div:nth-child(2){border-left:1px solid #bfbfbf}}@keyframes sladeToRight{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes sladeToLeft{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}