*,*:before,*:after{box-sizing:border-box}:root{--bg: #fff;--bg-subtle: #fbfbfd;--bg-hover: #f6f7fb;--bg-selected: #e9f2ff;--text: #111827;--muted: #667085;--border: #e6e7ef;--border-strong: #cfd3e1;--accent: #0044b5;--radius: 10px;--shadow: 0 8px 22px rgba(23, 23, 28, .1)}.ms{position:relative;display:inline-block;width:100%;font:14px/1.45 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text)}.ms__button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:.5rem;cursor:pointer;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease,transform .02s ease}.ms__button:hover{background:#fdfdff;border-color:var(--border-strong)}.ms__button:active{transform:translateY(1px)}.ms__button:focus{outline:none}.ms__button:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb33}.ms__button .label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ms__button[aria-disabled=true],.ms__button:disabled{opacity:.6;cursor:not-allowed}.ms__chev{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #70788a}.ms__panel{position:absolute;top:calc(100% + 8px);left:0;width:100%;max-width:420px;z-index:9999;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:none}.ms.open .ms__panel{display:block}.ms.ms--align-right .ms__panel{left:auto;right:0}.ms__header{position:sticky;top:0;z-index:2;background:var(--bg);border-bottom:1px solid var(--border);padding:.5rem .625rem}.ms__header-row{display:flex;align-items:center;gap:.75rem}.ms__header .count{font-size:.82rem;color:var(--muted)}.ms__actions{margin-left:auto;display:flex;align-items:center;gap:.5rem}.ms__btn{font:inherit;line-height:1;padding:.45rem .7rem;border-radius:.55rem;border:1px solid transparent;background:transparent;cursor:pointer;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,color .12s ease}.ms__btn-ghost{color:#344054;border-color:#d0d5dd;background:var(--bg)}.ms__btn-ghost:hover{background:var(--bg-subtle)}.ms__btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.ms__btn-primary:hover{filter:brightness(.96)}.ms__btn:focus{outline:none}.ms__btn:focus-visible{outline:2px solid #0044b5;outline-offset:2px;box-shadow:0 0 0 3px #2563eb38}.ms__search--under-header{background:var(--bg);border-bottom:1px solid var(--border);padding:.5rem .625rem}.ms__search--under-header input{width:100%;padding:.55rem .7rem;border:1px solid var(--border);border-radius:.55rem;background:var(--bg);color:inherit;outline:0}.ms__search--under-header input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb26}.ms__list{max-height:300px;overflow:auto;padding:.25rem;background:var(--bg)}.ms__list::-webkit-scrollbar{width:10px}.ms__list::-webkit-scrollbar-track{background:transparent}.ms__list::-webkit-scrollbar-thumb{background:#00000024;border-radius:8px}.ms__list{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.22) transparent}.ms__row{display:flex;align-items:center;gap:.625rem;padding:.5rem .6rem;border-radius:.5rem;cursor:pointer;transition:background .1s ease}.ms__row:hover{background:var(--bg-hover)}.ms__row[aria-selected=true]{background:var(--bg-selected)}.ms__row--focused{background:#d9e7ff;outline:2px solid #0044b5;outline-offset:-1px}.ms__row .text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ms__row .muted{color:var(--muted);font-size:.82rem}.ms__row input[type=checkbox]{width:18px;height:18px;flex:0 0 auto;cursor:pointer;accent-color:var(--accent)}.ms__footer{display:none}.ms.no-click{pointer-events:none;opacity:.6}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(max-width:420px){.ms{width:100%;min-width:0}.ms__panel{max-width:100%}}@media(prefers-reduced-motion:reduce){.ms__button,.ms__btn{transition:none}}/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}
