.multi-select-root.custom-multi-select{color:#000000d9;width:100%;font-size:16px}.multi-select-root.custom-multi-select.dark{color:#ffffffa6}.multi-select-root.custom-multi-select .multi-select-wrapper{background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;flex-wrap:wrap;padding:1px;display:flex}.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 #1890ff33}.multi-select-root.custom-multi-select .multi-select-wrapper .chip-wrap{padding:2px;display:flex;overflow:hidden}.multi-select-root.custom-multi-select .multi-select-wrapper .input-wrap{justify-content:space-between;align-items:center;width:100%;padding:0 6px;display:flex}.multi-select-root.custom-multi-select .multi-select-wrapper .input-wrap input{color:#000000d9;background-color:#fff;border:none;outline:none;flex-grow:1;width:calc(100% - 57px);height:40px;margin:0}@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{text-align:center;border:0;border-radius:5px;padding:2px 10px;font-size:15px;display:block}@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{background-color:#fafafa;border:1px solid #e8e8e8;border-radius:2px;align-items:center;height:24px;margin:2px;padding:0 4px 0 10px;display:flex}.multi-select-root.custom-multi-select .multi-select-tag span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.multi-select-root.custom-multi-select .multi-select-tag svg{cursor:pointer;padding:4px}.multi-select-root.custom-multi-select .multi-select-listbox{z-index:1;background-color:#fff;border-radius:4px;width:100%;max-height:250px;margin:0;padding:0;list-style:none;position:absolute;overflow:auto;box-shadow:0 2px 8px #00000026}.multi-select-root.custom-multi-select .multi-select-listbox li{cursor:pointer;align-items:center;padding:5px 12px;display:flex}.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{cursor:pointer;background-color:#e6f7ff}
