@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Gellix;src:local("Gellix Light Italic"),local("Gellix-LightItalic"),url(/assets/Gellix-LightItalic-DBxrZm4w.woff2) format("woff2"),url(/assets/Gellix-LightItalic-Dh9ZPKT7.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Gellix;src:local("Gellix ExtraBold"),local("Gellix-ExtraBold"),url(/assets/Gellix-ExtraBold-D_dp8QU8.woff2) format("woff2"),url(/assets/Gellix-ExtraBold-BofrKOR2.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:Gellix;src:local("Gellix SemiBold"),local("Gellix-SemiBold"),url(/assets/Gellix-SemiBold-EA9mbYOT.woff2) format("woff2"),url(/assets/Gellix-SemiBold-BSbrEkjj.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Gellix;src:local("Gellix Regular Italic"),local("Gellix-RegularItalic"),url(/assets/Gellix-RegularItalic-PHs_mzpb.woff2) format("woff2"),url(/assets/Gellix-RegularItalic-2tUGJ1vv.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Gellix;src:local("Gellix Thin Italic"),local("Gellix-ThinItalic"),url(/assets/Gellix-ThinItalic-D429KlYf.woff2) format("woff2"),url(/assets/Gellix-ThinItalic-DTNiiGmc.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:Gellix;src:local("Gellix Bold"),local("Gellix-Bold"),url(/assets/Gellix-Bold-BXLTehOV.woff2) format("woff2"),url(/assets/Gellix-Bold-C57gaYvb.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Gellix;src:local("Gellix ExtraBold Italic"),local("Gellix-ExtraBoldItalic"),url(/assets/Gellix-ExtraBoldItalic-gLSChCVu.woff2) format("woff2"),url(/assets/Gellix-ExtraBoldItalic-BClDY71l.woff) format("woff");font-weight:800;font-style:italic}@font-face{font-family:Gellix;src:local("Gellix Regular"),local("Gellix-Regular"),url(/assets/Gellix-Regular-gOmSiHtW.woff2) format("woff2"),url(/assets/Gellix-Regular-CfjKS0sp.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Gellix;src:local("Gellix Medium"),local("Gellix-Medium"),url(/assets/Gellix-Medium-Bn7_DK6y.woff2) format("woff2"),url(/assets/Gellix-Medium-Cfpj2c5J.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Gellix;src:local("Gellix SemiBold Italic"),local("Gellix-SemiBoldItalic"),url(/assets/Gellix-SemiBoldItalic-KdKwXiQF.woff2) format("woff2"),url(/assets/Gellix-SemiBoldItalic-CPiHTgqm.woff) format("woff");font-weight:600;font-style:italic}@font-face{font-family:Gellix;src:local("Gellix Light"),local("Gellix-Light"),url(/assets/Gellix-Light-DJ9xpCsv.woff2) format("woff2"),url(/assets/Gellix-Light-D7hkEmRf.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Gellix;src:local("Gellix Bold Italic"),local("Gellix-BoldItalic"),url(/assets/Gellix-BoldItalic-DuF2DxOS.woff2) format("woff2"),url(/assets/Gellix-BoldItalic-CV7a-AsR.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Gellix;src:local("Gellix Black Italic"),local("Gellix-BlackItalic"),url(/assets/Gellix-BlackItalic-R4kyATJh.woff2) format("woff2"),url(/assets/Gellix-BlackItalic-DGHA-Ndr.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:Gellix;src:local("Gellix Thin"),local("Gellix-Thin"),url(/assets/Gellix-Thin-C9jPdjgl.woff2) format("woff2"),url(/assets/Gellix-Thin-C9DnzNpN.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Gellix;src:local("Gellix Black"),local("Gellix-Black"),url(/assets/Gellix-Black-DH96PcHS.woff2) format("woff2"),url(/assets/Gellix-Black-CaYyOI39.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Gellix;src:local("Gellix Medium Italic"),local("Gellix-MediumItalic"),url(/assets/Gellix-MediumItalic-CknKwwb4.woff2) format("woff2"),url(/assets/Gellix-MediumItalic-BCrAF8kE.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:Degular;src:local("Degular Thin"),local("Degular-Thin"),url(/assets/Degular-Thin-BTpOTT6B.woff2) format("woff2"),url(/assets/Degular-Thin-CgNliqYT.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Degular;src:local("Degular Thin Italic"),local("Degular-ThinItalic"),url(/assets/Degular-ThinItalic-DWy3YdRi.woff2) format("woff2"),url(/assets/Degular-ThinItalic-CyRfgaJc.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:Degular;src:local("Degular Light"),local("Degular-Light"),url(/assets/Degular-Light-_9xBu6a0.woff2) format("woff2"),url(/assets/Degular-Light-DggE59cN.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Degular;src:local("Degular Light Italic"),local("Degular-LightItalic"),url(/assets/Degular-LightItalic-DxhqsMMl.woff2) format("woff2"),url(/assets/Degular-LightItalic-BSIX--Xp.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Degular;src:local("Degular Regular"),local("Degular-Regular"),url(/assets/Degular-Regular-D_RAp4l-.woff2) format("woff2"),url(/assets/Degular-Regular-DIZXvP7X.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Degular;src:local("Degular Regular Italic"),local("Degular-RegularItalic"),url(/assets/Degular-RegularItalic-RKhoT95k.woff2) format("woff2"),url(/assets/Degular-RegularItalic-D7BkJhOc.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Degular;src:local("Degular Medium"),local("Degular-Medium"),url(/assets/Degular-Medium-iqaNZseP.woff2) format("woff2"),url(/assets/Degular-Medium-CMpgR3ML.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Degular;src:local("Degular Medium Italic"),local("Degular-MediumItalic"),url(/assets/Degular-MediumItalic-Z-Mq0DSR.woff2) format("woff2"),url(/assets/Degular-MediumItalic-D8291x02.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:Degular;src:local("Degular Semibold"),local("Degular-Semibold"),url(/assets/Degular-Semibold-DkuR1WZ1.woff2) format("woff2"),url(/assets/Degular-Semibold-CQjN6NGw.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Degular;src:local("Degular Semibold Italic"),local("Degular-SemiboldItalic"),url(/assets/Degular-SemiboldItalic-DCVU5KIj.woff2) format("woff2"),url(/assets/Degular-SemiboldItalic-hM790StY.woff) format("woff");font-weight:600;font-style:italic}@font-face{font-family:Degular;src:local("Degular Bold"),local("Degular-Bold"),url(/assets/Degular-Bold-CdQmfx6q.woff2) format("woff2"),url(/assets/Degular-Bold-05FT0gx-.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Degular;src:local("Degular Bold Italic"),local("Degular-BoldItalic"),url(/assets/Degular-BoldItalic-fJ2pu2v4.woff2) format("woff2"),url(/assets/Degular-BoldItalic-BEPERQdy.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Degular;src:local("Degular Black"),local("Degular-Black"),url(/assets/Degular-Black-RDq6IIth.woff2) format("woff2"),url(/assets/Degular-Black-CWYc41k0.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Degular;src:local("Degular Black Italic"),local("Degular-BlackItalic"),url(/assets/Degular-BlackItalic-yOG0D6-5.woff2) format("woff2"),url(/assets/Degular-BlackItalic-CpXB4Hsv.woff) format("woff");font-weight:900;font-style:italic}:after,:before,*{margin:0;padding:0;box-sizing:border-box}html{scrollbar-width:none}body{font-feature-settings:"clig" off,"liga" off;background:#fff;position:relative;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;width:100%;overflow-x:hidden}button{background-color:transparent;border:none;cursor:pointer;transition:.3s all linear;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button:disabled{cursor:not-allowed}input,a{font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{display:block;width:100%;height:100%;object-fit:cover}ul{list-style:none}a{text-decoration:none}p{font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.Toastify__toast{width:100%;padding:.875rem;border-radius:.75rem}.Toastify__toast--default{background:#fff}.Toastify__close-button{display:none}[aria-live=polite]{border-radius:50%!important}::-webkit-scrollbar{height:3px;width:3px;background-color:#ecf2fa}::-webkit-scrollbar-thumb{background-color:#cfd1d4;border-radius:3px}@media screen and (min-width:768px){.Toastify__toast{width:450px!important}}.link{font-family:inherit;color:inherit;align-self:stretch}.alert,.error{color:#ef4444;font-size:.875rem}.loading{width:6rem;height:6rem;border:5px solid #17b26a;border-radius:50%;border-top-color:#17b26a;animation:spinner 2s linear infinite;margin:0 auto}@keyframes spinner{to{transform:rotate(360deg)}}.error-page{width:100%;min-height:100vh;display:grid;place-content:center;text-align:center}.error-page a{margin-top:2rem;color:#155eef;width:300px;border-radius:.625rem;padding:.625rem;text-align:center;color:#fff;background:#155eef;box-shadow:0 .0625rem .125rem #375dfb14}.error-page a:hover{background:#004eeb}.page-wrapper{width:100%;min-height:100vh;background:#fff;margin:0 auto;transition:.3s all linear;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:768px){.page-wrapper{background:#fff}}.page-wrapper__mobile-nav{width:100%;position:fixed;left:0;z-index:1000}.page-wrapper__sidebar{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:1000;transform:translate(0);transition:.3s all linear}.page-wrapper__sidebar::-webkit-scrollbar{display:none}.page-wrapper__sidebar--showSidebar{z-index:900;transform:translate(-105%)}.page-wrapper__display{width:100%;height:calc(100vh - 60px);transition:.3s all linear;margin-top:60px}.page-wrapper__display::-webkit-scrollbar{width:4px}@media screen and (min-width:768px){.page-wrapper .page-wrapper__sidebar{width:16.5625rem}}@media screen and (min-width:1200px){.page-wrapper .page-wrapper__mobile-nav{display:none}.page-wrapper .page-wrapper__sidebar{transform:translate(0);width:4.5rem}.page-wrapper .page-wrapper__sidebar--showSidebar{width:16.5625rem}.page-wrapper .page-wrapper__display{width:calc(100% - 16.5625rem);height:100vh;align-self:flex-end;margin-top:0}.page-wrapper .page-wrapper__display--collapse{width:calc(100% - 4.5rem)}}.modal-wrapper{position:fixed;top:0;left:0;z-index:1200;width:100%;height:100%;border:none;background:#1e293b42;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-wrapper--hide{display:none}.modal-placeholder{padding:1rem}.modal-placeholder header{margin-bottom:1.25rem}.modal-placeholder header h1{font-size:1.5rem;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.modal-placeholder ul h3{margin-bottom:.5rem}.modal-placeholder ul li{display:flex;gap:.75rem}.modal-placeholder button{margin:.5rem auto 0;font-size:.875rem;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pagination{width:100%;margin:2rem 0;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2.5rem}.pagination__header{display:flex;gap:.75rem}.pagination__header p{color:#0009;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500}.pagination__header strong{color:#000;text-align:left;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500}.pagination__list{display:flex;gap:1.25rem}.pagination__item{color:#000}.pagination__btn{background:#ccc;border-radius:8px;border-style:solid;border-color:#0000000d;border-width:.5px;padding:18px 16px;display:flex;flex-direction:row;align-items:center;justify-content:center;width:40px;box-shadow:4px 4px 40px -5px #0000000d}.pagination__btn--active{background:#f5f5f5;color:#000}@media screen and (min-width:768px){.pagination__btn{width:60px}}.content-wrapper{width:100%;padding:0 1rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.content-wrapper__wrapper{width:100%;padding:0 1rem}@media screen and (min-width:768px){.content-wrapper__wrapper{padding:0 2rem}}@media screen and (min-width:1200px){.content-wrapper__wrapper{padding:0 3rem}}.auth-layout{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.auth-layout__logo-wrapper{width:50px;position:fixed;top:2rem;left:1rem}.auth-layout__visual{width:100%}.auth-layout__visual-inner{display:none}.auth-layout__content{width:100%}@media screen and (min-width:1024px){.auth-layout{flex-direction:row;justify-content:space-between;align-items:flex-start}.auth-layout__visual{width:50%;min-height:100vh;background-color:#0d1b2a;display:flex;justify-content:center;align-items:center}.auth-layout__logo-wrapper{display:none}.auth-layout__visual-inner{width:100%;min-height:100vh;display:flex;align-items:flex-end;position:relative;padding:2.5rem}.auth-layout__visual-logo{position:absolute;top:50%;left:0;transform:translateY(-50%);width:90%;max-width:750px;height:auto;z-index:1;object-fit:contain}.auth-layout__visual-card{width:100%;max-width:750px;display:flex;justify-content:space-between;flex-direction:column;gap:.5rem;z-index:2;background-color:#0f2031;border-radius:1.5rem;border:1px solid #122438;padding:2.5rem;color:#f8fafc}.auth-layout__badge{width:50px}.auth-layout__visual-card-title{width:100%;max-width:400px;font-size:2.5rem;font-weight:600;color:#fff}.auth-layout__visual-card-description{width:100%;max-width:600px;font-size:1.125rem;font-weight:300}.auth-layout__content{width:50%}}.auth-page{width:100%;color:#1e293b;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;justify-content:center;align-items:center;padding:0 1rem}.auth-page__form-wrapper{width:100%;max-width:534px;background:#fff;display:flex;flex-direction:column;gap:1.5rem;padding:clamp(1.5rem,6vw,3.25rem);border-radius:1.5rem;border:1px solid #ECF2FA}.auth-page__form-header{display:flex;flex-direction:column;gap:.25rem}.auth-page__title{font-weight:600;font-size:clamp(2rem,4vw,2.5rem);color:#1e293b;letter-spacing:-.02em}.auth-page__subtitle{color:#595569;font-size:1rem;line-height:1.6}.auth-page__form{width:100%;display:flex;flex-direction:column;gap:1.5rem}.auth-page__label{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:600;color:#262225}.auth-page__input-wrapper{position:relative;display:flex;align-items:center;border-radius:.625rem;border:1px solid #E7E5EC;background:transparent;transition:border-color .2s ease,box-shadow .2s ease}.auth-page__input-wrapper:focus-within{border-color:#0f2031;box-shadow:0 1px 2px #e4e5e73d;background:#fff}.auth-page__input-wrapper--error{border-color:#f84649}.auth-page__input{width:100%;border:none;border-radius:.625rem;background:transparent;font-size:.95rem;color:#1e293b;font-family:inherit;font-weight:400;outline:none;padding:.625rem .875rem}.auth-page__input::placeholder{color:#c2bfce}.auth-page__input-wrapper--password input{padding-right:2.5rem}.auth-page__toggle-password{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.auth-page__toggle-password:hover{color:#0f2031}.auth-page__submit{width:100%;color:#fff;font-weight:600;border-radius:.625rem;padding:.875rem .75rem;font-size:1rem;transition:.3s all linear}.auth-page__submit:hover{background:#0f2031}.auth-page__submit:disabled{opacity:.65;cursor:not-allowed}.auth-page__error{display:block;font-size:.875rem;color:#f84649;font-weight:500}.auth-page__reset{font-size:1rem;color:#595569}.auth-page__reset a{color:#0d1b2a;font-weight:600}.auth-page__reset-text{text-decoration:underline}@media screen and (min-width:1024px){.auth-page{align-items:flex-start;margin-top:150px}}.btn{width:auto;color:#fff;font-weight:600;border:0;border-radius:.625rem;padding:.875rem .75rem;font-size:1rem;transition:.3s all linear;background-color:#0d1b2a!important}.btn:hover{background:#0f2031}.btn:disabled{opacity:.65;cursor:not-allowed}.btn--delete{background-color:#df1c41;color:#fff}.btn--full-width{width:100%}.btn--text{background-color:transparent!important;color:#0d1b2a;padding:0;border:0;cursor:pointer}.btn svg{color:#fff}.btn__outlined{border:1px solid #0D1B2A;color:#1e293b;background-color:transparent}.btn__outlined svg{color:#525866}.btn__outlined--delete{border:1px solid #df1c41;color:#df1c41}.btn__outlined--delete svg{color:#df1c41}.btn__outlined--disabled{border:1px solid #f6f8fa;color:#cdd0d5}.btn__outlined--disabled svg{color:#cdd0d5}.alert-modal{width:100%;max-width:500px;height:400px;background-color:#fff;border-radius:1.75rem;gap:1.5rem;position:relative;overflow:hidden}.alert-modal__shadow{position:absolute;top:0;left:0;width:100%;z-index:1}.alert-modal__shadow svg{position:absolute;border-radius:1.75rem;top:0;left:0;width:100%;height:293.3333333333px}.alert-modal__content{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;text-align:center;padding:1.25rem;position:relative;border-radius:1.75rem;z-index:2}.alert-modal__close{width:100%!important;display:flex;justify-content:flex-end;align-items:center}.alert-modal__content-container{flex:1;width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.25rem;padding:0 1.25rem 1.25rem;text-align:center}.alert-modal__icon{width:123px;height:123px}.alert-modal__content-container-text{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem;text-align:center}.alert-modal__title{width:100%;font-size:1.5rem;font-weight:600;color:#262225;text-wrap:nowrap;line-height:1.3}.alert-modal__description{font-size:1rem;font-weight:400;color:#35414e;margin:0;line-height:1.3;max-width:400px}.alert-modal__buttons{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.alert-modal__button{flex:1;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:.3s all linear;font-family:inherit;border:none;min-width:120px}.alert-modal__button--primary{background-color:#0d1b2a;color:#fff}.alert-modal__button--primary:hover{opacity:.9;transform:translateY(-1px)}.alert-modal__button--primary:active{transform:translateY(0)}.alert-modal__button--secondary{background-color:#fff;color:#0d1b2a;border:1px solid #CFD1D4}.alert-modal__button--secondary:hover{background-color:#f8fafc;border-color:#c2bfce}.alert-modal__button--secondary:active{transform:scale(.98)}@media screen and (min-width:480px){.alert-modal__icon{width:150px;height:150px}.alert-modal__title{font-size:1.875rem}}.action-alert{width:100%;display:flex;justify-content:center;align-items:center;max-width:480px}.action-alert__main-wrapper{width:100%;height:270px;min-height:100%;align-self:center;display:flex;align-items:flex-start;flex-direction:column;background-color:#fff;border-radius:12px;position:relative}.action-alert__main-wrapper::-webkit-scrollbar{display:none}.action-alert__title{width:100%;padding:1.2rem 1.5rem;background-color:#f6f8fa;border-bottom:1px solid #e2e4e9;color:#31353f;font-weight:500;font-size:1.1rem;border-radius:12px 12px 0 0;position:sticky;top:0;z-index:10}.action-alert__wrapper{width:100%;padding:0rem 2rem 1rem;display:flex;flex-direction:column;gap:3rem}.action-alert__desc{width:100%;font-weight:300;font-size:1rem;color:#525866;padding:0 1.5rem 1.5rem;overflow-y:auto;margin-top:1.2rem}.action-alert__desc::-webkit-scrollbar{display:none}.action-alert__btn-wrapper{width:100%;align-self:flex-end;display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding:1rem 1.5rem;position:absolute;bottom:0;background-color:#fff;border-radius:12px}.info-alert{width:100%;max-width:480px;display:flex;justify-content:center;align-items:center}.info-alert__main-wrapper{width:100%;align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#fff;border-radius:12px;padding:2rem 1.5rem}.info-alert__main-wrapper::-webkit-scrollbar{display:none}.info-alert__title{text-align:center;color:#0a0d14;font-weight:600}.info-alert__wrapper{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.75rem;margin:1.3rem 0 2rem}.info-alert__desc{width:100%;text-align:center;font-weight:300;font-size:1rem;color:#20232d}.info-alert__btn-wrapper{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.date-picker{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#fff;box-shadow:0 16px 40px -8px #585c5f29;border-radius:12px;position:relative;z-index:50}.date-picker__heading{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:2rem}.date-picker__heading-text{font-size:1.1rem;color:#0a0d14;font-weight:600}.date-picker__heading-text2{font-size:.9rem;color:#525866;font-weight:300}.date-picker__btn-wrapper{width:100%;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:1rem;margin-top:.5rem;padding:2rem}.date-picker__reset-btn{background-color:#f6f8fa!important;color:#525866!important}.date-picker__confirm-date{background-color:#2970ff;box-shadow:0 8px 20px 5px #375dfb14}.date-picker__wrapper{width:100%;padding:0 1rem;overflow-x:auto;white-space:wrap}.date-picker__wrapper::-webkit-scrollbar{display:none}.react-datepicker{position:relative;border:none;width:100%;flex-wrap:wrap;display:flex;justify-content:center;align-items:center;gap:1.8rem;min-height:360px;margin-top:2rem}.react-datepicker__header{width:100%;padding-left:10px;margin-bottom:1rem;background:transparent!important;border-bottom:none}.react-datepicker__current-month{text-align:center;margin-top:1rem;font-size:1rem!important;color:#0a0d14;font-weight:600!important}.react-datepicker__navigation--previous,.react-datepicker__navigation--next{z-index:10;display:flex!important;margin-top:.2rem}.react-datepicker__navigation-icon:before{border-color:#000;border-width:2px 2px 0 0;height:10px}.react-datepicker__day-names{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:1rem;align-self:flex-start}.react-datepicker__day-name{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.react-datepicker__day{width:30px;height:30px;line-height:28px;vertical-align:middle;text-align:center;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;letter-spacing:-.006em;font-weight:400;margin:.4rem}.react-datepicker__day:hover{width:30px;height:30px;border-radius:50%;background-color:#e2e4e9!important}.react-datepicker__day--today{border-bottom:2px solid #2970ff;background-color:transparent;border-radius:0}.react-datepicker__day--selected{border-radius:50%;background-color:#0a0d14!important;color:#fff!important}.react-datepicker__day--selected:hover{width:30px;height:30px;border-radius:50%!important;background-color:#e2e4e9!important}.react-datepicker__day--in-selecting-range{background-color:#e2e4e9!important;color:#000;border-radius:50%}.react-datepicker__day--selecting-range-start,.react-datepicker__day--selecting-range-end{background-color:#e2e4e9;color:#000;border-radius:50%}.react-datepicker__day--in-range{background:#e2e4e9;color:#000!important;border-radius:50%}.react-datepicker__day--range-start,.react-datepicker__day--range-end{border-radius:50%;background-color:#0a0d14!important;color:#fff!important}.react-datepicker__current-month{color:#0a0d14;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400}.react-datepicker__day--outside-month{color:#bdbdbd}.react-datepicker__year-select{color:#31353f;text-align:left;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:400}.react-datepicker__day--outside-month{font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;letter-spacing:-.006em;font-weight:400}.react-datepicker__day--range-end,.react-datepicker__day--in-range{color:#fff}@media screen and (min-width:800px){.date-picker{max-width:750px}.date-picker__wrapper{max-width:700px}}.empty-state{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.2rem}.empty-state p:first-of-type{font-weight:600;font-size:1.2rem;text-align:center}.empty-state p:last-of-type{max-width:300px;font-weight:300;font-size:1rem;color:#525866;text-align:center}.table{width:100%;min-height:100dvh;padding:1.5rem;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:1.5rem}.table__container{width:100%;background-color:#fff;border-radius:.75rem;border:1px solid #ECF2FA;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.25rem;padding:1.25rem}.table__table-header{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.table__title{font-size:1.25rem;font-weight:600;color:#1e293b;text-wrap:nowrap}.table__wrapper{white-space:wrap;overflow-x:auto;width:100%}.table__wrapper::-webkit-scrollbar{display:none}.table__table{width:100%;border-spacing:0}.table__thead{width:100%;background-color:#f9fafb}.table__thead-row{width:100%;background-color:#f8fafc}.table__cell{text-align:left;min-width:100px;font-weight:600;font-size:.875rem;color:#262225;white-space:nowrap;text-overflow:ellipsis;padding:.75rem 1.25rem;border-radius:2px 0 0 2px}.table__cell--sn{font-weight:400}.table__cell-body{font-size:1rem;font-weight:400;color:#262225;padding:1.375rem 1.25rem;border-bottom:.5px solid #CFD1D4}.table__tbody{width:100%}.table__row{border-bottom:1px solid #ECF2FA;transition:background-color .2s ease}.table__row:hover{background-color:#f8fafc}.table__row:last-child{border-bottom:none}.table__row--clickable{cursor:pointer}.table__empty-state{padding:10rem 0;text-align:center;color:#5e6771}.table__ellipsis-wrapper{display:flex;justify-content:flex-end;position:relative}.table__ellipsis-btn{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.table__row-menu{min-width:100px;position:absolute;right:0;top:40px;background-color:#fff;border-radius:.5rem;box-shadow:0 24px 56px -4px #585c5f29;margin-top:.25rem;z-index:10;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.table__row-menu-item{width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:400;text-align:left;color:#262225;cursor:pointer;background:none;border:none;transition:background-color .2s ease}.table__row-menu-item:hover{background-color:#f9fafb}.table__row-menu-item--highlighted{background-color:#ecf2fa}.table__row-menu-item--danger{color:#f54b4e}.table__row-menu-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.table__row-menu-item:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.table__tbody--skeleton .table__row:hover,.table__tbody--empty .table__row:hover{background-color:transparent}@media(min-width:768px){.table{padding:1.5rem 2.5rem}}.filter-drawer{width:100%;min-height:100vh;display:flex;justify-content:flex-end;z-index:1100}.filter-drawer__overlay{width:100%;max-width:600px;height:100vh;align-self:flex-end;background-color:#fff}.filter-drawer__content{width:100%;position:relative;display:flex;flex-direction:column;overflow-y:auto}.filter-drawer__content::-webkit-scrollbar{display:none}.filter-drawer__header{width:100%;padding:1.8rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;position:sticky;top:0;background-color:#fff;z-index:100;border-bottom:1px solid #f6f8fa}.filter-drawer__header h3{font-weight:500;color:#20232d}.filter-drawer__header svg{color:#000}.filter-drawer__body{width:100%;height:100vh;display:flex;flex-direction:column;gap:2rem;padding:1rem 2rem 25rem;position:relative;z-index:10;overflow-y:auto}.filter-drawer__body::-webkit-scrollbar{display:none}.filter-drawer__btn-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:1rem 2rem;border-top:1px solid #f6f8fa;position:sticky;bottom:0;background-color:#fff;z-index:80}.filter__header{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#0a0d14}.filter__options{display:flex;flex-direction:column;gap:1rem}.filter__option{font-size:.9rem;font-weight:300;display:flex;align-items:center;gap:.4rem;color:inherit}.filter__option--selected{font-weight:500}.filter__option input[type=radio]{appearance:none;width:16px;height:16px;margin:0;position:relative;border:1px solid #cdd0d5;border-radius:50%;background-color:#fff;box-shadow:0 16px 40px -8px #585c5f29;cursor:pointer}.filter__option input[type=radio]:after{content:"";display:block;width:9px;height:9px;border-radius:50%;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease-in-out}.filter__option input[type=radio]:checked{background-color:#375dfb;border-color:#253ea7;border:0}.filter__option input[type=radio]:checked:after{opacity:1}.filter__status-text{padding:.3rem 1rem;border-radius:30px;font-weight:400}.filter__status-text--green{background-color:#cbf5e5!important;color:#176448!important}.filter__status-text--red{background-color:#f8c9d2;color:#710e21}.filter__status-text--gray{background-color:#f6f8fa;color:#525866}.filter__custom{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;position:relative}.filter__input-wrapper{width:100%;display:flex;align-items:flex-start;flex-wrap:wrap;gap:1rem}.filter__label{color:inherit;font-size:.9rem;font-weight:500;display:flex;flex-direction:column}.filter__input{flex:1;padding:.5rem;border:1px solid #e2e4e9;border-radius:10px;cursor:pointer;font-size:.9rem;margin-top:.5rem}.filter__input::placeholder{color:#cdd0d5}.filter__picker-wrapper{margin-top:1rem;position:absolute;top:0;left:0}.filter__occupation{width:100%;display:flex;gap:3rem}.filter__section{width:40%}.filter__sub-cat-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}.filter__sub-cat{width:100%;padding:1rem;border:1px solid #e2e4e9;border-radius:10px}.filter__sub-cat h3{font-weight:400;font-size:.85em;margin-bottom:1.2rem}.filter__sub-cat span[class=filter__label-text]{width:calc(100% - 40px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.filter__discount-input{height:45px;flex-direction:row!important;justify-content:space-between;align-items:center;border:1px solid #e2e4e9;border-radius:8px}.filter__price-input{width:calc(100% - 100px)!important;padding:0 1rem}.filter__price-input span{color:#525866;margin-right:.2rem}.filter__price-input input{border:0;font-size:1rem;color:#000!important;width:calc(100% - 20px)!important;outline:none}.filter__price-input input:focus{outline:none}.filter__dropdown{position:relative;cursor:pointer}.filter__dropdown-toggle{display:flex;align-items:center;gap:8px;border-left:1px solid #e2e4e9;padding:.7rem;background:#fff;border-radius:0 8px 8px 0}.filter__dropdown-menu{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #ddd;border-radius:4px;width:100%;z-index:10;box-shadow:0 24px 56px -4px #585c5f29}.filter__dropdown-menu .filter__dropdown-item{display:flex;align-items:center;padding:6px 10px;gap:8px;cursor:pointer}.filter__dropdown-menu .filter__dropdown-item:hover{background-color:#f3f3f3}.filter__base-input{padding:.8rem 1rem;width:100%;border:1px solid #e2e4e9;border-radius:8px}.filter__base-input input{border:0;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;outline:none}.filter__base-input input:focus{outline:none}.filter__base-input input::placeholder{color:#868c98;font-size:.9rem}.filter__summary{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.8rem}.filter__active-filter-btn{border:1px solid #000000;color:#000}.filter__active-filter-btn svg{color:#000}.slider{margin-top:1rem;width:100%}.slider__labels{width:100%;display:flex;justify-content:space-between;align-items:center}.slider__labels p{font-size:.9rem}.slider__labels span{color:#868c98;margin-right:.3rem}.slider__label-top{margin-bottom:.5rem;color:#525866}.slider__label-top p:nth-child(2){width:70px;text-align:right}.slider__label-top p:nth-child(3){width:70px;text-align:center}.slider__label-bottom{margin-top:.5rem;color:#525866}.slider__label-bottom p{color:#000;border:1px solid #e2e4e9;border-radius:8px;padding:.6rem .5rem;text-align:center}.slider__label-bottom p:nth-child(3){text-align:center}.slider__range-wrapper{position:relative}.slider__start-dot{position:absolute;top:0;left:0;width:24px;height:24px;background:#7a5af8;border:6px solid #ffffff;border-radius:50%;box-shadow:0 40px 96px -8px #585c5f33;z-index:2}.slider__range{width:100%;appearance:none;height:8px;border-radius:10px;outline:none;position:relative}.slider__range::-webkit-slider-thumb{appearance:none;width:24px;height:24px;border-radius:50%;background:#7a5af8;border:6px solid white;cursor:pointer;position:relative;z-index:10;box-shadow:0 40px 96px -8px #585c5f33}.slider__range::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#7a5af8;cursor:pointer;border:none;position:relative;z-index:3}.slider__bottom-scale{display:flex;justify-content:space-between;font-size:.85rem;margin-top:.5rem;color:#9ca3af}.filter-summary{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.filter-summary__list-wrapper{width:calc(100% - 60px);display:flex;align-items:center;gap:.5rem;white-space:wrap;overflow:auto}.filter-summary__list-wrapper::-webkit-scrollbar{display:none}.filter-summary__chip{border:1px solid #e2e4e9;display:flex;justify-content:space-between;align-items:center;border-radius:30px;color:#525866;font-size:.8rem;padding:.2rem .7rem}.filter-summary__chip span{width:max-content!important}.filter-summary__chip svg{color:#868c98;width:10px;transform:translateY(1px)}.filter-summary__chip--more{font-size:.8rem;width:25px;height:25px;padding:0;border-radius:50%}.filter-summary__clear{text-decoration:underline}.table-pagination{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;white-space:wrap;padding:1.125rem 1rem;position:relative;overflow:visible}.table-pagination__summary{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem}.table-pagination__text{font-size:.875rem;font-weight:500;color:#1e293b}.table-pagination__select-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;display:inline-flex}.table-pagination__select-button{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .9375rem;border:1px solid #CFD1D4;border-radius:.375rem;background-color:#fff;color:#111827;font-size:.875rem;cursor:pointer;transition:all .2s ease;min-width:60px}.table-pagination__select-button:hover{border-color:#0d1b2a;background-color:#f9fafb}.table-pagination__select-button--open{border-color:#0d1b2a;box-shadow:0 0 0 3px #0d1b2a1a}.table-pagination__select-value{font-size:.875rem;font-weight:500;color:#262225}.table-pagination__dropdown-menu{position:absolute;left:0;background-color:#fff;border:1px solid #CFD1D4;border-radius:.5rem;box-shadow:0 24px 56px -4px #585c5f29;min-width:100%;z-index:100;overflow:hidden;display:flex;flex-direction:column;margin:0;padding:0}.table-pagination__dropdown-item{padding:.625rem .9375rem;font-size:.875rem;font-weight:400;color:#262225;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;width:100%}.table-pagination__dropdown-item:hover{background-color:#f9fafb}.table-pagination__dropdown-item--active{background-color:#f9fafb;font-weight:500;color:#0d1b2a}.table-pagination__dropdown-item:first-child{border-radius:.5rem .5rem 0 0}.table-pagination__dropdown-item:last-child{border-radius:0 0 .5rem .5rem}.table-pagination__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.table-pagination__page,.table-pagination__nav{width:2rem;height:2rem;border:1px solid #ECF2FA;border-radius:.5rem;display:flex;justify-content:center;align-items:center;background-color:base-white;color:#5e6771;font-size:.875rem;cursor:pointer;font-weight:500}.table-pagination__page:hover,.table-pagination__nav:hover{background-color:#f8fafc}.table-pagination__nav{border:none;background-color:#f8fafc}.table-pagination__nav--disabled{cursor:not-allowed;opacity:.5}.table-pagination__page--active{background-color:#f8fafc;border:1px solid #0D1B2A;color:#0d1b2a}.table-pagination__ellipsis{font-size:.875rem;color:#6b7280;padding:0 .25rem}.table-pagination__icon{width:1rem;height:1rem;color:#4b5563}.sort-dropdown{position:relative;display:inline-block}.sort-dropdown__trigger{display:flex;align-items:center;gap:.5rem;padding:8px 12px;border:1px solid #ccc;border-radius:6px;background:#fff;font-weight:500;cursor:pointer;transition:background .2s ease}.sort-dropdown__dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:10;background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 4px 14px #0000001a;width:260px;padding:1rem}.sort-dropdown__item{border-radius:4px;padding:10px 16px;font-size:.9rem;cursor:pointer;transition:background .2s ease}.sort-dropdown__item:hover{background:#f5f5f5}.sort-dropdown__item--active{background:#e2e4e9}.select-dropdown{position:relative;display:inline-flex}.select-dropdown__button{border:0;border-radius:1.25rem;padding:.5rem .875rem;color:#423f4f;font-weight:500;font-size:.875rem;background-color:#f4f4f4;display:flex;justify-content:space-between;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.select-dropdown__button:hover{background-color:#e7e5ec}.select-dropdown__button--open .select-dropdown__arrow{transform:rotate(180deg)}.select-dropdown__label{font-size:.875rem;font-weight:500;color:#262225;text-wrap:nowrap;margin:0}.select-dropdown__arrow{margin-top:.25rem;transition:transform .2s ease;display:flex;align-items:center}.select-dropdown__menu{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border:1px solid #ECF2FA;border-radius:.75rem;box-shadow:0 24px 56px -4px #585c5f29;min-width:124px;z-index:9000;overflow:hidden}.select-dropdown__item{width:100%;padding:.75rem 1.125rem;text-align:left;background-color:transparent;border:none;color:#1e293b;font-weight:400;font-size:.875rem;text-wrap:nowrap;transition:background-color .2s ease}.select-dropdown__item:hover{background-color:#f4f4f4}.select-dropdown__item--active{background-color:#ecf2fa;color:#1e293b;font-weight:500}.select-dropdown__item--danger{color:#f9585b}.select-dropdown__item--danger:hover{background-color:#ffedee}.select-dropdown__item--danger.select-dropdown__item--active{background-color:#ffedee;color:#f9585b}.select-dropdown__item--highlighted{color:#0d1b2a;font-weight:600}.select-dropdown__item:first-child{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.select-dropdown__item:last-child{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.toast{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}.toast__wrapper{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.toast__desc{color:#1e293b;font-size:1rem;font-weight:500}.toast__icon svg{width:2.5rem;height:2.5rem}.toast__btn{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.go-back-btn{width:108px;align-self:flex-start;display:flex;justify-content:center;align-items:center;background:#fff;padding:.75rem .625rem;border-radius:.5rem;transition:.3s all linear;color:#1e293b;font-size:.875rem;font-weight:600;border:.5px solid #CFD1D4}.go-back-btn:hover{background:#f4f4f4}.input{width:100%;display:flex;flex-direction:column;gap:.25rem}.input__label{font-size:1rem;font-weight:600;color:#262225}.input__wrapper{position:relative;display:flex;align-items:center;width:100%}.input__wrapper--start-icon .input__wrapper__input{padding-left:calc(1.5rem + 20px)}.input__wrapper--end-icon .input__wrapper__input{padding-right:calc(1.5rem + 20px)}.input__icon{position:absolute;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;pointer-events:none}.input__icon--start{left:.875rem}.input__icon--end{right:.875rem}.input__input,.input__textarea{width:100%;padding:.625rem .875rem;border:1px solid #E7E5EC;border-radius:.625rem;font-size:.875rem;color:#c2bfce;background-color:#fff;font-family:inherit;transition:.3s all linear}.input__input:focus,.input__textarea:focus{outline:none;border-color:#0d1b2a;box-shadow:0 0 0 3px #0d1b2a1a}.input__input::placeholder,.input__textarea::placeholder{color:#c2bfce}.input__input--modified,.input__textarea--modified{color:#1e293b}.input__input--error,.input__textarea--error{border-color:#f84649}.input__input--error:focus,.input__textarea--error:focus{border-color:#f84649;box-shadow:0 0 0 3px #f9585b1a}.input__input--start,.input__textarea--start{padding-left:2.5rem}.input__input--end,.input__textarea--end{padding-right:2.5rem}.input__textarea{resize:vertical;min-height:100px}.input__error{font-size:.75rem;color:#f84649;margin-top:.25rem}.details-page{width:100%;padding:1.5rem}.details-page__container{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem}.details-page__content{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.5rem}.details-page__content-main{width:100%;background-color:#fff;border:1px solid #ECF2FA;border-radius:.625rem;padding:2.5rem 1.5rem}.details-page__divider{width:100%;height:8px;border-radius:2px;background-color:#f8fafc;border:none}.details-page__tabs{display:flex;gap:.75rem;width:100%}.details-page__tab{padding:.75rem 1.5rem;border-radius:.625rem;font-size:.875rem;font-weight:500;border:none;background-color:#ecf2fa;color:#1e293b;cursor:pointer;transition:all .2s ease;font-family:inherit}.details-page__tab:hover{background-color:#e7e5ec}.details-page__tab--active{background-color:#0d1b2a;color:#fff}.details-page__tab--active:hover{background-color:#1e293b}@media(min-width:640px){.details-page{padding:2rem 2.5rem}.details-page__content-main{padding:2.5rem}}.dashboard-layout{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:100dvh;background-color:#f8fafc;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b;margin-left:0}.dashboard-layout__body{width:100%;display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc;transition:.3s all linear}.dashboard-layout__main{flex:1;background-color:#f8fafc}@media(min-width:1024px){.dashboard-layout__body--visible{width:calc(100% - 270px);margin-left:270px}.dashboard-layout__body--hidden{width:100%;margin-left:0}}.dashboard-sidebar{width:min(85vw,270px);background-color:#0d1b2a;color:#0d1b2a;position:fixed;left:0;top:0;height:100vh;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease;z-index:90;border-right:1px solid #CFD1D4}.dashboard-sidebar--open{transform:translate(0)}.dashboard-sidebar--hidden{transform:translate(-100%)}.dashboard-sidebar--open.dashboard-sidebar--hidden{transform:translate(0)}.dashboard-sidebar__brand{width:100%;height:70px;display:flex;justify-content:center;align-items:center;background-color:#f8fafc}.dashboard-sidebar__logo{width:100%;display:flex;justify-content:center;align-items:center}.dashboard-sidebar__logo span{font-weight:600;font-size:1.25rem}.dashboard-sidebar__nav{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:2rem 1.125rem 2rem 2rem;gap:1.25rem}.dashboard-sidebar__link{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:.75rem;color:#cfd1d4;font-weight:500;text-decoration:none;transition:.3s all linear}.dashboard-sidebar__link:hover{background-color:#ffffff14;color:#f8fafc}.dashboard-sidebar__link--active{background-color:#fff;color:#1e293b}.dashboard-sidebar__icon{display:inline-flex;width:20px}.dashboard-sidebar__scrim{position:fixed;inset:0;background:#0f20318c;border:none;cursor:pointer;z-index:40}.dashboard-sidebar__control{width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:#fff;box-shadow:-4px 4px 16px #00000014;position:fixed;top:60%;left:0;transform:translateY(-50%);cursor:pointer;padding:0;z-index:100;display:flex;align-items:center;justify-content:center;transition:left .3s ease,transform .3s ease}.dashboard-sidebar__control:hover{transform:translateY(-50%) scale(1.1)}.dashboard-sidebar__control--hidden{left:-20px;right:auto}.dashboard-sidebar__control--mobile-open{left:calc(min(85vw,270px) - 20px)}@media(min-width:1024px){.dashboard-sidebar{width:min(85vw,270px);transform:translate(0);z-index:auto}.dashboard-sidebar--hidden{transform:translate(-100%)}.dashboard-sidebar--open.dashboard-sidebar--hidden{transform:translate(0)}.dashboard-sidebar__control{left:250px;right:auto}.dashboard-sidebar__control--hidden{left:0}.dashboard-sidebar__control--mobile-open{left:220px}}.dashboard-header{width:100%;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #CFD1D4;background-color:#f8fafc;position:sticky;top:0;z-index:60}.dashboard-header__wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:1rem;gap:1rem}.dashboard-header__left{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:1rem}.dashboard-header__title{font-size:1.5rem;margin:0;font-weight:600}.dashboard-header__right{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.dashboard-header__notification-wrapper{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.dashboard-header__notification{display:flex;align-items:center;gap:.25rem;position:relative;cursor:pointer;border:0;background-color:transparent}.dashboard-header__notification p{color:#5e6771;font-size:1rem}.dashboard-header__notification-count{background-color:#f54b4e;width:22px;height:22px;border-radius:50%;display:flex;justify-content:center;align-items:center}.dashboard-header__notification-count span{color:#fff;font-size:.75rem;font-weight:500;line-height:1}.dashboard-header__notification-count--skeleton{background-color:#e7e5ec;width:22px;height:22px;border-radius:50%}.dashboard-header__user{display:flex;justify-content:space-between;align-items:center;gap:.75rem;position:relative}.dashboard-header__avatar{width:40px;height:40px;border-radius:50%;background-color:#0d1b2a;display:flex;justify-content:center;align-items:center;color:#f8fafc;font-weight:600}.dashboard-header__avatar--skeleton{display:block;background-color:transparent}.dashboard-header__user-info{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;line-height:1.2;gap:.25rem}.dashboard-header__user-info strong{font-size:1rem;font-weight:600}.dashboard-header__user-info span{font-size:.875rem;color:#868d94}.dashboard-header__dropdown-toggle{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#5e6771;transition:.3s all linear}.dashboard-header__dropdown-toggle:hover{color:#1e293b}.dashboard-header__dropdown{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border-radius:.5rem;box-shadow:0 .5rem 1rem #0000001a;min-width:180px;overflow:hidden;z-index:100;display:flex;flex-direction:column}.dashboard-header__dropdown-item{width:100%;padding:.875rem;border:none;background:none;cursor:pointer;text-align:left;font-size:.875rem;font-weight:500;transition:.3s all linear}.dashboard-header__dropdown-item--profile{background-color:#ecf2fa;color:#262225}.dashboard-header__dropdown-item--logout{background-color:#fff;color:#5e6771;font-weight:400}.dashboard-header__dropdown-item:hover{opacity:.8}.dashboard-header__dropdown-divider{border:0;height:.5px;background-color:#cfd1d4;margin:0;padding:0}@media(min-width:768px){.dashboard-header__wrapper{flex-direction:row;padding:.9375rem 2.5rem}.dashboard-header__right{flex:1;flex-wrap:nowrap;width:auto;gap:2rem}}.notifications-modal{width:100%;justify-content:flex-end;align-items:flex-start}.notifications-modal__wrapper{width:100%;max-width:460px;height:100%;max-height:760px;background-color:#fefefe;border-radius:1.25rem;padding:1.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem;overflow-y:auto}.notifications-modal__wrapper::-webkit-scrollbar{display:none}.notifications-modal__header{width:100%;display:flex;justify-content:space-between;align-items:center}.notifications-modal__title{font-size:1.5rem;font-weight:600;color:#262225}.notifications-modal__close{background:none;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.notifications-modal__content{width:100%;flex:1;overflow-y:auto}.notifications-modal__content::-webkit-scrollbar{display:none}.notifications-modal__empty{display:flex;justify-content:center;align-items:center}.notifications-modal__empty p{font-size:1rem}.notifications-modal__list{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.notifications-modal__item{width:100%}.notifications-modal__item-content{width:100%;display:flex;flex-direction:column;gap:.5rem}.notifications-modal__item-header{width:100%;display:flex;justify-content:space-between;align-items:center}.notifications-modal__item-title{font-size:.875rem;font-weight:600;color:#1e293b}.notifications-modal__item-title--read{color:#5e6771}.notifications-modal__item-time{font-size:.875rem;color:#5e6771}.notifications-modal__item-time--read{color:#868d94}.notifications-modal__item-description{font-size:.875rem;color:#5e6771;line-height:1.5}.notifications-modal__item-description--read{color:#6a747c}.notifications-modal hr{border:.2px solid #CFD1D4;height:.5px}.stat-card{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.75rem}.stat-card__group{width:100%;background-color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.25rem;border-radius:.75rem;border:.5px solid #ECF2FA}.stat-card__group--right{max-width:330px;display:none}.stat-card__item{width:100%;display:flex;flex-direction:column;gap:.5625rem}.stat-card__label{font-size:.875rem;font-weight:500;text-wrap:nowrap}.stat-card__value{font-size:2.5rem;font-weight:600;line-height:1}.stat-card__skeleton{line-height:1}.stat-card__separator{display:none}@media screen and (min-width:640px){.stat-card__group{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.stat-card__item{width:43%}}@media screen and (min-width:1260px){.stat-card{gap:1.5rem}.stat-card__group{flex:1;justify-content:space-between;padding:1.5rem 2.5rem}.stat-card__group--right{flex:1;display:flex}.stat-card__item{width:auto}.stat-card__item--last{display:none}.stat-card__separator{display:flex;height:58px;border:.5px solid #ECF2FA}}.chart{width:100%;border-radius:.625rem;border:1px solid #ECF2FA;padding:1rem 1.5rem;background-color:#fff;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1.5rem}.chart__header{width:100%;font-size:1.25rem;font-weight:600;padding:.5rem 0}.chart__wrapper{position:relative;width:100%;height:250px}.chart__tooltip{background-color:transparent;border:none;padding:0;box-shadow:none;display:flex;flex-direction:column;align-items:center;position:relative}.chart__tooltip-content{background-color:#fff;border-radius:.625rem;padding:1rem;box-shadow:0 40px 96px -8px #585c5f4d;display:flex;justify-content:space-between;align-items:center;flex-direction:column;font-size:.875rem;color:#0d1b2a;white-space:nowrap}.chart__tooltip-content small{color:#525866}.chart__tooltip-content--barchart{flex-direction:row;gap:.5rem}.chart__tooltip__image{width:40px;height:60px}.chart__tooltip-text{display:flex;flex-direction:column;flex:1}.chart__tooltip-text h4{margin:0;font-size:.875rem;font-weight:500;color:#262225}.chart__tooltip-text p{margin:0;font-size:.75rem;color:#5e6771}.chart__tooltip-sales{font-size:.875rem;font-weight:600;color:#262225;margin-top:.25rem}.chart__tooltip-pointer{width:25px;height:20px;background-color:#fff;border-radius:.5rem;transform:rotate(45deg);margin-top:-15px}.line-chart__header-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center}.line-chart__period-dropdown-wrapper{position:relative}.bar-chart__header-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center}.bar-chart__days-dropdown-wrapper{position:relative}.bar-chart__days-dropdown{border:0;border-radius:1.25rem;padding:.5rem 1.125rem;color:#423f4f;font-weight:500;font-size:.875rem;background-color:#f4f4f4;display:flex;justify-content:space-between;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease}.bar-chart__days-dropdown:hover{background-color:#e7e5ec}.bar-chart__days-dropdown span{margin-top:.25rem;transition:transform .2s ease}.bar-chart__days-dropdown--open span{transform:rotate(180deg)}.bar-chart__days-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border:1px solid #ECF2FA;border-radius:.75rem;box-shadow:0 24px 56px -4px #585c5f29;min-width:150px;z-index:1000;overflow:hidden}.bar-chart__days-dropdown-item{width:100%;padding:.75rem 1.125rem;text-align:left;background-color:transparent;border:none;color:#423f4f;font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.bar-chart__days-dropdown-item:hover{background-color:#f4f4f4}.bar-chart__days-dropdown-item--active{background-color:#f4f4f4;color:#0d1b2a;font-weight:600}.bar-chart__days-dropdown-item:first-child{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.bar-chart__days-dropdown-item:last-child{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.bar-chart__days-dropdown-label{font-size:.875rem;font-weight:500;color:#262225;text-wrap:nowrap}.bar-chart__empty-message{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#5e6771;pointer-events:none;text-align:center;padding:0 1rem}.recent-activity-table{width:100%}.recent-activity-table__table{width:100%;overflow-x:auto;white-space:nowrap}.recent-activity-table__table table{width:100%;border-spacing:0}.recent-activity-table__table thead{background-color:#f8fafc}.recent-activity-table__table th{text-align:left;font-size:.875rem;color:#262225;font-weight:600;padding:.75rem 1.25rem;border-bottom:.5px solid #CFD1D4}.recent-activity-table__table tr th:first-child{border-radius:.625rem 0 0 .625rem}.recent-activity-table__table tr th:last-child{border-radius:0 .625rem .625rem 0}.recent-activity-table__table td{padding:1rem 1.25rem;border-bottom:.5px solid #ECF2FA;font-size:1rem;color:#262225}.recent-activity-table__table th,.recent-activity-table__table td{min-width:160px}.recent-activity-table__status{max-width:120px;padding:.5rem;border-radius:1.5625rem;font-size:.75rem;font-weight:500;text-transform:capitalize;display:flex;justify-content:center;align-items:center}.recent-activity-table__status--completed{background-color:#d3f8df;color:#16b364}.recent-activity-table__status--pending{background-color:#fffaeb;color:#dc6803}.dashboard-home{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.5rem;padding:2.5rem 1rem}.dashboard-home__charts{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.dashboard-home__charts--left,.dashboard-home__charts--right{width:100%;display:flex;justify-content:center;align-items:center}@media screen and (min-width:1200px){.dashboard-home{padding:2.5rem}.dashboard-home__charts{flex-direction:row;flex-wrap:nowrap}}.profile-section{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.25rem}.profile-section__avatar-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.75rem}.profile-section__avatar-container{position:relative;display:inline-block;background:none;border:none;padding:0;cursor:pointer;transition:.3s all linear}.profile-section__avatar-container:hover:not(:disabled){opacity:.8}.profile-section__avatar-container:disabled{opacity:.6;cursor:not-allowed}.profile-section__avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;display:block}.profile-section__avatar img{border-radius:50%}.profile-section__file-input{display:none}.profile-section__change-image-btn{padding:.625rem 1rem;background-color:#fff;border:.5px solid #CFD1D4;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#0d1b2a;cursor:pointer;transition:.3s all linear;font-family:inherit}.profile-section__change-image-btn:hover:not(:disabled){background-color:#f4f4f4;border-color:#c2bfce}.profile-section__change-image-btn:disabled{opacity:.6;cursor:not-allowed}.profile-section__upload-overlay{position:absolute;inset:0;background-color:#00000080;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:10}.profile-section__spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.user-information-section{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem}.user-information-section--skeleton{align-items:flex-start}.user-information-section__title{width:100%;font-size:1.25rem;font-weight:600;color:#262225;align-self:flex-start}.user-information-section__info-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(1fr,1fr));gap:2.5rem}.user-information-section__info-item{display:flex;flex-direction:column;gap:.75rem}.user-information-section__info-item--full{grid-column:1/-1}.user-information-section__label{font-size:.75rem;font-weight:500;color:#868d94}.user-information-section__value{width:100%;font-size:1rem;color:#262225}@media(min-width:500px){.user-information-section__info-grid{grid-template-columns:repeat(2,1fr)}.user-information-section__info-grid--coach{grid-template-columns:repeat(1,1fr)}}@media(min-width:768px){.user-information-section__info-grid{grid-template-columns:repeat(3,1fr)}.user-information-section__info-grid--coach{grid-template-columns:repeat(2,1fr)}}@media(min-width:1330px){.user-information-section__info-grid{grid-template-columns:repeat(4,1fr)}.user-information-section__info-grid--coach{grid-template-columns:repeat(3,1fr)}}.profile-action-buttons{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.profile-action-buttons--own-profile{align-self:flex-end;width:auto}.profile-action-buttons--other-profile{align-self:flex-start;justify-content:space-between;flex-wrap:wrap;width:100%}.profile-action-buttons__right-actions{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:1rem}.profile-action-buttons__edit-btn{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#ecf2fa;border-radius:.625rem;font-size:1rem;font-weight:600;color:#0d1b2a;border:none;cursor:pointer;transition:.3s all linear;font-family:inherit}.profile-action-buttons__edit-btn:hover{background-color:#d1e0ff}.profile-action-buttons__edit-btn span{display:flex;align-items:center}.profile-action-buttons__delete-btn{padding:.875rem 1.5rem;background-color:#fff;border:1px solid #FD6867;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#fb3748}.profile-action-buttons__delete-btn:hover{background-color:#ffedee}.profile-action-buttons__deactivate-link{background:none;border:none;padding:0;font-size:.875rem;font-weight:600;color:#3f454a;text-decoration:underline}.profile-action-buttons__deactivate-link:hover{color:#1e293b}.profile-action-buttons__reset-password-btn{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background-color:#ecf2fa;border:none;border-radius:.625rem;font-size:.875rem;font-weight:600;color:#1e293b}.profile-action-buttons__reset-password-btn:hover{background-color:#e7e5ec}.profile-action-buttons__reset-password-btn span{display:flex;align-items:center}.user-profile-tab{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem}.edit-profile-modal{width:100%;justify-content:flex-end;align-items:flex-start}.edit-profile-modal__wrapper{width:100%;max-width:460px;background-color:#fefefe;border-radius:1.25rem;padding:1.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem;overflow-y:auto}.edit-profile-modal::-webkit-scrollbar{display:none}.edit-profile-modal__header{width:100%;display:flex;justify-content:space-between;align-items:center}.edit-profile-modal__title{font-size:1.5rem;font-weight:600;color:#262225}.edit-profile-modal__close{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:.3s all linear}.edit-profile-modal__form{flex:1;width:100%;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.edit-profile-modal__form::-webkit-scrollbar{display:none}.edit-profile-modal__fields{width:100%;display:flex;flex-direction:column;gap:1.25rem}.edit-profile-modal__field{width:100%;display:flex;flex-direction:column;gap:.5rem}.edit-profile-modal__field-group{width:100%;display:grid;grid-template-columns:1fr;gap:1.25rem}.edit-profile-modal__label{font-size:1rem;font-weight:600;color:#262225}.edit-profile-modal__input{width:100%;padding:.75rem 1rem;border:1px solid #E7E5EC;border-radius:.5rem;font-size:1rem;font-weight:400;color:#c2bfce;background-color:#fff;font-family:inherit;transition:.3s all linear}.edit-profile-modal__input:focus{outline:none;border-color:#0d1b2a;box-shadow:0 0 0 3px #0d1b2a1a}.edit-profile-modal__input::placeholder{color:#c2bfce}.edit-profile-modal__input--modified{color:#1e293b}.edit-profile-modal__input--select{line-height:1;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%233D3D3D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding:.625rem 2.25rem .625rem .875rem}.edit-profile-modal__submit-btn{width:100%;padding:.875rem .75rem;background-color:#0d1b2a;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;font-family:Degular,Gellix,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.edit-profile-modal__submit-btn:hover{background-color:#0f2031}.edit-profile-modal__submit-btn:active{transform:scale(.98)}@media(min-width:450px){.edit-profile-modal__field-group{grid-template-columns:1fr 1fr;gap:.5rem}}.deactivate-user-modal{width:100%}.deactivate-user-modal__wrapper{width:100%;max-width:500px;background-color:#fff;border-radius:1.25rem;padding:1.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.deactivate-user-modal__header{width:100%;display:flex;justify-content:space-between;align-items:center}.deactivate-user-modal__title{font-size:1.5rem;font-weight:600;color:#1e293b}.deactivate-user-modal__close{display:flex;justify-content:center;align-items:center}.deactivate-user-modal__content{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.75rem}.deactivate-user-modal__description{font-size:1rem;color:#35414e;line-height:1.5}.deactivate-user-modal__buttons{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.deactivate-user-modal__button{flex:1;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:600}.deactivate-user-modal__button--primary{background-color:#0d1b2a;color:#fff}.deactivate-user-modal__button--primary:hover{opacity:.9}.deactivate-user-modal__button--secondary{background-color:#fff;color:#262225;border:1px solid #CFD1D4}.deactivate-user-modal__button--secondary:hover{background-color:#f8fafc;border-color:#aeb3b8}.update-profile-modal{width:100%;justify-content:flex-end;align-items:flex-start}.update-profile-modal__wrapper{width:100%;max-width:500px;background-color:#fefefe;border-radius:1.25rem;padding:2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.4375rem;max-height:500px}.update-profile-modal::-webkit-scrollbar{display:none}.update-profile-modal__header-container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.75rem}.update-profile-modal__header{width:100%;display:flex;justify-content:space-between;align-items:center}.update-profile-modal__title{font-size:1.5rem;font-weight:600;color:#262225}.update-profile-modal__close{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:.3s all linear}.update-profile-modal__close:hover{background-color:#e7e5ec}.update-profile-modal__instruction{font-size:.875rem;color:#35414e}.update-profile-modal__content{width:100%;display:flex;flex-direction:column;gap:1.4375rem}.update-profile-modal__avatars-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.75rem;width:100%}.update-profile-modal__avatar-item{position:relative;background:none;border:none;padding:0;cursor:pointer;border-radius:50%;overflow:visible;transition:.3s all linear}.update-profile-modal__avatar-item:hover{transform:scale(1.02)}.update-profile-modal__avatar-item--selected .update-profile-modal__avatar-image{border:1.5px solid #1E293B;padding:4px}.update-profile-modal__avatar-image{width:50px;height:50px;aspect-ratio:1;border-radius:50%;object-fit:cover;border:1.5px solid transparent;transition:.3s all linear}.update-profile-modal__avatar-image img{border-radius:50%;width:100%;height:100%;object-fit:cover}.update-profile-modal__upload-area{position:relative;width:100%;border:1px dashed #E7E5EC;border-radius:.625rem;background-color:#f8fafc;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.625rem;padding:2rem 1.5rem;cursor:pointer;transition:.3s all linear}.update-profile-modal__upload-area:hover{border-color:#0d1b2a}.update-profile-modal__upload-area--dragging{border-color:#0d1b2a;border-style:solid}.update-profile-modal__upload-area--has-file{border-color:#0d1b2a;border-style:solid;background-color:#0d1b2a05}.update-profile-modal__file-input{display:none}.update-profile-modal__upload-text{font-size:1rem;font-weight:500;color:#262225;margin:0;text-align:center}.update-profile-modal__upload-hint{font-size:.875rem;color:#868d94;margin:0;text-align:center}.update-profile-modal__actions{width:100%;display:flex;gap:.75rem;justify-content:flex-end}.update-profile-modal__btn{width:48%;padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:.3s all linear;font-family:inherit}.update-profile-modal__cancel-btn{background-color:transparent;border:1px solid #CFD1D4;color:#262225}.update-profile-modal__cancel-btn:hover{background-color:#e7e5ec;border-color:#aeb3b8}.update-profile-modal__cancel-btn:active{transform:scale(.98)}.update-profile-modal__save-btn{background-color:#0d1b2a;border:none;color:#fff}.update-profile-modal__save-btn:hover:not(:disabled){background-color:#0f2031}.update-profile-modal__save-btn:disabled{opacity:.6;cursor:not-allowed}.reset-password-modal{width:100%}.reset-password-modal__wrapper{width:100%;max-width:500px;background-color:#fff;border-radius:1.25rem;padding:1.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.reset-password-modal__header{width:100%;display:flex;justify-content:space-between;align-items:center}.reset-password-modal__title{font-size:1.5rem;font-weight:600;color:#1e293b}.reset-password-modal__close{display:flex;justify-content:center;align-items:center}.reset-password-modal__content{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.75rem}.reset-password-modal__description{font-size:1rem;color:#35414e;line-height:1.5}.reset-password-modal__form{width:100%;display:flex;flex-direction:column;gap:1rem}.reset-password-modal__input-container{width:100%}.reset-password-modal__buttons{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.reset-password-modal__button{flex:1;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.reset-password-modal__button:disabled{opacity:.6;cursor:not-allowed}.reset-password-modal__button--primary{background-color:#0d1b2a;color:#fff}.reset-password-modal__button--primary:hover:not(:disabled){opacity:.9}.reset-password-modal__button--secondary{background-color:#fff;color:#262225;border:1px solid #CFD1D4}.reset-password-modal__button--secondary:hover:not(:disabled){background-color:#f8fafc;border-color:#aeb3b8}.user-stats-summary{width:100%;display:flex;flex-direction:column;gap:1.5rem}.user-stats-summary__filter{display:flex;justify-content:flex-end;align-items:flex-start}.user-stats-summary__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.user-stats-summary__card{background-color:#fff;border:.5px solid #ECF2FA;border-radius:.75rem;padding:2.5rem 1.5rem;display:flex;flex-direction:column;gap:.625rem}.user-stats-summary__card-title{font-size:.875rem;font-weight:500;color:#1e293b}.user-stats-summary__card-content{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.user-stats-summary__card-value{font-size:2.5rem;font-weight:600;color:#1e293b}.user-stats-summary__trend{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.user-stats-summary__trend--positive{color:#1ab61a}.user-stats-summary__trend--negative{color:#f9585b}.user-stats-summary__trend--zero{color:#1ab61a}.user-stats-summary__trend-value{font-size:.875rem;font-weight:500}.user-stats-summary__skeleton-title,.user-stats-summary__skeleton-value{line-height:1}.purchase-history-tab{width:100%}.purchase-history-tab__table{padding:0!important;border:1px solid red}.purchase-history-tab__status{padding:.375rem .75rem;border-radius:1.25rem;font-size:.75rem;font-weight:500;display:inline-block}.purchase-history-tab__status--completed{background-color:#d3f8df;color:#16b364}.purchase-history-tab__status--failed{background-color:#ffedee;color:#f9585b}.purchase-history-tab__status--pending{background-color:#f4f4f4;color:#423f4f}.user-mgt-main{width:100%}.user-mgt-main__header-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.user-mgt-main__search-input-container{max-width:400px}.user-mgt-main__filter-wrapper{display:flex;align-items:center}.user-mgt-main__filter-select{padding:.625rem .75rem;background-color:#fff;border:1px solid #CFD1D4;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#262225;cursor:pointer;transition:.3s all linear;font-family:inherit;outline:none}.user-mgt-main__filter-select:hover{border-color:#aeb3b8;background-color:#f8fafc}.user-mgt-main__filter-select:focus{border-color:#0d1b2a;box-shadow:0 0 0 3px #0d1b2a1a}.user-mgt-main__name-cell{display:flex;align-items:center;gap:.75rem}.user-mgt-main__avatar-button{background:none;border:none;padding:0;cursor:pointer;border-radius:50%;transition:.3s all linear;flex-shrink:0}.user-mgt-main__avatar-button:hover{transform:scale(1.1);opacity:.9}.user-mgt-main__avatar-button:active{transform:scale(1.05)}.user-mgt-main__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-mgt-main__avatar img{border-radius:50%;width:100%;height:100%;object-fit:cover}.user-mgt-main__status{padding:.375rem .75rem;border-radius:1.25rem;font-size:.75rem;font-weight:500;display:inline-block}.user-mgt-main__status--active{background-color:#d3f8df;color:#16b364}.user-mgt-main__status--inactive,.user-mgt-main__status--deactivated{background-color:#ffedee;color:#f9585b}@media screen and (min-width:640px){.user-mgt-main__header-wrapper{width:auto;flex:1;justify-content:flex-end}}.book-details-header{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:1.5rem}.book-details-header__info-section{align-self:flex-start;max-width:430px;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.book-details-header__author{font-size:1rem;font-weight:500;color:#1e293b}.book-details-header__title{font-size:2rem;font-weight:600;color:#1e293b;line-height:1.3}.book-details-header__metrics{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.book-details-header__metric-item{display:flex;align-items:center;gap:.25rem}.book-details-header__metric-value{font-size:.875rem;color:#35414e}.book-details-header__metric-separator,.book-details-header__metric-label{font-size:.875rem;font-weight:400;color:#868d94}.book-details-header__price{font-size:1.125rem;color:#262225}@media screen and (min-width:650px){.book-details-header{flex-wrap:nowrap}}@media screen and (min-width:768px){.book-details-header{flex-direction:row}.book-details-header__info-section{transform:translateY(20%)}}.file-card{display:flex;align-items:center;gap:1rem;padding:.5rem;border:1px solid #ECF2FA;border-radius:.625rem;background-color:#f8fafc;width:fit-content;align-self:flex-start}.file-card__file-image{width:43px;height:43px;border-radius:.375rem;overflow:hidden}.file-card__file-image img{border-radius:.375rem}.file-card__file-name{font-size:1rem;font-weight:500;color:#35414e}.book-action-buttons{width:100%;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.book-action-buttons__action-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border:none;border-radius:.625rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:.3s all linear}.book-action-buttons__action-btn:hover{opacity:.9}.book-action-buttons__action-btn:active{transform:scale(.98)}.book-action-buttons__action-btn--delete{background-color:#ffedee;color:#f84649}.book-action-buttons__action-btn--hide{background-color:#fff;color:#1e293b;border:1px solid #CFD1D4}.book-action-buttons__action-btn--edit{background-color:#0d1b2a;color:#fff}.upload-book-form{width:100%;display:flex;flex-direction:column;gap:1.5rem;background-color:#fff}.upload-book-form__header{width:100%;display:flex;flex-direction:column;gap:.5rem}.upload-book-form__title{font-size:1.5rem;font-weight:600;color:#1e293b}.upload-book-form__subtitle{font-size:.875rem;font-weight:400;color:#1e293b}.upload-book-form__fields{width:100%;display:flex;flex-direction:column;gap:1.25rem}.upload-book-form__field{width:100%;display:flex;flex-direction:column;gap:.25rem}.upload-book-form__label{font-size:1rem;font-weight:600;color:#262225}.upload-book-form__input,.upload-book-form__textarea{width:100%;padding:.625rem .875rem;border:1px solid #E7E5EC;border-radius:.625rem;font-size:.875rem;color:#262225;background-color:#fff;transition:.3s all linear}.upload-book-form__input:focus,.upload-book-form__textarea:focus{outline:none;border-color:#0d1b2a;box-shadow:0 0 0 3px #0d1b2a1a}.upload-book-form__input::placeholder,.upload-book-form__textarea::placeholder{color:#c2bfce}.upload-book-form__textarea{resize:vertical;min-height:100px}.upload-book-form__cover-upload-section{width:100%;display:flex;flex-direction:column;gap:.75rem}.upload-book-form__cover-upload-title{font-size:1rem;font-weight:600;color:#262225}.upload-book-form__cover-upload-wrapper{width:100%;display:flex;flex-direction:column;gap:.5rem;background-color:#f8fafc;padding:.25rem;border-radius:.625rem}.upload-book-form__cover-input-container{width:100%;display:flex;align-items:center;gap:.75rem;border-radius:.625rem;overflow:hidden}.upload-book-form__cover-input{flex:1;padding:0 .875rem;border:0;border-radius:.625rem;font-size:.875rem;color:#262225;background-color:transparent;cursor:pointer;transition:.3s all linear;font-family:inherit}.upload-book-form__cover-input:focus{outline:none;border-color:#0d1b2a;box-shadow:0 0 0 3px #0d1b2a1a;background-color:#fff}.upload-book-form__cover-input::placeholder{color:#c2bfce}.upload-book-form__cover-upload-btn{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border:none;border-radius:.625rem;background-color:#fff;color:#262225;font-size:.875rem;font-weight:500;cursor:pointer;transition:.3s all linear;font-family:inherit;white-space:nowrap}.upload-book-form__cover-upload-btn:hover:not(:disabled){background-color:#f8fafc}.upload-book-form__cover-upload-btn:active:not(:disabled){transform:scale(.98)}.upload-book-form__cover-upload-btn:disabled{opacity:.6;cursor:not-allowed}.upload-book-form__cover-upload-btn span{color:#35414e}.upload-book-form__cover-file-input{display:none}.upload-book-form__upload-section{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.upload-book-form__upload-title{font-size:1rem;font-weight:600;color:#262225}.upload-book-form__upload-wrapper{width:100%;display:flex;flex-direction:column;gap:.5rem}.upload-book-form__dropzone{width:100%;min-height:170px;border:1px dashed #E7E5EC;border-radius:.5rem;background-color:#f8fafc;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.125rem;padding:2rem;cursor:pointer;transition:.3s all linear}.upload-book-form__dropzone:hover{border-color:#0d1b2a;background-color:#fff}.upload-book-form__dropzone--dragging{border-color:#0d1b2a;background-color:#f5f8ff}.upload-book-form__dropzone--error{border-color:#f84649;border-style:solid}.upload-book-form__file-error{font-size:.75rem;color:#f84649;margin-top:.25rem}.upload-book-form__dropzone-text-container{display:flex;flex-direction:column;gap:.625rem}.upload-book-form__dropzone-text{font-size:1rem;font-weight:500;color:#35414e;text-align:center}.upload-book-form__file-info-text{font-size:.875rem;color:#35414e;text-align:center}.upload-book-form__file-input{display:none}.upload-book-form__file-progress{width:100%;padding:1rem;border:1px solid #ECF2FA;border-radius:.625rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;position:relative}.upload-book-form__file-info-container{flex:1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.upload-book-form__file-info{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.upload-book-form__file-name{flex:1;font-size:.875rem;font-weight:600;color:#35414e;text-transform:capitalize;text-align:left}.upload-book-form__file-size{font-size:.875rem;font-weight:400;color:#35414e}.upload-book-form__progress-container{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.625rem}.upload-book-form__progress-bar{width:100%;max-width:230px;height:8px;background-color:#ecf2fa;border-radius:.25rem;overflow:hidden}.upload-book-form__progress-fill{height:100%;background-color:#0d1b2a;transition:width .3s ease}.upload-book-form__progress-text{font-size:.75rem;color:#35414e;text-wrap:nowrap}.upload-book-form__completed-container{flex:1;display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.upload-book-form__status-container{display:flex;align-items:center;gap:.5rem}.upload-book-form__status-text{font-size:.875rem;font-weight:500;text-wrap:nowrap}.upload-book-form__status-text--success{color:#35414e}.upload-book-form__status-text--error{color:#f9585b}.upload-book-form__cancel-btn,.upload-book-form__delete-btn{display:flex;justify-content:center;align-items:center;background:none;border:none;cursor:pointer;padding:.25rem;transition:.3s all linear}.upload-book-form__cancel-btn:hover,.upload-book-form__delete-btn:hover{opacity:.7}.upload-book-form__actions{width:100%;display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.upload-book-form__back-btn{padding:.75rem 1.5rem;border:1px solid #CFD1D4;border-radius:.5rem;background-color:#fff;color:#262225;font-size:.875rem;font-weight:600;cursor:pointer;transition:.3s all linear;font-family:inherit}.upload-book-form__back-btn:hover{background-color:#f8fafc;border-color:#0d1b2a}.upload-book-form__submit-btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;background-color:#0d1b2a;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:.3s all linear;font-family:inherit}.upload-book-form__submit-btn:hover{background-color:#0f2031}.upload-book-form__submit-btn:active{transform:scale(.98)}@media screen and (min-width:400px){.upload-book-form__fields--row{flex-direction:row;gap:.625rem}.upload-book-form__file-progress{flex-wrap:nowrap;align-items:center}.upload-book-form__file-info-container,.upload-book-form__completed-container{flex-wrap:nowrap}.upload-book-form__progress-container{width:auto;min-width:330px;flex-wrap:nowrap;justify-content:flex-start}.upload-book-form__status-container{flex-wrap:nowrap}}.book-summary{width:100%;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;border-radius:.625rem}.book-summary__title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.book-summary__cover{width:100%;display:flex;justify-content:center;align-items:center;border-radius:.625rem}.book-summary__details{width:100%;display:flex;justify-content:space-between;align-items:flex-end;gap:.75rem}.book-summary__detail-item{width:100%;display:flex;flex-direction:column;gap:.5rem}.book-summary__detail-item--row{flex-direction:row;align-items:center;justify-content:flex-end}.book-summary__detail-title{font-size:1.125rem;font-weight:600;color:#1e293b}.book-summary__detail-title--price{font-size:1rem;font-weight:400}.book-summary__detail-value{font-size:.875rem;color:#1e293b}.book-summary__detail-value--price{font-size:1rem;font-weight:400}.book-summary__preview{width:100%;display:flex;flex-direction:column;gap:.5rem}.book-summary__preview-title{font-size:.875rem;font-weight:600;color:#1e293b}.book-summary__preview-text{font-size:.875rem;color:#35414e;line-height:1.6;margin:0;overflow:hidden}.book-cover{width:100%;max-width:375px;height:310px;align-self:flex-start;display:flex;justify-content:center;align-items:center;background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:.625rem;position:relative;background-color:#aeb3b8}.book-cover__cover-filter{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);display:flex;justify-content:center;align-items:center;border-radius:.625rem}.book-cover__cover-image{width:50%;border-radius:.625rem}.book-mgt-main__header-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.book-mgt-main__search-form{flex:1;max-width:440px;background:transparent;border-radius:.625rem;border:1px solid #AEB3B8;display:flex;align-items:center;position:relative;padding:.625rem .875rem;gap:.625rem}.book-mgt-main__search-icon{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.book-mgt-main__search-input{flex:1;border:none;background:transparent;font-family:Gellix,Degular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#1e293b;outline:none}.book-mgt-main__search-input::placeholder{color:#aeb3b8}.book-mgt-main__action-wrapper{display:flex;justify-content:center;align-items:center;gap:.625rem}.book-mgt-main__upload-btn{padding:.625rem .75rem;background-color:#0d1b2a;border-radius:.5rem;gap:.5rem;font-weight:500;font-size:.875rem;color:#fff;display:flex;justify-content:center;align-items:center}.upload-book-page{width:100%}.upload-book-page__container{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.25rem}.upload-book-page__form{width:100%;display:flex;justify-content:center;align-items:center}.upload-book-page__summary{display:none}@media(min-width:1200px){.upload-book-page__form{flex:1;max-width:900px}.upload-book-page__form--edit{width:60%;max-width:100%}.upload-book-page__summary{width:40%;max-width:450px;display:flex}}.book-details{width:100%;display:flex;flex-direction:column;gap:1.5rem}.book-details__preview-section,.book-details__file-section{width:100%;display:flex;flex-direction:column;gap:.5rem}.book-details__file-section{gap:.75rem}.book-details__section-title{font-size:1.25rem;font-weight:600;color:#1e293b}.book-details__file-section-title{font-size:1rem}.book-details__preview-text{font-size:1rem;color:#35414e;line-height:1.7}@media(min-width:768px){.book-details__header{grid-template-columns:300px 1fr;gap:2rem}.book-details__cover-section{justify-content:flex-start}.book-details__cover-wrapper{max-width:100%}.book-details__title{font-size:1.75rem}}.sessions-tab__status{padding:.375rem .75rem;border-radius:1.25rem;font-size:.75rem;font-weight:500;display:inline-block}.sessions-tab__status--upcoming{background-color:#fff8e1;color:#969c14}.sessions-tab__status--completed{background-color:#d3f8df;color:#16b364}.sessions-tab__status--cancelled{background-color:#ffedee;color:#f9585b}.sessions-tab__status--active{background-color:#d3f8df;color:#16b364}.sessions-tab__status--inactive{background-color:#ffedee;color:#f9585b}.session-details-modal{width:100%;justify-content:center;align-items:center}.session-details-modal__wrapper{width:100%;max-width:500px;background-color:#fff;border-radius:1.75rem;overflow:hidden;display:flex;flex-direction:column;gap:.75rem}.session-details-modal__image-container{position:relative;width:100%;overflow:hidden}.session-details-modal__close{position:absolute;top:1rem;right:1rem;width:1.5rem;height:1.5rem;border-radius:.25rem;background-color:#aeb3b8;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s all linear;z-index:10}.session-details-modal__close:hover{opacity:.9;transform:scale(1.05)}.session-details-modal__content{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.session-details-modal__title{font-size:1.875rem;font-weight:600;color:#1e293b}.session-details-modal__info{display:flex;gap:.75rem;flex-wrap:wrap}.session-details-modal__info-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#35414e}.session-details-modal__info-item span{display:flex;align-items:center}.session-details-modal__description{font-size:.875rem;color:#35414e;line-height:1.6;margin:0}.session-details-modal__actions{display:flex;justify-content:flex-end;margin-top:.5rem}.session-details-modal__join-btn{padding:.75rem 1.5rem;background-color:#0d1b2a;color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600}.session-details-modal__join-btn:hover{opacity:.9}.invite-coach-modal{width:100%;justify-content:center;align-items:center}.invite-coach-modal__wrapper{width:100%;max-width:500px;max-height:600px;background-color:#fff;border-radius:1.25rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden}.invite-coach-modal__header{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:.5rem}.invite-coach-modal__header-content{width:100%;justify-content:space-between;align-items:center;display:flex;gap:.5rem}.invite-coach-modal__title{font-size:1.5rem;font-weight:600;color:#1e293b}.invite-coach-modal__description{width:100%;font-size:.875rem;color:#35414e}.invite-coach-modal__close{width:1.75rem;height:1.75rem;border-radius:.5rem;background-color:#aeb3b8;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s all linear;flex-shrink:0}.invite-coach-modal__close:hover{opacity:.8}.invite-coach-modal__content{width:100%;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;flex:1;min-height:0}.invite-coach-modal__invite-section{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.invite-coach-modal__input-wrapper{flex:1;display:flex;gap:.75rem;align-items:flex-start}.invite-coach-modal__chip-input-container{width:100%;max-width:325px;flex:1;position:relative;display:flex;flex-wrap:nowrap;gap:.25rem;align-items:center;border:1px solid #E7E5EC;border-radius:.625rem;height:41px;padding:.25rem;transition:.3s all linear;overflow-x:auto;overflow-y:hidden}.invite-coach-modal__chip-input-container::-webkit-scrollbar{display:none}.invite-coach-modal__chip-input-container:focus-within{border-color:#0d1b2a;box-shadow:0 0 0 3px #0d1b2a1a}.invite-coach-modal__chip{height:99%;display:flex;align-items:center;gap:.25rem;padding:.438rem .5rem;background-color:#f2f3f5;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#262225;flex-shrink:0;white-space:nowrap}.invite-coach-modal__chip-text{white-space:nowrap}.invite-coach-modal__chip-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;transition:.3s all linear;margin-left:.625rem}.invite-coach-modal__chip-remove:hover{opacity:.7}.invite-coach-modal__input-container{flex:0 1 auto;min-width:150px;width:auto;height:100%!important;padding:0}.invite-coach-modal__input-container .input,.invite-coach-modal__input-container .input__wrapper{height:100%!important}.invite-coach-modal__input-container .input__input{height:100%!important;border:0;background:transparent;padding:0 .25rem!important;min-width:120px}.invite-coach-modal__input-container .input__input:focus{outline:none;box-shadow:none}.invite-coach-modal__input-container .input__input::placeholder{color:#c2bfce}.invite-coach-modal__send-btn{padding:.75rem 1rem;background-color:#cfd1d4;color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:not-allowed;transition:.3s all linear;font-family:inherit;white-space:nowrap;flex-shrink:0}.invite-coach-modal__send-btn--active{background-color:#0d1b2a;color:#fff;cursor:pointer}.invite-coach-modal__send-btn--active:hover{opacity:.9}.invite-coach-modal__shared-section,.invite-coach-modal__share-section{display:flex;flex-direction:column;gap:.75rem}.invite-coach-modal__section-title{font-size:.875rem;font-weight:600;color:#1e293b}.invite-coach-modal__coaches-list{min-height:230px;max-height:300px;padding:1.5rem;background-color:#f8fafc;border:1px solid #ECF2FA;border-radius:.625rem;display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto}.invite-coach-modal__coaches-list::-webkit-scrollbar{display:none}.invite-coach-modal__coach-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.875rem}.invite-coach-modal__coach-info{display:flex;align-items:center;gap:.875rem}.invite-coach-modal__avatar{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:600;flex-shrink:0}.invite-coach-modal__coach-name{font-size:.875rem;font-weight:500;color:#262225}.invite-coach-modal__remove-btn{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.invite-coach-modal__remove-btn svg{margin-top:.25rem}.invite-coach-modal__status{font-size:.75rem;font-weight:500;font-style:italic;text-wrap:nowrap}.invite-coach-modal__status--pending,.invite-coach-modal__status--awaiting-approval{color:#d4af37}.invite-coach-modal__link-wrapper{display:flex;gap:.75rem;align-items:flex-start}.invite-coach-modal__link-container{flex:1}.invite-coach-modal__link-input{background-color:#fff;color:#1e293b;cursor:default}.invite-coach-modal__copy-btn{width:2.5rem;height:2.5rem;border:1px solid #CFD1D4;border-radius:.625rem;background-color:#f8fafc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s all linear;flex-shrink:0;color:#35414e}.invite-coach-modal__copy-btn:hover{background-color:#f4f4f4;border-color:#aeb3b8}.coach-mgt-main__invite-wrapper{width:100%;display:flex;align-items:center;justify-content:flex-end}.coach-mgt-main__invite-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#0d1b2a;color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600}.coach-mgt-main__invite-btn:hover{opacity:.9}.coach-mgt-main__invite-btn span{display:flex;align-items:center}.coach-mgt-main .user-mgt-main__header-wrapper{justify-content:flex-end}.bookings-mgt-main{width:100%}.bookings-mgt-main__status{padding:.375rem .75rem;border-radius:1.25rem;font-size:.75rem;font-weight:500;display:inline-block}.bookings-mgt-main__status--upcoming{background-color:#fef9e5;color:#969c14}.bookings-mgt-main__status--completed,.bookings-mgt-main__status--attended{background-color:#d3f8df;color:#16b364}.bookings-mgt-main__status--cancelled{background-color:#ffe5e5;color:#fb3748}.purchase-mgt-main{width:100%}.purchase-mgt-main__access{padding:.375rem .75rem;border-radius:1.25rem;font-size:.75rem;font-weight:500;display:inline-block}.purchase-mgt-main__access--completed{background-color:#d3f8df;color:#16b364}.purchase-mgt-main__access--failed{background-color:#ffedee;color:#f9585b}
