.multi-select-root.custom-multi-select{color:rgba(0,0,0,.85);font-size:16px;width:100%}.multi-select-root.custom-multi-select.dark{color:hsla(0,0%,100%,.65)}.multi-select-root.custom-multi-select .multi-select-wrapper{border:1px solid #d9d9d9;background-color:#fff;border-radius:4px;padding:1px;display:flex;flex-wrap:wrap}.multi-select-root.custom-multi-select .multi-select-wrapper:hover{border-color:#40a9ff}.multi-select-root.custom-multi-select .multi-select-wrapper.focused{border-color:#40a9ff;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.multi-select-root.custom-multi-select .multi-select-wrapper .chip-wrap{display:flex;overflow:hidden;padding:2px}.multi-select-root.custom-multi-select .multi-select-wrapper .input-wrap{display:flex;justify-content:space-between;align-items:center;padding:0 6px;width:100%}.multi-select-root.custom-multi-select .multi-select-wrapper .input-wrap input{background-color:#fff;color:rgba(0,0,0,.85);height:40px;flex-grow:1;border:none;margin:0;outline:none;width:calc(100% - 57px)}@media(max-width:992px){.multi-select-root.custom-multi-select .multi-select-wrapper .input-wrap input{font-size:13px}}.multi-select-root.custom-multi-select .multi-select-wrapper .input-wrap button{border:0;padding:2px 10px;font-size:15px;display:block;text-align:center;border-radius:5px}@media(max-width:992px){.multi-select-root.custom-multi-select .multi-select-wrapper .input-wrap button{font-size:13px}}.multi-select-root.custom-multi-select .multi-select-tag{display:flex;align-items:center;height:24px;margin:2px;padding:0 4px 0 10px;background-color:#fafafa;border:1px solid #e8e8e8;border-radius:2px}.multi-select-root.custom-multi-select .multi-select-tag span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.multi-select-root.custom-multi-select .multi-select-tag svg{cursor:pointer;padding:4px}.multi-select-root.custom-multi-select .multi-select-listbox{margin:0;padding:0;position:absolute;list-style:none;background-color:#fff;overflow:auto;max-height:250px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:1;width:100%}.multi-select-root.custom-multi-select .multi-select-listbox li{padding:5px 12px;display:flex;align-items:center;cursor:pointer}.multi-select-root.custom-multi-select .multi-select-listbox li span{flex-grow:unset}.multi-select-root.custom-multi-select .multi-select-listbox li[aria-selected=true]{background-color:#fafafa;font-weight:600}.multi-select-root.custom-multi-select .multi-select-listbox li.Mui-focused{background-color:#e6f7ff;cursor:pointer}