:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;left:0;top:0;bottom:0;right:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{position:absolute;overflow:hidden;pointer-events:none}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;opacity:0;transition:opacity .2s linear .5s}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9fa6b2}input::placeholder,textarea::placeholder{opacity:1;color:#9fa6b2}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{height:100%;overflow-x:hidden;font-weight:400;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}body:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.app-warp.light,.app-warp.skin--default{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.app-warp.lght,.app-warp.skin--bordered{background-color:transparent}.app-warp.dark{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}body,html{height:100%}.single-sidebar-menu .ReactCollapse--collapse{transition:height .4s}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media (min-width:640px){.container{max-width:640px;padding-right:15px;padding-left:15px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px;padding-right:15px;padding-left:15px}}@media (min-width:1280px){.container{max-width:1280px;padding-right:0;padding-left:0}}.progress{height:.5rem;--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.progress:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.progress .progress-bar.stripes{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:.857rem .857rem}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.\!alert,.alert{border-radius:.375rem;padding:18px 1.5rem;font-size:inherit;line-height:1.25rem;font-weight:400}.card-title{font-size:1.125rem;line-height:1.75rem;font-weight:500;text-transform:capitalize;line-height:24px;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.card-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.card-title{font-size:1.25rem;line-height:1.75rem;line-height:28px}}.card-subtitle{margin-top:.25rem;font-size:inherit;font-weight:500;line-height:1.25rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.card-subtitle:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.card-header{justify-content:space-between;gap:1rem;padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem}.card-header,.card-header-slot{display:flex;flex-wrap:wrap;align-items:center}.card-header-slot{margin-left:auto;flex-shrink:0;justify-content:flex-end;gap:.75rem}.card-header:not(.no-border){border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));padding-bottom:1.25rem}.card-header:not(.no-border):is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.card-height-auto .card{height:-moz-min-content;height:min-content}.btn{position:relative;white-space:normal;border-radius:.25rem;padding:10px 1rem;font-size:inherit;font-weight:600;text-transform:capitalize;line-height:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width:768px){.btn{white-space:nowrap;padding:.75rem 1.5rem}}.btn.btn-xl{padding:.75rem 1.75rem;font-size:16px}@media (min-width:768px){.btn.btn-xl{padding:1rem 2.5rem}}.btn.btn-sm{padding:.5rem .75rem;font-size:.75rem;line-height:1rem}@media (min-width:768px){.btn.btn-sm{padding-left:1rem;padding-right:1rem}}.btn.block-btn{display:block;width:100%;text-align:center}.btn.block-btn span{justify-content:center}.btn-dark{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-dark:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:0.8;--tw-ring-offset-width:1px}.btn-dark{--tw-ring-color:#6539e6}.btn-dark,.btn-dark:hover{background-image:linear-gradient(270deg,#6539e6,#7e5ded)}.dark .btn-dark{background-image:none;--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1));--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity,1))}.dark .btn-dark:hover:is(.dark *){--tw-bg-opacity:0.7;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-offset-width:0px}.dark .btn-dark:hover,.dark .btn-primary{background-image:none}.dark .btn-primary{--tw-bg-opacity:1;background-color:rgb(70 105 250/var(--tw-bg-opacity,1));--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250/var(--tw-ring-opacity,1))}.dark .btn-primary:hover:is(.dark *){--tw-bg-opacity:0.7;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-offset-width:0px}.dark .btn-primary:hover{background-image:none}.btn-outline-dark{border-width:1px;background-color:transparent}.btn-outline-dark:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.btn-outline-dark{--tw-border-opacity:1;--tw-text-opacity:1;color:rgb(101 57 230/var(--tw-text-opacity,1))}.btn-outline-dark,.btn-outline-dark:hover{border-color:rgb(101 57 230/var(--tw-border-opacity,1))}.btn-outline-dark:hover{--tw-border-opacity:1;background-color:rgb(101 57 230/var(--tw-bg-opacity,1));--tw-bg-opacity:0.05}.dark .btn-outline-dark{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark .btn-outline-dark:hover{--tw-border-opacity:1;border-color:rgb(17 17 18/var(--tw-border-opacity,1));background-color:rgb(15 23 42/var(--tw-bg-opacity,1));--tw-bg-opacity:0.05}.btn-outline-dark.active{background-image:linear-gradient(270deg,#6539e6,#7e5ded);border-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark .btn-outline-dark.active{background-image:none;--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.dark .btn-outline-dark.active:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}[aria-expanded=true]>.btn-outline-dark{background-image:linear-gradient(270deg,#6539e6,#7e5ded);border-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark [aria-expanded=true]>.btn-outline-dark{background-image:none;--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark .btn-outline-primary{--tw-border-opacity:1;border-color:rgb(70 105 250/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(70 105 250/var(--tw-text-opacity,1))}.dark .btn-outline-primary:hover{--tw-border-opacity:1;border-color:rgb(70 105 250/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(70 105 250/var(--tw-bg-opacity,1))}.btn-outline-primary.active{background-image:linear-gradient(270deg,#6539e6,#7e5ded);border-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark .btn-outline-primary.active,.dark [aria-expanded=true]>.btn-outline-primary{background-image:none;--tw-bg-opacity:1;background-color:rgb(70 105 250/var(--tw-bg-opacity,1))}.dark [aria-expanded=true]>.btn-outline-primary{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-outline-secondary.active{background-color:rgb(160 174 192/var(--tw-bg-opacity,1))}.btn-outline-secondary.active,.btn-outline-success.active{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-outline-success.active{background-color:rgb(80 199 147/var(--tw-bg-opacity,1))}.btn-outline-info.active{background-color:rgb(12 231 250/var(--tw-bg-opacity,1))}.btn-outline-info.active,.btn-outline-warning.active{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-outline-warning.active{background-color:rgb(250 145 107/var(--tw-bg-opacity,1))}.btn-outline-danger.active{--tw-bg-opacity:1;background-color:rgb(221 19 23/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-outline-light.active{--tw-bg-opacity:1;background-color:rgb(224 234 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.btn.light{--tw-bg-opacity:15%;--tw-ring-opacity:0.3}.btn.light:hover:is(.dark *){--tw-bg-opacity:0.1}.btn-primary.light{--tw-text-opacity:1;color:rgb(101 57 230/var(--tw-text-opacity,1))}.btn-primary.light:hover:is(.dark *){--tw-bg-opacity:0.1}.dark .btn-primary.light{--tw-text-opacity:1;color:rgb(70 105 250/var(--tw-text-opacity,1))}.btn-secondary.light{--tw-text-opacity:1;color:rgb(160 174 192/var(--tw-text-opacity,1))}.btn-secondary.light:hover:is(.dark *){--tw-bg-opacity:0.1}.btn-success.light{--tw-text-opacity:1;color:rgb(80 199 147/var(--tw-text-opacity,1))}.btn-success.light:hover:is(.dark *){--tw-bg-opacity:0.1}.btn-info.light{--tw-text-opacity:1;color:rgb(12 231 250/var(--tw-text-opacity,1))}.btn-info.light:hover:is(.dark *){--tw-bg-opacity:0.1}.btn-warning.light{--tw-text-opacity:1;color:rgb(250 145 107/var(--tw-text-opacity,1))}.btn-warning.light:hover:is(.dark *){--tw-bg-opacity:0.1}.auth-glass-card .fromGroup.has-error .btn-danger.light{color:#dd1317}.btn-danger.light{--tw-text-opacity:1;color:rgb(221 19 23/var(--tw-text-opacity,1))}.btn-danger.light:hover:is(.dark *){--tw-bg-opacity:0.1}.btn-light.light{--tw-text-opacity:0.8}.btn-light.light:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.btn-light.light:hover:is(.dark *){--tw-bg-opacity:0.1}.split-btngroup .btn:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.split-btngroup .btn:where([dir=ltr],[dir=ltr] *){border-top-right-radius:0;border-bottom-right-radius:0}.split-btngroup .btn:where([dir=rtl],[dir=rtl] *){border-top-left-radius:0;border-bottom-left-radius:0}.action-btn{display:flex;height:1.5rem;width:1.5rem;flex-direction:column;align-items:center;justify-content:center;border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.action-btn:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.table-th{padding:1.25rem 1.5rem;font-size:inherit;line-height:1.25rem;font-weight:700;text-transform:uppercase;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.table-th:is(.dark *){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.table-th:where([dir=ltr],[dir=ltr] *){text-align:left}.table-th:where([dir=rtl],[dir=rtl] *){text-align:right}.table-td{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1));padding:1.25rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.table-td:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.badge{display:inline-flex;white-space:nowrap;border-radius:.358rem;padding:.25rem .5rem;vertical-align:baseline;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:capitalize}.badge.pill{border-radius:999px}h1{font-size:3.75rem;line-height:1;font-weight:600;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}h1:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}h2{font-size:3rem;line-height:1;font-weight:600;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}h2:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}h3{font-size:2.25rem;line-height:2.5rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}h3:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}h4{font-size:1.875rem;line-height:2.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}h4:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}h5{font-size:1.5rem;line-height:2rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}h5:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}h6{font-size:1.25rem;line-height:1.75rem;font-weight:500;line-height:20px;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}h6:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}blockquote{border-left-width:2px;--tw-border-opacity:1;border-color:rgb(104 118 138/var(--tw-border-opacity,1));padding-left:1.25rem;font-size:1.25rem;line-height:1.75rem;font-style:italic}.form-label{margin-bottom:.5rem;display:block;width:100%;cursor:pointer;font-size:inherit;font-weight:500;text-transform:capitalize;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.form-label:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.form-label:where([dir=rtl],[dir=rtl] *){display:block;text-align:right}.form-control{display:block;width:100%;border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-left:.75rem;padding-right:.75rem;font-size:inherit;line-height:1.25rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.form-control::-moz-placeholder{font-weight:400;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.form-control::placeholder{font-weight:400;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.form-control:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(71 85 105/var(--tw-ring-opacity,1));--tw-ring-opacity:0.9}.form-control:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.form-control:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.form-control:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.form-control:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity,1))}.input-description{margin-top:.5rem;display:block;font-size:.75rem;font-weight:300;line-height:1rem;--tw-text-opacity:1;color:rgb(160 174 192/var(--tw-text-opacity,1))}.fromGroup{position:relative}.fromGroup.has-error .form-control{--tw-border-opacity:1;border-color:rgb(221 19 23/var(--tw-border-opacity,1))}.fromGroup.has-error .form-control:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(221 19 23/var(--tw-ring-opacity,1));--tw-ring-opacity:0.9}.fromGroup.is-valid .form-control{--tw-border-opacity:1;border-color:rgb(80 199 147/var(--tw-border-opacity,1))}.fromGroup.is-valid .form-control:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(80 199 147/var(--tw-ring-opacity,1));--tw-ring-opacity:0.9}.form-control[readonly]{cursor:pointer;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.form-control[readonly]::-moz-placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.form-control[readonly]::placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.form-control[readonly]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.form-control[disabled]{cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.form-control[disabled]::-moz-placeholder{--tw-text-opacity:0.6}.form-control[disabled]::placeholder{--tw-text-opacity:0.6}.form-control[disabled]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.dark .text-vtd-primary-500-500,.dark .text-vtd-primary-500-600{color:#f8fafc!important}.dark .bg-vtd-primary-500-500{background-color:#334155!important}.file-control{border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));background-color:transparent;font-size:inherit;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.file-control::-moz-placeholder{font-weight:400}.file-control::placeholder{font-weight:400}.file-control:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity,1));--tw-ring-opacity:0.9}.file-control:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.file-control:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity,1))}.file-control:where([dir=ltr],[dir=ltr] *){padding-left:.75rem}.file-control:where([dir=rtl],[dir=rtl] *){padding-right:.75rem}.flatpickr-day.\!selected,.flatpickr-day.\!selected.inRange,.flatpickr-day.\!selected.nextMonthDay,.flatpickr-day.\!selected.prevMonthDay,.flatpickr-day.\!selected:focus,.flatpickr-day.\!selected:hover,.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{--tw-border-opacity:1;border-color:rgb(17 17 18/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.auth-page{position:relative;display:flex;width:100%;align-items:center;justify-content:center;overflow:hidden;min-height:100vh;min-height:calc(var(--vh, 1vh)*100)}.auth-page__bg{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat;transform:scale(1.02)}.auth-page__overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(15,23,42,.45),rgba(15,23,42,.25) 45%,rgba(15,23,42,.55))}.auth-page__content{position:relative;z-index:10;display:flex;width:100%;max-width:32rem;flex-direction:column;align-items:center;padding:2.5rem 1rem}@media (min-width:640px){.auth-page__content{padding-left:1.5rem;padding-right:1.5rem}}.auth-glass-card{width:100%;border-radius:1rem;border-width:1px;border-color:hsla(0,0%,100%,.25);padding:1.5rem;--tw-shadow:0 8px 32px rgba(0,0,0,.18);--tw-shadow-colored:0 8px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-backdrop-blur:blur(24px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;transition-timing-function:cubic-bezier(0,0,.2,1)}@media (min-width:640px){.auth-glass-card{padding:2rem}}.auth-glass-card{background:hsla(0,0%,100%,.12);box-shadow:0 8px 32px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.2)}.auth-glass-card:hover{--tw-translate-y:-0.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.16);box-shadow:0 16px 48px rgba(0,0,0,.22),0 0 0 1px hsla(0,0%,100%,.12),0 0 40px hsla(0,0%,100%,.08)}.auth-glass-card__logo{margin-bottom:1.5rem;display:flex;justify-content:center}@media (min-width:640px){.auth-glass-card__logo{margin-bottom:2rem}}.auth-glass-card__logo-img{margin-left:auto;margin-right:auto;display:block;width:auto;max-width:none;flex-shrink:0;--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06));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);width:270px;height:auto}.auth-glass-card__header{margin-bottom:1.5rem;text-align:left}@media (min-width:640px){.auth-glass-card__header{margin-bottom:2rem}}.auth-glass-card__header h4{margin-bottom:0;font-size:1.5rem;line-height:2rem;font-weight:600;letter-spacing:-.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.auth-glass-card__header p{font-size:inherit;line-height:1.25rem;line-height:1.625;color:hsla(0,0%,100%,.75)}@media (min-width:640px){.auth-glass-card__header p{font-size:1rem;line-height:1.5rem}}.auth-glass-card .form-label{color:hsla(0,0%,100%,.9)}.auth-glass-card .form-control{border-radius:.5rem;border-width:1px;border-color:hsla(0,0%,100%,.3);background-color:transparent;padding-top:.625rem;padding-bottom:.625rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-backdrop-blur:blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.auth-glass-card .form-control::-moz-placeholder{color:hsla(0,0%,100%,.5)}.auth-glass-card .form-control::placeholder{color:hsla(0,0%,100%,.5)}.auth-glass-card .form-control{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.auth-glass-card .form-control:is(.dark *){border-color:hsla(0,0%,100%,.3);background-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.auth-glass-card .form-control:is(.dark *)::-moz-placeholder{color:hsla(0,0%,100%,.5)}.auth-glass-card .form-control:is(.dark *)::placeholder{color:hsla(0,0%,100%,.5)}.auth-glass-card .form-control:focus{border-color:hsla(0,0%,100%,.5);background-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:hsla(0,0%,100%,.3);--tw-ring-offset-width:0px}.auth-glass-card .form-control:focus:is(.dark *){border-color:hsla(0,0%,100%,.5);background-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-ring-color:hsla(0,0%,100%,.3)}.auth-glass-card .form-control:-webkit-autofill,.auth-glass-card .form-control:-webkit-autofill:focus,.auth-glass-card .form-control:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px transparent;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.auth-glass-card .fromGroup.has-error .form-control{--tw-border-opacity:1;border-color:rgb(246 139 141/var(--tw-border-opacity,1))}.auth-glass-card .fromGroup.has-error .form-control:focus{--tw-border-opacity:1;border-color:rgb(221 19 23/var(--tw-border-opacity,1));--tw-ring-color:rgba(221,19,23,.4)}.auth-glass-card .fromGroup.has-error .text-danger-500{color:#dd1317}.auth-glass-card label>span:last-child{color:hsla(0,0%,100%,.85)}.auth-glass-card label>span.h-4{border-color:hsla(0,0%,100%,.3);background-color:hsla(0,0%,100%,.1)}.auth-glass-card a{color:hsla(0,0%,100%,.9);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.auth-glass-card a:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.auth-glass-card .btn-dark{border-radius:.5rem;border-width:1px;border-color:hsla(0,0%,100%,.3);padding-top:.625rem;padding-bottom:.625rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity:1;--tw-backdrop-blur:blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.auth-glass-card .btn-dark,.auth-glass-card .btn-dark:hover{background-color:transparent;color:rgb(255 255 255/var(--tw-text-opacity,1))}.auth-glass-card .btn-dark:hover{border-color:hsla(0,0%,100%,.5);--tw-text-opacity:1}.auth-glass-card .btn-dark:focus{outline:2px solid transparent;outline-offset:2px}.auth-glass-card .btn-dark:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:hsla(0,0%,100%,.3)}.auth-glass-card .btn-dark:focus-visible:not(:disabled),.auth-glass-card .btn-dark:focus:not(:disabled),.auth-glass-card .btn-dark:hover:not(:disabled){border-color:hsla(0,0%,100%,.5);background-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));outline:none;box-shadow:none}.auth-glass-card .btn-dark:disabled{cursor:not-allowed;border-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.45);opacity:.5;pointer-events:none}.auth-glass-card .btn-dark:disabled:focus,.auth-glass-card .btn-dark:disabled:focus-visible,.auth-glass-card .btn-dark:disabled:hover{border-color:hsla(0,0%,100%,.2);background-color:transparent;color:hsla(0,0%,100%,.45);outline:none;box-shadow:none}.auth-glass-card__footer{margin-top:1.5rem;border-top-width:1px;border-color:hsla(0,0%,100%,.15);padding-top:1.25rem;text-align:center;font-size:inherit;line-height:1.25rem;color:hsla(0,0%,100%,.75)}.auth-glass-card__footer a{font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.auth-glass-card__footer a,.auth-glass-card__footer a:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.auth-glass-card__footer a:hover{text-decoration-line:underline}.auth-glass-notice{margin-bottom:1rem;text-align:center;font-size:inherit;line-height:1.25rem;line-height:1.625;color:hsla(0,0%,100%,.8)}.auth-glass-notice,.auth-password-requirements{margin-top:.5rem;border-radius:.75rem;border-width:1px;border-color:hsla(0,0%,100%,.15);background-color:hsla(0,0%,100%,.1);padding:.75rem;--tw-backdrop-blur:blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.auth-password-requirements__title{margin-bottom:.5rem;font-size:inherit;line-height:1.25rem;font-weight:500;color:hsla(0,0%,100%,.9)}.auth-password-requirements__list{margin:0;list-style-type:none}.auth-password-requirements__list>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.auth-password-requirements__list{padding:0}.auth-password-requirements__item{display:flex;align-items:flex-start;gap:.5rem;font-size:inherit;line-height:1.25rem;line-height:1.375;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.auth-glass-card label>span.auth-password-requirements__icon{border-color:hsla(0,0%,100%,.3);background-color:hsla(0,0%,100%,.1)}.auth-password-requirements__icon{margin-top:.125rem;height:1rem;width:1rem;flex-shrink:0}.auth-password-requirements__item--unmet,.auth-password-requirements__item--unmet .auth-password-requirements__icon{color:#dd1317}.auth-password-requirements__item--met,.auth-password-requirements__item--met .auth-password-requirements__icon{color:#037324}.fromGroup2.has-error .input-group-control{--tw-border-opacity:1;border-color:rgb(221 19 23/var(--tw-border-opacity,1))}.fromGroup2.has-error .input-group-control:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(221 19 23/var(--tw-ring-opacity,1));--tw-ring-opacity:0.9}.fromGroup2.is-valid .input-group-control{--tw-border-opacity:1;border-color:rgb(80 199 147/var(--tw-border-opacity,1))}.fromGroup2.is-valid .input-group-control:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(80 199 147/var(--tw-ring-opacity,1));--tw-ring-opacity:0.9}.inputGroup.has-append .input-group-addon.\!right .input-group-text:where([dir=ltr],[dir=ltr] *){border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.inputGroup.has-append .input-group-addon.\!right .input-group-text:where([dir=rtl],[dir=rtl] *){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0}.inputGroup.has-append .input-group-addon.right .input-group-text:where([dir=ltr],[dir=ltr] *){border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.inputGroup.has-append .input-group-addon.right .input-group-text:where([dir=rtl],[dir=rtl] *){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0}.inputGroup.is-valid .input-group-text{--tw-border-opacity:1;border-color:rgb(80 199 147/var(--tw-border-opacity,1))}.inputGroup.is-valid:focus-within .input-group-text{--tw-ring-opacity:1;--tw-ring-color:rgb(80 199 147/var(--tw-ring-opacity,1))}.append-slot .btn,.prepend-slot .btn{margin-left:-.75rem;margin-right:-.75rem;height:100%;align-items:center;border-top-right-radius:0;border-bottom-right-radius:0;padding-top:0;padding-bottom:0}.append-slot .btn:hover,.prepend-slot .btn:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.input-group-addon.\!right .append-slot .btn,.input-group-addon.right .append-slot .btn{margin-left:-.75rem;margin-right:-.75rem;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.merged .input-group-addon .input-group-text:where([dir=ltr],[dir=ltr] *){border-right-width:0;padding-right:0}.merged .input-group-addon .input-group-text:where([dir=rtl],[dir=rtl] *){border-left-width:0;padding-left:0}.merged .input-group-addon.right .input-group-text:where([dir=ltr],[dir=ltr] *){border-left-width:0;border-right-width:1px;padding-right:.75rem;padding-left:0}.merged .input-group-addon.right .input-group-text:where([dir=rtl],[dir=rtl] *){border-right-width:0;border-left-width:1px;padding-left:.75rem;padding-right:0}.merged .input-group-addon.\!right .input-group-text:where([dir=ltr],[dir=ltr] *){border-left-width:0;border-right-width:1px;padding-right:.75rem;padding-left:0}.merged .input-group-addon.\!right .input-group-text:where([dir=rtl],[dir=rtl] *){border-right-width:0;border-left-width:1px;padding-left:.75rem;padding-right:0}.breadcrumbs{display:flex;align-items:center}.breadcrumbs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.breadcrumbs{font-size:inherit;line-height:1.25rem}.breadcrumbs li{position:relative;display:flex;align-items:center}.breadcrumbs li>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.breadcrumbs li{font-weight:400;text-transform:capitalize}.breadcrumbs li:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.breadcrumbs li .breadcrumbs-icon{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(160 174 192/var(--tw-text-opacity,1))}.breadcrumbs li .breadcrumbs-icon:is(.dark *){--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.has-sticky-header{position:sticky;top:1.25rem;z-index:999;margin-top:1.25rem;margin-bottom:1.25rem;border-radius:.375rem}.has-sticky-header .app-header{margin-left:15px;margin-right:15px;border-radius:.375rem}@media (min-width:768px){.has-sticky-header .app-header{margin-left:1.5rem;margin-right:1.5rem}}.has-sticky-header:after{position:absolute;z-index:-10;--tw-backdrop-blur:blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);--tw-content:"";content:var(--tw-content);background:linear-gradient(180deg,rgba(var(--v-theme-background),70%) 44%,rgba(var(--v-theme-background),43%) 73%,rgba(var(--v-theme-background),0));background-repeat:repeat;block-size:5.5rem;inset-block-start:-1.5rem;inset-inline-end:0;inset-inline-start:0;-webkit-mask:linear-gradient(#000,#000 18%,transparent);mask:linear-gradient(#000,#000 18%,transparent)}.sidebar-wrapper{position:fixed;top:0;z-index:999;height:100vh}.sidebar-wrapper:where([dir=ltr],[dir=ltr] *){left:0}.sidebar-wrapper:where([dir=rtl],[dir=rtl] *){right:0}.sidebar-wrapper{transition:width .2s cubic-bezier(.39,.575,.565,1);will-change:width}.nav-shadow{background:linear-gradient(#ede9fe 5%,rgba(237,233,254,.75) 45%,rgba(237,233,254,.2) 80%,transparent)}.dark .nav-shadow{background:linear-gradient(#1e293b 5%,rgba(30,41,59,.75) 45%,rgba(30,41,59,.2) 80%,transparent)}.logo-segment.logo-hovered,.sidebar-wrapper.sidebar-hovered{width:248px!important}.not-collapsed .has-icon{transition:all .34s linear;--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.single-sidebar-menu{position:relative}.single-sidebar-menu .menulabel{margin-bottom:1rem;margin-top:1rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.single-sidebar-menu .menulabel:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.single-sidebar-menu>.menu-link{display:flex;cursor:pointer;border-radius:4px;padding:.75rem 10px;font-size:inherit;line-height:1.25rem;font-weight:500;text-transform:capitalize;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.single-sidebar-menu>.menu-link:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.single-sidebar-menu>.menu-link{transition:background-color .15s ease,background-image .15s ease,color .15s ease}.single-sidebar-menu>.menu-link:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.single-sidebar-menu>.menu-link:hover:is(.dark *){background-color:rgba(71,85,105,.5)}.item-has-children .parent_active .single-sidebar-menu .menu-icon,.menu-item-active .menu-link .single-sidebar-menu .menu-icon{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.single-sidebar-menu .menu-icon{display:inline-flex;align-items:center;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.single-sidebar-menu .menu-icon:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.single-sidebar-menu .menu-icon:where([dir=ltr],[dir=ltr] *){margin-right:.75rem}.single-sidebar-menu .menu-icon:where([dir=rtl],[dir=rtl] *){margin-left:.75rem}.item-has-children .menu-arrow{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.item-has-children .menu-arrow:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.item-has-children .parent_active{background-image:linear-gradient(270deg,#6539e6,#7e5ded)}.item-has-children .parent_active,.item-has-children .parent_active .icon-box,.item-has-children .parent_active .menu-arrow,.item-has-children .parent_active .menu-icon,.item-has-children .parent_active .text-box{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.item-has-children .parent_active .menu-arrow{background-color:hsla(0,0%,100%,.2)}.item-has-children .parent_active:hover{background-image:linear-gradient(270deg,#6539e6,#7e5ded)}.close_sidebar .menulabel{display:none}.menu-badge{display:inline-flex;white-space:nowrap;border-radius:.358rem;--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1));padding:.25rem .5rem;vertical-align:baseline;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:capitalize;--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity,1))}.menu-badge:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.close_sidebar:not(.sidebar-hovered) .menu-arrow{display:none}.close_sidebar:not(.sidebar-hovered) .single-sidebar-menu .text-box{visibility:hidden;position:absolute;left:100%;top:0;z-index:999;margin-left:1.25rem;width:180px;border-radius:4px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.75rem 1rem;opacity:0;--tw-shadow:0px 4px 8px rgba(0,0,0,.08);--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.close_sidebar:not(.sidebar-hovered) .single-sidebar-menu .text-box:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.close_sidebar:not(.sidebar-hovered) .single-sidebar-menu:hover .text-box{visibility:visible;opacity:1}.close_sidebar:not(.sidebar-hovered) .item-has-children .text-box{display:none}.close_sidebar:not(.sidebar-hovered) .item-has-children ul.sub-menu{visibility:hidden;position:absolute;left:100%;top:0;z-index:999;margin-left:1rem;width:230px;border-radius:4px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-left:1rem;padding-right:1rem;padding-top:.75rem;opacity:0;--tw-shadow:0px 4px 8px rgba(0,0,0,.08);--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.close_sidebar:not(.sidebar-hovered) .item-has-children ul.sub-menu:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.close_sidebar:not(.sidebar-hovered) .item-has-children ul.sub-menu{display:block!important}.close_sidebar:not(.sidebar-hovered) .item-has-children:hover>ul{visibility:visible;opacity:1}.close_sidebar:not(.sidebar-hovered) .menu-badge{display:none}.menu-item-active .menu-link{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.menu-item-active .menu-link,.menu-item-active .menu-link:hover{background-image:linear-gradient(270deg,#6539e6,#7e5ded)}.menu-item-active .menu-link .icon-box,.menu-item-active .menu-link .menu-icon,.menu-item-active .menu-link .text-box{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.menu-item-active .menu-badge{background-color:hsla(0,0%,100%,.9);--tw-text-opacity:1;color:rgb(101 57 230/var(--tw-text-opacity,1))}.app-warp{min-height:100vh;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.app-warp.light,.app-warp.skin--default{background-color:transparent;background-image:url(/assets/images/all-img/backg3.png)}.app-warp.dark{background-color:transparent;background-image:url(/assets/images/all-img/backg5.png)}.app-warp.light .app-header,.app-warp.skin--default .app-header{background-image:url(/assets/images/all-img/backg3.png)}.app-warp.dark .app-header,.app-warp.light .app-header,.app-warp.skin--default .app-header{background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.app-warp.dark .app-header{background-image:url(/assets/images/all-img/backg5.png)}.page-content{padding:15px 15px 6rem}@media not all and (min-width:768px){.page-content{overflow-x:hidden}}@media (min-width:768px){.page-content{padding:1.5rem 1.5rem 37px}}.page-min-height{min-height:calc(var(--vh, 1vh)*100 - 132px)}.mobile-menu-panel{background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.mobile-menu-panel.light{background-image:url(/assets/images/all-img/backg3.png)}.mobile-menu-panel.dark{background-image:url(/assets/images/all-img/backg5.png)}.app_height{height:calc(var(--vh, 1vh)*100 - 12.1rem)}.dashcode-app .ql-editor{min-height:120px}.dashcode-app .ql-toolbar.ql-snow{margin-bottom:.5rem;border-style:none;padding:0}.dashcode-app .ql-container.ql-snow{border-style:none;--tw-bg-opacity:1;background-color:rgb(251 251 251/var(--tw-bg-opacity,1));font-size:1rem;line-height:1.5rem}.dashcode-app .ql-container.ql-snow:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.dashcode-app .ql-editor{border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));font-size:1rem;line-height:1.5rem}.dashcode-app .ql-editor:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.dark .ql-snow .ql-stroke{stroke:#cbd5e1}.dark .ql-snow .ql-toolbar .ql-picker-item:hover,.dark .ql-snow .ql-toolbar .ql-picker-label:hover,.dark .ql-snow .ql-toolbar button:focus,.dark .ql-snow .ql-toolbar button:hover,.dark .ql-snow.ql-toolbar .ql-picker-item:hover,.dark .ql-snow.ql-toolbar .ql-picker-label:hover,.dark .ql-snow.ql-toolbar button:focus,.dark .ql-snow.ql-toolbar button:hover,.dark .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.dark .ql-picker-label{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark .ql-snow .ql-picker.ql-expanded .ql-picker-label{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.dark .date-range-custom .container-class:after,.dark .date-range-custom .container-class:before,.dark .date-range-custom2 .container-class:after,.dark .date-range-custom2 .container-class:before{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark .date-range-custom .container-class:after{content:url(https://api.iconify.design/heroicons/calendar.svg?color=white&width=18&height=18)}.dark .date-range-custom2 .container-class:after{content:url(https://api.iconify.design/heroicons-outline/filter.svg?color=white&width=18&height=18)}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.bottom-0{bottom:0}.left-0{left:0}.left-3{left:.75rem}.left-\[-300px\]{left:-300px}.right-2{right:.5rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-3{top:.75rem}.top-\[100px\]{top:100px}.top-\[38px\]{top:38px}.top-\[44px\]{top:44px}.top-\[58px\]{top:58px}.top-\[80px\]{top:80px}.z-0{z-index:0}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[-999\]{z-index:-999}.z-\[1\]{z-index:1}.z-\[22\]{z-index:22}.z-\[9999\]{z-index:9999}.z-\[999\]{z-index:999}.z-\[9\]{z-index:9}.col-span-12{grid-column:span 12/span 12}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.-mb-\[2px\]{margin-bottom:-2px}.-mt-2{margin-top:-.5rem}.-mt-\[40px\]{margin-top:-40px}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-\[3px\]{margin-bottom:3px}.ml-1{margin-left:.25rem}.ml-auto{margin-left:auto}.mr-1\.5{margin-right:.375rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.\!h-7{height:1.75rem!important}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-44{height:11rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[10px\]{height:10px}.h-\[140px\]{height:140px}.h-\[150px\]{height:150px}.h-\[2px\]{height:2px}.h-\[32px\]{height:32px}.h-\[360px\]{height:360px}.h-\[40px\]{height:40px}.h-\[50px\]{height:50px}.h-\[60px\]{height:60px}.h-\[65px\]{height:65px}.h-\[6px\]{height:6px}.h-\[72px\]{height:72px}.h-\[85px\]{height:85px}.h-\[calc\(100\%-80px\)\]{height:calc(100% - 80px)}.h-auto{height:auto}.h-full{height:100%}.h-min{height:-moz-min-content;height:min-content}.max-h-10{max-height:2.5rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-\[70vh\]{max-height:70vh}.max-h-\[75vh\]{max-height:75vh}.max-h-\[min\(50vh\2c 360px\)\]{max-height:min(50vh,360px)}.min-h-0{min-height:0}.min-h-\[16px\]{min-height:16px}.min-h-\[20px\]{min-height:20px}.min-h-\[280px\]{min-height:280px}.min-h-\[300px\]{min-height:300px}.min-h-\[320px\]{min-height:320px}.min-h-\[380px\]{min-height:380px}.min-h-\[6\.5rem\]{min-height:6.5rem}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-7{width:1.75rem!important}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100px\]{width:100px}.w-\[10px\]{width:10px}.w-\[110px\]{width:110px}.w-\[140px\]{width:140px}.w-\[180px\]{width:180px}.w-\[220px\]{width:220px}.w-\[248px\]{width:248px}.w-\[32px\]{width:32px}.w-\[5\.5rem\]{width:5.5rem}.w-\[50px\]{width:50px}.w-\[6\.5rem\]{width:6.5rem}.w-\[60px\]{width:60px}.w-\[65px\]{width:65px}.w-\[6px\]{width:6px}.w-\[8\.5rem\]{width:8.5rem}.w-\[85px\]{width:85px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0}.min-w-\[100px\]{min-width:100px}.min-w-\[11rem\]{min-width:11rem}.min-w-\[120px\]{min-width:120px}.min-w-\[14rem\]{min-width:14rem}.min-w-\[150px\]{min-width:150px}.min-w-\[16rem\]{min-width:16rem}.min-w-\[180px\]{min-width:180px}.min-w-\[6\.5rem\]{min-width:6.5rem}.min-w-\[68px\]{min-width:68px}.min-w-\[72rem\]{min-width:72rem}.min-w-\[76px\]{min-width:76px}.min-w-\[90px\]{min-width:90px}.min-w-\[9rem\]{min-width:9rem}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-\[140px\]{max-width:140px}.max-w-\[200px\]{max-width:200px}.max-w-\[240px\]{max-width:240px}.max-w-\[260px\]{max-width:260px}.max-w-\[300px\]{max-width:300px}.max-w-\[546px\]{max-width:546px}.max-w-\[calc\(100\%-1\.5rem\)\]{max-width:calc(100% - 1.5rem)}.max-w-\[min\(100\%\2c 180px\)\]{max-width:min(100%,180px)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-\[0\.7\]{flex:0.7}.flex-\[0\.9\]{flex:0.9}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.basis-0{flex-basis:0px}.table-fixed{table-layout:fixed}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x:0px;--tw-border-spacing-y:0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.origin-top-right{transform-origin:top right}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-8{row-gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[6px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6px * var(--tw-space-x-reverse));margin-left:calc(6px * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-\[14px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(14px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14px * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-slate-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 245 249/var(--tw-divide-opacity,1))}.divide-slate-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(226 232 240/var(--tw-divide-opacity,1))}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[6px\]{border-radius:6px}.rounded-\[999px\]{border-radius:999px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#cfc9e9\]{--tw-border-opacity:1;border-color:rgb(207 201 233/var(--tw-border-opacity,1))}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-amber-200\/80{border-color:hsla(48,97%,77%,.8)}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-cyan-600{--tw-border-opacity:1;border-color:rgb(8 145 178/var(--tw-border-opacity,1))}.border-danger-300{--tw-border-opacity:1;border-color:rgb(250 187 189/var(--tw-border-opacity,1))}.border-danger-500{--tw-border-opacity:1;border-color:rgb(221 19 23/var(--tw-border-opacity,1))}.border-danger-500\/30{border-color:rgba(221,19,23,.3)}.border-emerald-200{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity,1))}.border-emerald-600{--tw-border-opacity:1;border-color:rgb(5 150 105/var(--tw-border-opacity,1))}.border-fuchsia-500{--tw-border-opacity:1;border-color:rgb(217 70 239/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(244 245 247/var(--tw-border-opacity,1))}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.border-info-200{--tw-border-opacity:1;border-color:rgb(197 253 255/var(--tw-border-opacity,1))}.border-info-300{--tw-border-opacity:1;border-color:rgb(163 252 255/var(--tw-border-opacity,1))}.border-info-400{--tw-border-opacity:1;border-color:rgb(95 249 255/var(--tw-border-opacity,1))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-primary-200{--tw-border-opacity:1;border-color:rgb(209 218 254/var(--tw-border-opacity,1))}.border-primary-200\/80{border-color:rgba(209,218,254,.8)}.border-primary-300{--tw-border-opacity:1;border-color:rgb(180 194 253/var(--tw-border-opacity,1))}.border-primary-400{--tw-border-opacity:1;border-color:rgb(128 146 255/var(--tw-border-opacity,1))}.border-primary-500{--tw-border-opacity:1;border-color:rgb(70 105 250/var(--tw-border-opacity,1))}.border-rose-500{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity,1))}.border-sky-200{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity,1))}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-slate-200\/80{border-color:rgba(226,232,240,.8)}.border-slate-200\/90{border-color:rgba(226,232,240,.9)}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-slate-300\/90{border-color:rgba(203,213,225,.9)}.border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.border-success-200{--tw-border-opacity:1;border-color:rgb(197 251 227/var(--tw-border-opacity,1))}.border-success-300{--tw-border-opacity:1;border-color:rgb(163 249 213/var(--tw-border-opacity,1))}.border-teal-600{--tw-border-opacity:1;border-color:rgb(13 148 136/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-violet-200{--tw-border-opacity:1;border-color:rgb(221 214 254/var(--tw-border-opacity,1))}.border-violet-500{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.border-warning-300{--tw-border-opacity:1;border-color:rgb(253 210 195/var(--tw-border-opacity,1))}.border-warning-400{--tw-border-opacity:1;border-color:rgb(252 178 152/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-b-gray-500{--tw-border-opacity:1;border-bottom-color:rgb(104 118 138/var(--tw-border-opacity,1))}.border-opacity-10{--tw-border-opacity:0.1}.bg-\[\#0ea5e9\]{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-\[\#4669FA\]{--tw-bg-opacity:1;background-color:rgb(70 105 250/var(--tw-bg-opacity,1))}.bg-\[\#6a40e7\]{--tw-bg-opacity:1;background-color:rgb(106 64 231/var(--tw-bg-opacity,1))}.bg-\[\#6a40e7\]\/10{background-color:rgba(106,64,231,.1)}.bg-\[\#E5F9FF\]{--tw-bg-opacity:1;background-color:rgb(229 249 255/var(--tw-bg-opacity,1))}.bg-\[\#E8F5E9\]{--tw-bg-opacity:1;background-color:rgb(232 245 233/var(--tw-bg-opacity,1))}.bg-\[\#EAE5FF\]{--tw-bg-opacity:1;background-color:rgb(234 229 255/var(--tw-bg-opacity,1))}.bg-\[\#ECFDF5\]{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-\[\#EEF2FF\]{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-\[\#FFF4E5\]{--tw-bg-opacity:1;background-color:rgb(255 244 229/var(--tw-bg-opacity,1))}.bg-\[\#e7e4f5\]{--tw-bg-opacity:1;background-color:rgb(231 228 245/var(--tw-bg-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-amber-700{--tw-bg-opacity:1;background-color:rgb(180 83 9/var(--tw-bg-opacity,1))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))}.bg-danger-50{--tw-bg-opacity:1;background-color:rgb(255 247 247/var(--tw-bg-opacity,1))}.bg-danger-500{--tw-bg-opacity:1;background-color:rgb(221 19 23/var(--tw-bg-opacity,1))}.bg-danger-500\/10{background-color:rgba(221,19,23,.1)}.bg-danger-500\/15{background-color:rgba(221,19,23,.15)}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgb(250 232 255/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.bg-info-100{--tw-bg-opacity:1;background-color:rgb(231 254 255/var(--tw-bg-opacity,1))}.bg-info-50{--tw-bg-opacity:1;background-color:rgb(243 254 255/var(--tw-bg-opacity,1))}.bg-info-500{--tw-bg-opacity:1;background-color:rgb(12 231 250/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(237 240 255/var(--tw-bg-opacity,1))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(246 248 255/var(--tw-bg-opacity,1))}.bg-primary-50\/80{background-color:rgba(246,248,255,.8)}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(70 105 250/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.bg-secondary-500{--tw-bg-opacity:1;background-color:rgb(160 174 192/var(--tw-bg-opacity,1))}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.bg-success-100{--tw-bg-opacity:1;background-color:rgb(231 253 241/var(--tw-bg-opacity,1))}.bg-success-200{--tw-bg-opacity:1;background-color:rgb(197 251 227/var(--tw-bg-opacity,1))}.bg-success-500{--tw-bg-opacity:1;background-color:rgb(80 199 147/var(--tw-bg-opacity,1))}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity,1))}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-warning-100{--tw-bg-opacity:1;background-color:rgb(255 244 241/var(--tw-bg-opacity,1))}.bg-warning-50{--tw-bg-opacity:1;background-color:rgb(255 250 248/var(--tw-bg-opacity,1))}.bg-warning-500{--tw-bg-opacity:1;background-color:rgb(250 145 107/var(--tw-bg-opacity,1))}.bg-warning-500\/15{background-color:hsla(16,93%,70%,.15)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/70{background-color:hsla(0,0%,100%,.7)}.bg-white\/80{background-color:hsla(0,0%,100%,.8)}.bg-white\/90{background-color:hsla(0,0%,100%,.9)}.bg-opacity-15{--tw-bg-opacity:0.15}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-\[0\.15\]{--tw-bg-opacity:0.15}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-50{--tw-gradient-from:#fffbeb var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,251,235,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-50\/90{--tw-gradient-from:rgba(255,251,235,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,251,235,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cyan-50\/90{--tw-gradient-from:rgba(236,254,255,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(236,254,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-50{--tw-gradient-from:#ecfdf5 var(--tw-gradient-from-position);--tw-gradient-to:rgba(236,253,245,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-50\/90{--tw-gradient-from:rgba(236,253,245,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(236,253,245,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-50{--tw-gradient-from:#f6f8ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(246,248,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-50\/90{--tw-gradient-from:rgba(246,248,255,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(246,248,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-rose-50\/90{--tw-gradient-from:rgba(255,241,242,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,241,242,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-50{--tw-gradient-from:#f0f9ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(240,249,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from:#f8fafc var(--tw-gradient-from-position);--tw-gradient-to:rgba(248,250,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-50{--tw-gradient-from:#f5f3ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(245,243,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-50\/90{--tw-gradient-from:rgba(245,243,255,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(245,243,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-white{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[35px\]{padding-left:35px;padding-right:35px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pr-1{padding-right:.25rem}.pt-0{padding-top:0}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-inter{font-family:Inter,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.\!text-sm{font-size:inherit!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[15px\]{font-size:15px}.text-\[20px\]{font-size:20px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:inherit;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-bold{font-weight:700!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[12px\]{line-height:12px}.leading-\[16px\]{line-height:16px}.leading-\[1\],.leading-none{line-height:1}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-wide{letter-spacing:.025em}.text-\[\#6237ee\]{--tw-text-opacity:1;color:rgb(98 55 238/var(--tw-text-opacity,1))}.text-\[\#6a40e7\]{--tw-text-opacity:1;color:rgb(106 64 231/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity,1))}.text-cyan-900{--tw-text-opacity:1;color:rgb(22 78 99/var(--tw-text-opacity,1))}.text-danger-500{--tw-text-opacity:1;color:rgb(221 19 23/var(--tw-text-opacity,1))}.text-danger-600{--tw-text-opacity:1;color:rgb(215 80 82/var(--tw-text-opacity,1))}.text-danger-800{--tw-text-opacity:1;color:rgb(109 41 42/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-emerald-900{--tw-text-opacity:1;color:rgb(6 78 59/var(--tw-text-opacity,1))}.text-fuchsia-900{--tw-text-opacity:1;color:rgb(112 26 117/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(159 166 178/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(104 118 138/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-indigo-900{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity,1))}.text-info-500{--tw-text-opacity:1;color:rgb(12 231 250/var(--tw-text-opacity,1))}.text-info-600{--tw-text-opacity:1;color:rgb(0 184 212/var(--tw-text-opacity,1))}.text-info-700{--tw-text-opacity:1;color:rgb(0 122 141/var(--tw-text-opacity,1))}.text-info-900{--tw-text-opacity:1;color:rgb(0 63 66/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-orange-900{--tw-text-opacity:1;color:rgb(124 45 18/var(--tw-text-opacity,1))}.text-primary-500{--tw-text-opacity:1;color:rgb(70 105 250/var(--tw-text-opacity,1))}.text-primary-600{--tw-text-opacity:1;color:rgb(63 94 223/var(--tw-text-opacity,1))}.text-primary-700{--tw-text-opacity:1;color:rgb(42 63 150/var(--tw-text-opacity,1))}.text-primary-800{--tw-text-opacity:1;color:rgb(32 48 113/var(--tw-text-opacity,1))}.text-primary-900{--tw-text-opacity:1;color:rgb(21 31 73/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-rose-500{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.text-rose-900{--tw-text-opacity:1;color:rgb(136 19 55/var(--tw-text-opacity,1))}.text-secondary-500{--tw-text-opacity:1;color:rgb(160 174 192/var(--tw-text-opacity,1))}.text-secondary-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-success-500{--tw-text-opacity:1;color:rgb(80 199 147/var(--tw-text-opacity,1))}.text-success-600{--tw-text-opacity:1;color:rgb(63 154 122/var(--tw-text-opacity,1))}.text-success-700{--tw-text-opacity:1;color:rgb(46 109 97/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity,1))}.text-teal-700{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity,1))}.text-teal-900{--tw-text-opacity:1;color:rgb(19 78 74/var(--tw-text-opacity,1))}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity,1))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}.text-violet-900{--tw-text-opacity:1;color:rgb(76 29 149/var(--tw-text-opacity,1))}.text-warning-500{--tw-text-opacity:1;color:rgb(250 145 107/var(--tw-text-opacity,1))}.text-warning-600{--tw-text-opacity:1;color:rgb(223 130 96/var(--tw-text-opacity,1))}.text-warning-700{--tw-text-opacity:1;color:rgb(150 87 65/var(--tw-text-opacity,1))}.text-warning-900{--tw-text-opacity:1;color:rgb(73 43 32/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/90{color:hsla(0,0%,100%,.9)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-\[0_0_6px_rgba\(16\2c 185\2c 129\2c 0\.65\)\]{--tw-shadow:0 0 6px rgba(16,185,129,.65);--tw-shadow-colored:0 0 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_6px_rgba\(16\2c 185\2c 129\2c 0\.7\)\]{--tw-shadow:0 0 6px rgba(16,185,129,.7);--tw-shadow-colored:0 0 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_6px_rgba\(239\2c 68\2c 68\2c 0\.55\)\]{--tw-shadow:0 0 6px rgba(239,68,68,.55);--tw-shadow-colored:0 0 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_6px_rgba\(239\2c 68\2c 68\2c 0\.6\)\]{--tw-shadow:0 0 6px rgba(239,68,68,.6);--tw-shadow-colored:0 0 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_8px_rgba\(16\2c 185\2c 129\2c 0\.7\)\]{--tw-shadow:0 0 8px rgba(16,185,129,.7);--tw-shadow-colored:0 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_8px_rgba\(239\2c 68\2c 68\2c 0\.6\)\]{--tw-shadow:0 0 8px rgba(239,68,68,.6);--tw-shadow-colored:0 0 8px var(--tw-shadow-color)}.shadow-\[0_0_8px_rgba\(239\2c 68\2c 68\2c 0\.6\)\],.shadow-base{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-base{--tw-shadow:0px 0px 1px rgba(40,41,61,.08),0px 0.5px 2px rgba(96,97,112,.16);--tw-shadow-colored:0px 0px 1px var(--tw-shadow-color),0px 0.5px 2px var(--tw-shadow-color)}.shadow-dropdown{--tw-shadow:0px 4px 8px rgba(0,0,0,.08);--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color)}.shadow-dropdown,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-black-500{--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 18/var(--tw-ring-opacity,1))}.ring-danger-500\/30{--tw-ring-color:rgba(221,19,23,.3)}.ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250/var(--tw-ring-opacity,1))}.ring-slate-100{--tw-ring-opacity:1;--tw-ring-color:rgb(241 245 249/var(--tw-ring-opacity,1))}.ring-slate-200{--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity,1))}.ring-warning-500\/30{--tw-ring-color:hsla(16,93%,70%,.3)}.ring-opacity-\[15\%\]{--tw-ring-opacity:15%}.ring-offset-2{--tw-ring-offset-width:2px}.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)}.backdrop-blur-\[40px\]{--tw-backdrop-blur:blur(40px)}.backdrop-blur-\[40px\],.backdrop-blur-md{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.backdrop-blur-sm,.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[scrollbar-width\:none\]{scrollbar-width:none}#dashboard-print-root{position:absolute;left:-10000px;top:0;width:794px;background:#fff;color:#0f172a;pointer-events:none;box-sizing:border-box}#dashboard-print-root *,#dashboard-print-root :after,#dashboard-print-root :before{box-sizing:border-box}.dashboard-report-document{width:794px;padding:32px;background:#fff;color:#1e293b;font-family:Arial,Helvetica,sans-serif;line-height:1.35}.dashboard-report-header{width:100%;border-collapse:collapse;border-bottom:2px solid #6a40e7;margin:0 0 24px}.dashboard-report-header td{vertical-align:top;padding:0 0 16px}.dashboard-report-header-brand{width:62%}.dashboard-report-header-meta{width:38%;text-align:right;font-size:11px;color:#475569;line-height:1.45}.dashboard-report-logo{margin-right:12px}.dashboard-report-brand-text,.dashboard-report-logo{display:inline-block;vertical-align:middle}.dashboard-report-company{margin:0;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6a40e7;line-height:1.3}.dashboard-report-title{margin:4px 0 0;font-size:18px;font-weight:700;color:#0f172a;line-height:1.25}.dashboard-report-meta-label{font-weight:700;color:#64748b}.dashboard-report-meta-value{color:#0f172a;font-variant-numeric:tabular-nums}.dashboard-report-section{margin:24px 0 0}.dashboard-report-section-title{margin:0 0 24px;font-size:14px;font-weight:700;color:#0f172a;line-height:1.3}.dashboard-report-conclusion{width:100%;border-collapse:collapse;margin:15px 0 0;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;overflow:hidden}.dashboard-report-conclusion-accent{width:4px;background:#6a40e7;padding:0;border:0}.dashboard-report-conclusion-body{padding:6px 12px 8px;vertical-align:top}.dashboard-report-conclusion-title{margin:0 0 2px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6a40e7;line-height:1.2}.dashboard-report-conclusion-text{margin:0;font-size:11px;line-height:1.4;color:#475569}.dashboard-report-conclusion-text+.dashboard-report-conclusion-text{margin-top:4px}.dashboard-report-kpi-table{width:100%;border-collapse:collapse;table-layout:fixed;margin:0}.dashboard-report-kpi-cell{width:25%;vertical-align:top;padding:0 4px}.dashboard-report-kpi-table--3 .dashboard-report-kpi-cell{width:33.333%}.dashboard-report-kpi-cell:first-child{padding-left:0}.dashboard-report-kpi-cell:last-child{padding-right:0}.dashboard-report-kpi-card{border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden}.dashboard-report-kpi-bar{height:4px;width:100%}.dashboard-report-kpi-body{padding:10px 8px 12px;text-align:center}.dashboard-report-kpi-label{margin:0;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;line-height:1.3}.dashboard-report-kpi-value{margin:6px 0 0;font-size:15px;font-weight:700;color:#0f172a;line-height:1.2;white-space:nowrap;font-variant-numeric:tabular-nums}.dashboard-report-kpi-hint{margin:4px 0 0;font-size:9px;font-weight:600;color:#64748b;line-height:1.3;white-space:nowrap}.dashboard-report-kpi-value--negative{color:#b91c1c}.dashboard-report-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:11px}.dashboard-report-table th{background:#6a40e7;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:8px;border:0;line-height:1.3;vertical-align:middle}.dashboard-report-table td{padding:8px;border-bottom:1px solid #e2e8f0;color:#1e293b;vertical-align:top;line-height:1.35;font-variant-numeric:tabular-nums}.dashboard-report-table .is-right{text-align:right}.dashboard-report-table .is-center{text-align:center}.dashboard-report-table .is-left{text-align:left}.dashboard-report-table .is-negative{color:#b91c1c;font-weight:700}.dashboard-report-table .is-zebra{background:#f8fafc}.dashboard-report-table .is-highlight{background:#f3effc}.dashboard-report-table .is-empty{text-align:center;color:#64748b;padding:16px 10px}.dashboard-report-table tfoot td{background:#f1f5f9;font-weight:700;color:#0f172a;vertical-align:top}.dashboard-report-table--clients col.col-client{width:40%}.dashboard-report-table--clients col.col-cost,.dashboard-report-table--clients col.col-margin,.dashboard-report-table--clients col.col-revenue{width:13%}.dashboard-report-table--clients col.col-rate{width:10%}.dashboard-report-table--clients col.col-status{width:11%}.dashboard-report-table--usage col.col-client{width:46%}.dashboard-report-table--usage col.col-users{width:16%}.dashboard-report-table--usage col.col-active{width:20%}.dashboard-report-table--usage col.col-rate{width:18%}.dashboard-report-client-name{font-weight:700;color:#0f172a;line-height:1.3;white-space:nowrap}.dashboard-report-client-badge{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:4px;background:#efe9fc;color:#6a40e7;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;line-height:1.3;vertical-align:middle}.dashboard-report-client-meta{margin:4px 0 0;font-size:9px;font-weight:500;color:#64748b;line-height:1.3;white-space:nowrap}.dashboard-report-status-text{font-size:10px;font-weight:700;line-height:1.3;white-space:nowrap}.dashboard-report-status-text--critique{color:#b91c1c}.dashboard-report-status-text--risque{color:#c2410c}.dashboard-report-status-text--aSurveiller{color:#92400e}.dashboard-report-status-text--sain{color:#047857}.dashboard-report-status--empty{color:#94a3b8}.dashboard-report-split{width:100%;border-collapse:collapse;table-layout:fixed;margin:0}.dashboard-report-split-col{width:50%;vertical-align:top;padding:0}.dashboard-report-split-col--left{padding-right:12px}.dashboard-report-split-col--right{padding-left:12px}.dashboard-report-section.dashboard-report-force-page-2{margin-top:0}.dashboard-report-rank-list{width:100%;border-collapse:collapse;margin:0 0 8px}.dashboard-report-rank-list td{padding:6px 0;vertical-align:middle;border-bottom:1px solid #f1f5f9}.dashboard-report-rank-list tr:last-child td{border-bottom:0;padding-bottom:0}.dashboard-report-rank-list tr:first-child td{padding-top:0}.dashboard-report-rank-n{width:28px;padding-right:8px}.dashboard-report-rank-badge{display:inline-block;width:20px;height:20px;border-radius:50%;background:#e2e8f0;color:#475569;font-size:9px;font-weight:700;line-height:20px;text-align:center}.dashboard-report-rank-badge--1{background:#6a40e7;color:#fff}.dashboard-report-rank-badge--2{background:#8b6ef0;color:#fff}.dashboard-report-rank-badge--3{background:#c4b5fd;color:#4c1d95}.dashboard-report-rank-label{font-size:11px;font-weight:600;color:#334155;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.dashboard-report-rank-value{text-align:right;white-space:nowrap;font-size:11px;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums;line-height:1.3}.dashboard-report-rank-share{font-weight:500;color:#64748b}.dashboard-report-bar-list{width:100%;margin:0;padding:0}.dashboard-report-bar-pair{width:100%;border-collapse:collapse;table-layout:fixed;margin:0 0 4px}.dashboard-report-bar-pair-cell{width:50%;vertical-align:top;padding:0}.dashboard-report-bar-pair-cell--left{padding-right:8px}.dashboard-report-bar-pair-cell--right{padding-left:8px}.dashboard-report-bar-pair .dashboard-report-bar-row{border-bottom:1px solid #f1f5f9;padding-bottom:8px}.dashboard-report-bar-row{padding:8px 0;border-bottom:1px solid #f1f5f9}.dashboard-report-bar-row:first-child{padding-top:0}.dashboard-report-bar-row:last-child{padding-bottom:0;border-bottom:0}.dashboard-report-bar-head{width:100%;border-collapse:collapse;margin:0 0 6px}.dashboard-report-bar-head td{padding:0;vertical-align:bottom}.dashboard-report-bar-label{font-size:11px;font-weight:700;color:#334155;text-transform:capitalize;line-height:1.3}.dashboard-report-bar-value{text-align:right;font-size:11px;font-weight:700;color:#0f172a;white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1.3}.dashboard-report-bar-share{font-weight:500;color:#64748b}.dashboard-report-bar-track{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.dashboard-report-bar-fill{height:100%;border-radius:999px;min-width:0}.dashboard-report-status-matrix{width:100%;border-collapse:collapse;table-layout:fixed;margin:0 0 4px}.dashboard-report-status-matrix-col{width:50%;vertical-align:top;padding:0}.dashboard-report-status-matrix-col--left{padding-right:25px}.dashboard-report-status-matrix-col--right{padding-left:25px}.dashboard-report-status-side{text-align:center}.dashboard-report-status-side-title{margin:0 0 20px;font-size:11px;font-weight:700;color:#0f172a;line-height:1.3;text-align:center}.dashboard-report-status-pills{width:auto;max-width:100%;margin:0 auto;border-collapse:separate;border-spacing:10px 0;table-layout:fixed}.dashboard-report-status-pill-cell{width:68px;vertical-align:top;padding:0}.dashboard-report-status-pill{border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;padding:10px 6px;text-align:center;box-sizing:border-box;width:68px}.dashboard-report-status-pill--active{background:#ecfdf5;border-color:#a7f3d0}.dashboard-report-status-pill--active .dashboard-report-status-pill-label{color:#047857}.dashboard-report-status-pill--active .dashboard-report-status-pill-value{color:#065f46}.dashboard-report-status-pill--expired{background:#fef2f2;border-color:#fecaca}.dashboard-report-status-pill--expired .dashboard-report-status-pill-label{color:#b91c1c}.dashboard-report-status-pill--expired .dashboard-report-status-pill-value{color:#991b1b}.dashboard-report-status-pill--future{background:#eff6ff;border-color:#bfdbfe}.dashboard-report-status-pill--future .dashboard-report-status-pill-label{color:#1d4ed8}.dashboard-report-status-pill--future .dashboard-report-status-pill-value{color:#1e40af}.dashboard-report-status-pill-label{margin:0;padding:0;font-size:8px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;line-height:1.2}.dashboard-report-status-pill-value{margin:0;padding:4px 0 0;font-size:14px;font-weight:700;color:#0f172a;line-height:1.2;font-variant-numeric:tabular-nums}.dashboard-report-alerts-title{margin:12px 0 6px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#92400e;line-height:1.3}.dashboard-report-alert-list{margin:0 0 8px;padding:0;list-style:none}.dashboard-report-alert-item{margin:0;padding:5px 0;border-bottom:1px solid #f1f5f9;font-size:11px;line-height:1.35;color:#334155}.dashboard-report-alert-item:last-child{border-bottom:0;padding-bottom:0}.dashboard-report-alert-empty{margin:8px 0;font-size:11px;color:#64748b;font-style:italic}.rdp-usage.rdp-root{--rdp-accent-color:#4669fa;--rdp-accent-background-color:#edf0ff}.dark .rdp-usage.rdp-root{--rdp-accent-color:#8092ff;--rdp-accent-background-color:rgba(70,105,250,.25);color:#e2e8f0}.profile-phone-input.PhoneInput{width:100%;border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));background-color:transparent;padding:.25rem .5rem;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.profile-phone-input.PhoneInput:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity,1))}.profile-phone-input .PhoneInputInput{border-width:0;background-color:transparent;padding:0;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px}.profile-phone-input .PhoneInputInput:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.profile-phone-input .PhoneInputInput:is(.dark *){--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity,1))}.profile-phone-input .PhoneInputCountryIcon{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.profile-phone-input:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity,1))}.first\:rounded-l-lg:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.first\:rounded-t:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.first\:pt-0:first-child{padding-top:0}.first\:pt-4:first-child{padding-top:1rem}.first\:pt-\[14px\]:first-child{padding-top:14px}.last\:mb-0:last-child{margin-bottom:0}.last\:rounded-b:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.last\:rounded-r-lg:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.last\:border-none:last-child{border-style:none}.last\:pb-0:last-child{padding-bottom:0}.last\:pb-4:last-child{padding-bottom:1rem}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-amber-300:hover{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.hover\:border-primary-200:hover{--tw-border-opacity:1;border-color:rgb(209 218 254/var(--tw-border-opacity,1))}.hover\:border-primary-300:hover{--tw-border-opacity:1;border-color:rgb(180 194 253/var(--tw-border-opacity,1))}.hover\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.hover\:bg-\[\#5a34d0\]:hover{--tw-bg-opacity:1;background-color:rgb(90 52 208/var(--tw-bg-opacity,1))}.hover\:bg-danger-600:hover{--tw-bg-opacity:1;background-color:rgb(215 80 82/var(--tw-bg-opacity,1))}.hover\:bg-info-500:hover{--tw-bg-opacity:1;background-color:rgb(12 231 250/var(--tw-bg-opacity,1))}.hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:rgb(70 105 250/var(--tw-bg-opacity,1))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.hover\:bg-warning-500:hover{--tw-bg-opacity:1;background-color:rgb(250 145 107/var(--tw-bg-opacity,1))}.hover\:bg-warning-600:hover{--tw-bg-opacity:1;background-color:rgb(223 130 96/var(--tw-bg-opacity,1))}.hover\:bg-opacity-15:hover{--tw-bg-opacity:0.15}.hover\:bg-opacity-75:hover{--tw-bg-opacity:0.75}.hover\:text-danger-600:hover{--tw-text-opacity:1;color:rgb(215 80 82/var(--tw-text-opacity,1))}.hover\:text-primary-500:hover{--tw-text-opacity:1;color:rgb(70 105 250/var(--tw-text-opacity,1))}.hover\:text-primary-600:hover{--tw-text-opacity:1;color:rgb(63 94 223/var(--tw-text-opacity,1))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgb(42 63 150/var(--tw-text-opacity,1))}.hover\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.hover\:text-slate-900:hover{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-slate-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity,1))}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-primary-500:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250/var(--tw-ring-opacity,1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity:1;color:rgb(63 94 223/var(--tw-text-opacity,1))}.group:hover .group-hover\:opacity-100{opacity:1}.dark\:divide-slate-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(51 65 85/var(--tw-divide-opacity,1))}.dark\:border-amber-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity,1))}.dark\:border-amber-500\/30:is(.dark *){border-color:rgba(245,158,11,.3)}.dark\:border-blue-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.dark\:border-cyan-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(34 211 238/var(--tw-border-opacity,1))}.dark\:border-danger-500\/40:is(.dark *){border-color:rgba(221,19,23,.4)}.dark\:border-emerald-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(52 211 153/var(--tw-border-opacity,1))}.dark\:border-emerald-500\/30:is(.dark *){border-color:rgba(16,185,129,.3)}.dark\:border-fuchsia-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(232 121 249/var(--tw-border-opacity,1))}.dark\:border-indigo-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity,1))}.dark\:border-info-500\/30:is(.dark *){border-color:rgba(12,231,250,.3)}.dark\:border-info-500\/60:is(.dark *){border-color:rgba(12,231,250,.6)}.dark\:border-orange-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(251 146 60/var(--tw-border-opacity,1))}.dark\:border-primary-500\/30:is(.dark *){border-color:rgba(70,105,250,.3)}.dark\:border-primary-500\/40:is(.dark *){border-color:rgba(70,105,250,.4)}.dark\:border-primary-500\/60:is(.dark *){border-color:rgba(70,105,250,.6)}.dark\:border-rose-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(251 113 133/var(--tw-border-opacity,1))}.dark\:border-sky-500\/30:is(.dark *){border-color:rgba(14,165,233,.3)}.dark\:border-slate-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity,1))}.dark\:border-slate-500\/30:is(.dark *){border-color:rgba(100,116,139,.3)}.dark\:border-slate-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.dark\:border-slate-600\/80:is(.dark *){border-color:rgba(71,85,105,.8)}.dark\:border-slate-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.dark\:border-slate-700\/80:is(.dark *){border-color:rgba(51,65,85,.8)}.dark\:border-slate-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.dark\:border-success-500\/30:is(.dark *){border-color:rgba(80,199,147,.3)}.dark\:border-teal-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 212 191/var(--tw-border-opacity,1))}.dark\:border-violet-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(167 139 250/var(--tw-border-opacity,1))}.dark\:border-violet-500\/30:is(.dark *){border-color:rgba(139,92,246,.3)}.dark\:border-warning-500\/40:is(.dark *){border-color:hsla(16,93%,70%,.4)}.dark\:border-warning-500\/60:is(.dark *){border-color:hsla(16,93%,70%,.6)}.dark\:border-white:is(.dark *){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.dark\:border-opacity-60:is(.dark *){--tw-border-opacity:0.6}.dark\:bg-\[\#2e2b42\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(46 43 66/var(--tw-bg-opacity,1))}.dark\:bg-\[\#6a40e7\]\/20:is(.dark *){background-color:rgba(106,64,231,.2)}.dark\:bg-amber-500\/10:is(.dark *){background-color:rgba(245,158,11,.1)}.dark\:bg-amber-500\/15:is(.dark *){background-color:rgba(245,158,11,.15)}.dark\:bg-amber-500\/20:is(.dark *){background-color:rgba(245,158,11,.2)}.dark\:bg-amber-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(69 26 3/var(--tw-bg-opacity,1))}.dark\:bg-blue-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(23 37 84/var(--tw-bg-opacity,1))}.dark\:bg-cyan-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(8 51 68/var(--tw-bg-opacity,1))}.dark\:bg-danger-500\/10:is(.dark *){background-color:rgba(221,19,23,.1)}.dark\:bg-emerald-500\/15:is(.dark *){background-color:rgba(16,185,129,.15)}.dark\:bg-emerald-500\/20:is(.dark *){background-color:rgba(16,185,129,.2)}.dark\:bg-emerald-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(2 44 34/var(--tw-bg-opacity,1))}.dark\:bg-fuchsia-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(74 4 78/var(--tw-bg-opacity,1))}.dark\:bg-indigo-500\/15:is(.dark *){background-color:rgba(99,102,241,.15)}.dark\:bg-indigo-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 27 75/var(--tw-bg-opacity,1))}.dark\:bg-info-500\/10:is(.dark *){background-color:rgba(12,231,250,.1)}.dark\:bg-info-500\/15:is(.dark *){background-color:rgba(12,231,250,.15)}.dark\:bg-orange-500\/20:is(.dark *){background-color:rgba(249,115,22,.2)}.dark\:bg-orange-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(67 20 7/var(--tw-bg-opacity,1))}.dark\:bg-primary-500\/10:is(.dark *){background-color:rgba(70,105,250,.1)}.dark\:bg-primary-500\/15:is(.dark *){background-color:rgba(70,105,250,.15)}.dark\:bg-primary-500\/20:is(.dark *){background-color:rgba(70,105,250,.2)}.dark\:bg-primary-500\/25:is(.dark *){background-color:rgba(70,105,250,.25)}.dark\:bg-red-500\/20:is(.dark *){background-color:rgba(239,68,68,.2)}.dark\:bg-rose-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(76 5 25/var(--tw-bg-opacity,1))}.dark\:bg-sky-500\/20:is(.dark *){background-color:rgba(14,165,233,.2)}.dark\:bg-slate-300:is(.dark *){--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.dark\:bg-slate-500\/20:is(.dark *){background-color:rgba(100,116,139,.2)}.dark\:bg-slate-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.dark\:bg-slate-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.dark\:bg-slate-700\/50:is(.dark *){background-color:rgba(51,65,85,.5)}.dark\:bg-slate-700\/60:is(.dark *){background-color:rgba(51,65,85,.6)}.dark\:bg-slate-700\/70:is(.dark *){background-color:rgba(51,65,85,.7)}.dark\:bg-slate-700\/80:is(.dark *){background-color:rgba(51,65,85,.8)}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.dark\:bg-slate-800\/30:is(.dark *){background-color:rgba(30,41,59,.3)}.dark\:bg-slate-800\/40:is(.dark *){background-color:rgba(30,41,59,.4)}.dark\:bg-slate-800\/50:is(.dark *){background-color:rgba(30,41,59,.5)}.dark\:bg-slate-800\/60:is(.dark *){background-color:rgba(30,41,59,.6)}.dark\:bg-slate-800\/80:is(.dark *){background-color:rgba(30,41,59,.8)}.dark\:bg-slate-800\/90:is(.dark *){background-color:rgba(30,41,59,.9)}.dark\:bg-slate-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.dark\:bg-slate-900\/30:is(.dark *){background-color:rgba(15,23,42,.3)}.dark\:bg-slate-900\/40:is(.dark *){background-color:rgba(15,23,42,.4)}.dark\:bg-slate-900\/50:is(.dark *){background-color:rgba(15,23,42,.5)}.dark\:bg-slate-900\/60:is(.dark *){background-color:rgba(15,23,42,.6)}.dark\:bg-slate-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))}.dark\:bg-success-500\/10:is(.dark *){background-color:rgba(80,199,147,.1)}.dark\:bg-success-500\/15:is(.dark *){background-color:rgba(80,199,147,.15)}.dark\:bg-teal-500\/15:is(.dark *){background-color:rgba(20,184,166,.15)}.dark\:bg-teal-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(4 47 46/var(--tw-bg-opacity,1))}.dark\:bg-violet-500\/15:is(.dark *){background-color:rgba(139,92,246,.15)}.dark\:bg-violet-500\/20:is(.dark *){background-color:rgba(139,92,246,.2)}.dark\:bg-violet-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(46 16 101/var(--tw-bg-opacity,1))}.dark\:bg-warning-500\/10:is(.dark *){background-color:hsla(16,93%,70%,.1)}.dark\:bg-warning-500\/15:is(.dark *){background-color:hsla(16,93%,70%,.15)}.dark\:bg-warning-500\/20:is(.dark *){background-color:hsla(16,93%,70%,.2)}.dark\:bg-white:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\:bg-opacity-25:is(.dark *){--tw-bg-opacity:0.25}.dark\:bg-opacity-50:is(.dark *){--tw-bg-opacity:0.5}.dark\:bg-opacity-70:is(.dark *){--tw-bg-opacity:0.7}.dark\:from-amber-500\/10:is(.dark *){--tw-gradient-from:rgba(245,158,11,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(245,158,11,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-amber-900\/30:is(.dark *){--tw-gradient-from:rgba(120,53,15,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(120,53,15,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-cyan-900\/30:is(.dark *){--tw-gradient-from:rgba(22,78,99,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(22,78,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-emerald-500\/10:is(.dark *){--tw-gradient-from:rgba(16,185,129,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(16,185,129,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-emerald-900\/30:is(.dark *){--tw-gradient-from:rgba(6,78,59,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(6,78,59,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-primary-500\/10:is(.dark *){--tw-gradient-from:rgba(70,105,250,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(70,105,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-primary-900\/30:is(.dark *){--tw-gradient-from:rgba(21,31,73,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(21,31,73,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-rose-900\/30:is(.dark *){--tw-gradient-from:rgba(136,19,55,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(136,19,55,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-sky-500\/10:is(.dark *){--tw-gradient-from:rgba(14,165,233,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(14,165,233,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-slate-500\/10:is(.dark *){--tw-gradient-from:rgba(100,116,139,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(100,116,139,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-slate-800:is(.dark *){--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgba(30,41,59,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-violet-500\/10:is(.dark *){--tw-gradient-from:rgba(139,92,246,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(139,92,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-violet-900\/30:is(.dark *){--tw-gradient-from:rgba(76,29,149,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(76,29,149,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:via-slate-800:is(.dark *){--tw-gradient-to:rgba(30,41,59,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1e293b var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:to-slate-800:is(.dark *){--tw-gradient-to:#1e293b var(--tw-gradient-to-position)}.dark\:to-slate-800\/60:is(.dark *){--tw-gradient-to:rgba(30,41,59,.6) var(--tw-gradient-to-position)}.dark\:to-slate-800\/80:is(.dark *){--tw-gradient-to:rgba(30,41,59,.8) var(--tw-gradient-to-position)}.dark\:text-\[\#a07cf8\]:is(.dark *){--tw-text-opacity:1;color:rgb(160 124 248/var(--tw-text-opacity,1))}.dark\:text-amber-100:is(.dark *){--tw-text-opacity:1;color:rgb(254 243 199/var(--tw-text-opacity,1))}.dark\:text-amber-200:is(.dark *){--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity,1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-cyan-100:is(.dark *){--tw-text-opacity:1;color:rgb(207 250 254/var(--tw-text-opacity,1))}.dark\:text-cyan-400:is(.dark *){--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}.dark\:text-danger-200:is(.dark *){--tw-text-opacity:1;color:rgb(252 214 215/var(--tw-text-opacity,1))}.dark\:text-danger-400:is(.dark *){--tw-text-opacity:1;color:rgb(246 139 141/var(--tw-text-opacity,1))}.dark\:text-emerald-100:is(.dark *){--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity,1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-fuchsia-100:is(.dark *){--tw-text-opacity:1;color:rgb(250 232 255/var(--tw-text-opacity,1))}.dark\:text-indigo-100:is(.dark *){--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity,1))}.dark\:text-indigo-300:is(.dark *){--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity,1))}.dark\:text-info-100:is(.dark *){--tw-text-opacity:1;color:rgb(231 254 255/var(--tw-text-opacity,1))}.dark\:text-info-300:is(.dark *){--tw-text-opacity:1;color:rgb(163 252 255/var(--tw-text-opacity,1))}.dark\:text-info-400:is(.dark *){--tw-text-opacity:1;color:rgb(95 249 255/var(--tw-text-opacity,1))}.dark\:text-orange-100:is(.dark *){--tw-text-opacity:1;color:rgb(255 237 213/var(--tw-text-opacity,1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity,1))}.dark\:text-primary-100:is(.dark *){--tw-text-opacity:1;color:rgb(237 240 255/var(--tw-text-opacity,1))}.dark\:text-primary-200:is(.dark *){--tw-text-opacity:1;color:rgb(209 218 254/var(--tw-text-opacity,1))}.dark\:text-primary-300:is(.dark *){--tw-text-opacity:1;color:rgb(180 194 253/var(--tw-text-opacity,1))}.dark\:text-primary-400:is(.dark *){--tw-text-opacity:1;color:rgb(128 146 255/var(--tw-text-opacity,1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-rose-100:is(.dark *){--tw-text-opacity:1;color:rgb(255 228 230/var(--tw-text-opacity,1))}.dark\:text-rose-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.dark\:text-secondary-400:is(.dark *){--tw-text-opacity:1;color:rgb(159 166 178/var(--tw-text-opacity,1))}.dark\:text-sky-300:is(.dark *){--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity,1))}.dark\:text-slate-100:is(.dark *){--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.dark\:text-slate-200:is(.dark *){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark\:text-slate-400:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.dark\:text-slate-50:is(.dark *){--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity,1))}.dark\:text-slate-500:is(.dark *){--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.dark\:text-success-300:is(.dark *){--tw-text-opacity:1;color:rgb(163 249 213/var(--tw-text-opacity,1))}.dark\:text-success-400:is(.dark *){--tw-text-opacity:1;color:rgb(95 245 177/var(--tw-text-opacity,1))}.dark\:text-teal-100:is(.dark *){--tw-text-opacity:1;color:rgb(204 251 241/var(--tw-text-opacity,1))}.dark\:text-teal-300:is(.dark *){--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}.dark\:text-teal-400:is(.dark *){--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.dark\:text-violet-100:is(.dark *){--tw-text-opacity:1;color:rgb(237 233 254/var(--tw-text-opacity,1))}.dark\:text-violet-300:is(.dark *){--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.dark\:text-violet-400:is(.dark *){--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.dark\:text-warning-100:is(.dark *){--tw-text-opacity:1;color:rgb(255 244 241/var(--tw-text-opacity,1))}.dark\:text-warning-200:is(.dark *){--tw-text-opacity:1;color:rgb(254 228 218/var(--tw-text-opacity,1))}.dark\:text-warning-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 210 195/var(--tw-text-opacity,1))}.dark\:text-warning-400:is(.dark *){--tw-text-opacity:1;color:rgb(252 178 152/var(--tw-text-opacity,1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:ring-slate-300:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.dark\:ring-slate-600:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105/var(--tw-ring-opacity,1))}.dark\:ring-slate-700:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85/var(--tw-ring-opacity,1))}.dark\:ring-opacity-20:is(.dark *){--tw-ring-opacity:0.2}.dark\:ring-offset-slate-800:is(.dark *){--tw-ring-offset-color:#1e293b}.dark\:hover\:border-amber-400\/50:hover:is(.dark *){border-color:rgba(251,191,36,.5)}.dark\:hover\:border-amber-500\/40:hover:is(.dark *){border-color:rgba(245,158,11,.4)}.dark\:hover\:border-primary-400\/50:hover:is(.dark *){border-color:rgba(128,146,255,.5)}.dark\:hover\:border-primary-500\/40:hover:is(.dark *){border-color:rgba(70,105,250,.4)}.dark\:hover\:border-slate-600:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.dark\:hover\:bg-slate-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.dark\:hover\:bg-slate-700\/40:hover:is(.dark *){background-color:rgba(51,65,85,.4)}.dark\:hover\:bg-slate-700\/50:hover:is(.dark *){background-color:rgba(51,65,85,.5)}.dark\:hover\:bg-slate-700\/60:hover:is(.dark *){background-color:rgba(51,65,85,.6)}.dark\:hover\:bg-slate-700\/70:hover:is(.dark *){background-color:rgba(51,65,85,.7)}.dark\:hover\:bg-slate-900:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.dark\:hover\:bg-opacity-25:hover:is(.dark *){--tw-bg-opacity:0.25}.dark\:hover\:text-primary-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(180 194 253/var(--tw-text-opacity,1))}.dark\:hover\:text-primary-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(128 146 255/var(--tw-text-opacity,1))}.dark\:hover\:text-slate-200:hover:is(.dark *){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-primary-400:is(.dark *){--tw-text-opacity:1;color:rgb(128 146 255/var(--tw-text-opacity,1))}@media not all and (min-width:768px){.max-md\:table-auto{table-layout:auto}}@media (min-width:640px){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:h-\[72px\]{height:72px}.sm\:w-\[46\%\]{width:46%}.sm\:w-\[88px\]{width:88px}.sm\:max-w-2xl{max-width:42rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0}.sm\:gap-4{gap:1rem}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.md\:top-\[140px\]{top:140px}.md\:top-\[50px\]{top:50px}.md\:col-span-2{grid-column:span 2/span 2}.md\:mb-0{margin-bottom:0}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-0{margin-left:0}.md\:mr-0{margin-right:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-1\/2{height:50%}.md\:h-\[186px\]{height:186px}.md\:h-\[80px\]{height:80px}.md\:w-\[100px\]{width:100px}.md\:w-\[186px\]{width:186px}.md\:w-\[80px\]{width:80px}.md\:w-auto{width:auto}.md\:min-w-0{min-width:0}.md\:flex-1{flex:1 1 0%}.md\:table-fixed{table-layout:fixed}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:gap-5{gap:1.25rem}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:overflow-visible{overflow:visible}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:text-start{text-align:start}.md\:text-sm{font-size:inherit;line-height:1.25rem}}@media (min-width:1024px){.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:ml-auto{margin-left:auto}.lg\:flex{display:flex}.lg\:h-8{height:2rem}.lg\:h-\[32px\]{height:32px}.lg\:w-8{width:2rem}.lg\:w-\[32px\]{width:32px}.lg\:w-\[92\%\]{width:92%}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-center{align-items:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.lg\:p-8{padding:2rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:dark\:bg-slate-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}}@media (min-width:1280px){.xl\:w-auto{width:auto}.xl\:w-full{width:100%}.xl\:min-w-0{min-width:0}.xl\:flex-1{flex:1 1 0%}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.ltr\:right-0:where([dir=ltr],[dir=ltr] *){right:0}.ltr\:right-\[14px\]:where([dir=ltr],[dir=ltr] *){right:14px}.ltr\:ml-0:where([dir=ltr],[dir=ltr] *){margin-left:0}.ltr\:ml-3:where([dir=ltr],[dir=ltr] *){margin-left:.75rem}.ltr\:ml-\[10px\]:where([dir=ltr],[dir=ltr] *){margin-left:10px}.ltr\:ml-\[248px\]:where([dir=ltr],[dir=ltr] *){margin-left:248px}.ltr\:mr-3:where([dir=ltr],[dir=ltr] *){margin-right:.75rem}.ltr\:mr-\[10px\]:where([dir=ltr],[dir=ltr] *){margin-right:10px}@media (min-width:768px){.ltr\:md\:justify-start:where([dir=ltr],[dir=ltr] *){justify-content:flex-start}}.rtl\:left-0:where([dir=rtl],[dir=rtl] *){left:0}.rtl\:left-\[14px\]:where([dir=rtl],[dir=rtl] *){left:14px}.rtl\:ml-3:where([dir=rtl],[dir=rtl] *){margin-left:.75rem}.rtl\:ml-\[10px\]:where([dir=rtl],[dir=rtl] *){margin-left:10px}.rtl\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.rtl\:mr-3:where([dir=rtl],[dir=rtl] *){margin-right:.75rem}.rtl\:mr-\[10px\]:where([dir=rtl],[dir=rtl] *){margin-right:10px}.rtl\:mr-\[248px\]:where([dir=rtl],[dir=rtl] *){margin-right:248px}.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:transform:where([dir=rtl],[dir=rtl] *){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}@media (min-width:768px){.rtl\:md\:justify-end:where([dir=rtl],[dir=rtl] *){justify-content:flex-end}}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&_\.apexcharts-canvas\]\:overflow-visible .apexcharts-canvas,.\[\&_\.apexcharts-inner\]\:overflow-visible .apexcharts-inner,.\[\&_\.apexcharts-svg\]\:overflow-visible .apexcharts-svg{overflow:visible}.\[\&_\.apexcharts-tooltip\]\:z-\[80\] .apexcharts-tooltip{z-index:80}