.ps{overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto;overflow:hidden!important}.ps__rail-x{opacity:0;height:15px;transition:background-color .2s linear,opacity .2s linear;display:none;position:absolute;bottom:0}.ps__rail-y{opacity:0;width:15px;transition:background-color .2s linear,opacity .2s linear;display:none;position:absolute;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:#0000;display:block}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps__thumb-x{background-color:#aaa;border-radius:6px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;position:absolute;bottom:2px}.ps__thumb-y{background-color:#aaa;border-radius:6px;width:6px;transition:background-color .2s linear,width .2s ease-in-out;position:absolute;right:2px}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.scrollbar-container{height:100%;position:relative}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{50%{opacity:.5}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translateZ(0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scaleX(1)translateZ(0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}table>thead>tr>th,table>tbody>tr>td{font-size:.875rem;line-height:1.25rem;padding:.75rem 1rem!important}table>thead>tr>th.mantine-187dsit{background-color:#e0e6ed4d}.datatables table tbody tr{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.datatables table tbody tr:is(.dark *){--tw-bg-opacity:1;background-color:rgb(14 23 38/var(--tw-bg-opacity,1));--tw-border-opacity:1!important;border-color:rgb(25 30 58/var(--tw-border-opacity,1))!important}.datatables table tr.mantine-1ublbff.mantine-1ublbff{background-color:#0000}.datatables table tbody tr td{border-style:none!important;border-width:0!important}table tr .mantine-Checkbox-root{display:flex}.datatables table thead tr th{--tw-text-opacity:1;color:rgb(14 23 38/var(--tw-text-opacity,1));background-color:#e0e6ed4d!important;border-bottom-width:0!important}.datatables table thead tr th:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(26 41 65/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(136 142 168/var(--tw-text-opacity,1))!important}.datatables .table-bordered table thead tr th,.datatables .table-bordered table tbody tr td{--tw-border-opacity:1!important;border-style:solid!important;border-width:1px!important;border-color:rgb(246 247 250/var(--tw-border-opacity,1))!important}.datatables .table-bordered table thead tr th:is(.dark *),.datatables .table-bordered table tbody tr td:is(.dark *){--tw-border-opacity:1!important;border-color:rgb(25 30 58/var(--tw-border-opacity,1))!important}.datatables .table-compact table thead tr th,.datatables .table-compact table tbody tr td{padding:.5rem .75rem!important}.datatables .mantine-gzzjso,.datatables .mantine-lrzwoq{border-top-width:0;background-color:#0000!important;padding:1.25rem 0 0!important}.datatables.pagination-padding .mantine-gzzjso{padding-left:1.25rem!important;padding-right:1.25rem!important}[dir=rtl] .datatables .mantine-ScrollArea-root.mantine-lvjyp7{direction:rtl}.mantine-Table-root[data-hover] tbody tr:hover{background-color:#e0e6ed33!important}.mantine-Table-root[data-hover] tbody tr:hover:is(.dark *){background-color:#1a294166!important}.mantine-Table-root[data-striped] tbody tr:nth-of-type(odd){background-color:#e0e6ed33}.mantine-Table-root[data-striped] tbody tr:nth-of-type(odd):is(.dark *){background-color:#1a294166!important}.datatables table{font-family:Nunito,sans-serif;--tw-text-opacity:1!important;color:rgb(14 23 38/var(--tw-text-opacity,1))!important}.datatables table:is(.dark *){--tw-text-opacity:1!important;color:rgb(136 142 168/var(--tw-text-opacity,1))!important}.datatables .mantine-Text-root{flex:none;font-size:.875rem;font-weight:500;line-height:1.25rem;font-family:Nunito,sans-serif!important}.datatables thead tr th .mantine-Group-root.mantine-1d34tqu{justify-content:flex-start}.datatables thead tr th .mantine-Group-root.mantine-1d34tqu .mantine-oqxib5{flex-grow:0}.mantine-Group-root>.mantine-Text-root{display:none}.mantine-Group-root .mantine-UnstyledButton-root:hover{background-color:inherit}.mantine-Group-root .mantine-UnstyledButton-root:is(.dark *){--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1));--tw-border-opacity:1!important;border-color:rgb(25 30 58/var(--tw-border-opacity,1))!important}.mantine-Table-root th.text-right .mantine-Group-root{justify-content:flex-end!important}.datatables .mantine-Group-root[role=navigation]{flex:auto;justify-content:flex-end;gap:.25rem}.mantine-Menu-dropdown:is(.dark *){--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1));--tw-border-opacity:1!important;border-color:rgb(25 30 58/var(--tw-border-opacity,1))!important;--tw-bg-opacity:1!important;background-color:rgb(26 41 65/var(--tw-bg-opacity,1))!important}.mantine-Checkbox-body{--tw-text-opacity:1;width:1.25rem;height:1.25rem;color:rgb(67 97 238/var(--tw-text-opacity,1));background-color:#0000;border-width:0;border-radius:.25rem;place-content:center;display:grid;overflow:hidden}.mantine-Checkbox-inner>.mantine-Checkbox-input{--tw-border-opacity:1;border-width:2px;border-color:rgb(224 230 237/var(--tw-border-opacity,1));background-color:#0000}.mantine-Checkbox-inner>.mantine-Checkbox-input:is(.dark *){--tw-border-opacity:1!important;border-color:rgb(37 59 92/var(--tw-border-opacity,1))!important}.mantine-Checkbox-inner>.mantine-Checkbox-input:checked{--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1));--tw-border-opacity:1!important;border-color:rgb(67 97 238/var(--tw-border-opacity,1))!important}.mantine-y4ntz3{--tw-border-opacity:1;border-width:1px;border-color:rgb(224 230 237/var(--tw-border-opacity,1));border-radius:.25rem;outline-width:0}.mantine-y4ntz3: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:#e0e6ed66}.mantine-3xbgk5 .mantine-qo1k2{padding:.5rem;font-size:.875rem;line-height:1.25rem}.mantine-Pagination-item{--tw-border-opacity:1;border-color:rgb(224 230 237/var(--tw-border-opacity,1));border-radius:9999px;width:2.25rem;height:2.25rem;font-family:Nunito,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-bg-opacity:1!important;background-color:rgb(224 230 237/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(59 63 92/var(--tw-text-opacity,1))!important}.mantine-Pagination-item:hover{--tw-bg-opacity:1!important;background-color:rgb(67 97 238/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.mantine-Pagination-item:is(.dark *){--tw-border-opacity:1;border-color:rgb(25 30 58/var(--tw-border-opacity,1));--tw-bg-opacity:1!important;background-color:rgb(25 30 58/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.mantine-Pagination-item:first-child:where([dir=rtl],[dir=rtl] *),.mantine-Pagination-item:last-child: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))}.mantine-Pagination-item[data-active]{--tw-bg-opacity:1!important;background-color:rgb(67 97 238/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.mantine-Menu-item .mantine-Text-root{text-align:center;font-family:Nunito,sans-serif;font-size:.875rem!important;line-height:1.25rem!important}.mantine-Menu-item:hover{--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.mantine-Menu-item:is(.dark *){--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.mantine-Menu-item:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.mantine-Menu-arrow:is(.dark *){--tw-border-opacity:1!important;border-color:rgb(25 30 58/var(--tw-border-opacity,1))!important}.mantine-Menu-item:disabled{--tw-text-opacity:1!important;color:rgb(173 181 189/var(--tw-text-opacity,1))!important}.mantine-ScrollArea-viewport>div:first-child>div{background-image:none}.table-hover.invoice-table>div:nth-child(2){padding-left:1.25rem!important;padding-right:1.25rem!important}body.swal2-toast-shown .swal2-container.toast{width:400px}.swal2-popup{box-sizing:border-box;flex-direction:column;justify-content:center;padding:20px!important}.dark .swal2-popup{background:#0e1726}.dark .swal2-popup .swal2-title{color:#888ea8}.swal2-popup .swal2-title{color:#3b3f5c;width:100%;font-size:24px;display:block;margin:0!important}.swal2-popup .swal2-title:where([dir=ltr],[dir=ltr] *){padding-right:2.5rem!important}.swal2-popup .swal2-title:where([dir=rtl],[dir=rtl] *){padding-left:2.5rem!important}.swal2-popup .swal2-styled{letter-spacing:1px;border-radius:6px;margin:0 5px;padding:8px 20px;transition:all .3s ease-out;font-size:14px!important;line-height:20px!important;box-shadow:0 5px 20px #0000001a!important}.swal2-popup .swal2-styled.swal2-cancel{color:#4361ee;box-shadow:none;border:1px solid #e8e8e8;padding:7px 20px;background-color:#fff!important}.dark .swal2-popup .swal2-styled.swal2-cancel{color:#e0e6ed;border-color:#3b3f5c;background-color:#3b3f5c!important}.swal2-popup .swal2-styled.swal2-confirm{background-color:#4361ee}.swal2-popup .swal2-styled.swal2-confirm:focus{box-shadow:none!important}.swal2-popup .swal2-html-container{color:#e95f2b;font-weight:300;margin:0!important}.swal2-popup .swal2-html-container:where([dir=ltr],[dir=ltr] *){padding-right:2.5rem!important}.swal2-popup .swal2-html-container:where([dir=rtl],[dir=rtl] *){padding-left:2.5rem!important}.swal2-popup .swal2-close{font-family:serif;transition:color .1s ease-out;position:absolute;top:16px}.swal2-popup .swal2-close:where([dir=ltr],[dir=ltr] *){right:1rem}.swal2-popup .swal2-close:where([dir=rtl],[dir=rtl] *){left:1rem}.dark .swal2-popup .swal2-close{color:#888ea8}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;padding:2em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9;width:auto!important;display:flex!important}.swal2-popup.swal2-toast.swal2-show{animation:.5s showSweetToast}.swal2-popup pre{color:#009688}.swal2-icon{box-sizing:content-box;cursor:default;-webkit-user-select:none;user-select:none;border:.25em solid #000;border-radius:50%;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;font-family:inherit;line-height:5em;position:relative}.sweet-alerts .swal2-icon:not(.swal2-error):not(.swal2-success){width:2em!important;height:2em!important;margin:.25em auto .875em!important;line-height:119px!important}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{height:3px!important}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{width:16px!important;top:11px!important}.swal2-icon.swal2-error{box-shadow:0 3px 25px #716aca33;border:4px solid #f1f2f3!important}.swal2-icon.swal2-warning{text-align:center;box-shadow:0 3px 25px #716aca33;color:#fb4!important;border:4px solid #f1f2f3!important}.sweet-alerts .swal2-icon.swal2-warning,.sweet-alerts .swal2-icon.swal2-question,.sweet-alerts .swal2-icon.swal2-info{font-size:60px;line-height:80px}.swal2-popup.swal2-toast .swal2-icon{border-width:2px!important;width:26px!important;min-width:26px!important;height:26px!important}.swal2-icon.swal2-info{text-align:center;box-shadow:0 3px 25px #716aca33;color:#4361ee!important;border:4px solid #f1f2f3!important}.swal2-icon.swal2-question{text-align:center;box-shadow:0 3px 25px #716aca33;color:#805dca!important;border:4px solid #ebedf2!important;border-color:none!important}.dark .swal2-icon.swal2-question,.dark .swal2-icon.swal2-info,.dark .swal2-icon.swal2-warning,.dark .swal2-icon.swal2-error{box-shadow:none!important;border-color:#888ea8!important}.swal2-iconswal2-success [class^=swal2-success-line][class$=tip]{width:1.5625em;top:2.875em;left:.875em;transform:rotate(45deg)}.swal2-icon.swal2-success swal2-success [class^=swal2-success-line][class$=long]{width:2.9375em;top:2.375em;right:.5em;transform:rotate(-45deg)}.swal2-icon.swal2-success .swal2-success-fix{z-index:1;width:.4375em;height:5.625em;position:absolute;top:.5em;left:1.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success .swal2-success-ring{z-index:2;box-sizing:content-box;border:.25em solid #a5dc864d;border-radius:50%;width:100%;height:100%;position:absolute;top:-.25em;left:-.25em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0;top:-.6875em;left:1.875em;transform:rotate(-45deg)}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#25d5e4!important}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#ebedf2!important}.dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{color:#888ea8!important;background:#3b3f5c!important}.dark .swal2-progress-steps .swal2-progress-step{color:#e0e6ed}.sweet-alerts .swal2-icon-content{font-size:5.75rem!important}.swal2-icon-content{font-size:1.25rem!important;line-height:1.75rem!important}.swal2-show{animation:.3s swal2-show}.swal2-modal.background-modal .swal2-title{color:#fff!important}.dark .swal2-input{color:#888ea8;background-color:#1b2e4b;border-color:#253b5c}.dark .swal2-footer{border-color:#888ea8}.swal2-image{margin-bottom:32px!important}.sweet-alerts.swal2-popup .swal2-html-container{margin-top:1rem!important;padding-left:0!important;padding-right:0!important}.sweet-alerts.swal2-popup .swal2-title:where([dir=ltr],[dir=ltr] *){padding-right:1.5rem!important}.sweet-alerts.swal2-popup .swal2-title:where([dir=rtl],[dir=rtl] *){padding-left:1.5rem!important}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{transform-origin:2em 2em;border-radius:4em 0 0 4em;top:-.8em;left:-.5em;transform:rotate(-45deg)}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:26px!important;height:26px!important}.swal2-icon.swal2-success .swal2-success-ring{box-sizing:content-box;border:2px solid #a5dc864d;border-radius:50%;width:100%;height:100%;position:absolute;z-index:2!important;top:-2px!important;left:-2px!important}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{transform-origin:26px 26px!important;border-radius:2em 0 0 2em!important}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{width:20px!important;height:43px!important}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{width:8px!important;top:15px!important;left:4px!important}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:3px!important}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{width:16px!important;top:12px!important;right:3px!important}.swal2-icon.swal2-success .swal2-success-ring{border:3px solid #a5dc864d!important;top:-2px!important;left:-2px!important}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 2em 2em 0!important}.dark .flatpickr-calendar{box-shadow:none;background:#0e1a2c;border:1px solid #0e1a2c}.dark .flatpickr-calendar.arrowTop:after{border-bottom-color:#0e1a2c}.dark .flatpickr-calendar.arrowBottom:after{border-top-color:#0e1a2c}.dark .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,.dark .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg{fill:#bfc9d4}.flatpickr-current-month{justify-content:center;gap:10px;padding:3px 0 0;font-size:16px;display:flex}.dark .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months{color:#bfc9d4}.dark .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:#1b2e4b}.dark .flatpickr-calendar .flatpickr-months input.cur-year{color:#bfc9d4;height:31px}.dark .flatpickr-calendar .flatpickr-months .numInputWrapper span{height:26%}.dark .flatpickr-calendar .flatpickr-months .numInputWrapper span.arrowUp{top:10px}.dark .flatpickr-calendar .flatpickr-months .numInputWrapper span.arrowUp:after{border-bottom-color:#bfc9d4}.dark .flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#bfc9d4}.dark .flatpickr-calendar .flatpickr-months .numInputWrapper span .arrowDown{top:34%}.dark .flatpickr-calendar .flatpickr-months .numInputWrapper span .arrowDown:after{border-top-color:#bfc9d4}.dark .flatpickr-calendar .flatpickr-day{color:#888ea8;font-weight:500}.dark .flatpickr-calendar .flatpickr-day:hover{background:#191e3a;border-color:#191e3a}.dark .flatpickr-calendar .flatpickr-day.flatpickr-disabled{color:#888ea838}.dark .flatpickr-calendar .flatpickr-day.prevMonthDay,.dark .flatpickr-calendar .flatpickr-day.nextMonthDay{color:#888ea838!important}.dark .flatpickr-calendar .flatpickr-day.selected{color:#0e1726;background:#009688;border-color:#009688;font-weight:700}.dark .flatpickr-calendar .flatpickr-day.today{border-color:#009688}.dark .flatpickr-calendar .flatpickr-day.today:hover{color:#fff;background:#0e1726;border-color:#0e1726}.dark .flatpickr-calendar.hasTime .flatpickr-time{border-top:1px solid #243146!important}.dark .flatpickr-calendar .flatpickr-time{border:1px solid #243146}.dark .flatpickr-calendar .flatpickr-time input,.dark .flatpickr-calendar .flatpickr-time .flatpickr-time-separator,.dark .flatpickr-calendar .flatpickr-time .flatpickr-am-pm{color:#888ea8}.dark .flatpickr-time input:hover,.dark .flatpickr-time .flatpickr-am-pm:hover,.dark .flatpickr-time input:focus,.dark .flatpickr-time .flatpickr-am-pm:focus{--tw-ring-color:transparent;background:0 0}.dark .flatpickr-calendar .flatpickr-time input:hover,.dark .flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover{background-color:#0e1726}.dark .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#009688}.dark .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#009688}.dark .flatpickr-calendar.arrowTop:before{border-bottom-color:#1b2e4b}.dark .flatpickr-calendar.arrowBottom:before{border-top-color:#1b2e4b}.dark .numInputWrapper span{height:26%}.dark .numInputWrapper span.arrowUp{top:10px}.dark .numInputWrapper span.arrowUp:after{border-bottom-color:#bfc9d4}.dark .numInputWrapper span .arrowDown{top:34%}.dark .numInputWrapper span .arrowDown:after{border-top-color:#bfc9d4}.flatpickr-calendar:before{border-width:11px}.flatpickr-calendar:after{border-width:9px}.dark span.flatpickr-weekday{color:#888ea8}.dark .flatpickr-calendar .flatpickr-day.today.inRange{border-color:#e6e6e6}.dark .flatpickr-day.inRange{background-color:#060818;border-color:#060818;box-shadow:-5px 0 #060818,5px 0 #060818}*,:before,:after,::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:#3b82f680;--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: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family: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:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%;margin-left:auto;margin-right:auto}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.form-input,.form-textarea,.form-select,.form-multiselect{appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6b7280;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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);border-color:#2563eb;outline:2px solid #0000}.form-input::-moz-placeholder{color:#6b7280;opacity:1}.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit{padding-top:0;padding-bottom:0}.form-input::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}.form-input::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}.form-input::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}.form-input::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}.form-input::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}.form-input::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}.form-input::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}.form-select{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;-webkit-print-color-adjust:unset;print-color-adjust:unset;padding-right:.75rem}.form-checkbox,.form-radio{appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#2563eb;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6b7280;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}.form-checkbox{border-radius:0}.form-checkbox:focus,.form-radio:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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);outline:2px solid #0000}.form-checkbox:checked,.form-radio:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}.form-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){.form-checkbox:checked{appearance:auto}}.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{background-color:currentColor;border-color:#0000}.form-checkbox:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){.form-checkbox:indeterminate{appearance:auto}}.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{background-color:currentColor;border-color:#0000}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:.5rem}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.5rem;font-size:40px;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.5rem;font-size:32px;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.5rem;font-size:28px;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.5rem;font-size:24px;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:#1118271a;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#888ea8;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#888ea8;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(h5):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.5rem;font-size:20px}.prose :where(h6):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.5rem;font-size:16px}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}html{scroll-behavior:smooth}body{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));font-family:Nunito,sans-serif}body.dark{--tw-bg-opacity:1;background-color:rgb(6 8 24/var(--tw-bg-opacity,1))}#root{overflow-x:hidden}.panel{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);border-radius:.375rem;padding:1.25rem;position:relative}.panel:is(.dark *){--tw-bg-opacity:1;background-color:rgb(14 23 38/var(--tw-bg-opacity,1))}.page-shell{position:relative}.page-shell:before{content:"";pointer-events:none;opacity:.7;--tw-blur:blur(64px);height:6rem;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);background-color:#4361ee1a;border-radius:9999px;position:absolute;top:0;left:1.5rem;right:1.5rem}.navbar-sticky header,.navbar-floating header{z-index:20;position:sticky;top:0}.horizontal .navbar-floating header>div>div:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.horizontal .navbar-floating header .horizontal-menu{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.sidebar:hover .nav-item>a{width:auto}.sidebar .nav-item>button,.sidebar .nav-item>a{white-space:nowrap;--tw-text-opacity:1;width:100%;color:rgb(80 102 144/var(--tw-text-opacity,1));border-radius:.375rem;justify-content:space-between;align-items:center;margin-bottom:.25rem;padding:.625rem;display:flex;overflow:hidden}.sidebar .nav-item>button:hover,.sidebar .nav-item>a:hover{--tw-text-opacity:1;color:rgb(14 23 38/var(--tw-text-opacity,1));background-color:#00000014}.sidebar .nav-item>button:hover:is(.dark *),.sidebar .nav-item>a:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(24 31 50/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.sidebar .nav-item>button.active,.sidebar .nav-item>a.active{--tw-text-opacity:1;color:rgb(14 23 38/var(--tw-text-opacity,1));background-color:#00000014}.sidebar .nav-item>button.active:is(.dark *),.sidebar .nav-item>a.active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(24 31 50/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.sidebar .nav-item>button.\!active,.sidebar .nav-item>a.\!active{--tw-text-opacity:1;color:rgb(14 23 38/var(--tw-text-opacity,1));background-color:#00000014}.sidebar .nav-item>button.\!active:is(.dark *),.sidebar .nav-item>a.\!active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(24 31 50/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.sidebar .nav-item>button.active>div>span:is(.dark *),.sidebar .nav-item>a.active>div>span:is(.dark *),.sidebar .nav-item>button.\!active>div>span:is(.dark *),.sidebar .nav-item>a.\!active>div>span:is(.dark *){--tw-text-opacity:1!important;color:rgb(136 142 168/var(--tw-text-opacity,1))!important}.sidebar ul.sub-menu li button,.sidebar ul.sub-menu li a{align-items:center;width:100%;padding:.625rem 2.25rem;display:flex}.sidebar ul.sub-menu li button:before,.sidebar ul.sub-menu li a:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1));border-radius:.25rem;width:.5rem;height:.125rem}.sidebar ul.sub-menu li button:hover,.sidebar ul.sub-menu li a:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1))}.sidebar ul.sub-menu li button:hover:before,.sidebar ul.sub-menu li a:hover:before{content:var(--tw-content)!important;--tw-bg-opacity:1!important;background-color:rgb(67 97 238/var(--tw-bg-opacity,1))!important}.sidebar ul.sub-menu li button:is(.dark *):before,.sidebar ul.sub-menu li a:is(.dark *):before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.sidebar ul.sub-menu li button:hover:is(.dark *),.sidebar ul.sub-menu li a:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1))}.sidebar ul.sub-menu li button:where([dir=ltr],[dir=ltr] *):before,.sidebar ul.sub-menu li a:where([dir=ltr],[dir=ltr] *):before{content:var(--tw-content);margin-right:.5rem}.sidebar ul.sub-menu li button:where([dir=rtl],[dir=rtl] *):before,.sidebar ul.sub-menu li a:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);margin-left:.5rem}.sidebar ul.sub-menu li button.active,.sidebar ul.sub-menu li a.active{--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1))}.sidebar ul.sub-menu li button.active:before,.sidebar ul.sub-menu li a.active:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1))}.sidebar ul.sub-menu li button.\!active,.sidebar ul.sub-menu li a.\!active{--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1))}.sidebar ul.sub-menu li button.\!active:before,.sidebar ul.sub-menu li a.\!active:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1))}.sidebar .nav-item a div:first-child svg,.sidebar .nav-item button div:first-child svg{color:#0e172680;width:1.25rem;height:1.25rem}.sidebar .nav-item a div:first-child svg:is(.dark *),.sidebar .nav-item button div:first-child svg:is(.dark *){color:#ffffff80}.main-container .main-content{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (width>=1024px){.main-container .main-content:where([dir=ltr],[dir=ltr] *){margin-left:260px}.main-container .main-content:where([dir=rtl],[dir=rtl] *){margin-right:260px}}.horizontal .horizontal-menu{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);display:none}@media (width>=1024px){.horizontal .horizontal-menu{display:flex}}.horizontal .horizontal-logo{display:flex}.horizontal .main-container .main-content:where([dir=ltr],[dir=ltr] *){margin-left:0}.horizontal .main-container .main-content:where([dir=rtl],[dir=rtl] *){margin-right:0}.horizontal .sidebar:where([dir=ltr],[dir=ltr] *){left:-260px}.horizontal .sidebar:where([dir=rtl],[dir=rtl] *){right:-260px}.horizontal.toggle-sidebar .sidebar:where([dir=ltr],[dir=ltr] *){left:0}@media (width>=1024px){.horizontal.toggle-sidebar .sidebar:where([dir=ltr],[dir=ltr] *){left:-260px}}.horizontal.toggle-sidebar .sidebar:where([dir=rtl],[dir=rtl] *){right:0}@media (width>=1024px){.horizontal.toggle-sidebar .sidebar:where([dir=rtl],[dir=rtl] *){right:-260px}}.horizontal .nav-item a div:first-child svg,.horizontal .nav-item button div:first-child svg{color:#0e172680;width:1.25rem;height:1.25rem}.horizontal .nav-item a div:first-child svg:is(.dark *),.horizontal .nav-item button div:first-child svg:is(.dark *),.horizontal .dark .nav-item button div:first-child svg,.dark.horizontal .nav-item button div:first-child svg{color:#ffffff80}.horizontal-menu .nav-link.\!active{--tw-text-opacity:1;color:rgb(14 23 38/var(--tw-text-opacity,1));background-color:#00000014}.horizontal-menu .nav-link.\!active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(24 31 50/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.horizontal-menu .nav-link.active{--tw-text-opacity:1;color:rgb(14 23 38/var(--tw-text-opacity,1));background-color:#00000014}.horizontal-menu .nav-link.active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(24 31 50/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.horizontal-menu ul.sub-menu{z-index:10;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;min-width:180px;color:rgb(59 63 92/var(--tw-text-opacity,1));--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);border-radius:.25rem;padding:.5rem 0;display:none;position:absolute;top:100%}.horizontal-menu ul.sub-menu:is(.dark *){--tw-bg-opacity:1;background-color:rgb(27 46 75/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.horizontal-menu ul.sub-menu a,.horizontal-menu ul.sub-menu button{justify-content:space-between;align-items:center;width:100%;padding:.5rem 1rem;display:flex}.horizontal-menu ul.sub-menu a:hover,.horizontal-menu ul.sub-menu button:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1))}.horizontal-menu ul.sub-menu a:hover:is(.dark *),.horizontal-menu ul.sub-menu button:hover:is(.dark *){background-color:#4361ee1a}.horizontal-menu ul.sub-menu a.active,.horizontal-menu ul.sub-menu button.active{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1))}.horizontal-menu ul.sub-menu a.active:is(.dark *),.horizontal-menu ul.sub-menu button.active:is(.dark *){background-color:#4361ee1a}.horizontal-menu ul.sub-menu a.\!active,.horizontal-menu ul.sub-menu button.\!active{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1))}.horizontal-menu ul.sub-menu a.\!active:is(.dark *),.horizontal-menu ul.sub-menu button.\!active:is(.dark *){background-color:#4361ee1a}.horizontal-menu>li.nav-item:hover>ul.sub-menu,.horizontal-menu>li.nav-item>ul.sub-menu>li:hover>ul{display:block}.vertical.toggle-sidebar .horizontal-logo,.vertical.toggle-sidebar .collapse-icon{display:flex}.vertical.toggle-sidebar .main-container .main-content:where([dir=ltr],[dir=ltr] *){margin-left:0}.vertical.toggle-sidebar .main-container .main-content:where([dir=rtl],[dir=rtl] *){margin-right:0}.vertical .sidebar:where([dir=ltr],[dir=ltr] *){left:-260px}@media (width>=1024px){.vertical .sidebar:where([dir=ltr],[dir=ltr] *){left:0}}.vertical .sidebar:where([dir=rtl],[dir=rtl] *){right:-260px}@media (width>=1024px){.vertical .sidebar:where([dir=rtl],[dir=rtl] *){right:0}}.vertical.toggle-sidebar .sidebar:where([dir=ltr],[dir=ltr] *){left:0}@media (width>=1024px){.vertical.toggle-sidebar .sidebar:where([dir=ltr],[dir=ltr] *){left:-260px}}.vertical.toggle-sidebar .sidebar:where([dir=rtl],[dir=rtl] *){right:0}@media (width>=1024px){.vertical.toggle-sidebar .sidebar:where([dir=rtl],[dir=rtl] *){right:-260px}}.collapsible-vertical .sidebar:hover{width:260px}@media (width>=1024px){.collapsible-vertical .sidebar{width:70px}}.collapsible-vertical .sidebar:where([dir=ltr],[dir=ltr] *){left:-260px}@media (width>=1024px){.collapsible-vertical .sidebar:where([dir=ltr],[dir=ltr] *){left:0}}.collapsible-vertical .sidebar:where([dir=rtl],[dir=rtl] *){right:-260px}@media (width>=1024px){.collapsible-vertical .sidebar:where([dir=rtl],[dir=rtl] *){right:0}}.collapsible-vertical.toggle-sidebar .sidebar:where([dir=ltr],[dir=ltr] *){left:0}.collapsible-vertical.toggle-sidebar .sidebar:where([dir=rtl],[dir=rtl] *){right:0}@media (width>=1024px){.collapsible-vertical.toggle-sidebar .sidebar{width:260px}}.collapsible-vertical.toggle-sidebar .sidebar .nav-item>a{width:auto}@media (width>=1024px){.collapsible-vertical.toggle-sidebar .main-content{width:calc(100% - 260px)}.collapsible-vertical.toggle-sidebar .main-content:where([dir=ltr],[dir=ltr] *){margin-left:260px}.collapsible-vertical.toggle-sidebar .main-content:where([dir=rtl],[dir=rtl] *){margin-right:260px}.collapsible-vertical .sidebar .sub-menu{display:none}}.collapsible-vertical .sidebar:hover .sub-menu,.collapsible-vertical .sidebar:hover .sub-menu.recent-submenu,.collapsible-vertical.toggle-sidebar .sidebar .sub-menu{display:block}@media (width>=1024px){.collapsible-vertical .main-content{width:calc(100% - 70px)}.collapsible-vertical .main-content:where([dir=ltr],[dir=ltr] *){margin-left:70px}.collapsible-vertical .main-content:where([dir=rtl],[dir=rtl] *){margin-right:70px}}.collapsible-vertical .sidebar .collapse-icon,.collapsible-vertical .main-logo>span{transition-property:opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (width>=1024px){.collapsible-vertical .sidebar .collapse-icon,.collapsible-vertical .main-logo>span{opacity:0}}.collapsible-vertical .sidebar:hover .collapse-icon,.collapsible-vertical.toggle-sidebar .collapse-icon,.collapsible-vertical .sidebar:hover .main-logo>span,.collapsible-vertical.toggle-sidebar .main-logo>span{transition-duration:.5s}@media (width>=1024px){.collapsible-vertical .sidebar:hover .collapse-icon,.collapsible-vertical.toggle-sidebar .collapse-icon,.collapsible-vertical .sidebar:hover .main-logo>span,.collapsible-vertical.toggle-sidebar .main-logo>span{opacity:1}}.collapsible-vertical.toggle-sidebar .sidebar .collapse-icon{--tw-rotate:0deg;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));display:flex}.collapsible-vertical .sidebar:hover .collapse-icon{--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));display:flex}.collapsible-vertical .sidebar ul>h2 span{white-space:nowrap;display:none}.collapsible-vertical .sidebar ul>h2 svg{display:block}.collapsible-vertical .sidebar:hover ul>h2 span,.collapsible-vertical.toggle-sidebar .sidebar ul>h2 span{display:inline}.collapsible-vertical .sidebar:hover ul>h2 svg,.collapsible-vertical.toggle-sidebar .sidebar ul>h2 svg{display:none}.boxed-layout{max-width:1400px;margin-left:auto;margin-right:auto}.boxed-layout.vertical .sidebar,.boxed-layout.collapsible-vertical .sidebar{overflow:hidden}@media (width>=1024px){.boxed-layout.vertical .sidebar:where([dir=ltr],[dir=ltr] *),.boxed-layout.collapsible-vertical .sidebar:where([dir=ltr],[dir=ltr] *){left:auto}.boxed-layout.vertical .sidebar:where([dir=rtl],[dir=rtl] *),.boxed-layout.collapsible-vertical .sidebar:where([dir=rtl],[dir=rtl] *){right:auto}.boxed-layout.vertical.toggle-sidebar .sidebar{width:0}}.btn{--tw-shadow:0 10px 20px -10px;--tw-shadow-colored:0 10px 20px -10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);outline-offset:2px;border-width:1px;border-radius:.375rem;outline:2px solid #0000;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;position:relative}.btn:hover{--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)}.btn-sm{padding:.375rem .625rem;font-size:.75rem;line-height:1rem}.btn[disabled]{cursor:not-allowed;opacity:.6}.btn-primary{--tw-border-opacity:1;border-color:rgb(67 97 238/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow-color:#4361ee99;--tw-shadow:var(--tw-shadow-colored)}.btn-outline-primary{--tw-border-opacity:1;border-color:rgb(67 97 238/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1));--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)}.btn-outline-primary:hover{--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-outline-secondary{--tw-border-opacity:1;border-color:rgb(128 93 202/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(128 93 202/var(--tw-text-opacity,1));--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)}.btn-outline-secondary:hover{--tw-bg-opacity:1;background-color:rgb(128 93 202/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-outline-danger{--tw-border-opacity:1;border-color:rgb(231 81 90/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(231 81 90/var(--tw-text-opacity,1));--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)}.btn-outline-danger:hover{--tw-bg-opacity:1;background-color:rgb(231 81 90/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-warning{--tw-border-opacity:1;border-color:rgb(226 160 63/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(226 160 63/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow-color:#e2a03f99;--tw-shadow:var(--tw-shadow-colored)}.btn-outline-info{--tw-border-opacity:1;border-color:rgb(33 150 243/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(33 150 243/var(--tw-text-opacity,1));--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)}.btn-outline-info:hover{--tw-bg-opacity:1;background-color:rgb(33 150 243/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-gradient{background-image:linear-gradient(to right, var(--tw-gradient-stops));--tw-gradient-from:#ef1262 var(--tw-gradient-from-position);--tw-gradient-to:#4361ee var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-gradient:hover{--tw-gradient-from:#4361ee var(--tw-gradient-from-position);--tw-gradient-to:#ef1262 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.badge{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));border-width:1px;border-color:#0000;border-radius:.25rem;margin-top:.25rem;margin-bottom:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600;line-height:1rem;position:relative}.badge-outline-primary{--tw-border-opacity:1;border-color:rgb(67 97 238/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1))}.badge-outline-primary:hover{--tw-bg-opacity:1;background-color:rgb(234 241 255/var(--tw-bg-opacity,1))}.badge-outline-primary:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(224 230 237/var(--tw-text-opacity,1))}.badge-outline-secondary{--tw-border-opacity:1;border-color:rgb(128 93 202/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(128 93 202/var(--tw-text-opacity,1))}.badge-outline-secondary:hover{--tw-bg-opacity:1;background-color:rgb(235 228 247/var(--tw-bg-opacity,1))}.badge-outline-secondary:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(128 93 202/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(224 230 237/var(--tw-text-opacity,1))}.badge-outline-success{--tw-border-opacity:1;border-color:rgb(0 171 85/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(0 171 85/var(--tw-text-opacity,1))}.badge-outline-success:hover{--tw-bg-opacity:1;background-color:rgb(221 245 240/var(--tw-bg-opacity,1))}.badge-outline-success:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(0 171 85/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(224 230 237/var(--tw-text-opacity,1))}.badge-outline-danger{--tw-border-opacity:1;border-color:rgb(231 81 90/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(231 81 90/var(--tw-text-opacity,1))}.badge-outline-danger:hover{--tw-bg-opacity:1;background-color:rgb(255 245 245/var(--tw-bg-opacity,1))}.badge-outline-danger:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(231 81 90/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(224 230 237/var(--tw-text-opacity,1))}.badge-outline-warning{--tw-border-opacity:1;border-color:rgb(226 160 63/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(226 160 63/var(--tw-text-opacity,1))}.badge-outline-warning:hover{--tw-bg-opacity:1;background-color:rgb(255 249 237/var(--tw-bg-opacity,1))}.badge-outline-warning:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(226 160 63/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(224 230 237/var(--tw-text-opacity,1))}.badge-outline-info{--tw-border-opacity:1;border-color:rgb(33 150 243/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(33 150 243/var(--tw-text-opacity,1))}.badge-outline-info:hover{--tw-bg-opacity:1;background-color:rgb(231 247 255/var(--tw-bg-opacity,1))}.badge-outline-info:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(33 150 243/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(224 230 237/var(--tw-text-opacity,1))}.badge-outline-dark{--tw-border-opacity:1;border-color:rgb(59 63 92/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(59 63 92/var(--tw-text-opacity,1))}.badge-outline-dark:hover{--tw-bg-opacity:1;background-color:rgb(234 234 236/var(--tw-bg-opacity,1))}.badge-outline-dark:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(59 63 92/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(224 230 237/var(--tw-text-opacity,1))}.form-input,.form-textarea,.form-select,.form-multiselect{--tw-border-opacity:1;border-width:1px;border-color:rgb(224 230 237/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;width:100%;color:rgb(14 23 38/var(--tw-text-opacity,1));border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.25rem;outline-offset:2px!important;outline:2px solid #0000!important}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{--tw-border-opacity:1;border-color:rgb(67 97 238/var(--tw-border-opacity,1));--tw-ring-color:transparent}.form-input:is(.dark *),.form-textarea:is(.dark *),.form-select:is(.dark *),.form-multiselect:is(.dark *){--tw-border-opacity:1;border-color:rgb(23 38 60/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(18 30 50/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.form-input:focus:is(.dark *),.form-textarea:focus:is(.dark *),.form-select:focus:is(.dark *),.form-multiselect:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(67 97 238/var(--tw-border-opacity,1))}label{margin-bottom:.375rem;font-weight:600;display:block}[dir=rtl] select{background-position:.5rem}.has-error .form-input,.has-error .form-textarea,.has-error .form-select,.has-error .form-multiselect,.has-error .multiselect__tags{--tw-border-opacity:1;border-color:rgb(231 81 90/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(231 81 90/var(--tw-text-opacity,1));background-color:#e7515a14}.has-error .form-input::-moz-placeholder{color:#e7515ab3}.has-error .form-textarea::-moz-placeholder{color:#e7515ab3}.has-error .form-select::-moz-placeholder{color:#e7515ab3}.has-error .form-multiselect::-moz-placeholder{color:#e7515ab3}.has-error .multiselect__tags::-moz-placeholder{color:#e7515ab3}.has-error .form-input::placeholder,.has-error .form-textarea::placeholder,.has-error .form-select::placeholder,.has-error .form-multiselect::placeholder,.has-error .multiselect__tags::placeholder{color:#e7515ab3}.has-error .form-input:focus,.has-error .form-textarea:focus,.has-error .form-select:focus,.has-error .form-multiselect:focus,.has-error .multiselect__tags:focus,.has-error .multiselect__tags:hover,.has-error .form-checkbox{--tw-border-opacity:1;border-color:rgb(231 81 90/var(--tw-border-opacity,1))}.has-success .form-input,.has-success .form-textarea,.has-success .form-select,.has-success .form-multiselect,.has-success .multiselect__tags{--tw-border-opacity:1;border-color:rgb(0 171 85/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(0 171 85/var(--tw-text-opacity,1));background-color:#00ab5514}.has-success .form-input::-moz-placeholder{color:#00ab55b3}.has-success .form-textarea::-moz-placeholder{color:#00ab55b3}.has-success .form-select::-moz-placeholder{color:#00ab55b3}.has-success .form-multiselect::-moz-placeholder{color:#00ab55b3}.has-success .multiselect__tags::-moz-placeholder{color:#00ab55b3}.has-success .form-input::placeholder,.has-success .form-textarea::placeholder,.has-success .form-select::placeholder,.has-success .form-multiselect::placeholder,.has-success .multiselect__tags::placeholder{color:#00ab55b3}.has-success .form-input:focus,.has-success .form-textarea:focus,.has-success .form-select:focus,.has-success .form-multiselect:focus,.has-success .multiselect__tags:focus{--tw-border-opacity:1;border-color:rgb(0 171 85/var(--tw-border-opacity,1))}.form-radio,.form-checkbox{cursor:pointer;--tw-border-opacity:1;border-width:2px;border-color:rgb(224 230 237/var(--tw-border-opacity,1));--tw-text-opacity:1;width:1.25rem;height:1.25rem;color:rgb(67 97 238/var(--tw-text-opacity,1));background-color:#0000;border-radius:.25rem;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important;outline-offset:2px!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)!important;--tw-ring-offset-width:0px!important;outline:2px solid #0000!important}.form-radio:checked,.form-checkbox:checked{background-size:90% 90%}.form-radio:disabled,.form-checkbox:disabled{cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.form-radio:is(.dark *),.form-checkbox:is(.dark *){--tw-border-opacity:1;border-color:rgb(37 59 92/var(--tw-border-opacity,1))}.form-radio:checked:is(.dark *),.form-checkbox:checked:is(.dark *){border-color:#0000}.form-radio:disabled:is(.dark *),.form-checkbox:disabled:is(.dark *){--tw-bg-opacity:1;background-color:rgb(27 46 75/var(--tw-bg-opacity,1))}.form-radio:where([dir=ltr],[dir=ltr] *),.form-checkbox:where([dir=ltr],[dir=ltr] *){margin-right:.375rem}.form-radio:where([dir=rtl],[dir=rtl] *),.form-checkbox:where([dir=rtl],[dir=rtl] *){margin-left:.375rem}.form-checkbox.outline-primary:checked{--tw-border-opacity:1;border-color:rgb(67 97 238/var(--tw-border-opacity,1));background-color:#0000;background-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%234361ee' xmlns='http://www.w3.org/2000/svg'><path d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/></svg>")}.form-checkbox.outline-secondary:checked{--tw-border-opacity:1;border-color:rgb(128 93 202/var(--tw-border-opacity,1));background-color:#0000;background-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23805dca' xmlns='http://www.w3.org/2000/svg'><path d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/></svg>")}.form-checkbox.outline-success:checked{--tw-border-opacity:1;border-color:rgb(0 171 85/var(--tw-border-opacity,1));background-color:#0000;background-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%2300ab55' xmlns='http://www.w3.org/2000/svg'><path d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/></svg>")}.form-checkbox.outline-danger:checked{--tw-border-opacity:1;border-color:rgb(231 81 90/var(--tw-border-opacity,1));background-color:#0000;background-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23e7515a' xmlns='http://www.w3.org/2000/svg'><path d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/></svg>")}.form-checkbox.outline-warning:checked{--tw-border-opacity:1;border-color:rgb(226 160 63/var(--tw-border-opacity,1));background-color:#0000;background-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23e2a03f' xmlns='http://www.w3.org/2000/svg'><path d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/></svg>")}.form-checkbox.outline-info:checked{--tw-border-opacity:1;border-color:rgb(33 150 243/var(--tw-border-opacity,1));background-color:#0000;background-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%232196f3' xmlns='http://www.w3.org/2000/svg'><path d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/></svg>")}.form-checkbox.outline-dark:checked{--tw-border-opacity:1;border-color:rgb(59 63 92/var(--tw-border-opacity,1));background-color:#0000;background-image:url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%233b3f5c' xmlns='http://www.w3.org/2000/svg'><path d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/></svg>")}.dropdown{position:relative}.dropdown>button{display:flex}.dropdown ul{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;min-width:120px;color:rgb(14 23 38/var(--tw-text-opacity,1));--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);border-radius:.25rem;margin-top:.25rem;margin-bottom:.25rem;padding:.5rem 0}.dropdown ul:is(.dark *){--tw-bg-opacity:1;background-color:rgb(27 46 75/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.dropdown ul li>a,.dropdown ul li>button{align-items:center;padding:.5rem 1rem;display:flex}.dropdown ul li>a:hover,.dropdown ul li>button:hover{--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1));background-color:#4361ee1a}.dropdown ul li>button{width:100%}table{width:100%;border-collapse:collapse!important}table thead tr,table tfoot tr{border-bottom-width:0;--tw-bg-opacity:1!important;background-color:rgb(246 248 250/var(--tw-bg-opacity,1))!important}table thead tr:is(.dark *),table tfoot tr:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(26 41 65/var(--tw-bg-opacity,1))!important}table thead tr th,table tfoot tr th,table tbody tr td{padding:.75rem 1rem}table thead tr th:where([dir=ltr],[dir=ltr] *),table tfoot tr th:where([dir=ltr],[dir=ltr] *),table tbody tr td:where([dir=ltr],[dir=ltr] *){text-align:left}table thead tr th:where([dir=rtl],[dir=rtl] *),table tfoot tr th:where([dir=rtl],[dir=rtl] *),table tbody tr td:where([dir=rtl],[dir=rtl] *){text-align:right}table thead tr th,table tfoot tr th{font-weight:600}table tbody tr{border-bottom-width:1px;border-color:#e0e6ed66!important}table tbody tr:is(.dark *){--tw-border-opacity:1!important;border-color:rgb(25 30 58/var(--tw-border-opacity,1))!important}table.table-hover tbody tr:hover{background-color:#e0e6ed33!important}table.table-hover tbody tr:hover:is(.dark *){background-color:#1a294166!important}pre{direction:ltr}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-top-3{top:-.75rem}.bottom-0{bottom:0}.bottom-6{bottom:1.5rem}.end-\[28\%\]{inset-inline-end:28%}.left-0{left:0}.left-1\/2{left:50%}.left-24{left:6rem}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.start-4{inset-inline-start:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[55\]{z-index:55}.z-\[56\]{z-index:56}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}.col-span-2{grid-column:span 2/span 2}.m-0{margin:0}.m-auto{margin:auto}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.\!mt-6{margin-top:1.5rem!important}.mb-0{margin-bottom:0}.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}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-5{margin-left:1.25rem}.ml-\[5px\]{margin-left:5px}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[1\.5px\]{margin-top:1.5px}.mt-\[1px\]{margin-top:1px}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0{height:0}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-4\.5{height:18px}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[42px\]{height:42px}.h-\[750px\]{height:750px}.h-auto{height:auto}.h-full{height:100%}.max-h-\[350px\]{max-height:350px}.max-h-\[893px\]{max-height:893px}.min-h-\[120px\]{min-height:120px}.min-h-\[350px\]{min-height:350px}.min-h-\[52px\]{min-height:52px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-4\.5{width:18px}.w-40{width:10rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[170px\]{width:170px}.w-\[230px\]{width:230px}.w-\[260px\]{width:260px}.w-\[65px\]{width:65px}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[130px\]{min-width:130px}.min-w-\[140px\]{min-width:140px}.min-w-\[150px\]{min-width:150px}.min-w-\[155px\]{min-width:155px}.min-w-\[160px\]{min-width:160px}.min-w-\[170px\]{min-width:170px}.min-w-\[180px\]{min-width:180px}.min-w-\[190px\]{min-width:190px}.min-w-\[200px\]{min-width:200px}.min-w-\[210px\]{min-width:210px}.min-w-\[220px\]{min-width:220px}.min-w-\[240px\]{min-width:240px}.min-w-\[250px\]{min-width:250px}.min-w-\[620px\]{min-width:620px}.min-w-\[88px\]{min-width:88px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-\[1502px\]{max-width:1502px}.max-w-\[170px\]{max-width:170px}.max-w-\[190px\]{max-width:190px}.max-w-\[200px\]{max-width:200px}.max-w-\[300px\]{max-width:300px}.max-w-\[340px\]{max-width:340px}.max-w-\[400px\]{max-width:400px}.max-w-\[430px\]{max-width:430px}.max-w-\[440px\]{max-width:440px}.max-w-\[80px\]{max-width:80px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:-50%;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))}.-translate-y-1\/2{--tw-translate-y:-50%;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))}.translate-x-0{--tw-translate-x:0px;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))}.translate-x-full{--tw-translate-x:100%;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-180{--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))}.rotate-90{--tw-rotate:90deg;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))}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.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-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.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-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-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-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * 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-\[\#e0e6ed\]>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(224 230 237/var(--tw-divide-opacity,1))}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-x{border-left-width:1px;border-right-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.\!border-none{border-style:none!important}.border-\[\#1a56db\]\/20{border-color:#1a56db33}.border-\[\#d9dde3\]{--tw-border-opacity:1;border-color:rgb(217 221 227/var(--tw-border-opacity,1))}.border-\[\#e0e6ed\]{--tw-border-opacity:1;border-color:rgb(224 230 237/var(--tw-border-opacity,1))}.border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity,1))}.border-danger{--tw-border-opacity:1;border-color:rgb(231 81 90/var(--tw-border-opacity,1))}.border-danger\/20{border-color:#e7515a33}.border-dark\/20{border-color:#3b3f5c33}.border-emerald-100{--tw-border-opacity:1;border-color:rgb(209 250 229/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-200\/60{border-color:#e5e7eb99}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity,1))}.border-info\/20{border-color:#2196f333}.border-primary{--tw-border-opacity:1;border-color:rgb(67 97 238/var(--tw-border-opacity,1))}.border-primary\/10{border-color:#4361ee1a}.border-primary\/15{border-color:#4361ee26}.border-primary\/20{border-color:#4361ee33}.border-primary\/30{border-color:#4361ee4d}.border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity,1))}.border-secondary\/20{border-color:#805dca33}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-success{--tw-border-opacity:1;border-color:rgb(0 171 85/var(--tw-border-opacity,1))}.border-success\/20{border-color:#00ab5533}.border-transparent{border-color:#0000}.border-warning\/20{border-color:#e2a03f33}.border-warning\/40{border-color:#e2a03f66}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white-light{--tw-border-opacity:1;border-color:rgb(224 230 237/var(--tw-border-opacity,1))}.border-l-transparent{border-left-color:#0000}.border-t-transparent{border-top-color:#0000}.\!bg-primary{--tw-bg-opacity:1!important;background-color:rgb(67 97 238/var(--tw-bg-opacity,1))!important}.bg-\[\#1a56db\]{--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity,1))}.bg-\[\#efefef\]{--tw-bg-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity,1))}.bg-\[\#f1f2f3\]{--tw-bg-opacity:1;background-color:rgb(241 242 243/var(--tw-bg-opacity,1))}.bg-\[\#f3f5f8\]{--tw-bg-opacity:1;background-color:rgb(243 245 248/var(--tw-bg-opacity,1))}.bg-\[\#f4f4f4\]{--tw-bg-opacity:1;background-color:rgb(244 244 244/var(--tw-bg-opacity,1))}.bg-\[\#f6f8fb\]{--tw-bg-opacity:1;background-color:rgb(246 248 251/var(--tw-bg-opacity,1))}.bg-\[\#f7f9fc\]{--tw-bg-opacity:1;background-color:rgb(247 249 252/var(--tw-bg-opacity,1))}.bg-\[\#f8f8f8\]{--tw-bg-opacity:1;background-color:rgb(248 248 248/var(--tw-bg-opacity,1))}.bg-\[\#f8f9fa\]{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity,1))}.bg-\[\#fafafa\]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-\[\#fafbfc\]{--tw-bg-opacity:1;background-color:rgb(250 251 252/var(--tw-bg-opacity,1))}.bg-\[black\]\/60{background-color:#0009}.bg-black\/40{background-color:#0e172666}.bg-blue-50\/70{background-color:#eff6ffb3}.bg-current{background-color:currentColor}.bg-danger{--tw-bg-opacity:1;background-color:rgb(231 81 90/var(--tw-bg-opacity,1))}.bg-danger\/10{background-color:#e7515a1a}.bg-danger\/5{background-color:#e7515a0d}.bg-dark\/10{background-color:#3b3f5c1a}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-emerald-50\/70{background-color:#ecfdf5b3}.bg-emerald-50\/80{background-color:#ecfdf5cc}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-50\/70{background-color:#f9fafbb3}.bg-gray-50\/80{background-color:#f9fafbcc}.bg-info\/10{background-color:#2196f31a}.bg-primary{--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1))}.bg-primary-light\/20{background-color:#eaf1ff33}.bg-primary\/10{background-color:#4361ee1a}.bg-primary\/20{background-color:#4361ee33}.bg-primary\/5{background-color:#4361ee0d}.bg-primary\/\[0\.03\]{background-color:#4361ee08}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500\/20{background-color:#ef444433}.bg-secondary\/10{background-color:#805dca1a}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-50\/80{background-color:#f8fafccc}.bg-success\/10{background-color:#00ab551a}.bg-transparent{background-color:#0000}.bg-warning-light\/20{background-color:#fff9ed33}.bg-warning\/10{background-color:#e2a03f1a}.bg-warning\/5{background-color:#e2a03f0d}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white-light\/40{background-color:#e0e6ed66}.bg-white\/60{background-color:#fff9}.bg-white\/80{background-color:#fffc}.bg-\[linear-gradient\(225deg\,rgba\(239\,18\,98\,1\)_0\%\,rgba\(67\,97\,238\,1\)_100\%\)\]{background-image:linear-gradient(225deg,#ef1262 0%,#4361ee 100%)}.bg-\[url\(\/assets\/images\/auth\/map\.png\)\]{background-image:url(/assets/images/auth/map.png)}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-primary\/10{--tw-gradient-from:#4361ee1a var(--tw-gradient-from-position);--tw-gradient-to:#4361ee00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/5{--tw-gradient-from:#4361ee0d var(--tw-gradient-from-position);--tw-gradient-to:#4361ee00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.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-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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-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-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.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-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-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pl-3{padding-left:.75rem}.pl-6{padding-left:1.5rem}.pr-1{padding-right:.25rem}.pr-8{padding-right:2rem}.ps-10{padding-inline-start:2.5rem}.pt-0{padding-top:0}.pt-1\.5{padding-top:.375rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-nunito{font-family:Nunito,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10\.5px\]{font-size:10.5px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[18px\]{font-size:18px}.text-\[7\.5px\]{font-size:7.5px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-snug{line-height:1.375!important}.leading-5{line-height:1.25rem}.leading-\[1\.3\]{line-height:1.3}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.1em\]{letter-spacing:.1em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-\[\#1f2937\]{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(14 23 38/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-500\/80{color:#3b82f6cc}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-danger{--tw-text-opacity:1;color:rgb(231 81 90/var(--tw-text-opacity,1))}.text-dark{--tw-text-opacity:1;color:rgb(59 63 92/var(--tw-text-opacity,1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-500\/80{color:#10b981cc}.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-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-info{--tw-text-opacity:1;color:rgb(33 150 243/var(--tw-text-opacity,1))}.text-primary{--tw-text-opacity:1;color:rgb(67 97 238/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-secondary{--tw-text-opacity:1;color:rgb(128 93 202/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{--tw-text-opacity:1;color:rgb(0 171 85/var(--tw-text-opacity,1))}.text-warning{--tw-text-opacity:1;color:rgb(226 160 63/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white-dark{--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px 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_-10px_20px_-10px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow:0 -10px 20px -10px #0000000d;--tw-shadow-colored:0 -10px 20px -10px 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_10px_20px_-10px_rgba\(67\,97\,238\,0\.44\)\]{--tw-shadow:0 10px 20px -10px #4361ee70;--tw-shadow-colored:0 10px 20px -10px 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_10px_30px_rgba\(15\,23\,42\,0\.04\)\]{--tw-shadow:0 10px 30px #0f172a0a;--tw-shadow-colored:0 10px 30px 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_1px_2px_rgba\(0\,0\,0\,0\.02\)\]{--tw-shadow:0 1px 2px #00000005;--tw-shadow-colored:0 1px 2px 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-\[5px_0_25px_0_rgba\(94\,92\,154\,0\.05\)\]{--tw-shadow:5px 0 25px 0 #5e5c9a0d;--tw-shadow-colored:5px 0 25px 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)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none{--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)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--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)}.shadow-primary\/30{--tw-shadow-color:#4361ee4d;--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline-offset:2px;outline:2px solid #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);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-primary\/20{--tw-ring-color:#4361ee33}.ring-primary\/40{--tw-ring-color:#4361ee66}.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-lg{--tw-backdrop-blur:blur(16px);-webkit-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-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,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ps__rail-y>.ps__thumb-y,.ps__rail-y>.ps__thumb-y{--tw-bg-opacity:1!important;background-color:rgb(221 221 221/var(--tw-bg-opacity,1))!important;width:.375rem!important}.ps__rail-y>.ps__thumb-y:is(.dark *),.ps__rail-y>.ps__thumb-y:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(45 51 76/var(--tw-bg-opacity,1))!important}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{opacity:.6!important;background-color:#0000!important}.swal2-container .swal2-close{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.swal2-container .swal2-close:hover{--tw-text-opacity:1;color:rgb(234 234 236/var(--tw-text-opacity,1))}.swal2-container .swal2-close:focus{--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)}.swal2-container .swal2-popup.swal2-toast{--tw-bg-opacity:1;background-color:rgb(59 63 92/var(--tw-bg-opacity,1));padding:.625rem 1.25rem}.swal2-popup.swal2-toast .swal2-title,.swal2-container .swal2-popup.swal2-toast .swal2-html-container{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.swal2-container .swal2-popup.swal2-toast.color-primary{--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1))}.swal2-container .swal2-popup.swal2-toast.color-secondary{--tw-bg-opacity:1;background-color:rgb(128 93 202/var(--tw-bg-opacity,1))}.swal2-container .swal2-popup.swal2-toast.color-warning{--tw-bg-opacity:1;background-color:rgb(226 160 63/var(--tw-bg-opacity,1))}.swal2-container .swal2-popup.swal2-toast.color-info{--tw-bg-opacity:1;background-color:rgb(33 150 243/var(--tw-bg-opacity,1))}.swal2-container .swal2-popup.swal2-toast.color-danger{--tw-bg-opacity:1;background-color:rgb(231 81 90/var(--tw-bg-opacity,1))}.swal2-container .swal2-popup.swal2-toast.color-success{--tw-bg-opacity:1;background-color:rgb(0 171 85/var(--tw-bg-opacity,1))}.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-light,.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light{box-shadow:none;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));background-color:#050717cc;border-color:#050717cc}.apexcharts-canvas .apexcharts-xaxistooltip-bottom:before,.apexcharts-canvas .apexcharts-xaxistooltip-bottom:after{border-bottom-color:#050717cc}.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{--tw-border-opacity:1;border-color:rgb(59 63 92/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(6 8 24/var(--tw-bg-opacity,1))}.apexcharts-legend-series:where([dir=ltr],[dir=ltr] *){margin-right:.5rem!important}.apexcharts-legend-series:where([dir=rtl],[dir=rtl] *){margin-left:.5rem!important}.dark .apexcharts-title-text,.dark .apexcharts-canvas .apexcharts-text.apexcharts-xaxis-label,.dark .apexcharts-canvas .apexcharts-text.apexcharts-yaxis-label,.dark .apexcharts-canvas .apexcharts-text,.dark .apexcharts-canvas .apexcharts-text{fill:#e0e6ed}.dark .apexcharts-canvas .apexcharts-legend-text{color:#e0e6ed!important}.dark .apexcharts-canvas .apexcharts-radialbar-track.apexcharts-track .apexcharts-radialbar-area,.dark .apexcharts-canvas .apexcharts-series-markers.apexcharts-series-bubble .apexcharts-marker{stroke:#191e3a}.dark .apexcharts-canvas .apexcharts-pie-label,.dark .apexcharts-canvas .apexcharts-datalabel,.dark .apexcharts-canvas .apexcharts-datalabel-label,.dark .apexcharts-canvas .apexcharts-datalabel-value{fill:#bfc9d4}.dark .apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-dark{box-shadow:none}.apexcharts-canvas .apexcharts-legend-marker:where([dir=ltr],[dir=ltr] *){margin-right:.375rem!important}.apexcharts-canvas .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:.375rem;margin-right:0!important}[dir=rtl] .apexcharts-tooltip-marker{margin-left:.625rem;margin-right:0}.slide-down-enter-active{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.1s;transition-timing-function:cubic-bezier(0,0,.2,1)}.slide-down-leave-active{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:75ms;transition-timing-function:cubic-bezier(.4,0,1,1)}.slide-down-enter-from,.slide-down-leave-to{--tw-scale-x:.95;--tw-scale-y:.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));opacity:0}.slide-down-enter-to,.slide-down-leave-from{--tw-scale-x:1;--tw-scale-y:1;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));opacity:1}.modal-fade-enter-active{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.modal-fade-leave-active{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,1,1)}.modal-fade-enter-from,.modal-fade-leave-to{--tw-scale-x:.95;--tw-scale-y:.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));opacity:0}.modal-fade-enter-to,.modal-fade-leave-from{--tw-scale-x:1;--tw-scale-y:1;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));opacity:1}pre.hljs{border-radius:.375rem;padding:1.5rem;overflow-x:auto;--tw-bg-opacity:1!important;background-color:rgb(25 30 58/var(--tw-bg-opacity,1))!important}@media (prefers-reduced-motion:reduce){.panel,.surface-hover{transition-property:none}.panel:hover,.surface-hover:hover{--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)}}.animate__animated,.animate-pulse{animation:none!important}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.placeholder\:text-white-dark::placeholder{--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.before\:content-\[\'\/\'\]:before{--tw-content:"/";content:var(--tw-content)}.last\:mb-0:last-child{margin-bottom:0}.last\:border-0:last-child{border-width:0}.last\:border-b-0:last-child{border-bottom-width:0}.last\:pb-0:last-child{padding-bottom:0}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-.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))}.hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgb(67 97 238/var(--tw-border-opacity,1))}.hover\:bg-danger:hover{--tw-bg-opacity:1;background-color:rgb(231 81 90/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-500\/10:hover{background-color:#6b72801a}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(67 97 238/var(--tw-bg-opacity,1))}.hover\:bg-white-light\/90:hover{background-color:#e0e6ede6}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(14 23 38/var(--tw-text-opacity,1))}.hover\:text-danger:hover{--tw-text-opacity:1;color:rgb(231 81 90/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(67 97 238/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\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);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 #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:saturate-100:hover{--tw-saturate:saturate(1);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)}.focus\:border-danger:focus{--tw-border-opacity:1;border-color:rgb(231 81 90/var(--tw-border-opacity,1))}.focus\:border-primary:focus{--tw-border-opacity:1;border-color:rgb(67 97 238/var(--tw-border-opacity,1))}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-2: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(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)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.dark\:divide-\[\#1b2e4b\]:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(27 46 75/var(--tw-divide-opacity,1))}.dark\:border-\[\#1b2e4b\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(27 46 75/var(--tw-border-opacity,1))}.dark\:border-\[\#1f2f4a\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(31 47 74/var(--tw-border-opacity,1))}.dark\:border-blue-900\/40:is(.dark *){border-color:#1e3a8a66}.dark\:border-emerald-900\/30:is(.dark *){border-color:#064e3b4d}.dark\:border-emerald-900\/40:is(.dark *){border-color:#064e3b66}.dark\:border-emerald-900\/50:is(.dark *){border-color:#064e3b80}.dark\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-gray-700\/50:is(.dark *){border-color:#37415180}.dark\:border-gray-700\/60:is(.dark *){border-color:#37415199}.dark\:border-gray-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.dark\:border-primary\/15:is(.dark *){border-color:#4361ee26}.dark\:border-primary\/20:is(.dark *){border-color:#4361ee33}.dark\:border-red-900\/30:is(.dark *){border-color:#7f1d1d4d}.dark\:border-slate-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.dark\:border-slate-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.dark\:border-white-light\/10:is(.dark *){border-color:#e0e6ed1a}.dark\:border-white\/10:is(.dark *){border-color:#ffffff1a}.dark\:bg-\[\#060818\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(6 8 24/var(--tw-bg-opacity,1))}.dark\:bg-\[\#0b1322\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(11 19 34/var(--tw-bg-opacity,1))}.dark\:bg-\[\#0e1726\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(14 23 38/var(--tw-bg-opacity,1))}.dark\:bg-\[\#0e1726\]\/40:is(.dark *){background-color:#0e172666}.dark\:bg-\[\#0e1726\]\/50:is(.dark *){background-color:#0e172680}.dark\:bg-\[\#0f172a\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.dark\:bg-\[\#132136\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(19 33 54/var(--tw-bg-opacity,1))}.dark\:bg-\[\#132136\]\/30:is(.dark *){background-color:#1321364d}.dark\:bg-\[\#1b2e4b\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(27 46 75/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1b2e4b\]\/40:is(.dark *){background-color:#1b2e4b66}.dark\:bg-\[\#253b5c\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(37 59 92/var(--tw-bg-opacity,1))}.dark\:bg-black:is(.dark *){--tw-bg-opacity:1;background-color:rgb(14 23 38/var(--tw-bg-opacity,1))}.dark\:bg-black\/10:is(.dark *){background-color:#0e17261a}.dark\:bg-black\/20:is(.dark *){background-color:#0e172633}.dark\:bg-black\/30:is(.dark *){background-color:#0e17264d}.dark\:bg-black\/40:is(.dark *){background-color:#0e172666}.dark\:bg-black\/50:is(.dark *){background-color:#0e172680}.dark\:bg-blue-950\/20:is(.dark *){background-color:#17255433}.dark\:bg-danger\/10:is(.dark *){background-color:#e7515a1a}.dark\:bg-dark:is(.dark *){--tw-bg-opacity:1;background-color:rgb(59 63 92/var(--tw-bg-opacity,1))}.dark\:bg-dark\/40:is(.dark *){background-color:#3b3f5c66}.dark\:bg-emerald-950\/10:is(.dark *){background-color:#022c221a}.dark\:bg-emerald-950\/20:is(.dark *){background-color:#022c2233}.dark\:bg-emerald-950\/30:is(.dark *){background-color:#022c224d}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-800\/20:is(.dark *){background-color:#1f293733}.dark\:bg-primary\/10:is(.dark *){background-color:#4361ee1a}.dark\:bg-primary\/20:is(.dark *){background-color:#4361ee33}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-slate-900\/30:is(.dark *){background-color:#0f172a4d}.dark\:bg-slate-900\/40:is(.dark *){background-color:#0f172a66}.dark\:bg-slate-950\/30:is(.dark *){background-color:#0206174d}.dark\:bg-opacity-\[0\.08\]:is(.dark *){--tw-bg-opacity:.08}.dark\:from-primary\/10:is(.dark *){--tw-gradient-from:#4361ee1a var(--tw-gradient-from-position);--tw-gradient-to:#4361ee00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-\[\#0e1726\]:is(.dark *){--tw-gradient-to:#0e1726 var(--tw-gradient-to-position)}.dark\:text-\[\#a6b0cf\]:is(.dark *){--tw-text-opacity:1;color:rgb(166 176 207/var(--tw-text-opacity,1))}.dark\:text-\[\#d0d2d6\]:is(.dark *){--tw-text-opacity:1;color:rgb(208 210 214/var(--tw-text-opacity,1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:text-blue-300\/80:is(.dark *){color:#93c5fdcc}.dark\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:rgb(96 165 250/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-300\/80:is(.dark *){color:#6ee7b7cc}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity:1;color:rgb(107 114 128/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-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-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-white-dark:is(.dark *){--tw-text-opacity:1;color:rgb(136 142 168/var(--tw-text-opacity,1))}.dark\:text-white-light:is(.dark *){--tw-text-opacity:1;color:rgb(224 230 237/var(--tw-text-opacity,1))}.dark\:text-white-light\/90:is(.dark *){color:#e0e6ede6}.dark\:shadow-none:is(.dark *){--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)}.dark\:hover\:bg-\[\#17263f\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(23 38 63/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#1b2e4b\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(27 46 75/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#253555\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(37 53 85/var(--tw-bg-opacity,1))}.dark\:hover\:bg-dark-light\/10:hover:is(.dark *){background-color:#eaeaec1a}.dark\:hover\:bg-dark\/60:hover:is(.dark *){background-color:#3b3f5c99}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-800\/50:hover:is(.dark *){background-color:#1f293780}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:hover\:text-primary:hover:is(.dark *){--tw-text-opacity:1;color:rgb(67 97 238/var(--tw-text-opacity,1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (width>=640px){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:flex{display:flex}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.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\:px-16{padding-left:4rem;padding-right:4rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=768px){.md\:left-\[30\%\]{left:30%}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:inline{display:inline}.md\:w-\[180px\]{width:180px}.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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (width>=1024px){.lg\:absolute{position:absolute}.lg\:end-6{inset-inline-end:1.5rem}.lg\:top-6{top:1.5rem}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:mt-16{margin-top:4rem}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:inline-flex{display:inline-flex}.lg\:hidden{display:none}.lg\:min-h-\[758px\]{min-height:758px}.lg\:w-auto{width:auto}.lg\:max-w-\[667px\]{max-width:667px}.lg\:max-w-\[835px\]{max-width:835px}.lg\:max-w-full{max-width:100%}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}}@media (width>=1280px){.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:-ms-28{margin-inline-start:-7rem}.xl\:w-16{width:4rem}.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\:gap-0{gap:0}}@media (width>=1536px){.\32 xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.ltr\:-right-10:where([dir=ltr],[dir=ltr] *){right:-2.5rem}.ltr\:left-3:where([dir=ltr],[dir=ltr] *){left:.75rem}.ltr\:right-3:where([dir=ltr],[dir=ltr] *){right:.75rem}.ltr\:-ml-1:where([dir=ltr],[dir=ltr] *){margin-left:-.25rem}.ltr\:ml-1\.5:where([dir=ltr],[dir=ltr] *){margin-left:.375rem}.ltr\:ml-2:where([dir=ltr],[dir=ltr] *){margin-left:.5rem}.ltr\:ml-2\.5:where([dir=ltr],[dir=ltr] *){margin-left:.625rem}.ltr\:ml-auto:where([dir=ltr],[dir=ltr] *){margin-left:auto}.ltr\:mr-2:where([dir=ltr],[dir=ltr] *){margin-right:.5rem}.ltr\:bg-gradient-to-r:where([dir=ltr],[dir=ltr] *){background-image:linear-gradient(to right, var(--tw-gradient-stops))}.ltr\:pl-4:where([dir=ltr],[dir=ltr] *){padding-left:1rem}.ltr\:pl-9:where([dir=ltr],[dir=ltr] *){padding-left:2.25rem}.ltr\:pr-9:where([dir=ltr],[dir=ltr] *){padding-right:2.25rem}.before\:ltr\:mr-2:where([dir=ltr],[dir=ltr] *):before,.ltr\:before\:mr-2:where([dir=ltr],[dir=ltr] *):before{content:var(--tw-content);margin-right:.5rem}@media (width>=640px){.ltr\:sm\:text-left:where([dir=ltr],[dir=ltr] *){text-align:left}}@media (width>=1280px){.ltr\:xl\:-right-20:where([dir=ltr],[dir=ltr] *){right:-5rem}.ltr\:xl\:-skew-x-\[14deg\]:where([dir=ltr],[dir=ltr] *){--tw-skew-x:-14deg;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))}.ltr\:xl\:skew-x-\[14deg\]:where([dir=ltr],[dir=ltr] *){--tw-skew-x:14deg;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\:-left-10:where([dir=rtl],[dir=rtl] *){left:-2.5rem}.rtl\:left-3:where([dir=rtl],[dir=rtl] *){left:.75rem}.rtl\:right-3:where([dir=rtl],[dir=rtl] *){right:.75rem}.rtl\:-mr-1:where([dir=rtl],[dir=rtl] *){margin-right:-.25rem}.rtl\:ml-2:where([dir=rtl],[dir=rtl] *){margin-left:.5rem}.rtl\:mr-1\.5:where([dir=rtl],[dir=rtl] *){margin-right:.375rem}.rtl\:mr-2:where([dir=rtl],[dir=rtl] *){margin-right:.5rem}.rtl\:mr-2\.5:where([dir=rtl],[dir=rtl] *){margin-right:.625rem}.rtl\:mr-auto:where([dir=rtl],[dir=rtl] *){margin-right:auto}.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\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.rtl\:bg-gradient-to-l:where([dir=rtl],[dir=rtl] *){background-image:linear-gradient(to left, var(--tw-gradient-stops))}.rtl\:pl-9:where([dir=rtl],[dir=rtl] *){padding-left:2.25rem}.rtl\:pr-4:where([dir=rtl],[dir=rtl] *){padding-right:1rem}.rtl\:pr-9:where([dir=rtl],[dir=rtl] *){padding-right:2.25rem}.before\:rtl\:ml-2:where([dir=rtl],[dir=rtl] *):before,.rtl\:before\:ml-2:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);margin-left:.5rem}@media (width>=640px){.rtl\:sm\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}}@media (width>=1280px){.rtl\:xl\:-left-20:where([dir=rtl],[dir=rtl] *){left:-5rem}.rtl\:xl\:skew-x-\[-14deg\]:where([dir=rtl],[dir=rtl] *){--tw-skew-x:-14deg;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\:xl\:skew-x-\[14deg\]:where([dir=rtl],[dir=rtl] *){--tw-skew-x:14deg;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))}}
