body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{height:100vh;overflow-x:hidden;width:100vw}*{scrollbar-color:#094a00 #848e76;scrollbar-width:thin}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#f8fff936;border-radius:3px}::-webkit-scrollbar-track:hover{background-color:#f8fff963}::-webkit-scrollbar-track:active{background-color:#cdd1ce80}::-webkit-scrollbar-thumb{background-color:#e4e4e4;border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:#595e58}::-webkit-scrollbar-thumb:active{background-color:#464b46}.subscribe-wrapper{align-items:flex-start;display:flex;height:100%;width:100%}.subscribe-container{align-items:flex-start;display:flex!important;flex-direction:column;height:100%;justify-content:space-evenly;padding-bottom:16px!important;padding-top:80px}.example-images-wrapper{display:flex!important;flex-direction:row!important}.example-images{height:auto;max-width:100%;object-fit:contain}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}.MuiListItem-root{animation:slideInFromRight 2s ease-in-out forwards;opacity:0}.MuiListItem-root:first-child{animation-delay:0s}.MuiListItem-root:nth-child(2){animation-delay:2s}.MuiListItem-root:nth-child(3){animation-delay:4s}.MuiListItem-root:nth-child(4){animation-delay:6s}.MuiListItem-root:nth-child(5){animation-delay:8s}.MuiListItem-root:nth-child(6){animation-delay:10s}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{height:calc("100dvh-90px");text-align:center;width:100dvw}.theme-icon{bottom:0;cursor:pointer;margin:16px 3px 5px 16px;position:fixed;right:0;z-index:1}.MuiCircularProgress-root{background:#1f8e3d;left:50%;position:absolute;top:50%;translate:-50% -50%!important}.Toastify__close-button,.Toastify__toast-theme--colored.Toastify__toast--warning{color:#000}.auth-form-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding-top:80px;top:0;width:100%;z-index:1}.form-container{border-radius:4px;justify-content:center;width:fit-content}.form-container,.form-container-paper{align-items:center;display:flex;flex-direction:column;height:400px;margin:0 auto}.form-container-paper{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);gap:16px;justify-content:space-between;padding:16px;width:320px}.toast{background-color:red;border-radius:4px;color:#fff;display:none;left:50%;padding:10px;position:fixed;top:-125px;transform:translateX(-50%);width:100%;z-index:1000}.toast.show{display:block}.sign-up-toast{background-color:#008425;border-radius:5px;color:#fff;margin-top:200px;padding:10px;position:relative;z-index:1000}.container{animation-delay:.2s;animation-direction:alternate;animation-duration:3ms;animation-iteration-count:infinite;animation-name:brilla-fire;animation-timing-function:ease-in;height:60px;margin:75px auto;position:relative;transform-origin:center bottom;width:60px}.flame{border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-top-left-radius:50%;bottom:0;position:absolute;transform:rotate(-45deg) scale(1.5)}.yellow{animation:brilla-fire 5.5s infinite alternate;background:gold;height:30px;left:15px;top:20px;transform:scale(.9,2.5) rotate(-69deg);width:30px;z-index:3}.orange{animation:brilla-fire 5.5s infinite alternate;left:-10px;top:-10px;transform:scale(.9,1.9) rotate(-80deg)}.orange,.orange2{background:orange;height:60px;width:60px;z-index:2}.orange2{animation:brilla-fire 4.5s infinite alternate;left:0;top:-20px;transform:scale(.9,1.9) rotate(-23deg)}.orange3{animation:brilla-fire 4.2s infinite alternate;background:orange;height:60px;left:20px;top:-10px;transform:scale(.7,1.7) rotate(-20deg);width:60px;z-index:2}.red{animation:brilla-fire 6s infinite alternate;left:-15px;top:-35px;transform:scale(1.4,1.8) rotate(-75deg)}.red,.red2{background:#ff4500;height:80px;width:80px;z-index:1}.red2{animation:brilla-fire 5.5s infinite alternate;left:-5px;top:-50px;transform:scale(.9,2.2) rotate(-55deg)}.red3{animation:brilla-fire 4.5s infinite alternate;background:#ff4500;bottom:20px;height:80px;left:10px;top:-30px;transform:scale(1.1,1.6) rotate(-15deg);width:80px;z-index:1}.red4{animation:brilla-fire 3.6s infinite alternate;transform:scale(1.2,1.7) rotate(20deg)}.red4,.red5{background:#ff4500;bottom:20px;height:80px;left:0;top:-30px;width:80px;z-index:1}.red5{animation:brilla-fire 2.5s infinite alternate;transform:scale(1.5,1.7) rotate(-110deg)}.white{background:#fff;bottom:-4px;box-shadow:0 0 9px 4px #fff;height:30px;left:15px;width:30px;z-index:5}.circle{border-radius:50%;position:absolute}.blfue{background:#6a5acd;bottom:-25px;box-shadow:0 0 30px 30px #6a5acd;height:10px;left:25px;top:100px;width:10px;z-index:5}.blacck{background:#121212;bottom:-60px;box-shadow:0 0 35px 55px #121212;height:40px;left:10px;top:120px;width:40px;z-index:6}@keyframes flicker{0%{transform:rotate(-1deg)}20%{transform:rotate(1deg)}40%{transform:rotate(-1deg)}60%{transform:rotate(1deg) scaleY(1.04)}80%{transform:rotate(-2deg) scaleY(.92)}to{transform:rotate(1deg)}}.fire{position:absolute;transition:all 1.2s linear;width:100%;z-index:39}.fire span{border:30px solid #febd08;border-radius:50%;border-top-left-radius:0;box-shadow:0 0 10px 5px #f46e1ccc,0 0 20px 10px #f46e1c99,0 0 30px 15px #f46e1c4d;height:0;transform:scale(2.3,3.3) rotate(45deg);transition:all 1.2s linear;width:0;z-index:9}.fire span,.fire span:after{display:block;left:-9px;margin:auto;position:absolute}.fire span:after{background-color:#f46e1cb3;border-radius:80px;border-bottom-right-radius:0;border-top-right-radius:0;bottom:-30px;box-shadow:0 0 20px 10px #f46e1cb3;content:"";height:40px;opacity:.8;transform:rotate(-50deg);width:12px}.fire span:nth-child(2){left:-55px;margin:auto;top:-50px;transform:scale(1.8,3.1) rotate(15deg);z-index:8}.fire span:nth-child(3){left:35px;margin:auto;top:-120px;transform:scale(1.8,3.1) rotate(80deg);z-index:8}@keyframes brilla-fire{0%,to{box-shadow:0 0 10px 5px #f46e1c4d,0 0 10px 10px #f46e1c4d,0 0 10px 15px #f46e1c4d}50%{box-shadow:0 0 14px 7px #f46e1c4d,0 0 28px 14px #f46e1c4d,0 0 42px 21px #f46e1c4d}}@media (min-width:768px){.container{animation-delay:.2s;animation-direction:alternate;animation-duration:3ms;animation-iteration-count:infinite;animation-name:brilla-fire;animation-timing-function:ease-in;height:60px;margin:75px auto;position:relative;transform-origin:center bottom;width:60px}.flame{border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-top-left-radius:50%;bottom:0;position:absolute;transform:rotate(-45deg) scale(1.5)}.yellow{animation:brilla-fire 5.5s infinite alternate;background:gold;height:30px;left:15px;top:20px;transform:scale(.9,2.5) rotate(-69deg);width:30px;z-index:3}.orange{animation:brilla-fire 5.5s infinite alternate;left:-10px;top:-10px;transform:scale(.9,1.9) rotate(-80deg)}.orange,.orange2{background:orange;height:60px;width:60px;z-index:2}.orange2{animation:brilla-fire 4.5s infinite alternate;left:0;top:-20px;transform:scale(.9,1.9) rotate(-23deg)}.orange3{animation:brilla-fire 4.2s infinite alternate;background:orange;height:60px;left:20px;top:-10px;transform:scale(.7,1.7) rotate(-20deg);width:60px;z-index:2}.red{animation:brilla-fire 6s infinite alternate;left:-15px;top:-35px;transform:scale(1.4,1.8) rotate(-75deg)}.red,.red2{background:#ff4500;height:80px;width:80px;z-index:1}.red2{animation:brilla-fire 5.5s infinite alternate;left:-5px;top:-50px;transform:scale(.9,2.2) rotate(-55deg)}.red3{animation:brilla-fire 4.5s infinite alternate;background:#ff4500;bottom:20px;height:80px;left:10px;top:-30px;transform:scale(1.1,1.6) rotate(-15deg);width:80px;z-index:1}.red4{animation:brilla-fire 3.6s infinite alternate;transform:scale(1.2,1.7) rotate(20deg)}.red4,.red5{background:#ff4500;bottom:20px;height:80px;left:0;top:-30px;width:80px;z-index:1}.red5{animation:brilla-fire 2.5s infinite alternate;transform:scale(1.5,1.7) rotate(-110deg)}.white{background:#fff;bottom:-4px;box-shadow:0 0 9px 4px #fff;height:30px;left:15px;width:30px;z-index:5}.circle{border-radius:50%;position:absolute}.blue{background:#6a5acd;bottom:-25px;box-shadow:0 0 30px 30px #6a5acd;height:10px;left:25px;top:100px;width:10px;z-index:5}.black{background:#121212;bottom:-60px;box-shadow:0 0 35px 55px #121212;height:40px;left:10px;top:120px;width:40px;z-index:6}@keyframes flicker{0%{transform:rotate(-1deg)}20%{transform:rotate(1deg)}40%{transform:rotate(-1deg)}60%{transform:rotate(1deg) scaleY(1.04)}80%{transform:rotate(-2deg) scaleY(.92)}to{transform:rotate(1deg)}}.fire{position:absolute;transition:all 1.2s linear;width:100%;z-index:39}.fire span{border:30px solid #febd08;border-radius:50%;border-top-left-radius:0;box-shadow:0 0 10px 5px #f46e1ccc,0 0 20px 10px #f46e1c99,0 0 30px 15px #f46e1c4d;height:0;transform:scale(2.3,3.3) rotate(45deg);transition:all 1.2s linear;width:0;z-index:9}.fire span,.fire span:after{display:block;left:-9px;margin:auto;position:absolute}.fire span:after{background-color:#f46e1cb3;border-radius:80px;border-bottom-right-radius:0;border-top-right-radius:0;bottom:-30px;box-shadow:0 0 20px 10px #f46e1cb3;content:"";height:40px;opacity:.8;transform:rotate(-50deg);width:12px}.fire span:nth-child(2){left:-55px;margin:auto;top:-50px;transform:scale(1.8,3.1) rotate(15deg);z-index:8}.fire span:nth-child(3){left:35px;margin:auto;top:-120px;transform:scale(1.8,3.1) rotate(80deg);z-index:8}@keyframes brilla-fire{0%,to{box-shadow:0 0 10px 5px #f46e1c4d,0 0 10px 10px #f46e1c4d,0 0 10px 15px #f46e1c4d}50%{box-shadow:0 0 14px 7px #f46e1c4d,0 0 28px 14px #f46e1c4d,0 0 42px 21px #f46e1c4d}}}.firepit{justify-self:center;top:125px}.fire,.firepit{position:relative}.fire{height:60px;top:-100px;width:60px}.fire .flame{animation-duration:.3s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:burn-left;background-color:#f20;background-image:linear-gradient(to top right,#ff22001a,#ff6a004d);border-bottom-left-radius:70%;border-bottom-right-radius:70%;border-top-left-radius:70%;bottom:0;height:100%;left:0;opacity:.9;position:absolute;transform:rotate(-45deg) skew(-10deg,-10deg);width:100%;z-index:1}.fire .flame:nth-of-type(2n){animation-duration:.4s;animation-name:burn-right}.fire .flame:nth-of-type(2){background-color:#ff6a00;background-image:linear-gradient(to top right,#ff6a00e6,#ffc800e6);height:80%;left:10%;width:80%;z-index:2}.fire .flame:nth-of-type(3){background-image:linear-gradient(to top right,#ffc800,#fff);height:50%;left:25%;width:50%;z-index:3}.fire .flame:nth-of-type(4){background-color:#fff;background-image:linear-gradient(to top right,#ffffffb3,#0037ff1a);height:30%;left:35%;opacity:1;width:30%;z-index:4}.spark{animation-delay:.4s;animation-duration:6s;animation-iteration-count:infinite;animation-name:fly-up-burnout-1;animation-timing-function:linear;background-color:#ff6a0066;bottom:46%;height:3px;left:-130px;position:absolute;width:3px}.spark:nth-of-type(2n){animation-delay:1s;animation-duration:8.4s;animation-name:fly-up-burnout-2;left:-180px}.spark:nth-of-type(3n){animation-delay:1.9s;animation-duration:8s;left:-180px}.spark:nth-of-type(4n){animation-delay:2.6s;animation-duration:7s;left:-230px}.spark:nth-of-type(5n){animation-delay:1.4s;animation-duration:7s;left:-220px}.spark:nth-of-type(6n){animation-delay:3.2s;left:-210px}.spark:nth-of-type(7n){animation-delay:.8s;animation-duration:5s;left:-200px}.spark:nth-of-type(8n){animation-delay:5s;left:-190px}.spark:nth-of-type(9n){animation-delay:4s;animation-duration:6.8s;left:-180px}.spark:nth-of-type(10n){animation-delay:5.2s;left:-170px}.spark:nth-of-type(11n){animation-delay:2s;left:-195px}.spark:nth-of-type(12n){animation-delay:.8s;animation-duration:7.2s;left:-130px}.spark:nth-of-type(13n){animation-delay:1.2s;animation-duration:6.8s;left:-175px}.spark:nth-of-type(14n){animation-delay:2.4s;animation-duration:7.2s;left:-165px}.spark:nth-of-type(15n){animation-delay:3.6s;animation-duration:6.8s;left:-185px}.spark:nth-of-type(16n){animation-delay:4.8s;animation-duration:7.2s;left:-200px;position:relative;top:100px}@keyframes burn-left{0%,to{transform:rotate(-45deg) skew(-10deg,-10deg) scale(1)}30%,60%{transform:rotate(-44deg) skew(-12deg,-12deg) scale(1.01)}}@keyframes burn-right{0%,to{transform:rotate(-45deg) skew(-10deg,-10deg) scale(1)}30%,60%{transform:rotate(-46deg) skew(-6deg,-6deg) scale(1.01)}}@keyframes fly-up-burnout-1{0%{opacity:1;transform:translate(0)}33%{transform:translate(12px,-70px)}66%{opacity:.6;transform:translateY(-140px)}to{opacity:0;transform:translate(6px,-200px)}}@keyframes fly-up-burnout-2{0%{opacity:1;transform:translate(0)}50%{transform:translate(-10px,-80px)}80%{opacity:.6;transform:translate(-4px,-140px)}to{opacity:0;transform:translate(-6px,-160px)}}@media (min-width:768px){.firepit{display:flex;left:12%;top:175px}.fire,.firepit{position:relative}.fire{height:60px;left:-400px;width:60px}.fire .flame{animation-duration:.3s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:burn-left;background-color:#f20;background-image:linear-gradient(to top right,#ff22001a,#ff6a004d);border-bottom-left-radius:70%;border-bottom-right-radius:70%;border-top-left-radius:70%;bottom:0;height:100%;left:0;opacity:.9;position:absolute;transform:rotate(-45deg) skew(-10deg,-10deg);width:100%;z-index:1}.fire .flame:nth-of-type(2n){animation-duration:.4s;animation-name:burn-right}.fire .flame:nth-of-type(2){background-color:#ff6a00;background-image:linear-gradient(to top right,#ff6a00e6,#ffc800e6);height:80%;left:10%;width:80%;z-index:2}.fire .flame:nth-of-type(3){background-image:linear-gradient(to top right,#ffc800,#fff);height:50%;left:25%;width:50%;z-index:3}.fire .flame:nth-of-type(4){background-color:#fff;background-image:linear-gradient(to top right,#ffffffb3,#0037ff1a);height:30%;left:35%;opacity:1;width:30%;z-index:4}.spark{animation-delay:.4s;animation-duration:6s;animation-iteration-count:infinite;animation-name:fly-up-burnout-1;animation-timing-function:linear;background-color:#ff6a0066;bottom:46%;height:3px;left:15%;position:absolute;width:3px}.spark:nth-of-type(2n){animation-delay:1s;animation-duration:8.4s;animation-name:fly-up-burnout-2;left:60px}.spark:nth-of-type(3n){animation-delay:1.9s;animation-duration:8s;left:50px}.spark:nth-of-type(4n){animation-delay:2.6s;animation-duration:7s;left:100px}.spark:nth-of-type(5n){animation-delay:1.4s;animation-duration:7s;left:90px}.spark:nth-of-type(6n){animation-delay:3.2s;left:80px}.spark:nth-of-type(7n){animation-delay:.8s;animation-duration:5s;left:70px}.spark:nth-of-type(8n){animation-delay:5s;left:60px}.spark:nth-of-type(9n){animation-delay:4s;animation-duration:6.8s;left:50px}.spark:nth-of-type(10n){animation-delay:5.2s;left:40px}.spark:nth-of-type(11n){animation-delay:2s;left:65px}.spark:nth-of-type(12n){animation-delay:.8s;animation-duration:7.2s}.spark:nth-of-type(13n){animation-delay:1.2s;animation-duration:6.8s;left:45px}.spark:nth-of-type(14n){animation-delay:2.4s;animation-duration:7.2s;left:35px}.spark:nth-of-type(15n){animation-delay:3.6s;animation-duration:6.8s;left:55px}.spark:nth-of-type(16n){animation-delay:4.8s;animation-duration:7.2s;left:70px;position:relative;top:100px}@keyframes burn-left{0%,to{transform:rotate(-45deg) skew(-10deg,-10deg) scale(1)}30%,60%{transform:rotate(-44deg) skew(-12deg,-12deg) scale(1.01)}}@keyframes burn-right{0%,to{transform:rotate(-45deg) skew(-10deg,-10deg) scale(1)}30%,60%{transform:rotate(-46deg) skew(-6deg,-6deg) scale(1.01)}}@keyframes fly-up-burnout-1{0%{opacity:1;transform:translate(0)}33%{transform:translate(12px,-70px)}66%{opacity:.6;transform:translateY(-140px)}to{opacity:0;transform:translate(6px,-200px)}}@keyframes fly-up-burnout-2{0%{opacity:1;transform:translate(0)}50%{transform:translate(-10px,-80px)}80%{opacity:.6;transform:translate(-4px,-140px)}to{opacity:0;transform:translate(-6px,-160px)}}}.shimmer{animation:shimmer 8s linear infinite;background:linear-gradient(120deg,#000,#fff 10%,hsla(0,0%,100%,.848) 11%,hsla(0,0%,100%,.591) 12%,hsla(0,0%,100%,.159) 13%,#000 14%,#000);background-clip:text;-webkit-background-clip:text;background-size:200% auto;color:#0000}.gallery-wrapper{height:100%;width:100%}.gallery-container{height:100%;padding-bottom:16px;position:relative;top:-10px}.error-message{border:2px solid red;border-radius:4px;color:red;font-size:16px;font-weight:500;line-height:24px;margin-left:auto;margin-right:auto;margin-top:300px;padding:16px;text-align:center;width:50%}.loading-placeholder{animation:shimmer 2s ease-in-out infinite;background:linear-gradient(135deg,#2c2c2c,#3e3e3e 50%,#2c2c2c);background-size:400% 100%;bottom:0;left:0;position:absolute;right:0;top:0}.feedback-button:before{margin-right:8px}.feedback-button:after,.feedback-button:before{content:"🔥";opacity:0;transition:all .2s ease-in-out}.feedback-button:after{margin-left:8px}.feedback-button:hover:before{content:"🔥";margin-right:8px;opacity:1;transition:all .2s ease-in-out}.feedback-button:hover:after{content:"🔥";margin-left:8px;opacity:1;transition:all .2s ease-in-out}.spinner{animation:spin 1s linear infinite;border:2px solid #d1d5db;border-radius:50%;border-top-color:#fff;height:28px;width:28px}body,html{box-sizing:border-box;min-height:100%}.new-post-form{align-items:center;border:1px solid #007109;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;height:calc(100vh - 90px);justify-items:center;margin:75px auto 0;min-width:350px;overflow:auto}.form-title{color:#fff;font-size:1.2rem}.form-title,.image-input{font-family:Shadows Into Light,cursive;font-weight:700;letter-spacing:2px}.image-input{border-radius:5px;box-sizing:border-box;font-size:large;padding:5px;width:300px}.desk-image-input{margin-bottom:10px}.shadow-border{border-color:#000 #7f7f7f #7f7f7f #000;border-style:solid;border-width:2px}#form-title-header{color:#fff;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.8rem;font-weight:700;justify-self:center;letter-spacing:2px;margin:0;padding:0}.file-upload-btn{background-color:#b0b0fd;border-radius:5px;box-sizing:border-box;font-family:Shadows Into Light,cursive;font-size:1rem;letter-spacing:2px;margin:auto;padding:10px;width:300px}.form-comp:hover{background-color:#7f7f7f}.description{border-radius:5px;box-sizing:border-box;font-size:large;max-height:75px;max-width:300px;min-height:75px;min-width:300px;padding:5px;position:relative}.btn-container{align-items:center;display:flex;justify-content:center;margin-top:20px;width:100%}.submit-btn{background-color:#d2d2d280;border:1px solid #000;border-radius:50%;box-shadow:2px 2px 4px 0 #000;box-sizing:border-box;font-size:1.3rem;padding:10px}.submit-btn:active{background-color:#d2d2d266;box-shadow:inset 2px 2px 5px #d1d1d1;left:1px;position:relative;top:1px}.submit-btn:hover{cursor:pointer}.new-post-icon{height:35px;margin-left:10px;width:35px}.loading,option{font-family:Shadows Into Light,cursive;font-weight:700;letter-spacing:2px}.loading{animation:scaleAnimation 6s infinite;border-radius:20px;color:#5b36ff;margin:0 auto;min-width:200px;text-shadow:0 0 10px rgba(0,255,26,.495)}@keyframes scaleAnimation{0%,to{opacity:.2;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.loading-div{display:flex;justify-content:center;letter-spacing:1.5px;margin:0 auto;padding:0;position:relative;width:100%}.loading-div-wrapper{animation:ocean 10s ease-in-out infinite;background-color:#b0b0fd;background:linear-gradient(270deg,#7777f3bd,#5b36ff83,#2f00ff83);background-size:400% 400%;height:calc(100vh - 90px);margin-top:200px}.thumbnail{border-radius:5px;margin:5px;width:60px}.thumbnails-container{align-items:center;border:1px solid #5b36ff59;border-radius:.5rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-height:265px;overflow-y:scroll;padding:10px;width:280px}.input-with-dollar-sign{padding-left:25px}.dollar-sign-span{color:#5b36ff;font-size:1.5rem;font-weight:700;left:-295px;position:relative;top:3px;z-index:300}.thumbnail-wrapper{display:inline-block;position:relative}.thumbnail{height:100px;object-fit:cover;width:100px}.delete-button-form{align-items:center;background:#fd2222;border:3px solid #a5a7c5;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;display:block;font-size:14px;font-weight:700;height:28px;justify-content:center;max-height:28px;max-width:28px;min-height:28px;min-width:28px;padding:0;position:absolute;right:-5px;top:-5px;width:28px}.form-wrapper{display:flex;height:100%;letter-spacing:1.5px;position:relative;width:100%}.form-admin-panel{display:none}.visually-hidden{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;white-space:nowrap;width:1px}.file-upload-label{border:2px solid #fff;border-radius:.5rem;padding:.4rem}.file-upload-label:hover{cursor:pointer}.date-sold-date-picker{max-width:60%}@media (min-width:768px){.date-sold-date-picker{margin-top:60px}.loading{margin:50px auto 0}.new-post-form{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:75px 75px 75px 75px 75px 75px 75px;justify-items:center;padding:20px;width:700px}#form-title-header{grid-column:1/3;grid-row:1}.desk-cat-input{grid-column:1;grid-row:2}.desk-desc-input{grid-column:1;grid-row:6/8}.desk-price-input-wrapper{grid-column:1;grid-row:3/5;position:relative;top:-6px}.desk-image-input{grid-column:2;grid-row:3}.thumbnails-container{grid-column:2;grid-row:7/8}.dropzone{grid-column:2;grid-row:4/6}.btn-container{grid-column:1/3;grid-row:9}.description{height:300px;max-height:600px}.date-sold-date-picker,.sold-radio-group{align-items:center;border:1px solid #454545!important;border-radius:5px;border-radius:10px;grid-column:2;grid-row:3/5;margin-top:300px;min-width:300px;padding:30px 0 0;width:60%}.date-sold-date-picker{display:relative;top:60px}}@media (min-width:1024px){.date-sold-date-picker{max-width:60%;top:60px}.form-wrapper{grid-template-columns:200px 1fr}.form-admin-panel{border:2px solid #00600e;box-sizing:border-box;display:block;height:100%;padding:10px}.form-admin-panel-section{align-items:flex-start;flex-wrap:wrap;justify-items:flex-start;margin:5px auto;padding:0}}.dashboard-wrapper{height:100%;padding-top:20px}.dashboard-container{align-items:center;display:flex!important;flex-direction:column;height:100%;justify-content:space-evenly}.expired-subscription{align-content:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAwnpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjabVBbDgMhCPznFD2CPHxwHLdrk96gxy+Ka9amkzggQ0YE2uf9gkcHoYDEXJKmFAyiolQtKcFRB2OQwQN0abjXYQlkJbbIfi1p9l91XAYeqmXxZlSeUzh2QWVNsBvNh7hPRJac00inEZMLOA2qfyskLfn+haOFHcUPdOI8vJfJ712ybe+MVmSixsjBmFl8AO5HgKslxRg59kaL1ViNvRV9If/2dAG+9hlZLFyGTMkAAAGEaUNDUElDQyBwcm9maWxlAAB4nH2RPUjDQBzFX9NKi1QU2kFEIUN1souKOJYqFsFCaSu06mBy6Rc0aUhSXBwF14KDH4tVBxdnXR1cBUHwA8TZwUnRRUr8X1poEePBcT/e3XvcvQOEZpWppi8GqJplpBNxMZdfFf2vCGAIPowhJDFTT2YWs3AdX/fw8PUuyrPcz/05BpSCyQCPSBxjumERbxDPblo6533iMCtLCvE58aRBFyR+5Lrc5jfOJYcFnhk2sul54jCxWOphuYdZ2VCJZ4gjiqpRvpBrs8J5i7NarbPOPfkLgwVtJcN1mqNIYAlJpCBCRh0VVGEhSqtGiok07cdd/COOP0UumVwVMHIsoAYVkuMH/4Pf3ZrF6al2UjAO9L3Y9sc44N8FWg3b/j627dYJ4H0GrrSuv9YE5j5Jb3S1yBEwuA1cXHc1eQ+43AGGn3TJkBzJS1MoFoH3M/qmPBC6BfrX2r119nH6AGSpq+Ub4OAQmChR9rrLuwO9vf17ptPfD3vCcqqC7HWsAAANdmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNC40LjAtRXhpdjIiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6R0lNUD0iaHR0cDovL3d3dy5naW1wLm9yZy94bXAvIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgIHhtcE1NOkRvY3VtZW50SUQ9ImdpbXA6ZG9jaWQ6Z2ltcDphN2NlOGIyZS1iNjBhLTQ1ZjMtODNhMi01MjllMmJiMDhmMWQiCiAgIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDI0MzMxZjItNmVhYS00MGYyLTg3NWYtMjEzYzlmMjRjMmZhIgogICB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OGJjZWM1NGUtNDlhMS00ZmM5LWIyZDctOWUwNThhNDA2MGI0IgogICBkYzpGb3JtYXQ9ImltYWdlL3BuZyIKICAgR0lNUDpBUEk9IjIuMCIKICAgR0lNUDpQbGF0Zm9ybT0iV2luZG93cyIKICAgR0lNUDpUaW1lU3RhbXA9IjE3MjM3ODI1NzUwMDI0OTQiCiAgIEdJTVA6VmVyc2lvbj0iMi4xMC4zNCIKICAgdGlmZjpPcmllbnRhdGlvbj0iMSIKICAgeG1wOkNyZWF0b3JUb29sPSJHSU1QIDIuMTAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQ6MDg6MTVUMjE6Mjk6MzQtMDc6MDAiCiAgIHhtcDpNb2RpZnlEYXRlPSIyMDI0OjA4OjE1VDIxOjI5OjM0LTA3OjAwIj4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiCiAgICAgIHN0RXZ0OmNoYW5nZWQ9Ii8iCiAgICAgIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NmZhY2UzY2UtODI0MS00MDgyLWFlMDItMjFhN2ExM2MzODE2IgogICAgICBzdEV2dDpzb2Z0d2FyZUFnZW50PSJHaW1wIDIuMTAgKFdpbmRvd3MpIgogICAgICBzdEV2dDp3aGVuPSIyMDI0LTA4LTE1VDIxOjI5OjM0Ii8+CiAgICA8L3JkZjpTZXE+CiAgIDwveG1wTU06SGlzdG9yeT4KICA8L3JkZjpEZXNjcmlwdGlvbj4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PnX795gAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfoCBAEHSJ7r6o1AAAES0lEQVRYw+1Y7U9bVRj/nXNfuvZSWqCkK7R0JgIDeVkgtL2y2VIqjhmjYYsgGw6d0QTXi5+mUb9psvlhRqf+Acuiw8Vk8YP6xRkw2RSMRkeYfjAGlk4DDC6lAoO29/iBl7HxVkYLfugvOcnNeZ578ju/5zznnOcAaaSRRhopBUnWQD5PpwTCngPAQOJd3dc+mfrfEPS6gxwhpKskP34EYPj9b/4LprGWnt6P4lsdmyZlloQ07zZrTW89O4y3m0dgM2lNhJKWZIzNbVk9WbFSgosnD4WzHnFOw6DTYDIQcvWPXdVOu+viUKhvascI+mSFEODM/uK5hlbfGLiFeNgtcwiN6M1DY7z+IYf7m8FQ746F+ICkYy8/71chcGypU+AY2upUGHXsFQCP7YiCPlnJAND1on/K7tkbWZFtmVIMAuXpz3+JFXscNZ8NhvrmtlvBjqLdsaqD1eoSOULm2+L2cLBaxV5brAogr26rgj5ZKaGUXXjziKrLz5kX5pc/jbjwXQ6u3jDCoANs2XMQeIaCXA3fXpfcTrvry8FQ32jKFfR7FAHA+001d4wl9rsJOhIWcGVAxJUBEaNhYam/xDGFJteMESBnva5OIeUENYLmXKPWcLh2HHTZ3zzVwAAwAPyyhKEEOFw7jlyj1kA41pJSgj530MqA9zoawzTbGLvHxnMMiwwFXrvHlpURQ0djmAI44/UErSkheKDiFAElp+tKZ/NqCiMr7Dw/rxpb2GbuR01RBL7SuTxCyOlG+SWSdIJUulNnENnRYz4VAr+SgMAxLPaKwur2trpxGER2dIYZ/Ekl6JUVCQwfnqiPiI7c2VV9xIWwMnb3+37YLbM4UR8RGfCB79GTUtIIEuD1yoJYmb8yvKaPKDCwBeF0qyi4iPrKMPY5Y2Vg9I2kEPTKSjlH0flCQIVBp63pp1u2BnetQ1Cv09AeUMFRKF45WLGljdrvVgQGnG+unS59fF946ZRYdaYU4AmPSmcUVQ9PQyesPRlLZhSxqKjrvykWOh2urqFQn/ZACmqUHS/I0QLPeNR1yQGAWYqhPTCK4/7bMOpjG9wfgac9KpyWeD0F2h9IQZ8ctBNCPn3tqYnMovyZDdfKjZsSTp234vKPJhTnx5Friq7rrxc1WIwg3w/oq/c43JcGQ72TCSvolRUCkHcCZbN5ruLIhuQYgO5+Cf9McBiepOjpl8ASSAB3cQSB8tk8MLzr9QTJJkLMnjAbWFurVwVPWSJZjv2l07CZNVhNGuSS6YSKHY4ytHpVZEnaMRA0JlQ0+TxKBgiuKYci5U/WjG/q3IzMcGAMyDRsrlb66qdsnPvaeB1AbfcP5/5dX0HCbAKHQnfx5NL9LtGWaYjDJMU3/Z+raBIChyIwZltxhK4ILsOtaBy/nb1sdVvNW64aE8LwBIdoHL8C5FZCdXGdHMxhIM0ALAs5kOrHg9tM0z7v6f14LP2WkkYaaWwz/gN/nlZD3ksosQAAAABJRU5ErkJggg==);background-position:50%;background-size:auto;display:flex;height:40px;width:40px}.error-state{background-color:#bd0000;border:2px solid red;border-radius:.5rem;color:#fff;height:60%;margin:auto;position:relative;text-align:center;top:-80px;width:98%}.error-span,.error-state{font-weight:700;padding:.5rem}.error-span{background-color:#fff;color:red;display:block;font-size:1rem;margin-top:50px}.admin{background-color:#eded66;color:green;font-weight:700;text-align:center}.prod-header{align-items:center;background-color:beige;border:1px solid #000;box-sizing:border-box;display:grid;grid-template-columns:repeat(11,1fr);height:100%;margin:0 auto;padding:0;width:100%}.grid-1{font-weight:700;grid-column-start:1}.grid-2{font-weight:700;grid-column-start:2}.grid-3{font-weight:700;grid-column-start:3}.grid-4{font-weight:700;grid-column-start:4}.grid-5{font-weight:700;grid-column-start:5}.grid-6{font-weight:700;grid-column-start:6}.grid-7{font-weight:700;grid-column-start:7}.grid-8{font-weight:700;grid-column-start:8}.grid-9{font-weight:700;grid-column-start:9}.grid-10{font-weight:700;grid-column-start:10}.grid-11{font-weight:700;grid-column-start:11}.grid-12{font-weight:700;grid-column-start:12}p.dashboard{color:#fff;font-size:1rem;font-weight:700;margin:0;padding:0;text-align:center}.new-subscriber{cursor:pointer}.gallery-tab-container{position:relative}body,html{height:100%;margin:0;padding:0}*{box-sizing:border-box}.mobile-title-desk{display:none}.mobile-title{display:block;font-weight:700;margin:0;text-align:left}.admin-container{box-sizing:initial;display:flex;height:100%;padding:0;transform:translateY(-3%)}.admin-panel{border:1px solid #003e00;box-sizing:border-box;display:none;min-width:350px}.list-container{align-items:flex-start;display:flex;flex-direction:column;justify-items:flex-start;letter-spacing:1.5px;margin:65px auto 0;position:relative;width:100%}@keyframes ocean{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.post{background-color:hsla(0,0%,100%,.109);border:1px solid #000;box-sizing:border-box;display:grid;grid-template-columns:60px 1fr;height:55px;justify-items:self-start;padding:0 10px 0 0;width:100%}.admin-prod-img{height:55px;object-fit:cover;object-position:center;width:55px}.delete-button,.edit-button{height:30px;margin:0 5px;object-fit:cover;object-position:center;width:30px}.admin-prod-btn-cont{display:block;justify-self:flex-end;margin:0}.grid-s1{font-weight:700;grid-column-start:1}.grid-s2{font-weight:700;grid-column-start:2}.grid-s3{font-weight:700;grid-column-start:3}.grid-s4{font-weight:700;grid-column-start:4}.grid-s5{font-weight:700;grid-column-start:5}.grid-s6{font-weight:700;grid-column-start:6}.grid-s7{font-weight:700;grid-column-start:7}.grid-e1{font-weight:700;grid-column-end:1}.grid-e2{font-weight:700;grid-column-end:2}.grid-e3{font-weight:700;grid-column-end:3}.grid-e4{font-weight:700;grid-column-end:4}.grid-e5{font-weight:700;grid-column-end:5}.grid-e6{font-weight:700;grid-column-end:6}.grid-e7{font-weight:700;grid-column-end:7}.cat-desk,.desc-desk{display:none;white-space:nowrap}.grayed-out{opacity:.5;pointer-events:none}.mobile-dashboard-buttons{display:flex;height:35px;justify-content:space-between;transform:translateY(-70%);width:100%}.small-size-inventory{height:350px;margin-top:20px;overflow-x:hidden;overflow-y:scroll}.inner-button-container{align-items:center;display:flex;flex-direction:column;gap:15px;justify-items:center}.title-price-container{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-left:10px;text-align:left}.loading-detail{left:70px;top:-45px}.loading-detail,.loading-detail-2{display:flex;justify-content:center;position:relative;width:100%}.loading-detail-2{top:325px}.title-price-container{width:100%}.loading-detail{justify-self:center}@media (min-width:768px){.post{align-items:flex-start;border:1px solid #000;box-sizing:border-box;display:grid;grid-template-columns:120px 250px 75px;height:100px;padding:0 10px 0 0;white-space:nowrap;width:100%}.admin-prod-btn-cont{display:block;justify-self:flex-end;margin:16px 0}.admin-prod-img{height:100px;object-fit:cover;object-position:center;width:100px}.list-container{grid-gap:5px;align-items:flex-start;display:grid;flex-wrap:wrap;gap:5px;grid-template-columns:1fr;grid-template-rows:35px repeat(auto-fill,100px);justify-items:flex-start;margin:54px auto 0;padding:0}.mobile-title-desk{display:block;font-weight:700;max-width:300px;overflow:hidden;white-space:normal}.mobile-title{display:none}.cat-desk{display:inline;display:initial;justify-self:center}.delete-button,.edit-button{height:50px;margin:5px;object-fit:cover;object-position:center;width:50px}.mobile-dashboard-buttons{margin-top:0}.title-price-container{display:grid;grid-template-rows:1.5rem 1.5rem;text-align:left}}@media (min-width:1024px){.admin-container{grid-template-columns:350px 1fr;grid-template-rows:1fr}.admin-panel{display:block}.admin-panel-section{align-items:flex-start;flex-wrap:wrap;justify-items:flex-start;margin:5px auto;padding:0}.menu-icon{display:none}.signout-button-adapt{margin-top:300px;width:100%}.new-link,.signout-button{border:1px solid #005a00;display:flex;font-family:Shadows Into Light,cursive;justify-content:space-between;margin:10px auto}.temp-fix{border:1px solid #005a00;margin:20px auto 2%}.new-link:hover,.signout-button:hover{animation:shimmer .3s ease;background-color:#ccc;background-size:400% 400%;transform:scale(1)}.new-link:active,.signout-button:active{animation:shimmer2 .25s ease-in-out;background-color:#acacac;background-size:400% 400%;transform:scale(1);transition:.25s}@keyframes shimmer2{0%{background-position:0 100%}50%{background-position:100% 50%}to{background-position:0 100%}}.mobile-dashboard-buttons{display:none}.list-container{grid-template-rows:30px repeat(auto-fill,100px);height:calc(100vh - 90px);margin:0;overflow-y:auto}.large-size-inventory{display:none}}@media (min-width:1200px){.desc-desk{display:block;height:65px;overflow:hidden;padding-left:30px;text-align:left;white-space:normal;width:245px}}@media (min-width:1400px){.admin-container{grid-template-columns:350px 1fr}.post{grid-template-columns:120px 250px 75px 200px 90px}.desc-desk{width:450px}}@media (min-width:1600px){.admin-container{grid-template-columns:350px 1fr 350px}.small-size-inventory{display:none}.large-size-inventory{display:block}.desc-desk{width:350px}}.profile-gallery-container{height:100%;padding-bottom:16px;padding-top:80px}.animated-ellipsis{animation:loading 1.4s ease-in-out infinite}@keyframes loading{0%,80%,to{opacity:0}40%{opacity:1}}.animated-ellipsis:first-child{animation-delay:-.32s}.animated-ellipsis:nth-child(2){animation-delay:-.16s}.reenie-beanie-regular{font-family:Reenie Beanie,cursive;font-style:normal;font-weight:400}.welcome-brand-font-1{font-size:6rem}.welcome-brand-font-1,.welcome-brand-font-2{color:#1f8e3d;margin:0;position:relative;text-align:center;top:-50px}.welcome-brand-font-2{display:block;font-size:10rem;line-height:1.5rem;z-index:1}.contact-link{text-decoration:none}.contact-link:active,:visited{color:#009216}.about-card-avatar-name-wrapper{align-items:flex-start;display:flex;justify-content:flex-start}.welcome-text{animation:fadeIn 2s ease-in-out 4s forwards;font-size:3rem;text-align:center}.card-animation{animation:cardfadeIn 3s ease-in-out}@keyframes cardfadeIn{0%{opacity:0;transform:translateX(55px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.shimmer-text{animation:shimmer 25s ease-in-out infinite forwards;background:linear-gradient(135deg,#ffffff1a,#ffffff1a 0,#fff0 25%,#00ff0880 50%,#fff0 75%,#ffffff1a);background-clip:text;-webkit-background-clip:text;background-size:800%;color:#0000}.tech-stack{border:1px solid #fff3;border-radius:4px;padding:4px 12px;text-shadow:0 0 15px green}.tech-stack:hover{background-clip:none;background-color:green;color:#fff}.tech-stack:active{background-clip:none;background-color:initial;color:green}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}@media (min-width:768px){.welcome-brand-font-1{font-size:8rem}.welcome-brand-font-1,.welcome-brand-font-2{color:#1f8e3d;font-family:Reenie Beanie,cursive;margin:0;position:relative;text-align:center;top:-50px}.welcome-brand-font-2{display:block;font-size:12rem;line-height:1.5rem;z-index:1}}.inventory-container{margin:10px 10px 0;margin:0}.inventory-table{background-color:"yellow"!important;border:1px solid #000;border-collapse:collapse;width:100%}.inventory-table td,.inventory-table th{border:1px solid #000;padding:0 10px;text-align:left}.inventory-table .MuiTableBody-root .MuiTableRow-root:not(:last-child):hover{background-color:#2f00ff83;box-shadow:inset 0 0 0 2px #beb3f283}.selectedRow{background-color:#2f00ff83;box-shadow:inset 0 0 0 2px #785eee}.large-size-inventory{background-color:#121212;position:absolute;width:100%}@media (min-width:1600px){.inventory-table td,.inventory-table th{border:1px solid #000;padding:8px;text-align:left}.large-size-inventory{position:static;top:auto;width:auto}}.admin-container-2{box-sizing:border-box;display:grid;grid-template-columns:1fr;height:"calc(100dvh - 200px)";padding:0;transform:translateY(-3%)}.admin-panel-2{box-sizing:border-box;display:none;min-width:350px}.list-container2{align-items:flex-start;display:flex;flex-direction:column;grid-template-rows:repeat(auto-fill,minmax(50px,auto));justify-items:flex-start;letter-spacing:1.5px;margin:15px auto 0;overflow-y:auto;padding:0;position:relative;width:100%}.quota-tracking-form{background-color:#1f1f1f;border:1px solid #000;border-radius:8px;display:grid;grid-template-rows:.25fr 1fr auto;padding:4px}.tab1-wrapper,.tab2-wrapper,.tab3-wrapper{gap:20px}.tab1-wrapper,.tab2-wrapper,.tab3-wrapper{display:flex;flex-direction:column;height:70%;justify-content:space-between}@media (min-width:768px){.list-container2{grid-gap:5px;align-items:flex-start;display:grid;flex-wrap:wrap;gap:5px;grid-template-columns:1fr;grid-template-rows:35px repeat(auto-fill,20px);justify-items:flex-start;margin:0 auto;padding:0}}@media (min-width:900px){.product-grid-container{grid-column:2;grid-row-end:3;grid-row-start:1;height:"50dvh"}.admin-container-2{gap:10px;grid-template-columns:350px 1fr;grid-template-rows:100px 1fr;height:100%}.admin-panel-2{display:block;height:90px}.highlight-price{border:1px solid #ff0}.form-container-2{border:1px solid;margin:10px 0 0 10px}.sold-radio-group-2{align-items:center;border:1px solid #454545!important;border-radius:5px!important;border-radius:10px;font-size:.5rem;grid-column:2;grid-row:3/5;min-width:300px;padding:30px 0 0;width:60%}.quota-tracking-form{grid-template-rows:60px 1fr auto}}.calendar-day-date{background-color:#787878;border-right:1px solid #ccc;padding-right:10px;width:20%}.calendar-day-total,.totals-display{font-weight:700}.selected-products{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:0;overflow:auto;padding:20px}.list-of-day-products{border:1px solid #ccc;border-radius:5px;margin-bottom:10px;padding:10px}.list-of-day-products .product-title{font-weight:700}.css-19kzrtu{padding:0}.calendar-container{align-items:center;display:flex;flex-direction:column;grid-template-rows:repeat(auto-fill,minmax(50px,auto));height:100vh;justify-items:flex-start;letter-spacing:1.5px;margin:auto;overflow:hidden;padding:0;position:relative;width:100%}.admin-dashboard{display:flex;margin-top:70px;min-height:100vh}.sidebar{background-color:#000;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding-top:70px;transition:transform .3s ease;width:260px}.sidebar-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.25rem .5rem}.sidebar-header h1{font-size:1.25rem;font-weight:600;margin:0}.sidebar-nav{padding:1rem 0}.nav-item{align-items:center;cursor:pointer;display:flex;padding:.75rem 1.5rem;transition:all .2s}.nav-item:hover{background:#f7fafc;color:#2c5282}.nav-item.active{background:#ebf8ff;border-right:3px solid #2b6cb0;color:#2b6cb0}.nav-icon{font-size:1.25rem;margin-right:.75rem}.main-content{display:flex;flex:1 1;flex-direction:column;overflow-x:hidden}.main-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;position:sticky;top:0;z-index:10}.search-bar{position:relative;width:400px}.search-bar input{border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;padding:.5rem 1rem .5rem 2.5rem;transition:all .2s;width:100%}.search-bar input:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e126;outline:none}.search-icon{color:#a0aec0;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.header-actions{align-items:center;display:flex;gap:1rem}.action-button{background:none;border:none;border-radius:6px;cursor:pointer;font-size:1.25rem;padding:.5rem;position:relative}.action-button:hover{background:#f7fafc}.notification-badge{background:#e53e3e;border-radius:9999px;color:#fff;font-size:.75rem;padding:.125rem .375rem;position:absolute;right:0;top:0;transform:translate(25%,-25%)}.admin-profile{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:.75rem;padding:.5rem}.admin-profile:hover{background:#f7fafc}.admin-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.admin-name{font-size:.875rem;font-weight:500}.stats-overview{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:.5rem}.stat-card{border-radius:8px;box-shadow:0 1px 3px #ffffff1a;display:flex;flex-direction:column;padding:0 1rem}.stat-card.posts,.stat-card.users{border:1px solid green;border-top:4px solid #4299e1}.stat-card.monthly-revenue{border:1px solid green;border-top:4px solid #48bb78}.stat-header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between}.stat-header h3{font-size:.875rem;font-weight:600;margin:0}.trend{font-size:.875rem;font-weight:500}.trend.positive{color:#48bb78}.trend.negative{color:#e53e3e}.stat-value{color:#9a7eff;font-weight:700;margin-left:20px;margin-top:auto;text-align:right}.stat-value-sub{font-size:1rem;font-weight:500;text-align:left}.stat-details{display:flex;flex-shrink:0;font-size:.875rem;gap:1rem}.main-view{border-radius:8px;box-shadow:0 1px 3px #0000001a;margin:0 1.5rem 1.5rem;padding:1.5rem}.view-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:0 0 0 1rem}.view-header h2{font-size:1.5rem;font-weight:600;margin:0}.view-actions{display:flex;gap:.75rem}.button{border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.button.primary{background:#4299e1;border:none;color:#fff}.button.primary:hover{background:#3182ce}.button.secondary{background:#fff;border:1px solid #4299e1;color:#4299e1}.button.secondary:hover{background:#ebf8ff}.data-table{overflow-x:auto;width:100%}table{border-collapse:initial;border-spacing:0;width:100%}th{font-weight:600;padding:.75rem 1rem}td,th{border-bottom:1px solid #e2e8f0;font-size:.875rem;text-align:left}td{line-height:1.5;padding:.5rem}tr:hover td{background:#09f}.user-cell{height:100%}.user-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.user-name{text-align:left}.status-badge{min-width:60px}.status-badge.active{color:#000}.status-badge.trial{background:#fff3cd;color:#856404}.subscription-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;min-width:70px;padding:.25rem .75rem}.subscription-badge.monthly{background:#d6b4fd;color:#000}.subscription-badge.yearly{background:#a8aaff;color:#000}.actions-cell{align-items:center;gap:.5rem;justify-content:flex-start}.icon-button{background:none;border:none;border-radius:6px;cursor:pointer;padding:.5rem;transition:all .2s}.icon-button:hover{background:#f7fafc}.icon-button.edit:hover{color:#4299e1}.icon-button.delete:hover{color:#e53e3e}.pagination{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.page-button{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;font-size:.875rem;padding:.5rem .75rem;transition:all .2s}.page-button:hover{background:#f7fafc}.page-button.active{background:#4299e1;border-color:#4299e1;color:#fff}.page-ellipsis{color:#718096}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.data-grid{display:flex;flex-direction:column;gap:.5rem;width:100%}.grid-header{background:#0000000d;border-radius:8px;display:flex;font-size:.875rem;font-weight:600;padding:1rem}.grid-header>*{display:flex;flex:1 1;justify-content:center}.grid-header>:first-child{flex:1 1;justify-content:flex-start}.grid-row{align-items:center;border:1px solid #e2e8f0;border-radius:8px;display:flex;margin:0 10px;padding:.75rem;transition:all .2s}.grid-row:hover{background:#0099ff1a}.user-cell{align-items:center;display:flex;flex:1 1;gap:.75rem}.user-info{display:flex;flex-direction:column}.user-name{font-weight:500}.user-email{color:#718096;font-size:.75rem}.desktop-info{align-items:center;display:flex;flex:2 1}.desktop-info>*{display:flex;flex:1 1;justify-content:flex-end}.mobile-info{display:none}.status-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;min-width:70px;padding:.25rem .75rem}.status-badge.active{background:#c6f6d5;color:#2f855a}.status-badge.inactive{background:#fed7d7;color:#c53030}@media (max-width:640px){.main-header{flex-wrap:wrap;gap:1rem}.search-bar{order:2;width:100%}.data-table{font-size:.75rem}td,th{padding:.5rem}}@media (max-width:768px){.grid-header{display:none}.grid-row{justify-content:space-between;padding:.5rem .75rem}.desktop-info{display:none}.mobile-info{align-items:center;display:flex;gap:.5rem}.user-cell{flex:1 1}.status-badge,.subscription-badge{font-size:.7rem;min-width:55px;padding:.15rem .5rem}.desktop-info{flex:1 1;justify-content:space-between}}@media (max-width:1000px){.sidebar{bottom:0;left:0;position:fixed;top:0;transform:translateX(-100%);z-index:50}.sidebar-open{transform:translateX(0)}.menu-toggle{display:block}.search-bar{width:300px}}@media (max-width:1203px){.data-table{overflow-x:auto;width:100%}.table-class{min-width:1200px;table-layout:fixed}.main-view{margin:0;padding:0}}.cell-status{align-items:center;display:flex;justify-content:center}
/*# sourceMappingURL=main.f6655085.css.map*/