@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{overflow:hidden;font-size:18px}@media screen and (max-width: 1400px){html{font-size:17px}}@media screen and (max-width: 800px){html{font-size:16px}}@media screen and (max-width: 600px){html{font-size:14px}}body{min-height:100vh;font-family:Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,"sans-serif";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset!important}input:disabled::-webkit-input-placeholder{color:#b8b7b7}.ant-btn-primary{font-weight:700}.ant-btn-primary:focus-visible{outline:solid 3px #d40015!important}.ant-btn-primary:disabled{color:#e8e8e8}.landing{line-height:1.4;margin:-16px}.landing p,.landing li{font-size:1rem}@media screen and (max-width: 400px){.landing{margin:-26px}}.landing .hero-container,.landing .other-container,.landing .features-container{background-color:#000;color:#fff;padding:1rem;border-radius:10px}.landing .hero-container .hero-section,.landing .other-container .hero-section,.landing .features-container .hero-section,.landing .features-container .features-section{display:flex;justify-content:space-between;gap:1rem;align-items:center}@media screen and (max-width: 1025px){.landing .hero-container .hero-section,.landing .other-container .hero-section,.landing .features-container .hero-section,.landing .features-container .features-section{flex-direction:column;gap:2rem}}.landing .hero-container .hero-section .landing-text-col,.landing .other-container .hero-section .landing-text-col,.landing .features-container .hero-section .landing-text-col,.landing .features-container .features-section .landing-text-col{width:120%}@media screen and (max-width: 1025px){.landing .hero-container .hero-section .landing-text-col,.landing .other-container .hero-section .landing-text-col,.landing .features-container .hero-section .landing-text-col,.landing .features-container .features-section .landing-text-col{width:100%}}@media screen and (min-width: 1025px){.landing .hero-container .hero-section .landing-text-col,.landing .other-container .hero-section .landing-text-col,.landing .features-container .hero-section .landing-text-col,.landing .features-container .features-section .landing-text-col{width:130%}}@media screen and (min-width: 1920px){.landing .hero-container .hero-section .landing-text-col,.landing .other-container .hero-section .landing-text-col,.landing .features-container .hero-section .landing-text-col,.landing .features-container .features-section .landing-text-col{width:150%}}@media screen and (min-width: 1025px){.landing .hero-container .hero-section .landing-img-col,.landing .other-container .hero-section .landing-img-col,.landing .features-container .hero-section .landing-img-col,.landing .features-container .features-section .landing-img-col{width:90%}}@media screen and (min-width: 1920px){.landing .hero-container .hero-section .landing-img-col,.landing .other-container .hero-section .landing-img-col,.landing .features-container .hero-section .landing-img-col,.landing .features-container .features-section .landing-img-col{width:70%}}.landing .hero-container .hero-section .landing-img-col img,.landing .other-container .hero-section .landing-img-col img,.landing .features-container .hero-section .landing-img-col img,.landing .features-container .features-section .landing-img-col img{max-width:100%;border-radius:10px}.landing .hero-btns-container,.landing .features-btns-container{display:flex;align-items:center;justify-content:center;gap:1rem}@media screen and (max-width: 600px){.landing .hero-btns-container,.landing .features-btns-container{flex-direction:column}}.landing .hero-btns-container .hero-cta-btn,.landing .features-btns-container .hero-cta-btn{background-color:#fff;color:#000;border:solid 1px #fff;border-radius:50px;box-shadow:none}.landing .hero-btns-container .hero-cta-btn:hover,.landing .features-btns-container .hero-cta-btn:hover{background-color:#ff003f;color:#fff;border:solid 1px #ff003f}.landing .hero-btns-container .hero-normal-btn,.landing .features-btns-container .hero-normal-btn{background-color:transparent;border:solid 1px #fff;border-radius:50px;box-shadow:none}.landing .hero-btns-container .hero-normal-btn:hover,.landing .features-btns-container .hero-normal-btn:hover{background-color:#b8b7b7;color:#000;border:solid 1px #b8b7b7}.landing .features-btns-container .feature-cta-btn{box-shadow:none;border-radius:50px}.landing .features-btns-container .feature-cta-btn:hover{background-color:#750029}.landing .features-btns-container .feature-normal-btn{box-shadow:none;border-radius:50px;background-color:#353535;color:#fff}.landing .features-btns-container .feature-normal-btn:hover{background-color:#fff;color:#353535}.landing .features-container{background-color:#ffc72c;color:#000}.landing .other-container{background-color:beige;color:#000}.landing-list{list-style:none;position:relative;padding-left:2rem;margin-top:10px}.landing-list li{padding:5px}.landing-list li:before{content:"✅";position:absolute;left:.5rem;color:green;font-weight:700}.auth-container{background-color:#353535;width:60%;margin:48px auto auto;padding:36px;box-shadow:1px 2px 5px}@media screen and (max-width: 1400px){.auth-container{width:80%}}@media screen and (max-width: 400px){.auth-container{width:100%;padding:24px}}.auth-container h1,.auth-container h3{color:#e8e8e8;padding-bottom:36px}.auth-container .log-reg-p{color:#e8e8e8;margin-top:.5rem;padding:5px}.auth-container a:hover,.auth-container a:focus{color:#ffc72c}.auth-container .auth-form{display:flex;flex-direction:column;margin:auto}.auth-container .auth-form label{padding:10px;color:#e8e8e8;font-weight:700}.auth-container .auth-form input{padding:10px;border-radius:5px}.auth-container .auth-form input:focus{border:solid 1px #ff003f;outline:none}.auth-container .auth-form Button{margin-top:30px;font-size:large;padding:18px;text-align:center;box-shadow:none;border:solid 1px #d40015}.auth-container .auth-form .login-input-wrapper{position:relative}.auth-container .auth-form .login-input-wrapper .login-input-icon{color:#ff003f;opacity:.5;aspect-ratio:1;position:absolute;left:1.5%;top:25%;font-size:large}@media screen and (max-width: 800px){.auth-container .auth-form .login-input-wrapper .login-input-icon{left:4%}}.auth-container .auth-form .login-input-wrapper .login-input-icon:hover{opacity:1}.auth-container .auth-form .login-input-wrapper input{padding-left:40px;width:100%}.auth-container .auth-form .login-input-wrapper input:hover+.login-input-icon{opacity:1}.auth-container .auth-form .login-input-wrapper input:focus+.login-input-icon{opacity:1}.auth-container .auth-form .address-selector{color:#353535;width:33%}@media screen and (max-width: 800px){.auth-container .auth-form .address-selector{width:100%}}.auth-container .auth-form .address-selector:focus{border:solid 1px #ff003f!important;outline:none!important}.auth-container .auth-form .select-container{display:flex;margin:24px 0 10px;align-items:stretch;width:99%}@media screen and (max-width: 800px){.auth-container .auth-form .select-container{flex-direction:column}}.header-container{display:flex;flex-direction:row;position:absolute;flex-wrap:nowrap;justify-content:space-between!important;width:100vw;height:64px;align-items:center}.brand-container{margin-top:-5px;margin-left:36px}.brand-container .brand-text{color:#fff;font-size:1.5rem}.brand-container img{width:14rem;margin-right:.2rem;margin-top:2rem;margin-left:1.5rem}@media screen and (max-width: 400px){.brand-container img{width:9rem!important;margin-right:20px;margin-left:0}}.brand-container-login{width:70%;height:64px;margin-top:-5px}.brand-container-login .brand-text{color:#fff;font-size:1.5rem}.brand-container-login img{width:14rem;margin-right:.2rem;margin-top:.2rem;margin-left:1.5rem}.auth-items-div,.auth-items-div-sider-expanded{display:flex;width:100%;transition:1s;height:64px;font-size:.7rem;justify-content:space-between!important}.auth-items-div-sider-expanded{margin-right:122px}.unauth-nav-container{width:100%}@media screen and (max-width: 400px){.unauth-nav-container{align-items:center;height:64px;line-height:5px!important;display:flex;flex-direction:column;justify-content:center;margin:0 0 0 10px;margin-right:1000px!important}.unauth-nav-container a{width:100%}}.unauth-nav-container .nav-drawer-btn-container{display:flex;justify-content:flex-end;width:100%;padding:0 36px}@media screen and (max-width: 400px){.unauth-nav-container .nav-drawer-btn-container{padding:0}}.unauth-nav-container .nav-drawer-btn-container .nav-drawer-btn{color:#353535}.unauth-nav-container .nav-drawer-btn-container .nav-drawer-btn:hover{color:#e8e8e8}@media screen and (min-width: 1025px){.unauth-nav-container .nav-drawer-btn-container{display:none}}.unauth-nav-container .nav-drawer-btn-container:hover{color:#e8e8e8!important}.unauth-nav-container .top-nav-btns-container{margin-right:122px;transition:1s;font-size:.9rem;margin-top:8px;font-weight:700;color:#e8e8e8}.unauth-nav-container .top-nav-btns-container .nav-list{display:flex;gap:1rem;justify-content:flex-end}@media screen and (max-width: 1025px){.unauth-nav-container .top-nav-btns-container .nav-list{display:none}}.unauth-nav-container .top-nav-btns-container a{color:#e8e8e8}.unauth-nav-container .top-nav-btns-container a:hover{color:#750029}.unauth-nav-container .top-nav-btns-container a[aria-current=page]{color:#750029;border-bottom:solid 3px #750029;padding:5px;transition:all .5s ease}.unauth-nav-container .top-nav-btns-container-sider-expanded{margin-right:244px;transition:1s}.unauth-nav-container .top-nav-button{position:relative;padding:.3rem 1rem;text-align:center;margin:.9rem 10px;float:right;background-color:#750029;color:#fff;font-weight:700}@media screen and (max-width: 1400px){.unauth-nav-container .top-nav-button{margin:.9rem 10px}}@media screen and (max-width: 800px){.unauth-nav-container .top-nav-button{margin:1.5rem 10px}}@media screen and (max-width: 600px){.unauth-nav-container .top-nav-button{margin:2rem 10px}}@media screen and (max-width: 400px){.unauth-nav-container .top-nav-button{float:right;padding:0 8px;width:100%;margin:5px 0;height:auto}}.unauth-nav-container .top-nav-button .top-nav-button-text-container{display:flex;width:100%;padding:0 10%;justify-content:center;font-size:.8rem;align-items:center}@media screen and (max-width: 400px){.unauth-nav-container .top-nav-button .top-nav-button-text-container{font-size:.7rem}}.unauth-nav-container .top-nav-button .top-nav-button-text{font-size:.8rem;padding-top:.2rem}@media screen and (max-width: 400px){.unauth-nav-container .top-nav-button .top-nav-button-text{font-size:.7rem}}main{min-height:80vh}.footer-container{background-color:#353535;color:#e8e8e8;font-weight:700;display:flex;flex-direction:column;justify-content:center;vertical-align:center;padding:0;margin:10vh -36px -36px;width:auto;height:auto}.footer-container .footer-content{display:flex;align-items:center;justify-content:space-around;padding:36px 24px}@media screen and (max-width: 1025px){.footer-container .footer-content{flex-direction:column}}.footer-container .footer-brand-container{align-self:flex-start;margin:0 36px 0 15px}.footer-container .footer-brand-container .brand-social-container{padding:16px;display:flex;gap:16px;font-size:2rem;align-content:center;justify-content:center;margin-left:-2rem}.footer-container .footer-brand-container .brand-social-container .social-icon{border:solid 2px #e8e8e8;border-radius:50%;padding:5px;color:#e8e8e8}.footer-container .footer-brand-container .brand-social-container .social-icon:hover{background-color:#e8e8e8;color:#353535}.footer-container .footer-brand-container img{width:15rem}.disable-scrollbars{scrollbar-width:none;-ms-overflow-style:none}.disable-scrollbars::-webkit-scrollbar{background:transparent;width:0px}.ant-layout-sider{background-color:#353535!important;font-weight:700;overflow-y:auto}.ant-layout-sider .ant-layout-sider-children{margin-top:18px;max-height:calc(100% - 18px)}.menu-ext-container{background-color:#ff003f;padding-bottom:6px;top:0;position:fixed;z-index:1;width:200px}.menu-ext-container :hover{color:#353535!important;background-color:#ff003f!important}.menu-ext-container .menu-ext-button{color:#fff;font-size:32px;width:64px;height:64px;padding-left:10px}.form-error{color:red!important;padding:5px}.main-info{position:absolute;right:99999px}.reg-modal{top:0;margin-top:2vh}.reg-modal .ant-modal-content,.reg-modal .ant-modal-title{background-color:#fff!important;color:#353535;max-height:85vh;overflow:auto}.reg-modal .ant-modal-content button,.reg-modal .ant-modal-title button{box-shadow:none;font-weight:700}.reg-modal .ant-modal-content .ant-modal-close-icon,.reg-modal .ant-modal-title .ant-modal-close-icon{color:#353535}.reg-modal .ant-modal-content .ant-modal-close-icon:hover,.reg-modal .ant-modal-title .ant-modal-close-icon:hover{color:#ff003f}.po-modal .ant-modal-content,.po-modal .ant-modal-title{background-color:#fff!important;color:#353535}.po-modal .ant-modal-content button,.po-modal .ant-modal-title button{box-shadow:none;font-weight:700;height:auto}.po-modal .ant-modal-close-icon{color:#353535}.po-modal .ant-modal-close-icon:hover{color:#ff003f}.ant-btn-default{background-color:#fff;border-color:#b8b7b7;color:#353535}.ant-btn-default:hover{border-color:#ff003f;background-color:#fff!important}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-5%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5%)}}@keyframes longSlideIn{0%{transform:translateY(-60%)}to{transform:translateY(0)}}@keyframes longSlideOut{0%{transform:translateY(240%)}to{transform:translateY(0)}}.verify-email{display:flex;flex-direction:column;align-items:center;justify-content:center}.verify-email h1{margin-bottom:1.5rem}.verify-email p{padding:10px 0}.verify-email Button{box-shadow:none;font-weight:700}.verify-email .change-email-form-container{width:400px}.verify-email .change-email-form-container form{display:flex;align-items:center;animation:fadeInAnimation 1s;padding:10px}.verify-email .change-email-form-container form .change-email-form-wrapper{position:relative;padding:10px;margin:10px;width:100%}.verify-email .change-email-form-container form .change-email-form-wrapper input{padding:10px;width:100%;border-radius:5px;border:solid 1px #353535;padding-right:110px!important}.verify-email .change-email-form-container form .change-email-form-wrapper input:focus{border:solid 1px #ff003f;outline:none}.verify-email .change-email-form-container form .change-email-form-wrapper input:hover{border:solid 1px #ff003f;outline:none}.verify-email .change-email-form-container form .change-email-form-wrapper Button{position:absolute;right:2.5%;top:18%;height:37px;font-size:large;box-shadow:none;font-weight:700;border:none;border-radius:0 5px 5px 0}.resend-message{animation:fadeInAnimation 1s}.pricing-header{color:#353535;margin:.3rem;text-align:center}.ant-card{background:#353535}.pricing{margin:1rem;text-align:center;color:#e8e8e8!important}.pricing .ant-card-bordered{border:3px solid #353535!important}.pricing .ant-card-body,.pricing .ant-card-head-title{color:#e8e8e8;font-size:1.1rem;text-wrap:wrap!important}.pricing .pricing-card{margin:1.5rem}.pricing .price sup{font-size:large}.pricing .amount{font-size:2.5rem;font-weight:700}.pricing .description{padding:.5rem;line-height:2;font-size:1rem;font-weight:700}.pricing Button{margin-top:1rem;font-size:1rem;padding:0 36px}@media screen and (max-width: 800px){.pricing Button{padding:0 24px}}.contact-sales-group{margin-top:3rem}.contact-sales{display:flex;flex-direction:column;margin:.3rem auto;width:50%;padding:.3rem;align-items:center}.contact-sales Button{box-shadow:none;font-weight:700}.contact-heading{color:#353535;padding-bottom:36px}.contact-form-container,.recipe-form-container{width:30vw;padding:36px}@media screen and (max-width: 1025px){.contact-form-container,.recipe-form-container{width:60%}}@media screen and (max-width: 600px){.contact-form-container,.recipe-form-container{width:100%}}@media screen and (max-width: 400px){.contact-form-container,.recipe-form-container{padding:0}}.contact-form-container .contact-form,.recipe-form-container .contact-form,.recipe-form-container .recipe-form{display:flex;flex-direction:column;margin:auto}.contact-form-container .contact-form input,.recipe-form-container .contact-form input,.recipe-form-container .recipe-form input{padding:10px;border-radius:5px;border:solid 1px #353535}.contact-form-container .contact-form input:focus,.recipe-form-container .contact-form input:focus,.recipe-form-container .recipe-form input:focus{border:solid 1px #ff003f;outline:none}.contact-form-container .contact-form input:hover,.recipe-form-container .contact-form input:hover,.recipe-form-container .recipe-form input:hover{border:solid 1px #ff003f;outline:none}.contact-form-container .contact-form input:disabled:hover,.recipe-form-container .contact-form input:disabled:hover,.recipe-form-container .recipe-form input:disabled:hover{border:solid 1px #353535;cursor:not-allowed}.contact-form-container .contact-form textarea,.recipe-form-container .contact-form textarea,.recipe-form-container .recipe-form textarea{padding:10px;border:solid 1px #353535;resize:none}.contact-form-container .contact-form textarea:focus,.recipe-form-container .contact-form textarea:focus,.recipe-form-container .recipe-form textarea:focus{border:solid 1px #ff003f;outline:none}.contact-form-container .contact-form textarea:hover,.recipe-form-container .contact-form textarea:hover,.recipe-form-container .recipe-form textarea:hover{border:solid 1px #ff003f;outline:none}.contact-form-container .contact-form textarea:disabled:hover,.recipe-form-container .contact-form textarea:disabled:hover,.recipe-form-container .recipe-form textarea:disabled:hover{border:solid 1px #353535;cursor:not-allowed}.contact-form-container .contact-form .inv-date-picker,.contact-form-container .contact-form .inv-date-picker-disabled,.recipe-form-container .contact-form .inv-date-picker,.recipe-form-container .contact-form .inv-date-picker-disabled,.recipe-form-container .recipe-form .inv-date-picker,.recipe-form-container .recipe-form .inv-date-picker-disabled{height:37px;margin:0;padding:10px 10px 10px 0}.contact-form-container .contact-form .inv-date-picker input,.contact-form-container .contact-form .inv-date-picker-disabled input,.recipe-form-container .contact-form .inv-date-picker input,.recipe-form-container .contact-form .inv-date-picker-disabled input,.recipe-form-container .recipe-form .inv-date-picker input,.recipe-form-container .recipe-form .inv-date-picker-disabled input{border:none}.contact-form-container .contact-form label,.recipe-form-container .contact-form label,.recipe-form-container .recipe-form label{padding:10px 5px;color:#353535;font-weight:700}.contact-form-container .contact-form Button,.recipe-form-container .contact-form Button,.recipe-form-container .recipe-form Button{margin-top:30px;font-size:large;padding:18px;text-align:center}.recipe-form-container{width:50%;border:solid 1px #353535}.recipe-form-container .recipe-items-container,.recipe-form-container .recipe-edit-field{display:flex;justify-content:space-between;gap:10px;margin:5px 0}.recipe-select{min-width:50%;max-width:50%}.recipe-qty{flex-grow:1}.recipe-qty input:disabled{border-color:#b8b7b7;color:#b8b7b7}.recipe-qty input:disabled+span{color:#b8b7b7}.footer-links-container{display:flex;flex-direction:column;padding:3px;font-size:.9rem;margin:10px 2rem;align-self:flex-start}.footer-links-container a{color:#e8e8e8;padding:10px 0}.footer-links-container a:hover{color:#ff003f}.copyright{font-size:.7rem;padding:3px;margin-bottom:16px;text-align:center}.auth-nav-container{display:flex;justify-content:flex-end;width:100%;padding:5px;margin-right:20%;color:#e8e8e8;float:right!important}.auth-nav-container p{margin-right:10px;font-weight:700;color:#fff}.auth-nav-container a{color:#e8e8e8;max-height:45px}.auth-nav-container .user-nav-button{max-width:fit-content;background-color:#e8e8e8;border-radius:50%;box-shadow:none;padding:0 6px;margin-top:17px}.auth-nav-container .user-nav-button:hover,.auth-nav-container .user-nav-button:active{background-color:#353535!important;color:#e8e8e8!important;border-color:#353535}.forgot-pass-form-container{margin:10vh auto 0;text-align:center;width:400px}.forgot-pass-form-container h1,.forgot-pass-form-container h3{color:#353535;padding:10px}.forgot-pass-form-container form{display:flex;align-items:center;padding:10px}.forgot-pass-form-container form .forgot-pass-form-wrapper{position:relative;padding:10px;margin:10px;width:100%}.forgot-pass-form-container form .forgot-pass-form-wrapper input{padding:10px;width:100%;border-radius:5px;border:solid 1px #353535}.forgot-pass-form-container form .forgot-pass-form-wrapper input:focus{border:solid 1px #ff003f;outline:none}.forgot-pass-form-container form .forgot-pass-form-wrapper input:hover{border:solid 1px #ff003f;outline:none}.forgot-pass-form-container form .forgot-pass-form-wrapper Button{position:absolute;right:2.5%;top:17.5%;height:37px;font-size:large;box-shadow:none;font-weight:700;border:none;border-radius:0 5px 5px 0}.reset-pass-form-container{margin:10vh auto 0;text-align:center;width:400px}.reset-pass-form-container h1,.reset-pass-form-container h3{color:#353535;padding:10px}.reset-pass-form-container form{display:flex;align-items:center;padding:10px}.reset-pass-form-container form .reset-pass-form-wrapper{position:relative;padding:10px;margin:10px;width:100%}.reset-pass-form-container form .reset-pass-form-wrapper input{padding:10px;width:100%;border-radius:5px;border:solid 1px #353535}.reset-pass-form-container form .reset-pass-form-wrapper input:focus{border:solid 1px #ff003f;outline:none}.reset-pass-form-container form .reset-pass-form-wrapper input:hover{border:solid 1px #ff003f;outline:none}.reset-pass-form-container form .reset-pass-form-wrapper Button{margin-top:1rem;font-size:large;width:100%;font-weight:700;border:none}.pass-error{text-align:center;margin-top:-1%}.card{background-color:#fff;color:#353535;border:none;box-shadow:1px 1px 3px}.card .ant-card-head{background-color:#fff;color:#353535}.card ul{list-style:none}.dashboard-card-width{width:400px}.settings-card-width{width:60vw}.auth-error{color:red;padding:5px;font-weight:400}.branch-selector-container{display:flex;min-width:300px!important;align-items:center;padding:5px;font-weight:700;color:#353535;flex-flow:row}.branch-selector-container .ant-select-selector{background-color:#fff!important}.branch-selector-container .ant-select-selection-placeholder{color:#b8b7b7;font-weight:400}.branch-selector-container .ant-select-focused .ant-select-selector{box-shadow:none!important}.branch-selector-container .branch-selector-space,.branch-selector-container .branch-selector-space .ant-space-item,.branch-selector-container .branch-selector-space .ant-space-item .branch-selector{width:100%}.ant-select-selection-item{color:#353535!important;font-weight:700}.ant-select-item-option-selected .ant-select-item-option-content{color:#353535!important}.ant-select-item-option-content{color:#e8e8e8}.ant-select-item-option-disabled .ant-select-item-option-content{color:gray!important}.ant-select-arrow{color:#353535!important}.ant-select-dropdown{background-color:#353535!important}.rc-virtual-list-scrollbar-thumb{background-color:#e8e8e8!important;opacity:.7}.ant-select-item-option-content{font-weight:700}.currency-select-container{margin-top:10px}.currency-select-container .currency-selector{color:#353535;margin-top:10px}.currency-select-container .currency-selector:focus{outline:none!important}.acc-list{margin:6px 24px 12px}.top-header{position:absolute;z-index:1;top:0;padding:0;background:none;max-height:64px!important}.page-header,.page-header-sider-expanded{position:absolute;z-index:1;width:100%;transition:1s;display:flex;justify-content:space-between;align-items:center;margin:-73px -36px 0;border-bottom:solid #b8b7b7 1px;padding:5px 35px;background-color:#e8e8e8;color:#353535;max-height:52px}.page-header .page-heading-text,.page-header-sider-expanded .page-heading-text{flex:1;text-align:center!important;margin-right:122px}.page-header .clock-container,.page-header-sider-expanded .clock-container{text-align:right;margin-right:10%}.page-header-sider-expanded{width:calc(100% - 122px)}.content-container,.content-container-unauth{margin:107px 0 auto;padding:36px 36px 0;min-height:80vh;height:80vh;background:#fff;overflow:auto}.content-container-unauth{margin-top:70px;height:calc(100vh - 64px)}.branch-and-user-list{margin:0 1rem;line-height:2.5}.branch-and-user-list li{display:flex;align-items:center}.branch-and-user-list p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%}.branch-and-user-list .settings-tag{margin-left:auto}.settings-container{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;gap:2vw}.settings-container h4{margin:6px 0}.settings-button{margin:10px 10px 10px 0;font-weight:700}.non-shadow-primary-button{box-shadow:none;font-weight:700;border:solid 1px #d40015}.ant-table-content{background-color:#fafafa}.ant-table-tbody{background:#fff}.ant-table-cell{color:#353535}.ant-table-cell-row-hover{background-color:#fafafa!important}.ant-pagination .ant-pagination-item a{color:#353535!important}.ant-pagination .ant-pagination-item-active{border-radius:50px;background-color:#ff003f}.ant-pagination .ant-pagination-item-active a{color:#e8e8e8!important}.ant-pagination .ant-pagination-next:hover,.ant-pagination .ant-pagination-prev:hover{background-color:#ff003f;border-radius:50px}.ant-pagination .ant-pagination-next:hover .anticon-left,.ant-pagination .ant-pagination-next:hover .anticon-right,.ant-pagination .ant-pagination-prev:hover .anticon-left,.ant-pagination .ant-pagination-prev:hover .anticon-right{color:#e8e8e8}.ant-pagination .anticon-left,.ant-pagination .anticon-right{color:#353535}.ant-pagination a:hover{background-color:#ff003f;color:#e8e8e8!important;border-radius:50px}.ant-pagination .ant-pagination-disabled{background-color:#fff!important}.ant-pagination .ant-pagination-disabled .anticon-left,.ant-pagination .ant-pagination-disabled .anticon-right{color:#b1afaf!important}.ant-tag-green{background-color:#f6ffed!important;color:#389e0d!important;border-color:#b7eb8f!important}.ant-tag-red{background-color:#fff1f0!important;color:#cf1322!important;border-color:#ffa39e!important}.edit-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.edit-container .edit-field,.edit-container .recipe-edit-field{float:left;width:85%}.edit-container .edit-field:disabled,.edit-container .recipe-edit-field:disabled{border-color:#b8b7b7;color:#b8b7b7}.edit-container .edit-icon{float:right;width:10%;font-size:large}.edit-container .edit-icon:hover{color:#ff003f;cursor:pointer}.edit-submit-btn{width:85%}.edit-submit-btn:disabled{color:#b8b7b7}.link-disabled{color:#b8b7b7;pointer-events:none}.button-with-icon,.single-checkbox,.single-checkbox-disabled{display:flex;align-items:center}.checkbox,.radio{accent-color:#ff003f}.checkbox-list{list-style:none;padding:.2rem;width:85%}.checkbox-list .checkbox-list-item{padding-top:10px;text-transform:capitalize}.checkbox-item{display:flex;justify-content:space-between}.checkbox-item label{padding-top:0!important;padding-bottom:0!important}.checkbox-list-disabled,.single-checkbox-disabled{opacity:.5;cursor:not-allowed}.checkbox-list-disabled label,.single-checkbox-disabled label{cursor:not-allowed}.single-checkbox label,.single-checkbox-disabled label{padding:10px;width:100%}.single-checkbox input,.single-checkbox-disabled input{margin-right:10px}.ant-select-selector{border:solid 1px #353535!important}.ant-select-selector:hover{cursor:pointer!important;background-color:#353535!important}.ant-select-selector:hover .ant-select-selection-item{color:#e8e8e8!important;font-weight:700}.ant-select:hover .ant-select-arrow{color:#e8e8e8!important}.transaction-form-container{margin:12px 0 36px;border:solid 1px #b8b7b7;animation-duration:.3s;animation-fill-mode:backwards;min-height:200px;background-color:#fff}.transaction-form-container.slide-in{animation-name:slideIn}.transaction-form-container.slide-out{animation-name:slideOut}.transaction-form-header{display:flex;color:#e8e8e8;background-color:#353535;margin:-1px;padding:10px;gap:10px}.transaction-form-body{padding:10px}.transaction-form-body .transaction-form-buttons{display:flex;flex-direction:row;justify-content:flex-end;gap:10px;margin-right:10px}.transaction-form-body .transaction-form-buttons Button{display:flex;align-items:center;margin:5px 0}.transaction-form,.invoice-form{width:100%;display:flex;flex-direction:row;margin:12px 0}.transaction-form .transaction-field-container,.transaction-form .inv-payment-detail-container .payment,.inv-payment-detail-container .transaction-form .payment,.invoice-form .transaction-field-container,.invoice-form .inv-payment-detail-container .payment,.inv-payment-detail-container .invoice-form .payment{display:flex;flex-direction:column;padding:0 10px;flex-grow:.5}.transaction-form .transaction-field-container input,.transaction-form .inv-payment-detail-container .payment input,.inv-payment-detail-container .transaction-form .payment input,.invoice-form .transaction-field-container input,.invoice-form .inv-payment-detail-container .payment input,.inv-payment-detail-container .invoice-form .payment input{padding:10px;border-radius:5px;border:solid 1px #353535}.transaction-form .transaction-field-container input:focus,.transaction-form .inv-payment-detail-container .payment input:focus,.inv-payment-detail-container .transaction-form .payment input:focus,.invoice-form .transaction-field-container input:focus,.invoice-form .inv-payment-detail-container .payment input:focus,.inv-payment-detail-container .invoice-form .payment input:focus{border:solid 1px #ff003f;outline:none}.transaction-form .transaction-field-container input:hover,.transaction-form .inv-payment-detail-container .payment input:hover,.inv-payment-detail-container .transaction-form .payment input:hover,.invoice-form .transaction-field-container input:hover,.invoice-form .inv-payment-detail-container .payment input:hover,.inv-payment-detail-container .invoice-form .payment input:hover{border:solid 1px #ff003f;outline:none}.transaction-form .transaction-field-container input:disabled:hover,.transaction-form .inv-payment-detail-container .payment input:disabled:hover,.inv-payment-detail-container .transaction-form .payment input:disabled:hover,.invoice-form .transaction-field-container input:disabled:hover,.invoice-form .inv-payment-detail-container .payment input:disabled:hover,.inv-payment-detail-container .invoice-form .payment input:disabled:hover{border:solid 1px #353535;cursor:not-allowed}.transaction-form .transaction-field-container label,.transaction-form .inv-payment-detail-container .payment label,.inv-payment-detail-container .transaction-form .payment label,.invoice-form .transaction-field-container label,.invoice-form .inv-payment-detail-container .payment label,.inv-payment-detail-container .invoice-form .payment label{padding:10px 5px;color:#353535;font-weight:700}.transaction-form Button,.invoice-form Button{margin-top:30px;font-size:large;height:auto;text-align:center}.long-input{flex-grow:4!important}.transaction-select{max-width:250px}.invoice-form{font-size:small;justify-content:space-between}.invoice-form .invoice-field-container{display:flex;flex-direction:column;padding:0 3px;overflow:hidden;min-width:11.5%;max-width:11.5%}.invoice-form .invoice-field-container input{padding:10px;border-radius:5px;border:solid 1px #353535}.invoice-form .invoice-field-container input:focus{border:solid 1px #ff003f;outline:none}.invoice-form .invoice-field-container input:hover{border:solid 1px #ff003f;outline:none}.invoice-form .invoice-field-container input:disabled{border:solid 1px #b8b7b7}.invoice-form .invoice-field-container input:disabled:hover{border:solid 1px #b8b7b7;cursor:not-allowed}.invoice-form .invoice-date-container{display:flex;flex-direction:column;padding:0;min-width:12%;max-width:12%}.invoice-form .invoice-date-container .ant-picker-input input{font-size:small;padding:3.5px}.existing-exp{text-align:center;border:solid 1px #b8b7b7;color:#353535;opacity:.8;padding:10px 0!important;border-radius:5px;margin:0 5px;cursor:not-allowed}.inv-date-picker,.inv-date-picker-disabled{border-color:#353535!important;margin-top:0!important}.inv-date-picker:hover,.inv-date-picker-disabled:hover{border-color:#ff003f!important}.inv-date-picker-disabled,.inv-date-picker-disabled:hover{border-color:#b8b7b7!important}.invoice-header,.invoice-header-thermal{width:100%;justify-self:center;display:flex;align-items:center;background:#ff265b;margin:0;height:24px;border-radius:5px}.invoice-header label,.invoice-header-thermal label{font-size:small;padding:5px 0;color:#fff!important;font-weight:700!important;text-wrap:nowrap}@media screen and (max-width: 1025px){.invoice-header label,.invoice-header-thermal label{font-size:.6rem}}.inv-item-label{min-width:18%;margin:0 0 0 4%}.inv-batch-label,.inv-view-line .line-inv-batch,.inv-expiry-label,.inv-view-line .line-inv-expiry,.inv-qty-label,.inv-view-line .line-inv-qty,.inv-rate-label,.inv-taxes-label,.inv-tax-amnt-label,.inv-view-line .line-inv-tax-amnt{min-width:11.5%}.input-with-unit,.order-form .discount-container .discount-input{position:relative;display:flex;align-items:center;width:100%}.input-with-unit input,.order-form .discount-container .discount-input input{padding-right:44px!important;width:100%}.input-with-unit span,.order-form .discount-container .discount-input span{position:absolute;right:10px;color:#353535;pointer-events:none}.invoice-info,.subtotal-info,.tax-info{padding:10px 10% 0 0!important;max-width:100%;min-width:100%}.tax-info{margin-right:0;padding:10px 0!important;max-width:100%;min-width:100%}.multi-tax{margin-top:-10px}.subtotal-info{max-width:100%!important;min-width:100%;padding:10px 0}.invoice-select{max-width:18%!important;min-width:18%!important;overflow:visible!important}.inv-batch-select{overflow:visible!important}.invoice-tax{max-width:100%}.invoice-add-line-icon{color:green}.invoice-add-line-icon:disabled{color:#b8b7b7}.invoice-add-line-button,.recipe-add-line-button{margin-left:5px}.invoice-add-line-button:hover,.recipe-add-line-button:hover{border-color:green!important;color:green!important;background-color:transparent!important}.invoice-add-line-button:disabled,.recipe-add-line-button:disabled,.invoice-add-line-button:disabled:hover{color:#b8b7b7!important;border-color:#b8b7b7!important}.invoice-add-line-button:disabled .invoice-add-line-icon,.recipe-add-line-button:disabled .invoice-add-line-icon,.invoice-add-line-button:disabled:hover .invoice-add-line-icon{color:#b8b7b7}.recipe-add-line-button{font-size:.825rem!important;width:fit-content;margin-top:16px!important;padding:15px!important}.invoice-del-line-icon,.invoice-del-line-icon-disabled{min-width:24px;max-width:24px;font-size:x-large;color:red;margin:7px 6px 0 3px;cursor:pointer}.invoice-del-line-icon:hover,.invoice-del-line-icon-disabled:hover{color:#d40015}.invoice-del-line-icon:active,.invoice-del-line-icon-disabled:active{opacity:.7}.invoice-del-line-icon-disabled{pointer-events:none;color:#b8b7b7}.inv-final-detail-container,.inv-final-detail-container-thermal,.inv-view-payment-detail-container,.order-receipts-container{width:60%;margin-left:40%}.inv-final-detail-container .invoice-final-detail,.inv-final-detail-container-thermal .invoice-final-detail,.inv-view-payment-detail-container .invoice-final-detail,.order-receipts-container .invoice-final-detail{display:flex;align-items:center;width:100%;justify-content:space-between;gap:10px;padding:3px 10px 3px 5px}.inv-final-detail-container .invoice-final-detail .detail-heading,.inv-final-detail-container-thermal .invoice-final-detail .detail-heading,.inv-view-payment-detail-container .invoice-final-detail .detail-heading,.order-receipts-container .invoice-final-detail .detail-heading{width:50%}.inv-final-detail-container .invoice-final-detail .detail-amount,.inv-final-detail-container-thermal .invoice-final-detail .detail-amount,.inv-view-payment-detail-container .invoice-final-detail .detail-amount,.order-receipts-container .invoice-final-detail .detail-amount{max-width:50%;overflow:hidden}.inv-final-detail-container .taxes-heading,.inv-final-detail-container-thermal .taxes-heading,.inv-view-payment-detail-container .taxes-heading,.order-receipts-container .taxes-heading{margin-top:5px;padding-left:5px}.inv-final-detail-container .final-total,.inv-final-detail-container-thermal .final-total,.inv-view-payment-detail-container .final-total,.order-receipts-container .final-total{display:flex;align-items:center;width:100%;justify-content:space-between;margin:10px 0 2px}.inv-final-detail-container .tax-breakdown,.inv-final-detail-container-thermal .tax-breakdown,.inv-view-payment-detail-container .tax-breakdown,.order-receipts-container .tax-breakdown{display:flex;justify-content:space-between;align-items:center;width:100%}.inv-final-detail-container .tax-breakdown .tax-list,.inv-final-detail-container-thermal .tax-breakdown .tax-list,.inv-view-payment-detail-container .tax-breakdown .tax-list,.order-receipts-container .tax-breakdown .tax-list{margin-left:16px;overflow:hidden}.inv-final-detail-container .tax-breakdown .tax-list .tax-names,.inv-final-detail-container-thermal .tax-breakdown .tax-list .tax-names,.inv-view-payment-detail-container .tax-breakdown .tax-list .tax-names,.order-receipts-container .tax-breakdown .tax-list .tax-names{min-width:80%;max-width:100%}.inv-final-detail-container .tax-breakdown .tax-list .tax-amounts,.inv-final-detail-container-thermal .tax-breakdown .tax-list .tax-amounts,.inv-view-payment-detail-container .tax-breakdown .tax-list .tax-amounts,.order-receipts-container .tax-breakdown .tax-list .tax-amounts{min-width:70%}.inv-payment-detail-container{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1%!important}.inv-payment-detail-container .payment-field-container{display:flex;flex-direction:column;width:32%}.inv-payment-detail-container .payment-field-container p{align-self:center}.inv-payment-detail-container .payment{flex-direction:row!important;justify-content:flex-end!important;align-content:center!important;flex-grow:0!important;min-width:100%}.inv-payment-detail-container .payment .css-b62m3t-container{min-width:70%;margin-right:5%}.inv-payment-detail-container .payment .css-b62m3t-container input{margin:0!important}.inv-payment-detail-container .payment label{align-self:center;padding:0!important;margin:0 5px!important}.inv-payment-detail-container .payment input{min-width:60%;max-width:60%;margin-left:5px!important}.inv-payment-detail-container .payment .payment-desc{min-width:70%;max-width:80%}.inv-error{width:50%;margin-left:50%}.transaction-form-msg-container{padding:10px;margin:-20px 0 0 8px}.success-msg{padding:5px}.page-subheading{background-color:#353535;color:#e8e8e8;text-align:center;padding:5px;margin:-11px -11px 18px}.transactions-container,.order-details-pane,.order-items-list-pane,.order-items-container{padding:10px;border:solid 1px #b8b7b7;animation-duration:.3s;animation-fill-mode:backwards}.transactions-container.long-slide-in,.long-slide-in.order-details-pane,.long-slide-in.order-items-list-pane,.long-slide-in.order-items-container{animation-name:longSlideIn}.transactions-container.long-slide-out,.long-slide-out.order-details-pane,.long-slide-out.order-items-list-pane,.long-slide-out.order-items-container{animation-name:longSlideOut}.date-picker,.inv-date-picker,.inv-date-picker-disabled{margin:5px;border-color:#b8b7b7}.date-picker .ant-picker-suffix,.inv-date-picker .ant-picker-suffix,.inv-date-picker-disabled .ant-picker-suffix,.date-picker .ant-picker-separator,.inv-date-picker .ant-picker-separator,.inv-date-picker-disabled .ant-picker-separator,.date-picker input::placeholder,.inv-date-picker input::placeholder,.inv-date-picker-disabled input::placeholder{color:#b8b7b7!important}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range:before,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before{background-color:#ff265b!important}.ant-picker-dropdown .ant-picker-today-btn{color:#353535}.ant-picker-dropdown .ant-picker-today-btn:hover{color:#ff003f}.show-transactions-button{margin:0 10px}.ant-picker-header-prev-btn,.ant-picker-header-super-prev-btn,.ant-picker-header-next-btn,.ant-picker-header-super-next-btn{color:#353535!important}.ant-picker-header-prev-btn:hover,.ant-picker-header-super-prev-btn:hover,.ant-picker-header-next-btn:hover,.ant-picker-header-super-next-btn:hover{color:#ff003f!important}.ant-table-placeholder{background-color:transparent!important}.ant-table-placeholder .ant-empty-description{color:#b8b7b7}.ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder:hover>th,.ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder:hover>td,.ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder{background-color:transparent}.transactions-date-msg{text-align:center;margin:5% 0}.transactions-table{margin-top:24px}.transactions-table-heading{text-align:center;color:#353535;padding:5px}.large-icon{font-size:large}.action-icon{color:#353535}.action-icon:hover{color:#ff003f;cursor:pointer}.unstyled-list{list-style:none}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-actions{display:flex;justify-content:space-between}.edit-transaction-modal{margin:auto}.edit-transaction-modal .ant-modal-content{background-color:#fff!important;color:#353535;max-width:1800px!important;padding:0}.edit-transaction-modal .ant-modal-close{margin-top:-5px;color:#e8e8e8}.edit-transaction-modal .ant-modal-close:hover{color:#ff003f}.inverted-icon{transform:rotate(180deg)}.del-transaction-modal,.order-view-modal{margin:auto}.del-transaction-modal .ant-modal-title,.order-view-modal .ant-modal-title{background-color:#fff!important;color:#353535;max-height:85vh;overflow:auto}.del-transaction-modal .ant-modal-content,.order-view-modal .ant-modal-content{background-color:#fff!important;color:#353535;max-width:1800px!important;font-weight:700}.del-transaction-modal .ant-modal-content button,.order-view-modal .ant-modal-content button{box-shadow:none}.del-transaction-modal .ant-modal-content .ant-modal-close-icon,.order-view-modal .ant-modal-content .ant-modal-close-icon{color:#353535}.del-transaction-modal .ant-modal-content .ant-modal-close-icon:hover,.order-view-modal .ant-modal-content .ant-modal-close-icon:hover{color:#ff003f}.del-transaction-modal .ant-modal-close,.order-view-modal .ant-modal-close{margin-top:-5px;color:#e8e8e8}.del-transaction-modal .ant-modal-close:hover,.order-view-modal .ant-modal-close:hover{color:#ff003f}.ledger-details-card-title,.items-card-title{display:flex;align-items:center;justify-content:space-between;padding:0 10px}.ledger-details-card-container{margin-bottom:24px}.waiters-and-riders-card-container,.item-cards-container{display:flex;gap:24px;flex-wrap:wrap;padding:24px;max-height:70vh;overflow-y:auto}.waiters-and-riders-card,.item-card,.order-card{width:calc(33.3% - 17px)}.waiters-and-riders-card .ant-card-meta-description,.item-card .ant-card-meta-description,.order-card .ant-card-meta-description{color:#353535;padding:0 10px 0 15px;max-width:80%}.card-separator{height:1px;background-color:#ff003f;border:none;margin:10px -30px}.item-card,.order-card{width:calc(25% - 20px)}@media screen and (max-width: 1025px){.item-card,.order-card{width:calc(33.3% - 17px)}}.item-card .ant-card-meta-description,.order-card .ant-card-meta-description{padding:0 5px}.items-card-title{padding:0}.inactive-wor-card{color:#b8b7b7}.inactive-wor-card img{opacity:.5}.inactive-wor-card .ant-card-meta-description{color:#b8b7b7}.wor-inactive-tag{position:absolute;display:flex;align-items:center;font-size:3rem;height:4rem;justify-content:center;width:fit-content;margin-top:10px;top:50%;left:50%;transform:translate(-50%,-50%)}.order-items-container{margin:0 10px}.inventory-tax-list{line-height:1.5;margin:0 0 10px 16px}.inv-view-buttons-container{display:flex;gap:16px;margin-bottom:24px;width:8.5in}.inv-details-container{border:solid 1px #353535;width:8.5in}.inv-view-container{display:flex;flex-direction:column;padding:10px;width:8.5in;font-size:small;page:po}.inv-view-header{padding:5px}.inv-view-header p{padding:2px 0}.inv-view-meta{float:right}.inv-view-item-label,.inv-view-line .line-inv-item{min-width:18%;margin-left:2%}.inv-view-rate-label,.inv-view-line .line-inv-rate{min-width:9%}.inv-view-taxes-label,.inv-view-line .line-inv-taxes{min-width:12%;margin-right:10px}.inv-view-line{display:flex;padding:10px 0}.inv-view-line .line-inv-expiry{margin:0 3px}.inv-view-line .line-inv-taxes{max-width:11.5%;padding-right:5px}.inv-view-line .line-inv-tax-amnt{margin-left:10px}.inv-view-line .line-inv-subtotal{margin-right:5px}.inv-view-payment-detail-container,.order-receipts-container{padding:5px}.inv-view-payment-detail-container .inv-view-payment-detail,.order-receipts-container .inv-view-payment-detail{display:flex;justify-content:space-between;padding:5px}.medium-icon{font-size:.9rem}.payment-rem-amount{padding:10px 80px;float:right}.payment-errors-container{margin:-70px 0 0;padding:0 24px;min-height:70px}.payment-date{flex-shrink:0;margin:0 10px;flex-grow:1}.payment-desc{margin-right:10px;flex-grow:200}.payment-amount{flex-shrink:0}.inv-del-button{margin-left:auto}.inv-qty-input{margin:0 auto}.text-center{text-align:center}.recipe-btns-container{width:50%;display:flex;justify-content:space-between}.recipe-view-container{width:50%;border:solid 1px #b8b7b7}.recipe-print-container{display:flex;flex-direction:column;padding:20px 10px}.recipe-items-list{display:flex;align-items:center;justify-content:space-between;padding:5px}.recipe-view-item{flex-grow:1;padding-left:10px}.recipe-view-qty{flex-grow:1;text-align:right}.recipe-view-unit{margin-left:5px;width:40px}.kitchen-ops-radio-btns-container{display:flex;gap:10px;padding:0 5px}.kitchen-ops-radio-btns-container .kitchen-ops-radio-btns{display:flex;gap:5px;margin-right:10px}.item-image-upload{display:flex;justify-content:center}.item-image-upload .ant-upload-list-item-container{width:256px!important;height:256px!important}.crop-modal .ant-modal-content,.crop-modal .ant-modal-title{background-color:#fff!important;color:#353535}.crop-modal .ant-modal-content button,.crop-modal .ant-modal-title button{box-shadow:none;font-weight:700}.crop-modal .ant-modal-content .ant-slider .ant-slider-rail,.crop-modal .ant-modal-title .ant-slider .ant-slider-rail{background-color:#b8b7b7}.crop-modal .ant-modal-content .ant-slider .ant-slider-track,.crop-modal .ant-modal-title .ant-slider .ant-slider-track{background-color:#ff003f}.crop-modal .ant-modal-content .img-crop-control button,.crop-modal .ant-modal-title .img-crop-control button{font-weight:400}.crop-modal .ant-modal-content .img-crop-control button:disabled,.crop-modal .ant-modal-title .img-crop-control button:disabled{opacity:1;color:#b8b7b7}.crop-modal .ant-modal-content .ant-btn-default:hover,.crop-modal .ant-modal-title .ant-btn-default:hover{border-color:#ff003f;background-color:#fff}.crop-modal .ant-modal-content .ant-modal-close-icon,.crop-modal .ant-modal-title .ant-modal-close-icon{color:#353535}.crop-modal .ant-modal-content .ant-modal-close-icon:hover,.crop-modal .ant-modal-title .ant-modal-close-icon:hover{color:#ff003f}.card-image{max-width:100%;max-height:100%;width:auto;height:auto;margin-bottom:10px}.item-taxes-li{display:flex;flex-direction:column;justify-self:flex-start;min-width:100%;max-width:100%}.item-taxes-li strong{min-width:100%}.item-taxes-li ul{padding-left:8px;min-width:100%;max-width:100%}.item-taxes-li ul li{line-height:1.1}.item-taxes-li ul li p{min-width:100%;max-width:100%}.ant-tag-checkable{font-size:.8rem;font-weight:700;padding:2px 12px}.ant-tag-checkable:hover{background-color:#e8e8e8!important;color:#d40015!important}.order-panes-container{display:flex;gap:5px}.item-cards-container{max-height:none}.order-items-list-pane{flex-grow:1}.order-details-pane{min-width:3in;max-width:3in}.order-details-pane label{font-weight:700;color:#353535}.order-details-pane h4{color:#353535}.order-card{position:relative;overflow:hidden}.order-card .ant-card-meta-title{font-size:.8rem;text-wrap:wrap}.order-card .ant-card-meta-title span{text-wrap:nowrap}.order-card .card-hover-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#00000080;color:#fff;opacity:0;transition:opacity .3s ease}.order-card .card-hover-content .counter-wrapper{display:flex;align-items:center;margin-bottom:10px;background-color:#fff;border-radius:6px}.order-card .card-hover-content .counter-wrapper .counter-btn{background:#fff;color:#353535;box-shadow:none;font-size:large;cursor:pointer;font-weight:700;width:20px;outline:none!important}.order-card .card-hover-content .counter-wrapper .counter-btn:hover{color:#ff003f}.order-card .card-hover-content .counter-wrapper .counter-input{width:40px;height:100%;text-align:center;border:1px solid #ccc;padding:5px 3px;outline:none;appearance:none!important;-moz-appearance:textfield!important;-webkit-appearance:none}.order-card .card-hover-content .counter-wrapper .counter-input::-webkit-inner-spin-button,.order-card .card-hover-content .counter-wrapper .counter-input::-webkit-outer-spin-button{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;margin:0}.order-card .card-hover-content .add-to-order-btn{border:none;padding:8px 16px;font-size:14px;cursor:pointer;outline:none!important}.order-card .card-hover-content .add-to-order-btn:active{background-color:#ff003f}.order-card:hover .card-hover-content{opacity:1}.order-radio-btns{display:inline-flex;justify-content:space-between;align-items:center;width:45%;margin-left:10px}.order-radio-btns input{vertical-align:-1px}.order-radio-btns input:disabled{cursor:not-allowed}.order-radio-btns label{font-weight:400}.order-radio-btns:hover{color:#ff003f}.invoice-header-thermal{background-color:#353535;margin:5px 0}.invoice-header-thermal label{font-size:.7rem}.invoice-header-thermal h4{margin:auto;color:#fff}.invoice-header-thermal .thermal-qty-label{margin-left:5%;width:12%}.invoice-header-thermal .thermal-desc-label{width:37%;margin-left:1%}.invoice-header-thermal .thermal-price-label{width:18%}.invoice-header-thermal .thermal-total-label{width:26%;margin-left:1%}.thermal-inv-view-line,.thermal-print-inv-line{display:flex;width:100%;justify-content:space-between;font-size:.8rem;border-bottom:#353535 1px dotted}.thermal-inv-view-line .thermal-line-del-icon,.thermal-print-inv-line .thermal-line-del-icon{margin-top:4px}.thermal-inv-view-line .thermal-qty,.thermal-print-inv-line .thermal-qty{min-width:12%;max-width:12%;margin-left:1%;overflow:visible;text-wrap:nowrap}.thermal-inv-view-line .thermal-desc,.thermal-print-inv-line .thermal-desc{width:37%;max-width:37%;text-wrap:wrap;margin-left:1%;overflow:hidden}.thermal-inv-view-line .thermal-price,.thermal-print-inv-line .thermal-price{min-width:18%;max-width:18%;overflow:hidden;margin-left:1%}.thermal-inv-view-line .thermal-total,.thermal-print-inv-line .thermal-total{width:26%;margin-left:1%;overflow:hidden}.inv-final-detail-container-thermal{width:100%;margin:0;font-size:.8rem}.inv-final-detail-container-thermal .invoice-final-detail-thermal{display:flex;align-items:center;width:100%;justify-content:space-between;gap:10px;padding:3px 10px 3px 5px}.inv-final-detail-container-thermal .invoice-final-detail-thermal .detail-heading{width:50%}.inv-final-detail-container-thermal .invoice-final-detail-thermal .detail-amount{max-width:50%;overflow:hidden}.inv-final-detail-container-thermal .taxes-heading{margin-top:5px;padding-left:5px}.inv-final-detail-container-thermal .final-total{display:flex;align-items:center;width:100%;justify-content:space-between;margin:10px 0 2px}.inv-final-detail-container-thermal .tax-breakdown{display:flex;justify-content:space-between;align-items:center;width:100%;line-height:1.2;margin:0;padding:0}.inv-final-detail-container-thermal .tax-breakdown .tax-list{margin:0;overflow:hidden;width:100%}.inv-final-detail-container-thermal .tax-breakdown .tax-list .tax-names{margin-left:16px}.inv-final-detail-container-thermal .tax-breakdown .tax-list .tax-amounts{width:100%;text-align:right;overflow:visible}.order-submit-btn{width:100%;margin-bottom:10px}.order-cancel-btn{width:100%;box-shadow:1px 1px 1px}.order-total{display:flex;justify-content:space-between;margin:0 5px 10px}.order-form .box-input{padding:10px;border-radius:5px;border:solid 1px #353535;width:100%}.order-form .box-input:focus{border:solid 1px #ff003f;outline:none}.order-form .box-input:hover{border:solid 1px #ff003f;outline:none}.order-form .box-input:disabled:hover{border:solid 1px #353535;cursor:not-allowed}.order-form .discount-container{display:flex;align-items:center;gap:10px}.order-form .discount-container .discount-input{width:35%}.order-form .discount-container .discount-input input{padding:5px 25px 5px 5px!important}.order-form .discount-container .discount-input span{font-weight:700}.float-right{float:right}.error-list{margin-left:18px}.label-disabled{color:#b8b7b7!important;cursor:not-allowed!important}.search-bar input::placeholder{color:#b8b7b7}.search-bar .ant-input,.search-bar .ant-input-affix-wrapper{background-color:#faf9f6;color:#353535}.search-bar .ant-btn-icon{font-size:x-large}.search-bar .ant-input-outlined{border-color:#b8b7b7}.search-bar .ant-input-clear-icon{font-size:large;color:#b8b7b7!important}.search-bar .ant-input-clear-icon:hover{color:#353535!important}.inv-print-header-thermal{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:small}.inv-print-header-thermal .logo{width:30%}.inv-print-header-thermal p{margin:2px 0}.inv-print-subheader-thermal{display:flex;flex-direction:column;justify-content:space-between;font-size:small}.inv-print-subheader-thermal p{margin:1px 0}.inv-print-subheader-thermal .multi-subheader{display:flex;justify-content:space-between}.inv-print-subheader-thermal .multi-subheader p{max-width:50%}.thermal-print-inv-line{padding:3px 0}.thermal-print-inv-line .thermal-qty{margin-left:5%}.order-view-modal .ant-modal-content{font-weight:400}.order-view-modal .order-modal-btn{box-shadow:0 2px #010c0cd4!important}.order-view-modal .invoice-final-detail-thermal{font-size:small;text-wrap:nowrap}.order-view-btns-container,.general-end-to-end-btns-container{display:flex;justify-content:space-between;margin:24px 0}.general-end-to-end-btns-container{margin:0}.capitalize{text-transform:capitalize}.promo-print-footer{display:none}.inv-thermal-print-container{page:invoice}.token-print-container{page:token}.second-table-action-set{margin-top:16px}.order-receipts-container{margin:0;width:100%;font-weight:400}.order-receipts-container .table-actions{align-items:center}.transactions-date-bar{display:flex;justify-content:space-between;align-items:center;margin:0 10px;padding:5px}.inv-footer-thermal{text-align:center;white-space:pre-wrap;margin:10px 0 0}.closing-checklist{list-style:none}.closing-checklist li{padding:10px;color:green;font-weight:700}.closing-checklist p{margin:10px 0 0 32px;color:#000;font-weight:400}.dashboard{display:flex;flex-direction:column;gap:12px}.dashboard .dashboard-row{display:flex;gap:1%}.dashboard-card-select-container{width:70%;margin:5px 0}.dashboard-card-links-container{padding:0 6px;line-height:1.5}.dashboard-tile,.dashboard-tile-vertical,.dashboard-tile-large,.dashboard-tile-mid-large-alt,.dashboard-tile-mid-large,.dashboard-tile-small{width:32.33%;height:200px;border:solid 1px #b8b7b7;padding:10px;box-shadow:0 0 1px}.dashboard-tile:hover,.dashboard-tile-vertical:hover,.dashboard-tile-large:hover,.dashboard-tile-mid-large-alt:hover,.dashboard-tile-mid-large:hover,.dashboard-tile-small:hover{border-color:#353535}.dashboard-tile-small{width:19%;height:96px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.dashboard-tile-small .tile-header-with-branch{margin-bottom:10px}.dashboard-tile-mid-large{width:65.66%}.dashboard-tile-mid-large-alt{width:99%}.dashboard-tile-large{width:99%;height:300px;overflow:auto}.dashboard-tile-vertical{height:412px;align-self:flex-end!important;margin-top:-212px;margin-bottom:-212px;margin-right:1%;overflow-x:hidden;overflow-y:auto}.top-items-pie{margin-top:10px}.statement-container,.statement-container span{font-size:small}.statement-body-container{display:flex;justify-content:space-between}.statement-left,.statement-right{width:47%}.statement-full{width:100%;padding:0 10%}.statement-full .ant-table-tbody>tr>td{height:5px;padding:4px 16px}.statement-body-header,.statement-body-content{display:flex;justify-content:space-between;font-weight:700;gap:10px}.statement-body-content{font-weight:400;margin-left:36px}.statement-positive-numbers{color:green}.statement-negative-numbers{color:red}.statement-period{margin-top:10px}.plan-list li{padding:3px 0}.display-none{display:none!important}@media print{@page{margin:5mm}@page po{size:8.5in 11in;margin:5mm;@top-right{font-size:small;padding-top:5mm;content:"Page " counter(page) " of " counter(pages)}}@page invoice{width:3in;margin:5mm}@page token{width:3in;margin:5mm}.inv-print-header{page-break-inside:avoid;margin-bottom:16px}.inv-print-footer{page-break-inside:avoid;margin-top:16px;padding-top:5mm;bottom:0}.promo-print-footer{display:block;text-align:center}.expand-icon{display:none!important}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;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{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
