.harmony-multiselect{position:relative;width:100%;font-size:13px;direction:rtl}
.harmony-multiselect__native{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;opacity:0!important;pointer-events:none!important}
.harmony-multiselect__control-row{position:relative;width:100%}
.harmony-multiselect__control{display:flex;width:100%;min-height:44px;align-items:center;justify-content:space-between;gap:10px;padding:7px 11px;border:1px solid #cbd5e1;border-radius:11px;background:#fff;color:#1e293b;text-align:right;transition:border-color .18s,box-shadow .18s,background .18s,padding .18s}
.harmony-multiselect.has-value .harmony-multiselect__control{padding-left:48px}
.harmony-multiselect__control:hover{border-color:#93c5fd}
.harmony-multiselect__control:focus-visible,.harmony-multiselect.is-open .harmony-multiselect__control{border-color:#2563eb;outline:0;box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.harmony-multiselect__summary{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
.harmony-multiselect__summary.is-placeholder{color:#94a3b8;font-weight:500}
.harmony-multiselect__clear{position:absolute;z-index:2;top:50%;left:8px;display:grid;width:28px;height:28px;padding:0;transform:translateY(-50%);place-items:center;border:0;border-radius:8px;color:#be123c;background:#fff1f2;font-size:20px;line-height:1;cursor:pointer}
.harmony-multiselect__clear[hidden]{display:none}
.harmony-multiselect__clear:hover{background:#ffe4e6}
.harmony-multiselect__clear:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(225,29,72,.16)}
.harmony-multiselect__chevron{width:8px;height:8px;flex:none;border-left:2px solid #64748b;border-bottom:2px solid #64748b;transform:rotate(-45deg);transition:transform .18s}
.harmony-multiselect.is-open .harmony-multiselect__chevron{transform:rotate(135deg)}
.harmony-multiselect__popover{position:absolute;z-index:10060;top:calc(100% + 7px);right:0;left:0;overflow:hidden;border:1px solid #dbe4ef;border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.18)}
.harmony-multiselect__search-wrap{position:relative;display:block;padding:10px;border-bottom:1px solid #edf2f7}
.harmony-multiselect__search{width:100%;height:38px;padding:7px 11px;border:1px solid #d6e0ec;border-radius:9px;outline:0;background:#f8fafc}
.harmony-multiselect__search:focus{border-color:#60a5fa;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.09)}
.harmony-multiselect__bulk{display:flex;align-items:center;gap:6px;padding:7px 10px;border-bottom:1px solid #edf2f7;background:#f8fafc}.harmony-multiselect__bulk[hidden]{display:none}.harmony-multiselect__bulk button{min-height:30px;padding:5px 9px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;color:#2563eb;font-size:11px;font-weight:800;cursor:pointer}.harmony-multiselect__bulk button:last-child{color:#64748b}.harmony-multiselect__bulk button:hover,.harmony-multiselect__bulk button:focus-visible{border-color:#93c5fd;background:#eff6ff;outline:0}
.harmony-multiselect__options{max-height:250px;overflow:auto;padding:7px}
.harmony-multiselect__option{display:flex;min-height:42px;align-items:center;gap:9px;padding:8px 9px;border-radius:9px;cursor:pointer}
.harmony-multiselect__option:hover{background:#eff6ff}
.harmony-multiselect__option:has(input:focus-visible){background:#eff6ff;outline:2px solid rgba(37,99,235,.22);outline-offset:-2px}
.harmony-multiselect__option input{position:absolute;opacity:0;pointer-events:none}
.harmony-multiselect__check{display:grid;width:19px;height:19px;flex:none;place-items:center;border:1.5px solid #94a3b8;border-radius:6px;background:#fff}
.harmony-multiselect__option input:checked+.harmony-multiselect__check{border-color:#2563eb;background:#2563eb}
.harmony-multiselect__option input:checked+.harmony-multiselect__check:after{content:"";width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}
.harmony-multiselect__option input:focus-visible+.harmony-multiselect__check{box-shadow:0 0 0 3px rgba(37,99,235,.15)}
.harmony-multiselect__option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.harmony-multiselect__empty{padding:20px;text-align:center;color:#94a3b8}
.harmony-multiselect.is-disabled{opacity:.58}
.harmony-multiselect.is-invalid .harmony-multiselect__control,.workflow-control-invalid+.harmony-multiselect .harmony-multiselect__control{border-color:#fb7185;background:#fff7f8}
.harmony-form-group{margin:18px 0;padding:18px;border:1px solid #dbe7f5;border-radius:16px;background:linear-gradient(145deg,#fff,#f8fbff)}
.harmony-form-group>legend{padding:0 9px;color:#174d8c;font-size:14px;font-weight:900}
.harmony-form-group__fields{display:grid;gap:16px}
.harmony-form-group[hidden]{display:none!important}
.harmony-form-section .harmony-form-section{margin:12px 0 2px;background:#fff;border-color:#c9dbef}.harmony-form-section .harmony-form-section>legend{font-size:13px;color:#37658f}.harmony-form-section[data-harmony-section]{scroll-margin-top:90px}
@media(max-width:640px){.harmony-multiselect__control{min-height:46px}.harmony-multiselect__popover{position:fixed;right:12px;left:12px;top:auto;bottom:12px;max-height:min(70vh,520px);border-radius:18px}.harmony-multiselect__options{max-height:55vh}.harmony-multiselect__option{min-height:46px}}
