: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: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 50rem){.app-button{font-size:.8rem!important}}.auth-form{max-width:28rem;margin:0 auto;z-index:1}.auth-form .form-layout{padding:2rem}.auth-form .form-header{margin-bottom:2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.auth-form .form-title{margin:0;text-transform:uppercase;font-size:1.5rem;font-weight:600;color:#0284c7}.auth-form .form-desc{margin:0;font-size:.875rem;color:#9ca3af}.signin-form .form-inputs{display:flex;gap:1rem;flex-direction:column;margin-bottom:2rem}.signin-page{flex:1;flex-direction:column;display:flex;justify-content:center;align-items:center}.phone-input{display:flex;gap:.5rem}.phone-input__country.MuiFormControl-root{min-width:5rem}.signup-form .form-inputs{display:flex;gap:1rem;flex-direction:column;margin-bottom:2rem}.signup-page{flex:1;flex-direction:column;display:flex;justify-content:center;align-items:center}.newcomer-page{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.newcomer-page .wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;max-width:600px;padding:1rem;text-align:center}.modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:600px;max-height:100%;overflow-y:auto;padding:2rem 1rem;background-color:#fff;border-radius:4px}@media (max-width: 30rem){.modal{width:100%;top:0;transform:translate(-50%);margin-top:1rem;border-radius:2px}}.conf-modal__message{margin:0 0 1.5rem;text-align:center;font-size:1.2rem;font-weight:400}.conf-modal__buttons{display:flex;justify-content:center;align-items:center;gap:2rem}.form-layout{position:relative;height:100%;margin:0;padding:0 2rem 2rem;border-radius:4px;background-color:#fff}@media (max-width: 50rem){.form-layout{padding:0;background-color:transparent}}.form-layout__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.form-layout__title{padding-top:.5rem;margin:0 0 2rem 2rem;line-height:1.5;font-size:1.5rem;text-align:center;color:#6b7280}@media (max-width: 30rem){.form-layout__title{width:85%;font-size:1.2rem;margin-bottom:.5rem}}.form-area{height:100%;padding:1.5rem;min-height:400px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:#00000012 0 0 21px 1px;border:1px solid;border-color:#e5e7eb;background-color:#fff}@media (max-width: 50rem){.form-area{min-height:300px;padding:1rem .5rem}}.upload-img-button{display:flex;justify-content:center;align-items:center;flex-direction:column}.upload-img-button__reset-btn{height:40px}.upload-img-button__btn{width:210px;height:210px;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#e5e7eb}.upload-img-button__wrapper{width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:2px solid;border-color:#fff;background-color:#9ca3af}.upload-img-button__label{cursor:pointer}.upload-img-button__input{display:none;cursor:pointer}.upload-img-button__icon{font-size:2rem;color:#fff}.upload-img-button__img{width:200px!important;height:200px!important}.upload-img-button__desc{margin:0 0 1rem;max-width:200px;font-size:.8rem;font-weight:500;line-height:1.9;text-align:center;color:#9ca3af}.account-form{margin:0 auto;text-align:left}.account-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.account-form__buttons{display:flex;justify-content:center;gap:1rem}.company-form{max-width:1000px;margin:0 auto;text-align:left}.company-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.company-form__buttons{display:flex;justify-content:center;gap:1rem}.spinner{flex-grow:1;width:100%;min-height:100%;display:flex;justify-content:center;align-items:center}.spinner-backdrop{color:#fff;z-index:10}.tabpanel__content{padding:1rem}@media (max-width: 50rem){.tabpanel__content{padding:.5rem}}@media (max-width: 30rem){.tabpanel__content{padding:0}}.app-date-picker{display:flex}.app-date-picker__input{width:120px}@media (max-width: 30rem){.app-date-picker__input{width:100px}}.app-date-picker__today-btn{color:#0284c7;cursor:pointer;font-size:.75rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 30rem){.app-date-picker__today-btn{font-size:.65rem}}.company-info{position:relative;margin:0 auto}.company-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.company-info__del-btn{position:absolute!important;display:flex;align-items:center;top:.25rem;right:.25rem;z-index:2}.company-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.company-info__wrapper{display:flex;justify-content:space-between;margin-bottom:2rem;text-align:left}@media (max-width: 30rem){.company-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.company-info__expiry{display:flex;align-items:center;gap:.5rem}@media (max-width: 30rem){.company-info__expiry{flex-direction:column}}.company-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.company-info__info{width:100%}}.company-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.company-info__title{text-align:center}}.company-info__subtitle{margin:1rem 0 .5rem;display:flex;align-items:center;color:#6b7280}@media (max-width: 30rem){.company-info__subtitle{justify-content:center}}.company-info__image{width:250px!important;height:250px!important}@media (max-width: 30rem){.company-info__image{width:100%!important;height:300px!important}}.table-footer{white-space:nowrap;font-weight:700}.expenses-table__title{text-transform:uppercase;font-weight:400;white-space:nowrap}.expenses-table__footer-btns{display:flex;flex-direction:column}.expenses-table__error-cell{border:1px solid #dc2626!important}.expenses-table__error-mes{margin:.5rem 0 0;display:flex;align-items:center;font-size:.8rem;color:#dc2626}.group{padding:1rem;margin:0 0 2rem}@media (max-width: 30rem){.group{padding:1rem .5rem;margin:0 0 1rem}}.group__subtitle{margin:0 0 1rem}.text-form{margin:1rem auto;padding:1rem;max-width:350px}.text-form__title{margin:0 0 2rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.text-form__buttons{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.company-params{padding:2rem 1rem;margin:0 auto;max-width:800px}@media (max-width: 30rem){.company-params{padding:1rem 0}}.company-params__switch{padding:0 0 2rem}.company-params__list{width:100%;margin:0 0 .5rem;padding:.5rem 0;list-style:none;display:flex;flex-wrap:wrap;gap:1rem}.company-params__list-item.MuiListItem-root{width:auto;padding:0}.company-params__list-button{margin-top:1rem!important}.company-params__buttons{display:flex;justify-content:center}.app-pagination{margin:2rem auto 0;width:fit-content}@media (max-width: 30rem){.app-pagination{margin:2rem auto}}.company{position:relative;text-align:left}.company__link{display:block;height:100%;padding:.5rem}.company__link:hover{color:inherit}.company__wrapper{display:flex;flex-direction:column;width:100%;height:100%;padding:.5rem 1rem}.company__columns{display:flex}@media (max-width: 30rem){.company__columns{flex-direction:column}}.company__summary{flex:1}.company__dates{text-align:right}@media (max-width: 30rem){.company__dates{text-align:left}}.company__name{flex:1;margin:0 1.5rem 1rem 0;font-weight:600;font-size:1rem;line-height:2;text-overflow:ellipsis;overflow:hidden}.company:hover .company__name{color:#0ea5e9}.company__row{height:1rem;margin:.25rem 0;font-size:.8rem;color:#6b7280;text-overflow:ellipsis;overflow:hidden}.search-input{max-width:270px;padding:0 1rem;border:1px solid;border-radius:.5rem;border-color:#d1d5db;color:#9ca3af;font-size:.8rem;font-weight:500}@media (max-width: 30rem){.search-input{width:100%;max-width:100%;margin-bottom:.5rem!important}}.search-input__icon{font-size:1rem}.filter-box{margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 30rem){.filter-box{justify-content:space-between;gap:.25rem}}.item-counter{margin:1rem 0;font-size:.875rem;color:#4b5563}.float-add-button.MuiButtonBase-root{position:fixed;bottom:2rem;right:1rem;color:#fff}@media (max-width: 50rem){.float-add-button.MuiButtonBase-root{bottom:4rem}}.filter-menu{width:16rem;padding:1rem}.filter-menu__title{margin:0 0 1.5rem;font-size:1.5rem}.employee-invitation-form{margin:1rem;max-width:250px}.employee-invitation-form__title{margin:0 0 2rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.employee-invitation-form__buttons{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.employee-filter-form{margin-top:1rem}.employee-filter-form__input{margin-bottom:1rem}.employee-filter-form__buttons{margin-top:2rem;display:flex;justify-content:space-around;gap:1rem}.MuiButtonBase-root.filter-button{margin-left:.5rem}@media (max-width: 30rem){.MuiButtonBase-root.filter-button{margin-left:.25rem}}.employee-filter-box{width:100%;display:flex;flex-direction:column}.employee-filter-box__params{display:flex}.employee-filter-box__input{flex:1}.employee-filter-box__button{margin-left:auto}.employee{height:100%;position:relative;border:#9ca3af;border-radius:.25rem;text-align:left}.employee__wrapper{display:flex;flex-direction:column;padding:.5rem 1rem}.employee__buttons{display:flex;align-items:center;gap:.5rem;position:absolute;top:.5rem;right:.5rem;z-index:2}.employee__info{margin-bottom:.5rem;display:flex;align-items:center}.employee__avatar{width:80px!important;height:80px!important}.employee__titles{margin-left:1rem;margin-right:auto}.employee__name{margin:0;font-weight:600;font-size:1rem;line-height:2}.employee:hover .employee__name{color:#0ea5e9}.employee__position{width:100%;margin:0;font-weight:500;font-size:.8rem;color:#9ca3af;line-height:1.65;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.employee__contacts{flex:1;margin:0;padding:.5rem 0 0;line-height:1.65;color:#9ca3af}.employee__contacts-item{margin:0 0 .5rem;display:flex;font-size:.8rem;align-items:center}.employee__contacts-icon{margin-right:1rem;font-size:1rem}.user-info{position:relative;margin:0 auto}.user-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.user-info__buttons{position:absolute!important;display:flex;align-items:center;top:.25rem;right:.25rem;z-index:2}.user-info__lock{padding:.5rem}.user-info__wrapper{margin-bottom:2rem;display:flex;justify-content:space-between;text-align:left}@media (max-width: 30rem){.user-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.user-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.user-info__info{width:100%}}.user-info__title{margin:2rem 0;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.user-info__title{text-align:center}}.user-info__image{width:250px!important;height:250px!important}@media (max-width: 30rem){.user-info__image{width:100%!important;height:auto!important;min-height:250px!important}}.user-info__subtitle{margin:1rem 0 .5rem;display:flex;align-items:center;color:#6b7280}@media (max-width: 30rem){.user-info__subtitle{justify-content:center}}.user-info__icon{margin-right:1rem;font-size:.8rem}.user-info__fire-message{margin:0 0 1.5rem;text-align:center;font-size:1.2rem;font-weight:400}.user-info__fire-buttons{display:flex;justify-content:center;align-items:center;gap:2rem}.employee-params{padding:2rem 1rem;margin:0 auto;max-width:800px}.employee-params__subtitle{margin:.5rem}.employee-params__switch.MuiFormControlLabel-root{justify-content:center}.period-select-input.period-select-input--title .MuiInputBase-root{font-size:1rem;font-weight:700;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#0ea5e9}.period-select-input.period-select-input--title .MuiInputBase-input{padding:0}.period-select-input.period-select-input--title .MuiInputBase-root:before{border-bottom:none}.period-select-input.period-select-input--title .MuiInputBase-root:hover:not(.Mui-disabled,.Mui-error):before{border-bottom:1px solid #0ea5e9}.period-select-input.period-select-input--title .MuiSvgIcon-root{color:#0ea5e9}.profit-indicator{margin:0;white-space:nowrap}.profit-indicator.profit-indicator--positive{color:#16a34a}.profit-indicator.profit-indicator--positive:before{content:"+"}.profit-indicator.profit-indicator--negative{color:#dc2626}.employee-shift-table__footer{white-space:nowrap}.employee-shift-table__accrued-fee{color:#0284c7}.employee-shift-table__discount{color:#9ca3af}.user-dev{position:relative;text-align:left}.user-dev__link{display:block;height:100%;padding:.5rem}.user-dev__link:hover{color:inherit}.user-dev__icons{display:flex;align-items:center;gap:.5rem;position:absolute;top:1rem;right:1rem;z-index:2}.user-dev__wrapper{display:flex;flex-direction:column;width:100%;height:100%;padding:.5rem 1rem}.user-dev__columns{display:flex}@media (max-width: 30rem){.user-dev__columns{flex-direction:column}}.user-dev__summary{flex:1}.user-dev__dates{text-align:right}@media (max-width: 30rem){.user-dev__dates{text-align:left}}.user-dev__name{flex:1;margin:0 1.5rem 1rem 0;font-weight:600;font-size:1rem;line-height:2;text-overflow:ellipsis;overflow:hidden}.user-dev:hover .company__name{color:#0ea5e9}.user-dev__row{height:1rem;margin:.25rem 0;font-size:.8rem;color:#6b7280;text-overflow:ellipsis;overflow:hidden}.sorting-form{margin-top:1rem}.sorting-form__input{margin-bottom:1rem}.sorting-form__buttons{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.product-filter-form{margin-top:1rem}.product-filter-form__input{margin-bottom:1rem}.product-filter-form__buttons{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.MuiButtonBase-root.sorting-button{margin-left:.5rem}@media (max-width: 30rem){.MuiButtonBase-root.sorting-button{margin-left:.25rem}}.product-filter-box{width:100%}.product-filter-box__params{display:flex;flex-wrap:wrap}.product-filter-box__stock-switch{display:flex;align-items:center;margin:0 0 0 auto;padding-left:.5rem}@media (max-width: 30rem){.product-filter-box__stock-switch{margin:0 auto 0 0}}.product-filter-box__buttons{display:flex}.product{position:relative;height:100%;padding:.5rem 1.5rem .5rem .5rem;border:#9ca3af;border-radius:.25rem;text-align:left}.product__buttons{display:flex;align-items:center;gap:.25rem;position:absolute;top:.25rem;right:.25rem;z-index:2}.product__wrapper{display:flex}.product__image-wrapper{display:flex;align-items:center}.product__image{width:120px!important;height:120px!important}@media (max-width: 30rem){.product__image{width:100px!important;height:100px!important}}.product__titles-wrapper{width:60%;margin-left:1rem;margin-right:auto}@media (max-width: 30rem){.product__titles-wrapper{width:90%}}.product__name{width:100%;height:2.5rem;margin:.25rem 0;font-weight:600;font-size:1rem;text-overflow:ellipsis;overflow:hidden}@media (max-width: 30rem){.product__name{margin:0 0 .25rem;line-height:1}}.product:hover .product__name{color:#0ea5e9}.product__category{width:90%;height:1rem;margin:.25rem 0;font-size:.8rem;color:#6b7280}.product__numbers{margin:0;height:1rem;font-size:.8rem;color:#9ca3af;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 30rem){.product__numbers{margin:0 0 .25rem}}.product__prices-box{width:100%;height:2.5rem;display:flex;flex-direction:column;align-items:flex-end;margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 30rem){.product__prices-box{flex-direction:column;gap:.25rem;margin:0 0 .25rem}}.product__price{font-weight:600;font-size:1.2rem}.product__discount{height:1rem;font-size:.8rem;white-space:nowrap;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#9ca3af}.product__stocks{width:100%;height:1rem;margin:0;text-align:right;font-weight:400;font-size:.8rem;color:#0ea5e9;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-info{position:relative;margin:0 auto}.product-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.product-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.product-info__wrapper{margin-bottom:2rem;display:flex;justify-content:space-between;text-align:left}@media (max-width: 30rem){.product-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.product-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.product-info__info{width:100%}}.product-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-width: 30rem){.product-info__title{text-align:center}}.product-info__price{margin:1rem 0;font-size:1.5rem}.product-info__subtitle{margin:1rem 0 .5rem;display:flex;align-items:center;color:#6b7280}@media (max-width: 30rem){.product-info__subtitle{justify-content:center}}.product-info__image{width:250px!important;height:250px!important}@media (max-width: 30rem){.product-info__image{width:100%!important;height:auto!important;min-height:250px!important}}.batch{margin:0 0 0 .5rem;padding:.25rem;border-radius:.25rem;background-color:#e5e7eb;font-weight:inherit;font-size:.8rem;white-space:nowrap}.size{margin:0 0 0 .5rem;padding:.25rem;border-radius:.25rem;font-weight:inherit;font-size:.8rem;background-color:#7dd3fc;color:#fff}.sales-table__link{color:#0284c7}.sales-table__link:hover{text-decoration:underline}.sales-table__footer{white-space:nowrap}.select-form{margin:1rem auto;padding:1rem;max-width:350px}.select-form__title{margin:0 0 2rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.select-form__buttons{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.product-stock-form{margin:1rem auto;padding:1rem;max-width:350px}.product-stock-form__title{margin:0 0 2rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.product-stock-form__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.product-stock-info{margin:1rem auto;min-width:300px}.product-stock-info__title{margin:0 0 1rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.product-stock-info__refs{margin:.5rem auto 1rem;font-size:.875rem;color:#6b7280;text-align:center}.product-stock-info__link{color:#0284c7}.product-stock-info__link:hover{text-decoration:underline}.product-stock-info__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.product-stock-table__link{color:#0284c7}.product-stock-table__link:hover{text-decoration:underline}.product-stock-table__footer-btns{display:flex;flex:1}.history-table{margin:0 auto}@media (max-width: 30rem){.history-table__user{font-size:.7rem}}.product-form{max-width:1000px;margin:0 auto;text-align:left}.product-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.product-form__subtitle{margin:0 0 1rem;color:#6b7280}.product-form__sizes{margin:0 0 .5rem;padding:.5rem 0;list-style:none;display:flex;flex-wrap:wrap;gap:1rem;width:100%}.product-form__size.MuiListItem-root{width:auto;padding:0}.product-form__buttons{display:flex;justify-content:center;gap:1rem}.category{position:relative;height:100px;text-align:left}.category__buttons{position:absolute;top:.25rem;right:.25rem;z-index:2}.category__link{display:block;height:100%;padding:.5rem}.category__link:hover{color:inherit}.category__wrapper{display:flex;flex-direction:column;width:100%;height:100%;margin-left:1rem;margin-right:auto}.category__name{flex:1;margin:0 1.5rem 1rem 0;font-weight:600;font-size:1rem;line-height:2;text-overflow:ellipsis;overflow:hidden}.category:hover .category__name{color:#0ea5e9}.category__productCount{width:90%;height:1rem;margin:.25rem 0;font-size:.8rem;color:#6b7280}.category-info{position:relative;margin:0 auto}.category-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.category-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.category-info__wrapper{display:flex;justify-content:space-between;margin-bottom:2rem;text-align:left}@media (max-width: 30rem){.category-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.category-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.category-info__info{width:100%}}.category-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.category-info__title{text-align:center}}.category-form{max-width:1000px;margin:0 auto;text-align:left}.category-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.category-form__buttons{margin-top:1rem;display:flex;justify-content:center;gap:1rem}.storage-filter-form{margin-top:1rem}.storage-filter-form__buttons{margin-top:2rem;display:flex;justify-content:space-around;gap:1rem}.storage-filter-box{width:100%;display:flex;flex-direction:column}.storage-filter-box__params{display:flex}.storage-filter-box__input{flex:1}.storage-filter-box__button{margin-left:auto}.storage{position:relative;height:100%;border:#9ca3af;border-radius:.25rem;text-align:left}.storage__buttons{position:absolute;top:.25rem;right:.25rem;z-index:2}.storage__link{display:block;height:100%;padding:.5rem}.storage__link:hover{color:inherit}.storage__wrapper{display:flex}.storage__image{width:150px!important;height:150px!important}@media (max-width: 30rem){.storage__image{width:100px!important;height:100px!important}}.storage__titles{width:100%;margin-left:1rem;margin-right:auto}.storage__name{margin:0 1.5rem 0 0;font-weight:600;font-size:1rem;line-height:2}.storage__type{margin:0;font-size:.8rem;line-height:2;color:#9ca3af}.storage-info{position:relative;margin:0 auto}.storage-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.storage-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.storage-info__wrapper{display:flex;justify-content:space-between;margin-bottom:2rem;text-align:left}@media (max-width: 30rem){.storage-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.storage-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.storage-info__info{width:100%}}.storage-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.storage-info__title{text-align:center}}.storage-info__type{margin:0;font-size:.8rem;line-height:2}.storage-info__image{width:250px!important;height:250px!important}@media (max-width: 30rem){.storage-info__image{width:100%!important;height:300px!important}}.storage-params{padding:2rem 1rem;margin:0 auto;max-width:800px}.storage-params__subtitle{margin:.5rem}.storage-stock-info{margin:1rem auto;min-width:300px}.storage-stock-info__title{margin:0 0 1rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.storage-stock-info__refs{margin:.5rem auto 1rem;font-size:.875rem;color:#6b7280;text-align:center}.storage-stock-info__link{color:#0284c7}.storage-stock-info__link:hover{text-decoration:underline}.storage-stock-info__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.storage-stock-table__footer{white-space:nowrap}.storage-form{max-width:1000px;margin:0 auto;text-align:left}.storage-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.storage-form__buttons{display:flex;justify-content:center;gap:1rem}.list-title{display:flex;margin:1rem 0;text-align:left;font-size:1.2rem;font-weight:600;text-transform:uppercase}.list-title__amount{margin-left:auto;padding:0 1rem;border-radius:.5rem;color:#4b5563;background-color:#e5e7eb}.shift{position:relative;border:#9ca3af;border-radius:.25rem;text-align:left}.shift:hover{background-color:#e5e7eb}.shift__buttons{display:flex;align-items:center;position:absolute;top:.25rem;right:.25rem;z-index:2}.shift__lock-icon{width:1rem!important;height:1rem!important}.shift__link{display:block;padding:.5rem 2.5rem .5rem 1rem;color:inherit}@media (max-width: 30rem){.shift__link{padding-right:1rem}}.shift__date{font-size:.8rem;margin:0 1rem 1rem 0}@media (max-width: 30rem){.shift__date{margin:0 1rem 0 0}}.shift__info{display:flex;align-items:center}@media (max-width: 30rem){.shift__info{flex-wrap:wrap}}.shift__storage{width:10rem;margin:0 1rem 0 0;text-transform:uppercase;color:#0ea5e9;font-weight:600;font-size:1rem;line-height:3;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 30rem){.shift__storage{width:100%}}.shift__seller{width:60%;margin:0;font-weight:400;line-height:2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.shift__financial{width:40%;flex-grow:1;margin:0}.shift__revenue{margin:0;font-size:1rem;font-weight:600;text-align:right;white-space:nowrap}.shift__profit{margin:0;font-size:.8rem;text-align:right;white-space:nowrap}.shift-filter-box{width:100%;display:flex}.shift-filter-box__input{padding:0 .5rem;flex:1}.shift-filter-box__buttons{margin-left:auto;display:flex}.shift-filter-form{margin-top:1rem}.shift-filter-form__input{margin-bottom:1rem}.shift-filter-form__buttons{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.info-table__title{margin:1rem 0;font-size:1rem;font-weight:700;line-height:1.5rem}.info-table__name{padding-left:0!important;padding-right:2rem!important;color:#9ca3af!important}@media (max-width: 30rem){.info-table__name{padding-right:.5rem!important}}.info-table__value{color:#1f2937!important;text-align:right!important}.info-table__value--loss{color:#dc2626!important;text-align:right!important}.info-table__value--loss:before{content:"-"}.info-table__value--bold{font-weight:700!important}.shift-chart{height:100%;width:50%}@media (max-width: 30rem){.shift-chart{width:100%;padding:0}}.shift-info{position:relative;margin:0 auto;padding:1rem 2rem}@media (max-width: 50rem){.shift-info{padding:1rem}}.shift-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.shift-info__buttons{position:absolute;display:flex;align-items:center;top:.25rem;right:.25rem;z-index:2}.shift-info__lock-icon{width:1rem!important;height:1rem!important}.shift-info__wrapper{display:flex;justify-content:space-between;margin-bottom:1rem;text-align:left}@media (max-width: 50rem){.shift-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.shift-info__metrics{width:50%}@media (max-width: 50rem){.shift-info__metrics{width:100%}}.shift-info__header{margin:2rem 0 1rem;display:flex;gap:1rem}@media (max-width: 50rem){.shift-info__header{flex-direction:column;align-items:center;text-align:center}}.shift-info__title{margin:0;font-weight:700;font-size:1.5rem}@media (max-width: 50rem){.shift-info__title{text-align:center}}.shift-info__profit{font-size:1.2rem}.shift-info__links{margin:0 0 1rem;display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 50rem){.shift-info__links{justify-content:center}}.shift-info__params{margin:0 0 .8rem;font-size:1rem;color:#4b5563}@media (max-width: 30rem){.shift-info__params{font-size:.875rem}}.shift-info__params--cash{color:#0284c7}.shift-info__params--noncash{color:#9ca3af}.shift-info__params--refunds{color:#dc2626}.shift-info__params--fee{color:#ca8a04}.shift-info__params--comments{margin-top:2rem}.shift-info__params--error{color:#dc2626}.shift-info__sales{color:#0284c7}.shift-info__refunds{color:#dc2626}.shift-info__amount{font-weight:700}.shift-info__info-table{width:fit-content!important;margin:1rem 0 2rem}@media (max-width: 30rem){.shift-info__info-table{margin:1rem auto 2rem}}.shift-action-table__footer{white-space:nowrap}.shift-action-table__discount{color:#9ca3af}.shift-form__form{width:100%}.shift-form__table{width:50%;padding:0 1rem}@media (max-width: 50rem){.shift-form__table{width:100%}}.schedule-filter-box{width:100%;display:flex;flex-direction:column}.schedule-filter-box__params{display:flex}.schedule-filter-box__inputs{flex:1;display:flex;gap:1rem}.schedule-filter-box__month,.schedule-filter-box__year{min-width:100px}.schedule-filter-box__buttons{margin-left:auto;display:flex}.schedule-filter-form{margin-top:1rem}.schedule-filter-form__input{margin-bottom:1rem}.schedule-filter-form__buttons{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.schedule-status-form{margin:1rem auto;padding:1rem;max-width:350px}.schedule-status-form .MuiSelect-select{display:flex;align-items:center}.schedule-status-form__title{margin:0 0 2rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.schedule-status-form__desc{margin:0 0 2rem;text-align:center;color:#6b7280}.schedule-status-form__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.day-shift{display:flex;justify-content:space-between;align-items:center;gap:.25rem}.day-shift__storage{margin:0;text-overflow:ellipsis;overflow:hidden;font-size:.8rem;color:#6b7280}.day-shift__employee.MuiAvatar-root{width:1.5rem;height:1.5rem;font-size:.8rem}@media (max-width: 30rem){.day-shift__employee.MuiAvatar-root{width:1rem;height:1rem;font-size:.5rem}}.day{height:130px;overflow:hidden;padding:.5rem;text-align:center;background-color:#fff}@media (max-width: 30rem){.day{height:110px;padding:.25rem}}.day__header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-weight:400;font-size:.8rem;margin:0 0 .25rem;padding:.25rem;border-bottom:1px solid #d1d5db}@media (max-width: 30rem){.day__header{font-size:.6rem;flex-direction:column}}@media (max-width: 30rem){.day__date{order:1}}.day__counter{padding:.1rem}@media (max-width: 30rem){.day__counter{font-size:.6rem;order:2}}.day:hover{cursor:pointer;outline:1px solid #6b7280}.day.day--past .day__header{background-color:#e5e7eb}.day.day--highlighted .day__header{color:#fff;background-color:#82b9e1}.day.day--today .day__header{background-color:#ecfccb;color:#000}.schedule__title{margin:0 auto 2rem;text-align:center}.schedule__shift{width:100%;display:flex;flex-direction:column;padding-bottom:.5rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb}.schedule__shift-form-data{width:100%;margin-bottom:.5rem;display:flex;gap:.5rem}.schedule__shift-inputs{display:flex;flex-grow:1;gap:1rem}@media (max-width: 30rem){.schedule__shift-inputs{flex-direction:column;gap:.5rem}}.schedule__status-btn{display:flex;justify-content:center}@media (max-width: 30rem){.schedule__status-btn{flex-direction:column;gap:.5rem}}.schedule__shift-date{width:100%;display:flex;align-items:center;font-size:.8rem;color:#9ca3af;text-align:right}.schedule__message{margin:0 auto 2rem;text-align:center}.schedule__cancel-btn{display:flex;justify-content:center;margin:0 auto}.schedule-form-shift-row{width:100%;display:flex;flex-direction:column;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.schedule-form-shift-row__inputs{width:100%;margin-bottom:.5rem;display:flex;gap:.5rem}@media (max-width: 30rem){.schedule-form-shift-row__inputs{flex-direction:column;gap:.5rem}}.schedule-form-shift-row__input{min-width:200px;flex:1}.schedule-form-shift-row__footer{display:flex}.schedule-form-shift-row__buttons{display:flex;justify-content:center;gap:1rem}.schedule-form-shift-row__date{width:100%;display:flex;align-items:center;font-size:.8rem;color:#9ca3af;text-align:right}.schedule-form__title{margin:0 auto 2rem;text-align:center}.schedule-form__list{display:flex;flex-direction:column;gap:1rem}.schedule-form__add-button{margin:1rem auto;display:flex;justify-content:center}.schedule-form__buttons{display:flex;justify-content:center;gap:1rem}.calendar{font-family:Arial,sans-serif;margin:0 auto}.calendar__month{margin:0;text-transform:uppercase;color:#fff}.calendar__btn{color:#fff}.calendar__btn.calendar__btn--active{color:#38bdf8}.calendar__weekday{padding:.5rem .25rem;background-color:#fff;font-weight:700;text-align:center;text-overflow:ellipsis;overflow:hidden}@media (max-width: 30rem){.calendar__weekday{font-size:.8rem}}.calendar__days{width:100%;display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background-color:#e5e7eb}.product-details{margin:0;display:flex;align-items:center}.product-details__name{margin:0;color:#0ea5e9;font-weight:inherit;font-size:inherit;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-details__name.product-details__name--uncounted{color:#6b7280}.product-details__link{color:#0284c7}.product-details__link:hover{text-decoration:underline}.price-details{display:flex;align-items:flex-end;gap:.5rem}@media (max-width: 50rem){.price-details{order:2}}.price-details__profit{display:flex;justify-content:flex-end;align-items:center;font-size:.8rem}.price-details__discount{display:flex;justify-content:flex-end;align-items:center;font-size:.8rem;text-decoration:line-through;color:#9ca3af}.price-details__revenue{display:flex;justify-content:flex-end;align-items:center;font-size:1rem;font-weight:600;text-align:right}.action{position:relative;border:#9ca3af;border-radius:.25rem;text-align:left}.action:hover{background-color:#e5e7eb}.action.action--refund{background-color:#fee2e2}.action.action--refund .product,.action.action--refund .price{color:#dc2626}.action.action--transfer{background-color:#ecfccb}.action.action--transfer .product{color:#65a30d}.action__buttons{position:absolute;top:.25rem;right:.25rem;z-index:2}.action__link{display:block;padding:.5rem 1rem;color:inherit}@media (max-width: 30rem){.action__link{padding:.5rem}}.action__wrapper{display:flex;flex-wrap:wrap}.action__date-row{width:100%;margin:0 2rem .5rem 0;padding:0 0 .5rem;display:flex;align-items:center;color:#9ca3af;font-size:.8rem;border-bottom:1px solid #d1d5db}@media (max-width: 50rem){.action__date-row{width:100%;flex-wrap:wrap}}.action__date{margin-right:1rem;white-space:nowrap}.action__seller{margin-right:1.5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.action__payments{margin-left:auto;font-size:.8rem;color:#9ca3af;white-space:nowrap}@media (max-width: 30rem){.action__payments{margin-top:.5rem;width:100%}}.action__sender-storage{display:block;margin:0;font-size:.8rem;color:#9ca3af;white-space:nowrap}@media (max-width: 50rem){.action__sender-storage{order:2}}.action__products-list{width:100%;margin-right:1rem;display:flex;flex-direction:column}.action__products-list>*{margin-bottom:.5rem}.action__products-list>*:last-child{margin-bottom:0}.action__product{display:flex;align-items:flex-end;flex-wrap:wrap}@media (max-width: 50rem){.action__product{padding-bottom:.5rem}}.action__product-name{width:50%;margin:.5rem 0;font-weight:600}@media (max-width: 50rem){.action__product-name{width:100%;margin:.25rem 0}}.action__product-financial{width:50%;margin:.5rem 0;display:flex;align-items:flex-end;justify-content:flex-end}@media (max-width: 50rem){.action__product-financial{width:100%;margin:.25rem 0;justify-content:space-between}}.action__product-qty{width:4rem;margin:0 1rem 0 0;font-size:1rem;text-align:right;white-space:nowrap}@media (max-width: 50rem){.action__product-qty{order:1;margin:0 1rem 0 0;font-size:1rem;text-align:left}}@media (max-width: 30rem){.action__product-qty{width:4rem}}.actions-list__group{margin-bottom:2.5rem}.actions-list__title{display:flex;margin:1rem 0;text-align:left;font-size:1.2rem;font-weight:600;text-transform:uppercase}.actions-list__amount{margin-left:auto;padding:0 1rem;border-radius:.5rem;color:#4b5563;background-color:#e5e7eb}.action-filter-box{width:100%;display:flex}.action-filter-box__input{padding:0 .5rem;flex:1}.action-filter-box__buttons{margin-left:auto;display:flex}.action-filter-form{margin-top:1rem}.action-filter-form__input{margin-bottom:1rem}.action-filter-form__buttons{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.form-subtitle{margin:1rem 0 0;font-size:1.5rem}@media (max-width: 50rem){.form-subtitle{font-size:1.2rem}}@media (max-width: 30rem){.form-subtitle{font-size:1rem;margin:0}}.action-info{position:relative;margin:0 auto;height:100%}.action-info__back-btn{position:absolute!important;top:0;bottom:0;left:.25rem;z-index:2}.action-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.action-info__title{position:relative;padding:1rem 3rem;font-size:1.2rem;font-weight:600;color:#fff;background-color:#0ea5e9}.action-info.action-info--refund .action-info__title{background-color:#dc2626}.action-info.action-info--transfer .action-info__title{color:#65a30d;background-color:#ecfccb}.action-info__wrapper{max-width:1000px;width:100%;margin:1rem auto;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;text-align:left}@media (max-width: 50rem){.action-info__wrapper{margin:.5rem auto;padding:1rem .5rem;flex-direction:column;text-align:center}}.action-info__links{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 50rem){.action-info__links{justify-content:center}}.action-product{position:relative;padding:.5rem;border:1px solid #c3c3c3;border-radius:.25rem;text-align:left}.action-product__buttons{position:absolute;top:.5rem;right:.25rem;z-index:2}.action-product__wrapper{display:flex;align-items:center;flex-wrap:wrap}@media (max-width: 50rem){.action-product__wrapper{flex-direction:column}}.action-product__name-row{width:50%;margin:.5rem 0;display:flex;flex-direction:column;flex:1}@media (max-width: 50rem){.action-product__name-row{width:100%;margin:.25rem 0;align-items:flex-start}}.action-product__sender-storage{margin:0;font-size:.8rem;color:#9ca3af;white-space:nowrap}.action-product__name{margin:.5rem 0;display:flex;align-items:center;flex:1;font-weight:600}.action-product__number{margin:0 .5rem 0 0}.action-product__image{width:100px!important;height:100px!important;margin:0 .5rem 0 0}@media (max-width: 50rem){.action-product__image{width:200px!important;height:200px!important;margin:0 auto .5rem}}.action-product__financial-row{width:50%;margin:.5rem 0;display:flex;align-items:flex-end;justify-content:flex-end}@media (max-width: 50rem){.action-product__financial-row{width:100%;margin:.25rem 0;justify-content:space-between}}.action-product__qty{width:4rem;margin:0 2rem 0 0;font-size:1rem;font-weight:600;text-align:right;white-space:nowrap}@media (max-width: 50rem){.action-product__qty{margin:0 1rem 0 0;text-align:left}}.action-info-products{margin:2rem 0;display:flex;flex-direction:column;gap:.5rem}.action-info-payments{margin:2rem 0}.action-info-payments__payment-fee{color:#dc2626!important}.action-info-payments__discount{color:#6b7280!important}.action-info-payments__table{border:1px solid #c3c3c3;border-radius:.25rem}.action-info-payments__table .MuiTableHead-root .MuiTableCell-root{font-weight:700}@media (max-width: 30rem){.action-info-payments__table .MuiTableCell-root{padding:.5rem}}.action-info-payments__summary-table .MuiTable-root{margin:1rem 0 0 auto;width:auto}@media (max-width: 50rem){.action-info-payments__summary-table .MuiTable-root{margin:1rem auto 0}}.action-info-payments__summary-table .MuiTableCell-root{font-weight:700}.stock-input.stock-input--error{padding:.5rem;border:1px solid #dc2626;border-radius:5px}.stock-input__wrapper{display:flex;flex-wrap:wrap}.stock-input__title{text-transform:uppercase}.stock-input__title,.stock-input__message{font-size:1rem;margin:0 0 1rem;font-weight:400;color:#9ca3af}.stock-input__title.stock-input__message--error,.stock-input__message.stock-input__message--error{margin:.25rem 0;font-size:.8rem;color:#dc2626}.stock-input__label{min-width:50px;min-height:50px;display:flex;flex-direction:column;margin:.25rem .5rem .25rem 0;padding:.5rem 1rem .25rem;border:1px solid #d1d5db;border-radius:.25rem;cursor:pointer;text-align:center;justify-content:center}.stock-input__input{position:absolute;z-index:-1;opacity:0}.stock-input__size{flex:1;height:1rem}.stock-input__qty{font-size:.8rem;color:#9ca3af;height:1rem}.stock-input__batch{font-size:.8rem;color:#0284c7;height:1rem}.stock-input__input:checked+.stock-input__label{color:#fff;background-color:#82b9e1}.stock-input__input:checked+.stock-input__label .stock-input__qty{color:inherit}.stock-input__input:checked+.stock-input__label .stock-input__batch{color:inherit}.action-product-form{max-width:400px}.action-product-form__checkbox{display:flex;justify-content:center}.action-product-form__image{width:250px!important;height:auto!important;min-height:250px!important;margin:0 auto!important}.action-product-form__image .spinner{min-height:250px}.action-product-form__image img{object-fit:contain}@media (max-width: 30rem){.action-product-form__image{width:100%!important}}.action-product-form__error{color:#dc2626;text-align:center;margin:0}.action-product-form__buttons{margin:1rem 0 0;display:flex;justify-content:center;gap:2rem}.transaction-form{max-width:1000px;margin:0 auto;text-align:left}.transaction-form__list{margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.transaction-form__error{color:#dc2626;font-size:.8rem}.transaction-form__payment-row{margin:0;display:flex;gap:.5rem;align-items:center}@media (max-width: 30rem){.transaction-form__payment-row{gap:.25rem}}.transaction-form__buttons{display:flex;gap:2rem;justify-content:center}.transfer-form{max-width:1000px;margin:0 auto;text-align:left}.transfer-form__list{margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.transfer-form__error{color:#dc2626;font-size:.8rem}.transfer-form__payment-row{margin:0;display:flex;gap:.5rem;align-items:center}.transfer-form__buttons{display:flex;gap:2rem;justify-content:center}.supplier{position:relative;height:100%;border:#9ca3af;border-radius:.25rem;text-align:left}.supplier__buttons{position:absolute;top:.25rem;right:.25rem;z-index:2}.supplier__link{display:block;height:100%;padding:.5rem}.supplier__link:hover{color:inherit}.supplier__wrapper{display:flex}.supplier__image{width:150px!important;height:150px!important}@media (max-width: 30rem){.supplier__image{width:100px!important;height:100px!important}}.supplier__titles{width:100%;margin-left:1rem;margin-right:auto}.supplier__name{margin:0 1.5rem 0 0;font-weight:600;font-size:1rem;line-height:2}.supplier__legal-name{margin:0;font-size:.8rem;font-weight:400;line-height:2;color:#6b7280}.supplier-info{position:relative;margin:0 auto}.supplier-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.supplier-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.supplier-info__wrapper{display:flex;justify-content:space-between;margin-bottom:2rem;text-align:left}@media (max-width: 30rem){.supplier-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.supplier-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.supplier-info__info{width:100%}}.supplier-info__title{margin:2rem 0;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.supplier-info__title{text-align:center}}.supplier-info__subtitle{margin:1rem 0 .5rem;display:flex;align-items:center;color:#6b7280}@media (max-width: 30rem){.supplier-info__subtitle{justify-content:center}}.supplier-info__image{width:250px!important;height:250px!important}@media (max-width: 30rem){.supplier-info__image{width:100%!important;height:300px!important}}.supplier-form{max-width:1000px;margin:0 auto;text-align:left}.supplier-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.supplier-form__buttons{display:flex;justify-content:center;gap:1rem}.invoice-filter-form{margin-top:1rem}.invoice-filter-form__input{margin-bottom:1rem}.invoice-filter-form__buttons{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.invoice-filter-box{width:100%;display:flex;flex-direction:column}.invoice-filter-box__params{display:flex}.invoice-filter-box__input{flex:1}.invoice-filter-box__button{margin-left:auto}.invoice{position:relative;border:#9ca3af;border-radius:.25rem;text-align:left}.invoice:hover{background-color:#e5e7eb}.invoice__buttons{display:flex;align-items:center;position:absolute;top:.25rem;right:.25rem;z-index:2}.invoice__link{display:block;padding:1rem 2.5rem 1rem 1rem;color:inherit}@media (max-width: 30rem){.invoice__link{padding-right:1rem}}.invoice__header{width:100%;margin:0 2rem .5rem 0;padding:0 0 .5rem;display:flex;align-items:center;color:#9ca3af;font-size:.8rem}@media (max-width: 50rem){.invoice__header{width:100%;flex-wrap:wrap}}.invoice__date{margin-right:1rem;white-space:nowrap}.invoice__employee{margin-right:1.5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.invoice__status{margin-left:auto;font-size:.8rem;color:#9ca3af;white-space:nowrap}.invoice__status--processed{color:#0ea5e9}@media (max-width: 30rem){.invoice__status{margin-top:.5rem;width:100%}}.invoice__wrapper{display:flex;align-items:center}@media (max-width: 30rem){.invoice__wrapper{flex-wrap:wrap}}.invoice__info{flex:1}.invoice__number{margin:0;line-height:2;font-weight:400}.invoice__supplier{margin:0;font-weight:400;line-height:2;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.invoice__financial{flex-grow:1;margin:0}.invoice__amount{margin:0;font-size:1rem;font-weight:600;text-align:right;line-height:2;white-space:nowrap}.invoice__items{margin:0;font-size:.8rem;text-align:right;line-height:2;white-space:nowrap}.invoice__profit{margin:0;font-size:.8rem;text-align:right;white-space:nowrap}.invoice-info{position:relative;margin:0 auto;padding:.5rem 1rem}.invoice-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.invoice-info__header{width:fit-content;display:flex;gap:1rem;justify-content:space-between;align-items:center;margin-left:auto}.invoice-info__official{color:#82b9e1}.invoice-info__status{margin-right:2rem;margin-left:auto;padding:.25rem;text-align:right;font-size:.8rem;color:#9ca3af;white-space:nowrap;text-transform:uppercase}.invoice-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.invoice-info__wrapper{margin-bottom:2rem;display:flex;justify-content:space-between;text-align:left}@media (max-width: 30rem){.invoice-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.invoice-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.invoice-info__info{width:100%}}.invoice-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.invoice-info__title{text-align:center}}.invoice-info__link{color:#0284c7}.invoice-info__link:hover{text-decoration:underline}.invoice-info__amount{font-weight:700}.invoice-info__rate{font-style:italic;color:#4b5563}.invoice-info__button{margin-top:2rem}.invoice-info-stock-table{margin:1rem auto}.invoice-info-stock-table__title{margin:0 0 1rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.invoice-info-stock-table__details{width:fit-content;margin:.5rem auto 1rem;font-size:.875rem;color:#6b7280;text-align:center}.invoice-info-stock-table__link{color:#0284c7}.invoice-info-stock-table__link:hover{text-decoration:underline}.invoice-info-stock-table__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.invoice-info-sales-table{margin:1rem auto}.invoice-info-sales-table__title{margin:0 0 1rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.invoice-info-sales-table__details{width:fit-content;margin:.5rem auto 1rem;font-size:.875rem;color:#6b7280;text-align:center}.invoice-info-sales-table__link{color:#0284c7}.invoice-info-sales-table__link:hover{text-decoration:underline}.invoice-info-sales-table__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.invoice-form-product-row td{padding:8px 16px}.invoice-form-product-row__name{min-width:250px}.invoice-form-product-row__purchase-price,.invoice-form-product-row__batch{min-width:150px}.invoice-form-product-row__price,.invoice-form-product-row__amount{min-width:100px;white-space:nowrap}.invoice-form-product-table__header th,.invoice-form-product-table__footer td{white-space:nowrap;font-weight:700}.invoice-form-product-table__empty{color:#6b7280;font-style:italic}.invoice-form-product-table__button{margin-top:1rem!important}.invoice-form-product-table__error{margin:.5rem 0 0;display:flex;align-items:center;font-size:.8rem;color:#dc2626}.invoice-form-storage-row__table{width:auto!important}.invoice-form-storage-row__stor-name{width:300px}.invoice-form-storage-row__stor-qty{width:120px}.invoice-form-storage-row__buttons{margin-top:1rem!important}.invoice-form-storage-table__header th,.invoice-form-storage-table__footer td{white-space:nowrap;font-weight:700}.invoice-form-storage-table__prod-row{background-color:#e7f0ff}.invoice-form-storage-table__prod-number{width:20px}.invoice-form-storage-table__prod-name{min-width:250px}.invoice-form-storage-table__prod-purch-price,.invoice-form-storage-table__prod-batch{min-width:150px}.invoice-form-storage-table__error{color:#dc2626}.invoice-form{margin:0 auto;text-align:left}.invoice-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.invoice-form__tab-error.MuiTab-root{color:#dc2626}.invoice-form__form{width:100%}.invoice-form__title{font-size:1rem;margin:0 0 1rem}.invoice-form__button{margin-top:1rem!important}.invoice-form__expenses-table{margin-top:2rem}.invoice-form__stepper{margin:1rem auto;max-width:1000px}.invoice-form__error{margin:0 auto 1rem;text-align:center;color:#dc2626;font-size:.8rem}.invoice-form__buttons{display:flex;gap:2rem;justify-content:center}.invoice-form__head-cell,.invoice-form__footer-cell{white-space:nowrap}.invoice-form__number-cell,.invoice-form__btn-cell{width:2rem}.chart-title{line-height:1.5;margin:.5rem 0;font-size:1rem;font-weight:700;color:#9ca3af;text-align:center;text-transform:uppercase}.revenue-chart{height:100%;padding:1rem}.statistics-card{height:100%;padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.statistics-card__info{display:flex;flex-direction:column;flex:1}.statistics-card__amount{margin:0;font-size:2rem;font-weight:700;color:#374151}.statistics-card__currency{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:#374151}.statistics-card__stats{margin:.25rem 0;font-size:.8rem;font-weight:400;color:#6b7280;flex:1}.statistics-card__sales{color:#0284c7}.statistics-card__refunds{color:#dc2626}.donut-chart{height:100%;padding:1rem}.rating{padding:2rem 1rem;height:27rem}.rating__list{height:18rem;margin-top:2rem;display:flex;flex-direction:column;scrollbar-width:thin;overflow-y:auto}.rating__list::-webkit-scrollbar{width:.5rem}.rating__list::-webkit-scrollbar-track{background:#e5e7eb}.rating__list::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:20px}.rating-item{display:flex;flex-direction:column;margin:0 .5rem 0 0;padding:.5rem 0;border-bottom:1px solid #d1d5db}.rating-item__title{margin:0 0 .25rem;font-size:.9rem;font-weight:400;color:#4b5563;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.rating-item__link:hover{color:#0284c7}.rating-item__stats{width:100%;display:flex;align-items:center;gap:.3rem}.rating-item__extra{margin:0;padding-left:.5rem;font-size:.8rem;font-weight:400;color:#4b5563}.rating-item__extra-indicator{margin:0}.rating-item__main{flex:1;text-align:right;display:flex;flex-direction:column}.rating-item__main-indicator{font-size:1rem;font-weight:600;color:#374151;white-space:nowrap}.rating-item__minor-indicator{font-size:.9rem;font-weight:400;color:#374151;white-space:nowrap}.error-page{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center}.error-page__wrapper{max-width:500px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.error-page__error-img{object-fit:contain}.error-page__title{margin:0;font-size:1.5rem}.error-page__message{margin:0}.not-found-page{flex:1;flex-direction:column;display:flex;justify-content:center;align-items:center}.banned-page{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.banned-page__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;max-width:600px;padding:1rem;text-align:center}.expired-page{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.expired-page__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;max-width:600px;padding:1rem;text-align:center}.footer{padding:2rem}.footer__nav{display:block;position:fixed;bottom:0;left:0;right:0;z-index:99}.account-popover{padding:.5rem 0}.account-popover__button{margin-left:1rem}.account-popover__avatar{width:30px;height:30px}.account-popover__user{padding:.5rem;display:flex;align-items:center;justify-content:space-between}.account-popover__name{margin:0;font-size:1rem;font-weight:600;line-height:1.5}.account-popover__position{margin:0;font-size:.8rem;font-weight:400;line-height:1.5;color:#9ca3af}.account-popover__email{margin:0;padding:0 .5rem .5rem;font-size:.8rem;font-weight:400;color:#6b7280}.account-popover__nav{padding-top:.5rem}.account-popover__nav-item{padding:.5rem 1rem;display:flex;align-items:center;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;cursor:pointer}.account-popover__nav-item:hover{background-color:#f3f4f6}.account-popover__nav-icon{margin-right:.5rem}.header{padding:1rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 50rem){.header{padding:1rem 1rem .5rem;position:sticky;top:0;left:0;right:0;z-index:11;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background-color:transparent}}.header__title{flex:1;margin:.5rem 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.header .menu-button{margin-right:1rem}.header .menu-icon{vertical-align:middle}.logo{margin:0 0 1.5rem;font-size:2.5rem;letter-spacing:5px;text-align:center}.nav-menu-link{width:100%;display:flex;align-items:center;margin-top:.375rem;padding:.5625rem .875rem .5625rem 1.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;cursor:pointer}.nav-menu-link:hover{background-color:#e5e7eb}.nav-menu-link.active svg{color:#fff}.nested-menu__icon{padding-left:.5rem;min-width:40px!important}.nav-menu.nav-menu--desktop{width:16rem}.nav-menu.nav-menu--desktop .MuiDrawer-paper{width:16rem;color:inherit;background-color:#f4f5fa;border:none}.nav-menu.nav-menu--mobile .MuiDrawer-paper{width:16rem}.nav-menu__content{width:100%;padding:1rem 1rem 1rem 0;text-align:left}.nav-menu__item{width:100%;display:flex;align-items:center;margin-top:.375rem;padding:.5625rem .875rem .5625rem 1.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;cursor:pointer}.nav-menu__item:hover{background-color:#e5e7eb}.nav-menu__icon{min-width:40px!important}.layout{width:100%;flex:1;display:flex}.layout__simple-header{padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.layout__content{margin:0 auto;max-width:1400px;width:calc(100% - 16rem);flex-grow:1;display:flex;flex-direction:column}@media (max-width: 50rem){.layout__content{max-width:100vw}}.layout__outlet{padding:1rem;flex-grow:1}@media (max-width: 50rem){.layout__outlet{padding:.5rem}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body{height:100%;margin:0;padding:0;box-sizing:border-box}*{box-sizing:inherit}body{background-color:#f4f5fa;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}#root{min-height:100vh;margin:0 auto;display:flex;color:#1f2937}a{color:inherit;text-decoration:inherit}
