@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&display=swap";.mobileDashboard{width:100%;flex:1;overflow:auto;background-color:#f8f8f8}.mobileDashboard__header{display:flex;justify-content:space-between;background-color:#fff;padding:0 1.2rem;border-bottom-left-radius:10px;border-bottom-right-radius:10px;transition:padding .8s ease-out}.mobileDashboard .mobileButton{display:flex;position:absolute;bottom:1em;right:1em;flex-direction:column;justify-content:center;background-color:#54d3c2;box-shadow:0 8px 16px #3333;border-radius:50%;padding:1.3em}.mobileDashboard .nz{height:100%;overflow-y:auto}.mobileDashboard .nz::-webkit-scrollbar{display:none}.not-found-page{position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center;background:#fff;top:0;left:0;z-index:10000;gap:2rem}@media (max-width: 503px){.not-found-page{flex-direction:column}}.not-found-page__container{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:1rem}.not-found-page__icon svg{min-width:10rem;min-height:10rem;color:#1ebaae}.not-found-page__icon:before{content:"";position:absolute;width:10rem;height:10rem;-webkit-transform:scale(2.4);-ms-transform:scale(2.4);transform:scale(2.4);border-radius:50%;background-color:#e9f9f7;z-index:-1}.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{font-size:6rem;font-weight:700;color:#2d4258}.not-found-page__body{font-size:2rem;font-weight:700;color:#2d4258}.not-found-page__description{font-size:1rem;color:#6d7986;font-weight:400}.not-found-page__link{font-size:1rem;text-decoration:none;color:#1ebaae;font-weight:600;background-color:inherit}.client-type{display:flex;width:100%;align-items:center;justify-content:center;gap:2.5rem;margin-top:2.64rem}@media (max-width: 1200px){.client-type{margin-top:1.8rem}}.client-type__button{width:12.5rem;height:12.5rem;border-radius:1.5rem;border:2px solid #E9EBED;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.86rem;transition:all .2s ease}.client-type__button__icon{min-width:2.6rem;min-height:2.6rem;fill:#fff;transition:all .2s ease}.client-type__button__icon__wrapper{overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:100%;background-color:#e9ebed;border:.6rem solid #E9EBED;transition:all .4s ease}.client-type__button__icon__wrapper--checked{background-color:#a9e9e0;border:.6rem solid #A9E9E0;transition:all .4s ease}.client-type__button__title{font-weight:600;font-size:1.25rem;color:#6d7986;line-height:2.75rem;transition:all .2s ease}.client-type__button--checked{border-color:#54d3c2}.client-type__button--checked .client-type__button__title{font-weight:600;font-size:1.25rem;color:#323f47;line-height:2.75rem}.custom-button{height:fit-content;min-width:fit-content;padding:1.25em 1.5em;color:#fff;border-radius:3rem;font-size:1.05rem;font-weight:500;transition:all .2s ease-out,background-color .2s ease-out;display:flex;align-items:center;justify-content:center;white-space:nowrap}.custom-button:disabled{background-color:#f8f8f8;color:#e9ebed}.custom-button--loader{padding:8px;aspect-ratio:1;border-radius:50%;background:#54d3c2;--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear}@keyframes l3{to{transform:rotate(1turn)}}.custom-button--text{background-color:inherit;color:#54d3c2;padding:0}.custom-button--color{background-color:#54d3c2}.custom-button--color:hover:not(:disabled){border-color:#1cb4a4;background-color:#1cb4a4}.custom-button--color:disabled{color:#fff;border-color:#a9e9e0;background-color:#a9e9e0}.custom-button--borderless{border:none;background-color:#fff;box-shadow:0 4px 18px #54d3c266;color:#54d3c2}.custom-button--borderless:hover:not(:disabled){box-shadow:0 4px 18px #54d3c299;background-color:#f8f8f8}.custom-button--borderless:disabled{box-shadow:0 4px 12px #54d3c226;color:#54d3c2bf;background-color:#ffffff80}.custom-button--outline{background-color:#fff;color:#54d3c2;border:2px solid #54D3C2}.custom-button--outline:hover:not(:disabled){background-color:#e5f8f6;color:#1ebaae}.custom-button--outline:disabled{border-color:#e9ebed;background-color:#fff}.custom-button--smoke{color:#54d3c2;background-color:#f8f8f8;box-shadow:0 4px 18px #319a9133;border:0}.custom-button--smoke:hover:not(:disabled){box-shadow:none;background-color:#e9ebed}.custom-button--smoke:disabled{box-shadow:none;color:#e9ebed}.custom-button--danger{background-color:#fc5c65}.custom-button--danger:hover:not(:disabled){background-color:#d75865}.custom-button--primary{background-color:#54d3c2}.custom-button--primary:hover:not(:disabled){background-color:#1ebaae}.custom-button--secondary{background-color:#b6bcc3}.custom-button--secondary:hover:not(:disabled){background-color:#6d7986}.custom-button--small{height:2rem;font-size:.875rem}.custom-button--normal{height:3rem;font-size:1.125rem}.custom-button--large{height:3.5rem;font-size:1.25rem}.custom-popup-wrapper{cursor:initial;position:fixed;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0000004d;z-index:99;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center}.custom-popup{position:relative;width:37.5rem;max-width:95svw;max-height:95svh;border-radius:2rem;background:#fff;box-shadow:0 5px 25px #0000001a;display:flex;align-items:center;flex-direction:column;padding:1.5rem 2rem;-ms-overflow-style:none;scrollbar-width:none}.custom-popup::-webkit-scrollbar{width:0}.custom-popup--widthAuto{width:auto}.custom-popup__loader-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100;border-radius:2rem}.custom-popup__header{display:flex;align-items:center;justify-content:space-between;width:100%}.custom-popup__header h3{color:#2d4258;font-size:1.3rem;font-weight:600}.custom-popup__icon-close{fill:#6d7986;cursor:pointer;align-self:flex-start}.custom-popup__body{display:flex;flex-direction:column;justify-content:start;width:100%;margin-bottom:2.5rem;margin-top:1rem;flex:1;gap:1.25rem;max-height:74svh;overflow-y:auto}.custom-popup__body__constructor{margin-bottom:2.5rem}.custom-popup__body--no-footer{margin-bottom:0}.custom-popup__body__row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.31rem 2rem}.custom-popup__body__row .customField{flex:1}.custom-popup__footer{display:flex;align-items:center;justify-content:center;width:100%;gap:1.4rem;margin-top:auto}.custom-popup__footer>button{width:12.5rem;height:2.5rem;font-size:1.125rem;font-weight:600}.preloader{display:flex;justify-content:center;align-items:center;position:absolute;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff4d;z-index:5;width:100%;height:100%;top:0;left:0}.preloader.white{background-color:#fff}.preloader.transparent{background-color:transparent}.dot{background:#54d3c2;margin:5px;animation-name:loader;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.loader{display:flex;align-items:center;justify-content:center}.loader.small .dot{animation-name:loaderSmall;margin:3px}.loader.large .dot{animation-name:loaderLarge;margin:8px}.dot:nth-child(1){animation-delay:.2s}.dot:nth-child(2){animation-delay:.4s}.dot:nth-child(3){animation-delay:.6s}.dot:nth-child(4){animation-delay:.8s}.dot:nth-child(5){animation-delay:1s}@keyframes loaderSmall{0%{width:2px;height:2px;border-radius:1px}to{width:8px;height:8px;border-radius:4px}}@keyframes loader{0%{width:3px;height:3px;border-radius:1.5px}to{width:20px;height:20px;border-radius:10px}}@keyframes loaderLarge{0%{width:4px;height:4px;border-radius:2px}to{width:30px;height:30px;border-radius:15px}}.popup-prompt__title{margin-bottom:2rem}.popup-prompt__title h3{text-align:center;flex:1;margin-right:-1.5rem}.popup-prompt__text{font-size:1.3rem;text-align:center}.custom-tab-navbar{margin-bottom:1.75em;border-bottom:2px solid #D2D1D1;display:flex;flex:1;margin-right:1rem}.custom-tab-navbar__button{font-weight:600;font-size:.9rem;background-color:#a9e9e0;border:1px solid #A9E9E0;border-radius:.75em;padding:.5em .75em;color:#fff;align-self:center}.custom-tab-navbar__button:hover{background-color:#54d3c2}.custom-tab-navbar__button svg{margin-right:5px}.custom-tab-navbar__button:disabled{background-color:transparent;color:#6d7986;border:1px solid #D2D1D1}.custom-tab-navbar nav{display:flex;flex:1;position:relative;padding-bottom:.25em;text-align:left;font-size:1.1em}.custom-tab-navbar__underline{display:block;position:absolute;z-index:3;bottom:-.2rem;height:.25em;background:#54d3c2;pointer-events:none;left:0;border-radius:1rem;transition:left .3s ease-in-out,width .3s ease-in-out}.custom-tab-navbar__popupItems{position:absolute;z-index:100;top:100%;left:0;right:0;background-color:#fff;padding:.5em;-webkit-overflow-scrolling:auto}.custom-tab-navbar__popupItems .customCheckbox{margin-bottom:.5em}.custom-tab-navbar-item{display:flex;align-items:center;padding:.5em 0 .75em;z-index:3;margin-right:2em;text-align:center;color:#d2d1d1;cursor:pointer;font-weight:500;transition:color .3s ease-in-out,font-weight .3s ease-in-out}.custom-tab-navbar-item:last-child{margin-right:0}.custom-tab-navbar-item_selected{color:#2d4258}.custom-tab-navbar-item_error{color:#fc5c6599}.orderDocuments{display:flex;flex-direction:column}.orderDocuments__stage{margin-bottom:2em}.orderDocuments__stage__header{display:flex}.orderDocuments__stage__header h4{cursor:pointer;margin-bottom:15px;margin-right:10px;text-align:left;font-weight:700;font-size:20px;color:#6d7986}.orderDocuments__stage__header svg{cursor:pointer;transition:.3s transform}.orderDocuments__stage__header svg.active{transform:rotate(180deg)}.orderDocuments__docGroup{display:grid;grid-template-columns:repeat(auto-fill,minmax(25em,1fr));grid-column-gap:10px;grid-row-gap:1em}.file-options__wrapper{cursor:initial;position:fixed;z-index:100;width:100%;height:100%;top:0;left:0}.file-options__settings{background-color:#fff;list-style:none;padding:0;color:#6d7986;box-shadow:0 5px 25px #0000001a;position:absolute;top:25px;right:30px;border-radius:15px;overflow:hidden;z-index:1000}.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{display:flex;flex:1;align-items:center;padding:1.25em 1.75em 1.25em 1.25em;position:relative;background-color:#fff;border-radius:1.5em}.documentCard:hover{box-shadow:0 5px 2em #0000000d}.documentCard__logo{display:flex;align-items:center;justify-content:center;background-color:#f8f8f8;border-radius:10px;margin-right:1em;min-width:3.5em;min-height:3.5em;cursor:pointer}.documentCard__logo svg{stroke:#54d3c2;fill:#54d3c2;width:2rem;height:2rem}.documentCard__body{display:flex;position:relative;flex-direction:column;text-align:left;min-width:6em;width:100%;padding:0 10px}.documentCard__body h5{text-transform:uppercase;font-size:1.2em;font-weight:700;margin-right:15px}.documentCard__subscription{color:#6d7986;font-weight:700;font-size:1em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.documentCard__date{color:#b6bcc3;font-weight:600;font-size:.9em}.documentCard__more{cursor:pointer;position:absolute;top:.8em;right:.5em}.photoViewerSlider{width:100%;display:flex;flex-direction:column;gap:1.5rem}.photoViewerSlider__viewport{overflow:hidden}.photoViewerSlider__container{display:flex;height:25rem}.photoViewerSlider__slide{flex:0 0 100%;display:flex;justify-content:center}.photoViewerThumbs{display:flex;align-items:center;justify-content:space-between}.photoViewerThumbs__viewport{overflow:hidden}.photoViewerThumbs__container{display:flex;height:7rem}.photoViewerThumbs__slide{flex:0 0 15%;display:flex;justify-content:center;padding:0 4px}.photoViewerThumbs__slide:first-child{padding-left:0}.photoViewerThumbs__slide:last-child{padding-right:0}.photoViewerThumbs__button{height:100%;padding:0;position:relative;background-color:transparent}.photoViewerThumbs__caret{font-size:3rem;fill:#989fa3;cursor:pointer;background-color:#fff;border-radius:50%;box-shadow:0 4px 20px #00000021;padding:.4rem;min-width:3rem;min-height:3rem;transition:all .3s ease}.photoViewerThumbs__caret--left{padding-right:.7rem;margin-right:1rem}.photoViewerThumbs__caret--right{padding-left:.7rem;margin-left:1rem}.photoViewerImage{height:100%;position:relative}.photoViewerImage__img{height:100%;border-radius:8px;object-fit:contain}.photoViewerImage__img--active{border:2px solid #54D3C2;border-radius:8px}.photoViewerImage__icon{position:absolute;top:.5rem;right:.5rem;cursor:pointer;font-size:1.5rem;color:#54d3c2}.photoViewerImage__icon--checked{color:#fff;background-color:#54d3c2;border-radius:50%;padding:.2rem}.viewer{cursor:initial;background-color:#fff;z-index:50;width:60%;max-height:95%;display:flex;border-radius:2rem;flex-direction:column;align-items:center;justify-content:space-between;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none}.viewer__container{padding:1rem 2.44rem;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;position:relative;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.viewer__container::-webkit-scrollbar{width:0}.viewer__select{position:absolute;fill:#54d3c2;stroke:#fff;font-size:1.5rem;top:.3rem;right:.3rem;cursor:pointer}.viewer__select_checked{position:absolute;fill:#fff;stroke:#fff;font-size:1.5rem;top:.3rem;right:.3rem;cursor:pointer;border-radius:50%;background:#54d3c2;box-shadow:0 4px 20px #0000000d;padding:.2rem}.viewer__header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:.63rem;z-index:2}.viewer__header__title{color:#6d7986;font-weight:800;letter-spacing:-.035rem;font-size:1.2rem;line-height:2.25rem;font-style:normal}.viewer__header__close-btn{fill:#6d7986;font-size:1rem;cursor:pointer}.viewer__body__img{text-align:center;font-size:2rem;object-fit:contain;width:100%;height:100%;border-radius:1rem;display:flex;align-items:center}.viewer__body__img_error{text-align:center;font-size:2rem;object-fit:contain;width:100%}.viewer__buttons{display:flex;align-items:center;width:100%;justify-content:center;flex-wrap:wrap;white-space:nowrap;margin-top:1.25rem}.viewer__buttons__btn-delete,.viewer__buttons__btn-cancel{border-radius:2rem;outline:none;max-width:15em;flex:1;margin:.5em;height:3rem;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{background-color:#54d3c2;color:#fff}.viewer__buttons__btn-delete:hover:not(.viewer__buttons__btn-delete_disabled){border-color:#1cb4a4;background-color:#1cb4a4}.viewer__buttons__btn-delete_disabled{background-color:#54d3c240;cursor:no-drop}.viewer__buttons__btn-cancel{background-color:#f8f8f8;color:#54d3c2;box-shadow:0 4px 12px -3px #00000026}.viewer__buttons__btn-cancel:hover:not(.viewer__buttons__btn-cancel_disabled){box-shadow:0 4px 10px #00000026;background-color:#f8f8f8}.orderStatusBar{display:flex;align-items:center;padding:5px 10px;border-radius:100px;text-transform:uppercase;font-weight:500;text-align:center}.orderStatusBar svg{width:18px;height:18px;margin-right:5px;flex-shrink:0}.orderStatusBar.primary{background-color:#faeefb;color:#d054d3}.orderStatusBar.recleaning{background-color:#fc5c9633;color:#fc5c96}.orderStatusBar.quality_control{background-color:#fff8e6;color:#fcbb01}.orderStatusBar.inspection{background-color:#fdfae6;color:#edca07}.orderStatusBar.accounting_and_selling{background-color:#f8f4ff;color:#a060fc}.orderStatusBar.agreement{background-color:#e6f4f7;color:#0590b1}.orderStatusBar.starting{background-color:#ecf7fe;color:#45aaf2}.orderStatusBar.cleaning{background-color:#f1faf2;color:#73cf7a}.orderStatusBar.report{background-color:#faeaf1;color:#cd3077}.orderStatusBar.documents_returning{background-color:#fff3f0;color:#fe8c68}.orderStatusBar.final_report{background-color:#ecf4f3;color:#429488}.orderStatusBar.closed,.orderStatusBar.orderClosing{background-color:#1fbfcc33;color:#30c7dc}.custom-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;width:100svw;height:100%;-ms-overflow-style:none;scrollbar-width:none}.custom-slider::-webkit-scrollbar{width:0}.custom-slider>*{min-width:100svw;height:100%;scroll-snap-align:start}.mobile-order-documents{display:flex;flex-direction:column;max-height:inherit;gap:1rem}.mobile-order-documents__stage{flex:1;display:flex;gap:1rem;flex-direction:column}.mobile-order-documents__stage .header{flex:0;display:flex;align-items:center;justify-content:space-between}.mobile-order-documents__stage .header__title{text-align:left;font-weight:700;font-size:1.1rem;color:#6d7986}.mobile-order-documents__stage .header__delete-btn{border-radius:2rem;background:#54d3c2;font-size:1rem;padding:0 1rem;height:1.7rem;color:#fff}.mobile-order-documents__stage .header svg{cursor:pointer;transition:.3s transform}.mobile-order-documents__stage .header svg.active{transform:rotate(180deg)}.mobile-order-documents__docGroup{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(25em,1fr));grid-column-gap:10px;grid-row-gap:1em}.mobile-document-card{display:flex;flex:1;align-items:center;padding:1.25em 1.75em 1.25em 1.25em;position:relative;background-color:#fff;border-radius:1.5em}.mobile-document-card:hover{box-shadow:0 5px 2em #0000000d}.mobile-document-card__logo{display:flex;align-items:center;justify-content:center;border:2px solid #A9E9E0;border-radius:10px;margin-right:1em;min-width:3.5em;min-height:3.5em;cursor:pointer}.mobile-document-card__logo svg{stroke:#a9e9e0;fill:#a9e9e0;height:2.25em}.mobile-document-card__body{display:flex;position:relative;flex-direction:column;text-align:left;min-width:6em;width:100%;padding:0 10px}.mobile-document-card__body h5{text-transform:uppercase;font-size:1.2em;font-weight:700;margin-right:15px}.mobile-document-card__subscription{color:#6d7986;font-weight:700;font-size:1em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.mobile-document-card__date{color:#b6bcc3;font-weight:600;font-size:.9em}.mobile-document-card__more{cursor:pointer;position:absolute;right:1rem}.mobile-document-card__settings{background-color:#fff;list-style:none;padding:5px 0;color:#6d7986;box-shadow:0 5px 25px #0000001a;position:absolute;right:8%;border-radius:15px;overflow:hidden;z-index:1000}.mobile-document-card__settings__wrapper{cursor:initial;position:fixed;z-index:49;width:200%;height:100%;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}.back-button{min-height:3rem;min-width:3rem;background-color:inherit;display:flex;align-items:center;justify-content:center;padding:1.25rem 0 0 1.25rem;z-index:10;align-self:flex-start}.back-button__icon{height:1.5em;fill:#000}.mobile-viewer{cursor:initial;position:fixed;background-color:#f5f7fb;z-index:50;width:100%;height:100%;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.mobile-viewer__back-button{height:3rem;width:3rem;background-color:inherit;display:flex;align-items:center;justify-content:center}.mobile-viewer__back-button__icon{height:1.5em;fill:#000}.mobile-viewer__pdf-download{width:90%;height:60%;border-radius:.5rem;background:#000;display:flex;align-items:center;justify-content:center;flex-direction:column}.mobile-viewer__pdf-download span{color:#fff;font-size:1.2rem;line-height:1.8rem;font-weight:600}.mobile-viewer__pdf-download__button{border-radius:1.5625rem;background:#54d3c2;box-shadow:0 5px 25px #0000001a;width:10.25rem;height:3.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;text-decoration:none;color:#fff;font-weight:700;margin-top:2.19rem}.mobile-viewer__select{position:absolute;fill:#54d3c2;stroke:#fff;font-size:1.5rem;top:.3rem;right:.3rem;cursor:pointer}.mobile-viewer__select_checked{position:absolute;fill:#fff;stroke:#fff;font-size:1.5rem;top:.3rem;right:.3rem;cursor:pointer;border-radius:50%;background:#54d3c2;box-shadow:0 4px 20px #0000000d;padding:.2rem}.mobile-viewer__header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:.63rem}.mobile-viewer__header__pdf{display:flex;align-items:center;justify-content:flex-start;width:100%;margin-top:1rem;position:absolute}.mobile-viewer__header__pdf__icon{margin-left:1.25rem;height:1.5rem;width:1.5rem;cursor:pointer;z-index:1}.mobile-viewer__header__pdf__title{margin-left:1.19rem;color:#6d7986;font-size:1.3rem;font-weight:800}.mobile-viewer__header__close-btn,.mobile-viewer__header__title,.mobile-viewer__header__delete-btn{font-size:1.2rem;line-height:2.25rem;font-style:normal}.mobile-viewer__header__close-btn,.mobile-viewer__header__delete-btn{width:8rem;background-color:inherit}.mobile-viewer__header__title{color:#6d7986;font-weight:800;letter-spacing:-.035rem;text-align:center;line-height:1.5rem}.mobile-viewer__header__close-btn{color:#b6bcc3;font-weight:600}.mobile-viewer__header__delete-btn{color:#54d3c2;font-weight:700}.mobile-viewer__header__delete-btn_disabled{color:#54d3c240;cursor:no-drop}.mobile-viewer__body{width:25rem;margin-top:.69rem;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.mobile-viewer__body::-webkit-scrollbar{width:0}.mobile-viewer__body__content{height:100%;position:relative;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.mobile-viewer__body__content::-webkit-scrollbar{width:0}.mobile-viewer__body__content-wrapper{position:relative;margin-left:.31rem;margin-right:.31rem;margin-bottom:.31rem;width:22.7%;height:7rem;border-radius:.5rem;object-fit:cover;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-viewer__body__img{width:100%;text-align:center;font-size:2rem;border-radius:1rem}.mobile-viewer__body__img_error{text-align:center;font-size:2rem;object-fit:contain;width:100%}.mobile-viewer__body__pdf{width:25rem;margin-top:.69rem;border-radius:1rem;border:1.5px solid #F8F8F8;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;display:flex;justify-content:center;height:100%}.mobile-viewer__body__pdf::-webkit-scrollbar{width:0}.mobile-viewer__body__pdf__content{height:100%;width:100%;position:relative;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;display:flex;align-items:center;justify-content:center}.mobile-viewer__body__pdf__content::-webkit-scrollbar{width:0}.mobile-viewer__swiper{width:100%;display:flex;align-items:center;flex-direction:column;background-color:#fff;border-radius:2rem 2rem 0 0;max-height:calc(100svh - 20%);height:10rem;margin-top:1rem;transition:all .3s;justify-content:start}.mobile-viewer__swiper_swiped{height:calc(100svh - 20%)}.mobile-viewer__swiper__touch{width:100%;display:flex;align-items:center;justify-content:center;min-height:1.5rem;max-height:1.5rem}.mobile-viewer__swiper__touch hr{border:0;height:.375rem;width:30%;border-radius:.25rem;background:#6d798680}.mobile-viewer__swiper__content{display:flex;flex-wrap:wrap;align-items:start;justify-content:start;width:100%;overflow-y:scroll}.mobile-viewer__swiper__content__image{height:7rem;object-fit:cover;width:100%}.mobile-viewer__swiper__content__image_selected{border:2px solid #54D3C2}.popupWrapper--filter{position:fixed;top:0;left:0;display:flex;align-items:end;justify-content:center;cursor:initial;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0000004d;z-index:50;width:100%;height:100%}.popup-sections{display:flex;flex-direction:column;align-items:center;width:95%}.popup-sections__body{background-color:#fff;border-radius:1.5em;z-index:100;width:100%;display:flex;flex-direction:column;box-shadow:0 5px 25px #0000001a;overflow:hidden}.popup-sections__section{padding:.44rem 1.44rem;line-height:2.75rem;color:#6d7986;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:start;background:#fff}.popup-sections__section_selected,.popup-sections__section:hover{background:#f5f7fb;color:#323f47}.popup-sections__buttons{display:flex;justify-content:center;flex-wrap:wrap;white-space:nowrap;width:100%}.popup-sections__buttons_close,.popup-sections__buttons_select{border-radius:1.5625rem;margin:.5em;flex:1;height:3.125rem;font-size:1rem;font-style:normal;font-weight:500;line-height:2.25rem}.popup-sections__buttons_close{background:#f5f7fb;box-shadow:0 5px 25px #0000001a;color:#54d3c2}.popup-sections__buttons_select{background:#54d3c2;box-shadow:0 5px 25px #0000001a;color:#fff}.search{display:flex;align-items:center;justify-content:space-between;flex:0}.search__wrapper{height:3.125rem;border-radius:25px;background:#fff;border:0;width:100%;display:flex;align-items:center;padding:.56rem 1.19rem}.search__input{background:#fff;border:0;width:100%;line-height:2rem;outline:none;font-size:1rem;font-style:normal;font-weight:600;color:#6d7986}.search__icon{font-size:1rem;color:#6d7986;margin-right:.38rem}.filter__icon{color:#fff}.filter__button{position:relative;display:flex;justify-content:center;background-color:#54d3c2;min-width:2.5em;min-height:2.5em;border-radius:1.8em;margin-left:.7em;font-size:1.15em;align-items:center}.customCheckbox input[type=checkbox]{display:none}.customCheckbox h5{text-align:left;color:#54d3c2;margin-bottom:.5em;font-size:1rem;font-weight:500;white-space:nowrap}.customCheckbox__body{display:flex;align-items:center}.customCheckbox__square{position:relative;text-align:center;text-indent:0;color:#54d3c2;width:16px;height:16px;background-color:#fff;border:1px solid #B6BCC3;border-radius:4px;border-image:initial;flex-shrink:0}@media (max-width: 700px){.customCheckbox__square{border-width:2px}}.customCheckbox__square:after{content:"";background-color:#54d3c2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:2px;display:none}.customCheckbox__label{cursor:pointer;color:#6d7986;font-weight:500;position:relative;display:flex;align-items:center;gap:.5rem;-webkit-user-select:none;user-select:none}.customCheckbox__label--thin{color:#a9e9e0;font-weight:400}.customCheckbox__label--table .customCheckbox__square{width:20px;height:20px;border:2px solid #B6BCC3}.customCheckbox__label--table .customCheckbox__square:after{width:12px;height:12px}.customCheckbox__label--checkMark{color:#54d3c2;font-size:.875rem;font-weight:600}.customCheckbox__label--checkMark .customCheckbox__square{width:24px;height:24px;border:2px solid #54D3C2;border-radius:4px;display:flex;align-items:center;justify-content:center}.customCheckbox__label--checkMark .customCheckbox__icon{width:18px;height:18px}.customCheckbox__label--round .customCheckbox__square{width:20px;height:20px;border:2px solid #A9E9E0;border-radius:10rem;display:flex;align-items:center;justify-content:center}.customCheckbox__label--round .customCheckbox__square:after{width:12px;height:12px;border-radius:10rem;border-color:#54d3c2}.customCheckbox input:checked+.customCheckbox__label{color:#2d4258}.customCheckbox input:checked+.customCheckbox__label--thin{color:#a9e9e0}.customCheckbox input:checked+.customCheckbox__label .customCheckbox__square{border-color:#54d3c2}.customCheckbox input:checked+.customCheckbox__label .customCheckbox__square:after{display:block}.customCheckbox input:checked+.customCheckbox__label .customCheckbox__square.error{border-color:#fc5c65}.customCheckbox input:checked+.customCheckbox__label--checkMark{color:#54d3c2}.customCheckbox input:checked+.customCheckbox__label--checkMark .customCheckbox__square:after{display:none}.customCheckbox input:checked+.customCheckbox__label--round .customCheckbox__square{border-color:#a9e9e0}.customCheckbox input:disabled+.customCheckbox__label{color:#b6bcc3;cursor:default}.customCheckbox input:disabled+.customCheckbox__label .customCheckbox__square{border-color:#b6bcc3;background:#fff}.customCheckbox input:disabled+.customCheckbox__label .customCheckbox__square:after{background-color:#b6bcc3}.customCheckbox input:disabled+.customCheckbox__label--thin{color:#a9e9e0}.customCheckbox input:disabled+.customCheckbox__label--table{color:#6d7986}.customCheckbox input:disabled+.customCheckbox__label--table .customCheckbox__square{border-color:#6d7986}.customCheckbox input:disabled+.customCheckbox__label--table .customCheckbox__square:after{background-color:#6d7986}.customCheckbox input:disabled+.customCheckbox__label--checkMark,.customCheckbox input:disabled+.customCheckbox__label--round{color:#b6bcc3}.customCheckbox input:disabled+.customCheckbox__label--checkMark .checkmarkCheckbox__square,.customCheckbox input:disabled+.customCheckbox__label--round .checkmarkCheckbox__square{border-color:#b6bcc3}.customCheckbox input:disabled+.customCheckbox__label--checkMark .customCheckbox__icon,.customCheckbox input:disabled+.customCheckbox__label--round .customCheckbox__icon{color:#b6bcc3}.customCheckbox.error h5{color:#fc5c65}.customCheckbox.error .customCheckbox__square.error{border-color:#fc5c65;color:#fc5c65}.customCheckbox.error .customCheckbox__square.error:after{background-color:#fc5c65}.customCheckbox.error .customCheckbox__label{color:#fc5c65}.customCheckbox.error input:checked+.customCheckbox__label{color:#fc5c65}.customCheckboxGroup.error h5{color:#fc5c65}.customCheckboxGroup__body{display:flex;flex-wrap:wrap;align-items:center;margin-left:.75em}.customCheckboxGroup__body .customCheckbox{margin:.25em 1.25em .45em 0}.customFieldArray{flex:1;margin-bottom:.25em}.customFieldArray .formSection__inputText,.customFieldArray .formSection__inputSelect{margin-bottom:0}.customFieldArray__body{display:flex;gap:1rem;flex-direction:column}.customFieldArray__row{display:flex;flex-direction:row;column-gap:2rem;row-gap:1rem;flex-wrap:wrap;align-items:center;justify-content:space-between}.customFieldArray__row .customField{flex:1}.customFieldArray__row>.customCheckbox{margin:1.25em 0 .75em 1.1em}.customFieldArray__button{font-weight:600;font-size:1rem;background-color:#54d3c2;border-radius:5.75em;padding:.5em;color:#fff;display:flex;justify-content:center;align-items:center;align-self:flex-end;min-height:3rem;min-width:3rem}.customFieldArray__button>svg{min-height:2rem;min-width:2rem}.customFieldArray__button span{display:none}.customFieldArray__button_right{align-self:flex-end}.customFieldArray__button:hover{background-color:#1ebaae}.customFieldArray__button:disabled{background-color:transparent;color:#6d7986;border:1px solid #D2D1D1}.customFieldArray__delete{display:flex;background-color:#fc5c6599!important;border-radius:5.75em}.customFieldArray__delete:hover{background-color:#fc5c65!important}.customFieldArray__buttonGroup{display:flex;justify-content:flex-end;align-items:flex-end}.customFieldArray__buttonGroup button+button{margin-left:1em}.customFieldArray__item{flex:1;display:flex;align-items:center;gap:2rem}.MuiIconButton-edgeEnd{background-color:transparent!important;color:#6d7986!important;padding:0!important;height:0!important;margin-right:.25em!important}.tileDatePicker{display:flex;justify-content:center;align-items:center;font-weight:600;font-size:.95rem;padding:.75em;-webkit-overflow-scrolling:auto!important}.tileDatePicker.startDate{background-color:#a9e9e0;border-top-left-radius:100px;border-bottom-left-radius:100px;color:#fff}.tileDatePicker.endDate{border-top-right-radius:100px;border-bottom-right-radius:100px;background-color:#a9e9e0;color:#fff}.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;font-size:.9em;white-space:pre-line;position:absolute;left:0;width:max-content;height:100%;right:0;top:30%;bottom:auto;background-color:#fff;backdrop-filter:blur(12px);color:#6d7986;padding:.5em .75em;box-shadow:2px 2px 5px #0000001a;pointer-events:none;opacity:0;transition:.75s;z-index:200;border-radius:1em;-webkit-overflow-scrolling:auto!important;-webkit-backdrop-filter:blur(12px)}.tileDatePicker[data-tooltip]:hover:after{opacity:1;top:90%;display:flex}.customFileInputSingle{display:flex;justify-content:start;flex:1}.linkButton{width:11.25rem;height:40px;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:8px;border:2px solid #54D3C2;background-color:#fff;font-size:14px;font-weight:600;letter-spacing:-.56px;color:#54d3c2;transition:all .2s linear}.linkButton:hover{background-color:#e5f8f6;color:#1ebaae}.customFileInput{position:relative;display:inline-block;text-align:left}@media (max-width: 575px){.customFileInput{margin-right:0;margin-top:1rem}}.customFileInput__reload-btn{position:relative;border:2px solid #54D3C2;border-radius:8px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:#54d3c2;background-color:#fff}.customFileInput__reload-btn__input{display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customFileInput__reload-btn__spinner{animation:spin 1s linear infinite}.customFileInput__container{position:relative;display:flex;gap:1.5rem}@media (max-width: 575px){.customFileInput__container{flex-direction:column}}.customFileInput--button{border-radius:.5rem!important;width:100%!important;display:flex;align-items:center;justify-content:center}.customFileInput--button:hover.disabled{border-color:#d2d1d1!important}.customFileInput--button .customFileInput__label,.customFileInput--button .customFileInput__docInfo{display:flex;align-items:center;justify-content:center}.customFileInput--button .customFileInput__docInfo{width:100%}.customFileInput--button .customFileInput__popup{width:100%;top:0;bottom:0;right:0;left:0;justify-content:center;border-radius:0}.customFileInput--salary{width:8.875rem!important;height:2.5rem!important;border-radius:.75rem!important;border:1.5px solid #F8F8F8!important;background:#fff!important;color:#a9b2b2!important;font-size:.9rem!important}.customFileInput:first-child{margin-top:0}.customFileInput h5{padding:.25em 0 .35em 1.1em;color:#54d3c2;font-size:1rem;font-weight:500}.customFileInput input[type=file],.customFileInput input[type=button]{width:.1px;height:.1px;opacity:0;position:absolute;z-index:-10}.customFileInput__docInfo{display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customFileInput__wrapper{display:flex;position:relative;overflow:hidden;cursor:pointer;border-radius:15px;border:1px solid #D2D1D1;color:#6d7986;align-items:center;font-size:1rem;font-weight:500;height:2.75em;width:16em}.customFileInput__wrapper span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customFileInput__wrapper svg{height:1.25em;width:1.25em;fill:#a9e9e0;stroke:#a9e9e0;margin-right:5px;flex-shrink:0}@media screen and (min-width: 699px){.customFileInput__wrapper:hover{border-color:#a9e9e0}.customFileInput__wrapper:hover .customFileInput__popup{opacity:1}}.customFileInput__input,.customFileInput__label{display:flex;align-items:center;overflow:hidden;cursor:pointer;padding:0 .5em 0 .75em;height:100%;width:100%}.customFileInput__input.error span,.customFileInput__label.error span{color:#fc5c6599}.customFileInput.inGroup .customFileInput__label>svg{fill:#fff;stroke:#fff;margin-right:0}.customFileInput.inGroup .customFileInput__wrapper{width:200px;background-color:#a9e9e0;border:1px solid #A9E9E0;color:#fff}.customFileInput.inGroup .customFileInput__wrapper:hover{background-color:#54d3c2;border:1px solid #54D3C2}.customFileInput.inGroup .customFileInput__wrapper>svg{fill:#fff;stroke:#fff}.customFileInput.inGroup.active .customFileInput__wrapper{width:40px}.customFileInput.inGroup.active .customFileInput__label{padding:0;justify-content:center}.customFileInput.error h5{color:#fc5c6599}.customFileInput.error .customFileInput__input{border-color:#fc5c6599}.customFileInput__popup{display:flex;align-items:center;position:absolute;padding:.5em 1em;border-radius:15px;top:-1px;right:-1px;bottom:0;left:-1px;opacity:0;color:#fff;background-color:#a9e9e0;transition:.3s opacity,.3s border-color;font-size:1rem;width:120%}.customFileInput__popup .eyeIcon{color:#fff;margin-right:5px;height:1em;width:1em;fill:#fff}.customFileInput__popup--salary{display:flex;align-items:center;justify-content:center;padding:0;width:100%}.customFileInput__add{color:#1cb4a4;margin-right:5px}.customFileInput__load{width:100%}.customFileInput__editButton{align-self:flex-end;width:11.25rem;height:40px;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:8px;border:2px solid #54D3C2;background-color:#fff;font-size:14px;font-weight:600;letter-spacing:-.56px;color:#54d3c2;transition:all .2s linear}.customFileInput__editButton:hover{background-color:#e5f8f6;color:#1ebaae}.customFileInputGroup{display:flex;justify-content:space-between;align-items:center;overflow:hidden;width:100%}.customFileInputGroup__wrapper{display:flex;flex-direction:column;align-items:start;width:100%}.customFileInputGroup.items-left{justify-content:flex-start}.customFileInputGroup.items-left .customFileInput__wrapper{margin-right:1rem}.customFileInputGroup::-webkit-scrollbar{display:none}.customFileInputGroup__title{text-align:left;font-weight:500;font-size:1rem;color:#54d3c2;padding:.25em 0 .35em 1.1em}.customFileInputGroup__title.error{color:#fc5c65}.customFileInputGroup__readMoreButton{width:100%;background-color:transparent;border:1px solid #D2D1D1;border-radius:15px;color:#6d7986;font-size:.9rem;font-weight:500;height:2.75rem}@media (max-width: 575px){.customFileInputGroup__readMoreButton{margin-top:1rem}}.customFileInputGroup__readMoreButton:hover{color:#2d4258}.customFileInputGroup h5{padding:0!important}@media (max-width: 575px){.customFileInputGroup{flex-direction:column;align-items:flex-start}}.customField{position:relative;display:flex;flex-direction:column;justify-content:left;text-align:left}.customField>span,.customField>h5{padding:.25em 0 .35em 1.1em;color:#54d3c2;font-size:1rem;font-weight:500}.customField.disabled .customField__input,.customField.disabled .customField__select,.customField.disabled .customMultipleSelector__selector{border:2px solid #A9E9E0;cursor:initial;background-color:#e9f9f7}.customField.disabled .customField__select>span,.customField.disabled .customMultipleSelector__selector>span{color:#98a1aa!important}.customField.disabled .customField__select>svg,.customField.disabled .customMultipleSelector__selector>svg{display:none;opacity:.5}.customField.error>span{color:#fc5c65}.customField.error .customField__input,.customField.error .customField__select{border-color:#fc5c65}.customField.error .customField__select--outline,.customField.error .customField__select--grey{border-color:#fc5c65!important}.customField.error .customField__select>svg{background-color:#fc5c65;color:#f8f8f8}.customField input{flex:1;font-size:1rem;background-color:transparent;outline:none;width:fit-content;color:#6d7986;font-weight:600;border:0}.customField input[name=clientPhone],.customField input[name=clientEmail],.customField input[name=clientPost],.customField input[name=clientFullname]{margin-right:2rem}.customField input::placeholder{color:#b6bcc3}.customField textarea{outline:none;width:100%;border:none;resize:none;font-size:1rem;font-weight:500;overflow:auto;-webkit-overflow-scrolling:touch;height:auto;color:#6d7986;text-align:left;line-height:1.43em;background-color:transparent}.customField textarea::placeholder{color:#b6bcc3}.customField__icon{min-width:2rem;min-height:2rem;border-radius:2rem;background:#54d3c2;display:flex;align-items:center;justify-content:center;position:absolute;right:10px}.customField__icon:hover{background:#1ebaae}.customField__icon svg{fill:#fff}.customField__icon--phone{font-size:16px}.customField__icon--email{font-size:18px}.customField__title{color:#54d3c2;font-weight:500}.customField__input{display:flex;justify-content:start;align-items:center;border:2px solid #A9E9E0;border-radius:32px;min-height:3rem;padding:.6em .75em .6em 1.1em;position:relative}.customField__input:disabled,.customField__input input:disabled,.customField__input textarea:disabled{-webkit-opacity:1;cursor:initial;opacity:1;background-color:#e9f9f7}.customField__input:disabled>svg,.customField__input input:disabled>svg,.customField__input textarea:disabled>svg{display:none;opacity:.5}.customField__input span,.customField__input input{flex:1;font-size:1rem;background-color:transparent;outline:none;width:fit-content;color:#6d7986;font-weight:600;border:0}.customField__input.textarea{height:auto}.customField__input__phoneCall{width:100%;text-decoration:none;display:flex;justify-content:space-between;font-weight:600;color:#b6bcc3}.customField__input__phoneCall svg{display:flex!important;color:#54d3c2bf}.customField__input--outline{border:2px solid #A9E9E0!important}.customField__input--grey{background:#f8f8f8!important;border:2px solid #F8F8F8!important}.customField__input input[type=number]{-webkit-appearance:textfield}.customField__input input[type=number]:hover:not([disabled]){-webkit-appearance:auto}.customField__select{display:flex;justify-content:start;align-items:center;border:2px solid #A9E9E0;border-radius:32px;min-height:3rem;padding:.6em .75em .6em 1.1em;position:relative;cursor:pointer}.customField__select:disabled,.customField__select input:disabled,.customField__select textarea:disabled{-webkit-opacity:1;cursor:initial;opacity:1;background-color:#e9f9f7}.customField__select:disabled>svg,.customField__select input:disabled>svg,.customField__select textarea:disabled>svg{display:none;opacity:.5}.customField__select span,.customField__select input{flex:1;font-size:1rem;background-color:transparent;outline:none;width:fit-content;color:#6d7986;font-weight:600;border:0}.customField__select>span{margin-right:1.7rem}.customField__select__activeWrap{position:fixed;z-index:1300;top:0;right:0;bottom:0;left:0}.customField__select--outline{border:2px solid #A9E9E0!important}.customField__select--grey{background:#f8f8f8!important;border:2px solid #F8F8F8!important}.customField__select--table{height:1.5rem;min-height:auto;padding:0;border:none!important;background-color:transparent!important}.customField__select--table span{font-size:12px;color:#323f47}.customField__select--tableFilter{height:2.5rem;min-height:auto;background-color:#f8f8f8;border:none}.customField__select--tableFilter span{font-size:.875rem}.customField__select--tableFilter .customField__expand{color:#6d7986;background-color:transparent}.customField__select--tableFilter .customField__placeholder{color:#6d7986!important}.customField__select--tableFilter .customField__select__icon{color:#6d7986;display:flex;align-items:center;padding-right:.5rem}.customField__select>svg{-webkit-user-select:none;user-select:none;position:absolute;right:.3em;font-size:1.75em;cursor:pointer;transition:.3s transform;color:#54d3c2;background-color:#e9f9f7;border-radius:100px}.customField__select>svg.active{transform:rotate(180deg)}.customField__plus{cursor:pointer;box-sizing:content-box;-webkit-user-select:none;user-select:none;position:absolute;right:.3em;font-size:1.75em;padding:3px;color:#fff;background-color:#a9e9e0;border-radius:100%}.customField__placeholder{color:#b6bcc3!important}.customField__optionList{padding:.4rem 0;z-index:1000;background-color:#fff;box-shadow:2px 2px .75em #0000001a;list-style:none;border-radius:1rem;text-align:left;position:fixed;width:100%;max-height:16.25rem;overflow-y:auto}.customField__optionList__search{color:#6d7986;font-weight:500;width:100%;font-size:1em;padding:1em;border:none;position:sticky;top:0}.customField__optionList__search:focus{outline:none}.customField__optionList>li{cursor:pointer;padding:.75rem 0 .75rem 1.75rem;align-items:center;color:#6d7986;font-weight:500;font-size:1rem}.customField__optionList>li:hover{background-color:#f8f8f8}.customField__documentOptions{position:absolute;transition:opacity ease-out 1.3s}.customField__wrapper{cursor:initial;position:fixed;z-index:100;width:100%;height:100%;top:0;left:0}.customField.on .customField__select{border:1px solid #B6BCC3}.customFormActionInput{display:flex;flex-direction:column;flex:1;margin-top:1em;margin-bottom:2.5em}.customFormActionInput__input{margin-bottom:.75em}.customFormActionInput__body{display:flex;align-items:flex-end;justify-content:center;margin-top:.75em}.customFormActionInput__body .customField{flex:1;margin-right:1.75em}.customFormActionInput__body .button{width:initial}.action-icon{border-radius:1rem;padding:.2rem;min-width:1rem}.action-icon--forward{fill:#54d3c2;background-color:#e9f9f7}.action-icon--back{fill:#fc5c65;background-color:#ffeaeb}.action-icon--repeat{fill:#f7b731;background-color:#fef6e4}.customSelect__popover .MuiPaper-root{border-radius:1em}.customSelect__popover-container{box-shadow:2px 2px .75em #0000001a;border-radius:1rem}.customSelect__popover-searchWrapper{padding:1rem 1.25rem .5rem}.customSelect__popover-search{display:flex;align-items:center;gap:.5rem;background-color:#f8f8f8;border-radius:24px;padding:.8rem 1.25rem;color:#323f47}.customSelect__popover-input{width:100%;color:inherit;font-size:1rem;font-weight:600;border:none;background-color:transparent;outline:none}.customSelect__popover-input::placeholder{color:#989fa3}.customSelect__popover-list{max-height:13rem;overflow-y:auto}.customSelect__popover-option{cursor:pointer;padding:.75em 1.25rem;color:#b6bcc3;font-weight:500;font-size:1em;display:flex;align-items:center;gap:.5rem}.customSelect__popover-option:hover{background-color:#f8f8f8;color:#323f47}.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{background-color:transparent;width:12px;height:12px;color:#6d7986}.customDateInput svg.customDateInput__icon{position:static;border-radius:0;font-size:1rem;background-color:transparent;margin-right:.5rem}.customDate{flex:1;display:flex;justify-content:end}.customDate .MuiTextField-root:has(input:disabled){background-color:#e9f9f7}.customDate__label{top:-15px!important;font-size:1rem!important;white-space:nowrap!important;color:#54d3c2!important;font-weight:500!important;font-family:ProximaNova,sans-serif!important}.customDate>div{margin:1.75em 0 0!important;border:2px solid #A9E9E0!important;border-radius:2em;height:3rem}.customDate>div>div{outline:none!important}.customDate>div>div input{border:none!important;padding:.6em .75em .6em 1.1em;border-radius:1000px;font-family:ProximaNova,sans-serif!important;color:#6d7986;-webkit-text-fill-color:#6D7986!important;font-weight:500}.customDate.disabled>div{border-color:#54d3c266!important}.customDate fieldset{border:none!important}.MuiPickersArrowSwitcher-button{height:100%!important;margin:0!important;padding:5px!important}.MuiPickersArrowSwitcher-button:hover{background-color:#00000012!important}.interactiveButton{width:30%;max-width:20rem}.interactiveButton:last-child{margin-right:0}@media (max-width: 768px){.interactiveButton{margin:0 0 1.5rem;width:100%;max-width:100%}.interactiveButton:last-child{margin-bottom:0}}.interactiveButton h5{font-size:1.1rem;font-weight:600;margin-bottom:.75em}.interactiveButton button{position:relative;font-weight:600;font-size:1.1rem;border-radius:100px;display:flex;flex-direction:column;align-items:center;justify-content:center}.interactiveButton button span{color:#323f47}.interactiveButton [data-tooltip]:after{content:attr(data-tooltip);text-align:center;font-size:1em;white-space:pre-line;position:absolute;left:0;right:0;width:100%;height:100%;top:75%;bottom:auto;background-color:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#54d3c2;padding:1rem 0;box-shadow:2px 2px 5px #0000001a;pointer-events:none;opacity:0;transition:.75s;z-index:200;border-radius:1em}.interactiveButton [data-tooltip]:hover:after{opacity:1;top:110%}.customTable{color:#6d7986;margin-bottom:2.12rem}.customTable:last-child{margin-bottom:0}.customTable table{width:100%;border-spacing:0;border-collapse:collapse}.customTable caption{text-align:center;font-size:1.1rem;font-style:normal;font-weight:700;color:#6d7986;margin-bottom:.5rem}.customTable th{font-weight:700;background-color:transparent;padding:1em .5em;text-align:left}.customTable td{text-align:left;padding:.25em .5em}.customTable td:nth-child(1){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}.reportTable{width:100%;padding:1em .5em}.reportTable__tables{display:flex;justify-content:space-between;margin-bottom:2em}.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{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.reportTable__tables{flex-direction:column}.reportTable__tables .customTable{width:100%;justify-content:center}.reportTable__buttons{flex-direction:column;flex-wrap:nowrap;text-align:center}}.customAddressInput{position:relative}.customAddressInput__body{width:100%}.customAddressInput input{width:-moz-available;width:-webkit-fill-available}.customAddressInput__wrapper{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;width:100%;column-gap:2.5rem;row-gap:1rem}.customAddressInput__title{display:flex;justify-content:space-between;padding:.35em 0 .35em 1.1em;color:#a9e9e0;font-size:1rem;white-space:nowrap}.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;font-size:1em;white-space:pre-line;position:absolute;min-width:10em;left:0;bottom:75%;background-color:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#6d7986;padding:.6em;box-shadow:2px 2px 5px #0000001a;pointer-events:none;opacity:0;transition:.75s;z-index:200;border-radius:1em}.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:transparent!important}.client-data{list-style:none;padding:0;display:flex;align-items:center;justify-content:start;flex-direction:column;gap:.5rem;height:auto;flex:1 0 1rem;overflow:auto}.client-data__empty{margin-top:6.2rem;color:#6d7986;width:100%;text-align:center;font-weight:500}.client-data-item{display:flex;align-items:center;justify-content:start;width:100%;border-radius:.5rem;border:2px solid #F8F8F8;padding:1rem 1.5rem;cursor:pointer;transition:all .1s ease-in;color:#6d7986}.client-data-item--checked{border-color:#54d3c2;color:#323f47}.client-data-item__title{font-size:.875rem;font-weight:500}.client-address{position:relative}.client-address__input{flex:0!important;min-height:3rem}.client-address__input .customField__input input{font-size:.875rem;color:#323f47;-webkit-text-fill-color:#323F47}.searchInput{display:flex;cursor:text;background-color:#fff;padding:.6em 1.3em;border-radius:30px;box-shadow:0 4px 18px #d2d1d180;align-items:center;flex:1;width:100%;height:3rem}.searchInput__container{display:flex;align-items:center;width:100%;column-gap:2.5rem;row-gap:1rem;margin-bottom:1em;flex-wrap:wrap}.searchInput__container--grey{margin-bottom:0}.searchInput__button{width:10.75rem;height:3rem}.searchInput input{border:none;outline:none;margin:0 .3em;width:-moz-available;width:-webkit-fill-available}.searchInput--grey{background-color:#f8f8f8;box-shadow:none}.searchInput--grey .searchIcon{min-width:1rem;color:#b6bcc3}.searchInput--grey input{background-color:#f8f8f8;font-size:1rem;font-weight:500}.searchInput--smoke .searchIcon{height:1.2rem;min-width:1.2rem;color:#323f47}.searchInput--smoke input{font-size:1.15em;font-weight:600}.searchInput .clearIcon{cursor:pointer}@media screen and (max-width: 699px){.searchInput{box-shadow:none;width:100%}}.client-organization{position:relative}.client-service-items{display:flex;flex-direction:column;gap:1rem;overflow:auto;flex:1 0 1rem}.client-service-items__container{display:grid;width:100%;grid-template-columns:.8fr repeat(3,1fr) 1.5fr .3fr;border:2px solid transparent;color:#54d3c2;font-size:.9rem;font-weight:500;padding:.6em .75em .6em 1.1em;margin-bottom:-1.2rem}.client-service-table-section{border:2px solid #F8F8F8;border-radius:1rem;transition:border-color .1s ease-out;cursor:pointer}.client-service-table-section__header{display:grid;width:100%;grid-template-columns:.8fr repeat(3,1fr) 1.5fr .3fr;padding:.6em .75em .6em 1.1em;color:#6d7986;align-items:center;font-weight:500;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.client-service-table-section__button{display:flex;align-items:center;justify-content:center;background-color:inherit;border:2px solid #E9EBED;border-radius:8px;font-weight:500;color:#6d7986;margin-right:1rem;transition:border-color .2s ease-out;text-decoration:none}.client-service-table-section__button:hover{border-color:#54d3c2}.client-service-table-section__icon__container{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#f8f8f8;border-radius:8px}.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-radius:.75rem;border:2px solid #E9EBED;border-collapse:separate;background-color:#fff;border-spacing:0;width:100%;margin-top:1rem;overflow:hidden}.client-service-table thead tr{position:sticky;top:0;background-color:#fff}.client-service-table__wrapper{display:flex;align-items:center;justify-content:start;flex-direction:column;height:auto;overflow:auto;padding:.6em .75em .6em 1.1em}.client-service-table__checkbox{width:1.25rem}.client-service-table tbody tr:nth-child(odd){background-color:#f8f8f8}.client-service-table td{padding:.69rem .95rem;border-right:2px solid #E9EBED}@media (max-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{display:flex;flex-direction:column;gap:1rem}.client-service__inputs-wrapper .customField__input input{font-size:.875rem;color:#323f47;-webkit-text-fill-color:#323F47}.custom-title{display:flex;align-items:center}.custom-title h3{padding-top:1rem;flex:1;text-align:left;font-weight:600}.status-bar{display:flex;flex-direction:column;gap:.6rem}.status-bar__wrapper{width:100%;height:1.75em;background:#f8f8f8;box-shadow:inset 0 4px 5px 2px #a9b2b240;border-radius:.75em;padding:.2em}.status-bar__wrapper--thin{height:.25rem;padding:0}.status-bar__stage{width:100%;display:flex;align-items:center;justify-content:center}.status-bar__stage span{font-size:1rem;font-style:normal;font-weight:500;color:#b6bcc3}.status-bar__title{font-size:.875rem;color:#54d3c2;font-weight:600;text-align:left}.status-bar__underline{position:relative;height:100%;border-radius:.75em;transition:width .5s ease-out;background:linear-gradient(to right,#d2f3ef,#54d3c2)}.status-bar__underline--thin{background:#54d3c2}.status-bar__indicator{position:absolute;top:50%;transform:translateY(-50%);right:-2rem;width:3.75rem;height:2rem;font-size:1.125rem;color:#323f47;font-weight:600;background-color:#fff;border:2px solid #6D7986;border-radius:6px;display:flex;justify-content:center;align-items:center}.status-bar__indicator--full{right:-.2rem}.modalCustomSelect__search{margin:0!important;position:sticky;top:0;font-size:1.2rem;font-weight:500}.modalCustomSelect__list{list-style:none;padding:0}.modalCustomSelect__header__item{display:flex;align-items:center;gap:.5rem}.custom-client-input__popup{width:55.5rem;height:70svh;max-height:95svh;padding:2.5rem 2.49rem 2.5rem 2.37rem;display:flex;align-items:start!important;justify-content:start!important}@media (max-width: 575px){.custom-client-input__popup{height:95svh}}.custom-client-input__popup--first-stage{padding:2.5rem 2.49rem 6.06rem 2.37rem;height:42.625rem}.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{padding:0!important;font-size:1.75rem;line-height:2.75rem}.custom-client-input__content{display:flex;flex-direction:column;flex:1;gap:2rem}.custom-client-input__content__body{flex:1}.customMultipleSelector{display:flex;flex:1;flex-direction:column;position:relative}.customMultipleSelector.error .customMultipleSelector__selector{border-color:#fc5c65}.customMultipleSelector.error .customMultipleSelector__expand{background-color:#fc5c65;color:#fff}.customMultipleSelector__search{height:2rem}.customMultipleSelector.disabled span{cursor:default}.customMultipleSelector__selector{display:flex;align-items:center;border-radius:1.75em;color:#b6bcc3;padding:.4em .5em .4em 1em;cursor:pointer}.customMultipleSelector__selector>span{flex:1;text-align:left;cursor:pointer}.customMultipleSelector__selector>svg{cursor:pointer;transition:.3s transform}.customMultipleSelector__selector>svg.active{transform:rotate(180deg)}.customMultipleSelector__selector--color{border:2px solid #A9E9E0}.customMultipleSelector__selector--grey{border:1px solid #B6BCC3}.customMultipleSelector__value{color:#6d7986;margin-right:1.7rem}.customMultipleSelector__popupItems{display:flex;flex-direction:column;padding:1em 1.25em;background-color:#fff;box-shadow:2px 2px .75em #0000001a;border-radius:0 1em 1em;text-align:left;gap:1rem}.customMultipleSelector__popupItems>div{display:flex;flex-direction:column}.customMultipleSelector__items{max-height:150px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.customMultipleSelector__button{height:1rem}.customField .customMultipleSelector__selector{display:flex;justify-content:start;align-items:center;border:2px solid #A9E9E0;border-radius:32px;min-height:3rem;padding:.6em .75em .6em 1.1em;position:relative}.customField .customMultipleSelector__selector:disabled,.customField .customMultipleSelector__selector input:disabled,.customField .customMultipleSelector__selector textarea:disabled{-webkit-opacity:1;cursor:initial;opacity:1;background-color:#e9f9f7}.customField .customMultipleSelector__selector:disabled>svg,.customField .customMultipleSelector__selector input:disabled>svg,.customField .customMultipleSelector__selector textarea:disabled>svg{display:none;opacity:.5}.customField .customMultipleSelector__selector span,.customField .customMultipleSelector__selector input{flex:1;font-size:1rem;background-color:transparent;outline:none;width:fit-content;color:#6d7986;font-weight:600;border:0}.customField .customMultipleSelector__selector>svg{-webkit-user-select:none;user-select:none;position:absolute;right:.3em;font-size:1.75em;cursor:pointer;transition:.3s transform;color:#54d3c2;background-color:#e9f9f7;border-radius:100px}.customField .customMultipleSelector__selector>svg.active{transform:rotate(180deg)}.App{text-align:center;background:linear-gradient(to left,#fff 0%,#fff 50%,transparent 100%),linear-gradient(to bottom,#54d3c2,#30898a);height:100svh;min-height:100svh;display:flex;justify-content:flex-end;position:relative;overflow:hidden;-webkit-overflow-scrolling:touch}.App__leftSide{display:flex;flex:1;min-width:0;min-height:100%}@media (max-width: 1280px){.App__leftSide{background:linear-gradient(to left,#54d3c2,#54d3c2 20%,#30898a);flex-direction:column;padding-top:4.5rem}}.App__mobile{position:relative;display:flex;flex-direction:column;width:100%;overflow:hidden;background:#f8f8f8}.reqa2{height:100%;width:100vw;flex-shrink:0}#customSelectModal{top:0!important;right:0!important;left:0!important;bottom:0!important;outline:none!important;padding:0!important;border:none!important;overflow:auto!important;height:fit-content!important;background-color:transparent!important}#customSelectModal::-webkit-scrollbar{display:none}#customSelectModal .modalCustomSelect,#customSelectModal .mobile-custom-popup{position:fixed;padding:.5em;bottom:2em;left:0;right:0;margin:0 .5em;background-color:transparent;font-size:1.2em;font-weight:500}#customSelectModal .modalCustomSelect__header,#customSelectModal .mobile-custom-popup__header{border-radius:1em;align-items:center;background-color:#fff;overflow-y:auto;max-height:15em}#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,#customSelectModal .mobile-custom-popup__header::-webkit-scrollbar{display:none}#customSelectModal .modalCustomSelect__buttons,#customSelectModal .mobile-custom-popup__buttons{display:flex;justify-content:space-between;margin-top:1.2em}#customSelectModal .modalCustomSelect__buttons button,#customSelectModal .mobile-custom-popup__buttons button{font-weight:600;border-radius:2em;width:10.5em;height:3.5em}#customSelectModal .modalCustomSelect__buttons__cancel,#customSelectModal .mobile-custom-popup__buttons__cancel{background-color:#fff;color:#54d3c2}#customSelectModal .modalCustomSelect__buttons__accept,#customSelectModal .mobile-custom-popup__buttons__accept{background-color:#54d3c2;color:#fff}.react-swipeable-view-container{height:90svh!important}.servicePlate{position:relative;background-color:#f5f7fb;min-height:9em;width:100%;border-radius:1em;margin-bottom:1em;padding:1.2rem 1rem}.servicePlate__check-status{display:flex;justify-content:flex-end}.servicePlate__check-status .mobileCustomField{width:auto}.servicePlate__name{position:relative;font-size:1.2rem;font-weight:500;color:#323f47;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;word-break:break-word;text-overflow:ellipsis}.servicePlate__name.detailed{min-height:2.4rem;overflow:visible;display:-webkit-box;-webkit-line-clamp:none;-webkit-box-orient:unset}.servicePlate__note{position:relative;font-size:1rem;font-style:italic;font-weight:500;color:#6d7986;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-word;text-overflow:ellipsis;width:85%}.servicePlate__note.detailed{min-height:1.2rem;overflow:visible;display:-webkit-box;-webkit-line-clamp:none;-webkit-box-orient:unset}.servicePlate__editWrapper{display:flex;justify-content:flex-end}.servicePlate__editIcon{padding:1rem 1rem 0;display:flex}.servicePlate__edit{color:#fff;background-color:#54d3c2;padding:.5rem;height:2.2rem;width:2.2rem;border-radius:2rem}.servicePlate__edit .mobileCustomCheckbox{margin:0}.servicePlate__buttons{display:flex;justify-content:flex-end;align-items:center}.servicePlate__delete-check{display:flex;justify-content:flex-end}.popup-organization{width:72rem}.popup-organization__input{flex:auto!important;flex-grow:1!important;flex-shrink:0!important}.customOrganizationInput__body{width:100%}.customOrganizationInput__icon{fill:#1cb4a4;cursor:pointer;height:1.3rem;width:1.3rem}.customOrganizationInput__icon.disabled{fill:#54d3c2bf;cursor:pointer!important;display:block!important}.customOrganizationInput input{height:auto;padding:0;width:100%}.customOrganizationInput input:focus{outline:none;box-shadow:none;border:0}.react-dadata__suggestions{max-height:17rem;overflow-y:scroll}.mobile-custom-popup{display:flex;flex-direction:column;gap:1rem}.mobile-custom-popup__search{margin:0!important;position:sticky;top:0;font-size:1.2rem;font-weight:500}.mobile-custom-popup__list{list-style:none;padding:0}.mobile-custom-popup__buttons{display:flex;gap:1rem}.mobile-custom-popup__buttons>button{width:auto!important;flex:1}.custom-submit-form-input{display:flex;flex-direction:column;flex:1;margin-top:1em;margin-bottom:2.5em}.custom-submit-form-input__popup{padding:2rem 2.5rem 2.5rem;display:flex;align-items:start!important;justify-content:start!important}.custom-submit-form-input__separator{height:.125rem;width:100%;background-color:#f8f8f8;border:none}.custom-submit-form-input h5{text-align:left;color:#54d3c2}.custom-submit-form-input__input{margin-bottom:.75em}.custom-submit-form-input__body--desktop{display:flex;align-items:flex-end;margin-top:.75em;gap:1.75rem}.custom-submit-form-input__body--desktop__submit-btn{padding:.75em 1.5em!important;width:15.1875rem!important;height:3rem!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{margin:1rem 0 0;width:100%}.custom-submit-form-input__input__body:last-child{margin-bottom:2.5rem}.textarea{border:2px solid #A9E9E0;border-radius:32px;padding:.6em .75em .6em 1.1em;display:flex;align-items:center}.textarea__container{flex:1;display:flex;flex-direction:column}.textarea__container--disabled .textarea{background-color:#e9f9f7;cursor:default}.textarea__container--error .textarea{border-color:#fc5c65}.textarea__container--error .textarea__label{color:#fc5c65}.textarea__input{resize:none;width:100%;border:none;outline:none;font-size:1rem;font-weight:500;color:#6d7986;line-height:1.43em;background-color:transparent}.textarea__input::placeholder{color:#b6bcc3}.textarea__input:disabled{cursor:default}.textarea__label{padding:.25em 0 .35em 1.1em;font-size:1rem;font-weight:500;color:#54d3c2;text-align:left}.client-info{display:flex;align-items:center;justify-content:center;height:100%;margin-top:auto}.client-info__body{margin-top:1.31rem}.client-info__popup{width:63rem;padding-bottom:2.5rem}.client-info__button{display:flex;align-items:center;justify-content:center;min-width:3rem;min-height:3rem;border-radius:10rem;background-color:#54d3c2;transition:background-color .3s;color:#fff;font-weight:500;gap:1rem}.client-info__button:hover{background-color:#1ebaae}.client-info__button:hover .client-info__button__icon rect{transition:fill .3s;fill:#1ebaae}.client-info__button--error{background-color:#fc5c65}.client-info__button--error .client-info__button__icon rect{transition:fill .3s;fill:#fc5c65}.client-info__button__icon{fill:#fff;min-width:1.5rem;min-height:1.5rem}.custom-text-with-checkbox{display:flex;flex-direction:column;gap:1rem;width:100%;margin-top:1rem}.custom-text-with-checkbox--danger .customCheckbox__square,.custom-text-with-checkbox--danger .customCheckbox__icon{border-color:#fc5c65!important;color:#fc5c65;stroke:#fc5c65}.custom-text-with-checkbox--danger span{color:#fc5c65;font-weight:600;font-size:1rem}.custom-text-with-checkbox__separator{height:.125rem;width:100%;background-color:#f8f8f8;border:none}.custom-text-with-checkbox__container{display:flex;align-items:center;justify-content:center;flex:1;gap:1rem}.qualityReminder{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background-color:#54d3c2;align-self:flex-end}.qualityReminder__wrapper{display:flex;align-items:center;justify-content:center;margin-top:.5rem}.qualityReminder__icon{color:#fff;width:1.5rem;height:1.5rem}.qualityReminder__popup{text-align:justify}.qualityReminder__popup p{margin-bottom:1rem;color:#6d7986}.qualityReminder__popup p strong,.qualityReminder__popup__header h3{color:#323f47}.qualityReminder__table{width:100%;border-collapse:separate;border-spacing:0;text-align:left;border:2px solid #E9EBED;border-radius:12px}@media (max-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{padding:.75rem .6rem;font-weight:600;line-height:1.2;font-size:14px;color:#6d7986;background:inherit;vertical-align:top}.qualityReminder__table__cell:not(:last-child){border-right:2px solid #E9EBED}.qualityReminder__table__cell--header{font-size:12px;color:#54d3c2;background-color:#fff;text-align:center}.qualityReminder__table__cell--center{text-align:center;vertical-align:middle;color:#323f47}.qualityReminder__table__cell--bold{font-weight:700;color:#323f47}.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{position:sticky!important;z-index:2}.tabsTableSubtotalFooter{padding-top:1.5rem;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.tabsTableSubtotalFooter__label{line-height:1.2;font-weight:600;color:#54d3c2;font-size:14px}.tabsTableSubtotalFooter__value{min-width:7.5rem;border:2px solid #A9E9E0;border-radius:2rem;font-weight:600;color:#6d7986;text-align:left;padding:0 1rem}.tabsTableCheckIcon{color:#f8f8f8;flex-shrink:0}.tabsTableCheckIcon--success{color:#54d3c2;flex-shrink:0}.tabsTableHeaderButton{padding:0 1rem;height:32px;border-radius:8px;font-size:14px;box-shadow:none;display:flex;gap:.5rem}.tabsTableHeaderButton__popover{margin-top:.5rem}.tabsTableHeaderButton__popover .MuiPopover-paper{border-radius:12px;box-shadow:0 5px 25px #0000001a}.tabsTableHeaderButton__wrapper{min-width:11.5rem}.tabsTableHeaderButton__option{cursor:pointer;padding:0 1rem;min-height:2.5rem;display:flex;align-items:center;font-size:.875rem;font-weight:600;color:#b6bcc3;transition:all .2s linear;justify-content:space-between}.tabsTableHeaderButton__option--more{position:relative}.tabsTableHeaderButton__option--more:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:.3em;border:5px solid transparent;border-radius:3px;border-left:5px solid #323F47}.tabsTableHeaderButton__option:hover{color:#323f47;background-color:#f8f8f8}.tabsTableHeaderPopover{min-width:11.25rem}.tabsTableHeaderPopover__option{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%;height:2.5rem;padding:.5rem 1rem;background-color:inherit;color:#b6bcc3;font-size:14px;font-style:normal;font-weight:600;cursor:pointer}.tabsTableHeaderPopover__option:hover:not(.tabsTableHeaderPopover__option--disabled){background-color:#f8f8f8;color:#323f47}.tabsTableHeaderPopover__option--disabled{color:#d2d1d1;cursor:default}.tabsTableHeaderPopover__option:first-child{border-radius:12px 12px 0 0}.tabsTableHeaderPopover__option:last-child{border-radius:0 0 12px 12px}.tabsTableHeaderPopover__input{position:absolute;top:0;right:100%;width:100%;height:100%;padding:.5em;border:none;background-color:#f8f8f8;color:#989fa3;font-size:14px;font-style:normal;font-weight:600;transition:right .7s}.tabsTableHeaderPopover__input:focus{outline:none}.tabsTableHeaderPopover__input--open{right:0}.tabsTableTab{display:flex;align-items:center;gap:.5rem}.tabsTableTab__iconWrapper{flex-shrink:0;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8}.tabsTableTab__iconWrapper:hover{color:#323f47}.tabsTableTab__iconWrapper--error{background-color:#fc5c65;color:#fff}.tabsTableTab__iconWrapper--error:hover{color:#fff}.tabsTableHeaderTabs__popover{margin-top:.5rem}.tabsTableHeaderTabs__popover .MuiPaper-rounded{box-shadow:2px 2px 10px #00000026;border-radius:12px}.tabsTableHeader{position:relative;display:flex;justify-content:space-between;gap:1rem;align-items:center}.tabsTableHeader:after{content:"";display:block;height:2px;background-color:#f8f8f8;width:100%;position:absolute;bottom:1px}.tabsTableHeader .MuiTab-root{color:#6d7986;text-transform:none;font-weight:600;line-height:1.7}.tabsTableHeader .MuiTab-root.Mui-selected{color:#323f47;font-weight:700}.tabsTableHeader .MuiTab-root .MuiTouchRipple-root{display:none}.tabsTableHeader .MuiTabs-indicator{background-color:#54d3c2;height:4px;border-radius:2px;z-index:3}.tabsTableHeader__tabs{display:flex;align-items:center;max-width:100%}.tabsTableHeader__tabs--withAddButton{max-width:calc(100% - 9.75rem)}.tabsTableHeader__content{display:flex;align-items:center;gap:1rem}.tabsTableHeader__arrows{display:flex;justify-content:space-between;align-items:center;width:3.25rem;margin-left:1rem}.tabsTableHeader__arrow{cursor:pointer;width:26px;height:26px;display:flex;justify-content:center;align-items:center;color:#6d7986}.tabsTableHeader__arrow--disabled{cursor:default;color:#b6bcc3}.tabsTableFileInput{display:flex;align-items:center;justify-content:center;gap:.5rem}.tabsTableFileInput__button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:#54d3c2;flex-shrink:0}.tabsTableFileInput__button--disabled{background-color:#e9ebed}.tabsTableFileInput__icon{color:#fff}.tabsTableCell__text .customField__input{height:auto;min-height:1.5rem;padding:0;border:0}.tabsTableCell__text .customField__input input,.tabsTableCell__text .customField__input textarea,.tabsTableCell__text .customField__input p{font-size:12px;font-weight:600;color:#323f47;width:100%;min-width:fit-content}.tabsTableCell__text.disabled .customField__input{border:none;background-color:transparent}.tabsTableCell__text.disabled .customField__input input,.tabsTableCell__text.disabled .customField__input textarea,.tabsTableCell__text.disabled .customField__input p{color:#6d7986!important;-webkit-text-fill-color:#6D7986;background-color:transparent}.tabsTableCell__text span{display:none}.tabsTableCell__textarea .textarea{border:none;padding:0;background-color:transparent}.tabsTableCell__textarea .textarea__input{font-size:12px;font-weight:600;color:#323f47;width:100%;min-width:fit-content}.tabsTableCell__textarea .textarea__input:disabled{color:#6d7986}.tabsTableCell__select .customField__placeholder{color:#323f47!important}.customField.disabled .customField__select>span{color:#6d7986!important}.tabsTableBody{overflow:auto}.tabsTableBody--withColumnsToHide{padding-top:2rem}.tabsTableBody__table{width:100%;border-collapse:separate;border-spacing:0;text-align:left;border:2px solid #E9EBED;border-radius:12px}.tabsTableBody__row,.tabsTableBody__row--header{background-color:#fff}.tabsTableBody__row--header .tabsTableBody__cell:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.tabsTableBody__row--header .tabsTableBody__cell:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.tabsTableBody__row--header .tabsTableBody__checkbox{border-top-left-radius:12px;border-bottom-left-radius:12px}.tabsTableBody__row:nth-child(odd){background-color:#f8f8f8}.tabsTableBody__row:last-child .tabsTableBody__cell:nth-child(2){border-bottom-left-radius:12px}.tabsTableBody__row:last-child .tabsTableBody__cell:last-child{border-bottom-right-radius:12px}.tabsTableBody__row:last-child .tabsTableBody__checkbox{border-bottom-left-radius:12px}.tabsTableBody__cell{padding:.75rem .6rem;font-weight:600;line-height:1.2;font-size:14px;color:#6d7986;background:inherit}.tabsTableBody__cell:not(:last-child){border-right:2px solid #E9EBED}.tabsTableBody__cell--header{font-size:12px;color:#54d3c2;background-color:#fff;text-align:center}.tabsTableBody__cell--bold{font-weight:700;color:#323f47}.tabsTableBody__cell--error{background-color:#fedee0}.tabsTableBody__cell--hide{display:none}.tabsTableBody__cell--markerLeft:not(:last-child){border-right-color:#54d3c2;position:relative}.tabsTableBody__cell--markerRight:not(:last-child){border-left:2px solid #54D3C2;position:relative}.tabsTableBody__cell--sticky{position:sticky!important;z-index:2}.tabsTableBody__cell--checkbox label,.tabsTableBody__cell--checkbox label:checked{color:#54d3c2!important}.tabsTableBody__checkbox{width:2.25rem;padding:0 .5rem;border-right:2px solid #E9EBED;position:sticky!important;left:0;z-index:3;background-color:inherit}.tabsTableBody__expand{cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:2px solid #54D3C2;border-radius:50%;position:absolute;top:-2rem;right:-12px;z-index:100}.tabsTableBody__expand--right{left:-12px}.tabsTableToolbar{display:flex;gap:1.5rem}@media (max-width: 575px){.tabsTableToolbar{flex-wrap:wrap;gap:.8rem}}.tabsTableToolbar__button{height:32px;border-radius:8px;border-color:#e9ebed;padding:0 1rem;font-size:14px;box-shadow:none;color:#323f47;display:flex;gap:.5rem}.tabsTableToolbar__button:disabled .tabsTableToolbar__icon{color:#e9ebed}.tabsTableToolbar__icon{color:#a9e9e0}.tabsTableToolbar__icon--calculator{color:#54d3c2}.tabsTablePage{display:none}.tabsTablePage__preloader{z-index:4}.tabsTablePage--active{padding-top:1rem;display:flex;flex-direction:column;gap:1rem}.tabsTablePage__toolbar{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}@media (max-width: 575px){.tabsTablePage__toolbar{flex-wrap:wrap;gap:.8rem}}.tabsTablePage__toolbarContent{display:flex;align-items:center;gap:1rem;margin-left:auto}.tabsTable{border:2px solid #A9E9E0;border-radius:32px;padding:1.5rem;max-width:calc(100vw - 5rem)}@media (max-width: 575px){.tabsTable{padding:.8rem}}.tabsTable__wrapper{display:flex;flex-direction:column;gap:.5rem}.tabsTable__toggleButtonWrapper{display:flex;gap:2.5rem;align-items:center}.tabsTable__toggleButton{height:3rem;background-color:#a9e9e0;gap:.5rem}.tabsTable__statusBar{width:100%}.expansesTable{display:flex;flex-direction:column;gap:1.5rem}.expansesTable__wrapper{border:2px solid #E9EBED;border-radius:12px}.expansesTable__table{width:100%;border-collapse:collapse;table-layout:fixed;text-align:left;font-size:.875rem;font-weight:600;color:#6d7986}.expansesTable__tableIcon{margin-left:.5rem}.expansesTable th{padding:10px 16px;color:#54d3c2;text-align:center;font-weight:600}.expansesTable th:not(:last-child){border-right:2px solid #E9EBED}.expansesTable__cell{padding:12px 16px}.expansesTable__cell:not(:last-child){border-right:2px solid #E9EBED}.expansesTable__row:last-child .expansesTable__cell:first-child{border-bottom-left-radius:12px}.expansesTable__row:last-child .expansesTable__cell:last-child{border-bottom-right-radius:12px}.expansesTable tbody .expansesTable__row:nth-child(odd){background-color:#f8f8f8}.expansesTableHeader{display:flex;gap:2.5rem}.expansesTableHeader__item{flex:1;height:5rem;display:flex;flex-direction:column;gap:.75rem;justify-content:center;align-items:center;border:2px solid #E9EBED;border-radius:12px;font-weight:600;font-size:.625rem;color:#2d4256d7}.expansesTableHeader__item--title{font-weight:700;font-size:1.25rem;color:#54d3c2}.expansesTableHeader__sum{font-weight:700;font-size:1.5rem;color:#2d4258}.expansesTableHeader__result{display:flex;align-items:center;gap:.5rem}.expansesTableHeader__icon{width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#e9f9f7}.expansesTableHeader__icon svg{color:#54d3c2}.expansesTableHeader__tooltip{color:#2d4258;background-color:#fff;font-size:.875rem;box-shadow:0 5px 25px #0000001a;padding:1rem;border-radius:12px}.expansesTableResult{display:flex;flex-direction:column;gap:1rem;font-size:.875rem;font-weight:700;color:#323f47;text-align:left}.expansesTableResult__row{display:flex;background-color:#f8f8f8;border:2px solid #E9EBED;border-radius:8px;padding:10px 0}.expansesTableResult__row>p,.expansesTableResult__row>div{flex:1;margin-left:1.125rem;display:flex;align-items:center}.expansesTableResult__row--red{border-color:#fc5c65;box-shadow:0 1px 10px 1px #fc5c6559;background-color:#fc5c651a}.expansesTableResult__row--yellow{border-color:#faf097;box-shadow:0 1px 10px 1px #faf09745;background-color:#faf09733}.expansesTableResult__row--green{border-color:#b9e7bc;box-shadow:0 1px 10px 1px #b9e7bc59;background:#b9e7bc33}.expansesTableResult__row--orange{border-color:#fddd80;box-shadow:0 1px 10px 1px #fddd8059;background-color:#fddd8033}.expansesTableResult__info{width:16px;height:16px;background-color:#b6bcc3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:.5rem;color:#fff;cursor:pointer}.expansesTableResult__popup{width:auto}.marginalityNormsPopup{display:flex;gap:1.5rem}.marginalityNormsPopup__item{border:2px solid #E9EBED;border-radius:12px;overflow:hidden;display:flex;min-width:9rem}.marginalityNormsPopup__item:first-child .marginalityNormsPopup__columnItem{justify-content:flex-start}.marginalityNormsPopup__column{flex:1;display:flex;flex-direction:column}.marginalityNormsPopup__column:not(:first-child){border-left:2px solid #E9EBED}.marginalityNormsPopup__header{padding:12px;font-size:12px;font-weight:700;color:#323f47;text-align:center}.marginalityNormsPopup__columnItem{flex:1;display:flex;align-items:center;justify-content:center;padding:12px 8px;font-size:12px;font-weight:600;color:#6d7986}.marginalityNormsPopup__columnItem:nth-child(2n){background-color:#f8f8f8}.marginalityNormsPopup__columnItem:nth-child(2n).marginalityNormsPopup__columnItem--white{background-color:#fff}.expansesTableMaintenance__cell{padding:12px 16px}.expansesTableMaintenance__cell:not(:last-child){border-right:2px solid #E9EBED}.expansesTableMaintenance__header{background-color:#e9f9f7!important;font-weight:700;color:#323f47;border-top:2px solid #54D3C2;cursor:pointer}.expansesTableMaintenance__white{background-color:#fff!important}.expansesTableMaintenance__gray{background-color:#f8f8f8!important}.expansesTableMaintenance__icon{margin-right:.5rem;color:#54d3c2;transition:transform .2s linear}.expansesTableMaintenance__icon--closed{transform:rotate(-90deg)}.dualTabs{height:3rem;background-color:#f8f8f8;display:flex;align-items:center;border-radius:24px;padding:4px}.dualTabs__item{width:50%;height:100%;background-color:transparent;font-size:14px;font-weight:600;color:#6d7986;border-radius:24px}.dualTabs__item--active{color:#54d3c2;background-color:#d4f4f0}.miniTable{flex:1;border:2px solid #E9EBED;border-radius:12px}.miniTable__table{width:100%;height:100%;text-align:left;border-collapse:collapse;font-size:.875rem;font-weight:600;color:#6d7986}.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{border:none!important;padding:0;min-height:auto;background-color:transparent!important}.miniTable__input input{font-size:.875rem;color:#323f47}.miniTable__input span{display:none}.miniTable__input.customField.disabled input{background-color:transparent}.reportTableNew{width:100%;display:flex;flex-direction:column;gap:1.5rem}.reportTableNew__tabs{height:2rem;background-color:#f8f8f8;display:flex;align-items:center;border-radius:24px;padding:0 4px}.reportTableNew__tabsItem{width:50%;height:1.625rem;background-color:transparent;font-size:14px;font-weight:600;color:#6d7986;border-radius:24px}.reportTableNew__tabsItem--active{color:#54d3c2;background-color:#e9f9f7}.reportTableNew__object{display:flex;justify-content:space-between;gap:2.5rem}.reportTableNew__miniTable colgroup col:first-child{width:30%}.reportTableNew__miniTable colgroup col:nth-child(2){width:70%}.single-payment-modal{width:37.5rem;border-radius:2rem;background:#fff;box-shadow:0 5px 25px #0000001a;display:flex;align-items:center;justify-content:space-around;flex-direction:column;padding:1.5rem 2rem}.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{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:2rem}.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{display:flex;flex-direction:column;justify-content:space-between;width:100%}.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{display:flex;align-items:center;justify-content:center;width:100%}.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}.single-salary-cell{display:flex;align-items:center;justify-content:center;line-height:1}.single-salary-cell--payed{background-color:#a9e9e0;border-radius:.25em;padding:.2em;min-width:75px}#modalDatePicker{height:0;top:500px!important;right:500px!important;bottom:500px!important;left:500px!important}#modalDatePicker .popupDatePicker{padding:1em;width:95vw}#modalDatePicker .popupDatePicker__miniCalendar{margin-bottom:20px}#modalDatePicker .popupDatePicker__miniCalendar__header{background-color:#f8f8f8;border-top-left-radius:15px;border-top-right-radius:15px;color:#000;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{font-weight:600;font-size:1rem;background-color:#a9e9e0;border-radius:5.75em;padding:.5em;color:#fff;display:flex;justify-content:center;align-items:center;align-self:flex-end;min-height:3rem}.mobile-custom-field-array button span{display:none}@media all and (max-width: 700px){.mobile-custom-field-array button{width:auto;height:auto;margin-top:1em;padding:.6em 1.25em .6em .75em;align-self:flex-start}.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{background-color:transparent;color:#6d7986;border:1px solid #D2D1D1}.mobile-custom-field-array__body,.mobile-custom-field-array__row{display:grid;gap:1rem}.mobile-custom-field-array__delete{display:flex;background-color:#fc5c6599!important;border-radius:.75em}.mobile-custom-field-array__delete:hover{background-color:#fc5c65!important}.mobile-custom-field-array__buttonGroup{display:flex;justify-content:flex-end;align-items:flex-end}.mobile-custom-field-array__buttonGroup button+button{margin-left:1em}.mobileCustomMultipleSelector{display:flex;flex:1;flex-direction:column;position:relative}.mobileCustomMultipleSelector__selector{display:flex;align-items:center;border-radius:1.75em;color:#fff;padding:.4em .5em .8em 1em;cursor:pointer;font-size:1em;font-weight:500}.mobileCustomMultipleSelector__selector>span{flex:1;text-align:left;cursor:pointer}.mobileCustomMultipleSelector__selector>svg{padding-right:.2em;height:.8em}.mobileCustomMultipleSelector__selector--color{border:2px solid #A9E9E0}.mobileCustomMultipleSelector__selector--grey{border:1px solid #B6BCC3}.mobileCustomMultipleSelector__value{color:#6d7986}.mobileCustomMultipleSelector__popupItems{padding:1em 1.25em;z-index:1000;background-color:transparent;text-align:left;position:fixed;width:100%;bottom:0;left:0}.mobileCustomMultipleSelector__popupItems>div{display:flex;flex-direction:column}.mobileCustomMultipleSelector__items{padding:.5rem 1rem;background-color:#fff;max-height:150px;overflow-y:auto;border-radius:1em;margin-bottom:1em;font-size:1.2em}.mobileCustomMultipleSelector__items .customCheckbox{padding:.5em 0}.mobileCustomMultipleSelector__items>div{padding:5px 0}.mobileCustomMultipleSelector__items::-webkit-scrollbar{display:none}.mobileCustomMultipleSelector__button{width:100%;margin:.75em 0 0;padding:1em 3em;border-radius:2em;background-color:#54d3c2;color:#fff;font-size:1.2em;font-weight:600}.mobileCustomMultipleSelector__button:disabled{background-color:#54d3c240}.customField .mobileCustomMultipleSelector__selector{display:flex;justify-content:start;align-items:center;border:2px solid #A9E9E0;border-radius:32px;min-height:3rem;padding:.6em .75em .6em 1.1em;position:relative}.customField .mobileCustomMultipleSelector__selector:disabled,.customField .mobileCustomMultipleSelector__selector input:disabled,.customField .mobileCustomMultipleSelector__selector textarea:disabled{-webkit-opacity:1;cursor:initial;opacity:1;background-color:#e9f9f7}.customField .mobileCustomMultipleSelector__selector:disabled>svg,.customField .mobileCustomMultipleSelector__selector input:disabled>svg,.customField .mobileCustomMultipleSelector__selector textarea:disabled>svg{display:none;opacity:.5}.customField .mobileCustomMultipleSelector__selector span,.customField .mobileCustomMultipleSelector__selector input{flex:1;font-size:1rem;background-color:transparent;outline:none;width:fit-content;color:#6d7986;font-weight:600;border:0}.customField .mobileCustomMultipleSelector__selector>span{font-weight:500}.customField .mobileCustomMultipleSelector__selector>svg{position:absolute;right:.3em;font-size:1.75em;cursor:pointer;transition:.3s transform;color:#fff;background-color:#a9e9e0;border-radius:100px}.customField .mobileCustomMultipleSelector__selector>svg.active{transform:rotate(180deg)}.accountable-personnel-table{border:2px solid #A9E9E0;border-radius:32px;display:flex;flex-direction:column;flex:1;padding:0 1.5rem 1.5rem;gap:1rem;max-width:100%}.accountable-personnel-table__wrapper{display:flex;gap:2rem}.accountable-personnel-table__loading{position:relative;display:flex;align-items:center;justify-content:center;height:100%}.mobileTitle{color:#323f47;font-size:1.5rem;font-weight:700;padding:0 1.5rem}.mobileTitle--center{text-align:center}.mobileTitleButton{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;border-radius:32px;background-color:#a9e9e0;color:#fff;font-size:1.2rem;font-weight:600}.mobileTitleButton--error{background-color:#fed6d9;color:#fc5c65}.additionalServicesItem{padding:1rem;background-color:#f5f7fb;border:2px solid #F5F7FB;border-radius:16px;display:flex;flex-direction:column;gap:.5rem}.additionalServicesItem--error{border-color:#fc5c65}.additionalServicesItem__title{font-size:1.25rem;color:#323f47;font-weight:600}.additionalServicesItem__description{color:#6d7986;font-style:italic;font-weight:600;font-size:1.1rem}.additionalServicesItem__content{display:flex;gap:6px;justify-content:flex-end;align-items:flex-end}.additionalServicesItem__price{flex-grow:1;font-size:1.23rem;color:#323f47;font-weight:600}.additionalServicesItem__icon{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#54d3c2;color:#fff}.mobileEditModal{position:fixed;bottom:20px;left:8px;right:8px;display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 60px)}.mobileEditModal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0000004d;opacity:0;transition:opacity .2s ease-in-out;height:100svh}.mobileEditModal__overlay--afterOpen{opacity:1}.mobileEditModal__overlay--beforeClose{opacity:0}.mobileEditModal__footer{display:flex;gap:1rem}.mobileEditModal__footer button{flex:1;font-size:1.23rem;height:3.77rem}.mobileEditModal__content{background-color:#fff;padding:1.5rem 1.85rem;border-radius:12px;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.mobileEditModal__delete{padding-top:2rem;border-top:1px solid #B6BCC3}.mobileEditModal__checkbox .customCheckbox__square{width:28px;height:28px;border-radius:8px}.mobileEditModal__checkbox .customCheckbox__label{color:#b6bcc3;gap:1.23rem;font-size:1.23rem}.editModalFileInput__button{width:100%;display:flex;justify-content:center;align-items:center;gap:1rem;background-color:#f5f7fb;border-radius:20px;color:#54d3c2;font-size:14px;font-weight:600;height:3rem}.editModalFileInput__button--disabled{background-color:#e9ebed}.editModalFileInput__button--error{background-color:#fed6d9;color:#fc5c65}.additionalServicesTotal{padding:1rem;background-color:#f5f7fb;border-radius:32px;color:#323f47;font-weight:600;font-size:1.23rem}.additionalServicesTotal span{font-weight:700}.mobileAdditionalServices__content{flex-grow:1;padding:0 1.25rem 1.25rem;display:flex;flex-direction:column;gap:2.5rem;justify-content:space-between;overflow-y:auto}.mobileAdditionalServices__list{display:flex;flex-direction:column;gap:1rem}.mobileAdditionalServices__footer{display:flex;flex-direction:column;gap:1.85rem}.mobileAdditionalServices__footer .custom-button{font-size:1.23rem;height:3.85rem}.mobileTabs{height:40px;display:flex;padding:0 1.25rem;overflow-x:auto;gap:1rem;flex-shrink:0;-ms-overflow-style:none;scrollbar-width:none}.mobileTabs::-webkit-scrollbar{width:0}.mobileTabs__item{flex-shrink:0;display:flex;gap:8px;padding:0 1.5rem;align-items:center;border:2px solid #B6BCC3;border-radius:32px;background-color:#fff;color:#b6bcc3;font-size:1.07rem;font-weight:700;max-width:60vw}.mobileTabs__item--active{color:#fff;background-color:#a9e9e0;border-color:#a9e9e0}.mobileTabs__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkIcon{flex-shrink:0;color:#b6bcc3;background-color:transparent}.checkIcon--green{color:#54d3c2}.checkIcon--white{color:#fff}.checkIconBorder{flex-shrink:0;color:#fff;background-color:transparent}.errorIcon{flex-shrink:0;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#fc5c65;color:#fff}.errorIcon--white{background-color:#fff;color:#a9e9e0}.foremanChecklistItem{padding:1rem;background-color:#f5f7fb;border:2px solid #F5F7FB;border-radius:16px;display:flex;flex-direction:column;gap:1rem}.foremanChecklistItem--error{border-color:#fc5c65}.foremanChecklistItem__title{font-size:1.25rem;font-weight:600;color:#323f47}.foremanChecklistItem__description{flex-grow:1;color:#6d7986;font-style:italic;font-weight:600;font-size:1rem}.foremanChecklistItem__content{display:flex;gap:6px;justify-content:flex-end;align-items:center}.mobileCheckboxNew{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:28px;width:28px;color:#b6bcc3;border:2px solid #B6BCC3;border-radius:8px}.mobileCheckboxNew--active{color:#54d3c2;border:2px solid #54D3C2}.mobileForemanChecklist__list{display:flex;flex-direction:column;gap:1rem;padding:0 1.25rem 1.25rem}.mobileForemanChecklist__wrapper{display:flex;flex-direction:column;gap:1.23rem}.mobileSinglePaymentModal{position:fixed;bottom:20px;left:8px;right:8px;display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 60px)}.mobileSinglePaymentModal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0000004d;opacity:0;transition:opacity .2s ease-in-out;height:100svh}.mobileSinglePaymentModal__overlay--afterOpen{opacity:1}.mobileSinglePaymentModal__overlay--beforeClose{opacity:0}.mobileSinglePaymentModal__footer{display:flex;gap:1rem}.mobileSinglePaymentModal__footer button{flex:1;font-size:1.23rem;height:3.77rem}.mobileSinglePaymentModal__content{display:flex;flex-direction:column;gap:1rem;background-color:#fff;padding:1.5rem 1.85rem;border-radius:12px}.mobilePersonCard{padding:1rem;background-color:#f5f7fb;border:2px solid #F5F7FB;border-radius:16px;display:flex;flex-direction:column;gap:1.5rem}.mobilePersonCard--error{border-color:#fc5c65}.mobilePersonCard__title__content{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.mobilePersonCard__title__content__name{color:#323f47;font-size:1.23rem;font-weight:500}.mobilePersonCard__title__content__edit{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#54d3c2;color:#fff}.mobilePersonCard__title__job{padding-bottom:1.5rem;border-bottom:1px solid #B6BCC3;display:flex;gap:1rem;text-align:center;align-items:center}.mobilePersonCard__title__job__jobPosition{font-weight:500;font-size:1.23rem;color:#6d7986}.mobilePersonCard__tag{height:1rem;display:flex;align-items:center;gap:.5rem;background-color:#fff;border-radius:32px;padding:0 .5rem;color:#fad48c;font-weight:700;font-size:10px}.mobilePersonCard__salary{display:flex;justify-content:space-between;text-align:center;align-items:center;color:#b6bcc3;font-weight:500;font-size:1.1rem}.mobilePersonCard__salary .salary{color:#323f47}.mobilePersonCard__salary__rate{color:#000}.mobilePersonCard__note{color:#b6bcc3;font-weight:500;font-size:1.1rem}.mobilePersonCard__note p{color:#323f47;font-style:italic}.mobilePersonnelReport__content{flex-grow:1;padding:0 1.25rem 1.25rem;display:flex;flex-direction:column;gap:2.5rem;justify-content:space-between;overflow-y:auto}.mobilePersonnelReport__list{display:flex;flex-direction:column;gap:1rem}.mobilePersonnelReport__buttons{display:flex;flex-direction:column;gap:1.85rem}.mobilePersonnelReport__buttons .custom-button{font-size:1.23rem;height:3.85rem}.mobilePersonnelReport__buttonGray{background-color:#f5f7fb;color:#54d3c2}.mobilePersonnelReport__buttonGray:disabled,.mobilePersonnelReport__buttonGray:hover:not(:disabled){background-color:#f5f7fb}.mobileServicesVerification__modal{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;gap:20px;outline:none}.mobileServicesVerification__listWrapper{flex:1;margin-top:1.5rem;width:100%;overflow-y:auto}.mobileServicesVerification__list{display:flex;flex-direction:column;gap:1rem;padding:0 1.25rem 1.25rem;display:none;width:100%;flex-shrink:0}.mobileServicesVerification__list--active{display:flex}.servicesVerificationItem{padding:1rem;background-color:#f5f7fb;border:2px solid #F5F7FB;border-radius:16px;display:flex;flex-direction:column;gap:1rem;font-size:16px}.servicesVerificationItem--error{border-color:#fc5c65}.servicesVerificationItem__title{font-size:1em;font-weight:600;color:#323f47}.servicesVerificationItem__content{display:flex;gap:6px;justify-content:flex-end;align-items:center}.servicesVerificationItem__description{flex-grow:1;color:#6d7986;font-style:italic;font-weight:600;font-size:.875em}.servicesVerificationItem__status{min-width:100px;height:20px;font-size:.75em;font-weight:700;background-color:#b6bcc3;color:#fff;border-radius:32px;display:flex;justify-content:center;align-items:center}.servicesVerificationItem__status--error{background-color:#fc5c65}.servicesVerificationItem__status--primary{background-color:#54d3c2}.servicesVerificationItem__status--secondary{background-color:transparent;color:#54d3c2;border:2px solid #54D3C2}.servicesVerificationItem__price{flex-grow:1;font-size:1.23rem;color:#323f47;font-weight:600;white-space:nowrap}.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{flex:0 0 80%;border-radius:16px;padding:1rem;display:flex}.servicesVerificationSwiper__slide--green{background-color:#d4f4f0;margin-right:1.25rem;color:#54d3c2;justify-content:flex-end}.servicesVerificationSwiper__slide--red{background-color:#fed6d9;margin-left:1.25rem;color:#fc5c65}.servicesVerificationSwiper__action{width:8rem;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:14px;font-weight:600}.servicesVerificationSwiper__icon{width:28px;height:28px;border:2px solid;border-radius:8px;display:flex;align-items:center;justify-content:center}.toolsReportItem{padding:1rem;background-color:#f5f7fb;border:2px solid #F5F7FB;border-radius:16px;display:flex;flex-direction:column;gap:1rem}.toolsReportItem--error{border-color:#fc5c65}.toolsReportItem__header{display:flex;gap:1rem;justify-content:space-between}.toolsReportItem__title{font-size:1.25rem;color:#323f47;font-weight:600}.toolsReportItem__tag{width:70px;background-color:#fff;color:#fad48c;border-radius:32px;margin-left:10px;font-size:10px;padding:0 8px;white-space:nowrap}.toolsReportItem__tag svg{margin-right:4px}.toolsReportItem__content{display:flex;align-items:center;gap:1.5rem}.toolsReportItem__item{display:flex;gap:.5rem;color:#6d7986;font-style:italic;font-weight:600;font-size:1.1rem}.toolsReportItem__icon{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#54d3c2;color:#fff}.toolsReportItem__value{height:1.5rem;padding:0 1rem;display:flex;align-items:center;background-color:#fff;border-radius:8px;font-size:.9rem;color:#323f47;font-style:normal}.mobileToolsReport__list{display:flex;flex-direction:column;gap:1rem;padding:0 1.25rem 1.25rem}.form-constructor{position:relative;display:flex;flex-direction:column;background-color:#fff;padding:2rem 2.5rem;border-radius:2rem;margin-bottom:2rem}.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{display:flex;flex-direction:column}.form-constructor__rating__title{padding:0 .5em}.form-constructor__rating legend{padding:.35em 0 .35em 1.1em;color:#a9e9e0;font-size:1rem;text-align:left}.form-constructor__rating span{padding:.05em .2em;display:flex;justify-content:center}.form-constructor>h3{font-weight:600;color:#2d4258;padding:0 5px;flex:1;text-align:left}.form-constructor__header{display:flex;align-items:center}.form-constructor__header>h4,.form-constructor__header>h3{cursor:pointer;flex:1;text-align:left;font-size:1.25rem;font-weight:700;color:#323f47}.form-constructor__header svg{font-size:2.5em;color:#d2d1d1;transition:transform .3s}.form-constructor__header svg.active{transform:rotate(180deg)}.form-constructor__subTitle{font-weight:500;margin:1.5em 0 1em 5px}.form-constructor__body{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.form-constructor__icon{display:flex;cursor:pointer;background-color:#f8f8f8;border-radius:8px}.form-constructor__icon:hover{box-shadow:inset 0 0 24px -7px #d2d1d1}.form-constructor__row:first-child{margin-top:10px}.form-constructor__row{display:flex;flex-direction:row;grid-column-gap:2.5rem;flex-wrap:wrap}.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{margin-top:auto;flex:0}.form-constructor .margin-top-1rem{margin-top:1rem}@media screen and (max-width: 700px){.form-constructor__row{display:flex;flex-direction:column}.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}}.browser-order__header{display:flex;margin-bottom:25px;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}.browser-order__header__row{display:flex;width:100%;flex-grow:1}.browser-order__header__delete-btn{padding:1rem 2.75rem;display:flex;align-items:center;height:1.5rem;background-color:#a9e9e0;color:#fff;border-radius:.5rem;font-size:1rem;font-style:normal;font-weight:600;letter-spacing:-.035rem;margin-left:auto}.browser-order__header__trash-icon{margin-right:.3rem;font-size:.8rem;fill:#fff}.browser-order__header__document-btn{display:flex;gap:.5rem;padding:1em 3em}.browser-order__title{display:flex;flex:1;align-items:center;justify-content:space-between}.browser-order__title__main{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.browser-order__error{position:relative;display:flex;align-items:center;justify-content:center;min-height:100%}.browser-order__error p{font-size:1.5rem;font-weight:500;color:#2d4258}.mobile-order{width:100%;height:100%;overflow-y:hidden}.mobile-order__error{position:relative;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.mobile-order__error p{width:80%;font-size:1.5rem;font-weight:500;color:#2d4258}.mobile-order__header{display:flex;flex-direction:column;gap:1rem;justify-content:start;text-align:left;padding:0 1.4em 0 1.5em}.mobile-order__header .orderStatusBar{margin-left:0}.mobile-order__statusbar{max-width:fit-content;padding-top:.5em}.mobile-order__statusbar__container{display:flex;gap:1rem;justify-content:space-between}.mobile-order__navigator{display:flex;justify-content:space-between;overflow-x:auto;padding:1.5em}.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{border:2px solid #B6BCC3;border-radius:2em;color:#b6bcc3;padding:.8em .7em;min-width:8em;font-weight:600;background-color:transparent;flex-shrink:0;max-width:60vw;white-space:initial}.mobile-order__navigator button.active{border:none;background-color:#a9e9e0;color:#fff}.mobile-order__content{display:flex;flex-direction:column}.mobile-order__content .orderDocuments{overflow-x:hidden}.mobile-order__content__modal{position:absolute;top:40px;left:40px;right:40px;bottom:40px;width:100%;background-color:#000}.mobile-order__content__modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000}.mobile-order__content__slide{max-height:calc(100svh - 23em);overflow-y:auto;padding:0 1em 5em;display:flex;flex-direction:column;gap:3rem}.mobile-order__content__slide::-webkit-scrollbar{display:none}.mobile-order__content__slide__button{display:flex;justify-content:space-between;align-items:center;text-align:left;background-color:#fff;padding:.9em 1.7em .9em 1em;border-radius:1em;font-size:1.3em;color:#323f47;font-weight:600}.mobile-order__content__slide__button:hover{background-color:#e3e3e3}.mobile-order .nextStepButton{margin:0 1.5em;color:#fff;font-weight:500;background-color:#54d3c2;padding:1.3em 0;border-radius:2.5em}.mobile-order .ReactModal__Overlay{background-color:transparent!important}.mobile-order .ReactModal__Overlay ::-webkit-scrollbar{display:none}#mobileModalSwipe{inset:unset!important;left:0!important;right:0!important;bottom:0!important;outline:none!important;padding:0!important;border:none!important;overflow:auto!important;border-radius:2em 2em 0 0!important;height:90vh;height:90svh}#mobileModalSwipe::-webkit-scrollbar{display:none}.modalTab{overflow-y:auto;background-color:transparent!important}.modalTab::-webkit-scrollbar{display:none}.modalTab .formSection__header h3{margin-top:1em;text-align:center;font-size:1.5em}.userPage{padding:0 1.5rem;display:flex;flex-direction:column;gap:2rem}.userPage__back{display:flex;padding:1em;color:#6d7986;text-align:left;border-bottom:1px solid #6D7986;margin-bottom:1em;font-weight:500;align-items:center}.userPage__back svg{margin-right:.5em}.userPage__back:hover{transition:.2s ease-in;color:#000;cursor:pointer}.userPage__title{font-size:1.75rem;text-align:left;color:#323f47}.userForm{position:relative;background-color:#fff;border-radius:32px;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.userForm__title{font-size:1.25rem;font-weight:700;color:#323f47;text-align:left}.userForm__content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:20px 40px}.userForm__footer{display:flex;justify-content:center;gap:1rem}.userForm__button{height:3rem;max-width:15.25rem}.userForm__avatar{grid-row:span 3;align-self:center;justify-self:center}.userForm .div2{grid-column:span 2}.userForm__passwordWrapper{align-self:flex-start;display:flex;gap:1rem;align-items:flex-end}.userForm__password{flex:1}.userForm__icon{cursor:pointer;width:20px;height:20px;margin-bottom:15px;color:#54d3c2}.customAvatar{position:relative;display:flex;justify-content:center;align-items:center;border-radius:100%;width:15.125rem;height:15.125rem;background:#f8f8f8}.customAvatar__input{display:none}.customAvatar__content{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.customAvatar__icon{color:#e9ebed}.customAvatar input{display:none}.customAvatar img{width:100%;height:100%;border-radius:100%;object-fit:contain}.customAvatar__cropper{position:relative;height:70%;margin-top:5%}.customAvatar__cropper__buttonGroup{margin-top:4rem;color:#fff;display:flex;justify-content:center}.customAvatar__cropper__buttonGroup button{background-color:#0006;padding:1rem 2rem;color:#fff}.customAvatar__cropper__buttonGroup button:first-child{margin-right:5rem}.webcamModal{width:40rem}.webcamModal__content{display:flex;flex-direction:column;gap:2rem}.webcamModal__videoWrapper{width:100%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center}.webcamModal__videoWrapper video{width:100%;height:100%;object-fit:cover}.webcamModal__buttons{display:flex;justify-content:center;gap:2.5rem}.comment{position:relative;padding:.75em;border-radius:15px;background-color:#e7f6ff;display:flex;flex-direction:column;gap:.2rem}.comment__container{display:flex;flex-direction:column;gap:.5rem}.comment__author--right{color:#54d3c2}.comment__author--left{color:#45aaf2}.comment__date{color:#b6bcc3;font-weight:600;font-size:.8rem;align-self:flex-end;display:flex;justify-content:flex-end}.comment__message{color:#6d7986;font-weight:600}.comment__cloud__container{display:flex;flex-direction:column;gap:.3rem}.comment__header{display:flex}.comment__header__container{display:flex;gap:1rem;justify-content:flex-end}.comment__header__container--left{flex-direction:row-reverse}.comment__info h4{font-weight:500}.comment__info span{font-size:.9em}.comment p{text-align:left;word-break:break-word;white-space:pre-line;-webkit-hyphens:auto;hyphens:auto}.comment--left{background-color:#e7f6ff}.comment--left .comment__info{text-align:left}.comment--right{background-color:#54d3c226}.comment--right .comment__header{flex-direction:row-reverse}.comment--right .comment__info{text-align:right}.comments{border:2px solid #B6BCC3;padding:.5rem 1rem 1.5rem;border-radius:1.5em}.comments__preloader{position:relative!important}.comments__empty-message{color:#6d7986;font-weight:600}.comments__empty-message__container{display:flex;height:100%;justify-content:center;align-items:center}.comments__container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.comments__date{background-color:#f8f8f8;border-radius:1rem;width:fit-content;font-weight:600;padding:0 1rem;position:sticky;top:.5rem;z-index:3}.comments__date__text{color:#6d7986;font-weight:600;font-size:.9rem}.comments__body{display:flex;flex-direction:column;margin:10px 0;max-height:600px;height:55vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.comments__body__input{flex:1;border:2px solid #A9E9E0;border-radius:32px;padding:.8rem;color:#323f47;font-size:1rem;font-weight:600}.comments__body__input:focus{outline:none}.comments__body__input__container{display:flex;align-items:center;flex-direction:row;gap:1rem}.comments__body__input__btn{flex:0;margin:0!important;padding:.8rem}.comments__body__container{display:flex;flex-direction:column;gap:.5rem;width:100%}.comments__body__date{color:#b6bcc3;font-weight:600;font-size:.8rem;align-self:flex-end;display:flex;justify-content:flex-end}.comments__body__important{background-color:#f8f8f8;border-radius:1rem;width:100%;text-align:center}.comments__body__important__text{color:#6d7986;font-weight:600;line-height:1.5rem;font-size:.9rem}.comments__body::-webkit-scrollbar{display:none}.comments__body h5{font-weight:500;margin-bottom:-1.5rem;background-color:#fff;overflow:hidden;width:fit-content;align-self:center;padding-left:1rem;padding-right:1rem;color:#6d7986;z-index:2}.comments__body hr{border-radius:1rem;border:1px solid #B6BCC3}.comments__group{display:flex;flex-direction:column;gap:1rem;width:100%}.mobileHeader{position:relative;display:flex;width:100%;background-color:#f8f8f8;justify-content:space-between;padding:1.2em}.mobileHeader__back-button{height:3rem;width:3rem;background-color:inherit;display:flex;align-items:center;justify-content:center}.mobileHeader__back-button__icon{height:1.5em;fill:#000}.mobileHeader__leftside{display:flex;text-align:center;align-items:center}.mobileHeader__leftside svg{height:2rem}.mobileHeader__leftside__order{margin-left:1em;font-size:1.25em;color:#6d7986;font-weight:700}.mobileHeader__rightside{display:flex;align-items:center}.mobileHeader__rightside svg{height:2rem;width:2rem;color:#2b2e53;margin-right:1rem}.mobileHeader__avatar{height:2.3rem!important;width:2.3rem!important}.mobileHeader__toolbar{display:none}.mobileHeader__toolbar.active{display:flex;align-items:center}.mobileHeader__toolbar h3{font-weight:600;font-size:1.5em;margin-right:.5em}.mobileHeader__toolbar button{background-color:transparent}.mobileHeader__toolbar button+button{margin-left:.25em}.mobileHeader__toolbar svg{height:1em}.mobileHeader .orderBell{height:1.65em}#avatarModal{top:100%!important;right:100%!important;bottom:100%!important;left:100%!important;background-color:transparent!important}#avatarModal .avatarModal{position:fixed;bottom:1em;right:1em;left:1em;text-align:center;align-items:center;border-radius:1em;background-color:#fff}#avatarModal .avatarModal__button{padding:1em;font-weight:600;font-size:1.25}#avatarModal .avatarModal .division-toggle{margin:0}#commentsModal{top:0!important;right:0!important;bottom:0!important;left:0!important}#commentsModal .comments__body{border:none;padding:0;height:70svh}.MobileNavbar{background-color:#f5f7fb;display:flex;justify-content:space-between;height:52px}.MobileNavbar__icon{background-color:inherit}.MobileNavbar__tags{width:100%;text-decoration:none!important;padding:.5em .3em;color:#323f47}.MobileNavbar__tags svg{font-size:1.8em;padding-bottom:.1em}.MobileNavbar__tags p{font-size:.8em;font-weight:600}.MobileNavbar .active svg{color:#54d3c2}.MobileNavbar .createOrder{position:relative;display:flex;align-items:center;justify-content:center}.MobileNavbar .createOrder__picture{border:.1em solid #F5F7FB;background-color:#54d3c2;border-radius:50%;position:absolute;color:#fff!important;top:-.3em;font-size:5em;padding:.2em}.MobileNavbar .editSchedule{position:relative}.MobileNavbar .editSchedule__picture{border:.1em solid #F5F7FB;background-color:#54d3c2;border-radius:50%;position:absolute;color:#fff!important;left:.15em;top:-.3em;font-size:5em;padding:.2em}@media screen and (max-width: 359px){.MobileNavbar{font-size:9px}}@media screen and (max-width: 259px){.MobileNavbar{font-size:7px}}@media screen and (max-width: 159px){.MobileNavbar{font-size:5px}}.modal div{background-color:#fff}.popupLoader{display:flex;justify-content:center;align-items:center;position:absolute;background-color:#a9e9e0;opacity:.99;z-index:10000;width:100%;height:100%;top:0;left:0}@-webkit-keyframes outerRotate1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@-moz-keyframes outerRotate1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@-o-keyframes outerRotate1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes outerRotate1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@-webkit-keyframes outerRotate2{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@-moz-keyframes outerRotate2{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@-o-keyframes outerRotate2{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)}}@-webkit-keyframes textColour{0%{opacity:1}to{opacity:0}}@-moz-keyframes textColour{0%{opacity:1}to{opacity:0}}@-o-keyframes textColour{0%{opacity:1}to{opacity:0}}@keyframes textColour{0%{opacity:1}to{opacity:0}}.e-loadholder{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:63vh;height:63vh;border:5px solid #1CB4A4;border-radius:1000px;box-sizing:border-box}.e-loadholder:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);content:" ";display:block;background:#a9e9e0;transform-origin:center;z-index:0}.e-loadholder:after{width:100px;height:110%;-webkit-animation:outerRotate2 30s infinite linear;-moz-animation:outerRotate2 30s infinite linear;-o-animation:outerRotate2 30s infinite linear;animation:outerRotate2 30s infinite linear}.e-loadholder .m-loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:51vh;height:51vh;color:#888;text-align:center;border:5px solid white;border-radius:1000px;box-sizing:border-box;z-index:20;text-transform:uppercase}.e-loadholder .m-loader:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);content:" ";display:block;background:#a9e9e0;transform-origin:center;z-index:-1}.e-loadholder .m-loader:after{width:100px;height:110%;-webkit-animation:outerRotate1 15s infinite linear;-moz-animation:outerRotate1 15s infinite linear;-o-animation:outerRotate1 15s infinite linear;animation:outerRotate1 15s infinite linear}.e-loadholder .m-loader .e-text{font-size:34px;line-height:140px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);display:flex;justify-content:center;width:27vh;height:27vh;text-align:center;border:5px solid #54D3C2;border-radius:700px;box-sizing:border-box;font-weight:500;z-index:20}.e-loadholder .m-loader .e-text svg{-webkit-animation:textColour 1s alternate linear infinite;-moz-animation:textColour 1s alternate linear infinite;-o-animation:textColour 1s alternate linear infinite;animation:textColour 1s alternate linear infinite;width:15vh}.e-loadholder .m-loader .e-text:before,.e-loadholder .m-loader .e-text:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);content:" ";display:block;background:#a9e9e0;transform-origin:center;z-index:-1}.e-loadholder .m-loader .e-text:before{width:110%;height:40px;-webkit-animation:outerRotate2 3.5s infinite linear;-moz-animation:outerRotate2 3.5s infinite linear;-o-animation:outerRotate2 3.5s infinite linear;animation:outerRotate2 3.5s infinite linear}.e-loadholder .m-loader .e-text:after{width:40px;height:110%;-webkit-animation:outerRotate1 8s infinite linear;-moz-animation:outerRotate1 8s infinite linear;-o-animation:outerRotate1 8s infinite linear;animation:outerRotate1 8s infinite linear}#particleCanvas-White{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:100%;height:50%;opacity:.1}#particleCanvas-Blue{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:300px;height:300px}@-webkit-keyframes slowShow{0%{opacity:0}to{opacity:1}}@keyframes slowShow{0%{opacity:0}to{opacity:1}}.dashboard{display:flex;flex:1;min-width:0;height:100%;flex-direction:column;background-color:#f8f8f8;border-top-left-radius:50px;border-top-right-radius:50px;padding:2rem .75rem 1em .75em}@media (max-width: 1280px){.dashboard{border-top-left-radius:15px;border-top-right-radius:15px}}@media (max-width: 700px){.dashboard{padding:1em .2em}}.dashboard__header{display:flex;justify-content:space-between;background-color:#fff;padding:0 1.2rem;border-bottom-left-radius:10px;border-bottom-right-radius:10px;transition:padding .8s ease-out}.dashboard__body{height:100%;padding:0 .75em;overflow-y:auto;-webkit-overflow-scrolling:touch}.dashboard__body.hidden{overflow-y:hidden;padding-right:calc(.75em + 5px)}@media (max-width: 1280px){.dashboard__body{padding:2.5em .75em 0}}@media (max-width: 700px){.dashboard__body.hidden{padding-right:0}}@media (max-width: 700px){.dashboard__body{padding:0;-webkit-overflow-scrolling:touch}}.navbar{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2.5rem .75rem .8rem;height:100%}.navbar__logo{height:2.25rem;margin-bottom:4em;cursor:pointer}.navbar__menu{display:flex;flex-direction:column;align-items:center;width:100%}.navbar__menu svg{width:1.75rem;fill:#fff}.navbar__menu a{display:flex;align-items:center;justify-content:center;width:3em;height:3em;border-radius:.75em}.navbar__menu a:hover{background-color:#a9e9e04d}.navbar__menu a.active{background-color:#a9e9e0bf}.navbar__menu a+a{margin-top:2em}.navbar__add-menu{display:none;align-items:center;background-color:transparent}.navbar__add-menu svg{color:#fff;height:2.5rem;width:2.5rem}@media all and (max-width: 1280px){.navbar{flex-direction:row-reverse;padding:.75em 2.5em;height:initial;position:fixed;top:0;width:100%;z-index:20;background:linear-gradient(to left,#54d3c2,#54d3c2 20%,#30898a)}.navbar__add-menu{display:flex;margin-right:2.5rem;transition:transform .3s ease-out}.navbar__add-menu.active{transform:rotate(90deg)}.navbar__menu{flex-direction:row;justify-content:flex-start;flex:1}.navbar__logo{margin-bottom:0}.navbar a+a{margin-top:0;margin-left:1.75em}}@media (max-width: 400px){.navbar{padding:.75em 1.25em}.navbar__add-menu{margin-right:1.5rem}.navbar a+a{margin-top:0;margin-left:1em}}.sidebar{padding:2em .75em;max-width:425px;min-width:340px;flex:.3;overflow:scroll;-webkit-overflow-scrolling:touch;transition:left .5s ease-out;height:100%}.sidebar::-webkit-scrollbar{display:none}.sidebar__mainButton{margin-bottom:20px}.sidebar__calendar{width:100%;height:200px;background-color:#fff;border-radius:15px;color:#000;margin-bottom:30px}.sidebar.hidden{display:none}.sidebar__buttons{display:flex;flex-direction:column;gap:1.5rem}.sidebar__buttonsItem{font-size:20px;line-height:1.8;font-weight:700;height:56px;padding:0}.sidebar__buttonsItem--secondary{background-color:#b6bcc3}.sidebar__buttonsItem--secondary:hover:not(:disabled){background-color:#6d7986}@media (max-width: 1280px){.sidebar{position:fixed;left:-700px;top:4.51rem;z-index:99;padding:2em;background-color:#ebfbf980;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.sidebar.active{left:0}}@media (max-width: 500px){.sidebar{min-width:85%;left:-560px;padding:1em .5rem;max-width:100%}.sidebar__mainButton{font-size:1.35em}}.profileToolbar{display:flex;position:relative;width:100%;margin-bottom:2em}.profileToolbar__avatar{cursor:pointer;border:2px solid #F8F8F8;box-sizing:content-box;width:3.2em!important;height:3.2em!important}.profileToolbar__body{cursor:pointer;display:flex;flex:1;align-items:center}.profileToolbar__body:hover .profileToolbar__expandMore{color:#000}.profileToolbar__info{display:flex;flex:1;flex-direction:column;text-align:left;padding:0 .75em}.profileToolbar__name{color:#000;font-size:1em;font-weight:600;margin-bottom:3px}.profileToolbar__role{font-size:.9em;color:#6d7986}.profileToolbar__title{cursor:pointer;margin-left:5px;position:relative}.profileToolbar__titlePopup{padding:10px;position:fixed;width:370px;border-radius:20px;background-color:#000000a6;color:#fff;z-index:4000}.profileToolbar__titlePopup h5{color:#fff;font-weight:600;margin-bottom:5px}.profileToolbar__titlePopup p{margin-bottom:5px}.profileToolbar__titlePopup img{width:100%}.profileToolbar__expandMore{color:#6d7986;cursor:pointer}.profileToolbar__expandMore:hover{color:#000}.profileToolbar__popup{position:absolute;right:0;top:90%;width:100%;background-color:#fff;box-shadow:2px 2px 10px #0000001a;padding:5px 0;border-radius:5px;z-index:1000}.profileToolbar__popup>ul{list-style:none;padding:0}.profileToolbar__popup>ul li{padding:10px 20px;text-align:left;cursor:pointer;color:#6d7986;font-weight:500;font-size:.9rem}.profileToolbar__popup>ul li:hover{background-color:#f8f8f8;color:#2d4258}@media all and (max-width: 500px){.profileToolbar{margin-bottom:0}.profileToolbar__avatar{width:2rem!important;height:2rem!important}.profileToolbar__name{display:none}.profileToolbar__role{font-size:1.1em;display:none}.profileToolbar__info{padding:0 1.25em;display:none}.profileToolbar__expandMore{display:none;font-size:2.5em!important;margin-right:2px}.profileToolbar svg{display:none}}.scheduleFilter{display:flex;flex-direction:column;flex:1 1;padding:1rem .5rem;color:#000;margin-bottom:20px}.scheduleFilter h5{margin-bottom:1.1rem;font-weight:700;font-size:1.1rem;text-align:left}.scheduleFilter .customField__select{border-radius:.75em;border-color:#b6bcc3}.scheduleFilter__buttons .delete{color:#fc5c65;box-shadow:0 4px 15px 1px #fedee0}.scheduleFilter__buttons .delete:hover:not(:disabled){box-shadow:0 4px 10px -1px #fc5c6599;background-color:#fff}.scheduleFilter__buttons .delete.selected{box-shadow:0 4px 18px #54d3c299;background-color:#fff}.scheduleFilter__buttons .delete:disabled{box-shadow:0 4px 12px #54d3c226;color:#a9e9e0;background-color:#ffffff80}.profileSidebarBody{margin-bottom:.75em}.profileSidebarBody button{margin-bottom:1.25em}.modal{padding:2em;border-radius:2em;width:28em;font-size:1.2em}.modal__header{position:relative;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2em;color:#fff;background-color:#54d3c2!important;border-radius:2em 2em 0 0;padding:1em 1.5em}.modal__header svg{cursor:pointer;background-color:#323f474a;padding:.2em;border-radius:50%;position:absolute;right:1.5em;top:1.15em}.modal__body{background-color:#fff;text-align:center;padding:1em 0}.modal__buttons{display:flex;justify-content:space-around;padding-bottom:2em;border-radius:0 0 2em 2em}.modal__buttons .button{display:flex;justify-content:center;width:12em;font-size:.8em;background-color:#54d3c2;cursor:pointer}.popup-overlay{background-color:#0000004d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.scheduleFilter{margin-bottom:1em}.scheduleFilter-groups{width:100%;margin-bottom:2em}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting{background-color:transparent;border:1.5px solid rgba(245,226,48,.2);color:#f5e230}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting svg{stroke:#f5e230}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting:hover{background-color:#f5e23012;color:#f5e230;border-color:#f5e230}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting:hover svg{stroke:#f5e230}.scheduleFilter-groups .filterItems__typeItem.inspectionAndAccounting.active{color:#f5e230;border-color:#f5e230;background-color:#f5e23012}.scheduleFilter-groups .filterItems__typeItem.maintenance{background-color:transparent;border:1.5px solid rgba(174,222,50,.2);color:#aede32}.scheduleFilter-groups .filterItems__typeItem.maintenance svg{stroke:#aede32}.scheduleFilter-groups .filterItems__typeItem.maintenance:hover{background-color:#aede3212;color:#aede32;border-color:#aede32}.scheduleFilter-groups .filterItems__typeItem.maintenance:hover svg{stroke:#aede32}.scheduleFilter-groups .filterItems__typeItem.maintenance.active{color:#aede32;border-color:#aede32;background-color:#aede3212}.scheduleFilter-groups .filterItems__typeItem.maintenance svg{border:2px solid rgb(174,222,50);fill:#aede32}.scheduleFilter h5{margin-bottom:1.1rem;font-weight:700;font-size:1.25em;text-align:left}.scheduleFilter .customField{margin-bottom:.5em}.scheduleFilter .customField span{color:#6d7986}.scheduleFilter .customField__select{border-radius:2em;border-color:#b6bcc3}.scheduleFilter .customField svg{font-size:1.5em;cursor:pointer;color:#b6bcc3;background:none}.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 .filterDelete{background-color:#fff;color:#54d3c2;border:2px solid #54D3C2}.scheduleFilter__buttons .filterDelete:disabled{border:none}.scheduleFilter__buttons .filterDelete:disabled:hover{color:#54d3c2!important;border:none!important;background-color:#54d3c240!important;box-shadow:none}.scheduleFilter__buttons .filterDelete:hover{background-color:#fff!important;box-shadow:1px 5px 15px #d2d1d1}.scheduleFilter__personnelList{margin-top:1em;text-align:center}.scheduleFilter__personnelList-title{margin-top:1.1em;margin-bottom:0!important}.scheduleFilter__personnelList__item{display:flex;align-items:center}.scheduleFilter__personnelList__item__check{background-color:#6d7986;color:#fff;display:flex;justify-content:center;padding:.3em;border-radius:50%;margin-right:.5em}.scheduleFilter__personnelList__item p{color:#6d7986;font-weight:500}.scheduleFilter .personSchedule__active{background-color:#54d3c2}.filterItems__body{display:flex;flex-wrap:wrap;gap:1rem .5rem}.filterItems__typeItem{height:2.5rem;cursor:pointer;display:flex;gap:.5rem;font-size:1rem;font-weight:600;align-items:center;padding:0 1rem;border-radius:24px;-moz-user-select:none;-webkit-user-select:none;user-select:none;transition:background .2s;text-align:left}.filterItems__typeItem svg{width:18px;height:18px}.filterItems__typeItem.primary{box-sizing:border-box;border:2px solid rgba(208,84,211,.4);color:#d054d3}.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;border:2px solid rgba(237,202,7,.4);color:#edca07}.filterItems__typeItem.inspection svg{stroke:#edca07}.filterItems__typeItem.inspection.active,.filterItems__typeItem.inspection:hover{background-color:#fdfae6;border-color:#edca07}.filterItems__typeItem.accounting_and_selling{box-sizing:border-box;border:2px solid rgba(160,96,252,.4);color:#a060fc}.filterItems__typeItem.accounting_and_selling svg{stroke:#a060fc}.filterItems__typeItem.accounting_and_selling.active,.filterItems__typeItem.accounting_and_selling:hover{background-color:#f8f4ff;border-color:#a060fc}.filterItems__typeItem.agreement{box-sizing:border-box;border:2px solid rgba(5,144,177,.4);color:#0590b1}.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;border:2px solid rgba(69,170,242,.4);color:#45aaf2}.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;border:2px solid rgba(205,48,119,.4);color:#cd3077}.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;border:2px solid rgba(252,187,1,.4);color:#fcbb01}.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;border:2px solid rgba(254,140,104,.4);color:#fe8c68}.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.final_report{box-sizing:border-box;border:2px solid rgba(66,148,136,.4);color:#429488}.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;border:2px solid rgba(115,207,122,.4);color:#73cf7a}.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;border:2px solid rgba(115,207,122,.4);color:#73cf7a}.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;border:2px solid rgba(115,207,122,.4);color:#73cf7a}.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;border:2px solid rgba(115,207,122,.4);color:#73cf7a}.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;border:2px solid rgba(56,103,214,.4);color:#3867d6}.filterItems__typeItem.emptyComplex svg{stroke:#3867d6}.filterItems__typeItem.emptyComplex.active,.filterItems__typeItem.emptyComplex:hover{background-color:#3867d61a;border-color:#3867d6}.filterItems__typeItem.emptyComplex svg{height:1em;width:1em;padding:.15em;border:2px solid rgb(56,103,214);border-radius:50%;fill:#3867d6}.filterItems__typeItem.emptyGlazing{box-sizing:border-box;border:2px solid rgba(48,199,220,.4);color:#30c7dc}.filterItems__typeItem.emptyGlazing svg{stroke:#30c7dc}.filterItems__typeItem.emptyGlazing.active,.filterItems__typeItem.emptyGlazing:hover{background-color:#30c7dc1a;border-color:#30c7dc}.filterItems__typeItem.emptyGlazing svg{height:1em;width:1em;padding:.15em;border:2px solid rgb(48,199,220);border-radius:50%;fill:#30c7dc}.filterItems__typeItem.emptyMaintenance{box-sizing:border-box;border:2px solid rgba(174,222,50,.4);color:#aede32}.filterItems__typeItem.emptyMaintenance svg{stroke:#aede32}.filterItems__typeItem.emptyMaintenance.active,.filterItems__typeItem.emptyMaintenance:hover{background-color:#aede321a;border-color:#aede32}.filterItems__typeItem.emptyMaintenance svg{height:1em;width:1em;padding:.15em;border:2px solid rgb(174,222,50);border-radius:50%;fill:#aede32}.filterItems__typeItem.closed{box-sizing:border-box;border:2px solid rgba(48,199,220,.4);color:#30c7dc}.filterItems__typeItem.closed svg{stroke:#30c7dc}.filterItems__typeItem.closed.active,.filterItems__typeItem.closed:hover{background-color:#30c7dc1a;border-color:#30c7dc}.filterItems__typeItem.closed svg{height:1em;width:1em;padding:.15em;border:2px solid rgb(48,199,220);border-radius:50%;fill:#30c7dc}.miniCalendarHint{padding:1em 1.25em;margin-top:1em;width:100%;display:flex;background-color:#fff;border-radius:1em;box-shadow:2px 1px 7px #0000001a}.miniCalendarHint__logo{display:flex;margin-right:1em;padding:.5em;background-color:#daf5f2;border-radius:.5em}.miniCalendarHint svg{width:1.5em;height:1.5em;color:#54d3c2}.miniCalendarHint__body{text-align:left;padding:.1em}.miniCalendarHint__body h5{font-weight:600;font-size:1rem;margin-bottom:.1em}.miniCalendarHint__body p{color:#6d7986;font-weight:500}.miniCalendar{margin-bottom:20px}.miniCalendar__header{background-color:#f8f8f8;border-top-left-radius:15px;border-top-right-radius:15px;color:#000;padding:5px 0}.tileContent{display:flex;justify-content:center;align-items:center;border-radius:100px;max-width:2.25rem;height:2.25rem;font-weight:600;font-size:14px}.tileContent.active{border:2px solid #54D3C2}.tileContent__eventCount{position:absolute;left:1.7rem;top:0;width:1.1rem;height:1.1rem;background-color:#54d3c2;border:1px solid #54D3C2;border-radius:100px;color:#fff;font-weight:700;font-size:11px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1440px){.tileContent__eventCount{right:0}}@media all and (max-width: 400px){.tileContent{font-size:13px;width:2.85rem;height:2.85rem}.tileContent__eventCount{width:1.5rem;height:1.5rem;left:2.1rem}.react-calendar__navigation__arrow{font-size:1.5rem}.react-calendar__navigation__label{font-size:1.25rem}}@media all and (max-width: 1280px){.react-calendar{background-color:#fff}}@media all and (max-width: 700px){.react-calendar{background-color:#f8f8f8}}.react-calendar{max-width:100%;background:#f8f8f8;line-height:1.125em;color:#2d4258;border-radius:15px;padding:1em .5em}.react-calendar.loading .react-calendar__viewContainer{position:relative}.react-calendar.loading .react-calendar__viewContainer:after{content:"";background-color:#fff3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:absolute;top:0;bottom:0;right:0;left:0}.react-calendar.loading .react-calendar__viewContainer:before{content:" ";display:block;width:4em;height:4em;border:.25em solid;border-radius:50%;border-color:#54D3C2 transparent #f00 transparent;-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite;z-index:1000;position:absolute;top:calc(50% - 2em);left:calc(50% - 2em)}.react-calendar button{margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__month-view__weekdays{font-size:.65em;text-align:center;text-transform:uppercase;font-weight:500}.react-calendar__month-view__weekdays__weekday{font-size:1.1em;font-weight:700;padding:.5em}.react-calendar__month-view__days__day abbr{display:none}.react-calendar__month-view__days__day--neighboringMonth{color:#757575!important}@media (max-width: 744px){.react-calendar__month-view__days__day--neighboringMonth{pointer-events:all}}.react-calendar__month-view__weekNumbers{font-weight:700}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;padding:1em .6666666667em}.react-calendar__tile{position:relative;font-size:.85rem;max-width:100%;text-align:center;padding:.3em;background:none;color:#000;overflow:visible!important}.react-calendar__tile--now{color:#54d3c2;font-weight:500}.react-calendar__tile--now .tileContent{background-color:#54d3c2;color:#fff}.react-calendar__tile--now .tileContent__eventCount{background-color:#fff;color:#54d3c2}.react-calendar__navigation{justify-content:center;margin-bottom:.5em;text-align:center}.react-calendar__navigation button{background-color:transparent;color:#2d4258}.react-calendar__navigation__arrow{font-size:1.2rem;font-weight:700}.react-calendar__navigation__label{text-transform:capitalize;font-weight:600;font-size:1rem;flex-grow:initial!important;width:150px}@-webkit-keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.analyticSidebar{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.analyticSidebar .customMultipleSelector{width:100%}.bitrixButton{width:100%;background-color:#21baef}.bitrixButton span{color:#115996}.bitrixButton:hover:not(:disabled){background-color:#21baef}.bitrixButton__icon{color:#115996;align-self:flex-start}.bitrixButton__link{text-decoration:none}.sidebarEventCard{display:flex;align-items:center;width:100%;border-radius:16px;background-color:#fff!important;margin-bottom:10px;text-align:left;padding:15px 10px;cursor:pointer;box-shadow:2px 2px 10px #0000001a}.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{display:flex;align-items:center;justify-content:center;min-width:60px;height:60px;background-color:#3867d612;margin-right:10px;border-radius:13px}.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{font-size:.9rem;color:#6d7986}.orderSidebarBody{margin-bottom:.75em}.orderSidebarBody button{margin-bottom:1.25em}.customFilter{display:flex;flex-direction:column;flex:1;padding:1rem .5rem;color:#000;margin-bottom:20px}.customFilter h5{margin-bottom:1em;font-weight:700;font-size:1.45em;text-align:left}.customFilter__selectWrapper{position:relative}.customFilter__selectWrapper .MuiInputBase-root{font-family:ProximaNova,sans-serif;font-size:.9rem;border:1px solid #6D7986;color:#2d4258;border-radius:8px;padding-left:15px;font-weight:500;text-align:left}.customFilter__selectWrapper .MuiInputBase-root:before,.customFilter__selectWrapper .MuiInputBase-root:after{display:none}.customFilter__selectWrapper .MuiSelect-select:focus{background-color:transparent}.customFilter__selectWrapper select{width:100%;border-radius:8px;padding:.7em 1em;outline:none;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;color:#6d7986;border:1px solid #6D7986}.customFilter__selectWrapper select option{height:20px;background-color:#f8f8f8}.customFilter__selectWrapper svg{position:absolute;pointer-events:none;color:#6d7986}.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 (max-width: 575px){.calendar-filter .customFilter{padding:0 1rem}}.custom-toast{border-radius:4.25em!important;box-shadow:0 5px 1.5em #0000001a!important;align-items:center;color:#323f47;font-size:1em;font-style:normal;font-weight:600}@media (max-width: 768px){.custom-toast{margin-bottom:1rem!important;margin-left:1rem!important}}.custom-toast .Toastify__toast-body>div:last-child{word-break:normal;flex:1;text-align:left;padding-left:1.2em}.custom-toast .logoIcon{height:1.7em;width:1.7em}.popupNotification__closeIcon{color:#6d7986;margin-right:.4em}.toast-success{background-color:#ddf6f3!important;color:#333f47!important}.toast-success .logoIcon{color:#55d3c2!important}.toast-error{background-color:#fedee0!important;color:#333f47!important}.toast-error .logoIcon{color:#fc5c65!important}.toast-warning{background-color:#fdf1d6!important;color:#333f47}.toast-warning .logoIcon{color:#f7b731!important}.customLightbox__button{display:flex;align-items:center;justify-content:center;width:4em;height:4em;cursor:pointer;background-color:#0000004d;z-index:51;transition:background-color ease-out .25s}.customLightbox__button svg{transition:color ease-out .25s;color:silver}.customLightbox__button:hover{background-color:#00000059}.customLightbox__button:hover svg{color:#fff}.customLightbox__close{position:fixed;right:0;top:0}.customLightbox__nextArrow{position:fixed;right:0;top:5em;height:calc(100% - 10em)}@media (max-width: 700px){.customLightbox__nextArrow{bottom:0;top:auto;height:4em}}.customLightbox__prevArrow{position:fixed;left:0;top:5em;height:calc(100% - 10em)}@media (max-width: 700px){.customLightbox__prevArrow{bottom:0;top:auto;height:4em}}.customLightbox__dots{position:fixed;bottom:1em;left:0;right:0}.customLightbox__dots button:before{color:#fff!important}.customLightbox__paging{position:fixed;background-color:transparent;left:0;top:0;color:#fff}.documentViewer{height:calc(100svh - 3em);display:flex;align-items:center;justify-content:center;z-index:51;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.documentViewer .docx{padding:2rem 5rem;background-color:#f8f8f8;color:#000}.documentViewer .pdf{height:100%;width:90%}@media all and (max-width: 700px){.documentViewer .pdf{width:100vw}}.documentViewer .pdf button{background:none;font-size:1.2rem;color:#fff;text-decoration:underline}.documentViewer img,.documentViewer video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.documentViewer video{width:90%}@media all and (max-width: 700px){.documentViewer video{width:100%}}.customLightboxSlider{overflow:hidden}.customLightboxSlider__container{display:flex}.customLightboxSlider__slide{flex:0 0 100%}.customLightboxSlider__dots{width:100%;padding:0 40px;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;position:fixed;bottom:1em;left:0;right:0}.customLightboxSlider__dotsItem{position:relative;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.customLightboxSlider__dot{padding:0;width:100%;height:100%;background-color:transparent}.customLightboxSlider__dot:before{position:absolute;top:0;left:0;width:20px;height:20px;content:"•";font-size:18px;line-height:20px;opacity:.25;color:#fff}.customLightboxSlider__dot--active:before{opacity:.75}.popupToArchive{background-color:#f8f8f8;padding:1.5em 1.75em;width:80%!important}.popupToArchive__button{padding:.6em 1.75em;width:inherit;margin:1em 0 0}.popupToArchive{background-color:#f8f8f8;padding:1.5em 1.75em;width:80%}.popupToArchive__header{display:flex;justify-content:start;align-items:center;margin-bottom:1em}.popupToArchive__header__body{text-align:left}.popupToArchive__header__body h4{color:#2d4258;font-weight:500}.popupToArchive__header__body p{color:#6d7986}.popupToArchive__icon{display:flex;padding:.6em;background-color:#f8f8f8;border-radius:.6em;margin-right:1.5em}.popupToArchive__icon svg{width:28px;fill:#54d3c2}.popupToArchive textarea{padding:.6em;outline:none;width:100%;border:1px solid #A9E9E0;border-radius:1em;resize:none;color:#2d4258}.popupToArchive textarea.error{border-color:#fc5c96}.popupToArchive button{padding:.6em 1.75em;width:inherit}.popupToClose{border-radius:15px}.popupToClose__header{position:relative;border-radius:1em 1em 0 0;align-items:center;padding:1.25em;background-color:#54d3c2}.popupToClose__header h4{color:#fff;font-weight:600;font-size:1.1em}.popupToClose__header svg{position:absolute;right:1em;top:25%;cursor:pointer;border-radius:100px;padding:3px;box-sizing:content-box;background-color:#a9e9e0;color:#fff}.popupToClose__header svg:hover{color:#54d3c2}.popupToClose__body{padding:1.5em 2em}.popupToClose__body p{font-size:1.1em;color:#2d4258;margin-bottom:1.75em}.popupToClose__buttons{display:flex;justify-content:center;flex-wrap:wrap;white-space:nowrap}.popupToClose__buttons button{margin:.5em;flex:1}.popupDatePicker{padding:2em 1.5em;width:90%;max-width:600px!important}.popupDatePicker__header{display:flex;align-items:center;margin-bottom:.6em}.popupDatePicker__header__logo{display:flex;align-items:center;justify-content:center;background-color:#f8f8f8;border-radius:.6em;margin-right:1.25em;width:4em;height:4em}.popupDatePicker__header__logo svg{height:2em;fill:#54d3c2}.popupDatePicker__header__body{display:flex;flex-direction:column;text-align:left}.popupDatePicker__header__body h3{font-size:1.25em}.popupDatePicker__header__body p{color:#6d7986}.popupDatePicker h4{font-weight:500;text-align:left}.popupDatePicker__body{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:.5em}.popupDatePicker__notice{min-height:1.2em;margin-top:.5em;color:#fc5c65;font-weight:500;text-align:center}.popupDatePicker .miniCalendar{border-radius:10px}.popupDatePicker .miniCalendar .react-calendar{background-color:#f8f8f8}.popupDatePicker .react-calendar__tile{padding:5px 0}.popupDatePicker__buttons{display:flex;justify-content:center;flex-wrap:wrap;white-space:nowrap}.popupDatePicker__buttons button{margin:.5em;flex:1}.popupDatePicker__left{flex:.74}.popupDatePicker__left .miniCalendar{margin-bottom:0}.popupDatePicker__right{display:flex;flex-direction:column;flex:.23}.popupDatePicker__hours{display:flex;padding:.75em 0 1em;flex-direction:row;overflow-x:scroll;-webkit-overflow-scrolling:touch}.popupDatePicker__hours input{cursor:pointer;border:none;border-radius:.6em;color:#54d3c2;margin-right:.6em;padding:.75em 1em;outline:none;background-color:#fff;font-size:1em;text-align:left;font-weight:600;box-shadow:3px 4px 12px -3px #00000026}.popupDatePicker__hours input:hover,.popupDatePicker__hours input.active{background-color:#a9e9e0;color:#fff}.popupDatePicker__hours input.disabled{background-color:#f8f8f8;color:#b6bcc3}.popupDatePicker__hours input.disabled:hover{color:#b6bcc3}.popupDatePicker__dates{display:flex;justify-content:center;align-items:flex-end;margin-bottom:.5em}.popupDatePicker__dates hr{margin:0 .5em 1.1em;width:1em;color:#2d4258}.popupDatePicker__date{width:100%}.popupDatePicker__date h5{color:#6d7986;margin-bottom:2px;margin-left:3px;text-align:left}.popupDatePicker__date>div{cursor:pointer;padding:5px .4em;color:#6d7986;flex:1;border-radius:.6em;border:1px solid #D2D1D1}.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-width:1000px!important;max-height:85%;padding:3em}.popupNZCheck .formSection{padding:0}.popupNZCheck .formSection__icon{display:none}.popupNZCheck textarea{padding:.6em;outline:none;width:100%;border:1px solid #A9E9E0;border-radius:1em;resize:none;color:#2d4258}.popupNZCheck textarea.error{border-color:#fc5c96}.popupNZCheck button{padding:.6em 2.1em;width:inherit;margin:1em 0 0}.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{padding:1.25em 2em;height:55%;width:50%}.popupMarginality h4{text-align:left;font-size:1.25em;flex:.6;font-weight:500;white-space:normal}.popupMarginality__header{padding:1.2em 0 1.75em;display:flex;position:relative;align-items:flex-end;justify-content:space-between}.popupMarginality__info{display:flex;align-items:center;justify-content:center;color:#54d3c2;cursor:pointer;margin-bottom:10px}.popupMarginality__info span{margin-left:5px;font-weight:500}.popupMarginality__info svg{font-size:16px}.popupMarginality__close{cursor:pointer;position:absolute;right:0;top:10px}.popupMarginality table{width:100%!important;border-collapse:collapse;margin-bottom:2em}.popupMarginality table th{color:#a9e9e0;padding:.6em 1em;font-weight:400;text-align:left}.popupMarginality table th:first-child{padding-left:1em}.popupMarginality table th:nth-child(2){text-align:left}.popupMarginality table td{white-space:nowrap;padding:.75em 1em;font-weight:400;text-align:left;color:#2d4258;font-size:.9em}.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 white}.popupMarginality__table tbody tr{cursor:pointer}.popupMarginality__table tbody tr:hover td{font-weight:500;color:#54d3c2}.popupOrganization__body{padding:1em;width:100%}.alertDialog{width:35.5rem;padding-bottom:2.5rem;background-color:#fff;border-radius:32px;display:flex;flex-direction:column;gap:2rem;overflow:hidden;box-shadow:0 5px 25px #0000001a}.alertDialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.alertDialog__header{height:5rem;padding:0 1rem;background-color:#54d3c2;position:relative;display:flex;align-items:center;justify-content:center}.alertDialog__title{font-size:1.75rem;font-weight:800;color:#fff}.alertDialog__close{position:absolute;top:24px;right:24px;background-color:#d4f4f080;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff}.alertDialog__description{padding:0 4rem;font-size:1.5rem;font-weight:400;color:#323f47}.alertDialog__buttons{justify-content:center;display:flex;gap:1.5rem}.alertDialog__button{width:12.5rem}.parallax{height:100vh;overflow-y:auto;overflow-x:hidden;width:100vw;perspective:20px;background-color:#fff;z-index:3}.parallax__group{position:relative;height:100px;transform-style:preserve-3d;z-index:-5}.parallax__layer{position:absolute;top:-50px;left:0;right:0;bottom:-50px;z-index:-4}.parallax img{max-width:none}.parallax__layer--base{transform:translateZ(0);z-index:-3}.parallax__layer--back{transform:translateZ(-5px) scale(1.25);background:url(https://fototips.ru/wp-content/uploads/2012/03/fototips0013.jpg);background-size:cover;background-repeat:no-repeat;z-index:-3}.month__item{height:50px;background-color:red;margin-bottom:20px}.month h2{position:absolute;left:20px;top:20px;color:#fff}.month img{width:100%}.table-container{position:relative;overflow-x:auto}.table-wrapper{display:inline-block;min-width:100%}.fixed-columns{border-collapse:collapse;width:100%}.fixed-columns th,.fixed-columns td{padding:8px;border:1px solid #ccc;text-align:left;width:150px;box-sizing:border-box}.fixed-column{position:sticky;background:#fff;z-index:2}.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}*{margin:0;box-sizing:border-box;font-family:ProximaNova,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:16px}@media screen and (max-width: 1200px){html{font-size:15px}}@media screen and (max-width: 900px){html{font-size:14px}}@media screen and (max-width: 700px){html{font-size:13px}}html,body,#root{height:100%;height:100svh;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{cursor:pointer;color:inherit}option,select{-moz-user-select:none;-webkit-user-select:none;user-select:none}abbr[title]{text-decoration:none}h1,h2,h3,h4,h5{cursor:default;-moz-user-select:none;-webkit-user-select:none;user-select:none}h2{font-size:1.9rem;font-weight:800;color:#2d4258}h3{font-size:1.1rem;font-weight:500;color:#2d4258}h4{font-size:1rem;font-weight:400;color:#2d4258}h5{font-size:.9rem;font-weight:400;color:#2d4258}h5.error{color:#fc5c6599}.thin-content{margin-top:auto;flex:0}.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%;overflow-y:auto!important;-webkit-overflow-scrolling:touch!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{width:50%;background-color:#fff;border-radius:1.5em;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:500px;z-index:100;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575px){.popup{width:95%}}.popup .close{cursor:pointer;position:absolute;top:1em;right:.75em;color:#6d7986}.popup .error_subscription{padding:.25em 1em;font-weight:500;font-size:.75em;color:#fc5c96;text-align:left}.popupWrapper{cursor:initial;position:fixed;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0000004d;z-index:99;width:100%;height:100%;top:0;left:0}.popupWrapper.customLightbox{z-index:100}.popupWrapper_black{background-color:#000000b3}.relative{position:relative}.fixedWrapper{cursor:initial;position:fixed;z-index:49;width:100%;height:100%;top:0;left:0}.fixedWrapper.withSidebar{z-index:25}.swipeable-block{overflow:hidden}.container{padding:0 1em}@media screen and (max-width: 700px){.container{padding:1em 1.25em}}.container_scroll{overflow-y:auto}button{cursor:pointer;border:none;outline:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:1rem}.button{color:#fff;padding:.75em 1.5em;width:100%;border-radius:100px;background-color:#54d3c2;font-size:1.05rem;font-weight:500;transition:box-shadow .2s ease-out,background-color .2s ease-out}.button:hover:not(:disabled){border-color:#1cb4a4;background-color:#1cb4a4}.button:disabled{background-color:#54d3c240}.button_fill-none{background-color:#fff;border:2px solid #54D3C2;box-shadow:0 5px 25px #0000001a;color:#54d3c2}.button_fill-none:hover:not(:disabled){background-color:#f8f8f8;box-shadow:0 5px 25px #0003;color:#54d3c2}.button_fill-none:disabled{background-color:#ffffff80;border:2px solid rgba(84,211,194,.25);color:#a9e9e0;box-shadow:0 5px 25px -10px #0000001a}.button_border-none{border:none;background-color:#fff;box-shadow:0 4px 18px #54d3c266;color:#54d3c2}.button_border-none:hover:not(:disabled){box-shadow:0 4px 18px #54d3c299;background-color:#fff}.button_border-none.selected{box-shadow:0 4px 18px #54d3c299;background-color:#fff}.button_border-none:disabled{box-shadow:0 4px 12px #54d3c226;color:#56d3c3;background-color:#ffffff80}.button_border-none.darkGreen{border:none;background-color:#fff;box-shadow:0 4px 18px #189e5a66;color:#189e5a}.button_border-none.darkGreen:hover:not(:disabled){box-shadow:0 4px 18px #189e5a99;background-color:#fff}.button_border-none.darkGreen.selected{box-shadow:0 4px 18px #189e5a99;background-color:#fff}.button_border-none.darkGreen:disabled{box-shadow:0 4px 12px #189e5a26;color:#18a05b;background-color:#ffffff80}.button_border-none.lightGreen{border:none;background-color:#fff;box-shadow:0 4px 18px #26de8166;color:#26de81}.button_border-none.lightGreen:hover:not(:disabled){box-shadow:0 4px 18px #26de8199;background-color:#fff}.button_border-none.lightGreen.selected{box-shadow:0 4px 18px #26de8199;background-color:#fff}.button_border-none.lightGreen:disabled{box-shadow:0 4px 12px #26de8126;color:#28de82;background-color:#ffffff80}.button_border-none.yellow{border:none;background-color:#fff;box-shadow:0 4px 18px #f7b73166;color:#f7b731}.button_border-none.yellow:hover:not(:disabled){box-shadow:0 4px 18px #f7b73199;background-color:#fff}.button_border-none.yellow.selected{box-shadow:0 4px 18px #f7b73199;background-color:#fff}.button_border-none.yellow:disabled{box-shadow:0 4px 12px #f7b73126;color:#f7b833;background-color:#ffffff80}.button_border-none.orange{border:none;background-color:#fff;box-shadow:0 4px 18px #fd964466;color:#fd9644}.button_border-none.orange:hover:not(:disabled){box-shadow:0 4px 18px #fd964499;background-color:#fff}.button_border-none.orange.selected{box-shadow:0 4px 18px #fd964499;background-color:#fff}.button_border-none.orange:disabled{box-shadow:0 4px 12px #fd964426;color:#fd9746;background-color:#ffffff80}.button_border-none.red{border:none;background-color:#fff;box-shadow:0 4px 18px #fc5c6566;color:#fc5c65}.button_border-none.red:hover:not(:disabled){box-shadow:0 4px 18px #fc5c6599;background-color:#fff}.button_border-none.red.selected{box-shadow:0 4px 18px #fc5c6599;background-color:#fff}.button_border-none.red:disabled{box-shadow:0 4px 12px #fc5c6526;color:#fc5e67;background-color:#ffffff80}.button_border{border:2px solid #A9E9E0;background-color:#fff;box-shadow:0 3px 15px #a9e9e0e6;color:#a9e9e0}.button_border:disabled{box-shadow:0 4px 12px #54d3c226;color:#56d3c3;background-color:#ffffff80}.button_border.selected{box-shadow:0 4px 18px #54d3c299;background-color:#fff}.button_border:hover:not(:disabled){box-shadow:0 4px 18px #54d3c299;background-color:#fff}.button_border:hover:not(:disabled){border:2px solid #A9E9E0;box-shadow:0 4px 18px #a9e9e099;background-color:#fff}.button_border.selected{box-shadow:0 4px 18px #a9e9e099;background-color:#fff}.button_border:disabled{box-shadow:0 4px 12px #a9e9e026;color:#abe9e1;background-color:#ffffff80}.button_border.darkGreen{border:2px solid #189e5a;background-color:#fff;box-shadow:0 3px 15px #189e5ae6;color:#189e5a}.button_border.darkGreen:hover:not(:disabled){border:2px solid #189e5a;box-shadow:0 4px 18px #189e5a99;background-color:#fff}.button_border.darkGreen.selected{box-shadow:0 4px 18px #189e5a99;background-color:#fff}.button_border.darkGreen:disabled{box-shadow:0 4px 12px #189e5a26;color:#18a05b;background-color:#ffffff80}.button_border.lightGreen{border:2px solid #26DE81;background-color:#fff;box-shadow:0 3px 15px #26de81e6;color:#26de81}.button_border.lightGreen:hover:not(:disabled){border:2px solid #26DE81;box-shadow:0 4px 18px #26de8199;background-color:#fff}.button_border.lightGreen.selected{box-shadow:0 4px 18px #26de8199;background-color:#fff}.button_border.lightGreen:disabled{box-shadow:0 4px 12px #26de8126;color:#28de82;background-color:#ffffff80}.button_border.yellow{border:2px solid #F7B731;background-color:#fff;box-shadow:0 3px 15px #f7b731e6;color:#f7b731}.button_border.yellow:hover:not(:disabled){border:2px solid #F7B731;box-shadow:0 4px 18px #f7b73199;background-color:#fff}.button_border.yellow.selected{box-shadow:0 4px 18px #f7b73199;background-color:#fff}.button_border.yellow:disabled{box-shadow:0 4px 12px #f7b73126;color:#f7b833;background-color:#ffffff80}.button_border.orange{border:2px solid #FD9644;background-color:#fff;box-shadow:0 3px 15px #fd9644e6;color:#fd9644}.button_border.orange:hover:not(:disabled){border:2px solid #FD9644;box-shadow:0 4px 18px #fd964499;background-color:#fff}.button_border.orange.selected{box-shadow:0 4px 18px #fd964499;background-color:#fff}.button_border.orange:disabled{box-shadow:0 4px 12px #fd964426;color:#fd9746;background-color:#ffffff80}.button_border.red{border:2px solid #FED6D9;background-color:#fff;box-shadow:0 3px 15px #fed6d9e6;color:#fed6d9}.button_border.red:hover:not(:disabled){border:2px solid #FED6D9;box-shadow:0 4px 18px #fed6d999;background-color:#fff}.button_border.red.selected{box-shadow:0 4px 18px #fed6d999;background-color:#fff}.button_border.red:disabled{box-shadow:0 4px 12px #fed6d926;color:#fed8db;background-color:#ffffff80}.button_bc-grey{border:none;box-shadow:0 4px 12px -3px #00000026;background-color:#f8f8f8;color:#54d3c2}.button_bc-grey:hover:not(:disabled){box-shadow:0 4px 10px #00000026;background-color:#f8f8f8}.button_bc-grey:disabled{box-shadow:none;background-color:#f8f8f8;color:#e1e1e7}.button_error{background-color:#fc5c6599;color:#fff}.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 all and (max-width: 700px){::-webkit-scrollbar{width:4px}}@media all and (max-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{position:absolute;content:attr(data-tooltip);text-align:left;font-size:.9em;white-space:pre-line;left:0;width:max-content;max-width:100%;right:0;bottom:60%;background-color:#fff;backdrop-filter:blur(12px);color:#6d7986;padding:.5em .75em;box-shadow:2px 2px 5px #0000001a;pointer-events:none;opacity:0;transition:.75s;z-index:200;border-radius:1em;-webkit-overflow-scrolling:auto!important;-webkit-backdrop-filter:blur(12px);word-wrap:break-word}[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(to left,#2C3B50 0%,#2C3B50 50%,transparent 100%),linear-gradient(to bottom,#54d3c2,#30898a)}.dark-content .dashboard,.dark-content .mobileHeader{background-color:#455464}.dark-content .mobileHeader svg path{fill:#fff}.dark-content .MobileNavbar__tags svg{fill:#fff}.dark-content .mobileHome{background-color:#455464}.dark-content .rbc-month-view{background-color:#1c2839;border-radius:15px 15px 0 0}.dark-content .agenda{border-radius:15px 15px 0 0;background-color:#1c2839}.dark-content .customCalendarPopup{background-color:#2c3b50}.dark-content .rbc-time-view{background-color:#1c2839}.dark-content .calendar__toolbar__viewButtons{background-color:#1c2839;box-shadow:none}.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}
