:root,.dark{--simcall-background:var(--background);--simcall-foreground:var(--foreground);--simcall-card:var(--card);--simcall-card-foreground:var(--card-foreground);--simcall-popover:var(--popover);--simcall-popover-foreground:var(--popover-foreground);--simcall-primary:var(--primary);--simcall-primary-foreground:var(--primary-foreground);--simcall-secondary:var(--secondary);--simcall-secondary-foreground:var(--secondary-foreground);--simcall-muted:var(--muted);--simcall-muted-foreground:var(--muted-foreground);--simcall-accent:var(--accent);--simcall-accent-foreground:var(--accent-foreground);--simcall-destructive:var(--destructive);--simcall-destructive-foreground:var(--destructive-foreground);--simcall-border:var(--border);--simcall-input:var(--input);--simcall-ring:var(--ring)}[data-mendy-ui]{--background:hsl(var(--simcall-background));--foreground:hsl(var(--simcall-foreground));--card:hsl(var(--simcall-card));--card-foreground:hsl(var(--simcall-card-foreground));--popover:hsl(var(--simcall-popover));--popover-foreground:hsl(var(--simcall-popover-foreground));--primary:hsl(var(--simcall-primary));--primary-foreground:hsl(var(--simcall-primary-foreground));--secondary:hsl(var(--simcall-secondary));--secondary-foreground:hsl(var(--simcall-secondary-foreground));--muted:hsl(var(--simcall-muted));--muted-foreground:hsl(var(--simcall-muted-foreground));--accent:hsl(var(--simcall-accent));--accent-foreground:hsl(var(--simcall-accent-foreground));--destructive:hsl(var(--simcall-destructive));--destructive-foreground:hsl(var(--simcall-destructive-foreground));--border:hsl(var(--simcall-border));--input:hsl(var(--simcall-input));--ring:hsl(var(--simcall-ring))}.simcall-filter-custom{--background:var(--simcall-background);--foreground:var(--simcall-foreground);--card:var(--simcall-card);--card-foreground:var(--simcall-card-foreground);--popover:var(--simcall-popover);--popover-foreground:var(--simcall-popover-foreground);--primary:var(--simcall-primary);--primary-foreground:var(--simcall-primary-foreground);--secondary:var(--simcall-secondary);--secondary-foreground:var(--simcall-secondary-foreground);--muted:var(--simcall-muted);--muted-foreground:var(--simcall-muted-foreground);--accent:var(--simcall-accent);--accent-foreground:var(--simcall-accent-foreground);--destructive:var(--simcall-destructive);--destructive-foreground:var(--simcall-destructive-foreground);--border:var(--simcall-border);--input:var(--simcall-input);--ring:var(--simcall-ring)}.simcall-line-filter-trigger[data-mendy-ui]{width:40px;height:36px;box-shadow:none;background:0 0;border:0;padding:0;inset:0 0 auto auto}:where([data-mendy-ui],[data-mendy-ui] *){border-color:hsl(var(--simcall-border))}@media (max-width:639px){.simcall-filter-menu[data-mendy-ui]{width:var(--mendy-filter-anchor-width,calc(100vw - 2rem));max-width:calc(100vw - 2rem)}}.simcall-filter-menu-list{scrollbar-width:thin}.simcall-filter-chip-trigger>span[title]:nth-child(2){flex-shrink:0;max-width:none}[data-mendy-ui]{--radius:0px}.simcall-filter-custom [role=group]{min-width:0}.simcall-filter-custom [role=group] label{overflow-wrap:anywhere}.simcall-filter-chip-trigger>span[title]{color:inherit}.dark [data-mendy-ui]{--muted-foreground:color-mix(in srgb, hsl(var(--simcall-foreground)) 65%, hsl(var(--simcall-background)))}.dark .simcall-filter-custom{--muted-foreground:var(--simcall-foreground)}
html,body{height:100%}:focus{outline:none}.skeleton-box{background-color:hsl(var(--border));animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;color:hsl(var(--border))!important;-webkit-user-select:none!important;user-select:none!important;cursor:default!important;border-color:#0000!important}.skeleton-circle{background-color:hsl(var(--border));animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;color:hsl(var(--border))!important;-webkit-user-select:none!important;user-select:none!important;cursor:default!important;border-color:#0000!important;border-radius:1000px!important}.skeleton-circle>*,.skeleton-box>*,.skeleton-line>*{opacity:0!important}.pin-field-container{grid-auto-columns:max-content;grid-auto-flow:column;justify-content:center;margin:4rem 0;display:grid}.pin-field{border:1px solid hsl(var(--border));background-color:hsl(var(--accent));text-align:center;border-right:none;outline:none;width:4rem;height:4rem;font-size:2rem;transition-property:color,border,box-shadow,transform;transition-duration:.25s}.pin-field:last-of-type{border-right:1px solid hsl(var(--border));border-radius:0 .5rem .5rem 0}.pin-field:focus{box-shadow:"0 0 0.25rem rgba(white, 0.5)";opacity:.9;outline:none}.invalid{animation:.2s ease-in-out 2 shake}.pin-field:first-of-type{border-radius:.5rem 0 0 .5rem}.pin-field[disabled]{cursor:not-allowed;opacity:.5}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(.5rem)}75%{transform:translate(-.5rem)}to{transform:translate(0)}}html.desktop{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;border-radius:10px;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden;overscroll-behavior:none!important;background:0 0!important}html.desktop body{box-sizing:border-box;width:100%;height:100vh;margin:0;padding:0;position:relative;overflow:auto;background:hsl(var(--background))!important;overscroll-behavior:none!important}html.desktop body:before{content:"";z-index:100;pointer-events:none;border:.5px solid #00000026;border-radius:10px;width:100%;height:100%;position:fixed;top:0;left:0}html.desktop.dark body:before{border:.5px solid #ffffff26}html.desktop .wrapper::-webkit-scrollbar{display:none}html.desktop::-webkit-scrollbar{display:none}html.desktop body::-webkit-scrollbar{display:none}.desktop div,.desktop a,.desktop button{cursor:default!important}.color-picker .react-colorful{height:240px}.color-picker .react-colorful__saturation{border-radius:4px 4px 0 0}.color-picker .react-colorful__hue{border-radius:0 0 4px 4px;height:40px}.color-picker .react-colorful__hue-pointer{width:8px;height:inherit}.color-picker .react-colorful__pointer{width:15px;height:15px}.color-picker .react-colorful__hue{height:20px}.remove-arrow::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.remove-arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.remove-arrow{appearance:textfield}input[type=time]::-webkit-clear-button{display:none}input[type=time]::-webkit-calendar-picker-indicator{display:none}.invoice-editor,.invoice-editor div[aria-expanded=false],.invoice-editor .ProseMirror,.invoice-editor .is-empty{height:100%}.ProseMirror-focused p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#434343;pointer-events:none;height:0}.tiptap{font-size:11px!important;line-height:18px!important}.dark .dotted-bg{background-image:radial-gradient(circle at 1px 1px,#232323 .5px,#0000 0);background-size:6px 6px}.light .dotted-bg{background-image:radial-gradient(circle at 1px 1px,#e0e0e0 .5px,#0000 0);background-size:6px 6px}.global-search-list{height:min(450px, var(--search-list-height));overscroll-behavior:contain;transition:height .1s}.desktop-search .global-search-list{height:450px}.desktop-search .search-container{border:none;border-bottom:.5px solid hsl(var(--border))}.desktop-search .search-footer{border:0;border-top-width:1px}
/*# sourceMappingURL=0w_zdku0x80gd.css.map*/