@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}.popupMarginality{width:50%;height:55%;padding:1.25em 2em}.popupMarginality h4{text-align:left;white-space:normal;flex:.6;font-size:1.25em;font-weight:500}.popupMarginality__header{justify-content:space-between;align-items:flex-end;padding:1.2em 0 1.75em;display:flex;position:relative}.popupMarginality__info{color:#54d3c2;cursor:pointer;justify-content:center;align-items:center;margin-bottom:10px;display:flex}.popupMarginality__info span{margin-left:5px;font-weight:500}.popupMarginality__info svg{font-size:16px}.popupMarginality__close{cursor:pointer;position:absolute;top:10px;right:0}.popupMarginality table{border-collapse:collapse;margin-bottom:2em;width:100%!important}.popupMarginality table th{color:#a9e9e0;text-align:left;padding:.6em 1em;font-weight:400}.popupMarginality table th:first-child{padding-left:1em}.popupMarginality table th:nth-child(2){text-align:left}.popupMarginality table td{white-space:nowrap;text-align:left;color:#2d4258;padding:.75em 1em;font-size:.9em;font-weight:400}.popupMarginality table td:not(:first-child):not(:last-child){border-right:2px solid #f8f8f8}.popupMarginality table tr:nth-child(2n){background-color:#f8f8f8}.popupMarginality table tr:nth-child(2n) td:not(:first-child):not(:last-child){border-right:2px solid #fff}.popupMarginality__table tbody tr{cursor:pointer}.popupMarginality__table tbody tr:hover td{color:#54d3c2;font-weight:500}.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}.customFieldArray{flex:1;margin-bottom:.25em}.customFieldArray .formSection__inputText,.customFieldArray .formSection__inputSelect{margin-bottom:0}.customFieldArray__body{flex-direction:column;gap:1rem;display:flex}.customFieldArray__row{flex-flow:wrap;justify-content:space-between;align-items:center;gap:1rem 2rem;display:flex}.customFieldArray__row .customField{flex:1}.customFieldArray__row>.customCheckbox{margin:1.25em 0 .75em 1.1em}.customFieldArray__button{color:#fff;background-color:#54d3c2;border-radius:5.75em;justify-content:center;align-self:flex-end;align-items:center;min-width:3rem;min-height:3rem;padding:.5em;font-size:1rem;font-weight:600;display:flex}.customFieldArray__button>svg{min-width:2rem;min-height:2rem}.customFieldArray__button span{display:none}.customFieldArray__button_right{align-self:flex-end}.customFieldArray__button:hover{background-color:#1ebaae}.customFieldArray__button:disabled{color:#6d7986;background-color:#0000;border:1px solid #d2d1d1}.customFieldArray__delete{border-radius:5.75em;display:flex;background-color:#fc5c6599!important}.customFieldArray__delete:hover{background-color:#fc5c65!important}.customFieldArray__buttonGroup{justify-content:flex-end;align-items:flex-end;display:flex}.customFieldArray__buttonGroup button+button{margin-left:1em}.customFieldArray__item{flex:1;align-items:center;gap:2rem;display:flex}.MuiIconButton-edgeEnd{color:#6d7986!important;background-color:#0000!important;height:0!important;margin-right:.25em!important;padding:0!important}.customDate{display:flex!important}.customDate .MuiTextField-root:has(input:disabled){background-color:#e9f9f7}.customDate__label{white-space:nowrap!important;color:#54d3c2!important;font-family:ProximaNova,sans-serif!important;font-size:1rem!important;font-weight:500!important;top:-15px!important}.customDate>div{border-radius:2em;height:3rem;border:2px solid #a9e9e0!important;margin:1.75em 0 0!important}.customDate>div>div{outline:none!important}.customDate>div>div input{color:#6d7986;border-radius:1000px;padding:.6em .75em .6em 1.1em;font-weight:500;-webkit-text-fill-color:#6d7986!important;border:none!important;font-family:ProximaNova,sans-serif!important}.customDate.disabled>div{border-color:#54d3c266!important}.customDate.error>div{border-color:#fc5c65!important}.customDate fieldset{border:none!important}.customDate__openCalendarIcon{color:#54d3c2;background-color:#e9f9f7;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.customDate__openCalendarIcon>svg{width:1rem;height:1rem}.MuiPickersArrowSwitcher-button{height:100%!important;margin:0!important;padding:5px!important}.MuiPickersArrowSwitcher-button:hover{background-color:#00000012!important}.customTable{color:#6d7986;margin-bottom:2.12rem}.customTable:last-child{margin-bottom:0}.customTable table{border-spacing:0;border-collapse:collapse;width:100%}.customTable caption{text-align:center;color:#6d7986;margin-bottom:.5rem;font-size:1.1rem;font-style:normal;font-weight:700}.customTable th{text-align:left;background-color:#0000;padding:1em .5em;font-weight:700}.customTable td{text-align:left;padding:.25em .5em}.customTable td:first-child{font-weight:700}.customTable tr:nth-child(2n){background-color:#f8f8f8}.customTable .title{text-align:center!important;background-color:#fff!important}.customTable .pre{white-space:pre-wrap}.interactiveButton{width:30%;max-width:20rem}.interactiveButton:last-child{margin-right:0}@media (width<=768px){.interactiveButton{width:100%;max-width:100%;margin:0 0 1.5rem}.interactiveButton:last-child{margin-bottom:0}}.interactiveButton h5{margin-bottom:.75em;font-size:1.1rem;font-weight:600}.interactiveButton button{border-radius:100px;flex-direction:column;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex;position:relative}.interactiveButton button span{color:#323f47}.interactiveButton [data-tooltip]:after{content:attr(data-tooltip);text-align:center;white-space:pre-line;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#54d3c2;pointer-events:none;opacity:0;z-index:200;background-color:#ffffffbf;border-radius:1em;width:100%;height:100%;padding:1rem 0;font-size:1em;transition:all .75s;position:absolute;inset:75% 0 auto;box-shadow:2px 2px 5px #0000001a}.interactiveButton [data-tooltip]:hover:after{opacity:1;top:110%}.reportTable{width:100%;padding:1em .5em}.reportTable__tables{justify-content:space-between;margin-bottom:2em;display:flex}.reportTable__tables .customTable{width:48%}.reportTable__tables .customTable td{text-align:left}.reportTable__tables .customTable:first-child{text-align:right;font-weight:500}.reportTable__buttons{flex-wrap:wrap;justify-content:space-around;align-items:center;display:flex}@media (width<=768px){.reportTable__tables{flex-direction:column}.reportTable__tables .customTable{justify-content:center;width:100%}.reportTable__buttons{text-align:center;flex-flow:column}}.client-data{flex-direction:column;flex:1 0 1rem;justify-content:start;align-items:center;gap:.5rem;height:auto;padding:0;list-style:none;display:flex;overflow:auto}.client-data__empty{color:#6d7986;text-align:center;width:100%;margin-top:6.2rem;font-weight:500}.client-data-item{cursor:pointer;color:#6d7986;border:2px solid #f8f8f8;border-radius:.5rem;justify-content:start;align-items:center;width:100%;padding:1rem 1.5rem;transition:all .1s ease-in;display:flex}.client-data-item--checked{color:#323f47;border-color:#54d3c2}.client-data-item__title{font-size:.875rem;font-weight:500}.client-address{position:relative}.client-address__input{min-height:3rem;flex:0!important}.client-address__input .customField__input input{color:#323f47;-webkit-text-fill-color:#323f47;font-size:.875rem}.client-type{justify-content:center;align-items:center;gap:2.5rem;width:100%;margin-top:2.64rem;display:flex}@media (width<=1200px){.client-type{margin-top:1.8rem}}.client-type__button{background-color:#fff;border:2px solid #e9ebed;border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.86rem;width:12.5rem;height:12.5rem;transition:all .2s;display:flex}.client-type__button__icon{fill:#fff;min-width:2.6rem;min-height:2.6rem;transition:all .2s}.client-type__button__icon__wrapper{background-color:#e9ebed;border:.6rem solid #e9ebed;border-radius:100%;justify-content:center;align-items:center;transition:all .4s;display:flex;overflow:hidden}.client-type__button__icon__wrapper--checked{background-color:#a9e9e0;border:.6rem solid #a9e9e0;transition:all .4s}.client-type__button__title{color:#6d7986;font-size:1.25rem;font-weight:600;line-height:2.75rem;transition:all .2s}.client-type__button--checked{border-color:#54d3c2}.client-type__button--checked .client-type__button__title{color:#323f47;font-size:1.25rem;font-weight:600;line-height:2.75rem}.client-organization{position:relative}.client-service-items{flex-direction:column;flex:1 0 1rem;gap:1rem;display:flex;overflow:auto}.client-service-items__container{color:#54d3c2;border:2px solid #0000;grid-template-columns:.8fr repeat(3,1fr) 1.5fr .3fr;width:100%;margin-bottom:-1.2rem;padding:.6em .75em .6em 1.1em;font-size:.9rem;font-weight:500;display:grid}.client-service-table-section{cursor:pointer;border:2px solid #f8f8f8;border-radius:1rem;transition:border-color .1s ease-out}.client-service-table-section__header{color:#6d7986;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;grid-template-columns:.8fr repeat(3,1fr) 1.5fr .3fr;align-items:center;width:100%;padding:.6em .75em .6em 1.1em;font-weight:500;display:grid}.client-service-table-section__button{background-color:inherit;color:#6d7986;border:2px solid #e9ebed;border-radius:8px;justify-content:center;align-items:center;margin-right:1rem;font-weight:500;text-decoration:none;transition:border-color .2s ease-out;display:flex}.client-service-table-section__button:hover{border-color:#54d3c2}.client-service-table-section__icon__container{cursor:pointer;background-color:#f8f8f8;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.client-service-table-section__icon__container svg{transition:all .2s ease-out}.client-service-table-section__icon--active{transform:rotate(180deg)}.client-service-table-section--active{border-color:#54d3c2}.client-service-table{border-collapse:separate;border-spacing:0;background-color:#fff;border:2px solid #e9ebed;border-radius:.75rem;width:100%;margin-top:1rem;overflow:hidden}.client-service-table thead tr{background-color:#fff;position:sticky;top:0}.client-service-table__wrapper{flex-direction:column;justify-content:start;align-items:center;height:auto;padding:.6em .75em .6em 1.1em;display:flex;overflow:auto}.client-service-table__checkbox{width:1.25rem}.client-service-table tbody tr:nth-child(odd){background-color:#f8f8f8}.client-service-table td{border-right:2px solid #e9ebed;padding:.69rem .95rem}@media (width<=575px){.client-service-table td{padding:.4rem .5rem}}.client-service-table td:last-child{border-right:none}.client-service-table thead td{color:#54d3c2;font-size:.9rem;font-weight:500}.client-service-table-item__price__span{color:#323f47!important}.client-service-table-item td span{color:#6d7986;font-size:1rem;font-weight:500}.client-service{position:relative;gap:1rem!important}.client-service__inputs-wrapper{flex-direction:column;gap:1rem;display:flex}.client-service__inputs-wrapper .customField__input input{color:#323f47;-webkit-text-fill-color:#323f47;font-size:.875rem}.custom-title{align-items:center;display:flex}.custom-title h3{text-align:left;flex:1;padding-top:1rem;font-weight:600}.status-bar{flex-direction:column;gap:.6rem;display:flex}.status-bar__wrapper{background:#f8f8f8;border-radius:.75em;width:100%;height:1.75em;padding:.2em;box-shadow:inset 0 4px 5px 2px #a9b2b240}.status-bar__wrapper--thin{height:.25rem;padding:0}.status-bar__stage{justify-content:center;align-items:center;width:100%;display:flex}.status-bar__stage span{color:#b6bcc3;font-size:1rem;font-style:normal;font-weight:500}.status-bar__title{color:#54d3c2;text-align:left;font-size:.875rem;font-weight:600}.status-bar__underline{background:linear-gradient(90deg,#d2f3ef,#54d3c2);border-radius:.75em;height:100%;transition:width .5s ease-out;position:relative}.status-bar__underline--thin{background:#54d3c2}.status-bar__indicator{color:#323f47;background-color:#fff;border:2px solid #6d7986;border-radius:6px;justify-content:center;align-items:center;width:3.75rem;height:2rem;font-size:1.125rem;font-weight:600;display:flex;position:absolute;top:50%;right:-2rem;transform:translateY(-50%)}.status-bar__indicator--full{right:-.2rem}.MuiPopover-paper.customPopover{color:#2d4258;width:var(--custom-width,fit-content);background-color:#e9f9f7;border-radius:24px;margin-bottom:20px;padding:.875rem 1.5rem;font-size:14px;font-weight:600;position:relative;overflow:visible;box-shadow:0 5px 25px #0000001a}.MuiPopover-paper.customPopover:after{content:"";border:16px solid #0000;border-top-color:#e9f9f7;border-bottom-width:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.MuiPopover-paper.customPopover.customPopover--table{color:#6d7986;background-color:#fff;border-radius:12px;padding-left:1.25rem;padding-right:1.25rem}.MuiPopover-paper.customPopover.customPopover--table:after{border-width:8px 8px 0;border-color:#fff #0000 #0000}.customSelect__popover .MuiPaper-root{border-radius:1em}.customSelect__popover-container{border-radius:1rem;box-shadow:2px 2px .75em #0000001a}.customSelect__popover-searchWrapper{padding:1rem 1.25rem .5rem}.customSelect__popover-search{color:#323f47;background-color:#f8f8f8;border-radius:24px;align-items:center;gap:.5rem;padding:.8rem 1.25rem;display:flex}.customSelect__popover-input{width:100%;color:inherit;background-color:#0000;border:none;outline:none;font-size:1rem;font-weight:600}.customSelect__popover-input::placeholder{color:#989fa3}.customSelect__popover-list{max-height:13rem;overflow-y:auto}.customSelect__popover-option{cursor:pointer;color:#b6bcc3;align-items:center;gap:.5rem;padding:.75em 1.25rem;font-size:1em;font-weight:500;display:flex}.customSelect__popover-option:hover{color:#323f47;background-color:#f8f8f8}.customSelect__popover-option--disabled{color:#b6bcc3;cursor:default}.customSelect__popover-option--disabled:hover{background-color:#fff}.customSelect__popover--tableFilter{font-size:.875rem}.customSelect__popover--tableFilter .customSelect__popover-search{padding:.3rem 1.25rem}svg.customSelect__tableIcon{color:#6d7986;background-color:#0000;width:12px;height:12px}.custom-client-input__popup{width:55.5rem;height:70svh;max-height:95svh;padding:2.5rem 2.49rem 2.5rem 2.37rem;display:flex;justify-content:start!important;align-items:start!important}@media (width<=575px){.custom-client-input__popup{height:95svh}}.custom-client-input__popup--first-stage{height:42.625rem;padding:2.5rem 2.49rem 6.06rem 2.37rem}.custom-client-input__header>h3{font-size:1.25rem!important}.custom-client-input__progress{width:100%}.custom-client-input__title{color:#2d4258;font-weight:600}.custom-client-input__title>h3{font-size:1.75rem;line-height:2.75rem;padding:0!important}.custom-client-input__content{flex-direction:column;flex:1;gap:2rem;display:flex}.custom-client-input__content__body{flex:1}.tileDatePicker{justify-content:center;align-items:center;padding:.75em;font-size:.95rem;font-weight:600;display:flex;-webkit-overflow-scrolling:auto!important}.tileDatePicker.startDate{color:#fff;background-color:#a9e9e0;border-top-left-radius:100px;border-bottom-left-radius:100px}.tileDatePicker.endDate{color:#fff;background-color:#a9e9e0;border-top-right-radius:100px;border-bottom-right-radius:100px}.tileDatePicker.processDate{color:#2d4258;background-color:#a9e9e0;border-radius:0}.tileDatePicker.singleDate{color:#fff;background-color:#a9e9e0;border-radius:100px}.tileDatePicker.notAvailable{color:#b6bcc3}.tileDatePicker[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;background-color:#fff;border-radius:1em;width:max-content;height:100%;padding:.5em .75em;font-size:.9em;transition:all .75s;position:absolute;inset:30% 0 auto;box-shadow:2px 2px 5px #0000001a;-webkit-overflow-scrolling:auto!important}.tileDatePicker[data-tooltip]:hover:after{opacity:1;display:flex;top:90%}.customDateInput svg.customDateInput__icon{background-color:#0000;border-radius:0;margin-right:.5rem;font-size:1rem;position:static}._root_1bcnw_1{text-align:left;flex-direction:column;justify-content:left;display:flex}._root_1bcnw_1._disabled_1bcnw_7 ._field_1bcnw_7,._root_1bcnw_1._disabled_1bcnw_7 ._input_1bcnw_7{background-color:#e9f9f7}._root_1bcnw_1._error_1bcnw_10 ._field_1bcnw_7{border-color:#fc5c65}._root_1bcnw_1._error_1bcnw_10 ._label_1bcnw_13{color:#fc5c65}._label_1bcnw_13{color:#54d3c2;text-align:left;padding:.25em 0 .35em 1.25rem;font-size:1rem;font-weight:500}._field_1bcnw_7{border:2px solid #a9e9e0;border-radius:32px;align-items:center;gap:.5rem;min-height:3rem;padding:.375rem .375rem .375rem 1.25rem;display:flex;position:relative}._wrapper_1bcnw_36{--react-international-phone-text-color:#6d7986;--react-international-phone-disabled-text-color:#6d7986;--react-international-phone-font-size:1rem;--react-international-phone-height:auto;--react-international-phone-border-color:transparent;flex-grow:1;gap:.5rem}._wrapper_1bcnw_36 ._input_1bcnw_7{padding:0;font-weight:600}._countrySelector_1bcnw_50{position:static}._countrySelectorButton_1bcnw_54:focus-visible{outline-offset:0;outline:2px solid #323f47}._dropdown_1bcnw_59{--react-international-phone-dropdown-top:3rem;border-radius:1rem;outline:none}._listItem_1bcnw_65{--react-international-phone-selected-dropdown-item-background-color:#f8f8f8;color:#6d7986;font-weight:600}._listItem_1bcnw_65:hover{color:#323f47}._button_1bcnw_74{color:#fff;background-color:#54d3c2;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .2s;display:flex}._button_1bcnw_74:hover{background-color:#1ebaae}.customOrganizationInput__body{width:100%}.customOrganizationInput__icon{fill:#1cb4a4;cursor:pointer;width:1.3rem;height:1.3rem}.customOrganizationInput__icon.disabled{fill:#54d3c2bf;cursor:pointer!important;display:block!important}.customOrganizationInput input{width:100%;height:auto;padding:0}.customOrganizationInput input:focus{box-shadow:none;border:0;outline:none}.react-dadata__suggestions{max-height:17rem;overflow-y:scroll}.custom-submit-form-input{flex-direction:column;flex:1;margin-top:1em;margin-bottom:2.5em;display:flex}.custom-submit-form-input__popup{padding:2rem 2.5rem 2.5rem;display:flex;justify-content:start!important;align-items:start!important}.custom-submit-form-input__separator{background-color:#f8f8f8;border:none;width:100%;height:.125rem}.custom-submit-form-input h5{text-align:left;color:#54d3c2}.custom-submit-form-input__input{margin-bottom:.75em}.custom-submit-form-input__body--desktop{align-items:flex-end;gap:1.75rem;margin-top:.75em;display:flex}.custom-submit-form-input__body--desktop__submit-btn{width:15.1875rem!important;height:3rem!important;padding:.75em 1.5em!important}.custom-submit-form-input__body--desktop__select{flex:1}.custom-submit-form-input__body--mobile__submit-btn{width:100%}.custom-submit-form-input__input{width:100%;margin:1rem 0 0}.custom-submit-form-input__input__body:last-child{margin-bottom:2.5rem}.modalCustomSelect__search{font-size:1.2rem;font-weight:500;position:sticky;top:0;margin:0!important}.modalCustomSelect__list{padding:0;list-style:none}.modalCustomSelect__header__item{align-items:center;gap:.5rem;display:flex}.mobile-custom-popup{flex-direction:column;gap:1rem;display:flex}.mobile-custom-popup__search{font-size:1.2rem;font-weight:500;position:sticky;top:0;margin:0!important}.mobile-custom-popup__list{padding:0;list-style:none}.mobile-custom-popup__buttons{gap:1rem;display:flex}.mobile-custom-popup__buttons>button{flex:1;width:auto!important}.fileInput{width:100%}.fileInput--disabled .newFileInput__button{cursor:default;background-color:#e9f9f7}.fileInput--error .newFileInput__button{border-color:#fc5c65}.fileInput--error h5{color:#fc5c65}.fileInput__hidden{display:none}.fileInput__wrapper{align-items:center;gap:1.25rem;height:100%;display:flex}.fileInput__button{color:#6d7986;background-color:#0000;border:2px solid #e9ebed;border-radius:8px;align-items:center;gap:.5rem;min-width:9rem;height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:600;display:flex;position:relative}.fileInput__button:focus-visible{outline-offset:2px;outline:2px solid #323f47}.fileInput__button>svg{color:#a9e9e0}.fileInput__view{color:#fff;opacity:0;background-color:#a9e9e0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;transition:opacity .2s ease-in-out;display:flex;position:absolute;inset:-2px}.fileInput__button:hover .fileInput__view{opacity:1}.fileInput__label{white-space:nowrap;text-overflow:ellipsis;max-width:100px;overflow:hidden}.fileInput__replace{color:#54d3c2;background-color:#0000;border:2px solid #54d3c2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.fileInput__replace:focus-visible{outline-offset:2px;outline:2px solid #323f47}.client-info{justify-content:center;align-items:center;height:100%;margin-top:auto;display:flex}.client-info__body{margin-top:1.31rem}.client-info__popup{width:63rem;padding-bottom:2.5rem}.client-info__button{color:#fff;background-color:#54d3c2;border-radius:10rem;justify-content:center;align-items:center;gap:1rem;min-width:3rem;min-height:3rem;font-weight:500;transition:background-color .3s;display:flex}.client-info__button:hover{background-color:#1ebaae}.client-info__button:hover .client-info__button__icon rect{fill:#1ebaae;transition:fill .3s}.client-info__button--error{background-color:#fc5c65}.client-info__button--error .client-info__button__icon rect{fill:#fc5c65;transition:fill .3s}.client-info__button__icon{fill:#fff;min-width:1.5rem;min-height:1.5rem}.customAddressInput{position:relative}.customAddressInput__body{width:100%}.customAddressInput input{width:-moz-available;width:-webkit-fill-available}.customAddressInput__wrapper{flex-flow:wrap;align-items:center;gap:1rem 2.5rem;width:100%;display:flex}.customAddressInput__title{color:#a9e9e0;white-space:nowrap;justify-content:space-between;padding:.35em 0 .35em 1.1em;font-size:1rem;display:flex}.customAddressInput__title .error{color:#fc5c65}.customAddressInput__customInput{flex:1;height:3rem}.customAddressInput__customInput span{display:none}.customAddressInput__customInput--address{flex:1;flex-basis:70%!important}.customAddressInput [data-tooltip]:after{content:attr(data-tooltip);text-align:center;white-space:pre-line;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#6d7986;pointer-events:none;opacity:0;z-index:200;background-color:#ffffffbf;border-radius:1em;min-width:10em;padding:.6em;font-size:1em;transition:all .75s;position:absolute;bottom:75%;left:0;box-shadow:2px 2px 5px #0000001a}.customAddressInput [data-tooltip]:hover:after{opacity:1;bottom:110%}.react-dadata__suggestion--current,.react-dadata__suggestion:hover{background-color:#f8f8f8!important}.react-dadata__suggestions span{background-color:#0000!important}.customAvatar{background:#f8f8f8;border-radius:100%;justify-content:center;align-items:center;width:15.125rem;height:15.125rem;display:flex;position:relative}.customAvatar__input{display:none}.customAvatar__content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.customAvatar__content__buttons{opacity:0;z-index:1;gap:1rem;transition:opacity .3s;display:flex;position:absolute;bottom:1.5rem}.customAvatar__content__buttons>.custom-button{z-index:1;border-radius:50%;width:3rem;height:3rem;padding:0}.customAvatar__content__buttons>.custom-button>svg{width:1.5rem;height:1.5rem}.customAvatar__content:after{content:"";opacity:0;pointer-events:none;background:#000;border-radius:50%;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.customAvatar__content:hover .customAvatar__content__buttons{opacity:1}.customAvatar__content:hover:after{opacity:.3}.customAvatar__icon{color:#e9ebed}.customAvatar__photo{object-fit:contain;border-radius:100%;width:100%;height:100%;top:0;left:0}.webcamModal{width:100%;max-width:38rem}.webcamModal__content{flex-direction:column;gap:2rem;display:flex}.webcamModal__videoWrapper{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex}.webcamModal__videoWrapper video{object-fit:cover;width:100%;height:100%}.webcamModal__buttons{justify-content:center;gap:2.5rem;display:flex}.webcamModal__buttons__button{flex-basis:50%}.cropImageModal__cropper{width:100%;max-width:38rem;height:38rem;position:relative}.cropImageModal__buttonGroup{justify-content:center;gap:2.5rem;margin-top:2rem;display:flex}.cropImageModal__buttonGroup__button{flex-basis:50%}.qualityReminder{background-color:#54d3c2;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:3rem;height:3rem;display:flex}.qualityReminder__wrapper{justify-content:center;align-items:center;margin-top:.5rem;display:flex}.qualityReminder__icon{color:#fff;width:1.5rem;height:1.5rem}.qualityReminder__popup{text-align:justify}.qualityReminder__popup p{color:#6d7986;margin-bottom:1rem}.qualityReminder__popup p strong,.qualityReminder__popup__header h3{color:#323f47}.qualityReminder__table{border-collapse:separate;border-spacing:0;text-align:left;border:2px solid #e9ebed;border-radius:12px;width:100%}@media (width<=575px){.qualityReminder__table{padding:.8rem}}.qualityReminder__table__row,.qualityReminder__table__row--header{background-color:#fff}.qualityReminder__table__row--header .qualityReminder__table__cell:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.qualityReminder__table__row--header .qualityReminder__table__cell:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.qualityReminder__table__row--header .qualityReminder__table__checkbox{border-top-left-radius:12px;border-bottom-left-radius:12px}.qualityReminder__table__row:nth-child(odd){background-color:#f8f8f8}.qualityReminder__table__row:last-child .qualityReminder__table__cell:nth-child(2){border-bottom-left-radius:12px}.qualityReminder__table__row:last-child .qualityReminder__table__cell:last-child{border-bottom-right-radius:12px}.qualityReminder__table__row:last-child .qualityReminder__table__checkbox,.qualityReminder__table__row:last-child .qualityReminder__table__cell--center{border-bottom-left-radius:12px}.qualityReminder__table__cell{color:#6d7986;background:inherit;vertical-align:top;padding:.75rem .6rem;font-size:14px;font-weight:600;line-height:1.2}.qualityReminder__table__cell:not(:last-child){border-right:2px solid #e9ebed}.qualityReminder__table__cell--header{color:#54d3c2;text-align:center;background-color:#fff;font-size:12px}.qualityReminder__table__cell--center{text-align:center;vertical-align:middle;color:#323f47}.qualityReminder__table__cell--bold{color:#323f47;font-weight:700}.qualityReminder__table__cell--error{background-color:#fedee0}.qualityReminder__table__cell--hide{display:none}.qualityReminder__table__cell--markerLeft:not(:last-child){border-right-color:#54d3c2;position:relative}.qualityReminder__table__cell--markerRight:not(:last-child){border-left:2px solid #54d3c2;position:relative}.qualityReminder__table__cell--sticky{z-index:2;position:sticky!important}.tabsTableSubtotalFooter{justify-content:flex-end;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.tabsTableSubtotalFooter__label{color:#54d3c2;font-size:14px;font-weight:600;line-height:1.2}.tabsTableSubtotalFooter__value{color:#6d7986;text-align:left;border:2px solid #a9e9e0;border-radius:2rem;min-width:7.5rem;padding:0 1rem;font-weight:600}.single-payment-modal{background:#fff;border-radius:2rem;flex-direction:column;justify-content:space-around;align-items:center;width:37.5rem;padding:1.5rem 2rem;display:flex;box-shadow:0 5px 25px #0000001a}.single-payment-modal__popup{width:1000px;max-width:80svw}.single-payment-modal__popup--row-start{justify-content:start}.single-payment-modal__file{width:100%;margin-top:1.5rem!important}.single-payment-modal__file--disabled{cursor:default;background-color:#f5f7fb}.single-payment-modal__header{justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;display:flex}.single-payment-modal__header h3{color:#2d4258;font-size:1.3rem;font-weight:600}.single-payment-modal__icon-close{fill:#6d7986;cursor:pointer;align-self:flex-start}.single-payment-modal__body,.single-payment-modal__body--application{flex-direction:column;justify-content:space-between;width:100%;display:flex}.single-payment-modal__body__select,.single-payment-modal__body--application__select{margin-top:1rem}.single-payment-modal__body>:nth-last-child(-n+2),.single-payment-modal__body--application>:nth-last-child(-n+2){margin-bottom:1.5rem}.single-payment-modal__body>:last-child,.single-payment-modal__body--application>:last-child{margin-bottom:2rem}.single-payment-modal__body--application>:nth-last-child(-n+2){margin-bottom:1rem}.single-payment-modal__body--application>:last-child{margin-bottom:2rem}.single-payment-modal__buttons{justify-content:center;align-items:center;width:100%;display:flex}.single-payment-modal__buttons>button{width:12.5rem;height:2.5rem;font-size:1.125rem;font-weight:600}.single-payment-modal__buttons>button:first-child{margin-right:1.4rem}.single-payment-modal__buttons--single>button{width:12rem;height:2.5rem;font-size:1.25rem;font-weight:600}.expansesTableHeader{gap:2.5rem;display:flex}.expansesTableHeader__item{color:#2d4256d7;border:2px solid #e9ebed;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;height:5rem;font-size:.625rem;font-weight:600;display:flex}.expansesTableHeader__item--title{color:#54d3c2;font-size:1.25rem;font-weight:700}.expansesTableHeader__sum{color:#2d4258;font-size:1.5rem;font-weight:700}.expansesTableHeader__result{align-items:center;gap:.5rem;display:flex}.expansesTableHeader__icon{background-color:#e9f9f7;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.expansesTableHeader__icon svg{color:#54d3c2}.expansesTableHeader__tooltip{color:#2d4258;background-color:#fff;border-radius:12px;padding:1rem;font-size:.875rem;box-shadow:0 5px 25px #0000001a}.expansesTableResult{color:#323f47;text-align:left;flex-direction:column;gap:1rem;font-size:.875rem;font-weight:700;display:flex}.expansesTableResult__row{background-color:#f8f8f8;border:2px solid #e9ebed;border-radius:8px;padding:10px 0;display:flex}.expansesTableResult__row>p,.expansesTableResult__row>div{flex:1;align-items:center;gap:.5rem;margin-left:1.125rem;display:flex}.expansesTableResult__row--red{background-color:#fc5c651a;border-color:#fc5c65;box-shadow:0 1px 10px 1px #fc5c6559}.expansesTableResult__row--yellow{background-color:#faf09733;border-color:#faf097;box-shadow:0 1px 10px 1px #faf09745}.expansesTableResult__row--green{background:#b9e7bc33;border-color:#b9e7bc;box-shadow:0 1px 10px 1px #b9e7bc59}.expansesTableResult__row--orange{background-color:#fddd8033;border-color:#fddd80;box-shadow:0 1px 10px 1px #fddd8059}.expansesTableResult__info{color:#fff;cursor:pointer;background-color:#b6bcc3;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:.5rem;display:flex}.expansesTableResult__popup{width:auto}.expansesTableResult__tooltip{color:#2d4258;background-color:#fff;border-radius:12px;padding:1rem;font-size:.875rem;box-shadow:0 5px 25px #0000001a}.marginalityNormsPopup{gap:1.5rem;display:flex}.marginalityNormsPopup__item{border:2px solid #e9ebed;border-radius:12px;min-width:9rem;display:flex;overflow:hidden}.marginalityNormsPopup__item:first-child .marginalityNormsPopup__columnItem{justify-content:flex-start}.marginalityNormsPopup__column{flex-direction:column;flex:1;display:flex}.marginalityNormsPopup__column:not(:first-child){border-left:2px solid #e9ebed}.marginalityNormsPopup__header{color:#323f47;text-align:center;padding:12px;font-size:12px;font-weight:700}.marginalityNormsPopup__columnItem{color:#6d7986;flex:1;justify-content:center;align-items:center;padding:12px 8px;font-size:12px;font-weight:600;display:flex}.marginalityNormsPopup__columnItem:nth-child(2n){background-color:#f8f8f8}.marginalityNormsPopup__columnItem:nth-child(2n).marginalityNormsPopup__columnItem--white{background-color:#fff}.expansesTable{flex-direction:column;gap:1.5rem;display:flex}.expansesTable__table{border-collapse:separate;border-spacing:0;border:2px solid #e9ebed;border-radius:12px;width:100%}.expansesTable__headerCell,.expansesTable__cell{color:#54d3c2;text-align:left;border-right:.125rem solid #e9ebed;padding:.75rem 1rem;font-size:.75rem;font-weight:700}.expansesTable__headerCell:last-child,.expansesTable__cell:last-child{border-right:none}.expansesTable__row:nth-child(odd){background-color:#f8f8f8}.expansesTable__cell{color:#6d7986;font-weight:600}.expansesTable__calendar{margin-left:auto}.expansesTable__table{table-layout:fixed;width:100%;overflow:hidden}.expansesTable__varianceCell{align-items:center;gap:.5rem;display:flex}.expansesTable__varianceCell__trendUp{color:#54d3c2}.expansesTable__varianceCell__trendDown{color:#fc5c65}.expansesTable__titleCell{font:inherit;color:inherit;background:0 0;border:none;outline:none;align-items:center;gap:.25rem;margin:0;padding:0;display:flex}.expansesTable__titleCell>svg{color:#54d3c2}.expansesTable__row.expansesTable__rowExpandable:nth-child(n){background-color:#e9f9f7}.expansesTable__row:not(.expansesTable__rowExpandable):first-child>.expansesTable__cell{border-top:.125rem solid #e9ebed}.expansesTable__rowExpandable__cell{color:#323f47;border-top:.125rem solid #54d3c2;font-weight:700}.expansesTable__headerCell{border-bottom:none}.expansesTable__caret{color:#54d3c2}.expansesTableMaintenance{flex-direction:column;gap:1.5rem;display:flex}.expansesTableMaintenance__table{border-collapse:separate;border-spacing:0;border:2px solid #e9ebed;border-radius:12px;width:100%}.expansesTableMaintenance__headerCell,.expansesTableMaintenance__cell{color:#54d3c2;text-align:left;border-right:.125rem solid #e9ebed;padding:.75rem 1rem;font-size:.75rem;font-weight:700}.expansesTableMaintenance__headerCell:last-child,.expansesTableMaintenance__cell:last-child{border-right:none}.expansesTableMaintenance__row:nth-child(odd){background-color:#f8f8f8}.expansesTableMaintenance__cell{color:#6d7986;font-weight:600}.expansesTableMaintenance__table{table-layout:fixed;width:100%;overflow:hidden}.expansesTableMaintenance__varianceCell{align-items:center;gap:.5rem;display:flex}.expansesTableMaintenance__varianceCell__trendUp{color:#54d3c2}.expansesTableMaintenance__varianceCell__trendDown{color:#fc5c65}.expansesTableMaintenance__titleCell{font:inherit;color:inherit;background:0 0;border:none;outline:none;align-items:center;gap:.25rem;margin:0;padding:0;display:flex}.expansesTableMaintenance__titleCell>svg{color:#54d3c2}.expansesTableMaintenance__cell{color:#323f47;background-color:#e9f9f7;border-top:.125rem solid #54d3c2;font-weight:700}.expansesTableMaintenance__subRowCell{background-color:inherit;border-top:inherit;color:#6d7986;font-weight:600}.expansesTableMaintenance__headerCell{border-bottom:none}.expansesTableMaintenance__caret{color:#54d3c2}.dateTimePicker{flex-direction:column;width:100%;display:flex;position:relative}.dateTimePicker__dateInputWrapper{align-items:center;display:flex;position:relative}.dateTimePicker__dateMask{pointer-events:none;font-size:1rem;font-weight:600;position:absolute}.dateTimePicker__dateInput{border:none;outline:none;max-width:5.5rem;padding:0;font-size:1rem;font-weight:600;position:absolute}.dateTimePicker__dateInput__table{background:#f8f8f8}.dateTimePicker__timeInput{color:#0000;border:none;outline:none;max-width:4rem;padding:0;font-size:1rem;font-weight:600}.dateTimePicker__timeInput__table{background:#f8f8f8}.dateTimePicker__overlay{color:#6d7986;background:0 0;position:absolute}.dateTimePicker__title{color:#54d3c2;text-align:start;padding:.25rem 0 .35rem 1.25rem;font-size:1rem;font-weight:500}.dateTimePicker__title__error{color:#fc5c65}.dateTimePicker__container{color:#b6bcc3;cursor:pointer;background-color:#fff;border:.125rem solid #a9e9e0;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-height:3rem;padding-left:1rem;padding-right:.5rem;font-size:1rem;font-weight:600;display:flex}.dateTimePicker__container__disabled{pointer-events:none;color:#6d7986;background-color:#e9f9f7}.dateTimePicker__container__disabled .dateTimePicker__calendarIcon{color:#6d7986}.dateTimePicker__container__error{border-color:#fc5c65}.dateTimePicker__inputContainer{align-items:center;gap:.25rem;display:flex}.dateTimePicker__calendarIcon{border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:1.25rem;transition:transform .3s;display:flex}.dateTimePicker__calendarIcon__outline,.dateTimePicker__calendarIcon__tableSecondary{color:#54d3c2;background-color:#e9f9f7}.dateTimePicker__calendarIcon__table,.dateTimePicker__calendarIcon__tableFilter{color:#6d7986;background:0 0}.dateTimePicker__calendarIcon>svg{width:.875rem;height:.875rem}.dateTimePicker__calendarIcon.active{transform:rotate(180deg)}.dateTimeRangePicker{flex-direction:column;align-items:start;width:100%;display:flex;position:relative}.dateTimeRangePicker:hover .dateTimeRangePicker__dateContainer__tableFilter__titleOverlay{opacity:0;z-index:0}.dateTimeRangePicker__title{color:#54d3c2;padding:.25rem 0 .35rem 1.25rem;font-size:1rem;font-weight:500}.dateTimeRangePicker__title__error{color:#fc5c65}.dateTimeRangePicker__container{width:100%;display:flex}.dateTimeRangePicker__dateContainer{color:#b6bcc3;cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-height:3rem;padding-left:1rem;padding-right:.5rem;font-size:1rem;font-weight:600;display:flex}.dateTimeRangePicker__dateContainer__outline{background-color:#fff;border:.125rem solid #a9e9e0}.dateTimeRangePicker__dateContainer__outline__start{border-right-width:.0625rem;border-radius:1.5rem 0 0 1.5rem}.dateTimeRangePicker__dateContainer__outline__end{border-left-width:.0625rem;border-radius:0 1.5rem 1.5rem 0}.dateTimeRangePicker__dateContainer__outline__disabled{pointer-events:none;color:#6d7986;background-color:#e9f9f7}.dateTimeRangePicker__dateContainer__outline__disabled .dateTimePicker__calendarIcon{color:#6d7986}.dateTimeRangePicker__dateContainer__outline__error{border-color:#fc5c65}.dateTimeRangePicker__dateContainer__table{background-color:#f8f8f8}.dateTimeRangePicker__dateContainer__table__start{border:0 solid #6d7986;border-right-width:.0625rem;border-radius:1.5rem 0 0 1.5rem}.dateTimeRangePicker__dateContainer__table__end{border:0 solid #6d7986;border-left-width:.0625rem;border-radius:0 1.5rem 1.5rem 0}.dateTimeRangePicker__dateContainer__tableFilter{background-color:#f8f8f8;min-width:12rem;min-height:2.5rem}.dateTimeRangePicker__dateContainer__tableFilter__titleOverlay{opacity:1;z-index:1;background-color:#f8f8f8;border-radius:1.5rem;justify-content:start;align-items:center;gap:.5rem;width:100%;height:100%;padding-left:1rem;font-size:.875rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute}.dateTimeRangePicker__dateContainer__tableFilter__start{border:0 solid #6d7986;border-right-width:.0625rem;border-radius:1.5rem 0 0 1.5rem}.dateTimeRangePicker__dateContainer__tableFilter__end{border:0 solid #6d7986;border-left-width:.0625rem;border-radius:0 1.5rem 1.5rem 0}.dateTimeRangePicker__dateContainer__tableSecondary{background:0 0;border:.125rem solid #e9ebed}.dateTimeRangePicker__dateContainer__tableSecondary__start{border-right-width:.0625rem;border-radius:.5rem 0 0 .5rem}.dateTimeRangePicker__dateContainer__tableSecondary__end{border-left-width:.0625rem;border-radius:0 .5rem .5rem 0}.dayCalendarWidget{position:relative}.dayCalendarWidget__calendarContent{background-color:#fff;border-radius:2rem;flex-direction:column;align-items:center;padding:1.5rem;display:flex;overflow:hidden;box-shadow:0 .25rem .75rem #0000001a}.dayCalendarWidget__calendarContent--primary{border:.065rem solid #e9ebed;max-width:20rem}.dayCalendarWidget__calendarContent--sidebar{width:100%}.dayCalendarWidget__monthContainer{flex-direction:column;flex:1;gap:.5rem;width:100%;display:flex}.dayCalendarWidget__weekDays{justify-content:space-around;gap:.25rem;display:flex}.dayCalendarWidget__weekDays--counter{gap:.875rem}.dayCalendarWidget__weekDay{color:#bcc2c8;justify-content:center;align-items:center;margin-bottom:.25rem;font-size:1rem;font-weight:600;display:flex}.dayCalendarWidget__header{color:#2d4258;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.dayCalendarWidget__header__titleContainer{align-items:center;display:flex}.dayCalendarWidget__header__title{text-transform:capitalize;color:#2d4258;pointer-events:none;background:0 0;border-radius:.5rem;padding:.25rem .5rem;font-size:1.25rem;font-weight:700}.dayCalendarWidget__header__title__button{pointer-events:auto}.dayCalendarWidget__header__title:hover{color:#fff;background:#54d3c2}.dayCalendarWidget__header__badge{color:#fff;background-color:#54d3c2;border-radius:.875rem;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;margin-left:.25rem;padding:.25rem;font-size:.875rem;font-weight:700;display:flex}.dayCalendarWidget__chevron{color:#6d7986;background:0 0}.dayCalendarWidget__daysContainer{grid-template-rows:auto;grid-template-columns:repeat(7,1fr);place-content:center;justify-items:center;gap:.25rem;width:100%;display:grid;position:relative}.dayCalendarWidget__daysContainer--counter{flex:1;gap:.875rem}.dayCalendarWidget__daysContainer__loader{background-color:#fff;position:absolute;inset:0}.dayCalendarWidget__day{color:#323f47;background-color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:2.125rem;height:2.125rem;font-size:1rem;font-weight:600;display:flex;position:relative}.dayCalendarWidget__day--disabled{color:#bcc2c8}.dayCalendarWidget__day--highlighted,.dayCalendarWidget__day--highlightedOnHover:hover{color:#fff;background-color:#54d3c2}.dayCalendarWidget__day--highlightedCount{color:#323f47;border:.2rem solid #54d3c2}.dayCalendarWidget__day--highlightedCountToday{color:#fff;background-color:#54d3c2}.dayCalendarWidget__day[data-badge]:before{content:attr(data-badge);color:#fff;z-index:3;background-color:#54d3c2;border-radius:.875rem;justify-content:center;align-items:center;min-width:1.125rem;height:1.125rem;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:0;right:0;transform:translate(70%,-70%)}.monthCalendarWidget{background-color:#fff;border:.065rem solid #e9ebed;border-radius:2rem;flex-direction:column;align-items:center;max-width:20rem;padding:1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 .25rem .75rem #0000001a}.monthCalendarWidget__header{color:#2d4258;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.monthCalendarWidget__chevron{color:#6d7986;background:0 0}.monthCalendarWidget__chevron--disabled{pointer-events:none;color:#e1e1e7}.monthCalendarWidget__title{color:#2d4258;pointer-events:none;background:0 0;border-radius:.5rem;padding:.25rem .5rem;font-size:1.25rem;font-weight:700}.monthCalendarWidget__title__button{pointer-events:auto}.monthCalendarWidget__title:hover{color:#fff;background:#54d3c2}.monthCalendarWidget__monthsContainer{grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr;gap:1rem .75rem;width:100%;display:grid;position:relative}.monthCalendarWidget__monthsContainer__loader{background-color:#fff;position:absolute;inset:0}.monthCalendarWidget__month{color:#323f47;text-transform:capitalize;background-color:#e9ebed;border-radius:.5rem;justify-content:center;align-items:center;width:4.75rem;height:2.25rem;font-size:.875rem;font-weight:600;display:flex;position:relative}.monthCalendarWidget__month[data-badge]:before{content:attr(data-badge);color:#fff;z-index:3;background-color:#fc5c65;border-radius:.875rem;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:0;right:0;transform:translate(50%,-50%)}.monthCalendarWidget__month--selected{color:#fff;background-color:#54d3c2}.monthCalendarWidget__month--disabled{pointer-events:none;color:#b6bcc3;background-color:#f8f8f8}.yearCalendarWidget{background-color:#fff;border:.065rem solid #e9ebed;border-radius:2rem;flex-direction:column;align-items:center;max-width:20rem;padding:1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 .25rem .75rem #0000001a}.yearCalendarWidget__header{color:#2d4258;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.yearCalendarWidget__chevron{color:#6d7986;background:0 0}.yearCalendarWidget__chevron--disabled{pointer-events:none;color:#e1e1e7}.yearCalendarWidget__title{color:#2d4258;pointer-events:none;background:0 0;border-radius:.5rem;padding:.25rem .5rem;font-size:1.25rem;font-weight:700}.yearCalendarWidget__title__button{pointer-events:auto}.yearCalendarWidget__title:hover{color:#fff;background:#54d3c2}.yearCalendarWidget__yearsContainer{grid-template-columns:repeat(4,1fr);gap:1rem .75rem;width:100%;display:grid;position:relative}.yearCalendarWidget__yearsContainer__loader{background-color:#fff;position:absolute;inset:0}.yearCalendarWidget__year{color:#323f47;background-color:#e9ebed;border-radius:.5rem;justify-content:center;align-items:center;height:2.25rem;font-size:.875rem;font-weight:600;display:flex;position:relative}.yearCalendarWidget__year[data-badge]:before{content:attr(data-badge);color:#fff;z-index:3;background-color:#fc5c65;border-radius:.875rem;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:0;right:0;transform:translate(50%,-50%)}.yearCalendarWidget__year--selected{color:#fff;background-color:#54d3c2}.yearCalendarWidget__year--disabled{pointer-events:none;color:#b6bcc3;background-color:#f8f8f8}.monthPicker{position:relative}.monthPicker__button{color:#323f47;background-color:#fff;border:.125rem solid #e9ebed;border-radius:.5rem;justify-content:center;align-items:center;min-height:2.5rem;padding:.25rem 1.875rem;font-size:.875rem;font-weight:600;display:flex}.monthPicker__button__icon{color:#54d3c2;margin-right:.5rem}.monthPicker__button__title{text-transform:capitalize}.monthPicker__button__badge{color:#fff;background-color:#fc5c65;border-radius:.875rem;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;margin-left:.5rem;padding:.25rem;font-size:.625rem;font-weight:700;display:flex}.dualTabs{background-color:#f8f8f8;border-radius:24px;align-items:center;height:3rem;padding:4px;display:flex}.dualTabs__item{color:#6d7986;background-color:#0000;border-radius:24px;width:50%;height:100%;font-size:14px;font-weight:600}.dualTabs__item--active{color:#54d3c2;background-color:#d4f4f0}.miniTable{border:2px solid #e9ebed;border-radius:12px;flex:1}.miniTable__table{text-align:left;border-collapse:collapse;color:#6d7986;width:100%;height:100%;font-size:.875rem;font-weight:600}.miniTable__row:nth-child(2n){background-color:#f8f8f8}.miniTable__row:last-child .miniTable__cell:first-child{border-bottom-left-radius:12px}.miniTable__row:last-child .miniTable__cell:last-child{border-bottom-right-radius:12px}.miniTable__cell{padding:.8rem}.miniTable__cell:not(:last-child){border-right:2px solid #e9ebed}.miniTable__cell--select{padding-top:0;padding-bottom:0}.miniTable__header{color:#54d3c2;text-align:center}.miniTable__select .customField__select span{font-size:.875rem}.miniTable__input{min-height:auto;padding:0;background-color:#0000!important;border:none!important}.miniTable__input input{color:#323f47;font-size:.875rem!important}.miniTable__input span{display:none}.miniTable__input.customField.disabled input{background-color:#0000}.reportTableNew{flex-direction:column;gap:1.5rem;width:100%;display:flex}.reportTableNew__tabs{background-color:#f8f8f8;border-radius:24px;align-items:center;height:2rem;padding:0 4px;display:flex}.reportTableNew__tabsItem{color:#6d7986;background-color:#0000;border-radius:24px;width:50%;height:1.625rem;font-size:14px;font-weight:600}.reportTableNew__tabsItem--active{color:#54d3c2;background-color:#e9f9f7}.reportTableNew__object{justify-content:space-between;gap:2.5rem;display:flex}.reportTableNew__miniTable colgroup col:first-child{width:30%}.reportTableNew__miniTable colgroup col:nth-child(2){width:70%}.chatContent{border:2px solid #b6bcc3;border-radius:1.5em;padding:.5rem 1rem 1.5rem}.messageInput{align-items:center;gap:1rem;display:flex}.messageInput__input{color:#323f47;border:2px solid #a9e9e0;border-radius:32px;flex:1;padding:.8rem;font-size:1rem;font-weight:600}.messageInput__input:focus{outline:none}.messageInput__button{padding:.8rem;margin:0!important}.messagesList{-webkit-overflow-scrolling:touch;flex-direction:column;gap:1.5rem;height:55vh;max-height:600px;margin:10px 0;display:flex;overflow-y:auto}.messagesList::-webkit-scrollbar{display:none}.messagesList h5{color:#6d7986;z-index:2;background-color:#fff;align-self:center;width:fit-content;margin-bottom:-1.5rem;padding-left:1rem;padding-right:1rem;font-weight:500;overflow:hidden}.messagesList hr{border:1px solid #b6bcc3;border-radius:1rem}.messagesList__container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.messagesList__emptyMessage{color:#6d7986;justify-content:center;align-items:center;height:100%;font-weight:600;display:flex}.messagesList__date{z-index:3;color:#6d7986;background-color:#f8f8f8;border-radius:16px;padding:0 1rem;font-size:.875rem;font-weight:600;line-height:1.5;position:sticky;top:.5rem}._root_1818z_1{color:#6d7986;background-color:#f8f8f8;border-radius:32px;width:100%;padding:3px 1.5rem;font-size:.875rem;font-weight:600}.userMessagesList{flex-direction:column;gap:1rem;width:100%;display:flex}._root_xgtrt_1{justify-content:flex-end;gap:.5rem;display:flex}._root_xgtrt_1._left_xgtrt_6{flex-direction:row-reverse}._root_xgtrt_1._left_xgtrt_6 ._cloud_xgtrt_9{background-color:#e7f6ff}._root_xgtrt_1._left_xgtrt_6 ._author_xgtrt_12{color:#45aaf2}._root_xgtrt_1._system_xgtrt_15 ._cloud_xgtrt_9{background-color:#356e7b}._root_xgtrt_1._system_xgtrt_15 ._author_xgtrt_12,._root_xgtrt_1._system_xgtrt_15 ._message_xgtrt_19{color:#fff}._container_xgtrt_23{flex-direction:column;gap:.5rem;display:flex}._cloud_xgtrt_9{text-align:left;background-color:#54d3c226;border-radius:12px;flex-direction:column;gap:.375rem;padding:.75rem 1rem;font-size:1rem;display:flex}._author_xgtrt_12{color:#54d3c2;font-weight:600;line-height:1}._message_xgtrt_19{color:#6d7986;font-weight:600;line-height:1.125rem}._date_xgtrt_52{color:#b6bcc3;text-align:right;font-size:.75rem;font-weight:600;line-height:1}.customFormActionInput{flex-direction:column;flex:1;margin-top:1em;margin-bottom:2.5em;display:flex}.customFormActionInput__input{margin-bottom:.75em}.customFormActionInput__body{justify-content:center;align-items:flex-end;margin-top:.75em;display:flex}.customFormActionInput__body .customField{flex:1;margin-right:1.75em}.customFormActionInput__body .button{width:initial}.single-salary-cell{justify-content:center;align-items:center;line-height:1;display:flex}.single-salary-cell--payed{background-color:#a9e9e0;border-radius:.25em;min-width:75px;padding:.2em}#modalDatePicker{height:0;inset:500px!important}#modalDatePicker .popupDatePicker{width:95vw;padding:1em}#modalDatePicker .popupDatePicker__miniCalendar{margin-bottom:20px}#modalDatePicker .popupDatePicker__miniCalendar__header{color:#000;background-color:#f8f8f8;border-top-left-radius:15px;border-top-right-radius:15px;padding:5px 0}#modalDatePicker .popupDatePicker__line{display:none}#modalDatePicker .popupDatePicker__dates{flex-direction:column}.mobile-custom-field-array{flex:1;margin-bottom:.25em}.mobile-custom-field-array .formSection__inputText,.mobile-custom-field-array .formSection__inputSelect{flex:1;margin-bottom:0}.mobile-custom-field-array button{color:#fff;background-color:#a9e9e0;border-radius:5.75em;justify-content:center;align-self:flex-end;align-items:center;min-height:3rem;padding:.5em;font-size:1rem;font-weight:600;display:flex}.mobile-custom-field-array button span{display:none}@media (width<=700px){.mobile-custom-field-array button{align-self:flex-start;width:auto;height:auto;margin-top:1em;padding:.6em 1.25em .6em .75em}.mobile-custom-field-array button span{display:inline-block}}.mobile-custom-field-array button_right{align-self:flex-end}.mobile-custom-field-array button:hover{background-color:#54d3c2}.mobile-custom-field-array button:disabled{color:#6d7986;background-color:#0000;border:1px solid #d2d1d1}.mobile-custom-field-array__body,.mobile-custom-field-array__row{gap:1rem;display:grid}.mobile-custom-field-array__delete{border-radius:.75em;display:flex;background-color:#fc5c6599!important}.mobile-custom-field-array__delete:hover{background-color:#fc5c65!important}.mobile-custom-field-array__buttonGroup{justify-content:flex-end;align-items:flex-end;display:flex}.mobile-custom-field-array__buttonGroup button+button{margin-left:1em}.accountable-personnel-table{border:2px solid #a9e9e0;border-radius:32px;flex-direction:column;flex:1;gap:1rem;max-width:100%;padding:0 1.5rem 1.5rem;display:flex}.accountable-personnel-table__wrapper{gap:2rem;display:flex}.accountable-personnel-table__loading{justify-content:center;align-items:center;height:100%;display:flex;position:relative}.mobileTitle{color:#323f47;padding:0 1.5rem;font-size:1.5rem;font-weight:700}.mobileTitle--center{text-align:center}.mobileTitleButton{color:#fff;background-color:#a9e9e0;border-radius:32px;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:600;display:flex}.mobileTitleButton--error{color:#fc5c65;background-color:#fed6d9}.additionalServicesItem{background-color:#f5f7fb;border:2px solid #f5f7fb;border-radius:16px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.additionalServicesItem--error{border-color:#fc5c65}.additionalServicesItem__title{color:#323f47;font-size:1.25rem;font-weight:600}.additionalServicesItem__description{color:#6d7986;font-size:1.1rem;font-style:italic;font-weight:600}.additionalServicesItem__content{justify-content:flex-end;align-items:flex-end;gap:6px;display:flex}.additionalServicesItem__price{color:#323f47;flex-grow:1;font-size:1.23rem;font-weight:600}.additionalServicesItem__icon{color:#fff;background-color:#54d3c2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.mobileEditModal{flex-direction:column;gap:8px;max-height:calc(100vh - 60px);display:flex;position:fixed;bottom:20px;left:8px;right:8px}.mobileEditModal__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;background-color:#0000004d;height:100dvh;transition:opacity .2s ease-in-out;position:fixed;inset:0}.mobileEditModal__overlay--afterOpen{opacity:1}.mobileEditModal__overlay--beforeClose{opacity:0}.mobileEditModal__footer{gap:1rem;display:flex}.mobileEditModal__footer button{flex:1;height:3.77rem;font-size:1.23rem}.mobileEditModal__content{background-color:#fff;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem 1.85rem;display:flex;overflow-y:auto}.mobileEditModal__delete{border-top:1px solid #b6bcc3;padding-top:2rem}.mobileEditModal__checkbox .customCheckbox__square{border-radius:8px;width:28px;height:28px}.mobileEditModal__checkbox .customCheckbox__label{color:#b6bcc3;gap:1.23rem;font-size:1.23rem}.editModalFileInput__button{color:#54d3c2;background-color:#f5f7fb;border-radius:20px;justify-content:center;align-items:center;gap:1rem;width:100%;height:3rem;font-size:14px;font-weight:600;display:flex}.editModalFileInput__button--disabled{background-color:#e9ebed}.editModalFileInput__button--error{color:#fc5c65;background-color:#fed6d9}.additionalServicesTotal{color:#323f47;background-color:#f5f7fb;border-radius:32px;padding:1rem;font-size:1.23rem;font-weight:600}.additionalServicesTotal span{font-weight:700}.mobileAdditionalServices__content{flex-direction:column;flex-grow:1;justify-content:space-between;gap:2.5rem;padding:0 1.25rem 1.25rem;display:flex;overflow-y:auto}.mobileAdditionalServices__list{flex-direction:column;gap:1rem;display:flex}.mobileAdditionalServices__footer{flex-direction:column;gap:1.85rem;display:flex}.mobileAdditionalServices__footer .custom-button{height:3.85rem;font-size:1.23rem}.mobileTabs{-ms-overflow-style:none;scrollbar-width:none;flex-shrink:0;gap:1rem;height:40px;padding:0 1.25rem;display:flex;overflow-x:auto}.mobileTabs::-webkit-scrollbar{width:0}.mobileTabs__item{color:#b6bcc3;background-color:#fff;border:2px solid #b6bcc3;border-radius:32px;flex-shrink:0;align-items:center;gap:8px;max-width:60vw;padding:0 1.5rem;font-size:1.07rem;font-weight:700;display:flex}.mobileTabs__item--active{color:#fff;background-color:#a9e9e0;border-color:#a9e9e0}.mobileTabs__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.checkIcon{color:#b6bcc3;background-color:#0000;flex-shrink:0}.checkIcon--green{color:#54d3c2}.checkIcon--white{color:#fff}.checkIconBorder{color:#fff;background-color:#0000;flex-shrink:0}.errorIcon{color:#fff;background-color:#fc5c65;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.errorIcon--white{color:#a9e9e0;background-color:#fff}.foremanChecklistItem{background-color:#f5f7fb;border:2px solid #f5f7fb;border-radius:16px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.foremanChecklistItem--error{border-color:#fc5c65}.foremanChecklistItem__title{color:#323f47;font-size:1.25rem;font-weight:600}.foremanChecklistItem__description{color:#6d7986;flex-grow:1;font-size:1rem;font-style:italic;font-weight:600}.foremanChecklistItem__content{justify-content:flex-end;align-items:center;gap:6px;display:flex}.mobileCheckboxNew{color:#b6bcc3;border:2px solid #b6bcc3;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.mobileCheckboxNew--active{color:#54d3c2;border:2px solid #54d3c2}.mobileForemanChecklist__list{flex-direction:column;gap:1rem;padding:0 1.25rem 1.25rem;display:flex}.mobileForemanChecklist__wrapper{flex-direction:column;gap:1.23rem;display:flex}.mobilePersonnelReport__content{flex-direction:column;flex-grow:1;justify-content:space-between;gap:2.5rem;padding:0 1.25rem 1.25rem;display:flex;overflow-y:auto}.mobilePersonnelReport__list{flex-direction:column;gap:1rem;display:flex}.mobilePersonnelReport__buttons{flex-direction:column;gap:1.85rem;display:flex}.mobilePersonnelReport__buttons .custom-button{height:3.85rem;font-size:1.23rem}.mobilePersonnelReport__buttonGray{color:#54d3c2;background-color:#f5f7fb}.mobilePersonnelReport__buttonGray:disabled,.mobilePersonnelReport__buttonGray:hover:not(:disabled){background-color:#f5f7fb}.mobileSinglePaymentModal{flex-direction:column;gap:8px;max-height:calc(100vh - 60px);display:flex;position:fixed;bottom:20px;left:8px;right:8px}.mobileSinglePaymentModal__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;background-color:#0000004d;height:100dvh;transition:opacity .2s ease-in-out;position:fixed;inset:0}.mobileSinglePaymentModal__overlay--afterOpen{opacity:1}.mobileSinglePaymentModal__overlay--beforeClose{opacity:0}.mobileSinglePaymentModal__footer{gap:1rem;display:flex}.mobileSinglePaymentModal__footer button{flex:1;height:3.77rem;font-size:1.23rem}.mobileSinglePaymentModal__content{background-color:#fff;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem 1.85rem;display:flex}.mobilePersonCard{background-color:#f5f7fb;border:2px solid #f5f7fb;border-radius:16px;flex-direction:column;gap:1.5rem;padding:1rem;display:flex}.mobilePersonCard--error{border-color:#fc5c65}.mobilePersonCard__title__content{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.mobilePersonCard__title__content__name{color:#323f47;font-size:1.23rem;font-weight:500}.mobilePersonCard__title__content__edit{color:#fff;background-color:#54d3c2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.mobilePersonCard__title__job{text-align:center;border-bottom:1px solid #b6bcc3;align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.mobilePersonCard__title__job__jobPosition{color:#6d7986;font-size:1.23rem;font-weight:500}.mobilePersonCard__tag{color:#fad48c;background-color:#fff;border-radius:32px;align-items:center;gap:.5rem;height:1rem;padding:0 .5rem;font-size:10px;font-weight:700;display:flex}.mobilePersonCard__salary{text-align:center;color:#b6bcc3;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;display:flex}.mobilePersonCard__salary .salary{color:#323f47}.mobilePersonCard__salary__rate{color:#000}.mobilePersonCard__note{color:#b6bcc3;font-size:1.1rem;font-weight:500}.mobilePersonCard__note p{color:#323f47;font-style:italic}.mobileServicesVerification__modal{background-color:#fff;outline:none;flex-direction:column;gap:20px;display:flex;position:absolute;inset:0;overflow:hidden}.mobileServicesVerification__listWrapper{flex:1;width:100%;margin-top:1.5rem;overflow-y:auto}.mobileServicesVerification__list{flex-direction:column;flex-shrink:0;gap:1rem;width:100%;padding:0 1.25rem 1.25rem;display:none}.mobileServicesVerification__list--active{display:flex}.servicesVerificationItem{background-color:#f5f7fb;border:2px solid #f5f7fb;border-radius:16px;flex-direction:column;gap:1rem;padding:1rem;font-size:16px;display:flex}.servicesVerificationItem--error{border-color:#fc5c65}.servicesVerificationItem__title{color:#323f47;font-size:1em;font-weight:600}.servicesVerificationItem__content{justify-content:flex-end;align-items:center;gap:6px;display:flex}.servicesVerificationItem__description{color:#6d7986;flex-grow:1;font-size:.875em;font-style:italic;font-weight:600}.servicesVerificationItem__status{color:#fff;background-color:#b6bcc3;border-radius:32px;justify-content:center;align-items:center;min-width:100px;height:20px;font-size:.75em;font-weight:700;display:flex}.servicesVerificationItem__status--error{background-color:#fc5c65}.servicesVerificationItem__status--primary{background-color:#54d3c2}.servicesVerificationItem__status--secondary{color:#54d3c2;background-color:#0000;border:2px solid #54d3c2}.servicesVerificationItem__price{color:#323f47;white-space:nowrap;flex-grow:1;font-size:1.23rem;font-weight:600}.servicesVerificationSwiper{border-radius:16px;overflow-x:hidden}.servicesVerificationSwiper__container{display:flex}.servicesVerificationSwiper__slide{flex:0 0 100%;min-width:0}.servicesVerificationSwiper__slide--green,.servicesVerificationSwiper__slide--red{border-radius:16px;flex:0 0 80%;padding:1rem;display:flex}.servicesVerificationSwiper__slide--green{color:#54d3c2;background-color:#d4f4f0;justify-content:flex-end;margin-right:1.25rem}.servicesVerificationSwiper__slide--red{color:#fc5c65;background-color:#fed6d9;margin-left:1.25rem}.servicesVerificationSwiper__action{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:8rem;height:100%;font-size:14px;font-weight:600;display:flex}.servicesVerificationSwiper__icon{border:2px solid;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.toolsReportItem{background-color:#f5f7fb;border:2px solid #f5f7fb;border-radius:16px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.toolsReportItem--error{border-color:#fc5c65}.toolsReportItem__header{justify-content:space-between;gap:1rem;display:flex}.toolsReportItem__title{color:#323f47;font-size:1.25rem;font-weight:600}.toolsReportItem__tag{color:#fad48c;white-space:nowrap;background-color:#fff;border-radius:32px;width:70px;margin-left:10px;padding:0 8px;font-size:10px}.toolsReportItem__tag svg{margin-right:4px}.toolsReportItem__content{align-items:center;gap:1.5rem;display:flex}.toolsReportItem__item{color:#6d7986;gap:.5rem;font-size:1.1rem;font-style:italic;font-weight:600;display:flex}.toolsReportItem__icon{color:#fff;background-color:#54d3c2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.toolsReportItem__value{color:#323f47;background-color:#fff;border-radius:8px;align-items:center;height:1.5rem;padding:0 1rem;font-size:.9rem;font-style:normal;display:flex}.mobileToolsReport__list{flex-direction:column;gap:1rem;padding:0 1.25rem 1.25rem;display:flex}.custom-text-with-checkbox{flex-direction:column;gap:1rem;width:100%;margin-top:1rem;display:flex}.custom-text-with-checkbox--danger .customCheckbox__square,.custom-text-with-checkbox--danger .customCheckbox__icon{color:#fc5c65;stroke:#fc5c65;border-color:#fc5c65!important}.custom-text-with-checkbox--danger span{color:#fc5c65;font-size:1rem;font-weight:600}.custom-text-with-checkbox__separator{background-color:#f8f8f8;border:none;width:100%;height:.125rem}.custom-text-with-checkbox__container{flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.form-constructor{background-color:#fff;border-radius:2rem;flex-direction:column;margin-bottom:2rem;padding:2rem 2.5rem;display:flex;position:relative}.form-constructor__block{padding:0;margin-bottom:0!important}.form-constructor__element{padding-top:2rem}.form-constructor:last-child{margin-bottom:1em}.form-constructor__rating{flex-direction:column;display:flex}.form-constructor__rating__title{padding:0 .5em}.form-constructor__rating legend{color:#a9e9e0;text-align:left;padding:.35em 0 .35em 1.1em;font-size:1rem}.form-constructor__rating span{justify-content:center;padding:.05em .2em;display:flex}.form-constructor>h3{color:#2d4258;text-align:left;flex:1;padding:0 5px;font-weight:600}.form-constructor__header{align-items:center;display:flex}.form-constructor__header>h4,.form-constructor__header>h3{cursor:pointer;text-align:left;color:#323f47;flex:1;font-size:1.25rem;font-weight:700}.form-constructor__header svg{color:#d2d1d1;font-size:2.5em;transition:transform .3s}.form-constructor__header svg.active{transform:rotate(180deg)}.form-constructor__subTitle{margin:1.5em 0 1em 5px;font-weight:500}.form-constructor__body{flex-direction:column;gap:1rem;padding-top:1rem;display:flex}.form-constructor__icon{cursor:pointer;background-color:#f8f8f8;border-radius:8px;display:flex}.form-constructor__icon:hover{box-shadow:inset 0 0 24px -7px #d2d1d1}.form-constructor__row:first-child{margin-top:10px}.form-constructor__row{grid-column-gap:2.5rem;flex-flow:wrap;display:flex}.form-constructor__row .customField{flex:1}.form-constructor__row>.customCheckbox{margin:1.25em 0 .75em 1.1em}.form-constructor__inputText,.form-constructor__inputSelect{flex:1;margin-bottom:.35em}.form-constructor .input60{flex:.6}.form-constructor .input33{flex:.33}.form-constructor .input10{flex:.1}.form-constructor .thin-content{flex:0;margin-top:auto}.form-constructor .margin-top-1rem{margin-top:1rem}@media screen and (width<=700px){.form-constructor__row{flex-direction:column;display:flex}.form-constructor .input33,.form-constructor .input66,.form-constructor .input100{flex:1}.form-constructor .customField+.customField{margin-left:0!important}.form-constructor .thin-content{flex:1}}.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}
