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;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}h1,h2,h3,p{margin:0}button{font-family:inherit}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-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 #0000001a;--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;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-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{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;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{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;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)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin: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{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.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-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.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;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);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;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)}}.spinner-container{align-items:center;background:#0000004d;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.spinner{height:40px;position:relative;width:40px}.double-bounce1,.double-bounce2{animation:sk-bounce 2s ease-in-out infinite;background-color:#1d4999;border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.double-bounce2{animation-delay:-1s}@keyframes sk-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.signup-container{align-items:center;background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;display:flex;justify-content:center;min-height:100vh}.signup-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:2rem;text-align:center;width:100%}.signup-logo{margin-bottom:1rem;width:100px}.signup-box h2{color:#2c3e50;margin-bottom:1.5rem}.signup-box form{display:flex;flex-direction:column}.signup-box input{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin:.5rem 0;padding:.75rem}.signup-box button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem;transition:background .3s}.signup-box button:hover{background:#1d4999}.signup-box p{font-size:.9rem;margin-top:1rem}.signup-box a{color:#55c1ef;text-decoration:none}.signup-box a:hover{text-decoration:underline}.resend-otp-button{background:none;border:none;color:#55c1ef;cursor:pointer;font-size:.9rem;padding:0}.resend-otp-button:hover{text-decoration:underline}.login-container{align-items:center;background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;display:flex;justify-content:center;min-height:100vh}.login-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:2rem;text-align:center;width:100%}.login-logo{margin-bottom:1rem;width:100px}.login-box h2{color:#2c3e50;margin-bottom:1.5rem}.login-box form{display:flex;flex-direction:column}.login-box input{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin:.5rem 0;padding:.75rem}.login-box button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem;transition:background .3s}.login-box button:hover{background:#1d4999}.login-box p{font-size:.9rem;margin-top:1rem}.login-box a{color:#55c1ef;text-decoration:none}.login-box a:hover{text-decoration:underline}.forgot-password-container{align-items:center;background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;display:flex;justify-content:center;min-height:100vh}.forgot-password-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:2rem;text-align:center;width:100%}.forgot-password-box h2{color:#2c3e50;margin-bottom:1.5rem}.forgot-password-box form{display:flex;flex-direction:column}.forgot-password-box input{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin:.5rem 0;padding:.75rem}.forgot-password-box button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem;transition:background .3s}.forgot-password-box button:hover{background:#1d4999}.forgot-password-box p{font-size:.9rem;margin-top:1rem}.forgot-password-box a{color:#55c1ef;text-decoration:none}.forgot-password-box a:hover{text-decoration:underline}.reset-password-container{align-items:center;background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;display:flex;justify-content:center;min-height:100vh}.reset-password-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:2rem;text-align:center;width:100%}.reset-password-box h2{color:#2c3e50;margin-bottom:1.5rem}.reset-password-box form{display:flex;flex-direction:column}.reset-password-box input{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin:.5rem 0;padding:.75rem}.reset-password-box button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem;transition:background .3s}.reset-password-box button:hover{background:#1d4999}.reset-password-box p{font-size:.9rem;margin-top:1rem}.reset-password-box a{color:#55c1ef;text-decoration:none}.reset-password-box a:hover{text-decoration:underline}.plans-container{align-items:center;background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;display:flex;justify-content:center;min-height:100vh}.plans-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:600px;padding:2rem;text-align:center;width:100%}.plans-logo{margin-bottom:1rem;width:100px}.plans-box h2{color:#2c3e50;margin-bottom:1.5rem}.plans-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.plan-card{background:#f5f5f5;border:1px solid #ccc;border-radius:8px;cursor:pointer;padding:1rem;transition:transform .3s,background .3s;width:150px}.plan-card:hover{background:#e0f7fa;transform:scale(1.05)}.plan-card.selected{background:#55c1ef;border-color:#1d4999;color:#fff}.plan-card h3{font-size:1.2rem;margin:.5rem 0}.plan-card .price{font-size:1.5rem;font-weight:700;margin:.5rem 0}.plan-card .duration{font-size:.9rem;margin:0}.plans-box button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background .3s;width:100%}.plans-box button:hover{background:#1d4999}.plans-box button:disabled{background:#6c757d;cursor:not-allowed}.sidebar{background:#2c3e50;box-sizing:border-box;color:#fff;height:100vh;padding:1rem;position:fixed;width:220px}.sidebar h3{font-size:1.5rem;margin:0 0 1rem}.sidebar ul{list-style:none;padding:0}.sidebar li{margin:1.5rem 0}.sidebar a,.sidebar button{align-self:center;background:none;border:none;color:#fff;cursor:pointer;display:block;font-size:1.1rem;padding:.5rem;text-align:center;text-decoration:none;transition:background .3s}.sidebar a:hover,.sidebar button:hover{background:#34495e;border-radius:4px}.sidebar a.active{background:#1abc9c;border-radius:4px;color:#fff;font-weight:700}.saelogo{border-radius:5mm;height:auto;margin-bottom:.5rem;margin-left:24%;opacity:1;width:50%}.logout-item{text-align:center}.logout-item button{background:#e74c3c;border-radius:4px;color:#fff;font-size:1.1rem;padding:.5rem;transition:background .3s;width:100%}.logout-item button:hover{background:#c0392b}.dashboard-container{display:flex}.dashboard-content{background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;flex:1 1;margin-left:220px;min-height:100vh;padding:2rem;position:relative}.today-date{background:#ffffffb3;border-radius:4px;color:#34495e;font-size:1rem;font-weight:700;padding:.5rem 1rem;position:absolute;right:20px;top:20px}.dashboard-content h1{color:#2c3e50;font-size:2rem}.dashboard-content h2{color:#34495e;font-size:1.5rem;margin-bottom:2rem}.analytics-controls{background:#ffffff80;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;max-width:800px;padding:1rem}.filter-group{align-items:flex-end;display:flex;flex-direction:row;gap:1rem}.analytics-controls label{color:#34495e;display:flex;flex:1 1;flex-direction:column;font-size:.9rem;font-weight:500}.analytics-controls select{background:#fff;border:1px solid #55c1ef;border-radius:4px;color:#34495e;cursor:pointer;font-size:.9rem;padding:.5rem;transition:border-color .3s,box-shadow .3s}.analytics-controls select:hover{border-color:#1d4999}.analytics-controls select:focus{border-color:#1d4999;box-shadow:0 0 5px #1d49994d;outline:none}.analytics-controls select:disabled{background:#f0f0f0;cursor:not-allowed}.earnings-figures{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:2rem}.figure-card{background:#ffffff80;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1rem;text-align:center}.figure-card h3{color:#34495e;font-size:1rem;margin-bottom:.5rem}.figure-card p{color:#1d4999;font-size:1.2rem;font-weight:700}.figure-card small{color:#34495e;display:block;font-size:.8rem;margin-top:.25rem}.charts-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}.chart-card{background:#ffffff80;border-radius:8px;box-shadow:0 2px 8px #0000001a;flex:1 1;min-width:300px;padding:1.5rem}.chart-card h3{color:#34495e;margin-bottom:1rem}.view-orders-btn{background:#55c1ef;border-radius:4px;color:#fff;display:inline-block;font-size:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s}.view-orders-btn:hover{background:#1d4999}@media (max-width:768px){.earnings-figures{grid-template-columns:1fr}.charts-container{flex-direction:column}.analytics-controls{max-width:100%}.filter-group{align-items:stretch;flex-direction:column}.analytics-controls label{flex:none}}@media (max-width:480px){.dashboard-content h1{font-size:1.5rem}.dashboard-content h2{font-size:1.2rem}.figure-card p{font-size:1rem}.view-orders-btn{font-size:.9rem;padding:.5rem 1rem}.today-date{font-size:.9rem;padding:.25rem .5rem;right:10px;top:10px}}.orders-container{display:flex}.orders-content{background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;flex:1 1;margin-left:220px;min-height:100vh;padding:2rem}.orders-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.orders-header-buttons{display:flex;gap:1rem}.orders-content h2{color:#2c3e50;margin-bottom:0}.take-order-btn{background:#55c1ef;border-radius:4px;color:#fff;font-size:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s}.take-order-btn:hover{background:#1d4999}.disable-submit-btn{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s}.disable-submit-btn:hover{background:#c0392b}.disable-submit-btn.enabled{background:#2ecc71}.disable-submit-btn.enabled:hover{background:#27ae60}.order-table-container{margin-bottom:2rem;max-height:240px;overflow-y:auto}.order-table-container.past-orders-table{max-height:880px}.order-table{margin-bottom:0}.order-table h3{color:#34495e;margin-bottom:.5rem}.order-table table{background:#ffffff80;border-collapse:collapse;box-shadow:0 2px 8px #0000001a;width:100%}.order-table td,.order-table th{border:1px solid #ddd;padding:.75rem;text-align:left}.order-table th{background:#2c3e50;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1}.order-table td{color:#34495e}.order-table button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-right:.5rem;padding:.5rem;transition:background .3s}.order-table button:hover{background:#1d4999}.recurring-receipt-container{display:flex;gap:2rem;margin-bottom:2rem}.receipt-section{display:flex;flex:1 1;gap:1.5rem}.receipt-form-container{background:#ffffff8c;border-radius:8px;box-shadow:0 2px 8px #0000001a;flex:1 1;padding:1rem}.receipt-form{display:flex;flex-direction:column;gap:1rem}.receipt-form input,.receipt-form select,.receipt-form textarea{border:1px solid #ddd;border-radius:4px;padding:.5rem}.receipt-form textarea{min-height:100px;resize:vertical}.receipt-form .gst-type{display:flex;gap:1rem}.receipt-form .gst-type label{align-items:center;display:flex;gap:.5rem}.receipt-form button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem;transition:background .3s}.receipt-form button:hover{background:#1d4999}.receipt-preview{background:#ffffffe6;border-radius:8px;box-shadow:0 2px 8px #0000001a;flex:2 1;max-height:500px;overflow-y:auto;padding:1rem;width:400px}.receipt-preview h3{color:#34495e;margin-bottom:1rem}.receipt-preview-content{font-family:Courier New,monospace;font-size:12px;line-height:1.5;width:100%}.receipt-preview-content .receipt-container{box-shadow:0 2px 4px #0000001a;margin:0;padding:10px}.receipt-preview-content .header{color:#2c3e50;font-size:16px;font-weight:700;margin-bottom:10px;text-align:center}.receipt-preview-content .logo-placeholder{color:#7f8c8d;font-size:10px;margin-bottom:5px;text-align:center}.receipt-preview-content .details{color:#34495e;font-size:11px;margin-bottom:10px}.receipt-preview-content .details p{margin:2px 0}.receipt-preview-content table{border-collapse:collapse;margin-bottom:10px;width:100%}.receipt-preview-content td,.receipt-preview-content th{border-bottom:1px solid #ecf0f1;padding:5px;text-align:left}.receipt-preview-content th{background-color:#ecf0f1;font-weight:700}.receipt-preview-content .qty{width:15%}.receipt-preview-content .item{word-wrap:break-word;width:50%}.receipt-preview-content .amount,.receipt-preview-content .price{text-align:right;width:17.5%}.receipt-preview-content .totals{margin-top:10px}.receipt-preview-content .totals p{color:#34495e;display:flex;font-size:12px;justify-content:space-between;margin:5px 0}.receipt-preview-content .totals .grand-total{border-top:2px solid #ecf0f1;color:#2c3e50;font-weight:700;padding-top:5px}.receipt-preview-content .message{color:#7f8c8d;font-size:11px;font-style:italic;margin-top:10px;text-align:center}.receipt-preview-content .footer{border-top:1px dashed #ecf0f1;color:#7f8c8d;font-size:10px;margin-top:10px;padding-top:5px;text-align:center}.receipt-preview-content .preview-placeholder{color:#34495e;font-style:italic;text-align:center}.past-orders-container{margin-bottom:2rem}.past-orders-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.past-orders-header h3{color:#34495e;margin:0}.date-filter-container{align-items:center;background:#ffffff80;border-radius:4px;box-shadow:0 2px 4px #0000001a;display:flex;gap:.5rem;padding:.5rem}.date-filter-container label{color:#34495e;font-size:.9rem;font-weight:500}.date-filter-container input[type=date]{background:#fff;border:1px solid #55c1ef;border-radius:4px;color:#34495e;cursor:pointer;font-size:.9rem;padding:.5rem;position:relative;transition:border-color .3s,box-shadow .3s}.date-filter-container input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%)}.date-filter-container input[type=date]:hover{border-color:#1d4999}.date-filter-container input[type=date]:focus{border-color:#1d4999;box-shadow:0 0 5px #1d49994d;outline:none}.see-more-button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;margin:1rem auto;padding:.75rem 2rem;transition:background .3s}.see-more-button:hover{background:#1d4999}@media (max-width:768px){.orders-content{margin-left:0;padding:1rem}.orders-header{flex-direction:column;gap:1rem}.orders-header-buttons{flex-direction:column;width:100%}.disable-submit-btn,.take-order-btn{text-align:center;width:100%}.receipt-section,.recurring-receipt-container{flex-direction:column}.receipt-section{gap:1rem}.receipt-preview{max-height:500px;width:100%}}@media (max-width:480px){.order-table td,.order-table th{font-size:.8rem;padding:.5rem}.order-table button{font-size:.8rem;padding:.3rem}.receipt-form input,.receipt-form select,.receipt-form textarea{font-size:.8rem}.receipt-form button{font-size:.9rem;padding:.5rem}.receipt-preview-content{font-size:10px}.receipt-preview-content .header{font-size:14px}}.menu-container{display:flex}.menu-content{background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;flex:1 1;margin-left:220px;min-height:100vh;padding:2rem}.menu-content h2{color:#2c3e50;margin-bottom:2rem}.menu-form{background:#fffffff2;border-radius:12px;box-shadow:0 4px 12px #00000026;gap:1rem;margin-bottom:2rem;max-width:500px;padding:1.5rem}.form-group,.menu-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#2c3e50;font-size:.95rem;font-weight:500}.menu-form input[type=number],.menu-form input[type=text],.menu-form textarea{border:1px solid #ccc;border-radius:6px;font-size:.95rem;padding:.75rem;transition:border-color .3s,box-shadow .3s}.menu-form textarea{min-height:80px;resize:vertical}.menu-form input[type=number]:focus,.menu-form input[type=text]:focus,.menu-form textarea:focus{border-color:#55c1ef;box-shadow:0 0 0 2px #55c1ef33;outline:none}.radio-group{display:flex;flex-direction:column;gap:.5rem}.radio-options{display:flex;gap:1.5rem}.checkbox-group label,.radio-group label{align-items:center;color:#34495e;cursor:pointer;display:flex;font-size:.95rem;gap:.5rem}.checkbox-group input[type=checkbox],.radio-group input[type=radio]{accent-color:#55c1ef;height:16px;transition:transform .2s;width:16px}.checkbox-group input[type=checkbox]:hover,.radio-group input[type=radio]:hover{transform:scale(1.1)}.menu-form button{background:#55c1ef;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem;transition:background .3s,transform .2s}.menu-form button:hover{background:#1d4999;transform:scale(1.05)}.menu-table table{background:#ffffff80}.menu-table td,.menu-table th{border:1px solid #ddd}.menu-table th{background:#2c3e50;position:-webkit-sticky;position:sticky;top:0;z-index:1}.menu-table td{color:#34495e}.menu-table td:nth-child(4){word-wrap:break-word;max-width:200px;white-space:normal}.menu-table button{min-width:80px;padding:.75rem 1rem}.menu-table td:last-child{align-items:center;display:inline-flex;gap:.75rem}.menu-table .enable-button{background:#28a745;opacity:1;pointer-events:auto}.menu-table .enable-button:hover{background:#218838}.menu-table .disable-button{background:#ff9800;opacity:1;pointer-events:auto}.menu-table .disable-button:hover{background:#f57c00}.menu-table .delete-button{background:#dc3545;opacity:1;pointer-events:auto}.menu-table .delete-button:hover{background:#c82333}.menu-table .edit-button{background:#ffc107;opacity:1;pointer-events:auto}.menu-table .edit-button:hover{background:#e0a800}.disabled-item{background-color:#f5f5f5;color:#999;opacity:.6}.disabled-item .delete-button,.disabled-item .disable-button,.disabled-item .edit-button,.disabled-item .enable-button{cursor:pointer;opacity:1;pointer-events:auto}.account-container{display:flex}.account-content{background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;flex:1 1;margin-left:220px;min-height:100vh;padding:2rem}.account-content h2{color:#2c3e50;margin-bottom:2rem}.account-layout{display:flex;flex-wrap:wrap;gap:2rem}.user-info{background:#ffffff80;border-radius:8px;box-shadow:0 2px 8px #0000001a;flex:1 1;max-width:700px;min-width:300px;padding:1.5rem}.profile-picture{margin-bottom:1.5rem;text-align:center}.restaurant-logo{border:2px solid #007bff;border-radius:50%;height:150px;object-fit:cover;width:150px}.logo-placeholder{align-items:center;background-color:#f5f5f5;border:2px dashed #ccc;border-radius:50%;display:flex;height:150px;justify-content:center;margin:0 auto;width:150px}.logo-placeholder p{color:#666;font-size:14px;margin:0}.info-item{margin-bottom:1rem;padding:.5rem 0}.info-item h4{color:#34495e;font-size:1.1rem;margin-bottom:.5rem}.info-item p{color:#666;margin:0}.info-item a{color:#007bff;display:block;max-width:100%;overflow-wrap:break-word;text-decoration:none;word-break:break-all}.account-form{background:#ffffff80;border-radius:8px;box-shadow:0 2px 8px #0000001a;flex:1 1;max-width:500px;min-width:300px;padding:1.5rem}.account-form label{color:#34495e;display:block;margin-bottom:.5rem}.account-form input,.account-form textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-bottom:1rem;padding:.75rem;resize:vertical;width:100%}.account-form button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem;transition:background .3s;width:100%}.account-form button:hover{background:#1d4999}.account-form button:disabled{background:#6c757d;cursor:not-allowed}.profile-picture-preview{margin:1rem 0}.profile-picture-preview img{border-radius:8px;max-width:100px}.logout-btn{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:2rem;padding:.75rem 1.5rem;transition:background .3s}.logout-btn:hover{background:#c82333}.logout-btn:disabled{background:#6c757d;cursor:not-allowed}.reviews-container{display:flex}.reviews-content{background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;flex:1 1;margin-left:220px;min-height:100vh;padding:2rem}.reviews-content h2{color:#2c3e50;margin-bottom:2rem}.review-table table{background:#ffffff80;border-collapse:collapse;box-shadow:0 2px 8px #0000001a;width:100%}.review-table td,.review-table th{border:1px solid #ddd;padding:.75rem;text-align:left}.review-table th{background:#2c3e50;color:#fff}.review-table td{color:#34495e}.qrcode-container{display:flex}.qrcode-content{background:url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50% fixed;background-size:cover;flex:1 1;margin-left:220px;min-height:100vh;padding:2rem}.qrcode-content h2{color:#2c3e50;margin-bottom:2rem}.qrcode-content .alert{background:#f8d7da;border-radius:4px;color:#dc3545;margin-bottom:1rem;padding:1rem}.qrcode-form{display:flex;gap:1rem;margin-bottom:2rem;max-width:400px}.qrcode-form button,.qrcode-form input{border:1px solid #ccc;border-radius:4px;padding:.75rem}.qrcode-form button{background:#55c1ef;border:none;color:#fff;cursor:pointer;transition:background .3s}.qrcode-form button:hover{background:#1d4999}.qrcode-form button:disabled{background:#6c757d;cursor:not-allowed}.qr-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.qr-item{background:#ffffffb3;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;text-align:center;transition:transform .2s}.qr-item:hover{transform:translateY(-3px)}.qr-item p{color:#34495e;font-weight:500;margin-bottom:.75rem}.qr-item img{margin-bottom:1rem;max-width:100%}.qr-actions{display:flex;gap:.4rem;justify-content:center}.qr-actions button{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background .3s}.qr-actions button:first-child{background:#55c1ef;color:#fff}.qr-actions button:first-child:hover{background:#1d4999}.qr-actions button:last-child{background:#dc3545;color:#fff}.qr-actions button:last-child:hover{background:#c82333}.page-footer{margin-top:auto;padding:1rem 0}.take-order-container{display:flex;min-height:100vh}.take-order-content{background:#f5f5f5 url(/app/static/media/header5.4f4ec25441cb067dbd8c.png) no-repeat 50%/cover;flex:1 1;padding:2rem;position:relative}.table-input{margin-bottom:1rem}.table-input label{color:#34495e;margin-right:.5rem}.table-input input{border:1px solid #ccc;border-radius:4px;padding:.5rem;width:100px}.filters{display:flex;gap:1rem;margin-bottom:1rem}.search-bar input{border:1px solid #ccc;border-radius:4px;padding:.5rem;width:200px}.veg-filter{gap:.5rem}.veg-filter,.veg-filter label{align-items:center;display:flex}.veg-filter label{color:#34495e;gap:.3rem}.split-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;height:calc(100vh - 250px);overflow:hidden}.menu-table{overflow-y:auto;padding-right:.5rem}.menu-table h3{color:#34495e;margin-bottom:.5rem}.menu-table table{background:#ffffffe6;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%}.menu-table td,.menu-table th{border-bottom:1px solid #eee;padding:.75rem;text-align:left}.menu-table th{background:#55c1ef;color:#fff;font-weight:700}.menu-table th:first-child{width:25%}.menu-table th:nth-child(2){width:10%}.menu-table th:nth-child(3),.menu-table th:nth-child(4),.menu-table th:nth-child(5){width:15%}.menu-table th:nth-child(6){width:20%}.menu-table tr.disabled-item{opacity:.6;pointer-events:none}.menu-table .controls{align-items:center;display:flex;gap:.5rem}.menu-table button{background:#55c1ef;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.3rem .8rem;transition:background .3s}.menu-table button:hover{background:#1d4999}.menu-table span{min-width:20px;text-align:center}.selected-items{overflow-y:auto;padding-left:.5rem}.selected-items h3{color:#34495e;margin-bottom:.5rem}.selected-items ul{background:#ffffffe6;border-radius:8px;box-shadow:0 2px 8px #0000001a;list-style:none;padding:0}.selected-items li{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:.75rem}.selected-items li button{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.3rem .8rem;transition:background .3s}.selected-items li button:hover{background:#c0392b}.total{background:#ffffffe6;border-radius:8px;color:#34495e;font-size:1.1rem;margin-top:1rem;padding:.75rem;text-align:right}.submit-order-btn{background:#55c1ef;border:none;border-radius:4px;bottom:20px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2rem;position:fixed;right:20px;transition:background .3s;z-index:1000}.submit-order-btn:hover{background:#1d4999}.page-footer{color:#34495e;font-size:.9rem;margin-top:2rem;text-align:center}.app{font-family:Arial,sans-serif}.Toastify__toast{border-radius:4px;font-size:1rem}.Toastify__toast--success{background:#28a745}.Toastify__toast--error{background:#dc3545}.Toastify__toast--info{background:#17a2b8}
/*# sourceMappingURL=main.86ebe528.css.map*/