@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&display=swap";.App{text-align:center;-webkit-overflow-scrolling:touch;background:linear-gradient(270deg,#fff 0% 50%,#0000 100%),linear-gradient(#54d3c2,#30898a);justify-content:flex-end;height:100svh;min-height:100svh;display:flex;position:relative;overflow:hidden}.App__leftSide{flex:1;min-width:0;min-height:100%;display:flex}@media (width<=1280px){.App__leftSide{background:linear-gradient(270deg,#54d3c2,#54d3c2 20%,#30898a 100%);flex-direction:column;padding-top:4.5rem}}.App__mobile{background:#f8f8f8;flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.reqa2{flex-shrink:0;width:100vw;height:100%}#customSelectModal{background-color:#0000!important;border:none!important;outline:none!important;height:fit-content!important;padding:0!important;inset:0!important;overflow:auto!important}#customSelectModal::-webkit-scrollbar{display:none}#customSelectModal .modalCustomSelect,#customSelectModal .mobile-custom-popup{background-color:#0000;margin:0 .5em;padding:.5em;font-size:1.2em;font-weight:500;position:fixed;bottom:2em;left:0;right:0}#customSelectModal .modalCustomSelect__header,#customSelectModal .mobile-custom-popup__header{background-color:#fff;border-radius:1em;align-items:center;max-height:15em;overflow-y:auto}#customSelectModal .modalCustomSelect__header__item,#customSelectModal .mobile-custom-popup__header__item{padding:1em 1.5em}#customSelectModal .modalCustomSelect__header__item:first-child,#customSelectModal .mobile-custom-popup__header__item:first-child{border-radius:1em 1em 0 0}#customSelectModal .modalCustomSelect__header__item:last-child,#customSelectModal .mobile-custom-popup__header__item:last-child{border-radius:0 0 1em 1em}#customSelectModal .modalCustomSelect__header__item:hover,#customSelectModal .mobile-custom-popup__header__item:hover,#customSelectModal .modalCustomSelect__header__item--active,#customSelectModal .mobile-custom-popup__header__item--active{background-color:#f5f7fb}#customSelectModal .modalCustomSelect__header::-webkit-scrollbar{display:none}#customSelectModal .mobile-custom-popup__header::-webkit-scrollbar{display:none}#customSelectModal .modalCustomSelect__buttons,#customSelectModal .mobile-custom-popup__buttons{justify-content:space-between;margin-top:1.2em;display:flex}#customSelectModal .modalCustomSelect__buttons button,#customSelectModal .mobile-custom-popup__buttons button{border-radius:2em;width:10.5em;height:3.5em;font-weight:600}#customSelectModal .modalCustomSelect__buttons__cancel,#customSelectModal .mobile-custom-popup__buttons__cancel{color:#54d3c2;background-color:#fff}#customSelectModal .modalCustomSelect__buttons__accept,#customSelectModal .mobile-custom-popup__buttons__accept{color:#fff;background-color:#54d3c2}.react-swipeable-view-container{height:90svh!important}.servicePlate{background-color:#f5f7fb;border-radius:1em;width:100%;min-height:9em;margin-bottom:1em;padding:1.2rem 1rem;position:relative}.servicePlate__check-status{justify-content:flex-end;display:flex}.servicePlate__check-status .mobileCustomField{width:auto}.servicePlate__name{color:#323f47;-webkit-line-clamp:3;word-break:break-word;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:1.2rem;font-weight:500;display:-webkit-box;position:relative;overflow:hidden}.servicePlate__name.detailed{-webkit-line-clamp:none;-webkit-box-orient:unset;min-height:2.4rem;display:-webkit-box;overflow:visible}.servicePlate__note{color:#6d7986;-webkit-line-clamp:1;word-break:break-word;text-overflow:ellipsis;-webkit-box-orient:vertical;width:85%;font-size:1rem;font-style:italic;font-weight:500;display:-webkit-box;position:relative;overflow:hidden}.servicePlate__note.detailed{-webkit-line-clamp:none;-webkit-box-orient:unset;min-height:1.2rem;display:-webkit-box;overflow:visible}.servicePlate__editWrapper{justify-content:flex-end;display:flex}.servicePlate__editIcon{padding:1rem 1rem 0;display:flex}.servicePlate__edit{color:#fff;background-color:#54d3c2;border-radius:2rem;width:2.2rem;height:2.2rem;padding:.5rem}.servicePlate__edit .mobileCustomCheckbox{margin:0}.servicePlate__buttons{justify-content:flex-end;align-items:center;display:flex}.servicePlate__delete-check{justify-content:flex-end;display:flex}.customLightbox__button{cursor:pointer;z-index:51;background-color:#0000004d;justify-content:center;align-items:center;width:4em;height:4em;transition:background-color .25s ease-out;display:flex}.customLightbox__button svg{color:silver;transition:color .25s ease-out}.customLightbox__button:hover{background-color:#00000059}.customLightbox__button:hover svg{color:#fff}.customLightbox__close{position:fixed;top:0;right:0}.customLightbox__nextArrow{height:calc(100% - 10em);position:fixed;top:5em;right:0}@media (width<=700px){.customLightbox__nextArrow{height:4em;top:auto;bottom:0}}.customLightbox__prevArrow{height:calc(100% - 10em);position:fixed;top:5em;left:0}@media (width<=700px){.customLightbox__prevArrow{height:4em;top:auto;bottom:0}}.customLightbox__dots{position:fixed;bottom:1em;left:0;right:0}.customLightbox__dots button:before{color:#fff!important}.customLightbox__paging{color:#fff;background-color:#0000;position:fixed;top:0;left:0}.documentViewer{z-index:51;justify-content:center;align-items:center;height:calc(100svh - 3em);display:flex;-webkit-overflow-scrolling:touch!important;overflow-y:auto!important}.documentViewer .docx{color:#000;background-color:#f8f8f8;padding:2rem 5rem}.documentViewer .pdf{width:90%;height:100%}@media (width<=700px){.documentViewer .pdf{width:100vw}}.documentViewer .pdf button{color:#fff;background:0 0;font-size:1.2rem;text-decoration:underline}.documentViewer img,.documentViewer video{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.documentViewer video{width:90%}@media (width<=700px){.documentViewer video{width:100%}}.customLightboxSlider{overflow:hidden}.customLightboxSlider__container{display:flex}.customLightboxSlider__slide{flex:0 0 100%}.customLightboxSlider__dots{flex-wrap:wrap;justify-content:center;width:100%;padding:0 40px;list-style:none;display:flex;position:fixed;bottom:1em;left:0;right:0}.customLightboxSlider__dotsItem{cursor:pointer;width:20px;height:20px;margin:0 5px;padding:0;position:relative}.customLightboxSlider__dot{background-color:#0000;width:100%;height:100%;padding:0}.customLightboxSlider__dot:before{content:"•";opacity:.25;color:#fff;width:20px;height:20px;font-size:18px;line-height:20px;position:absolute;top:0;left:0}.customLightboxSlider__dot--active:before{opacity:.75}.popupToArchive{background-color:#f8f8f8;padding:1.5em 1.75em;width:80%!important}.popupToArchive__button{width:inherit;margin:1em 0 0;padding:.6em 1.75em}.popupDatePicker__hours input:hover,.popupDatePicker__hours input.active{color:#fff;background-color:#a9e9e0}.popupDatePicker__miniCalendar .react-calendar{color:#2d4258;background:#f8f8f8;border-radius:15px;max-width:100%;padding:1em .5em;line-height:1.125em}.popupDatePicker__miniCalendar .react-calendar.loading .popupDatePicker__miniCalendar .react-calendar__viewContainer{position:relative}.popupDatePicker__miniCalendar .react-calendar.loading .popupDatePicker__miniCalendar .react-calendar__viewContainer:after{content:"";-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fff3;position:absolute;inset:0}.popupDatePicker__miniCalendar .react-calendar.loading .popupDatePicker__miniCalendar .react-calendar__viewContainer:before{content:" ";z-index:1000;border:.25em solid #0000;border-color:#54d3c2 #0000 red;border-radius:50%;width:4em;height:4em;animation:1.2s linear infinite lds-dual-ring;display:block;position:absolute;top:calc(50% - 2em);left:calc(50% - 2em)}.popupDatePicker__miniCalendar .react-calendar button{outline:none;margin:0}.popupDatePicker__miniCalendar .react-calendar button:enabled:hover{cursor:pointer}.popupDatePicker__miniCalendar .react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-size:.65em;font-weight:500}.popupDatePicker__miniCalendar .react-calendar__month-view__weekdays__weekday{padding:.5em;font-size:1.1em;font-weight:700}.popupDatePicker__miniCalendar .react-calendar__month-view__days__day abbr{display:none}.popupDatePicker__miniCalendar .react-calendar__month-view__days__day--neighboringMonth{color:#757575!important}@media (width<=744px){.popupDatePicker__miniCalendar .react-calendar__month-view__days__day--neighboringMonth{pointer-events:all}}.popupDatePicker__miniCalendar .react-calendar__month-view__weekNumbers{font-weight:700}.popupDatePicker__miniCalendar .react-calendar__month-view__weekNumbers .react-calendar__tile{justify-content:center;align-items:center;padding:1em .666667em;font-size:.75em;display:flex}.popupDatePicker__miniCalendar .react-calendar__tile{text-align:center;color:#000;background:0 0;max-width:100%;padding:.3em;font-size:.85rem;position:relative;overflow:visible!important}.popupDatePicker__miniCalendar .react-calendar__tile--now{color:#54d3c2;font-weight:500}.popupDatePicker__miniCalendar .react-calendar__tile--now .tileContent{color:#fff;background-color:#54d3c2}.popupDatePicker__miniCalendar .react-calendar__tile--now .tileContent__eventCount{color:#54d3c2;background-color:#fff}.popupDatePicker__miniCalendar .react-calendar__navigation{text-align:center;justify-content:center;margin-bottom:.5em}.popupDatePicker__miniCalendar .react-calendar__navigation button{color:#2d4258;background-color:#0000}.popupDatePicker__miniCalendar .react-calendar__navigation__arrow{font-size:1.2rem;font-weight:700}.popupDatePicker__miniCalendar .react-calendar__navigation__label{text-transform:capitalize;width:150px;font-size:1rem;font-weight:600;flex-grow:initial!important}.popupToArchive{background-color:#f8f8f8;width:80%;padding:1.5em 1.75em}.popupToArchive__header{justify-content:start;align-items:center;margin-bottom:1em;display:flex}.popupToArchive__header__body{text-align:left}.popupToArchive__header__body h4{color:#2d4258;font-weight:500}.popupToArchive__header__body p{color:#6d7986}.popupToArchive__icon{background-color:#f8f8f8;border-radius:.6em;margin-right:1.5em;padding:.6em;display:flex}.popupToArchive__icon svg{fill:#54d3c2;width:28px}.popupToArchive textarea{resize:none;color:#2d4258;border:1px solid #a9e9e0;border-radius:1em;outline:none;width:100%;padding:.6em}.popupToArchive textarea.error{border-color:#fc5c96}.popupToArchive button{width:inherit;padding:.6em 1.75em}.popupToClose{border-radius:15px}.popupToClose__header{background-color:#54d3c2;border-radius:1em 1em 0 0;align-items:center;padding:1.25em;position:relative}.popupToClose__header h4{color:#fff;font-size:1.1em;font-weight:600}.popupToClose__header svg{cursor:pointer;box-sizing:content-box;color:#fff;background-color:#a9e9e0;border-radius:100px;padding:3px;position:absolute;top:25%;right:1em}.popupToClose__header svg:hover{color:#54d3c2}.popupToClose__body{padding:1.5em 2em}.popupToClose__body p{color:#2d4258;margin-bottom:1.75em;font-size:1.1em}.popupToClose__buttons{white-space:nowrap;flex-wrap:wrap;justify-content:center;display:flex}.popupToClose__buttons button{flex:1;margin:.5em}.popupDatePicker{width:90%;padding:2em 1.5em;max-width:600px!important}.popupDatePicker__header{align-items:center;margin-bottom:.6em;display:flex}.popupDatePicker__header__logo{background-color:#f8f8f8;border-radius:.6em;justify-content:center;align-items:center;width:4em;height:4em;margin-right:1.25em;display:flex}.popupDatePicker__header__logo svg{fill:#54d3c2;height:2em}.popupDatePicker__header__body{text-align:left;flex-direction:column;display:flex}.popupDatePicker__header__body h3{font-size:1.25em}.popupDatePicker__header__body p{color:#6d7986}.popupDatePicker h4{text-align:left;font-weight:500}.popupDatePicker__body{flex-direction:column;justify-content:space-between;margin-bottom:.5em;display:flex}.popupDatePicker__notice{color:#fc5c65;text-align:center;min-height:1.2em;margin-top:.5em;font-weight:500}.popupDatePicker .miniCalendar{border-radius:10px}.popupDatePicker .miniCalendar .react-calendar{background-color:#f8f8f8}.popupDatePicker .react-calendar__tile{padding:5px 0}.popupDatePicker__buttons{white-space:nowrap;flex-wrap:wrap;justify-content:center;display:flex}.popupDatePicker__buttons button{flex:1;margin:.5em}.popupDatePicker__left{flex:.74}.popupDatePicker__left .miniCalendar{margin-bottom:0}.popupDatePicker__right{flex-direction:column;flex:.23;display:flex}.popupDatePicker__hours{-webkit-overflow-scrolling:touch;flex-direction:row;padding:.75em 0 1em;display:flex;overflow-x:scroll}.popupDatePicker__hours input{cursor:pointer;color:#54d3c2;text-align:left;background-color:#fff;border:none;border-radius:.6em;outline:none;margin-right:.6em;padding:.75em 1em;font-size:1em;font-weight:600;box-shadow:3px 4px 12px -3px #00000026}.popupDatePicker__hours input:hover,.popupDatePicker__hours input.active{color:#fff;background-color:#a9e9e0}.popupDatePicker__hours input.disabled{color:#b6bcc3;background-color:#f8f8f8}.popupDatePicker__hours input.disabled:hover{color:#b6bcc3}.popupDatePicker__dates{justify-content:center;align-items:flex-end;margin-bottom:.5em;display:flex}.popupDatePicker__dates hr{color:#2d4258;width:1em;margin:0 .5em 1.1em}.popupDatePicker__date{width:100%}.popupDatePicker__date h5{color:#6d7986;text-align:left;margin-bottom:2px;margin-left:3px}.popupDatePicker__date>div{cursor:pointer;color:#6d7986;border:1px solid #d2d1d1;border-radius:.6em;flex:1;padding:5px .4em}.popupDatePicker__date>div input{cursor:pointer;border:none;outline:none;font-size:.9em}.popupDatePicker__date.focused>div{border-color:#54d3c2}.popupDatePicker__date.focused h5{color:#54d3c2}.popupNZCheck{max-height:85%;padding:3em;max-width:1000px!important}.popupNZCheck .formSection{padding:0}.popupNZCheck .formSection__icon{display:none}.popupNZCheck textarea{resize:none;color:#2d4258;border:1px solid #a9e9e0;border-radius:1em;outline:none;width:100%;padding:.6em}.popupNZCheck textarea.error{border-color:#fc5c96}.popupNZCheck button{width:inherit;margin:1em 0 0;padding:.6em 2.1em}.popupNZCheck__buttonGroup button+button{margin-left:1.75em}.popupNZCheck table th:first-child,.popupNZCheck table td:first-child{text-align:left}.popupNZCheck table td{white-space:normal}.alertDialog{background-color:#fff;border-radius:32px;width:37.5rem;overflow:hidden;box-shadow:0 5px 25px #0000001a}.alertDialog__wrapper{z-index:200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.alertDialog__header{justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex;position:relative}.alertDialog__body{flex-direction:column;gap:3rem;padding:3rem 2.5rem 2.5rem;display:flex}.alertDialog__title{color:#2d4258;font-size:1.25rem;font-weight:700}.alertDialog__close{color:#2d4258;background-color:#0000;justify-content:center;align-items:center;padding:0;display:flex}.alertDialog__description{color:#6d7986;font-size:1.75rem;font-weight:600}.alertDialog__buttons{justify-content:center;gap:1.5rem;display:flex}.alertDialog__button{width:12.5rem}.popupLoader{opacity:.99;z-index:10000;background-color:#a9e9e0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}@keyframes outerRotate1{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes outerRotate2{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(-360deg)}}@keyframes textColour{0%{opacity:1}to{opacity:0}}.e-loadholder{box-sizing:border-box;border:5px solid #1cb4a4;border-radius:1000px;width:63vh;height:63vh;position:absolute;top:50%;left:50%;transform:translate(-51%,-50%)}.e-loadholder:after{content:" ";transform-origin:50%;z-index:0;background:#a9e9e0;width:100px;height:110%;animation:30s linear infinite outerRotate2;display:block;position:absolute;top:50%;left:50%;transform:translate(-51%,-50%)}.e-loadholder .m-loader{color:#888;text-align:center;box-sizing:border-box;z-index:20;text-transform:uppercase;border:5px solid #fff;border-radius:1000px;width:51vh;height:51vh;position:absolute;top:50%;left:50%;transform:translate(-51%,-50%)}.e-loadholder .m-loader:after{content:" ";transform-origin:50%;z-index:-1;background:#a9e9e0;width:100px;height:110%;animation:15s linear infinite outerRotate1;display:block;position:absolute;top:50%;left:50%;transform:translate(-51%,-50%)}.e-loadholder .m-loader .e-text{text-align:center;box-sizing:border-box;z-index:20;border:5px solid #54d3c2;border-radius:700px;justify-content:center;width:27vh;height:27vh;font-size:34px;font-weight:500;line-height:140px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-51%,-50%)}.e-loadholder .m-loader .e-text svg{width:15vh;animation:1s linear infinite alternate textColour}.e-loadholder .m-loader .e-text:before,.e-loadholder .m-loader .e-text:after{content:" ";transform-origin:50%;z-index:-1;background:#a9e9e0;display:block;position:absolute;top:50%;left:50%;transform:translate(-51%,-50%)}.e-loadholder .m-loader .e-text:before{width:110%;height:40px;animation:3.5s linear infinite outerRotate2}.e-loadholder .m-loader .e-text:after{width:40px;height:110%;animation:8s linear infinite outerRotate1}#particleCanvas-White{opacity:.1;width:100%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-51%,-50%)}#particleCanvas-Blue{width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-51%,-50%)}.not-found-page{z-index:10000;background:#fff;justify-content:center;align-items:center;gap:2rem;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}@media (width<=503px){.not-found-page{flex-direction:column}}.not-found-page__container{flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;display:flex}.not-found-page__icon svg{color:#1ebaae;min-width:10rem;min-height:10rem}.not-found-page__icon:before{content:"";z-index:-1;background-color:#e9f9f7;border-radius:50%;width:10rem;height:10rem;position:absolute;transform:scale(2.4)}.not-found-page__title,.not-found-page__body,.not-found-page__description,.not-found-page__link{text-align:left;padding:0 1rem}.not-found-page__title{color:#2d4258;font-size:6rem;font-weight:700}.not-found-page__body{color:#2d4258;font-size:2rem;font-weight:700}.not-found-page__description{color:#6d7986;font-size:1rem;font-weight:400}.not-found-page__link{color:#1ebaae;background-color:inherit;font-size:1rem;font-weight:600;text-decoration:none}.registration{color:#000;background-image:url(/assets/image152-B6XknxHE.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.registration__logo{width:60%;max-height:13.5rem;margin:0 auto 5rem}.registration__form{flex-direction:column;align-items:center;width:100%;max-width:30rem;display:flex}.registration__form__inputContainer{width:80%;position:relative}.registration__form__inputContainer__icon{color:#2d425880;pointer-events:none;width:1rem;height:1rem;position:absolute;top:1.25rem;left:1.5rem}.registration__form__inputContainer__input{color:#2d425880;background-color:#b0d2dc80;border:none;border-radius:2.5rem;outline:none;width:100%;margin-bottom:1.5rem;padding:.85em 3.5rem;font-size:1.2rem;box-shadow:inset 0 4px 5px 2px #5f98a780}.registration__form__inputContainer__input::placeholder{color:#2d425880!important}.registration__form__inputContainer__showPasswordButton{color:#2d425880;background-color:#0000;width:1rem;height:1rem;position:absolute;top:1.25rem;right:1.5rem}.registration__form__submitButton{color:#2d4258;width:80%;margin:1rem 0}.registration__form__rememberMe .MuiFormControlLabel-label{font:inherit;color:#2d425880;font-size:1.25rem;font-weight:600}.registration__form__rememberMe .MuiCheckbox-root,.registration__form__rememberMe .MuiCheckbox-root.Mui-checked{color:#fff}.registration__form__error{height:1.25rem;margin-top:1rem}.parallax{perspective:20px;z-index:3;background-color:#fff;width:100vw;height:100vh;overflow:hidden auto}.parallax__group{height:100px;transform-style:preserve-3d;z-index:-5;position:relative}.parallax__layer{z-index:-4;position:absolute;inset:-50px 0}.parallax img{max-width:none}.parallax__layer--base{z-index:-3;transform:translateZ(0)}.parallax__layer--back{z-index:-3;background:url(https://fototips.ru/wp-content/uploads/2012/03/fototips0013.jpg) 0 0/cover no-repeat;transform:translateZ(-5px)scale(1.25)}.month__item{background-color:red;height:50px;margin-bottom:20px}.month h2{color:#fff;position:absolute;top:20px;left:20px}.month img{width:100%}.table-container{position:relative;overflow-x:auto}.table-wrapper{min-width:100%;display:inline-block}.fixed-columns{border-collapse:collapse;width:100%}.fixed-columns th,.fixed-columns td{text-align:left;box-sizing:border-box;border:1px solid #ccc;width:150px;padding:8px}.fixed-column{z-index:2;background:#fff;position:sticky}.fixed-column.left{left:0;box-shadow:1px 0 #ccc,2px 0 #ccc}.fixed-column.right{right:0;box-shadow:-1px 0 #ccc,-2px 0 #ccc}.fixed-columns th{background-color:#f4f4f4}.fixed-columns tr:nth-child(2n){background-color:#f9f9f9}@keyframes slowShow{0%{opacity:0}to{opacity:1}}.mobileDashboard{background-color:#f8f8f8;flex:1;width:100%;overflow:auto}.mobileDashboard__header{background-color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px;justify-content:space-between;padding:0 1.2rem;transition:padding .8s ease-out;display:flex}.mobileDashboard .mobileButton{background-color:#54d3c2;border-radius:50%;flex-direction:column;justify-content:center;padding:1.3em;display:flex;position:absolute;bottom:1em;right:1em;box-shadow:0 8px 16px #3333}.mobileDashboard .nz{height:100%;overflow-y:auto}.mobileDashboard .nz::-webkit-scrollbar{display:none}.mobile-order-documents{max-height:inherit;flex-direction:column;gap:1rem;display:flex}.mobile-order-documents__stage{flex-direction:column;flex:1;gap:1rem;display:flex}.mobile-order-documents__stage .header{flex:0;justify-content:space-between;align-items:center;display:flex}.mobile-order-documents__stage .header__title{text-align:left;color:#6d7986;font-size:1.1rem;font-weight:700}.mobile-order-documents__stage .header__delete-btn{color:#fff;background:#54d3c2;border-radius:2rem;height:1.7rem;padding:0 1rem;font-size:1rem}.mobile-order-documents__stage .header svg{cursor:pointer;transition:transform .3s}.mobile-order-documents__stage .header svg.active{transform:rotate(180deg)}.mobile-order-documents__docGroup{grid-column-gap:10px;grid-row-gap:1em;flex:1;grid-template-columns:repeat(auto-fill,minmax(25em,1fr));display:grid}.mobile-document-card{background-color:#fff;border-radius:1.5em;flex:1;align-items:center;padding:1.25em 1.75em 1.25em 1.25em;display:flex;position:relative}.mobile-document-card:hover{box-shadow:0 5px 2em #0000000d}.mobile-document-card__logo{cursor:pointer;border:2px solid #a9e9e0;border-radius:10px;justify-content:center;align-items:center;min-width:3.5em;min-height:3.5em;margin-right:1em;display:flex}.mobile-document-card__logo svg{stroke:#a9e9e0;fill:#a9e9e0;height:2.25em}.mobile-document-card__body{text-align:left;flex-direction:column;width:100%;min-width:6em;padding:0 10px;display:flex;position:relative}.mobile-document-card__body h5{text-transform:uppercase;margin-right:15px;font-size:1.2em;font-weight:700}.mobile-document-card__subscription{color:#6d7986;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;font-size:1em;font-weight:700;overflow:hidden}.mobile-document-card__date{color:#b6bcc3;font-size:.9em;font-weight:600}.mobile-document-card__more{cursor:pointer;position:absolute;right:1rem}.mobile-document-card__settings{color:#6d7986;z-index:1000;background-color:#fff;border-radius:15px;padding:5px 0;list-style:none;position:absolute;right:8%;overflow:hidden;box-shadow:0 5px 25px #0000001a}.mobile-document-card__settings__wrapper{cursor:initial;z-index:49;width:200%;height:100%;position:fixed;top:0;left:0}.mobile-document-card__settings li{z-index:-2;cursor:pointer;text-align:left;padding:5px 30px 5px 20px}.mobile-document-card__settings li:hover{color:#2d4258;background-color:#f8f8f8}.mobile-document-card_hidden{display:none}.popupWrapper--filter{cursor:initial;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:50;background-color:#0000004d;justify-content:center;align-items:end;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-sections{flex-direction:column;align-items:center;width:95%;display:flex}.popup-sections__body{z-index:100;background-color:#fff;border-radius:1.5em;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 5px 25px #0000001a}.popup-sections__section{color:#6d7986;background:#fff;justify-content:start;align-items:center;padding:.44rem 1.44rem;font-size:1rem;font-weight:500;line-height:2.75rem;display:flex}.popup-sections__section_selected,.popup-sections__section:hover{color:#323f47;background:#f5f7fb}.popup-sections__buttons{white-space:nowrap;flex-wrap:wrap;justify-content:center;width:100%;display:flex}.popup-sections__buttons_close,.popup-sections__buttons_select{border-radius:1.5625rem;flex:1;height:3.125rem;margin:.5em;font-size:1rem;font-style:normal;font-weight:500;line-height:2.25rem}.popup-sections__buttons_close{color:#54d3c2;background:#f5f7fb;box-shadow:0 5px 25px #0000001a}.popup-sections__buttons_select{color:#fff;background:#54d3c2;box-shadow:0 5px 25px #0000001a}.search{flex:0;justify-content:space-between;align-items:center;display:flex}.search__wrapper{background:#fff;border:0;border-radius:25px;align-items:center;width:100%;height:3.125rem;padding:.56rem 1.19rem;display:flex}.search__input{color:#6d7986;background:#fff;border:0;outline:none;width:100%;font-size:1rem;font-style:normal;font-weight:600;line-height:2rem}.search__icon{color:#6d7986;margin-right:.38rem;font-size:1rem}.filter__icon{color:#fff}.filter__button{background-color:#54d3c2;border-radius:1.8em;justify-content:center;align-items:center;min-width:2.5em;min-height:2.5em;margin-left:.7em;font-size:1.15em;display:flex;position:relative}.popup-prompt__title{margin-bottom:2rem}.popup-prompt__title h3{text-align:center;flex:1;margin-right:-1.5rem}.popup-prompt__text{text-align:center;font-size:1.3rem}.orderDocuments{flex-direction:column;display:flex}.orderDocuments__stage{margin-bottom:2em}.orderDocuments__stage__header{display:flex}.orderDocuments__stage__header h4{cursor:pointer;text-align:left;color:#6d7986;margin-bottom:15px;margin-right:10px;font-size:20px;font-weight:700}.orderDocuments__stage__header svg{cursor:pointer;transition:transform .3s}.orderDocuments__stage__header svg.active{transform:rotate(180deg)}.orderDocuments__docGroup{grid-column-gap:10px;grid-row-gap:1em;grid-template-columns:repeat(auto-fill,minmax(25em,1fr));display:grid}.file-options__wrapper{cursor:initial;z-index:100;width:100%;height:100%;position:fixed;top:0;left:0}.file-options__settings{color:#6d7986;z-index:1000;background-color:#fff;border-radius:15px;padding:0;list-style:none;position:absolute;top:25px;right:30px;overflow:hidden;box-shadow:0 5px 25px #0000001a}.file-options__settings li{z-index:-2;cursor:pointer;text-align:left;padding:5px 30px 5px 20px}.file-options__settings li:hover{color:#2d4258;background-color:#f8f8f8}.documentCard{background-color:#fff;border-radius:1.5em;flex:1;align-items:center;padding:1.25em 1.75em 1.25em 1.25em;display:flex;position:relative}.documentCard:hover{box-shadow:0 5px 2em #0000000d}.documentCard__logo{cursor:pointer;background-color:#f8f8f8;border-radius:10px;justify-content:center;align-items:center;min-width:3.5em;min-height:3.5em;margin-right:1em;display:flex}.documentCard__logo svg{stroke:#54d3c2;fill:#54d3c2;width:2rem;height:2rem}.documentCard__body{text-align:left;flex-direction:column;width:100%;min-width:6em;padding:0 10px;display:flex;position:relative}.documentCard__body h5{text-transform:uppercase;margin-right:15px;font-size:1.2em;font-weight:700}.documentCard__subscription{color:#6d7986;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;font-size:1em;font-weight:700;overflow:hidden}.documentCard__date{color:#b6bcc3;font-size:.9em;font-weight:600}.documentCard__more{cursor:pointer;position:absolute;top:.8em;right:.5em}.photoViewerSlider{flex-direction:column;gap:1.5rem;width:100%;display:flex}.photoViewerSlider__viewport{overflow:hidden}.photoViewerSlider__container{height:25rem;display:flex}.photoViewerSlider__slide{flex:0 0 100%;justify-content:center;display:flex}.photoViewerThumbs{justify-content:space-between;align-items:center;display:flex}.photoViewerThumbs__viewport{overflow:hidden}.photoViewerThumbs__container{height:7rem;display:flex}.photoViewerThumbs__slide{flex:0 0 15%;justify-content:center;padding:0 4px;display:flex}.photoViewerThumbs__slide:first-child{padding-left:0}.photoViewerThumbs__slide:last-child{padding-right:0}.photoViewerThumbs__button{background-color:#0000;height:100%;padding:0;position:relative}.photoViewerThumbs__caret{fill:#989fa3;cursor:pointer;background-color:#fff;border-radius:50%;min-width:3rem;min-height:3rem;padding:.4rem;font-size:3rem;transition:all .3s;box-shadow:0 4px 20px #00000021}.photoViewerThumbs__caret--left{margin-right:1rem;padding-right:.7rem}.photoViewerThumbs__caret--right{margin-left:1rem;padding-left:.7rem}.photoViewerImage{height:100%;position:relative}.photoViewerImage__img{object-fit:contain;border-radius:8px;height:100%}.photoViewerImage__img--active{border:2px solid #54d3c2;border-radius:8px}.photoViewerImage__icon{cursor:pointer;color:#54d3c2;font-size:1.5rem;position:absolute;top:.5rem;right:.5rem}.photoViewerImage__icon--checked{color:#fff;background-color:#54d3c2;border-radius:50%;padding:.2rem}.viewer{cursor:initial;z-index:50;-webkit-user-select:none;user-select:none;background-color:#fff;border-radius:2rem;flex-direction:column;justify-content:space-between;align-items:center;width:60%;max-height:95%;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.viewer__container{-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;align-items:center;width:100%;height:100%;padding:1rem 2.44rem;display:flex;position:relative;overflow-y:scroll}.viewer__container::-webkit-scrollbar{width:0}.viewer__select{fill:#54d3c2;stroke:#fff;cursor:pointer;font-size:1.5rem;position:absolute;top:.3rem;right:.3rem}.viewer__select_checked{fill:#fff;stroke:#fff;cursor:pointer;background:#54d3c2;border-radius:50%;padding:.2rem;font-size:1.5rem;position:absolute;top:.3rem;right:.3rem;box-shadow:0 4px 20px #0000000d}.viewer__header{z-index:2;justify-content:space-between;align-items:center;width:100%;margin-top:.63rem;display:flex}.viewer__header__title{color:#6d7986;letter-spacing:-.035rem;font-size:1.2rem;font-style:normal;font-weight:800;line-height:2.25rem}.viewer__header__close-btn{fill:#6d7986;cursor:pointer;font-size:1rem}.viewer__body__img{text-align:center;object-fit:contain;border-radius:1rem;align-items:center;width:100%;height:100%;font-size:2rem;display:flex}.viewer__body__img_error{text-align:center;object-fit:contain;width:100%;font-size:2rem}.viewer__buttons{white-space:nowrap;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;margin-top:1.25rem;display:flex}.viewer__buttons__btn-delete,.viewer__buttons__btn-cancel{border-radius:2rem;outline:none;flex:1;max-width:15em;height:3rem;margin:.5em;font-size:1.25rem;font-style:normal;font-weight:700;transition:box-shadow .2s ease-out,background-color .2s ease-out}.viewer__buttons__btn-delete{color:#fff;background-color:#54d3c2}.viewer__buttons__btn-delete:hover:not(.viewer__buttons__btn-delete_disabled){background-color:#1cb4a4;border-color:#1cb4a4}.viewer__buttons__btn-delete_disabled{cursor:no-drop;background-color:#54d3c240}.viewer__buttons__btn-cancel{color:#54d3c2;background-color:#f8f8f8;box-shadow:0 4px 12px -3px #00000026}.viewer__buttons__btn-cancel:hover:not(.viewer__buttons__btn-cancel_disabled){background-color:#f8f8f8;box-shadow:0 4px 10px #00000026}.orderStatusBar{text-transform:uppercase;text-align:start;border-radius:100px;align-items:center;width:fit-content;padding:5px 10px;font-weight:700;display:flex}.orderStatusBar svg{flex-shrink:0;width:18px;height:18px;margin-right:5px}.orderStatusBar.primary{color:#d054d3;background-color:#faeefb}.orderStatusBar.recleaning{color:#fc5c96;background-color:#fc5c9633}.orderStatusBar.quality_control{color:#fcbb01;background-color:#fff8e6}.orderStatusBar.inspection{color:#edca07;background-color:#fdfae6}.orderStatusBar.accounting,.orderStatusBar.selling{color:#a060fc;background-color:#f8f4ff}.orderStatusBar.agreement{color:#0590b1;background-color:#e6f4f7}.orderStatusBar.starting{color:#45aaf2;background-color:#ecf7fe}.orderStatusBar.cleaning{color:#73cf7a;background-color:#f1faf2}.orderStatusBar.report{color:#cd3077;background-color:#faeaf1}.orderStatusBar.documents_returning{color:#fe8c68;background-color:#fff3f0}.orderStatusBar.final_report{color:#429488;background-color:#ecf4f3}.orderStatusBar.partner_program{color:#fc5c96;background-color:#ffeff4}.orderStatusBar.closed,.orderStatusBar.orderClosing{color:#30c7dc;background-color:#1fbfcc33}.browser-order__header{flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:25px;display:flex}.browser-order__header__row{flex-grow:1;width:100%;display:flex}.browser-order__header__delete-btn{color:#fff;letter-spacing:-.035rem;background-color:#a9e9e0;border-radius:.5rem;align-items:center;height:1.5rem;margin-left:auto;padding:1rem 2.75rem;font-size:1rem;font-style:normal;font-weight:600;display:flex}.browser-order__header__trash-icon{fill:#fff;margin-right:.3rem;font-size:.8rem}.browser-order__header__document-btn{gap:.5rem;padding:1em 3em;display:flex}.browser-order__title{flex:1;justify-content:space-between;align-items:center;display:flex}.browser-order__title__main{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.browser-order__error{justify-content:center;align-items:center;min-height:100%;display:flex;position:relative}.browser-order__error p{color:#2d4258;font-size:1.5rem;font-weight:500}.mobile-order{width:100%;height:100%;overflow-y:hidden}.mobile-order__error{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.mobile-order__error p{color:#2d4258;width:80%;font-size:1.5rem;font-weight:500}.mobile-order__header{text-align:left;flex-direction:column;justify-content:start;gap:1rem;padding:0 1.4em 0 1.5em;display:flex}.mobile-order__header .orderStatusBar{margin-left:0}.mobile-order__statusbar{max-width:fit-content;padding-top:.5em}.mobile-order__statusbar__container{justify-content:space-between;gap:1rem;display:flex}.mobile-order__navigator{justify-content:space-between;padding:1.5em;display:flex;overflow-x:auto}.mobile-order__navigator .MuiTabs-scroller{overflow:auto!important}.mobile-order__navigator .MuiTabs-scroller::-webkit-scrollbar{display:none}.mobile-order__navigator .MuiTabs-flexContainer{gap:1rem}.mobile-order__navigator .MuiTabs-indicator{display:none}.mobile-order__navigator button{color:#b6bcc3;min-width:8em;max-width:60vw;white-space:initial;background-color:#0000;border:2px solid #b6bcc3;border-radius:2em;flex-shrink:0;padding:.8em .7em;font-weight:600}.mobile-order__navigator button.active{color:#fff;background-color:#a9e9e0;border:none}.mobile-order__content{flex-direction:column;display:flex}.mobile-order__content .orderDocuments{overflow-x:hidden}.mobile-order__content__modal{background-color:#000;width:100%;position:absolute;inset:40px}.mobile-order__content__modal__overlay{background-color:#000;position:fixed;inset:0}.mobile-order__content__slide{flex-direction:column;gap:3rem;max-height:calc(100svh - 23em);padding:0 1em 5em;display:flex;overflow-y:auto}.mobile-order__content__slide::-webkit-scrollbar{display:none}.mobile-order__content__slide__button{text-align:left;color:#323f47;background-color:#fff;border-radius:1em;justify-content:space-between;align-items:center;padding:.9em 1.7em .9em 1em;font-size:1.3em;font-weight:600;display:flex}.mobile-order__content__slide__button:hover{background-color:#e3e3e3}.mobile-order .nextStepButton{color:#fff;background-color:#54d3c2;border-radius:2.5em;margin:0 1.5em;padding:1.3em 0;font-weight:500}.mobile-order .ReactModal__Overlay{background-color:#0000!important}.mobile-order .ReactModal__Overlay ::-webkit-scrollbar{display:none}#mobileModalSwipe{height:90svh;inset:unset!important;border:none!important;border-radius:2em 2em 0 0!important;outline:none!important;padding:0!important;bottom:0!important;left:0!important;right:0!important;overflow:auto!important}#mobileModalSwipe::-webkit-scrollbar{display:none}.modalTab{overflow-y:auto;background-color:#0000!important}.modalTab::-webkit-scrollbar{display:none}.modalTab .formSection__header h3{text-align:center;margin-top:1em;font-size:1.5em}.userPage{flex-direction:column;gap:2rem;padding:0 1.5rem;display:flex}.userPage__back{color:#6d7986;text-align:left;border-bottom:1px solid #6d7986;align-items:center;margin-bottom:1em;padding:1em;font-weight:500;display:flex}.userPage__back svg{margin-right:.5em}.userPage__back:hover{color:#000;cursor:pointer;transition:all .2s ease-in}.userPage__title{text-align:left;color:#323f47;font-size:1.75rem}.userForm{background-color:#fff;border-radius:32px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex;position:relative}.userForm__title{color:#323f47;text-align:left;font-size:1.25rem;font-weight:700}.userForm__content{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);gap:20px 40px;display:grid}.userForm__footer{justify-content:center;gap:1rem;display:flex}.userForm__button{max-width:15.25rem;height:3rem}.userForm__avatar{grid-row:span 3;place-self:center}.userForm__isCreateEmail{grid-column:3/4;justify-content:end;display:flex}.userForm .div2{grid-column:span 2}.userForm__passwordWrapper{align-self:flex-start;align-items:flex-end;gap:1rem;display:flex}.userForm__password{flex:1}.userForm__icon{cursor:pointer;color:#54d3c2;width:20px;height:20px;margin-bottom:15px}.userRegistrationLinkPopup{width:100%;max-width:25rem}.userRegistrationLinkPopup__body{flex-direction:column;align-items:center;gap:1rem;display:flex}.userRegistrationLinkPopup__body__link{width:100%}.mobileHeader{background-color:#f8f8f8;justify-content:space-between;width:100%;padding:1.2em;display:flex;position:relative}.mobileHeader__back-button{background-color:inherit;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.mobileHeader__back-button__icon{fill:#000;height:1.5em}.mobileHeader__leftside{text-align:center;align-items:center;display:flex}.mobileHeader__leftside svg{height:2rem}.mobileHeader__leftside__order{color:#6d7986;margin-left:1em;font-size:1.25em;font-weight:700}.mobileHeader__rightside{align-items:center;display:flex}.mobileHeader__rightside svg{color:#2b2e53;width:2rem;height:2rem;margin-right:1rem}.mobileHeader__avatar{width:2.3rem!important;height:2.3rem!important}.mobileHeader__toolbar{display:none}.mobileHeader__toolbar.active{align-items:center;display:flex}.mobileHeader__toolbar h3{margin-right:.5em;font-size:1.5em;font-weight:600}.mobileHeader__toolbar button{background-color:#0000}.mobileHeader__toolbar button+button{margin-left:.25em}.mobileHeader__toolbar svg{height:1em}.mobileHeader .orderBell{height:1.65em}#avatarModal{background-color:#0000!important;inset:100%!important}#avatarModal .avatarModal{text-align:center;background-color:#fff;border-radius:1em;align-items:center;position:fixed;bottom:1em;left:1em;right:1em}#avatarModal .avatarModal__button{padding:1em;font-size:1.25px;font-weight:600}#avatarModal .avatarModal .division-toggle{margin:0}#commentsModal{inset:0!important}#commentsModal .comments__body{border:none;height:70svh;padding:0}.MobileNavbar{background-color:#f5f7fb;justify-content:space-between;height:52px;display:flex}.MobileNavbar__icon{background-color:inherit}.MobileNavbar__tags{color:#323f47;width:100%;padding:.5em .3em;text-decoration:none!important}.MobileNavbar__tags svg{padding-bottom:.1em;font-size:1.8em}.MobileNavbar__tags p{font-size:.8em;font-weight:600}.MobileNavbar .active svg{color:#54d3c2}.MobileNavbar .createOrder{justify-content:center;align-items:center;display:flex;position:relative}.MobileNavbar .createOrder__picture{background-color:#54d3c2;border:.1em solid #f5f7fb;border-radius:50%;padding:.2em;font-size:5em;position:absolute;top:-.3em;color:#fff!important}.MobileNavbar .editSchedule{position:relative}.MobileNavbar .editSchedule__picture{background-color:#54d3c2;border:.1em solid #f5f7fb;border-radius:50%;padding:.2em;font-size:5em;position:absolute;top:-.3em;left:.15em;color:#fff!important}@media screen and (width<=359px){.MobileNavbar{font-size:9px}}@media screen and (width<=259px){.MobileNavbar{font-size:7px}}@media screen and (width<=159px){.MobileNavbar{font-size:5px}}.modal div{background-color:#fff}.dashboard{background-color:#f8f8f8;border-top-left-radius:50px;border-top-right-radius:50px;flex-direction:column;flex:1;min-width:0;height:100%;padding:2rem .75rem 1em;display:flex}@media (width<=1280px){.dashboard{border-top-left-radius:15px;border-top-right-radius:15px}}@media (width<=700px){.dashboard{padding:1em .2em}}.dashboard__header{background-color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px;justify-content:space-between;padding:0 1.2rem;transition:padding .8s ease-out;display:flex}.dashboard__body{-webkit-overflow-scrolling:touch;height:100%;padding:0 1.75rem;overflow-y:auto}.dashboard__body.hidden{padding-right:calc(1.75rem + 5px);overflow-y:hidden}@media (width<=1280px){.dashboard__body{padding:2.5em 1.75rem 0}}@media (width<=700px){.dashboard__body.hidden{padding-right:0}.dashboard__body{-webkit-overflow-scrolling:touch;padding:0}}.navbar{flex-direction:column;justify-content:flex-start;align-items:center;height:100%;padding:2.5rem .75rem .8rem;display:flex}.navbar__logo{cursor:pointer;height:2.25rem;margin-bottom:4em}.navbar__menu{flex-direction:column;align-items:center;width:100%;display:flex}.navbar__menu svg{fill:#fff;width:1.75rem}.navbar__menu a{border-radius:.75em;justify-content:center;align-items:center;width:3em;height:3em;display:flex}.navbar__menu a:hover{background-color:#a9e9e04d}.navbar__menu a.active{background-color:#a9e9e0bf}.navbar__menu a+a{margin-top:2em}.navbar__add-menu{background-color:#0000;align-items:center;display:none}.navbar__add-menu svg{color:#fff;width:2.5rem;height:2.5rem}@media (width<=1280px){.navbar{height:initial;z-index:20;background:linear-gradient(270deg,#54d3c2,#54d3c2 20%,#30898a 100%);flex-direction:row-reverse;width:100%;padding:.75em 2.5em;position:fixed;top:0}.navbar__add-menu{margin-right:2.5rem;transition:transform .3s ease-out;display:flex}.navbar__add-menu.active{transform:rotate(90deg)}.navbar__menu{flex-direction:row;flex:1;justify-content:flex-start}.navbar__logo{margin-bottom:0}.navbar a+a{margin-top:0;margin-left:1.75em}}@media (width<=400px){.navbar{padding:.75em 1.25em}.navbar__add-menu{margin-right:1.5rem}.navbar a+a{margin-top:0;margin-left:1em}}.sidebar{-webkit-overflow-scrolling:touch;flex:.3;min-width:340px;max-width:425px;height:100%;padding:2em .75em;transition:left .5s ease-out;overflow:scroll}.sidebar::-webkit-scrollbar{display:none}.sidebar__mainButton{margin-bottom:20px}.sidebar__calendar{color:#000;background-color:#fff;border-radius:15px;width:100%;height:200px;margin-bottom:30px}.sidebar.hidden{display:none}.sidebar__buttons{flex-direction:column;gap:1.5rem;display:flex}.sidebar__buttonsItem{height:56px;padding:0;font-size:20px;font-weight:700;line-height:1.8}.sidebar__buttonsItem--secondary{background-color:#b6bcc3}.sidebar__buttonsItem--secondary:hover:not(:disabled){background-color:#6d7986}@media (width<=1280px){.sidebar{z-index:99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#ebfbf980;padding:2em;position:fixed;top:4.51rem;left:-700px}.sidebar.active{left:0}}@media (width<=500px){.sidebar{min-width:85%;max-width:100%;padding:1em .5rem;left:-560px}.sidebar__mainButton{font-size:1.35em}}.slotsWidget{flex-direction:column;gap:1rem;display:flex}.slotsWidget__innerContainer{gap:1rem;display:flex}.slotsWidget__card{text-align:left;background-color:#fff;border-radius:1rem;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 .25rem .75rem #0000001a}.slotsWidget__card__title{color:#323f47;font-weight:600}.slotsWidget__card__content{color:#6d7986;font-weight:500}.slotsWidgetIcon{background-color:#e9f9f7;border-radius:.875rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.slotsWidgetIcon__square{border:.125rem solid #54d3c2;border-radius:.125rem;width:1.25rem;height:1.25rem}.miniCalendar{flex-direction:column;gap:1rem;display:flex}.orderSidebarBody{margin-bottom:.75em}.orderSidebarBody button{margin-bottom:1.25em}.sidebarEventCard{text-align:left;cursor:pointer;border-radius:16px;align-items:center;width:100%;margin-bottom:10px;padding:15px 10px;display:flex;box-shadow:2px 2px 10px #0000001a;background-color:#fff!important}.sidebarEventCard:hover .sidebarEventCard__logo.expanses{background-color:#3867d633}.sidebarEventCard:hover .sidebarEventCard__logo.inspectionAndAccounting{background-color:#fd964433}.sidebarEventCard:hover .sidebarEventCard__logo.quality{background-color:#f7b73133}.sidebarEventCard:hover .sidebarEventCard__logo.documents{background-color:#a65eea33}.sidebarEventCard:hover .sidebarEventCard__logo.cleaning{background-color:#26de8133}.sidebarEventCard:hover .sidebarEventCard__logo.re_cleaning{background-color:#fc5c9633}.sidebarEventCard__logo{background-color:#3867d612;border-radius:13px;justify-content:center;align-items:center;min-width:60px;height:60px;margin-right:10px;display:flex}.sidebarEventCard__logo.expanses{background-color:#3867d612}.sidebarEventCard__logo.expanses svg{stroke:#3867d6;fill:#3867d6}.sidebarEventCard__logo.inspectionAndAccounting{background-color:#fd964412}.sidebarEventCard__logo.inspectionAndAccounting svg{stroke:#fd9644;fill:#fd9644}.sidebarEventCard__logo.quality{background-color:#f7b73112}.sidebarEventCard__logo.quality svg{stroke:#f7b731;fill:#f7b731}.sidebarEventCard__logo.documents{background-color:#a65eea12}.sidebarEventCard__logo.documents svg{stroke:#a65eea;fill:#a65eea}.sidebarEventCard__logo.cleaning{background-color:#26de8112}.sidebarEventCard__logo.cleaning svg{stroke:#26de81;fill:#26de81}.sidebarEventCard__logo.re_cleaning{background-color:#fc5c9612}.sidebarEventCard__logo.re_cleaning svg{stroke:#fc5c96;fill:#fc5c96}.sidebarEventCard__logo svg{height:20px}.sidebarEventCard h5{cursor:pointer;font-weight:500}.sidebarEventCard p{color:#6d7986;font-size:.9rem}.bitrixButton{background-color:#21baef;width:100%}.bitrixButton span{color:#115996}.bitrixButton:hover:not(:disabled){background-color:#21baef}.bitrixButton__icon{color:#115996;align-self:flex-start}.bitrixButton__link{text-decoration:none}.analyticReports{flex-direction:column;gap:2rem;display:flex}.analyticReports__title{text-align:left}.analyticReports__container{background-color:#fff;border-radius:32px;padding:2.5rem}.analyticReports__container__buttons{flex-direction:column;gap:1.5rem;width:max-content;display:flex}.analyticReports__popup{width:100%;max-width:24rem}.analyticReports__popupBody{flex-direction:column;gap:2rem;display:flex}.analyticReports__popupFooter__button{flex:1}.counterpartyAgreementSidebar{flex-direction:column;justify-content:space-between;gap:1.5rem;display:flex}.counterpartyAgreementSidebar__buttons{flex-direction:column;gap:1.5rem;display:flex}.filterItems__body{flex-wrap:wrap;gap:1rem .5rem;display:flex}.filterItems__typeItem{cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;border-radius:24px;align-items:center;gap:.5rem;height:2.5rem;padding:0 1rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.filterItems__typeItem svg{width:18px;height:18px}.filterItems__typeItem.primary{box-sizing:border-box;color:#d054d3;border:2px solid #d054d366}.filterItems__typeItem.primary svg{stroke:#d054d3}.filterItems__typeItem.primary.active,.filterItems__typeItem.primary:hover{background-color:#faeefb;border-color:#d054d3}.filterItems__typeItem.inspection{box-sizing:border-box;color:#edca07;border:2px solid #edca0766}.filterItems__typeItem.inspection svg{stroke:#edca07}.filterItems__typeItem.inspection.active,.filterItems__typeItem.inspection:hover{background-color:#fdfae6;border-color:#edca07}.filterItems__typeItem.accounting,.filterItems__typeItem.selling{box-sizing:border-box;color:#a060fc;border:2px solid #a060fc66}.filterItems__typeItem.accounting svg,.filterItems__typeItem.selling svg{stroke:#a060fc}.filterItems__typeItem.accounting.active,.filterItems__typeItem.accounting:hover,.filterItems__typeItem.selling.active,.filterItems__typeItem.selling:hover{background-color:#f8f4ff;border-color:#a060fc}.filterItems__typeItem.agreement{box-sizing:border-box;color:#0590b1;border:2px solid #0590b166}.filterItems__typeItem.agreement svg{stroke:#0590b1}.filterItems__typeItem.agreement.active,.filterItems__typeItem.agreement:hover{background-color:#e6f4f7;border-color:#0590b1}.filterItems__typeItem.starting{box-sizing:border-box;color:#45aaf2;border:2px solid #45aaf266}.filterItems__typeItem.starting svg{stroke:#45aaf2}.filterItems__typeItem.starting.active,.filterItems__typeItem.starting:hover{background-color:#ecf7fe;border-color:#45aaf2}.filterItems__typeItem.report{box-sizing:border-box;color:#cd3077;border:2px solid #cd307766}.filterItems__typeItem.report svg{stroke:#cd3077}.filterItems__typeItem.report.active,.filterItems__typeItem.report:hover{background-color:#faeaf1;border-color:#cd3077}.filterItems__typeItem.quality_control{box-sizing:border-box;color:#fcbb01;border:2px solid #fcbb0166}.filterItems__typeItem.quality_control svg{stroke:#fcbb01}.filterItems__typeItem.quality_control.active,.filterItems__typeItem.quality_control:hover{background-color:#fff8e6;border-color:#fcbb01}.filterItems__typeItem.documents_returning{box-sizing:border-box;color:#fe8c68;border:2px solid #fe8c6866}.filterItems__typeItem.documents_returning svg{stroke:#fe8c68}.filterItems__typeItem.documents_returning.active,.filterItems__typeItem.documents_returning:hover{background-color:#fff3f0;border-color:#fe8c68}.filterItems__typeItem.partner_program{box-sizing:border-box;color:#fc5c96;border:2px solid #fc5c9666}.filterItems__typeItem.partner_program svg{stroke:#fc5c96}.filterItems__typeItem.partner_program.active,.filterItems__typeItem.partner_program:hover{background-color:#ffeff4;border-color:#fc5c96}.filterItems__typeItem.final_report{box-sizing:border-box;color:#429488;border:2px solid #42948866}.filterItems__typeItem.final_report svg{stroke:#429488}.filterItems__typeItem.final_report.active,.filterItems__typeItem.final_report:hover{background-color:#ecf4f3;border-color:#429488}.filterItems__typeItem.cleaning{box-sizing:border-box;color:#73cf7a;border:2px solid #73cf7a66}.filterItems__typeItem.cleaning svg{stroke:#73cf7a}.filterItems__typeItem.cleaning.active,.filterItems__typeItem.cleaning:hover{background-color:#73cf7a1a;border-color:#73cf7a}.filterItems__typeItem.maintenance{box-sizing:border-box;color:#73cf7a;border:2px solid #73cf7a66}.filterItems__typeItem.maintenance svg{stroke:#73cf7a}.filterItems__typeItem.maintenance.active,.filterItems__typeItem.maintenance:hover{background-color:#73cf7a1a;border-color:#73cf7a}.filterItems__typeItem.glazing{box-sizing:border-box;color:#73cf7a;border:2px solid #73cf7a66}.filterItems__typeItem.glazing svg{stroke:#73cf7a}.filterItems__typeItem.glazing.active,.filterItems__typeItem.glazing:hover{background-color:#73cf7a1a;border-color:#73cf7a}.filterItems__typeItem.re_cleaning,.filterItems__typeItem.handling{box-sizing:border-box;color:#73cf7a;border:2px solid #73cf7a66}.filterItems__typeItem.re_cleaning svg,.filterItems__typeItem.handling svg{stroke:#73cf7a}.filterItems__typeItem.re_cleaning.active,.filterItems__typeItem.re_cleaning:hover,.filterItems__typeItem.handling.active,.filterItems__typeItem.handling:hover{background-color:#73cf7a1a;border-color:#73cf7a}.filterItems__typeItem.emptyComplex{box-sizing:border-box;color:#3867d6;border:2px solid #3867d666}.filterItems__typeItem.emptyComplex svg{stroke:#3867d6}.filterItems__typeItem.emptyComplex.active,.filterItems__typeItem.emptyComplex:hover{background-color:#3867d61a;border-color:#3867d6}.filterItems__typeItem.emptyComplex svg{fill:#3867d6;border:2px solid #3867d6;border-radius:50%;width:1em;height:1em;padding:.15em}.filterItems__typeItem.emptyGlazing{box-sizing:border-box;color:#30c7dc;border:2px solid #30c7dc66}.filterItems__typeItem.emptyGlazing svg{stroke:#30c7dc}.filterItems__typeItem.emptyGlazing.active,.filterItems__typeItem.emptyGlazing:hover{background-color:#30c7dc1a;border-color:#30c7dc}.filterItems__typeItem.emptyGlazing svg{fill:#30c7dc;border:2px solid #30c7dc;border-radius:50%;width:1em;height:1em;padding:.15em}.filterItems__typeItem.emptyMaintenance{box-sizing:border-box;color:#aede32;border:2px solid #aede3266}.filterItems__typeItem.emptyMaintenance svg{stroke:#aede32}.filterItems__typeItem.emptyMaintenance.active,.filterItems__typeItem.emptyMaintenance:hover{background-color:#aede321a;border-color:#aede32}.filterItems__typeItem.emptyMaintenance svg{fill:#aede32;border:2px solid #aede32;border-radius:50%;width:1em;height:1em;padding:.15em}.filterItems__typeItem.closed{box-sizing:border-box;color:#30c7dc;border:2px solid #30c7dc66}.filterItems__typeItem.closed svg{stroke:#30c7dc}.filterItems__typeItem.closed.active,.filterItems__typeItem.closed:hover{background-color:#30c7dc1a;border-color:#30c7dc}.filterItems__typeItem.closed svg{fill:#30c7dc;border:2px solid #30c7dc;border-radius:50%;width:1em;height:1em;padding:.15em}.customFilter{color:#000;flex-direction:column;flex:1;margin-bottom:20px;padding:1rem .5rem;display:flex}.customFilter h5{text-align:left;margin-bottom:1em;font-size:1.45em;font-weight:700}.customFilter__selectWrapper{position:relative}.customFilter__selectWrapper .MuiInputBase-root{color:#2d4258;text-align:left;border:1px solid #6d7986;border-radius:8px;padding-left:15px;font-family:ProximaNova,sans-serif;font-size:.9rem;font-weight:500}.customFilter__selectWrapper .MuiInputBase-root:before,.customFilter__selectWrapper .MuiInputBase-root:after{display:none}.customFilter__selectWrapper .MuiSelect-select:focus{background-color:#0000}.customFilter__selectWrapper select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;color:#6d7986;border:1px solid #6d7986;border-radius:8px;outline:none;width:100%;padding:.7em 1em}.customFilter__selectWrapper select option{background-color:#f8f8f8;height:20px}.customFilter__selectWrapper svg{pointer-events:none;color:#6d7986;position:absolute}.customFilter__expandMore{top:6px;right:10px}.customFilter>div{margin-bottom:1em}.customFilter .MuiOutlinedInput-input{padding:.75em 2em}.customFilter .MuiOutlinedInput-root{border-radius:1.75em}.customFilter .MuiInputLabel-root{transform:translate(40px,12px)scale(1)}.customFilter .MuiOutlinedInput-input,.customFilter .MuiFormLabel-root{color:#2d4258}.customFilter .MuiOutlinedInput-notchedOutline,.customFilter .MuiFormLabel-root.Mui-focused{border-color:#2d4258!important}.customFilter .MuiFormLabel-root.Mui-focused{color:#2d4258!important}.customFilter .MuiSelect-icon{color:#2d4258}.customFilter__icon{position:absolute;top:7px;left:10px}.customFilter .customMultipleSelector__selector{background-color:#fff}@media (width<=575px){.calendar-filter .customFilter{padding:0 1rem}}.personnelSidebar{flex-direction:column;justify-content:space-between;gap:1.5rem;display:flex}.personnelSidebar__buttons{flex-direction:column;gap:1.5rem;display:flex}.scheduleFilter{margin-bottom:1em}.scheduleFilter-groups{width:100%;margin-top:1rem;margin-bottom:2em}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting{color:#f5e230;background-color:#0000;border:1.5px solid #f5e23033}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting svg{stroke:#f5e230}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting:hover{color:#f5e230;background-color:#f5e23012;border-color:#f5e230}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting:hover svg{stroke:#f5e230}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting.active{color:#f5e230;background-color:#f5e23012;border-color:#f5e230}.scheduleFilter-groups .filterItems__typeItem.maintenance{color:#aede32;background-color:#0000;border:1.5px solid #aede3233}.scheduleFilter-groups .filterItems__typeItem.maintenance svg{stroke:#aede32}.scheduleFilter-groups .filterItems__typeItem.maintenance:hover{color:#aede32;background-color:#aede3212;border-color:#aede32}.scheduleFilter-groups .filterItems__typeItem.maintenance:hover svg{stroke:#aede32}.scheduleFilter-groups .filterItems__typeItem.maintenance.active{color:#aede32;background-color:#aede3212;border-color:#aede32}.scheduleFilter-groups .filterItems__typeItem.maintenance svg{fill:#aede32;border:2px solid #aede32}.scheduleFilter__buttons .filterDelete{color:#54d3c2;background-color:#fff;border:2px solid #54d3c2}.scheduleFilter__buttons .filterDelete:disabled{border:none}.scheduleFilter__buttons .filterDelete:disabled:hover{box-shadow:none;color:#54d3c2!important;background-color:#54d3c240!important;border:none!important}.scheduleFilter__buttons .filterDelete:hover{box-shadow:1px 5px 15px #d2d1d1;background-color:#fff!important}.scheduleFilter__personnelList{text-align:center;margin-top:1em}.scheduleFilter__personnelList-title{margin-top:1.1em;margin-bottom:0!important}.scheduleFilter__personnelList__item{align-items:center;display:flex}.scheduleFilter__personnelList__item__check{color:#fff;background-color:#6d7986;border-radius:50%;justify-content:center;margin-right:.5em;padding:.3em;display:flex}.scheduleFilter__personnelList__item p{color:#6d7986;font-weight:500}.scheduleFilter .personSchedule__active{background-color:#54d3c2}.profileToolbar{width:100%;margin-bottom:2.25rem;display:flex;position:relative}.profileToolbar__avatar{cursor:pointer;box-sizing:content-box;border:.125rem solid #f8f8f8;width:3.2rem!important;height:3.2rem!important}.profileToolbar__body{cursor:pointer;flex:1;align-items:center;display:flex}.profileToolbar__body:hover .profileToolbar__expandMore{color:#000}.profileToolbar__info{text-align:left;flex-direction:column;flex:1;padding:0 .75rem;display:flex}.profileToolbar__name{color:#000;margin-bottom:.1875rem;font-size:1rem;font-weight:600}.profileToolbar__role{color:#6d7986;font-size:.9rem}.profileToolbar__title{cursor:pointer;margin-left:.3125rem;position:relative}.profileToolbar__titlePopup{color:#fff;z-index:4000;background-color:#000000a6;border-radius:1.25rem;width:23.125rem;padding:.625rem;position:fixed}.profileToolbar__titlePopup h5{color:#fff;margin-bottom:.3125rem;font-weight:600}.profileToolbar__titlePopup p{margin-bottom:.3125rem}.profileToolbar__titlePopup img{width:100%}.profileToolbar__expandMore{color:#6d7986;cursor:pointer}.profileToolbar__expandMore:hover{color:#000}.profileToolbar__popup{z-index:1000;background-color:#fff;border-radius:.375rem;flex-direction:column;width:100%;margin-top:.375rem;padding:.375rem 0;display:flex;position:absolute;top:100%;right:0;box-shadow:.125rem .125rem .625rem #0000001a}.profileToolbar__item{text-align:left;cursor:pointer;color:#6d7986;background:0 0;border:none;outline:none;width:100%;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;display:block}.profileToolbar__item:hover{color:#2d4258;background-color:#f8f8f8}.profileToolbar__link{color:inherit;text-decoration:none}@media (width<=31.25rem){.profileToolbar{margin-bottom:0}.profileToolbar__avatar{width:2rem!important;height:2rem!important}.profileToolbar__name{display:none}.profileToolbar__role{font-size:1.1rem;display:none}.profileToolbar__info{padding:0 1.25rem;display:none}.profileToolbar__expandMore{margin-right:.125rem;display:none;font-size:2.5rem!important}.profileToolbar svg{display:none}}.scheduleFilter{color:#000;flex-direction:column;flex:1;margin-bottom:20px;padding:1rem .5rem;display:flex}.scheduleFilter h5{text-align:left;margin-bottom:1.1rem;font-size:1.1rem;font-weight:700}.scheduleFilter .customField{margin-bottom:.5em}.scheduleFilter .customField span{color:#6d7986}.scheduleFilter .customField__select{border-color:#b6bcc3;border-radius:.75em}.scheduleFilter .customField svg{cursor:pointer;color:#b6bcc3;background:0 0;font-size:1.5em}.scheduleFilter p{text-align:left;margin:1em 0;font-size:1.05rem}.scheduleFilter p span{font-weight:500}.scheduleFilter__buttons{margin-top:.75em}.scheduleFilter__buttons button{margin-bottom:1em;padding:.6em}.scheduleFilter__buttons .delete{color:#fc5c65;box-shadow:0 4px 15px 1px #fedee0}.scheduleFilter__buttons .delete:hover:not(:disabled){background-color:#fff;box-shadow:0 4px 10px -1px #fc5c6599}.scheduleFilter__buttons .delete.selected{background-color:#fff;box-shadow:0 4px 18px #54d3c299}.scheduleFilter__buttons .delete:disabled{color:#a9e9e0;background-color:#ffffff80;box-shadow:0 4px 12px #54d3c226}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:ProximaNova,sans-serif}html{font-size:16px}@media screen and (width<=1200px){html{font-size:15px}}@media screen and (width<=900px){html{font-size:14px}}@media screen and (width<=700px){html{font-size:13px}}html,body,#root{height:100svh;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{cursor:pointer;color:inherit}option,select{-webkit-user-select:none;user-select:none}abbr[title]{text-decoration:none}h1,h2,h3,h4,h5{cursor:default;-webkit-user-select:none;user-select:none}h2{color:#2d4258;font-size:1.9rem;font-weight:800}h3{color:#2d4258;font-size:1.1rem;font-weight:500}h4{color:#2d4258;font-size:1rem;font-weight:400}h5{color:#2d4258;font-size:.9rem;font-weight:400}h5.error{color:#fc5c6599}.thin-content{flex:0;margin-top:auto}.f1{flex:1!important}.f2{flex:2!important}.f02{flex:.2!important}.no-border{border:none!important}.p0{padding:0}embed{background-color:#fff;height:100%;-webkit-overflow-scrolling:touch!important;overflow-y:auto!important}input::placeholder{color:#b6bcc3!important}input:disabled,textarea:disabled{-webkit-opacity:1;cursor:initial;opacity:1}.min-width-20{min-width:20rem}.min-width-15{min-width:15rem}.min-width-14{min-width:14rem}.min-width-12{min-width:12rem}.min-width-10{min-width:10rem}.min-width-8{min-width:8rem}.min-width-6{min-width:6rem}.min-width-4{min-width:4rem}.min-width-2{min-width:2rem}.popup{z-index:100;-webkit-overflow-scrolling:touch;background-color:#fff;border-radius:1.5em;width:50%;max-width:500px;max-height:100%;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}@media (width<=575px){.popup{width:95%}}.popup .close{cursor:pointer;color:#6d7986;position:absolute;top:1em;right:.75em}.popup .error_subscription{color:#fc5c96;text-align:left;padding:.25em 1em;font-size:.75em;font-weight:500}.popupWrapper{cursor:initial;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99;background-color:#0000004d;width:100%;height:100%;position:fixed;top:0;left:0}.popupWrapper.customLightbox{z-index:100}.popupWrapper_black{background-color:#000000b3}.relative{position:relative}.fixedWrapper{cursor:initial;z-index:49;width:100%;height:100%;position:fixed;top:0;left:0}.fixedWrapper.withSidebar{z-index:25}.swipeable-block{overflow:hidden}.container{padding:0 1em}@media screen and (width<=700px){.container{padding:1em 1.25em}}.container_scroll{overflow-y:auto}button{cursor:pointer;-webkit-user-select:none;user-select:none;border:none;outline:none;font-size:1rem}.button{color:#fff;background-color:#54d3c2;border-radius:100px;width:100%;padding:.75em 1.5em;font-size:1.05rem;font-weight:500;transition:box-shadow .2s ease-out,background-color .2s ease-out}.button:hover:not(:disabled){background-color:#1cb4a4;border-color:#1cb4a4}.button:disabled{background-color:#54d3c240}.button_fill-none{color:#54d3c2;background-color:#fff;border:2px solid #54d3c2;box-shadow:0 5px 25px #0000001a}.button_fill-none:hover:not(:disabled){color:#54d3c2;background-color:#f8f8f8;box-shadow:0 5px 25px #0003}.button_fill-none:disabled{color:#a9e9e0;background-color:#ffffff80;border:2px solid #54d3c240;box-shadow:0 5px 25px -10px #0000001a}.button_border-none{color:#54d3c2;background-color:#fff;border:none;box-shadow:0 4px 18px #54d3c266}.button_border-none.selected,.button_border-none:hover:not(:disabled),.button_border-none:hover:not(:disabled),.button_border-none.selected{background-color:#fff;box-shadow:0 4px 18px #54d3c299}.button_border-none:disabled{color:#56d3c3;background-color:#ffffff80;box-shadow:0 4px 12px #54d3c226}.button_border-none.darkGreen{color:#189e5a;background-color:#fff;border:none;box-shadow:0 4px 18px #189e5a66}.button_border-none.darkGreen:hover:not(:disabled),.button_border-none.darkGreen.selected{background-color:#fff;box-shadow:0 4px 18px #189e5a99}.button_border-none.darkGreen:disabled{color:#18a05b;background-color:#ffffff80;box-shadow:0 4px 12px #189e5a26}.button_border-none.lightGreen{color:#26de81;background-color:#fff;border:none;box-shadow:0 4px 18px #26de8166}.button_border-none.lightGreen:hover:not(:disabled),.button_border-none.lightGreen.selected{background-color:#fff;box-shadow:0 4px 18px #26de8199}.button_border-none.lightGreen:disabled{color:#28de82;background-color:#ffffff80;box-shadow:0 4px 12px #26de8126}.button_border-none.yellow{color:#f7b731;background-color:#fff;border:none;box-shadow:0 4px 18px #f7b73166}.button_border-none.yellow:hover:not(:disabled),.button_border-none.yellow.selected{background-color:#fff;box-shadow:0 4px 18px #f7b73199}.button_border-none.yellow:disabled{color:#f7b833;background-color:#ffffff80;box-shadow:0 4px 12px #f7b73126}.button_border-none.orange{color:#fd9644;background-color:#fff;border:none;box-shadow:0 4px 18px #fd964466}.button_border-none.orange:hover:not(:disabled),.button_border-none.orange.selected{background-color:#fff;box-shadow:0 4px 18px #fd964499}.button_border-none.orange:disabled{color:#fd9746;background-color:#ffffff80;box-shadow:0 4px 12px #fd964426}.button_border-none.red{color:#fc5c65;background-color:#fff;border:none;box-shadow:0 4px 18px #fc5c6566}.button_border-none.red:hover:not(:disabled),.button_border-none.red.selected{background-color:#fff;box-shadow:0 4px 18px #fc5c6599}.button_border-none.red:disabled{color:#fc5e67;background-color:#ffffff80;box-shadow:0 4px 12px #fc5c6526}.button_border{color:#a9e9e0;background-color:#fff;border:2px solid #a9e9e0;box-shadow:0 3px 15px #a9e9e0e6}.button_border.selected,.button_border:hover:not(:disabled){background-color:#fff;box-shadow:0 4px 18px #54d3c299}.button_border:hover:not(:disabled){background-color:#fff;border:2px solid #a9e9e0;box-shadow:0 4px 18px #a9e9e099}.button_border.selected{background-color:#fff;box-shadow:0 4px 18px #a9e9e099}.button_border:disabled{color:#abe9e1;background-color:#ffffff80;box-shadow:0 4px 12px #a9e9e026}.button_border.darkGreen{color:#189e5a;background-color:#fff;border:2px solid #189e5a;box-shadow:0 3px 15px #189e5ae6}.button_border.darkGreen:hover:not(:disabled){background-color:#fff;border:2px solid #189e5a;box-shadow:0 4px 18px #189e5a99}.button_border.darkGreen.selected{background-color:#fff;box-shadow:0 4px 18px #189e5a99}.button_border.darkGreen:disabled{color:#18a05b;background-color:#ffffff80;box-shadow:0 4px 12px #189e5a26}.button_border.lightGreen{color:#26de81;background-color:#fff;border:2px solid #26de81;box-shadow:0 3px 15px #26de81e6}.button_border.lightGreen:hover:not(:disabled){background-color:#fff;border:2px solid #26de81;box-shadow:0 4px 18px #26de8199}.button_border.lightGreen.selected{background-color:#fff;box-shadow:0 4px 18px #26de8199}.button_border.lightGreen:disabled{color:#28de82;background-color:#ffffff80;box-shadow:0 4px 12px #26de8126}.button_border.yellow{color:#f7b731;background-color:#fff;border:2px solid #f7b731;box-shadow:0 3px 15px #f7b731e6}.button_border.yellow:hover:not(:disabled){background-color:#fff;border:2px solid #f7b731;box-shadow:0 4px 18px #f7b73199}.button_border.yellow.selected{background-color:#fff;box-shadow:0 4px 18px #f7b73199}.button_border.yellow:disabled{color:#f7b833;background-color:#ffffff80;box-shadow:0 4px 12px #f7b73126}.button_border.orange{color:#fd9644;background-color:#fff;border:2px solid #fd9644;box-shadow:0 3px 15px #fd9644e6}.button_border.orange:hover:not(:disabled){background-color:#fff;border:2px solid #fd9644;box-shadow:0 4px 18px #fd964499}.button_border.orange.selected{background-color:#fff;box-shadow:0 4px 18px #fd964499}.button_border.orange:disabled{color:#fd9746;background-color:#ffffff80;box-shadow:0 4px 12px #fd964426}.button_border.red{color:#fed6d9;background-color:#fff;border:2px solid #fed6d9;box-shadow:0 3px 15px #fed6d9e6}.button_border.red:hover:not(:disabled){background-color:#fff;border:2px solid #fed6d9;box-shadow:0 4px 18px #fed6d999}.button_border.red.selected{background-color:#fff;box-shadow:0 4px 18px #fed6d999}.button_border.red:disabled{color:#fed8db;background-color:#ffffff80;box-shadow:0 4px 12px #fed6d926}.button_bc-grey{color:#54d3c2;background-color:#f8f8f8;border:none;box-shadow:0 4px 12px -3px #00000026}.button_bc-grey:hover:not(:disabled){background-color:#f8f8f8;box-shadow:0 4px 10px #00000026}.button_bc-grey:disabled{box-shadow:none;color:#e1e1e7;background-color:#f8f8f8}.button_error{color:#fff;background-color:#fc5c6599}.button_error:hover:not(:disabled){background-color:#fc5c65}.button_error.disabled{background-color:#fc5c651a}:disabled,.disabled{cursor:initial!important}::-webkit-scrollbar{width:5px;height:.4em}@media (width<=700px){::-webkit-scrollbar{width:4px}}@media (width<=300px){::-webkit-scrollbar{width:3px}}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#e1e1e7}::-webkit-scrollbar-thumb:hover{background:#b6bcc3}.td50{width:50%}.td30{width:30%}.td20{width:20%}.td10{width:10%}.bc-documents{background-color:#a060fc33!important}.bc-cleaning{background-color:#26de8133!important}.bc-re_cleaning{background-color:#fc5c9633!important}.bc-inspectionAndAccounting{background-color:#fd964433!important}.bc-quality{background-color:#fb8d0033!important}.bc-expanses{background-color:#fc5c9633!important}[data-tooltip]:after{content:attr(data-tooltip);text-align:left;white-space:pre-line;-webkit-backdrop-filter:blur(12px);color:#6d7986;pointer-events:none;opacity:0;z-index:200;word-wrap:break-word;background-color:#fff;border-radius:1em;width:max-content;max-width:100%;padding:.5em .75em;font-size:.9em;transition:all .75s;position:absolute;bottom:60%;left:0;right:0;box-shadow:2px 2px 5px #0000001a;-webkit-overflow-scrolling:auto!important}[data-tooltip]:hover:after{opacity:1;bottom:110%}.dark-content h1,.dark-content h2,.dark-content h3,.dark-content h4,.dark-content h5,.dark-content span,.dark-content abbr{color:#fff}.dark-content svg{fill:#1c2839}.dark-content .serviceTable__tableWrap{border-radius:1em}.dark-content tr{background-color:#2c3b50}.dark-content tr:nth-child(2n){background-color:#1c2839!important}.dark-content .App{background:linear-gradient(270deg,#2c3b50 0% 50%,#0000 100%),linear-gradient(#54d3c2,#30898a)}.dark-content .dashboard,.dark-content .mobileHeader{background-color:#455464}.dark-content .mobileHeader svg path,.dark-content .MobileNavbar__tags svg{fill:#fff}.dark-content .mobileHome{background-color:#455464}.dark-content .rbc-month-view,.dark-content .agenda{background-color:#1c2839;border-radius:15px 15px 0 0}.dark-content .customCalendarPopup{background-color:#2c3b50}.dark-content .rbc-time-view{background-color:#1c2839}.dark-content .calendar__toolbar__viewButtons,.dark-content .calendar__toolbar__navigate .MuiSvgIcon-root{box-shadow:none;background-color:#1c2839}.dark-content .calendar__toolbar__navigate .MuiSvgIcon-root path{fill:#fff}.dark-content .agendaList,.dark-content .agendaList__loaderWrapper,.dark-content .agendaList__monthBlock,.dark-content .agendaList__events,.dark-content .agendaList__date{background-color:#1c2839}.dark-content .agendaList__date__day{color:#fff}.dark-content .agendaList__tasks,.dark-content .agendaList__header{background-color:#1c2839}.dark-content .MobileOrder,.dark-content .mobile-order{background-color:#455464}.dark-content .MobileOrder__content__slide__button,.dark-content .mobile-order__content__slide__button{background-color:#1c2839}.dark-content .MobileOrder__content__slide__button svg,.dark-content .mobile-order__content__slide__button svg{fill:#fff}.dark-content .modalTab{background-color:#455464}.dark-content .react-calendar{background-color:#1c2839}.dark-content .react-calendar__navigation__arrow{color:#fff}.dark-content .miniCalendarHint,.dark-content .customMultipleSelector__selector{background-color:#1c2839}.dark-content .formSection{background-color:#455464}.dark-content .formSection__icon{background-color:#1c2839}.dark-content .formSection__icon svg{fill:#fff}.dark-content .customField__select,.dark-content .customField__input{background-color:#1c2839}@font-face{font-family:ProximaNova;src:url(/assets/ProximaNovaLight-D61mr4Wz.ttf)format("truetype");font-style:normal;font-weight:300}@font-face{font-family:ProximaNova;src:url(/assets/ProximaNovaRegular-45mnJ3qM.ttf)format("truetype");font-style:normal;font-weight:400}@font-face{font-family:ProximaNova;src:url(/assets/ProximaNovaSemibold-FQCUFOu6.ttf)format("truetype");font-style:normal;font-weight:500}@font-face{font-family:ProximaNova;src:url(/assets/ProximaNovaBold-B18tUPll.ttf)format("truetype");font-style:normal;font-weight:600}@font-face{font-family:ProximaNova;src:url(/assets/ProximaNovaExtraBold-D8o6ubGf.ttf)format("truetype");font-style:normal;font-weight:700}.ReactModal__Overlay--after-open{background-color:#78788566!important}
