:root{--borderColor:#d1d5db;--dropDownWidth:100%;--backGroundColor:transparent;--labelHeight:34.2px;--ddLabelFontSize:1em;--ddMaxWidth:400px}.custom-select{width:var(--dropDownWidth);max-width:var(--ddMaxWidth)}.custom-select .disabled{pointer-events:none;opacity:.6}.custom-select .selector{position:relative}.custom-select .selector .select-label{display:block;border:1px solid var(--borderColor);border-radius:.285em;font-size:var(--ddLabelFontSize);background-color:var(--backGroundColor);height:var(--labelHeight);display:flex;align-items:center;padding:0 0 0 8px}.custom-select .selector .dropdown{position:fixed;z-index:999;background:#fff;border:1px solid #f3f1f1;overflow:hidden;max-height:16rem;border-radius:10px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.custom-select .selector .dropdown.dropdown-up{bottom:auto;top:auto}.custom-select .selector .dropdown .dropdown-content{display:flex;flex-direction:column;max-height:16rem;overflow:hidden}.custom-select .selector .dropdown .dropdown-content ul{overflow:auto;flex:1;margin:0;padding:8px 8px 8px 8px;list-style:none;font-size:var(--text-xs2);font-weight:400}.custom-select .selector .dropdown .dropdown-content ul .list-name{display:flex;align-items:center;gap:5px}.custom-select .selector .dropdown .dropdown-content ul li{text-align:left;line-height:normal;padding:8px;color:#000;padding-left:20px;border-radius:6px}.custom-select .selector .dropdown .dropdown-content ul li.current{background-color:#ebebeb;transition:background-color .3s ease;font-weight:600;border:1px solid #e9e9e9;border-radius:3px;border-radius:6px}.custom-select .selector .dropdown .dropdown-content ul li.highlight-item{background-color:#ebebeb;transition:background-color .3s ease}.custom-select .selector .dropdown .dropdown-content .slot-container{border-top:1px solid #e0e0e0;background:#fff}.custom-select .selector .hidden{visibility:hidden}.custom-select .selector .visible{visibility:visible}.custom-select.compact{width:10rem;height:-moz-fit-content;height:fit-content}.custom-select.compact .selector .select-label{font-size:.75em;padding:.25em .4em;line-height:1.2}.custom-select.compact .dropdown,.custom-select.compact .dropdown .dropdown-content{max-height:10rem}.custom-select.compact .dropdown .dropdown-content ul li{padding:4px 6px;font-size:.75em;line-height:1.2}.notMatching{color:#888;font-size:.85em;padding:8px;text-align:center}.dropdown-icon{width:15px;height:15px;color:#6b7280;transition:transform .3s ease;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.dropdown-icon.rotated{transform:rotate(180deg) translateY(50%)}.custom-dropdown-container{width:var(--dropDownWidth)}.spinner[data-v-2c344a63]{position:relative;width:20px;height:20px;margin:0 0 0 0}.spinner-inner[data-v-2c344a63]{border:4px solid hsla(0,0%,100%,.3);border-top:4px solid var(--brand-color);border-radius:50%;width:20px;height:20px;animation:spin-2c344a63 1s linear infinite;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}@keyframes spin-2c344a63{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.project-form[data-v-16d2cb10]{padding:12px;font-size:var(--text-s);height:100%;max-width:400px;overflow-y:auto;overflow-x:hidden}.project-form .end-date[data-v-16d2cb10]{margin-left:3rem}.project-form h3[data-v-16d2cb10]{font-size:var(--text-2xl);font-weight:500}.btn-container[data-v-16d2cb10]{position:sticky;bottom:-12px;background-color:var(--bg-color);padding:10px;width:100%;margin-bottom:-12px}.copy-project-field[data-v-16d2cb10]{margin:16px 0 0}.copy-options[data-v-16d2cb10]{display:flex;flex-direction:column;gap:10px;margin-top:10px}.copy-option[data-v-16d2cb10]{display:flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;font-size:var(--text-s);color:var(--text-color);cursor:pointer}.copy-option input[type=checkbox][data-v-16d2cb10]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:4px;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;margin:0;cursor:pointer;box-shadow:0 1px 3px rgba(15,23,42,.18);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .15s ease}.copy-option input[type=checkbox][data-v-16d2cb10]:after{content:"";width:6px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) scale(0);transition:transform .15s ease}.copy-option input[type=checkbox][data-v-16d2cb10]:hover{border-color:var(--primary-color);background-color:#fff7e6;box-shadow:0 0 0 3px rgba(244,191,90,.22)}.copy-option input[type=checkbox][data-v-16d2cb10]:checked{background-color:#3c3cb7;border-color:var(--primary-color);box-shadow:0 2px 8px rgba(244,191,90,.35)}.copy-option input[type=checkbox][data-v-16d2cb10]:checked:after{transform:rotate(45deg) scale(1)}.copy-option input[type=checkbox][data-v-16d2cb10]:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(244,191,90,.32)}.copy-option-child[data-v-16d2cb10]{margin-left:26px}