.scrollhost-container{flex:1 100%;position:relative;width:100%;max-height:100%;display:flex;flex-direction:column;overflow:hidden;pointer-events:unset;transition:all .25s cubic-bezier(.02,.01,.47,1)}.scrollhost{height:100%;position:relative;overflow-y:auto;overflow-x:hidden;transition:all .25s cubic-bezier(.02,.01,.47,1)}.scrollhost{-ms-overflow-style:none;scrollbar-width:none}.scrollhost::-webkit-scrollbar{display:none}.scrollhost>*{pointer-events:auto}.scroll-bar{width:8px;height:calc(100% - 10px);right:3px;top:0;position:absolute;margin:5px 0;border-radius:7px;bottom:0;transition:all .25s cubic-bezier(.02,.01,.47,1);opacity:0;pointer-events:auto;z-index:100}.scroll-bar:hover,.scroll-bar.hover{right:2px;width:12px;background-color:#7c7c7c4d}.scroll-bar:hover .scroll-thumb,.scroll-bar.hover .scroll-thumb{width:12px}.scroll-bar.shown{opacity:1}.scroll-bar .scroll-thumb{width:8px;height:20px;position:absolute;border-radius:7px;opacity:1;top:0;background-color:#5050504f;transition:width .25s cubic-bezier(.02,.01,.47,1);cursor:grab}.scroll-bar .scroll-thumb:active{background-color:#505050;cursor:grabbing}.toast-message{border-radius:8px;transition:all .25s cubic-bezier(.02,.01,.47,1)}.toast-message__wrapper{width:350px;background-color:#fff;border-radius:8px;pointer-events:visible;transition:all .25s cubic-bezier(.02,.01,.47,1);animation:animAppearance .5s forwards}.toast-message__wrapper>*:not(:only-child):not(:last-child){margin-bottom:8px}.toast-message__wrapper--success>*{background-color:#072d57d9}.toast-message__wrapper--success>* .toast-text{color:#99a9ba}.toast-message__wrapper--error>*{background-color:#f24646d9}.toast-message__wrapper--removing{animation:animRemoving .5s forwards}.toast-message__item{flex:1 100%;display:flex;flex-direction:column;padding:14px 16px;color:#fff;box-shadow:0 4px 8px #00000014;border-radius:inherit;transition:all .25s cubic-bezier(.02,.01,.47,1)}.toast-message__item-header{flex:1 100%;display:flex}.toast-message__item-header .toast-title{flex:1 100%}.toast-message__item-header .toast-title:first-letter{text-transform:capitalize}.toast-message__item-header .toast-close{cursor:pointer}.toast-message__item-header .toast-close svg{fill:#fff}.toast-message__item-header .toast-close:hover svg{transform:scale(1.2)}.toast-message__item-body{display:flex}.toast-message__item-body .toast-text{flex:1 100%;display:flex;flex-direction:column}.toast-message__item-body .toast-text>*:not(:only-child):not(:last-child){margin-bottom:16px}.toast-message__item-body .toast-text>*:first-letter{text-transform:capitalize}.toast-message__item-body .toast-text .toast-link{display:flex;justify-content:center;padding:8px;border-radius:4px;font-weight:700;background-color:#6746eb;color:#fff;cursor:pointer;transition:all .25s cubic-bezier(.02,.01,.47,1)}.toast-message__item-body .toast-text .toast-link:first-letter{text-transform:capitalize}.toast-message__item-body .toast-text .toast-link:hover{background-color:#4e30c7}@media(max-width:424px){.toast-message__wrapper{width:calc(100vw - 32px)}}@keyframes animAppearance{0%{transform:translateY(-250px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes animRemoving{50%{max-height:100vh;transform:translate(350px);opacity:0}to{max-height:0px;transform:translate(350px);opacity:0;margin-bottom:0}}.toast{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;position:absolute;pointer-events:none;overflow:hidden;z-index:1500}.toast-messages{flex:1 100%;position:fixed;bottom:0;right:0;display:flex;flex-direction:column;justify-content:flex-end;margin:16px}.toast-messages>*:not(:only-child):not(:last-child)>*{margin-bottom:16px}@media(max-width:424px){.toast{height:calc(100vh - 56px)}}.user-profile__bar{display:flex}.user-profile__bar>*:not(:only-child):not(:first-child){margin-left:16px}.user-profile__bar .user__info{flex:1 100%;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.user-profile__bar .user__info span{text-align:right;text-align-last:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile__bar .user__avatar{display:flex;align-items:center;border-radius:20px;cursor:pointer}.user-profile__bar .user__avatar .client-image{min-width:40px;min-height:40px;display:flex;justify-content:center;align-items:center;background-color:#6746eb;border-radius:50%;transform:all .25s cubic-bezier(.02,.01,.47,1)}.user-profile__bar .user__avatar .client-image svg{fill:#fff}.user-profile__bar .user__avatar.focus-visible{box-shadow:0 0 0 .2rem #8dcdff}.user-profile__bar .user__avatar .arrow{display:flex;margin:0 16px}.user-profile__bar .user__avatar .arrow:after{content:"";width:10px;height:10px;border-left:1px solid #072D57;border-bottom:1px solid #072D57;transition:all .25s cubic-bezier(.02,.01,.47,1);transform:rotate(-225deg)}.user-profile__bar .user__avatar:hover .client-image{background-color:#4e30c7}.user-profile__bar--icon svg{fill:#6746eb}.user-profile--hidden .user-profile__bar--icon svg{fill:#778da8}.user-profile--hidden .user__avatar .arrow:after{transform:rotate(-45deg)}.user-profile{max-width:276px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.user-profile__popup{max-height:100vh;width:100%;display:flex;position:absolute;background-color:#fff;box-shadow:0 4px 8px #00000014;border-radius:4px;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden;pointer-events:auto;z-index:2}.user-profile__popup--hidden{max-height:0}.user-profile__popup-wrapper{display:flex;flex-direction:column;align-items:center;padding:16px;width:100%}.user-profile__popup-wrapper>*:not(:only-child):not(:first-child){margin-top:16px}.user-profile__popup .user__photo{width:80px;height:80px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#6746eb}.user-profile__popup .user__photo svg{width:40px;height:40px;fill:#fff}.user-profile__popup .user__info{display:flex;flex-direction:column}.user-profile__popup .user__info span{text-align:center;text-align-last:center}@media(max-width:424px){.user-profile{width:auto}}@media(max-width:767px){.user-profile{width:auto}}.extras{display:flex;align-items:center;position:relative;cursor:pointer}.extras.focus-visible{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.extras>*:not(:only-child):not(:first-child){margin-left:8px}.extras__icon{position:relative}.extras__icon svg{fill:#778da8}.extras__icon--after{display:flex;justify-content:center;align-items:center;min-width:0px;min-height:0px;position:absolute;bottom:3px;right:2px;background-color:#ff4c4c;border:none;transition:all .25s cubic-bezier(.02,.01,.47,1)}.extras__icon--after .counter{display:flex;justify-content:center;align-items:center;width:0;height:0;padding:0;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.extras__description{display:flex;flex-direction:column}.extras__description span{color:#778da8}.extras--marker .extras__icon--after{content:"";min-width:10px;min-height:10px;border-radius:50%;position:absolute;bottom:3px;right:2px;padding:3px;background-color:#ff4c4c;border:1px solid #f2f5fa}.extras--marker .extras__icon--after .counter{color:#fff}.extras--marker .extras__icon--after .counter--shown{width:14px;height:14px;padding:4px}.extras--active .extras__icon svg{fill:#4e30c7}@media(max-width:767px){.extras__description{display:none;position:absolute}.extras__description span{color:#778da8}.extras:hover .extras__description:not(:empty){top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);display:flex;padding:4px;margin:0;background:#072d57;border-radius:4px}.extras:hover .extras__description:not(:empty)>*{color:#fff}}@media(min-width:425px){.extras:hover .extras__icon svg{fill:#4e30c7}}.notifications{flex:1 100%;width:100%;display:flex;flex-direction:column}.notifications .notification{display:flex;position:relative;padding:8px;border-radius:4px;transition:all .25s cubic-bezier(.02,.01,.47,1)}.notifications .notification>*:not(:only-child):not(:first-child){margin-left:16px}.notifications .notification__left{display:flex;justify-content:center;align-items:center}.notifications .notification__middle{flex:1 100%;overflow:hidden}.notifications .notification__middle>*:not(:only-child):not(:first-child){margin-top:8px}.notifications .notification__middle .notification-info{display:flex;justify-content:space-between;align-items:center}.notifications .notification__middle .notification-info>*:not(:only-child):not(:first-child){margin-left:16px}.notifications .notification__middle .notification-info .type span{white-space:pre;text-transform:uppercase}.notifications .notification__middle .notification-info .date span{white-space:pre;color:#778da8}.notifications .notification__middle .notification-title{display:flex;justify-content:space-between;align-items:center}.notifications .notification__middle .notification-title>*:not(:only-child):not(:first-child){margin-left:16px}.notifications .notification__middle .notification-title .title{flex:1 100%}.notifications .notification__middle .notification-title .icon{cursor:pointer}.notifications .notification__middle .notification-title .icon svg{fill:#778da8}.notifications .notification__middle .notification-title .icon svg:hover{fill:#6746eb}.notifications .notification__middle .notification-details:empty{display:none}.notifications .notification__right{display:flex;align-items:center}.notifications .notification__right .handler{cursor:pointer;transition:all .25s cubic-bezier(.02,.01,.47,1)}.notifications .notification__right .handler svg{fill:#778da8}.notifications .notification__right .handler:hover svg{fill:#6746eb}.notifications .notification--positive,.notifications .notification--positive:hover{background-color:#6746eb1a}.notifications .notification--positive .notification__left svg{fill:#6746eb}.notifications .notification--error,.notifications .notification--error:hover{background-color:#f246461a}.notifications .notification--error .notification__left svg{fill:#f24646}.notifications .notification--warning,.notifications .notification--warning:hover{background-color:#f987001a}.notifications .notification--warning .notification__left svg{fill:#f98700}.notifications--read .notification{background-color:#ffffff1a}.notifications--read .notification__right .handler{transform:rotate(-90deg)}.notifications--unreaded .notification__right .handler{transform:rotate(90deg)}.notification-center__bar{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:flex-end;position:absolute;top:0;right:0;max-width:530px;background-color:#fff;box-shadow:0 4px 8px #00000014;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden;pointer-events:auto;z-index:2}.notification-center__bar>*:not(:only-child):not(:first-child){margin-top:8px}.notification-center__bar--hidden{max-width:0}.notification-center__header{display:flex;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(103,70,235,.08)}.notification-center__header>*:not(:only-child):not(:first-child){margin-left:16px}.notification-center__header .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-center__header .close-handler{cursor:pointer;transition:all .25s cubic-bezier(.02,.01,.47,1)}.notification-center__header .close-handler>*{fill:#778da8}.notification-center__header .close-handler:hover{transform:scale(1.2)}.notification-center__header .close-handler:hover>*{fill:#6746eb}.notification-center__body{flex:1 100%;display:flex;flex-direction:column;overflow:hidden}.notification-center__body>*:not(:only-child):not(:first-child){margin-top:8px}.notification-center__body .notifications-marks{display:flex;justify-content:space-between;color:#778da8;padding:0 16px}.notification-center__body .notifications-marks>*:not(:only-child):not(:first-child){margin-left:16px}.notification-center__body .notifications-marks .read,.notification-center__body .notifications-marks .unreaded{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;cursor:pointer}.notification-center__body .notifications-marks .read:after,.notification-center__body .notifications-marks .unreaded:after{content:"";width:0;height:2px;background:#6746eb;transition:all .25s cubic-bezier(.02,.01,.47,1)}.notification-center__body .notifications-marks .read span,.notification-center__body .notifications-marks .unreaded span{font-weight:700;white-space:pre;text-transform:uppercase}.notification-center__body .notifications-marks .read--active,.notification-center__body .notifications-marks .unreaded--active{color:#6746eb}.notification-center__body .notifications-marks .read--active:after,.notification-center__body .notifications-marks .unreaded--active:after{width:100%}.notification-center__body .notifications-marks .handle span{white-space:pre;cursor:pointer}.notification-center__body .notifications-marks .handle span:hover{color:#6746eb;text-decoration:underline}.notification-center__body .notifications{flex:1 100%;width:100%;display:flex;flex-direction:column;position:relative;padding:0 16px}.notification-center__body .notifications>*:not(:only-child):not(:first-child){margin-top:16px}.notification-center__body .notifications>*:not(:only-child):not(:first-child):before{width:100%;height:1px;content:"";position:absolute;top:-8px;left:0;background-color:#6746eb14}.notification-center__toggler{cursor:pointer;position:relative}.notification-center__toggler.focus-visible{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.notification-center__toggler .toggler__icon{position:relative;transition:all .25s cubic-bezier(.02,.01,.47,1)}.notification-center__toggler .toggler__icon svg{fill:#778da8}.notification-center__toggler .toggler__icon--after{display:flex;justify-content:center;align-items:center;position:absolute;min-width:24px;bottom:0;right:0;background-color:#ff4c4c;border-radius:50%;border:2px solid #f2f5fa;aspect-ratio:1/1;transition:all .25s cubic-bezier(.02,.01,.47,1);transform:scale(.5);pointer-events:none}.notification-center__toggler .toggler__icon--after .counter{position:absolute;display:flex;justify-content:center;align-items:center;padding:2px;font-size:12px;font-weight:700;color:#fff;aspect-ratio:1/1;transition:all .25s cubic-bezier(.02,.01,.47,1);opacity:0}.notification-center__toggler .toggler__icon:hover svg{fill:#4e30c7}.notification-center__toggler--active .toggler__icon svg{fill:#4e30c7}.notification-center__toggler--hover .toggler__icon--after{bottom:4px;right:4px;transform:scale(1)}.notification-center__toggler--hover .toggler__icon--after .counter{opacity:1}.notification-center{display:flex;z-index:20}.services__bar{max-height:0;position:absolute;display:flex;flex-direction:column;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #00000014;opacity:0;overflow:hidden;z-index:20}.services__bar .services__name{padding:12px}.services__bar .services__name span{font-weight:700}.services__bar .services__list .service{width:100%;display:flex;padding:12px;cursor:pointer;border-radius:4px;transition:all .25s cubic-bezier(.02,.01,.47,1)}.services__bar .services__list .service>*:not(:only-child):not(:first-child){margin-left:16px}.services__bar .services__list .service.focus-visible{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.services__bar .services__list .service__icon{min-width:44px;height:44px;display:flex;justify-content:center;align-items:center;background-color:#fff;border:1px solid #778DA8;border-radius:12px;transition:all .25s cubic-bezier(.02,.01,.47,1)}.services__bar .services__list .service__icon svg{fill:#778da8;transition:all .25s cubic-bezier(.02,.01,.47,1)}.services__bar .services__list .service__name{flex:1 100%;display:flex;align-items:center}.services__bar .services__list .service__name span{color:#072d57}.services__bar .services__list .service:hover .service__icon svg{fill:#4e30c7}.services__bar .services__list .service:hover .service__name span{color:#4e30c7}.services__bar .services__list .service--active{background:#4e30c71a}.services__bar .services__list .service--active .service__icon{border:none;background-color:#6746eb}.services__bar .services__list .service--active .service__icon svg{fill:#fff}.services__bar .services__list .service--active .service__name span{color:#4e30c7;font-weight:700}.services__bar .services__list .service:hover{background:#4e30c7}.services__bar .services__list .service:hover .service__icon{border:none;background-color:#6746eb}.services__bar .services__list .service:hover .service__icon svg{fill:#fff}.services__bar .services__list .service:hover .service__name span{color:#fff}.services__bar--open{max-height:100vh;padding:12px;opacity:1;animation:services-bar-appearance .25s linear}@keyframes services-bar-appearance{0%{max-height:0;opacity:0}to{max-height:100vh;opacity:1}}.services__toggler{cursor:pointer;padding:4px;border-radius:50%;transition:all .25s cubic-bezier(.02,.01,.47,1);fill:#99a9ba}.services__toggler.focus-visible{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.services__toggler svg{fill:currentColor}.services__toggler:hover{fill:#4e30c7}.header__extras{flex:1 100%;display:flex;align-items:center}.header__extras>*:not(:only-child):not(:last-child){margin-right:16px}.header__extras .page-title{flex:1 100%;display:flex;align-items:center}.header__extras .page-title>*:not(:only-child):not(:last-child){margin-right:8px}.header__extras .page-title .go-back{cursor:pointer}.header__extras .page-title .go-back.focus-visible{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.header__extras .page-title .go-back svg{fill:#778da8}.header__extras .page-title *.loading{width:150px;height:33px}@media(max-width:767px){.header__extras .page-title{margin-left:72px}}@media(max-width:424px){.header__extras .page-title{margin-left:0}}@media(min-width:425px){.header__extras .go-back:hover svg{fill:#4e30c7}}.header{width:100%;grid-area:header;display:flex;align-items:center;position:relative;padding:0 16px;z-index:2}.header>*:not(:only-child):not(:last-child){margin-right:16px}.main__page{flex:1 100%;display:flex;flex-direction:column;overflow-x:hidden}.main__page{-ms-overflow-style:none;scrollbar-width:none}.main__page::-webkit-scrollbar{display:none}.main{width:100%;grid-area:main;display:flex;padding:0 16px 16px;overflow:hidden}.main__aside:not(:empty){margin-left:16px}.mobile-menu{height:56px;position:absolute;bottom:0;left:0;min-width:100vw;width:100%;display:flex;justify-content:space-evenly;align-items:center;background-color:#fff;border-top:1px solid #DDE2E8;transition:all .25s cubic-bezier(.02,.01,.47,1);z-index:100;transform:translate(0)}.mobile-menu--hidden{transform:translateY(100%)}.nav-item--loading .nav-item__icon{min-width:24px;min-height:24px;border-radius:4px;background:linear-gradient(90deg,#6746eb26,#6746eb00,#6746eb26);animation:LoadingBgAnim 3s linear infinite;background-size:200% 200%}.nav-item--loading .nav-item__title{width:100%}.nav-item--loading .nav-item__title .span{height:12px;border-radius:4px;background:linear-gradient(90deg,#6746eb26,#6746eb00,#6746eb26);animation:LoadingBgAnim 3s linear infinite;background-size:200% 200%}.sub-item{width:100%;display:flex;align-items:center;padding:0 16px;border-radius:4px;cursor:pointer;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.sub-item>*:not(:only-child):not(:first-child)>*:first-child{margin-left:16px}.sub-item.focus-visible{box-shadow:0 0 0 .2rem #8dcdff}.sub-item__header{display:flex;align-items:center;overflow:hidden}.sub-item__icon svg,.sub-item__icon span,.sub-item__title svg,.sub-item__title span{fill:#778da8;color:#778da8;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sub-item__icon{min-width:24px;height:48px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sub-item__icon:before{content:"";width:2px;height:0;display:block;margin:0 auto;background-color:#6746eb;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sub-item__icon:after{content:"";position:absolute;top:0;width:2px;height:100%;display:block;background-color:#6746eb1a;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sub-item__icon .marker{width:0;height:0;margin-left:0;background-color:#778da8;border-radius:4px;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sub-item__title{flex:1 100%;max-width:100vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sub-item__title span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-item .utils{display:flex;align-items:center}.sub-item .utils>*:not(:only-child):not(:last-child){margin-right:8px}.sub-item .utils__marker{min-width:20px;min-height:20px;background-color:#ff4c4c;display:flex;justify-content:center;align-items:center;border-radius:50%}.sub-item .utils__marker span{color:#fff}.sub-item .utils__thumb svg{fill:#778da8;color:#778da8;transform:rotate(180deg);transition:all .25s cubic-bezier(.02,.01,.47,1)}.sub-item--active .sub-item__icon:before{height:32px}.sub-item--active .sub-item__icon .marker{background-color:#6746eb}.sub-item--active .sub-item__title span{color:#6746eb}.sub-item--active:hover .sub-item__icon:before{background-color:#fff}.sub-item--active:hover .sub-item__icon:after{background-color:#ffffff1a}.sub-item--active:hover .sub-item__icon .marker{background-color:#fff;transform:scale(1.2)}.sub-item:hover{background-color:#4e30c7}.sub-item:hover .sub-item__icon svg,.sub-item:hover .sub-item__icon span,.sub-item:hover .sub-item__title svg,.sub-item:hover .sub-item__title span{fill:#fff;color:#fff}.sub-item:hover .sub-item__icon:after,.sub-item:hover .sub-item__title:after{background-color:#ffffff1a}.sub-item:hover .utils__thumb svg{fill:#fff}.sub-item:last-child .sub-item__icon:after{height:calc(100% - 8px)}.sidebar--squeeze .sub-item{justify-content:center}.sidebar--squeeze .sub-item__icon{justify-content:flex-start}.sidebar--squeeze .sub-item__icon:before{margin:0}.sidebar--squeeze .sub-item__icon .marker{width:4px;height:4px;margin-left:16px}.sidebar--squeeze .sub-item__title{max-width:0}.sidebar--squeeze .sub-item .utils{display:none}.nav-item{width:100%;display:flex;flex-direction:column;border-radius:4px}.nav-item__header{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:12px 16px;border-radius:4px;cursor:pointer;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.nav-item__header>*:not(:only-child):not(:first-child)>*:first-child{margin-left:16px}.nav-item__header.focus-visible{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.nav-item__header .nav-item__icon svg,.nav-item__header .nav-item__icon span,.nav-item__header .nav-item__title svg,.nav-item__header .nav-item__title span{fill:#778da8;color:#778da8;transform:scale(1);transition:all .25s cubic-bezier(.02,.01,.47,1)}.nav-item__header .nav-item__title{flex:1 100%;display:flex;max-width:100vw;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.nav-item__header .nav-item__title span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-item__header .utils{display:flex;align-items:center}.nav-item__header .utils>*:not(:only-child):not(:first-child){margin-left:8px}.nav-item__header .utils__marker{min-width:20px;min-height:20px;background-color:#ff4c4c;display:flex;justify-content:center;align-items:center;border-radius:50%}.nav-item__header .utils__marker span{color:#fff}.nav-item__header .utils__thumb{transform:rotate(180deg);transition:all .25s cubic-bezier(.02,.01,.47,1)}.nav-item__header .utils__thumb svg{fill:#778da8;color:#778da8;transition:all .25s cubic-bezier(.02,.01,.47,1)}.nav-item__header .utils__thumb:hover svg{fill:#4e30c7}.nav-item__header--active .nav-item__icon svg,.nav-item__header--active .nav-item__icon span,.nav-item__header--active .nav-item__title svg,.nav-item__header--active .nav-item__title span{fill:#6746eb;color:#6746eb}.nav-item__header:hover .nav-item__icon svg,.nav-item__header:hover .nav-item__icon span,.nav-item__header:hover .nav-item__title svg,.nav-item__header:hover .nav-item__title span{fill:#4e30c7;color:#4e30c7}.nav-item__body{width:100%;flex-direction:column;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.nav-item--active{background-color:#6746eb1a}.nav-item--expand .nav-item__header .utils__thumb{transform:rotate(0)}.nav-item--expand .nav-item__body{overflow:visible}.sidebar--squeeze .nav-item__header{justify-content:center}.sidebar--squeeze .nav-item__header .nav-item__title{max-width:0}.sidebar--squeeze .nav-item__header .utils{display:none}.sidebar--squeeze .nav-item__header:hover .nav-item__icon svg{transform:scale(1.2)}.main-menu{flex:1 100%;display:flex;flex-direction:column}@media(max-width:424px){.main-menu{justify-content:center}}.sidebar__body{flex:1 100%;display:flex;flex-direction:column;padding:8px;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow-y:auto;overflow-x:hidden}.sidebar__body{-ms-overflow-style:none;scrollbar-width:none}.sidebar__body::-webkit-scrollbar{display:none}.sidebar__body>*:not(:only-child):not(:last-child){margin-bottom:8px}@media(max-width:424px){.sidebar__body{align-items:center}}@media(max-width:767px){.sidebar--squeeze .sidebar__body{width:0;padding:0}}.sidebar__footer{display:flex;flex-direction:column;padding:0 8px}.sidebar__footer>*:not(:only-child):not(:last-child){margin-bottom:8px}.sidebar__footer .menu-thumb,.sidebar__footer .service-info{display:flex}.sidebar__footer .menu-thumb .link,.sidebar__footer .service-info .link{flex:1 100%;display:flex;align-items:center;padding:12px 16px;border-radius:4px;cursor:pointer;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.sidebar__footer .menu-thumb .link.focus-visible,.sidebar__footer .service-info .link.focus-visible{box-shadow:0 0 0 .2rem #8dcdff}.sidebar__footer .menu-thumb .link>*:not(:only-child):not(:last-child),.sidebar__footer .service-info .link>*:not(:only-child):not(:last-child){margin-right:16px}.sidebar__footer .menu-thumb .link__icon svg,.sidebar__footer .service-info .link__icon svg{fill:#778da8;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sidebar__footer .menu-thumb .link__title,.sidebar__footer .service-info .link__title{flex:1 100%;display:flex;align-items:center;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sidebar__footer .menu-thumb .link__title span,.sidebar__footer .service-info .link__title span{color:#778da8;white-space:nowrap;overflow:hidden}.sidebar__footer .menu-thumb .link:hover svg,.sidebar__footer .menu-thumb .link:hover span,.sidebar__footer .service-info .link:hover svg,.sidebar__footer .service-info .link:hover span{fill:#4e30c7;color:#4e30c7}.sidebar__footer-splitter{margin:0 16px;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sidebar__footer-splitter:before{content:"";width:100%;display:block;height:1px;background-color:#dde2e8}@media(max-width:424px){.sidebar__footer .service-info{justify-content:center}.sidebar__footer .service-info .link{flex:inherit}}@media(max-width:767px){.sidebar__footer .menu-thumb{display:none}}.sidebar--squeeze .menu-thumb .link__icon svg{transform:rotate(180deg)}.sidebar--squeeze .sidebar__footer-splitter{margin:0}@media(max-width:767px){.sidebar--squeeze .sidebar__footer{width:0;padding:0}.sidebar--squeeze .sidebar__footer>*{display:none}}.sidebar__header{min-height:76px;max-height:76px;display:flex;padding:0 21px;background-color:#6746eb;transition:all .25s cubic-bezier(.02,.01,.47,1)}.sidebar__header .brand-panel{flex:1 100%;display:flex;align-items:center;overflow:hidden}.sidebar__header .brand-panel>*:not(:only-child):not(:last-child){margin-right:24px}.sidebar__header .brand-panel__logo{min-width:28px;max-width:28px;display:flex;justify-content:center;align-items:center}.sidebar__header .brand-panel__logo svg{width:100%;height:auto;padding:0}.sidebar__header .brand-panel__title{flex:1 100%;max-width:100%;display:flex;align-items:center;overflow:hidden}.sidebar__header .brand-panel__title>*:not(:only-child):not(:last-child){margin-right:16px}.sidebar__header .brand-panel__title .name{flex:1 100%;display:flex;flex-direction:column;overflow:hidden}.sidebar__header .brand-panel__title .name span{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar--squeeze .sidebar__header{justify-content:center;align-items:center}.sidebar--squeeze .sidebar__header .brand-panel>*:not(:only-child):not(:last-child){margin-right:0}.sidebar--squeeze .sidebar__header .brand-panel__title{max-width:0}@media(max-width:424px){.sidebar--squeeze .sidebar__header{padding:0}}.sidebar{max-width:100vw;grid-area:sidebar;width:260px;display:flex;flex-direction:column;background:#fff;transition:all .25s cubic-bezier(.02,.01,.47,1);z-index:3}.sidebar--squeeze{width:72px}@media(max-width:767px){.sidebar{max-height:100vh;height:100%;grid-area:unset;position:absolute;top:0;left:0;background:#fff;box-shadow:0 4px 8px #00000014;pointer-events:none}.sidebar--squeeze{background:#0000;box-shadow:none}.sidebar>*{pointer-events:visible}}@media(max-width:424px){.sidebar{width:100%;height:calc(100% - 56px)}.sidebar--squeeze{width:0}}.dashboard{width:100vw;height:100vh;display:grid;grid-template-areas:"sidebar header" "sidebar main";grid-template-rows:76px 1fr;grid-template-columns:min-content 1fr;position:relative;overflow-x:hidden}.dashboard{-ms-overflow-style:none;scrollbar-width:none}.dashboard::-webkit-scrollbar{display:none}@media(max-width:767px){.dashboard{grid-template-areas:"header header" "main main"}.dashboard>*:not(:first-child):not(:last-child):not(.mobile-menu):not(.user-profile){padding:0 16px}}@media(max-width:424px){.dashboard{grid-template-rows:56px 1fr}.dashboard>*:not(:first-child):not(:last-child):not(.mobile-menu):not(.user-profile){margin:0;padding:0 16px}}.error-page-handler{max-width:100vw;max-height:100vh;width:100%;height:100%;flex:1 100%;display:flex;align-items:center;position:relative}.error-page-handler .error-center{width:100%;height:100%;display:flex;z-index:1}.error-page-handler .error-center__banner{flex:1 100%;display:flex;justify-content:flex-end}.error-page-handler .error-center__banner svg{width:100%;height:auto;fill:none}.error-page-handler .error-center__info{flex:1 100%;display:flex;flex-direction:column;justify-content:center}.error-page-handler .error-center__info>*:not(:only-child):not(:first-child):not(:last-child){margin-top:16px}.error-page-handler .error-center__info-header{color:#072d57}.error-page-handler .error-center__info-body{display:flex;flex-direction:column;color:#1d3f66}.error-page-handler .error-center__info-body a.focus-visible{box-shadow:0 0 0 .2rem #8dcdff}.error-page-handler .error-center__info-footer{margin-top:48px}.error-page-handler .error-bg{max-width:100vw;max-height:100vh;width:100%;height:100%;position:absolute;top:0;left:0;display:flex;padding:55px;pointer-events:none;z-index:0}.error-page-handler .error-bg>*:not(:only-child):not(:first-child){margin-left:55px}.error-page-handler .error-bg__left,.error-page-handler .error-bg__right{flex:1 100%;display:flex;flex-direction:column;justify-content:space-around}.error-page-handler .error-bg__left svg,.error-page-handler .error-bg__right svg{width:100%;height:auto}.error-page-handler .MuiButton-root.btn--error{background-color:#6746eb;color:#fff}.error-page-handler .MuiButton-root.btn--error .MuiButton-endIcon svg{fill:#fff}.error-page-handler .MuiButton-root.btn--error:hover{background-color:#4e30c7;fill:#fff}.error-page-handler .MuiButton-root.Mui-focusVisible{box-shadow:0 0 0 .2rem #8dcdff!important}.error-page-handler .MuiButton-root .MuiButton-endIcon{transform:rotate(90deg)}.field-adapter{min-height:68px}.field-adapter>*{width:100%}.input-field--unvisiable{display:none!important}.login__left{flex:1 100%;height:100vh;max-width:639px;max-height:720px;display:flex;flex-direction:column;background:#fff}.login__left .login-left__body,.login__left .login-left__footer{display:flex;justify-content:center;align-items:center}.login__left .login-left__body>*,.login__left .login-left__footer>*{max-width:334px;width:100%}.login__left .login-left__body{flex:1 100%;border-bottom:1px solid #F0F4F7}.login__left .login-left__body .form{display:flex;flex-direction:column}.login__left .login-left__body .form>*:not(:only-child):not(:first-child){margin-top:24px}.login__left .login-left__body .form__header .logo{display:flex;align-items:flex-end}.login__left .login-left__body .form__header .logo>*:not(:only-child):not(:first-child){margin-left:4px}.login__left .login-left__body .form__header .logo .logo-left svg{width:32px;height:32px}.login__left .login-left__body .form__header .logo .logo-right svg{width:70px;height:16px}.login__left .login-left__body .form__body{display:flex;flex-direction:column}.login__left .login-left__body .form__body>*:not(:only-child):not(:first-child){margin-top:16px}.login__left .login-left__body .form__body .form-auth,.login__left .login-left__body .form__body .form-auth-trow{display:flex;flex-direction:column}.login__left .login-left__body .form__body .form-auth>*:not(:only-child):not(:first-child),.login__left .login-left__body .form__body .form-auth-trow>*:not(:only-child):not(:first-child){margin-top:16px}.login__left .login-left__body .form__body .form-auth--error .input-field{animation:errorBounce .5s forwards}.login__left .login-left__body .form__body .form-auth--error .input-field .MuiOutlinedInput-notchedOutline{border-color:#f24646}.login__left .login-left__body .form__body .form-auth-trow__header{display:flex}.login__left .login-left__body .form__body .form-auth-trow__header>*:not(:only-child):not(:first-child){margin-left:8px}.login__left .login-left__body .form__body .form-auth-trow__header .spline{flex:1 100%;display:flex;align-items:center}.login__left .login-left__body .form__body .form-auth-trow__header .spline:after{content:"";display:block;width:100%;border-bottom:1px solid #778DA8}.login__left .login-left__body .form__body .form-auth-trow__header .text{white-space:nowrap}.login__left .login-left__body .form__body .form-auth-trow__header .text>*{color:#778da8;font-weight:400}.login__left .login-left__body .form__body .form-auth-trow__body,.login__left .login-left__body .form__footer{display:flex;justify-content:center}.login__left .login-left__body .form__footer a{text-decoration:underline}.login__left .login-left__body .input-field--login{height:48px}.login__left .login-left__footer .extras{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.login__left .login-left__footer .extras>*,.login__left .login-left__footer .extras a{color:#778da8}.login__left .login-left__footer .extras a{font-size:inherit;text-decoration:underline}.login__left .login-left__footer .extras a:hover{color:#6746eb}@media(max-width:1024px){.login__left{width:100%;min-height:100vh;max-width:none;max-height:none}}.login__right{flex:1 100%;height:100vh;max-width:640px;max-height:720px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.login__right .signboard{margin:64px;color:#fff;z-index:1}.login__right .signboard>*:not(:only-child):not(:first-child){margin-top:16px}.login__right .bg-anim{position:absolute;height:100%;width:100%;z-index:0}.login__right .bg-anim svg{height:100%;width:auto}@media(max-width:1280px){.login__right{display:none}}.login{flex:1 100%;max-width:1280px;display:flex;box-shadow:0 16px 56px #0000001a}@media(max-width:1280px){.login{max-width:640px}}@media(max-width:1024px){.login{max-width:100vw;min-height:100vh}}.authorization-page{min-width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center}.empty{width:100%;height:100%;display:flex;flex-direction:column}.empty__body{flex:1 100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty__body>*:last-child{margin-top:12px}.empty__body .empty-baner svg{width:auto;height:auto}.empty__body .empty-description span{color:#778da8}.aside-loading__header{display:flex}.aside-loading__header-title{flex:1 100%;background:linear-gradient(90deg,#6746eb26,#6746eb00,#6746eb26);animation:LoadingBgAnim 3s linear infinite;background-size:200% 200%;border-radius:4px}.aside-loading__header-toggle{height:24px;width:24px;background:linear-gradient(90deg,#6746eb26,#6746eb00,#6746eb26);animation:LoadingBgAnim 3s linear infinite;background-size:200% 200%;border-radius:4px}.aside-loading__header>*:not(:first-child):not(:only-child){margin-left:16px}.aside-loading__body{height:150px;background:linear-gradient(90deg,#6746eb26,#6746eb00,#6746eb26);animation:LoadingBgAnim 3s linear infinite;background-size:200% 200%;border-radius:4px}.aside-loading>*:not(:first-child):not(:only-child){margin-top:8px}.mui-icon-btn{max-width:24px;max-height:24px;min-width:24px;min-height:24px}.mui-icon-btn.accordion-toggle.accordion-toggle--active svg{fill:#6746eb}.accordion{display:flex;flex-direction:column;border-radius:4px;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.accordion__header{display:flex;align-items:center;justify-content:space-between;transition:all .25s cubic-bezier(.02,.01,.47,1);z-index:1}.accordion__header>*:not(:only-child):not(:first-child){margin-left:16px}.accordion__header .accordion-label,.accordion__header .accordion-icon,.accordion__header .accordion-extras,.accordion__header .accordion-toggle{display:flex;align-items:center}.accordion__header .accordion-label{min-width:24px;cursor:pointer;overflow:hidden}.accordion__header .accordion-label.focus-visible{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.accordion__header .accordion-label .accordion-icon svg{fill:#072d57}.accordion__header .accordion-label .accordion-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.accordion__header .accordion-label .accordion-title span{color:#072d57}.accordion__header .accordion-label:hover svg{fill:#4e30c7}.accordion__header .accordion-label:hover span{color:#4e30c7}.accordion__header .accordion-extras{flex:1 1 auto}.accordion__body{display:flex;flex-direction:column;transition:all .25s cubic-bezier(.02,.01,.47,1);opacity:1;z-index:0}.accordion__body--hidden{visibility:hidden;overflow:hidden;opacity:0}.accordion__body-wrapper{width:100%;display:flex;flex-direction:column}.stage-wrapper{display:flex;border-radius:4px}.stage-wrapper .stage{width:100%;display:flex}.stage-wrapper .stage-marker{display:flex;flex-direction:column;margin:0 4px;position:relative}.stage-wrapper .stage-marker__body{display:flex}.stage-wrapper .stage-marker__body .marker{width:16px;height:16px;border-radius:50%;border:2px solid #99A9BA;background-color:#fff;transition:all .25s cubic-bezier(.02,.01,.47,1)}.stage-wrapper .stage-marker--nested{margin-left:11px}.stage-wrapper .stage-marker--nested .stage-marker__header{min-height:16px;display:flex;position:relative;width:calc((100% + 2px)/2)}.stage-wrapper .stage-marker--nested .stage-marker__header:before,.stage-wrapper .stage-marker--nested .stage-marker__header:after{content:"";width:100%;height:8px;display:flex;border:2px solid #99A9BA}.stage-wrapper .stage-marker--nested .stage-marker__header:before{border-radius:0 0 0 4px;border-top:0;border-right:0}.stage-wrapper .stage-marker--nested .stage-marker__header:after{height:100%;min-height:8px;border-radius:0 4px 0 0;border-bottom:0;border-left:0;margin-top:6px}.stage-wrapper .stage-marker--nested .stage-marker__body{width:31px;justify-content:center;z-index:1}.stage-wrapper .stage-marker--nested .stage-marker__body .marker-left{position:absolute;top:0;left:0;height:100%;width:2px;background-color:#99a9ba}.stage-wrapper .stage-marker--nested .stage-marker__footer{flex:1 100%;display:flex;position:relative;width:calc((100% + 2px)/2);align-items:flex-end}.stage-wrapper .stage-marker--nested .stage-marker__footer:before,.stage-wrapper .stage-marker--nested .stage-marker__footer:after{content:"";width:100%;height:8px;display:flex;border:2px solid #99A9BA}.stage-wrapper .stage-marker--nested .stage-marker__footer:after{height:100%;min-height:8px;border-radius:0 0 4px;border-top:0;border-left:0;margin-bottom:6px}.stage-wrapper .stage-marker--nested .stage-marker__footer:before{border-radius:4px 0 0;border-bottom:0;border-right:0}.stage-wrapper .stage-marker:not(.stage-wrapper .stage-marker--nested) .stage-marker__header{min-height:16px}.stage-wrapper .stage-marker:not(.stage-wrapper .stage-marker--nested) .stage-marker__header:before{content:"";width:2px;height:100%;display:flex;margin:auto;background-color:#99a9ba}.stage-wrapper .stage-marker:not(.stage-wrapper .stage-marker--nested) .stage-marker__footer{flex:1 100%}.stage-wrapper .stage-marker:not(.stage-wrapper .stage-marker--nested) .stage-marker__footer:before{content:"";width:2px;height:100%;display:flex;margin:auto;background-color:#99a9ba}.stage-wrapper .stage-detail{flex:1 100%;padding:8px}.stage-wrapper .stage-detail .accordion-label .accordion-title span{color:#99a9ba;font-weight:500}.stage-wrapper .stage-detail__body{display:flex;flex-direction:column;padding:8px;border:1px dashed #DDE2E8;border-radius:4px;margin-top:4px}.stage-wrapper .stage-detail__body>*:not(:only-child):not(:first-child){border-top:1px solid #DDE2E8;margin-top:4px;padding-top:4px}.stage-wrapper .stage-detail__body .titles-list{display:flex;flex-wrap:wrap;grid-gap:8px 0}.stage-wrapper .stage-detail__body .titles-list>*:not(:only-child):not(:first-child):before{content:">";height:100%;display:flex;align-items:center;padding:0 4px;color:#1d3f66}.stage-wrapper .stage-detail__body .titles-list .doc{display:flex;overflow:hidden}.stage-wrapper .stage-detail__body .titles-list .doc>*{padding:4px 8px;color:#778da8;border:1px solid #99A9BA;border-radius:4px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stage-wrapper .stage-detail__body .titles-list .doc--process>a{color:#f98700;border-color:#f98700;background-color:#f987001a}.stage-wrapper .stage-detail__body .titles-list .doc--success>a{color:#072d57;border-color:#072d57;background-color:#072d571a}.stage-wrapper .stage-detail__body .titles-list .doc--error>a{color:#f24646;border-color:#f24646;background-color:#f246461a}.stage-wrapper .stage-detail__body .titles-list .doc--active>a{color:#6746eb;border-color:#6746eb;background-color:#6746eb1a}.stage-wrapper .stage--process .stage-marker__body .marker{background-color:#f98700;border-color:#fff}.stage-wrapper .stage--process .stage-detail .accordion-label .accordion-title:not(:hover) span{color:#072d57}.stage-wrapper .stage--process:hover .marker{box-shadow:0 0 4px #f98700}.stage-wrapper .stage--success .stage-marker__body .marker{background-color:#00b54e;border-color:#fff}.stage-wrapper .stage--success .stage-detail .accordion-label .accordion-title:not(:hover) span{color:#072d57}.stage-wrapper .stage--success:hover .marker{box-shadow:0 0 4px #00b54e}.stage-wrapper .stage--error .stage-marker__body .marker{background-color:#f24646;border-color:#fff}.stage-wrapper .stage--error .stage-detail .accordion-label .accordion-title:not(:hover) span{color:#072d57}.stage-wrapper .stage--error:hover .marker{box-shadow:0 0 4px #f24646}.stage-wrapper .stage:hover .stage-marker__body .marker{transform:scale(1.2)}.stage-wrapper--active{background-color:#6746eb1a}.stage-wrapper--active .stage-detail .accordion__header .accordion-label .accordion-title:not(:hover) span{color:#6746eb}.stage-list:first-child{margin-top:12px}.participant{flex:1 100%;padding:16px;border:1px solid #F0F4F7;border-radius:4px;overflow:hidden}.participant--error{background-color:#f246461a}.participant>*:first-child{margin-bottom:12px}.participant>*:not(:only-child):not(:first-child){margin-top:8px}.participant__type,.participant__name,.participant__id,.participant__inn-kpp{display:flex;overflow:hidden}.participant__id>*:first-child{margin-right:4px}.participant__id>*:first-child:after{content:":"}.participant__id span{text-transform:uppercase;white-space:break-spaces}.participant__system-types>*:first-child{margin-right:4px}.participant__system-types>*:first-child:after{content:":"}.participant__system-types span:first-child{text-transform:uppercase}.participant__system-types span{white-space:break-spaces}.participant__error>*:first-child{margin-right:4px}.participant__error>*:first-child:after{content:":"}.participant__error span:first-child{text-transform:uppercase}.participant__error span:first-child{white-space:break-spaces}.participant__inn-kpp>*:first-child{margin-right:16px}.participant__inn-kpp .inn,.participant__inn-kpp .kpp{display:flex;overflow:hidden;text-transform:uppercase}.participant__inn-kpp .inn>*:first-child:after,.participant__inn-kpp .kpp>*:first-child:after{content:":";margin-right:4px}.carriage-participant{margin-top:8px}.carriage-participant>*:not(:only-child):not(:first-child){margin-top:16px}.epd-doc-info__aside{display:flex;flex-direction:column;padding:8px;background-color:#fff;border-radius:4px;pointer-events:auto}.epd-doc-info__aside .aside-content>*:not(:only-child):not(:first-child):before{height:1px;content:"";display:flex;background-color:#f0edfd;margin:16px 0}.epd-doc-info__aside .aside-content__section{padding:16px 0;margin-bottom:16px;border-bottom:1px solid #f0edfd}.epd-doc-info__aside .accordion__header .accordion-label span{color:#778da8}.epd-doc-info__aside .accordion__header .accordion-label:hover span{color:#4e30c7}@media(max-width:1599px){.epd-doc-info__aside{min-width:274px;max-width:274px}}@media(min-width:1600px){.epd-doc-info__aside{min-width:380px;max-width:380px}}.code-highlighter{display:flex;flex-direction:column;padding:12px;background:#f6f6f6;border-radius:4px;overflow:auto}.code-highlighter__copy{display:flex;justify-content:flex-end;align-items:center}.code-highlighter__copy span{color:#99a9ba;font-weight:700}.code-highlighter__copy .copy-toggle{width:20px;height:20px;padding:2px;display:flex;justify-content:center;align-items:center;margin:3px;cursor:pointer;border-radius:4px;transition:all .25s cubic-bezier(.02,.01,.47,1)}.code-highlighter__copy .copy-toggle.focus-visible{box-shadow:0 0 0 .2rem #8dcdff}.code-highlighter__copy .copy-toggle svg{width:100%;height:auto;fill:#99a9ba}.code-highlighter__copy .copy-toggle:hover,.code-highlighter__copy .copy-toggle.focus-visible{background-color:#6746eb1a}.code-highlighter__copy .copy-toggle:hover svg,.code-highlighter__copy .copy-toggle.focus-visible svg{fill:#4e30c7}.code-highlighter__code{display:flex;overflow:auto}.code-highlighter__code .__json-pretty__{font-family:sans-serif;word-spacing:4px;font-size:12px}.copy-field{width:100%;display:flex;position:relative;overflow:hidden}.copy-field>*:not(:only-child):not(:first-child){margin-left:8px}.copy-field__name{display:inline-flex;color:#778da8}.copy-field__name span{white-space:nowrap}.copy-field__name span:after{content:":"}.copy-field__value{flex:1 100%;display:inline-flex;align-items:center;line-break:anywhere}.copy-field__value:hover .btn-copy-field,.copy-field__value .focus-visible.btn-copy-field{min-width:22px;opacity:1}.copy-field__value .focus-visible.btn-copy-field svg{fill:#4e30c7}.copy-field .btn-copy-field{width:0;height:14px;position:absolute;bottom:0;right:0;display:inline-flex;align-items:center;background:#fff;background:linear-gradient(90deg,#fff0,#fff 30%);cursor:pointer;overflow:hidden;opacity:0;transition:all .25s cubic-bezier(.02,.01,.47,1)}.copy-field .btn-copy-field svg{width:14px;height:auto;margin-left:8px;fill:#778da8}.copy-field .btn-copy-field:hover svg{fill:#4e30c7}.event__body{transition:all .25s cubic-bezier(.02,.01,.47,1);border-radius:8px;opacity:1}.event__body--hidden{visibility:hidden;overflow:hidden;opacity:0}.event__body-wrapper>*:not(:only-child):not(:first-child){margin-top:16px}.event__body-wrapper .event-data{display:flex;flex-direction:column;padding:0 16px;overflow:hidden}.event__body-wrapper .event-data:before{content:"";width:100%;height:1px;display:block;margin-bottom:16px;border-top:1px dashed #DDE2E8}.event__body-wrapper .event-data>*:not(:only-child):not(:first-child){margin-top:4px}.event__body-wrapper .event-data .indent{height:19px}.event__body-wrapper .event-error{min-height:1px}.event__body-wrapper .event-error:not(:empty){padding:16px;background-color:#f246461a}.event__body-wrapper .event-error:not(:empty) .copy-field__name span{font-weight:700}.event__body-wrapper .event-error:not(:empty) .copy-field__name span,.event__body-wrapper .event-error:not(:empty) .copy-field__name:after,.event__body-wrapper .event-error:not(:empty) .copy-field__value span,.event__body-wrapper .event-error:not(:empty) .copy-field__value:after{color:#f24646}.event__body-wrapper .event-error:not(:empty) .copy-field .btn-copy-field{background:#f24646;background:linear-gradient(90deg,#f2464600,#f246461a 30%)}.event__body-wrapper .accordion>*:not(:only-child):not(:first-child){margin-top:4px}.event__body-wrapper .accordion__header{padding:0}.event__body-wrapper .accordion__header .additional-attributes{display:flex;overflow:hidden}.event__body-wrapper .accordion__header .additional-attributes>*:not(:only-child):not(:first-child){margin-left:8px}.event__body-wrapper .accordion__header .additional-attributes__title span{color:#778da8;font-weight:500}.event__body-wrapper .accordion__header .additional-attributes__code{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#00e}.event__body-wrapper .accordion__header .additional-attributes__code span{color:inherit;font-weight:500;text-decoration:underline}.event__body-wrapper .accordion__header .additional-attributes__code:hover span{color:#4e30c7}.event__header{display:flex;align-items:center;padding:16px}.event__header>*:not(:only-child):not(:first-child){margin-left:16px}.event__header .event-expander,.event__header .event-option{transition:all .25s cubic-bezier(.02,.01,.47,1);cursor:pointer}.event__header .event-expander svg,.event__header .event-option svg{fill:#99a9ba}.event__header .event-expander:hover,.event__header .event-option:hover{transform:scale(1.2)}.event__header .event-expander:hover svg,.event__header .event-option:hover svg{fill:#4e30c7}.event__header .event-desc{flex:1 100%;display:flex;flex-direction:column}.event__header .event-desc>*:not(:only-child):not(:first-child){margin-top:4px}.event__header .event-desc .date{color:#778da8}.event__marker{display:flex;align-items:center;position:relative;z-index:2}.event__marker .marker-icon{width:40px;display:flex;justify-content:center;margin:0!important}.event__marker .marker-icon svg{border-radius:50%;border:2px solid #f2f5fa}.event__marker .marker-icon--success svg{background-color:#00b54e;fill:#fff}.event__marker .marker-icon--warning svg{border-radius:4px;background-color:#f98700;fill:#fff}.event__marker .marker-icon--error svg{border-radius:0;fill:#f24646}.event__marker .marker-ear{position:absolute}.event__marker .marker-ear:before{content:"";display:flex;margin:8px;left:0;width:16px;height:16px;background-color:#fff;border-radius:2px;transform:rotate(45deg)}.event__marker--left .marker-ear{left:-1px;transform:translate(-50%)}.event__marker--left .marker-ear:before{border-top:1px solid #F0F4F7;border-right:1px solid #F0F4F7}.event__marker--right .marker-ear{right:-1px;transform:translate(50%)}.event__marker--right .marker-ear:before{border-left:1px solid #F0F4F7;border-bottom:1px solid #F0F4F7}@media(max-width:1023px){.event__marker{justify-content:center;align-items:center}.event__marker .marker-ear{top:100%;left:auto;right:auto}.event__marker--left .marker-ear,.event__marker--right .marker-ear{transform:translateY(-50%) rotate(90deg)}}.event{display:flex;z-index:2}.event__container{width:calc(50% - 20px);position:relative;display:flex;flex-direction:column;background-color:#fff;border-radius:8px;border:1px solid #F0F4F7;overflow:hidden;z-index:1}.event__container:empty{opacity:0}.event--right{justify-content:flex-end}.event--right .event__marker{order:-1}@media(max-width:1023px){.event{flex-direction:column}.event__container{width:100%}.event--left{justify-content:flex-end}.event--left .event__marker{order:-1}}.event--loader>*{min-height:200px;background:linear-gradient(90deg,#6746eb26,#6746eb00,#6746eb26);animation:LoadingBgAnim 3s linear infinite;background-size:200% 200%}.event--loader>*:empty{opacity:1}.epd-doc-info__main{width:100%;display:flex;flex-direction:column;background-color:#fff;border-radius:4px;pointer-events:auto;overflow:hidden}.epd-doc-info__main .doc-timeline{width:100%;height:100%;display:flex;flex-direction:column;position:relative;background-color:#f2f5fa;border-radius:4px;overflow:hidden;padding:10px}.epd-doc-info__main .events{width:100%;display:flex;flex-direction:column;padding-bottom:16px;z-index:2;overflow-y:auto}.epd-doc-info__main .events{-ms-overflow-style:none;scrollbar-width:none}.epd-doc-info__main .events::-webkit-scrollbar{display:none}.epd-doc-info__main .events>*:not(:only-child):not(:first-child){margin-top:16px}.epd-doc-info__main .events:not(.events--loading):before{content:"";width:2px;height:100%;display:block;position:absolute;top:0;left:50%;transform:translate(-50%);background:repeating-linear-gradient(0deg,#dde2e8 1px,#6746eb4d 2px 11px,#dde2e8 12px 20px);animation-name:MOVE-BG;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:infinite;z-index:0}@keyframes MOVE-BG{0%{transform:translateY(0)}to{transform:translateY(20px)}}.epd-doc-info__main .events:not(.events--loading):before{z-index:1}.epd-doc-info__main .doc-result{max-height:200px;display:flex;padding:16px;box-shadow:0 -4px 8px #072d571a;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:auto;z-index:2}.epd-doc-info__main .doc-result>*:not(:only-child):not(:first-child){margin-left:8px}.epd-doc-info__main .doc-result__title{display:flex}.epd-doc-info__main .doc-result__title:after{content:":"}.epd-doc-info__main .doc-result__description span{color:#557192}.epd-doc-info__main .doc-result--error{background-color:#f246461a}.epd-doc-info__main .doc-result--error .doc-result__title span,.epd-doc-info__main .doc-result--error .doc-result__title:after,.epd-doc-info__main .doc-result--error .doc-result__description span,.epd-doc-info__main .doc-result--error .doc-result__description:after{color:#f24646}.epd-doc-info__main .doc-result--process{background-color:#f987001a}.epd-doc-info__main .doc-result--process .doc-result__title span,.epd-doc-info__main .doc-result--process .doc-result__title:after,.epd-doc-info__main .doc-result--process .doc-result__description span,.epd-doc-info__main .doc-result--process .doc-result__description:after{color:#f98700}.epd-doc-info__main .doc-result--success{background-color:#00b54e1a}.epd-doc-info__main .doc-result--success .doc-result__title span,.epd-doc-info__main .doc-result--success .doc-result__title:after,.epd-doc-info__main .doc-result--success .doc-result__description span,.epd-doc-info__main .doc-result--success .doc-result__description:after{color:#00b54e}.epd-doc-info__main .doc-result--loading{max-height:0;padding:0 16px}@media(max-width:1023px){.epd-doc-info__main .doc-timeline:before{left:36px}}.epd-doc-info{flex:1 100%;display:flex;overflow:hidden}.epd-doc-info>*:not(:only-child):not(:first-child){margin-left:16px}.expandable-row{display:flex;flex-direction:column;margin:8px 16px;border-top:1px solid #99A9BA;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.expandable-row>*:not(:only-child):not(:first-child){margin-top:8px}.expandable-row__body{flex:1 100%;display:flex;flex-direction:column;overflow:hidden}.expandable-row .scroll-to-top{display:flex;align-items:center}.expandable-row .scroll-to-top>*:not(:only-child):not(:first-child){margin-left:8px}.expandable-row .scroll-to-top__title{color:#778da8}.expandable-row .scroll-to-top__icon{max-width:18px;max-height:18px}.expandable-row .scroll-to-top__icon svg{width:100%;height:100%;fill:#778da8}.expandable-row .scroll-to-top:hover .scroll-to-top__title{color:#4e30c7;text-decoration:underline}.expandable-row .scroll-to-top:hover .scroll-to-top__icon svg{fill:#4e30c7}.tr:hover .expandable-row .scroll-to-top{display:flex;align-items:center}.tr:hover .expandable-row .scroll-to-top>*:not(:only-child):not(:first-child){margin-left:8px}.tr:hover .expandable-row .scroll-to-top__title{color:#fff}.tr:hover .expandable-row .scroll-to-top__icon svg{fill:#fff}.tr:hover .expandable-row .scroll-to-top:hover .scroll-to-top__title{color:#4e30c7}.tr:hover .expandable-row .scroll-to-top:hover .scroll-to-top__icon svg{fill:#4e30c7}.rows-loader{position:relative}.rows-loader:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#6746eb26,#6746eb00,#6746eb26);animation:LoadingBgAnim 3s linear reverse infinite;background-size:200% 200%}.rows-loader .row{position:relative;background-color:#fff}.rows-loader .row--odd{background-color:#e9f3fd}.rows-loader .row--inExpand{margin-top:4px;border:1px solid #DDE2E8;border-radius:4px;background-color:#fff}.search-field{height:40px;flex:1 100%;display:flex;align-items:center;position:relative;background-color:#fff;border-radius:4px;border:1px solid #99A9BA;transition:all .25s cubic-bezier(.02,.01,.47,1)}.search-field .icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none}.search-field .icon svg{fill:#99a9ba}.search-field input{width:100%;height:100%;padding:12px 16px 12px 52px;color:#072d57;white-space:nowrap;border-radius:inherit;overflow:hidden;text-overflow:ellipsis}.search-field input::placeholder{color:#778da8}.search-field .eraser{width:0;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.search-field .eraser.focus-visible svg{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.search-field .eraser svg{width:18px;height:18px;fill:#778da8}.search-field .eraser:hover{transform:scale(1.2)}.search-field .eraser:hover svg{fill:#4e30c7}.search-field--without-icon input{padding:12px 16px}.search-field--error{border-color:#f24646}.search-field:focus-within{background-color:#f2f5fa;border-color:#1d3f66}.search-field:hover{border-color:#4e30c7}.search-field:focus-within .eraser,.search-field:hover .eraser,.search-field:focus .eraser{width:40px}.search-field:focus-within .eraser--hidden,.search-field:hover .eraser--hidden,.search-field:focus .eraser--hidden{width:0}.pagination-pages{width:100%;display:flex;align-items:center;justify-content:center}.pagination-pages>*:not(:only-child):not(:first-child){margin-left:4px}.pagination-pages .pagination-page{display:flex;align-items:center;justify-content:center;padding:8px;aspect-ratio:2/1;border-radius:4px;transition:all .25s cubic-bezier(.02,.01,.47,1);cursor:pointer}.pagination-pages .pagination-page.focus-visible{box-shadow:0 0 0 .2rem #8dcdff}.pagination-pages .pagination-page:hover:not(.pagination-page--active) span{color:#4e30c7}.pagination-pages .pagination-page--active{background-color:#6746eb}.pagination-pages .pagination-page--active span{color:#fff}.pagination-pages .pagination-page--active:hover{background-color:#4e30c7}.pagination{width:100%;display:flex;align-items:center}.pagination .records-per-page,.pagination .start-from-page{display:flex;align-items:center}.pagination .records-per-page>*:not(:only-child):not(:first-child),.pagination .start-from-page>*:not(:only-child):not(:first-child){margin-left:16px}.pagination .records-per-page span,.pagination .start-from-page span{white-space:nowrap}.tfooter{display:flex;align-items:center;padding:8px 0}.global-filter{width:100%;display:flex;align-items:center;padding:8px 16px;background-color:#fff}.global-filter>*:not(:only-child):not(:first-child){margin-left:16px}.global-filter__label{height:100%;display:flex;align-items:center;white-space:nowrap}.global-filter__label>*:not(:only-child):not(:first-child){margin-left:16px}.global-filter__label:after{width:1px;height:100%;content:"";background-color:#f0edfd;margin-left:16px}.column-filter{width:100%;display:flex;align-items:center}.column-filter>*:not(:only-child):not(:first-child){margin-left:8px}.column-filter__input{flex:1 100%;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.column-filter__input input{flex:1 100%;color:#072d57;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.column-filter__input input::placeholder{color:#778da8}.column-filter .icon{opacity:0;transition:all .25s cubic-bezier(.02,.01,.47,1)}.column-filter .icon svg{width:18px;height:auto;fill:#99a9ba}.column-filter:hover .icon{opacity:1}.column-filter:focus-within .icon{opacity:1}.column-filter:focus-within .icon svg{fill:#4e30c7}.thc{flex-direction:column;padding:16px;overflow:hidden}.thc .header-content{width:100%;height:100%;display:flex;justify-content:space-between}.thc .header-content .sort-icon{transition:all .25s cubic-bezier(.02,.01,.47,1);margin-left:8px}.thc .header-content .sort-icon svg{width:18px;height:auto;fill:#778da8}.thc .header-content .sort-icon--active svg{fill:#6746eb}.thc .header-content:hover .sort-icon{transform:scale(1.2)}.thc .header-content:hover .sort-icon svg{fill:#4e30c7}.thc .resizer{height:100%;display:flex;align-items:center;position:absolute;padding:16px 0;top:0;right:0;z-index:1}.thc .resizer:after{content:"";background-color:#e9f3fd;width:2px;height:100%;touch-action:none}.thc .resizer.isResizing{background-color:#4e30c7}.thc .resizer.isResizing:after{background-color:#4e30c7}.thc .resizer:hover:after{background-color:#4e30c7}.thc:last-child .resizer{display:none}.table-context{width:100vw;height:100vh;position:absolute;top:0;left:0;display:flex;z-index:10000;pointer-events:none}.table-context .table-context-menu{position:absolute;display:flex;flex-direction:column;padding:8px 0;background-color:#fff;border-radius:4px;box-shadow:0 4px 8px #00000014;pointer-events:visible;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden;animation:context-appearance .2s linear}.table-context .table-context-menu .context-menu__item{display:flex;align-items:center;padding:8px 16px;transition:all .25s cubic-bezier(.02,.01,.47,1);cursor:pointer}.table-context .table-context-menu .context-menu__item>*:not(:only-child):not(:first-child){margin-left:16px}.table-context .table-context-menu .context-menu__item:hover{background-color:#f0edfd}.table-context .table-context-menu .context-menu__item .desc span{font-weight:400}.table-context .table-context-menu .context-menu__item svg{fill:#072d57}@keyframes context-appearance{0%{max-height:0;opacity:0}to{max-height:100vh;opacity:1}}.table{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.table .thead{display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom:1px solid #e9f3fd}.table .thead>*:not(:only-child):not(:first-child){margin-top:16px}.table .thead .tr{display:flex;background-color:#fff;border-radius:4px;overflow:hidden}.table .thead .tr:last-child .td{border-bottom:0}.table .thead .tr .td{overflow:hidden}.table .thead .tr .td span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table .tbody{flex:1 100%;display:flex;flex-direction:column;position:relative;overflow:hidden;background-color:#fff}.table .tbody--fetching:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:#072d5733;z-index:1}.table .tbody__wrapper{position:relative;overflow:auto}.table .tbody .tr{flex-direction:column;justify-content:center;transition:all .25s cubic-bezier(.02,.01,.47,1);cursor:pointer}.table .tbody .tr--odd{background-color:#e9f3fd}.table .tbody .tr--odd.tr--error:not(:hover){background-color:#f246461a!important}.table .tbody .tr--even{background-color:#fff}.table .tbody .tr--even.tr--error:not(:hover){background-color:#f246461a!important}.table .tbody .tr--selected:not(--loading),.table .tbody .tr--selected:nth-child(odd),.table .tbody .tr--selected:nth-child(2n){background-color:#6746eb1a;border:2px solid #6746eb;border-radius:4px;box-shadow:0 4px 8px #00000014}.table .tbody .tr--selected:not(--loading) .td span,.table .tbody .tr--selected:not(--loading) .expander span,.table .tbody .tr--selected:nth-child(odd) .td span,.table .tbody .tr--selected:nth-child(odd) .expander span,.table .tbody .tr--selected:nth-child(2n) .td span,.table .tbody .tr--selected:nth-child(2n) .expander span{color:#072d57}.table .tbody .tr--selected:not(--loading) .td svg,.table .tbody .tr--selected:not(--loading) .expander svg,.table .tbody .tr--selected:nth-child(odd) .td svg,.table .tbody .tr--selected:nth-child(odd) .expander svg,.table .tbody .tr--selected:nth-child(2n) .td svg,.table .tbody .tr--selected:nth-child(2n) .expander svg{fill:#072d57}.table .tbody .tr--expanded{border:1px solid #F0F4F7;border-radius:4px}.table .tbody .tr--expanded:hover .sort-icon svg{fill:#072d57}.table .tbody .tr--loading{background:linear-gradient(90deg,#6746eb 50%,transparent 50%),linear-gradient(90deg,#6746eb 50%,transparent 50%),linear-gradient(0deg,#6746eb 50%,transparent 50%),linear-gradient(0deg,#6746eb 50%,transparent 50%);background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:16px 2px,16px 2px,2px 16px,2px 16px;background-position:0px 0px,100px 100%,0px 100%,100% -100px;border-radius:5px;animation:dash 5s linear infinite}.table .tbody .tr--empty{height:44px;padding:8px;text-align:center;text-align-last:center}.table .tbody .tr .row-cells{flex:1 100%;display:flex}.table .tbody .tr .expander-cell{display:flex;justify-content:center!important;align-items:center!important}.table .tbody .tr .expander-cell .expander{width:100%;display:flex;justify-content:center;align-items:center;transition:all .25s cubic-bezier(.02,.01,.47,1)}.table .tbody .tr .expander-cell .expander.focus-visible{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.table .tbody .tr .expander-cell .expander:hover{transform:scale(1.2)}.table .tbody .tr .td,.table .tbody .tr .expander{align-items:center;padding:4px 8px;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.table .tbody .tr .td span,.table .tbody .tr .expander span{width:100%;padding:4px 8px;color:#778da8;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table .tbody .tr .td span a,.table .tbody .tr .expander span a{color:inherit;text-decoration:underline}.table .tbody .tr .td svg,.table .tbody .tr .expander svg{fill:#778da8;transition:all .25s cubic-bezier(.02,.01,.47,1)}.table .tbody .tr .td svg:hover,.table .tbody .tr .expander svg:hover{transform:scale(1.2)}.table .tbody .tr .td p,.table .tbody .tr .expander p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table .tbody .tr .td .error,.table .tbody .tr .expander .error{color:#f24646}.table .tbody .tr .td--btn,.table .tbody .tr .expander--btn{width:100%}.table .tbody .tr .td--link a,.table .tbody .tr .expander--link a{width:100%;display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table .tbody .tr .td--link a span,.table .tbody .tr .expander--link a span{text-decoration:underline}.table .tbody .tr .td--link-icon,.table .tbody .tr .expander--link-icon{justify-content:center!important}.table .tbody .tr .td--empty,.table .tbody .tr .expander--empty{width:100%;opacity:.25}.table .tbody .tr .td--empty:hover span,.table .tbody .tr .expander--empty:hover span{background-color:inherit}.table .tbody .tr .td:hover span,.table .tbody .tr .expander:hover span{background-color:#6746eb80}.table .tbody .tr:hover,.table .tbody .tr.focus-visible{background-color:#4e30c780}.table .tbody .tr:hover .td span,.table .tbody .tr:hover .expander-cell span,.table .tbody .tr.focus-visible .td span,.table .tbody .tr.focus-visible .expander-cell span{color:#fff}.table .tbody .tr:hover .td svg,.table .tbody .tr:hover .expander-cell svg,.table .tbody .tr.focus-visible .td svg,.table .tbody .tr.focus-visible .expander-cell svg{fill:#fff}.table .tr{width:100%!important}.table.expanded-table{width:100%;display:flex;flex-direction:column;overflow:hidden}.table.expanded-table .thead{flex-direction:row}.table.expanded-table .thead .tr{flex-direction:row;background-color:#0000}.table.expanded-table .thead .tr .thc{padding:4px 16px}.table.expanded-table .thead .tr .thc .resizer{padding:0}.table.expanded-table .thead .tr .thc .resizer:not(:hover):after{background-color:#dde2e8}.table.expanded-table .thead .tr .thc .resizer:hover .resizer:after{background-color:#4e30c7}.table.expanded-table .tbody{background-color:#0000}.table.expanded-table .tbody .tr{border-radius:4px}.table.expanded-table .tbody .tr:nth-child(odd){background-color:#0000}.table.expanded-table .tbody .tr:nth-child(2n){background-color:#0000}.table.expanded-table .tbody .tr .row-cells{height:100%;margin:2px 0;background-color:#fff;border-radius:4px;border:1px solid #DDE2E8;overflow:hidden}.table.expanded-table .tbody .tr .td{padding:0}.table.expanded-table .tbody .tr .td span{padding:8px 16px}.table.expanded-table .tbody .tr .td span,.table.expanded-table .tbody .tr .td a{color:#1d3f66}.table.expanded-table .tbody .tr .td svg{fill:#1d3f66}.table.expanded-table .tbody .tr .td:hover span{background-color:inherit}.table.expanded-table .tbody .tr .td--btn:hover svg{fill:#4e30c7}.table.expanded-table .tbody .tr:hover{border-color:#4e30c7}.table.expanded-table .tbody .tr--selected .row-cells{margin:0}@keyframes dash{to{background-position:100px 0px,0px 100%,0px -100px,100% 0px}}.cargo-doc-flow-table{height:100%;display:flex}.checkbox{height:24px;display:flex;align-items:center;cursor:pointer;overflow:hidden}.checkbox>*:not(:only-child):not(:first-child){margin-left:16px}.checkbox__label{flex:1 100%;display:flex;transition:all .25s cubic-bezier(.02,.01,.47,1);overflow:hidden}.checkbox__label span{font-weight:600;color:#778da8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkbox__input{position:absolute;appearance:none}.checkbox__thumb{min-width:20px;min-height:20px;max-width:20px;max-height:20px;display:flex;justify-content:center;align-items:center;border-radius:4px;transition:all .25s cubic-bezier(.02,.01,.47,1);background-color:#fff;border:1px solid #DDE2E8;box-shadow:0 6px 4px #0000000a inset}.checkbox:hover .checkbox__label span{color:#4e30c7}.checkbox:hover .checkbox__input:not(:disabled):checked+.checkbox__thumb{background:#4e30c7;border-color:#4e30c7}.checkbox:hover .checkbox__thumb{border-color:#4e30c7}.checkbox__input:checked+.checkbox__thumb{background:#6746eb;border-color:#6746eb}.checkbox__input:checked+.checkbox__thumb svg{width:100%;height:auto;fill:#fff}.checkbox .focus-visible+.checkbox__thumb{box-shadow:0 0 0 .2rem #8dcdff}.checkbox__input:disabled+.checkbox__thumb+.checkbox__label>*{color:#ff000080!important}.checkbox__input:disabled:checked+.checkbox__thumb{border:none;background:#6746eb80}.checkbox__input:disabled:not(:checked)+.checkbox__thumb{background:red;border-color:red}.checkbox__input:disabled:not(:checked)+.checkbox__thumb svg{width:10px;fill:red}.checkbox--reverse{flex-direction:row-reverse}.checkbox--reverse>*:not(:only-child):not(:first-child){margin-left:0;margin-right:16px}.scroll-bar-viewer{width:100%;height:100%;min-height:40px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.scroll-bar-viewer__container{width:100%;height:100%;display:flex;overflow:auto}.scroll-bar-viewer__container{-ms-overflow-style:none;scrollbar-width:none}.scroll-bar-viewer__container::-webkit-scrollbar{display:none}.scroll-bar-viewer__thumb{height:2px;position:absolute;bottom:0;background-color:#6746eb;transition:all .25s cubic-bezier(.02,.01,.47,1);z-index:2}.scroll-bar-viewer__line{content:"";width:100%;height:2px;display:flex;position:absolute;bottom:0;left:0;background-color:#dde2e8;z-index:1}.filter-elem{width:100%;align-items:center;display:flex}.filter-elem>*:not(:only-child):not(:first-child){margin-left:16px}.filter-elem__type{width:100%;max-width:265px;display:flex}.filter-elem__options{flex:1 100%;display:flex}.filter-elem__options>*:not(:only-child):not(:first-child){margin-left:16px}.filter-elem__extras{display:flex}.filter-elem__extras>*:not(:only-child):not(:first-child){margin-left:8px}.filter-elem .info-marcker{display:flex;justify-content:center;align-items:center}.filter-elem .info-marcker svg{fill:#778da8}.filter-elem .info-marcker:hover svg{fill:#4e30c7}.filter-elem .MuiInputBase-root.filter-type-select{width:100%;height:40px;border:1px solid #99A9BA;border-radius:4px;transition:all .25s cubic-bezier(.02,.01,.47,1)}.filter-elem .MuiInputBase-root.filter-type-select:before,.filter-elem .MuiInputBase-root.filter-type-select:after{display:none}.filter-elem .MuiInputBase-root.filter-type-select:hover{border-color:#4e30c7}.filter-elem .MuiInputBase-root.filter-type-select svg{right:12px;top:50%;transform:translateY(-50%)}.filter-elem .MuiInputBase-root .MuiSelect-root{padding:12px;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:12px;line-height:14px;font-weight:500}.filter-elem .MuiInputBase-root .MuiSelect-root.focus-visible{box-shadow:0 0 0 .2rem #8dcdff;border-radius:4px}.filter-elem--blocked .filter-elem__options{opacity:.25;cursor:not-allowed}.filter-elem--blocked .filter-elem__options>*{pointer-events:none}@media(max-width:767px){.filter-elem{display:grid;grid-template-areas:"type type extras" "options options options";grid-template-rows:1fr;grid-gap:8px}.filter-elem>*:not(:only-child):not(:first-child){margin-left:0}.filter-elem__type{grid-area:type}.filter-elem .scroll-bar-viewer{grid-area:options}.filter-elem__extras{grid-area:extras;justify-content:flex-end}}.custom-filter__body{transition:all .25s cubic-bezier(.02,.01,.47,1)}.custom-filter__body-wrapper{margin-top:16px}.custom-filter__body-wrapper>*:not(:only-child):not(:first-child){margin-top:16px}.custom-filter__body-wrapper:after{content:"";width:100%;height:1px;display:flex;margin-top:16px;background-color:#f0edfd}.custom-filter__body--hidden{margin-top:0!important}.date-picker-field{position:relative}.calendar-picker{flex:1 100%;display:flex;justify-content:center;transition:all .25s cubic-bezier(.02,.01,.47,1)}.calendar-picker>*:not(:only-child):not(:first-child){margin-left:16px}.calendar-picker>*{flex:1 100%;display:flex}.calendar-picker>* input{pointer-events:none}@media(max-width:424px){.calendar-picker{flex-direction:column}.calendar-picker>*:not(:only-child):not(:first-child){margin-top:12px;margin-left:0}}.PrivatePickersYear-yearButton{text-align:center;text-align-last:center}.custom-filter__footer{display:flex;align-items:center}.custom-filter__footer>*:not(:only-child):not(:first-child){margin-left:16px}.custom-filter__footer .custom-filter-periods{width:100%}.custom-filter__footer .custom-filter-periods--blocked{cursor:not-allowed}.custom-filter__footer .custom-filter-periods--blocked .calendar-picker{opacity:.25;pointer-events:none}.custom-filter__footer .custom-filter-btn{display:flex;align-items:center}.custom-filter__footer .custom-filter-btn>*:not(:only-child):not(:first-child){margin-left:16px}@media(max-width:767px){.custom-filter__footer{flex-direction:column}.custom-filter__footer>*:not(:only-child):not(:first-child){margin-top:16px;margin-left:0}.custom-filter__footer .custom-filter-btn{width:100%;justify-content:flex-end}}@media(max-width:424px){.custom-filter__footer>*:not(:only-child):not(:first-child){margin-top:12px}.custom-filter__footer .custom-filter-btn>*{width:100%}}.custom-filter{display:flex;flex-direction:column;background-color:#fff;border-radius:4px}.custom-filter>*:not(:only-child):not(:first-child){margin-top:16px}.epd{height:100%;display:flex;flex-direction:column}.epd>*:not(:only-child):not(:first-child){margin-top:16px}.epd .custom-filter{padding:16px}.events-doc-info__editor{display:flex;flex-direction:column;gap:10px}.events-doc-info__main{width:100%;display:flex;justify-content:space-between;border-radius:4px;pointer-events:auto;overflow:hidden;padding-top:32px;padding-bottom:4px}.events-doc-info__main-list{display:flex;flex-wrap:wrap;flex-direction:column;row-gap:8px;width:80%;column-gap:60px;height:120px}.events-doc-info__main-buttons{display:flex;flex-direction:column;width:20%;gap:16px}.main-list__item{min-width:40%}.events-doc-info{display:flex;flex-direction:column;color:#1d3f66;background-color:#f2f5fa;overflow:hidden;padding:16px}.events-doc-info__title{font-size:18px;font-weight:700}.events-doc-info__property-name{font-weight:700;padding-right:4px}.resend-btn{width:100%;display:flex;align-items:center}.resend-btn>div:only-child{width:100%;display:flex;justify-content:center}.resend-btn>*:not(:empty):not(:first-child){margin-left:16px}.resend-btn--blocked{cursor:not-allowed;opacity:.25}.resend-btn .desc span{color:#072d57}.session-blocks{width:100%;display:flex;flex-direction:column;overflow:hidden}.session-blocks__buttons{display:flex;justify-content:center}.events-table{height:100%;display:flex}.events{height:100%;display:flex;flex-direction:column}.events>*:not(:only-child):not(:first-child){margin-top:16px}.events .custom-filter{padding:16px}.app{display:flex}@keyframes LoadingBgAnim{0%{background-position:-100% -100%}to{background-position:100% 100%}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;font-size:100%;vertical-align:baseline}body{position:relative;margin:0;font-size:14px}a{text-decoration:none}a:active,a:hover{outline:0}ul,li{list-style-type:none;margin:0;padding:0}html{box-sizing:border-box;font-size:14px}*,*:before,*:after{box-sizing:border-box}:focus{outline:0}img,audio,video{max-width:100%;height:auto}audio,canvas,iframe,video,img,svg{vertical-align:top}iframe{border:0}textarea{resize:none;overflow:auto;vertical-align:top;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}input,textarea,select,button{background:none;outline:none;border:none;font-size:100%;margin:0;padding:0}button,input{line-height:normal}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}@font-face{font-family:Manrope;src:url(/assets/Manrope-Light-Cat0ZZLM.ttf) format("truetype");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/Manrope-Regular-BHHpNUP9.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/Manrope-Medium-9JQDgq1E.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/Manrope-SemiBold-C-fekVrC.ttf) format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/Manrope-Bold-CEx6reSo.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/Manrope-ExtraBold-Ca2UrBMZ.ttf) format("truetype");font-style:normal;font-weight:800;font-display:swap}html,#root{overflow:hidden}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;text-align-last:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f2f5fa;color:#072d57;overflow-y:hidden}svg{width:24px;height:24px;transition:all .25s cubic-bezier(.02,.01,.47,1)}.h--1{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:58px;line-height:79.75px;font-weight:700}.h--2{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:42px;line-height:57.75px;font-weight:700}.h--3{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:36px;line-height:49.5px;font-weight:700}.h--4{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:24px;line-height:33px;font-weight:700}.h--5{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:18px;line-height:24.75px;font-weight:700}.h--6{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:14px;line-height:19.25px;font-weight:700}.h--7{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:12px;line-height:16.5px;font-weight:700}.h--ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.p--s{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:10px;line-height:16.5px;font-weight:500}.p--xs{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:12px;line-height:14px;font-weight:500}.p--m{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:14px;line-height:19.25px;font-weight:500}.p--l{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;transition:all .25s cubic-bezier(.02,.01,.47,1);font-size:18px;line-height:24.75px;font-weight:500}.p--fw300{font-weight:300}.p--fw400{font-weight:400}.p--fw500{font-weight:500}.p--fw600{font-weight:600}.p--fw700{font-weight:700}.p--fw800{font-weight:800}.p--color100{color:#f0f4f7}.p--color300{color:#dde2e8}.p--color500{color:#99a9ba}.p--color600{color:#778da8}.p--color700{color:#557192}.p--color800{color:#1d3f66}.p--ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{box-shadow:0 0 0 30px #fff inset!important}input:-webkit-autofill{-webkit-text-fill-color:#072D57!important}.MuiButton-root.mui-icon-btn{min-width:32px;min-height:32px;height:32px;padding:0;border-radius:50%}.MuiButton-root.mui-icon-btn svg{fill:#778da8}.MuiButton-root.mui-icon-btn--active svg{fill:#6746eb}.MuiButton-root.mui-icon-btn:hover svg{fill:#4e30c7}.MuiButton-root.mui-icon-btn.Mui-disabled{opacity:.25}.Mui-focusVisible{box-shadow:0 0 0 .2rem #8dcdff!important}.MuiFormHelperText-root.input-error{display:flex;color:#f24646;overflow:hidden}.MuiFormHelperText-root.input-error span{flex:1 100%;font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root{color:#072d57}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root.Mui-selected{color:#6746eb;font-weight:700;background-color:inherit}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root.MuiListItem-button:hover{background-color:#f0edfd}.MuiButtonBase-root{padding:8px}.MuiButtonBase-root .MuiSelect-select{border-radius:4px}.MuiButtonBase-root .MuiSelect-select:focus{background-color:#f2f5fa}.js-focus-visible :focus:not(.focus-visible){outline:none}.download-file{display:flex;align-items:center}.download-file>*:not(:only-child):not(:first-child){margin-left:16px}.loading{display:block;position:relative;background:linear-gradient(90deg,#6746eb26,#6746eb00,#6746eb26);animation:LoadingBgAnim 3s linear infinite;background-size:200% 200%;border-radius:4px}.empty-cat{width:100%;display:flex;flex:1 100%;flex-direction:column;justify-content:center;align-items:center}.empty-cat svg{width:100%;height:100%;max-width:461px;max-height:262px}@keyframes errorBounce{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}
