/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.static{position:static}.z-1{z-index:1}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.h-full{height:100%}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.italic{font-style:italic}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.main-wrapper{display:flex;height:100vh;width:100vw;overflow:hidden}.main-wrapper .side-nav-wrapper{width:240px}.main-wrapper main{width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column}.main-wrapper main .custom-table{flex:1}.dropdown-list{position:absolute;background-color:var(--color-bg);border:1px solid var(--color-border-secondary);z-index:9999;border-radius:8px;padding:8px;transition:transform .2s ease;max-height:200px;overflow-y:auto}.dropdown-list.up{transform-origin:bottom}.dropdown-list.down{transform-origin:top}.dropdown-list .loading-state{display:flex;justify-content:center;align-items:center;height:8vh}.dropdown-list .dropdown-item{padding:8px;cursor:pointer;transition:background .2s;border-radius:8px;font-size:14px}.dropdown-list .dropdown-item.selected,.dropdown-list .dropdown-item:hover{background-color:rgba(99,72,203,.1019607843)}.dropdown-list .dropdown-item.selected{font-weight:500}.dropdown-list .dropdown-item.highlighted{background-color:rgba(99,72,203,.1019607843)}.dropdown-list .no-items{padding:8px;color:#98a2b3!important;font-weight:400;font-size:14px;text-align:center}.form-section .section-title{margin-bottom:16px;color:var(--color-heading);font-weight:400}.form-section .section-inputs{display:flex;flex-direction:column;gap:16px}.btn-fit{width:-moz-fit-content;width:fit-content}.spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-top-color:#6348cb;border-radius:50%;animation:spinner-rotate 1.2s linear infinite}@keyframes spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}