*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}button{cursor:pointer}.no-scroll{overflow:hidden;padding-right:17px}.no-scroll .HeaderComponent{width:calc(100% - 17px)}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes appearRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes disappearRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:"Karla500";src:url(/static/media/KarlaRegular.6d937d4f.ttf) format("truetype")}@font-face{font-family:"Karla600";src:url(/static/media/KarlaSemiBold.f7707365.ttf) format("truetype")}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Container{display:flex;width:73.5%}.Container__Wrapper{display:flex;justify-content:center}@media screen and (max-width:1024px){.Container{width:100%}}.InputComponent{border-radius:4px;display:flex;flex-direction:column;padding:8px;position:relative;transition:background-color .3s}.InputComponent__Wrapper{width:336px;display:flex;flex-direction:column}.InputComponent__Wrapper:hover .InputComponent__Tooltip{display:flex}.InputComponent__Wrapper .Error-Text{text-align:right;color:#c91f1f;font-family:"Karla600";font-size:12px;animation:fade .5s ease both}.InputComponent__Tooltip{position:absolute;display:none;padding:8px 16px;border-radius:5px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.2);top:calc(100% + 15px);max-width:90%;left:0;right:0;margin:auto;animation:fade .2s linear both;font-size:14px;font-family:"Karla600";z-index:1}.InputComponent__Tooltip:after,.InputComponent__Tooltip:before{content:"";width:0;height:0;position:absolute;border-style:solid;left:0;right:0;margin:auto}.InputComponent__Tooltip:after{border-width:0 5px 10px;border-color:transparent transparent #fff;top:-10px}.InputComponent__Tooltip:before{border-width:0 5px 11px;border-color:transparent transparent #d8dbe7;top:-11px}.InputComponent>label{color:#0d142d;font-family:"Karla600"}.InputComponent>input,.InputComponent>textarea{font-family:"Karla500";font-size:14px;outline:transparent;transition:opacity .3s;background-color:transparent;border:1px solid #858892;border-radius:4px;resize:none}.InputComponent>input::-ms-clear,.InputComponent>input::-ms-reveal,.InputComponent>textarea::-ms-clear,.InputComponent>textarea::-ms-reveal{display:none}.InputComponent>input:disabled,.InputComponent>textarea:disabled{opacity:.8}.InputComponent__Eye{position:absolute;right:0;top:0;bottom:0;margin:auto;display:flex;align-items:center;width:40px;background-color:transparent;border:none;outline:transparent}.InputComponent.Dark{background-color:#f3f5fa}.InputComponent.Dark.Error{background-color:#fcf5f5}.InputComponent.Dark>input{border:1px solid transparent}@media screen and (max-width:1024px){.InputComponent__Wrapper{width:100%}}.ButtonComponent{color:#fff;border-radius:4px;border:1px solid transparent;display:flex;justify-content:center;align-items:center;font-family:"Karla600";font-size:16px;box-shadow:0 1px 4px 0 rgba(109,157,79,.37);background-color:#004089;padding:12px 16px;transition:.3s;outline:transparent}.ButtonComponent:active,.ButtonComponent:focus{background-color:#011328}.ButtonComponent.ButtonComponent:disabled{box-shadow:none;background-color:#d8dbe7;color:#555864}.ButtonComponent.ButtonComponent:disabled .ButtonComponent__Loader{border-left-color:#555864;border-top-color:#555864;border-bottom-color:#555864}.ButtonComponent__Loader{transition:.3s;width:15px;height:15px;border:3px solid #fff;border-right-color:transparent;display:block;border-radius:50%;margin-left:6px;animation:rotate 1s linear infinite both}.ButtonComponent__Icon{display:block;margin-right:10px}.ButtonComponent.Text{box-shadow:none;background-color:transparent;color:#004089}.ButtonComponent.Text:hover{color:#011328}.ButtonComponent.Text:active{background-color:#f3f5fa}.ButtonComponent.Text.ButtonComponent:disabled{color:#d8dbe7;background-color:transparent}.ButtonComponent.Secundary{background-color:#64a70b}.ButtonComponent.Secundary:active,.ButtonComponent.Secundary:focus{background-color:#243e03}.ButtonComponent.Important{background-color:#c91f1f}.ButtonComponent.Important:active{background-color:#243e03}.Page{margin-top:70px;background-color:#fff;min-height:calc(100vh - 74px);background-repeat:no-repeat;background-size:100%;background-attachment:fixed}.Page.WithoutHeader{margin-top:0}@media screen and (max-width:1330px){.Page{margin-top:48px;padding:0;min-height:calc(100vh - 48px);background-size:0}.Page.WithoutHeader{margin-top:0;min-height:100vh}.Page.MobileNoPadding{padding:0}}.HeaderComponent{background-color:#fff;padding:14px 32px 15px;display:flex;box-shadow:0 1px 6px 0 rgba(0,0,0,.05);align-items:center;justify-content:space-between;position:fixed;top:0;left:0;width:100%;z-index:11}.HeaderComponent__Logo{height:40px;cursor:pointer}.HeaderComponent__Links{display:flex;align-items:center}.HeaderComponent__Links .Link{display:block;font-family:"Karla600";font-size:15px;color:#41434b;transition:.3s;border-radius:2px;border:1px solid transparent;background-color:transparent;padding:6px 8px;margin-left:20px;outline:none}.HeaderComponent__Links .Link:focus{background-color:#f3f5fa}.HeaderComponent__Links .Link.Active{background-color:#f0f9ec;color:#243e03}.HeaderComponent__CreateComand{margin:0 20px 0 0;padding:8px 16px}.HeaderComponent__Donation{height:51px;margin:0 0 0 20px}.HeaderComponent__Tutorial{margin:0 20px;padding:6px 16px}.HeaderComponent__LeftSide,.HeaderComponent__RightSide{display:flex}.HeaderComponent__LeftSide{width:47.2%}.HeaderComponent__RightSide{justify-content:flex-end;width:52.7%;align-items:center}.HeaderComponent__RightSide__LastGroup{display:flex}.HeaderComponent__Burger,.HeaderComponent__Mobile{display:none}.HeaderComponent__Mobile.Closing{animation:disappearRight .3s ease-in both}.HeaderComponent__Mobile__Container{width:100%}.HeaderComponent.NoDesktop{display:none}@media screen and (max-width:1570px){.HeaderComponent__CreateComand,.HeaderComponent__Donation,.HeaderComponent__Tutorial{transform:scale(.8);margin:0;height:40.8px}.HeaderComponent__RightSide .HeaderSearchComponent{transform:scale(.85);margin:0;border-width:1.5px}.HeaderComponent__Links .Link{font-size:13px}}@media screen and (max-width:1420px){.HeaderComponent__CreateComand,.HeaderComponent__Donation,.HeaderComponent__Tutorial,.HeaderSearchComponent{transform:scale(1)}}@media screen and (max-width:1420px){.HeaderComponent{padding:14px 12px 15px}.HeaderComponent__CreateComand,.HeaderComponent__Donation,.HeaderComponent__Tutorial{margin:0 12px}.HeaderComponent__CreateComand .ButtonComponent__Label,.HeaderComponent__Donation .ButtonComponent__Label,.HeaderComponent__Tutorial .ButtonComponent__Label{display:none}.HeaderComponent__CreateComand .ButtonComponent__Icon,.HeaderComponent__Donation .ButtonComponent__Icon,.HeaderComponent__Tutorial .ButtonComponent__Icon{margin-right:0}.HeaderComponent__Donation{padding:6px 16px;height:auto}.HeaderComponent__Mobile{position:fixed;width:100%;background-color:#fff;top:48px;left:0;bottom:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;grid-row-gap:20px;row-gap:20px;padding:20px 0 0;animation:appearRight .3s ease-in-out both}.HeaderComponent .Link{margin-left:12px}}@media screen and (max-width:1330px){.UserDropdownComponent__Button{display:none}.HeaderComponent{justify-content:space-between;padding:4px 16px 3px}.HeaderComponent.NoDesktop{display:flex;z-index:1}.HeaderComponent .HeaderSearchComponent,.HeaderComponent .NotificationsComponent__Wrapper,.HeaderComponent .UserDropdownComponent,.HeaderComponent__CreateComand,.HeaderComponent__Links{display:none}.HeaderComponent__Burger{display:block;background-color:transparent;border:1px solid transparent}.HeaderComponent__Mobile .HeaderSearchComponent{display:flex;width:calc(100% - 32px)}.HeaderComponent__Mobile .HeaderComponent__CreateComand{display:flex}.HeaderComponent__Mobile .HeaderComponent__CreateComand .ButtonComponent__Icon{margin-right:16px}.HeaderComponent__Mobile .HeaderComponent__CreateComand .ButtonComponent__Label{display:block}.HeaderComponent__Mobile .HeaderComponent__Links{width:100%;display:flex;align-items:center;flex-direction:column}.HeaderComponent__Mobile .HeaderComponent__Links .Link{margin-left:0;margin-bottom:24px}.HeaderComponent__Mobile .UserMenuComponent__Actions,.HeaderComponent__Mobile .UserMenuComponent__Footer{width:100%}.HeaderComponent__Mobile .UserMenuComponent__Actions{margin-bottom:32px}.HeaderComponent__Mobile .UserMenuComponent__Actions:before{content:"";width:calc(100% - 32px);margin:32px 16px;background-color:#f3f5fa;display:block;height:1px}}.HeaderSearchComponent{display:flex;background-color:#fff;border:1px solid #858892;border-radius:4px}.HeaderSearchComponent__Loader.LoaderComponent:before{width:20px;height:20px;border-width:3px}.HeaderSearchComponent__NoResults{padding:10px 0;font-family:"Karla600"}.HeaderSearchComponent__Icon-Search{display:flex;align-items:center;margin-left:12px}.HeaderSearchComponent__Input{padding:9px;border:none;width:214px;border-radius:0 4px 4px 0;outline-color:#000}.HeaderSearchComponent__Input.small{width:174px}.HeaderSearchComponent__Dropdown{display:flex;position:relative}.HeaderSearchComponent__Dropdown__Wrapper{display:flex;flex-direction:column;position:relative}.HeaderSearchComponent__Dropdown__Wrapper .Dropdown__Options{position:absolute;top:calc(100% + 1px);width:168px;background-color:#fff;display:flex;flex-direction:column;padding:10px;border-radius:5px}.HeaderSearchComponent__Dropdown__Wrapper .Dropdown__Option{background-color:transparent;border:none;display:flex;justify-content:flex-start;padding:10px;font-family:"Karla600";color:#41434b}.HeaderSearchComponent__Dropdown__Wrapper .Dropdown__Option.Active{color:#64a70b;text-decoration:underline}.HeaderSearchComponent__Dropdown__Wrapper .Dropdown__Option svg{margin-left:10px}.HeaderSearchComponent__Dropdown__Wrapper .Dropdown__Option-Active{color:#41434b;font-family:"Karla600";padding:10px 8px;background-color:#ebf0fc;border:none;border-radius:3px;display:flex}.HeaderSearchComponent__Dropdown__Wrapper .Dropdown__Option-Active .Option__Icon{display:flex;align-items:center;margin-left:6px;transition:.2s}.HeaderSearchComponent__Dropdown__Wrapper .Dropdown__Option-Active .Option__Icon.Open{transform:rotate(180deg)}.HeaderSearchComponent__Dropdown__Wrapper .Results{display:flex;flex-direction:column;position:absolute;top:100%;background-color:#fff;width:100%;border-radius:4px;box-shadow:0 1px 12px 0 rgba(0,0,0,.25);padding:3px 15px;min-height:35px}.HeaderSearchComponent__Dropdown__Wrapper .Results__Item{width:calc(100% + 30px);margin:0 -15px;border:none;background-color:transparent;display:flex;justify-content:flex-start;padding:15px;transition:background-color .3s;font-family:"Karla600"}.HeaderSearchComponent__Dropdown__Wrapper .Results__Item:hover{background-color:#f0f9ec}.NotificationsComponent__Wrapper{display:flex}.NotificationsComponent__Button{background-color:#f3f5fa;border-radius:50%;width:35px;height:35px;position:relative;display:flex;align-items:center;justify-content:center;border:1px solid transparent;transition:.3s;outline:transparent}.NotificationsComponent__Button:focus{border:1px solid #d8dbe7}.NotificationsComponent__Button .Indicator{display:flex;align-items:center;justify-content:center;position:absolute;top:3px;right:5px;background-color:#c91f1f;border-radius:50%;color:#fff;font-family:"Karla600";font-size:11px;min-width:13px}.NotificationsComponent__FadeWrapper{position:fixed;top:69px;left:0;width:100vw;height:calc(100vh - 69px);background-color:rgba(0,0,0,.4);z-index:1;animation:fade .2s ease-in both}.NotificationsComponent__FadeWrapper.Closing{animation:fadeOut .2s ease-in both}.NotificationsComponent__List{background-color:#fff;display:flex;flex-direction:column;width:25vw;position:fixed;right:0;height:calc(100vh - 69px);color:#0d142d;animation:appearRight .2s ease-in .1s both;overflow:auto}.NotificationsComponent__List__Title{padding:32px;font-family:"Karla600";font-size:20px}.UserDropdownComponent{display:flex;position:relative}.UserDropdownComponent__Button{margin-left:24px;display:flex;align-items:center;background-color:transparent;border:none}.UserDropdownComponent__Initials{width:35px;height:35px;background-color:#004089;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-family:"Karla600";border:none;text-transform:uppercase;font-size:15px}.UserDropdownComponent__Chevron{display:flex;align-items:center;margin-left:4px}.UserMenuComponent{width:462px;background-color:#fff;animation:appearRight .2s ease-in .1s both;padding-top:46px;display:flex;flex-direction:column;justify-content:space-between}.UserMenuComponent__Actions{list-style:none;padding:0;margin:0}.UserMenuComponent__Action:last-of-type .UserMenuComponent__Button{background-color:#fcf5f5}.UserMenuComponent__Action:last-of-type .UserMenuComponent__Button:focus,.UserMenuComponent__Action:last-of-type .UserMenuComponent__Button:hover{background-color:#f0cdd1}.UserMenuComponent__Action:last-of-type .UserMenuComponent__Button__Text{color:#c91f1f}.UserMenuComponent__Button{outline:none;background-color:transparent;border:none;display:flex;align-items:center;padding:20px 24px;width:100%;transition:background-color .3s}.UserMenuComponent__Button:focus,.UserMenuComponent__Button:hover{background-color:#ebf0fc}.UserMenuComponent__Button__Icon{margin-right:16px}.UserMenuComponent__Button__Text{color:#0d142d;font-family:"Karla600";font-size:20px}.UserMenuComponent__Wrapper{background-color:rgba(0,0,0,.4);position:fixed;width:100vw;height:calc(100vh - 69px);top:69px;left:0;z-index:1;animation:fade .2s ease-in both;display:flex;justify-content:flex-end;overflow:auto}.UserMenuComponent__Wrapper.Closing{animation:fadeOut .2s ease-in both}.UserMenuComponent__Footer{background-color:#f3f5fa;padding:32px 24px 16px;display:flex;flex-direction:column;color:#0d142d}.UserMenuComponent__Footer a{color:#0d142d;text-decoration:none}.UserMenuComponent__Footer__Link{font-style:italic;font-size:16px}.UserMenuComponent__Footer__LinkTitle{font-family:"Karla600";font-size:16px}.UserMenuComponent__Footer__Certificates__Title{margin:40px 0 27px;font-size:20px;font-family:"Karla600"}.UserMenuComponent__Footer__Certificates__Item{display:flex;margin-bottom:16px}.UserMenuComponent__Footer__Certificates__Item span{margin-left:12px}@media screen and (min-width:1420px)and (max-width:1440px){.UserMenuComponent{padding-top:10px}.UserMenuComponent__Button{padding:12px}}.NotificationComponent{padding:14px 24px;margin-bottom:2px;background-color:#f0f9ec;border:none;border-bottom:2px solid transparent;display:flex;flex-direction:column;cursor:pointer;color:#0d142d;text-decoration:none;width:100%;font-size:16px;position:relative}.NotificationComponent:hover .NotificationComponent__Top__Close{display:flex}.NotificationComponent.Read{opacity:.7;background-color:#f3f5fa}.NotificationComponent__Bottom,.NotificationComponent__Top{display:flex}.NotificationComponent__Top{margin-bottom:6px;position:relative;width:100%;text-align:left}.NotificationComponent__Top__Icon{margin-right:12px}.NotificationComponent__Top__Title{font-family:"Karla600";width:calc(100% - 28px)}.NotificationComponent__Top__Close{display:none;border:2px solid transparent;padding:0;position:absolute;right:0;top:-1px;font-size:20px;transform:rotate(45deg);background-color:#64a70b;color:#fff;transition:.2s;border-radius:50%;width:20px;height:20px;align-items:center;justify-content:center;opacity:.6}.NotificationComponent__Top__Close:hover{opacity:1}.NotificationComponent__Bottom{display:flex;align-items:flex-end;justify-content:space-between;width:100%;padding-left:30px}.NotificationComponent__Bottom__Text{margin-right:16px;font-family:"Karla500";text-align:left;width:calc(100% - 44px)}.NotificationComponent__Bottom__Time{width:28px}@media screen and (max-width:1330px){.NotificationComponent__Top__Close{display:flex}}@media screen and (max-width:1024px){.NotificationComponent__Top__Close{display:flex}.NotificationComponent__Bottom__Text{font-size:14px}}.ContactInfoComponent{display:flex;justify-content:center;background-color:#f8f4f9;padding:21px;border:1px solid #c8a6cc;border-radius:5px;width:100%;color:#011328}.ContactInfoComponent__ContactName{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.ContactInfoComponent__Question{font-size:18px;font-family:"Karla600";margin-bottom:8px}.ContactInfoComponent__Name{color:#41434b}.ContactInfoComponent__Name>b{text-transform:capitalize}.ContactInfoComponent__Data{display:flex;flex-direction:column}.ContactInfoComponent__Field{display:flex;align-items:center}.ContactInfoComponent__Field:first-of-type{margin-bottom:12px}.ContactInfoComponent__Image{margin:auto 6.25%}.ContactInfoComponent__Image>img{display:block;width:77px;height:77px;border:5px solid #fff;border-radius:50%}.ContactInfoComponent__Icon{background-color:#fff;border-radius:50%;margin-right:10px;height:32px;width:32px;display:flex;align-items:center;justify-content:center}.ContactInfoComponent__Text{font-family:"Karla600";font-size:14px;color:#011328;text-decoration:none}@media screen and (max-width:1024px){.ContactInfoComponent{flex-wrap:wrap;justify-content:flex-start;margin:10px;width:calc(100% - 20px)}.ContactInfoComponent__ContactName{width:100%;align-items:flex-start;margin-bottom:8px}.ContactInfoComponent__Field:first-of-type{margin-bottom:8px}.ContactInfoComponent__Image{margin-right:17px;margin-left:0}.ContactInfoComponent__Image>img{width:58px;height:58px;border-width:3px}.ContactInfoComponent__Icon{width:24px;height:24px}.ContactInfoComponent__Icon>svg{width:16px!important;height:16px!important}}.NoCommandsComponent{width:100%;display:flex;flex-direction:column;align-items:center}.NoCommandsComponent__SubTitle{font-family:"Karla600";font-size:44px;max-width:552px;text-align:center;color:#858892;margin-bottom:0 0 24px}.NoCommandsComponent__NewOrder{margin-bottom:44px;padding:8px 16px}.NoCommandsComponent>img{width:25%}.NoCommandsComponent>img.WithFilter{width:35%}.ListComponent{width:100%;min-width:837px}.ListComponent__WithPagination{width:100%;position:relative}.ListComponent__Wrapper{width:calc(100% + 40px);margin:0 -20px;padding:0 20px 15px;overflow-x:auto;overflow-y:hidden}.ListComponent__Header{width:100%;padding:13px 22px}.ListComponent__Header__Icon{display:flex;margin-left:10px;opacity:0}.ListComponent__Header__List{display:flex;justify-content:stretch;padding:0;margin:0;list-style:none}.ListComponent__Header__List>li{display:flex;margin:0;padding:0;flex-grow:1}.ListComponent__Header__List>li>button{margin:0;padding:0;font-family:"Karla600";width:100%;height:100%;display:flex;align-items:center;border:none;background-color:transparent;transition:color .3s;outline:transparent;cursor:default;position:relative}.ListComponent__Header__List>li>button>span{text-align:left}.ListComponent__Header__List>li>button:hover{cursor:pointer}.ListComponent__Header__List>li>button:not(.Active):hover .ListComponent__Header__Icon{opacity:1}.ListComponent__Header__List>li>button.Active{color:#64a70b;text-decoration:underline}.ListComponent__Header__List>li>button.Active .Chevron{position:relative;width:7px;height:7px;left:-5px;top:-2px;display:block;border-bottom:2px solid #64a70b;border-left:2px solid #64a70b;transform:rotate(-45deg);border-radius:0 0 2px 0;transition:.3s}.ListComponent__Header__List>li>button.Active .Chevron.Asc{top:2px;transform:rotate(135deg)}.ListComponent__Header__List>li>button>svg{margin-left:10px;transition:fill .3s}.ListComponent__Row{background-color:#f3f5fa;padding:13px 22px;display:flex;justify-content:stretch;transition:.3s;position:relative}.ListComponent__Row:nth-child(2n),.ListComponent__Row:nth-child(2n) .ListComponent__Column__Copy{background-color:#fff}.ListComponent__Column{display:flex;flex-grow:1;font-family:"Karla500";font-size:14px}.ListComponent__Column.TextWrap{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:25px;position:relative}.ListComponent__Column.TextWrap:hover .ListComponent__Column__Copy{display:block}.ListComponent__Column__Copy{position:absolute;right:5px;top:0;background-color:#f3f5fa;display:block;animation:fade .2s linear both}.ListComponent__Column__Copy>svg{transition:.2s}.ListComponent__Column__Copy:hover{fill:#64a70b!important}@media screen and (min-width:1024px){.ListComponent__Row:hover{z-index:1;transform:scale(1.015);box-shadow:0 2px 12px 0 rgba(0,40,85,.22)}.ListComponent__Column__Copy{display:none}}.PaginationComponent{display:flex;justify-content:center;margin-top:24px;align-items:center}.PaginationComponent__GoLeft,.PaginationComponent__GoRight{background-color:transparent;border:none}.PaginationComponent__GoLeft:disabled,.PaginationComponent__GoRight:disabled{opacity:.5}.PaginationComponent__GoLeft>svg{transform:rotate(180deg)}.PaginationComponent>span{margin:0 6px}.PaginationComponent>button.ButtonComponent{padding:0;width:36px;height:36px;display:flex;justify-content:center;align-items:center;margin:0 6px;font-size:16px;font-family:"Karla500";border-radius:2px;box-shadow:none}.PaginationComponent>button.ButtonComponent:active,.PaginationComponent>button.ButtonComponent:focus,.PaginationComponent>button.ButtonComponent:hover{box-shadow:0 0 0 4px #ebf0fc}.PaginationComponent>button.ButtonComponent:not(.Active){background-color:#ebf0fc;color:#41434b}.PaginationComponent>button.ButtonComponent:not(.Active):active,.PaginationComponent>button.ButtonComponent:not(.Active):focus,.PaginationComponent>button.ButtonComponent:not(.Active):hover{background-color:#d8dbe7;box-shadow:0 0 0 4px #ebf0fc}.LoaderComponent{background-color:hsla(0,0%,100%,.7);animation:fade .3s ease both;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1}.LoaderComponent:before{content:"";width:50px;height:50px;border-radius:50%;border:5px solid #004089;border-right-color:transparent;animation:rotate 1s linear infinite both}.LoaderComponent.MainLoader{animation:none;background-color:#fff;position:fixed;z-index:111}@media screen and (max-width:1024px){.LoaderComponent{width:calc(100% + 30px)}}.OrderStatusTrackComponent{width:100%;position:relative;padding-bottom:10px}.OrderStatusTrackComponent__List{display:flex;width:100%;justify-content:space-between;margin:0;padding:0}.OrderStatusTrackComponent:before{content:"";position:absolute;width:100%;background-color:#555864;height:2px;left:0;top:16px}.OrderStatusTrackComponent__Wrapper{display:flex;flex-direction:column;width:100%;padding-left:30px;position:relative}.OrderStatusTrackComponent__Wrapper.Red .OrderStatusTrackComponent__Line,.OrderStatusTrackComponent__Wrapper.Red .OrderStatusTrackComponent__Status.Active .OrderStatusTrackComponent__Icon{background-color:#c91f1f}.OrderStatusTrackComponent__Status{display:flex;flex-direction:column;align-items:center;z-index:1;position:relative;padding-bottom:35px}.OrderStatusTrackComponent__Status.WithDates{padding-bottom:65px}.OrderStatusTrackComponent__Status.Active .OrderStatusTrackComponent__Pointer{position:absolute;bottom:0;width:4px;height:4px;border-radius:50%;background-color:#64a70b}.OrderStatusTrackComponent__Status.Active~* .OrderStatusTrackComponent__Icon{background-color:#555864!important}.OrderStatusTrackComponent__Status.Active~* .OrderStatusTrackComponent__Icon svg path{stroke:#fff!important}.OrderStatusTrackComponent__Icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#64a70b;transition:background-color .5s}.OrderStatusTrackComponent__Label{color:#41434b;position:absolute;top:40px;font-size:14px;width:170px;text-align:center;font-family:"Karla600"}.OrderStatusTrackComponent__DateInfo{color:#555864;font-family:"Karla500";position:absolute;top:60px;font-size:12px;text-align:center}.OrderStatusTrackComponent__Line{position:absolute;top:16px;background-color:#64a70b;height:2px;transition:width .55s;width:0}@media screen and (max-width:1024px){.OrderStatusTrackComponent__Label{font-size:13px;width:50px}}.FileLinkComponent{width:calc(33.33333% - 80px);display:flex;margin-bottom:28px;animation:fade .35s ease-in both;cursor:pointer}.FileLinkComponent__Indisponible{color:#555864;font-family:"Karla600";font-size:14px}.FileLinkComponent__Icon{width:56px;height:56px;border:1px solid #f3f5fa;border-radius:3px;margin-right:8px;display:flex;align-items:center;justify-content:center}.FileLinkComponent.Inactive{cursor:default}.FileLinkComponent.Inactive .FileLinkComponent__Icon{background-color:#f3f5fa}.FileLinkComponent__Data{display:flex;flex-direction:column}.FileLinkComponent__Title{font-family:"Karla600";font-size:14px;margin-bottom:4px}.FileLinkComponent__Date{font-family:"Karla500";color:#858892;font-size:12px;margin-bottom:4px}@media screen and (max-width:1330px){.FileLinkComponent{width:calc(50% - 40px)}}@media screen and (max-width:1024px){.FileLinkComponent{width:100%}}.GoBackComponent{display:flex;background-color:transparent;border:none;align-items:center}.GoBackComponent__Icon{width:40px;height:40px;background-color:#004976;display:flex;justify-content:center;align-items:center;border-radius:50%}.GoBackComponent__Label{font-family:"Karla600";color:#41434b;font-size:14px;margin-left:12px}.UnAuthPageBaseComponent{display:flex;min-height:100vh}.UnAuthPageBaseComponent__Left{background-color:#fff;width:50%;padding-left:13.3%}.UnAuthPageBaseComponent__Right{width:50%;height:100vh}.UnAuthPageBaseComponent__Right>img{object-fit:cover;object-position:top;width:100%;height:100%}.UnAuthPageBaseComponent__Logo{margin-top:13vh;width:126px;height:46px;margin-bottom:56px}@media screen and (max-width:1024px){.UnAuthPageBaseComponent__Left{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 16px}.UnAuthPageBaseComponent__Right{display:none}.UnAuthPageBaseComponent__Logo{align-self:flex-start;margin-top:16px}}.CheckboxComponent{display:flex}.CheckboxComponent input{display:none}.CheckboxComponent input:checked+.CheckboxComponent__Icon{background-color:#64a70b}.CheckboxComponent input:checked+.CheckboxComponent__Icon:before{content:"";margin-top:-2px;width:10px;height:4px;transform:rotate(-45deg);border-left:2px solid #fff;border-bottom:2px solid #fff}.CheckboxComponent__Icon{width:24px;height:24px;position:relative;background-color:#d8dbe7;border-radius:50%;margin-right:12px;display:flex;justify-content:center;align-items:center;transition:background-color .3s}.CheckboxComponent__Icon:before{content:"";margin-top:-2px;width:4px;height:4px;border-left:2px solid transparent;border-bottom:2px solid transparent;transition:.2s}.CheckboxComponent__Label{color:#000;font-family:"Karla500";max-width:300px}.DropdownComponent{position:relative;font-family:"Karla500";color:#0d142d;width:336px}.DropdownComponent__Label{margin-left:8px;font-size:12px;font-family:"Karla600"}.DropdownComponent__Toggler{width:100%;border:1px solid #858892;border-radius:4px;background-color:transparent;padding:8px;display:flex;justify-content:space-between;font-size:14px;font-family:"Karla500"}.DropdownComponent__Toggler>svg{transition:.3s}.DropdownComponent__Toggler.Opened>svg{transform:rotate(180deg)}.DropdownComponent__Options{position:absolute;top:100%;left:0;width:100%;display:flex;flex-direction:column;animation:fade .2s linear both;background-color:#fff;box-shadow:0 1px 12px 0 rgba(0,0,0,.25);border-radius:5px;max-height:250px;overflow:auto;z-index:11}.DropdownComponent__Option{background-color:transparent;border:1px solid transparent;display:flex;padding:8px;transition:background-color .3s;font-family:"Karla600"}.DropdownComponent__Option:focus,.DropdownComponent__Option:hover{background-color:#f0f9ec}.DropdownComponent__Placeholder{opacity:.7}.OrderWizardHeaderComponent__Steps{display:flex;flex-direction:column;padding:0;margin-left:16px}.OrderWizardHeaderComponent__Step{display:flex;flex-direction:column;margin-right:0;position:relative;color:#011328;transition:.3s;margin-bottom:20px}.OrderWizardHeaderComponent__Step:before{content:"";background-color:transparent;width:8px;height:8px;border-radius:50%;display:block;position:absolute;bottom:10px;left:-15px;transition:.3s}.OrderWizardHeaderComponent__Step.Active:before{background-color:#64a70b}.OrderWizardHeaderComponent__Step.Active~* .Step__Description,.OrderWizardHeaderComponent__Step.Active~* .Step__Title{color:#555864}.OrderWizardHeaderComponent__Step .Step__Title{font-family:"Karla500";font-size:11px}.OrderWizardHeaderComponent__Step .Step__Description{font-family:"Karla600";font-size:14px}@media screen and (min-width:1024px){.OrderWizardHeaderComponent__Steps{flex-direction:row}.OrderWizardHeaderComponent__Step{margin-bottom:0;margin-right:52px}.OrderWizardHeaderComponent__Step:before{bottom:-15px;left:16px}}.FirstStepComponent{padding:0 90px}.FirstStepComponent__Title{font-family:"Karla600";color:#0d142d;margin:0 0 8px;font-size:20px}.FirstStepComponent__SubTitle{display:block;margin-bottom:14px;font-family:"Karla600";font-size:16px}.FirstStepComponent__Content{display:flex}.FirstStepComponent__Column:first-child{margin-right:24px}.FirstStepComponent .DropdownComponent__Label{font-size:14px}.FirstStepComponent .InputComponent{padding:0;margin-bottom:12px}.FirstStepComponent .InputComponent.Error>input{border-color:1px solid #c91f1f;background-color:#f0cdd1}.FirstStepComponent .InputComponent label{padding-left:8px;font-size:14px}.FirstStepComponent .InputComponent input{padding:7px}.FirstStepComponent__AddButton,.FirstStepComponent__DeleteButton{position:relative;background-color:#fff;border:none;display:flex;align-items:center;font-size:16px;font-family:"Karla600";padding:0}.FirstStepComponent__AddButton:before,.FirstStepComponent__DeleteButton:before{font-size:22px;font-family:"Karla500";width:24px;height:24px;border-radius:3px;color:#fff;display:flex;justify-content:center;align-items:center;margin-right:12px}.FirstStepComponent__AddButton:before{content:"+";background-color:#64a70b}.FirstStepComponent__DeleteButton:before{content:"-";background-color:#c91f1f}@media screen and (max-width:1330px){.FirstStepComponent{padding:0 12px}}@media screen and (max-width:1024px){.FirstStepComponent__Content{flex-direction:column}.FirstStepComponent__Column:first-child{margin-right:0}}.FirstStepComponent .DropdownComponent{margin-bottom:20px}.FirstStepComponent__MandatoryText{display:block;font-family:"Karla500"}@media screen and (max-width:1330px){.FirstStepComponent .DateInputComponent__Button,.react-datepicker-wrapper{width:100%}}.SecondStepComponent{padding:0 90px}.SecondStepComponent__Title{font-family:"Karla600";color:#0d142d;margin:0 0 8px;font-size:20px}.SecondStepComponent__SubTitle{display:block;margin-bottom:14px;font-family:"Karla600";font-size:16px}.SecondStepComponent__Content{display:flex}.SecondStepComponent__Column:first-child{margin-right:24px}.SecondStepComponent .DropdownComponent__Label{font-size:14px}.SecondStepComponent .InputComponent{padding:0;margin-bottom:12px}.SecondStepComponent .InputComponent.Error>input{border-color:1px solid #c91f1f;background-color:#f0cdd1}.SecondStepComponent .InputComponent label{padding-left:8px;font-size:14px}.SecondStepComponent .InputComponent input{padding:7px}.SecondStepComponent__AddButton,.SecondStepComponent__DeleteButton{position:relative;background-color:#fff;border:none;display:flex;align-items:center;font-size:16px;font-family:"Karla600";padding:0}.SecondStepComponent__AddButton:before,.SecondStepComponent__DeleteButton:before{font-size:22px;font-family:"Karla500";width:24px;height:24px;border-radius:3px;color:#fff;display:flex;justify-content:center;align-items:center;margin-right:12px}.SecondStepComponent__AddButton:before{content:"+";background-color:#64a70b}.SecondStepComponent__DeleteButton:before{content:"-";background-color:#c91f1f}@media screen and (max-width:1330px){.SecondStepComponent{padding:0 12px}}@media screen and (max-width:1024px){.SecondStepComponent__Content{flex-direction:column}.SecondStepComponent__Column:first-child{margin-right:0}}.SecondStepComponent .DropdownComponent{position:relative;top:-2px;margin-bottom:10px;width:100%}.SecondStepComponent .CommentInput{width:696px;margin-bottom:30px}@media screen and (max-width:1330px){.SecondStepComponent .DropdownComponent{width:100%}}.ThirdStepComponent{min-height:400px;padding:0 90px 40px;position:relative}.ThirdStepComponent__Title{font-family:"Karla600";color:#0d142d;margin:0 0 8px;font-size:20px}.ThirdStepComponent__SubTitle{display:block;margin-bottom:14px;font-family:"Karla600";font-size:16px}.ThirdStepComponent__Content{display:flex}.ThirdStepComponent__Column:first-child{margin-right:24px}.ThirdStepComponent .DropdownComponent__Label{font-size:14px}.ThirdStepComponent .InputComponent{padding:0;margin-bottom:12px}.ThirdStepComponent .InputComponent.Error>input{border-color:1px solid #c91f1f;background-color:#f0cdd1}.ThirdStepComponent .InputComponent label{padding-left:8px;font-size:14px}.ThirdStepComponent .InputComponent input{padding:7px}.ThirdStepComponent__AddButton,.ThirdStepComponent__DeleteButton{position:relative;background-color:#fff;border:none;display:flex;align-items:center;font-size:16px;font-family:"Karla600";padding:0}.ThirdStepComponent__AddButton:before,.ThirdStepComponent__DeleteButton:before{font-size:22px;font-family:"Karla500";width:24px;height:24px;border-radius:3px;color:#fff;display:flex;justify-content:center;align-items:center;margin-right:12px}.ThirdStepComponent__AddButton:before{content:"+";background-color:#64a70b}.ThirdStepComponent__DeleteButton:before{content:"-";background-color:#c91f1f}@media screen and (max-width:1330px){.ThirdStepComponent{padding:0 12px}}@media screen and (max-width:1024px){.ThirdStepComponent__Content{flex-direction:column}.ThirdStepComponent__Column:first-child{margin-right:0}}.ThirdStepComponent__Tutorial{margin-top:20px;background-color:#f0f9ec;padding:20px 32px;display:flex;justify-content:space-between;align-items:center;color:#0d142d;border-radius:8px}.ThirdStepComponent__Tutorial__Title{font-size:24px;font-family:"Karla600";margin:0 0 2px}.ThirdStepComponent__Tutorial__SubTitle{font-family:"Karla600";font-size:16px}.ThirdStepComponent__Checkboxes{display:flex;align-items:center;margin:48px 0}.ThirdStepComponent__Checkboxes__Item .CheckboxComponent__Label{font-family:"Karla600"}.ThirdStepComponent__Checkboxes__Item:first-of-type{margin-right:32px}.ThirdStepComponent__DeviceRow{display:flex}.ThirdStepComponent__DeviceRow.Header{font-family:"Karla600";font-size:16px;margin:20px 0 12px}.ThirdStepComponent__DeviceRow .Type{width:200px}.ThirdStepComponent__DeviceRow .Description{width:250px}.ThirdStepComponent__DeviceRow .Input{margin-right:12px}.ThirdStepComponent__DeviceRow .Amount{width:120px}.ThirdStepComponent__DeleteButton{margin-top:-13px;position:relative}.ThirdStepComponent__DeleteButton:before{content:"";width:32px;height:32px;background-color:transparent}.ThirdStepComponent__DeleteButton:after{content:"+";font-size:32px;font-family:"Karla500";transform:rotate(45deg);position:absolute;left:9px;top:9px;color:#41434b}.ThirdStepComponent__FilesButtons{display:flex;flex-wrap:wrap}.ThirdStepComponent__Error{display:inline-block;background-color:#fcf5f5;color:#c91f1f;padding:12px;font-family:"Karla600";justify-content:center;border:1px dashed #f0cdd1;border-radius:8px;margin-bottom:12px}.ThirdStepComponent .FileButton{border:1px dashed #858892;border-radius:8px;padding:22px;display:flex;min-width:380px;margin-bottom:20px;background-color:transparent}.ThirdStepComponent .FileButton>input[type=file]{display:none}.ThirdStepComponent .FileButton:first-of-type{margin-right:20px;cursor:pointer}.ThirdStepComponent .FileButton__Icon{width:48px;height:48px;background-color:#f0f9ec;margin-right:22px;border-radius:4px;display:flex;justify-content:center;align-items:center}.ThirdStepComponent .FileButton__Text{display:flex;flex-direction:column;color:#0d142d;align-items:flex-start}.ThirdStepComponent .FileButton__Title{font-family:"Karla600";text-transform:uppercase;font-size:20px;margin-bottom:2px}.ThirdStepComponent .FileButton__Subtitle{font-family:"Karla500";font-size:16px}.ThirdStepComponent__FileList{margin-bottom:25px}.ThirdStepComponent .File{display:flex;justify-content:space-between;background-color:#f3f5fa;max-width:380px;padding:12px}.ThirdStepComponent .File__Left{display:flex;align-items:center}.ThirdStepComponent .File__Title{font-family:"Karla600";color:#0d142d;margin-left:10px}.ThirdStepComponent .File__Delete{padding:0;margin:0;background-color:transparent;border:none;color:#c91f1f;font-family:"Karla500";font-size:30px;line-height:0;transform:rotate(45deg)}@media screen and (max-width:1330px){.ThirdStepComponent__Tutorial{flex-direction:column;align-items:flex-start}.ThirdStepComponent__Tutorial .ButtonComponent{margin-top:12px}.ThirdStepComponent__Checkboxes{flex-direction:column;align-items:flex-start}.ThirdStepComponent__Checkboxes__Item:first-of-type{margin:0 0 32px}.ThirdStepComponent__DeviceRow{flex-direction:column}.ThirdStepComponent__DeviceRow.Header{display:none}.ThirdStepComponent__DeviceRow .Amount,.ThirdStepComponent__DeviceRow .Description,.ThirdStepComponent__DeviceRow .Type{width:100%;margin-bottom:8px}.ThirdStepComponent__DeviceRow .Amount,.ThirdStepComponent__DeviceRow .Type{margin-bottom:20px}.ThirdStepComponent__DeleteButton{background-color:#c91f1f;margin-bottom:32px;border-radius:4px}.ThirdStepComponent__DeleteButton:after{left:0;top:-2px;bottom:0;right:0;color:#fff}}.FourthStepComponent{padding:0 90px}.FourthStepComponent__Title{font-family:"Karla600";color:#0d142d;margin:0 0 8px;font-size:20px}.FourthStepComponent__SubTitle{display:block;margin-bottom:14px;font-family:"Karla600";font-size:16px}.FourthStepComponent__Content{display:flex}.FourthStepComponent__Column:first-child{margin-right:24px}.FourthStepComponent .DropdownComponent__Label{font-size:14px}.FourthStepComponent .InputComponent{padding:0;margin-bottom:12px}.FourthStepComponent .InputComponent.Error>input{border-color:1px solid #c91f1f;background-color:#f0cdd1}.FourthStepComponent .InputComponent label{padding-left:8px;font-size:14px}.FourthStepComponent .InputComponent input{padding:7px}.FourthStepComponent__AddButton,.FourthStepComponent__DeleteButton{position:relative;background-color:#fff;border:none;display:flex;align-items:center;font-size:16px;font-family:"Karla600";padding:0}.FourthStepComponent__AddButton:before,.FourthStepComponent__DeleteButton:before{font-size:22px;font-family:"Karla500";width:24px;height:24px;border-radius:3px;color:#fff;display:flex;justify-content:center;align-items:center;margin-right:12px}.FourthStepComponent__AddButton:before{content:"+";background-color:#64a70b}.FourthStepComponent__DeleteButton:before{content:"-";background-color:#c91f1f}@media screen and (max-width:1330px){.FourthStepComponent{padding:0 12px}}@media screen and (max-width:1024px){.FourthStepComponent__Content{flex-direction:column}.FourthStepComponent__Column:first-child{margin-right:0}}.FourthStepComponent__SubTitle{margin:14px 0;font-family:"Karla500";color:#011328}.FourthStepComponent__BlockTitle{font-family:"Karla600";font-size:25px;margin:35px 0 24px}.FourthStepComponent__Row{margin-bottom:20px;display:flex;min-height:32px}.FourthStepComponent__Row.WithDocument{margin:0;position:relative;top:-15px}.FourthStepComponent__Row .Document{background-color:transparent;border:none;display:flex;align-items:center;margin-left:25px;text-decoration:underline}.FourthStepComponent__Row .Document svg{margin:0 5px}.FourthStepComponent__Counter{margin-left:80px;display:flex;font-family:"Karla600";color:#0d142d}.FourthStepComponent__Counter>button,.FourthStepComponent__Counter>span{display:flex;align-items:center;justify-content:center;width:32px}.FourthStepComponent__Counter>button{background-color:#f3f5fa;border:none;font-size:20px;border-radius:50%;line-height:0;height:32px;padding:0 0 4px}.FourthStepComponent__Counter>span{margin:0 14px;font-size:16px}.FourthStepComponent__OtherErase{position:relative;top:2px}.FourthStepComponent__Textarea{width:780px}@media screen and (max-width:1330px){.FourthStepComponent .DropdownComponent,.FourthStepComponent__Textarea{width:100%}.FourthStepComponent .DropdownComponent{margin-bottom:12px}}.FifthStepComponent{padding:0 90px}.FifthStepComponent__Title{font-family:"Karla600";color:#0d142d;margin:0 0 8px;font-size:20px}.FifthStepComponent__SubTitle{display:block;margin-bottom:14px;font-family:"Karla600";font-size:16px}.FifthStepComponent__Column:first-child{margin-right:24px}.FifthStepComponent .DropdownComponent__Label{font-size:14px}.FifthStepComponent .InputComponent{padding:0;margin-bottom:12px}.FifthStepComponent .InputComponent.Error>input{border-color:1px solid #c91f1f;background-color:#f0cdd1}.FifthStepComponent .InputComponent label{padding-left:8px;font-size:14px}.FifthStepComponent .InputComponent input{padding:7px}.FifthStepComponent__AddButton,.FifthStepComponent__DeleteButton{position:relative;background-color:#fff;border:none;display:flex;align-items:center;font-size:16px;font-family:"Karla600";padding:0}.FifthStepComponent__AddButton:before,.FifthStepComponent__DeleteButton:before{font-size:22px;font-family:"Karla500";width:24px;height:24px;border-radius:3px;color:#fff;display:flex;justify-content:center;align-items:center;margin-right:12px}.FifthStepComponent__AddButton:before{content:"+";background-color:#64a70b}.FifthStepComponent__DeleteButton:before{content:"-";background-color:#c91f1f}@media screen and (max-width:1330px){.FifthStepComponent{padding:0 12px}}@media screen and (max-width:1024px){.FifthStepComponent__Content{flex-direction:column}.FifthStepComponent__Column:first-child{margin-right:0}}.FifthStepComponent__SubTitle{font-family:"Karla500"}.FifthStepComponent__Content{display:flex;flex-direction:column;align-items:center;margin-top:18px;color:#0d142d}.FifthStepComponent__Content__Title{font-size:20px;font-family:"Karla600";margin-bottom:10px}.FifthStepComponent__Content__SubTitle{font-size:16px;font-family:"Karla500";margin-bottom:40px}.FifthStepComponent__Content__Info{padding:15px 35px;background-color:#f2f5f9;border:1px solid #004089;border-radius:4px;font-size:14px;margin-bottom:36px;display:flex;align-items:center}.FifthStepComponent__Content__Info>svg{margin-left:15px}.FifthStepComponent__Image{position:relative;bottom:-24px;width:250px}.ConfirmModalComponent{background-color:#fff;width:100%;height:100%;padding:29px 23px;color:#0d142d;display:flex;flex-direction:column;font-family:"Karla600"}.ConfirmModalComponent__Wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:11;display:flex;justify-content:center;align-items:center;animation:fade .5s ease-in both}.ConfirmModalComponent__Content{display:flex;flex-direction:column;margin-bottom:40px}.ConfirmModalComponent__Title{font-size:22px;margin:10px 0 0;font-family:"Karla500";padding:0}.ConfirmModalComponent__SubTitle{font-size:12px;margin-bottom:20px}.ConfirmModalComponent__Text{font-family:"Karla500";font-size:16px}.ConfirmModalComponent__Buttons{display:flex;flex-direction:column-reverse}.ConfirmModalComponent__Buttons>button:last-of-type{margin-bottom:20px}@media screen and (min-width:1024px){.ConfirmModalComponent{max-width:585px;height:auto;box-shadow:4px 0 24px rgba(0,0,0,.25);border-radius:4px}.ConfirmModalComponent__Buttons{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end}.ConfirmModalComponent__Buttons>button:last-of-type{margin-left:32px;margin-bottom:0}}.LastOrdersComponent__Title{background-color:#f3f5fa;padding:16px 0 32px 20px;font-family:"Karla600";font-size:22px;color:#011328;border-radius:5px 5px 0 0}.LastOrdersComponent__List{border:1px solid #f3f5fa;display:flex;flex-direction:column}.LastOrdersComponent__Bottom{height:56px;background-color:#f3f5fa;display:flex;justify-content:center;align-items:center;border-radius:0 0 5px 5px}.LastOrdersComponent__Bottom>button{background-color:transparent;border:none;text-decoration:underline;font-family:"Karla600";color:#011328;font-size:14px}.SnackBarComponent{position:fixed;bottom:5%;right:5%;background-color:#555864;color:#fff;padding:12px 20px;border-radius:3px;box-shadow:0 1px 4px 0 rgba(109,157,79,.37);animation:fade .2s linear both;font-family:"Karla600";display:flex;z-index:11}.SnackBarComponent__Icon{display:flex;align-items:center;margin-right:20px}.SnackBarComponent__Icon:before{position:relative;display:block}.SnackBarComponent.Green{background-color:#64a70b}.SnackBarComponent.Green .SnackBarComponent__Icon:before{content:"";width:12px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.SnackBarComponent.Red{background-color:#c91f1f}.SnackBarComponent.Red .SnackBarComponent__Icon:before{content:"+";font-size:28px;font-family:"Karla500";line-height:0;transform:rotate(-45deg) translatey(-2px)}@media screen and (max-width:1024px){.SnackBarComponent{bottom:0;right:0;left:0;width:100%;border-radius:0}}.DateInputComponent__Button{display:block;width:336px;font-family:"Karla500";font-size:14px;outline:transparent;transition:opacity .3s;background-color:transparent;border:1px solid #858892;border-radius:4px;resize:none;padding:7px;text-align:left}.DateInputComponent .react-datepicker{font-family:"Karla600";border:none;box-shadow:0 0 5px rgba(0,0,0,.3)}.DateInputComponent .react-datepicker__navigation{top:10px}.DateInputComponent .react-datepicker__header{background-color:#f0f9ec;padding-top:25px;border-bottom-color:rgba(0,0,0,.1);box-shadow:inset 0 -1px 2px rgba(0,0,0,.1)}.DateInputComponent .react-datepicker__current-month{position:relative;top:-10px}.DateInputComponent .react-datepicker__week{display:flex}.DateInputComponent .react-datepicker__day,.DateInputComponent .react-datepicker__day-name{width:35px;height:35px;padding:0;display:flex;align-items:center;justify-content:center;font-family:"Karla600";font-size:14px}.DateInputComponent .react-datepicker__day:hover{border-radius:2px}.DateInputComponent .react-datepicker__day--in-range{background-color:transparent;color:#0d142d}.DateInputComponent .react-datepicker__day-names{display:flex;justify-content:center}.DateInputComponent .react-datepicker__day--keyboard-selected,.DateInputComponent .react-datepicker__day--selected{background-color:#64a70b;border-radius:2px;color:#fff}.DateInputComponent .react-datepicker__day--keyboard-selected:hover,.DateInputComponent .react-datepicker__day--selected:hover{background-color:#64a70b;border-radius:2px}.DateInputComponent__Label{color:#0d142d;font-family:"Karla600";padding-left:8px;font-size:14px}.Safari .react-datepicker__navigation-icon--previous:before{right:17px}.Safari .react-datepicker__navigation-icon--next:before{left:10px}.SubAccountSelectComponent{background-color:#ebf0fc;width:100%;padding:16px 0 27px 24px}.SubAccountSelectComponent .search-wrapper{padding-top:5px;max-height:150px;overflow:auto}.SubAccountSelectComponent li._3N0WR2P3JAHZIXKMgKZeiH{pointer-events:all}.SubAccountSelectComponent li._3N0WR2P3JAHZIXKMgKZeiH:hover{background-color:#f0f9ec}.SubAccountSelectComponent .chip{background-Color:#64a70b;color:#fff;font-family:"Karla500";font-size:14px;border-radius:5px}.SubAccountSelectComponent .optionContainer li:not(.option){font-family:"Karla600";color:#0d142d}.SubAccountSelectComponent .option{transition:.2s}.SubAccountSelectComponent .option.highlight{background-color:transparent;color:#0d142d}.SubAccountSelectComponent .option:hover{background-color:#f0f9ec;color:#0d142d}.SubAccountSelectComponent__Label{margin-bottom:20px;display:block;color:#0d142d;font-family:"Karla600"}.SubAccountSelectComponent .DropdownComponent__Toggler{background-color:#fff}.ModalComponent{background-color:#fff;width:100%;height:100%;padding:29px 23px;color:#0d142d;display:flex;flex-direction:column;font-family:"Karla600"}.ModalComponent__Wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:11;display:flex;justify-content:center;align-items:center;animation:fade .5s ease-in both}.ModalComponent__Content{display:flex;flex-direction:column}@media screen and (min-width:1024px){.ModalComponent{max-width:585px;height:auto;box-shadow:4px 0 24px rgba(0,0,0,.25);border-radius:4px}}.CSRInfoBlockComponent{background-color:#f0f9ec;border-radius:4px;display:flex;padding:32px;align-items:center;transition:.3s}.CSRInfoBlockComponent:hover{transform:scale(1.015);box-shadow:0 1px 12px 0 rgba(66,109,59,.23)}.CSRInfoBlockComponent__Icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#64a70b;border-radius:4px;margin-right:25px}.CSRInfoBlockComponent__Info{display:flex;flex-direction:column;width:calc(100% - 180px)}.CSRInfoBlockComponent__Number{font-size:32px;font-family:"Karla600"}.CSRInfoBlockComponent__Text{font-size:20px;font-family:"Karla500"}@media screen and (max-width:1024px){.CSRInfoBlockComponent{flex-wrap:wrap;align-items:flex-start}.CSRInfoBlockComponent__Info{width:calc(100% - 80px);margin-bottom:25px}.CSRInfoBlockComponent__Text{font-size:16px;font-family:"Karla500"}.CSRInfoBlockComponent__Button{width:100%}}.PieDiagramComponent{padding:24px;background-color:#f3f5fa;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);border-radius:4px}.PieDiagramComponent__Title{font-family:"Karla600";font-size:20px;margin-bottom:20px;display:flex;color:#41434b}.PieDiagramComponent__Diagram{padding:20px;margin-bottom:20px}.PieDiagramComponent__Legend__Item{display:flex;align-items:center;padding:4px 0}.PieDiagramComponent__Legend__Item .Color{display:flex;width:10px;height:10px;border-radius:50%;margin-right:8px}.PieDiagramComponent__Legend__Item .Label{font-size:16px;font-family:"Karla500";color:#555864;text-transform:capitalize}.OrderInvoiceComponent{width:100%;position:relative;padding-bottom:10px}.OrderInvoiceComponent__List{display:flex;width:100%;justify-content:space-between;margin:0;padding:0}.OrderInvoiceComponent:before{content:"";position:absolute;width:100%;background-color:#555864;height:2px;left:0;top:4px}.OrderInvoiceComponent__Wrapper{display:flex;flex-direction:column;width:100%;padding-left:30px;position:relative}.OrderInvoiceComponent__Status{display:flex;flex-direction:column;align-items:center;z-index:1;position:relative;padding-bottom:68px}.OrderInvoiceComponent__Status.WithDates{padding-bottom:65px}.OrderInvoiceComponent__Status.Active .OrderInvoiceComponent__Pointer{position:absolute;bottom:0;width:4px;height:4px;border-radius:50%;background-color:#64a70b}.OrderInvoiceComponent__Icon{width:10px;height:10px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;border:1px solid #64a70b;transition:background-color .5s}.OrderInvoiceComponent__Label{color:#41434b;position:absolute;top:30px;font-size:14px;white-space:nowrap;font-family:"Karla600";display:flex;flex-direction:column;align-items:center}.OrderInvoiceComponent__SubLabel{color:#555864;margin-top:6px;font-family:"Karla500";font-style:italic;font-size:10px}.OrderInvoiceComponent__DateInfo{color:#555864;font-family:"Karla500";position:absolute;top:60px;font-size:12px;text-align:center}.OrderInvoiceComponent__Line{position:absolute;top:4px;background-color:#64a70b;height:2px;transition:width .55s;width:0}@media screen and (max-width:1420px){.OrderInvoiceComponent__Label{white-space:normal}}.TutorialVideoComponent{position:relative;width:100%;height:100%}.TutorialVideoComponent__Wrapper{display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:hsla(0,0%,100%,.3);animation:fade .3s ease-in both;z-index:1111}.TutorialVideoComponent__Close{display:flex;justify-content:center;align-items:center;position:absolute;width:40px;height:40px;top:20px;right:0;left:0;margin:auto;z-index:1111;background-color:#fff;color:#0d142d;border:none;border-radius:50%;box-shadow:0 0 10px hsla(0,0%,100%,.3);font-size:20px;transform:rotate(45deg)}.SmallOrderListItemComponent{display:flex;padding:12px 14px;background-color:transparent;border:none;border-bottom:1px solid #f3f5fa;transition:.4s;width:100%;justify-content:space-between}.SmallOrderListItemComponent.Red{background-color:#fcf5f5}.SmallOrderListItemComponent.Red svg path{stroke:#c91f1f}.SmallOrderListItemComponent.Red .SmallOrderListItemComponent__Date,.SmallOrderListItemComponent.Red .SmallOrderListItemComponent__Id,.SmallOrderListItemComponent.Red .SmallOrderListItemComponent__Right{color:#c91f1f!important}.SmallOrderListItemComponent.Active,.SmallOrderListItemComponent:focus{background-color:#d8dbe7}.SmallOrderListItemComponent__Left{max-width:calc(100% - 60px);display:flex;flex-direction:column;align-items:flex-start}.SmallOrderListItemComponent__Right{width:50px;display:flex;flex-direction:column;align-items:center}.SmallOrderListItemComponent__Id{font-size:14px;font-family:"Karla600";color:#011328;margin-bottom:4px}.SmallOrderListItemComponent__Date{color:#858892;font-family:"Karla600";font-size:12px}.UserProfileInformation{padding:0 24px 22px;display:flex;border-bottom:2px solid #90cd3f}.UserProfileInformation__Initials{height:50px;width:50px;font-size:22px;font-family:"Karla500"}.UserProfileInformation__UserInformation{margin-left:30px}.UserProfileInformation__UserName{font-family:"Karla600"}.UserProfileInformation__UserEmail{color:#858892;font-family:"Karla500";margin-bottom:9px}.UserProfileInformation__UserEmail :last-child{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:1px}.HeaderComponent__Mobile__Container{border-top:1px solid #f3f5fa}.HeaderComponent__Mobile__Container .UserProfileInformation{margin-top:35px}.UserRole{color:#fff;border-radius:3px;width:-webkit-min-content;width:-moz-min-content;width:min-content;padding:2px 12px 4px}.UserRole__Admin{background-color:#64a70b}.UserRole__Opérationnel{background-color:#e99242}.UserRole__Comptabilité{background-color:#be2e3f}.UserRole__Logistique{background-color:#002855}.Legal_Links{display:flex;font-size:14px;text-align:center;align-items:center;justify-content:center;grid-gap:25px;gap:25px;margin-top:15px;margin-bottom:15px}.Legal_Links a{text-decoration:underline;color:#004089;font-family:"Karla500";cursor:pointer}@media screen and (max-width:1024px){.Legal_Links{font-size:11px;justify-content:space-evenly;grid-gap:6px;gap:6px;margin-top:15px;margin-bottom:60px}.Legal_Links a{display:block;text-align:center}}.UnAuthPageBaseComponent .Legal_Links{margin-top:30px;grid-gap:10px;gap:10px;transform:translateX(-23%)}@media(max-width:1330px){.UnAuthPageBaseComponent .Legal_Links{transform:translateX(-10%);font-size:12px}}@media screen and (max-width:1024px){.UnAuthPageBaseComponent .Legal_Links{transform:translateX(0)}}.LoginPage__Title{font-size:22px;color:#011328;font-family:"Karla600";margin-bottom:8px}.LoginPage__SubTitle{font-family:"Karla500";font-size:16px;margin-bottom:44px}.LoginPage__Error{display:block;background-color:#fcf5f5;color:#c91f1f;width:336px;padding:12px;font-family:"Karla600";justify-content:center;border:1px dashed #f0cdd1;border-radius:8px}.LoginPage__Error,.LoginPage__Input{margin-bottom:12px}.LoginPage__Submit{margin:44px 0 52px;width:336px}.LoginPage__Forgot-Pass{background-color:transparent;border:none;display:flex;justify-content:center;font-family:"Karla600";color:#011328;text-decoration:underline;font-size:14px;width:336px}@media screen and (max-width:1024px){.LoginPage__SubTitle,.LoginPage__Title{align-self:flex-start}.LoginPage__Submit{width:100%;padding-top:12px;padding-bottom:12px}}.ErrorPage{display:flex;padding-top:180px;font-family:"Karla600";width:100%}.ErrorPage__Wrapper{width:100%;min-height:calc(100vh - 74px);background-color:#f3f5fa;position:relative}.ErrorPage__Left,.ErrorPage__Right{width:50%}.ErrorPage__Right{display:flex;justify-content:center;align-items:flex-start}.ErrorPage__Title{font-size:44px;color:#858892;margin-bottom:12px}.ErrorPage__SubTitle{color:#41434b;font-size:24px;margin-bottom:32px}.ErrorPage__Description{display:block;color:#555864;font-size:16px;margin-bottom:32px;font-family:"Karla500"}.ErrorPage__Background{width:411px}@media screen and (max-width:1024px){.ErrorPage{flex-direction:column;align-items:center;padding-top:0}.ErrorPage__Left,.ErrorPage__Right{width:100%}.ErrorPage__Left{display:flex;flex-direction:column;justify-content:center;align-items:center}.ErrorPage__Background{margin-top:24px;max-width:100%}}.UserInfoPage{background-color:#fff;width:100%;padding:24px 6.25%;min-height:500px;border-radius:5px;box-shadow:0 0 16px 0 rgba(5,94,161,.2);margin-top:40px}.UserInfoPage__Title{color:#004089;padding-bottom:24px;display:block;font-family:"Karla500";font-size:28px;letter-spacing:3.36px;border-bottom:1px solid #d8dbe7;text-transform:uppercase}.UserInfoPage__Wrapper{width:100%;min-height:calc(100vh - 74px)}.UserInfoPage__Content{width:100%;display:flex;justify-content:space-between}.UserInfoPage__Column{display:flex;flex-direction:column;justify-content:flex-start}.UserInfoPage__Column img{max-width:25vw;align-self:flex-end}.UserInfoPage__Input{padding:0;margin-bottom:41px}.UserInfoPage__Input .InputComponent{padding:0}.UserInfoPage__Input .InputComponent>input{background-color:#f3f5fa;border:1px solid #f3f5fa;padding:8px;color:#41434b}.UserInfoPage__Input .InputComponent>label{padding-left:8px;font-family:"Karla600";font-size:14px}@media screen and (max-width:1330px){.UserInfoPage{margin-bottom:32px}.UserInfoPage__Wrapper{height:calc(100vh - 54px)}.UserInfoPage__Content{grid-column-gap:normal;-webkit-column-gap:normal;grid-column-gap:0;-webkit-column-gap:initial;column-gap:normal;flex-direction:column}.UserInfoPage__Content img{display:none}}.CommandsListPage .ListItem__Id{font-family:"Karla600"}.CommandsListPage__Content{background-color:#fff;width:100%;min-height:500px;border-radius:5px;box-shadow:0 0 16px 0 rgba(5,94,161,.2);margin-top:40px;min-height:400px;padding:24px 6.25% 29px;margin-bottom:16px;display:flex;flex-direction:column;align-items:center}.CommandsListPage__Title{color:#004089;padding-bottom:24px;font-family:"Karla500";font-size:28px;letter-spacing:3.36px;border-bottom:1px solid #d8dbe7;text-transform:uppercase;display:block;width:100%;margin:0}.CommandsListPage__Modal__Title{color:#0d142d;font-family:"Karla500";text-align:center}.CommandsListPage__Modal__Title svg{margin-right:10px;position:relative;top:3px}.CommandsListPage__Modal__Title svg path{fill:#004976}.CommandsListPage__Modal__Loader{position:relative}.CommandsListPage__Modal__Loader:before{width:20px;height:20px}.CommandsListPage__Filters{display:flex;padding:20px 0 10px;width:100%;justify-content:flex-end}.CommandsListPage__Filters .DropdownComponent{width:250px}.CommandsListPage__Filters .DropdownComponent:first-of-type{margin-right:20px}.CommandsListPage__Filters .DropdownComponent__Toggler{background-color:#f3f5fa;border:none}.CommandsListPage__Filters .DropdownComponent__Option{height:33px}.CommandsListPage__Document{padding:0 10px;font-size:14px;margin-right:20px}.CommandsListPage__List{margin-top:32px}.CommandsListPage__List .ListComponent__Row{cursor:pointer}.CommandsListPage__List .ListComponent__Row.Red{background-color:#fcf5f5!important;color:#c91f1f}@media screen and (max-width:1024px){.CommandsListPage__Container{width:100%}.CommandsListPage__Document{width:100%;margin-right:0;padding:8px 10px;margin-bottom:15px}.CommandsListPage__Filters{flex-direction:column-reverse}.CommandsListPage__Filters .DropdownComponent{width:100%;margin-right:0;margin-bottom:15px}.CommandsListPage__Content{border-radius:0;width:calc(100% + 30px);margin:16px -15px 20px}}.OrderDetailsPage{min-height:calc(100vh - 74px);padding-bottom:50px;padding-top:40px}.OrderDetailsPage__Wrapper{display:flex;align-items:flex-start}.OrderDetailsPage__Left{width:250px;display:flex;flex-direction:column;position:relative}.OrderDetailsPage__Right{width:calc(100% - 272px);margin-left:22px}.OrderDetailsPage__GeneralInformation{background-color:#f3f5fa;padding:24px;width:100%;border-radius:5px 5px 0 0}.OrderDetailsPage__GeneralInformation__Title{font-family:"Karla500";font-size:22px;margin-bottom:24px;color:#17234c}.OrderDetailsPage__GeneralInformation__Content{display:flex;margin-bottom:15px}.OrderDetailsPage__GeneralInformation__Content .Content__Field{display:flex;flex-direction:column;margin-right:3.1%;font-family:"Karla600"}.OrderDetailsPage__GeneralInformation__Content .Content__Field__Label{color:#41434b;font-size:12px;margin-bottom:4px}.OrderDetailsPage__GeneralInformation__Content .Content__Field__Text{font-size:15px;color:#011328}.OrderDetailsPage__Track{border-radius:5px;box-shadow:0 0 16px 0 rgba(41,37,94,.14);background-color:#fff;padding:24px;margin-bottom:16px;margin-top:-5px;display:flex;flex-direction:column}.OrderDetailsPage__Track__Title{font-family:"Karla500";font-size:20px;margin-bottom:24px;color:#17234c}.OrderDetailsPage__Track__Status{padding-left:72px;padding-right:80px}.OrderDetailsPage__Track__AuditBtn{margin-top:24px;align-self:center;font-size:14px;background-color:transparent;border:none;font-family:"Karla600"}.OrderDetailsPage__Invoice{border-radius:5px;box-shadow:0 0 16px 0 rgba(41,37,94,.14);background-color:#fff;padding:24px;margin-bottom:16px;display:flex;flex-direction:column}.OrderDetailsPage__Invoice__Title{font-family:"Karla500";font-size:20px;margin-bottom:24px;color:#17234c}.OrderDetailsPage__Invoice__Status{padding-left:130px;padding-right:120px}.OrderDetailsPage__Docs{border-radius:5px;box-shadow:0 0 16px 0 rgba(41,37,94,.14);background-color:#fff;padding:24px;margin-bottom:16px}.OrderDetailsPage__Docs__Title{font-family:"Karla500";font-size:20px;color:#17234c;margin-bottom:4px}.OrderDetailsPage__Docs__SubTitle{display:block;font-size:14px;font-family:"Karla500";color:#17234c}.OrderDetailsPage__Docs__List{display:flex;flex-wrap:wrap;padding:20px;margin-bottom:24px}@media screen and (max-width:1330px){.OrderDetailsPage__Docs__List{padding:20px 0}.OrderDetailsPage .Document{width:calc(50% - 40px)}.OrderDetailsPage__Invoice__Status{padding:16px}}@media screen and (max-width:1024px){.OrderDetailsPage{background-color:transparent;margin-bottom:32px}.OrderDetailsPage__Wrapper{flex-direction:column-reverse;padding:0}.OrderDetailsPage__Left{width:100%;margin-bottom:15px}.OrderDetailsPage__Right{width:100%;margin-left:0}.OrderDetailsPage__GeneralInformation{margin-top:0;border-radius:0}.OrderDetailsPage__GeneralInformation__Content{flex-wrap:wrap;justify-content:space-between}.OrderDetailsPage__GeneralInformation__Content .Content__Field{width:50%;margin-bottom:20px;margin-right:0}.OrderDetailsPage__GeneralInformation__Content .Content__Text{font-size:12px;color:#011328}.OrderDetailsPage__Track__Status{padding:16px 0}.OrderDetailsPage .Document{width:100%}}.OrderAuditPage{width:100%;min-height:calc(100vh - 74px);padding-top:40px;position:relative;padding-bottom:50px}.OrderAuditPage__Wrapper{display:flex;align-items:flex-start}.OrderAuditPage__Left{width:250px;display:flex;flex-direction:column;position:relative}.OrderAuditPage__Right{width:calc(100% - 272px);margin-left:22px}.OrderAuditPage__StatusTrack{border-radius:5px;width:100%;background-color:#f3f5fa;padding:17px 24px;display:flex;justify-content:space-between;position:relative}.OrderAuditPage__StatusTrack__OrderTrack{width:calc(100% - 230px);margin-right:30px}.OrderAuditPage__StatusTrack__Title{font-size:16px;color:#41434b;font-family:"Karla600";width:170px}.OrderAuditPage__General{display:flex;flex-direction:column;align-items:flex-start;padding:24px 24px 30px 65px;background-color:#f3f5fa;width:100%;margin-top:16px;border-radius:5px 5px 0 0;position:relative}.OrderAuditPage__General__Title{font-size:22px;font-family:"Karla500";color:#011328;margin:21px 0 32px}.OrderAuditPage__General__Bottom{display:flex;justify-content:space-between;align-items:center;width:100%}.OrderAuditPage__General__BottomLeft{width:35.6%;display:flex;justify-content:space-between}.OrderAuditPage__FinishDate,.OrderAuditPage__ItemsCount{display:flex;flex-direction:column;padding-top:10px}.OrderAuditPage__FinishDate__Label,.OrderAuditPage__ItemsCount__Label{font-size:11px;font-family:"Karla600";color:#41434b}.OrderAuditPage__ItemsCount__Items{font-size:14px;color:#011328}.OrderAuditPage__ItemsCount__Done{font-family:"Karla600"}.OrderAuditPage__ItemsCount__Total{font-family:"Karla500";position:relative;padding-left:13px}.OrderAuditPage__ItemsCount__Total:before{content:"/";font-family:"Karla600";position:absolute;left:3px;top:0;bottom:0}.OrderAuditPage__ItemsCount__Percentage{background-color:#64a70b;padding:4px 8px;color:#fff;font-family:"Karla500";border-radius:20px;margin-left:11px}.OrderAuditPage__FinishDate__Date{font-family:"Karla600";color:#011328;font-size:14px}.OrderAuditPage__Search{background-color:#fff;border:1px solid #858892;border-radius:4px;display:flex;align-items:center;padding:0 12px;width:270px}.OrderAuditPage__Search__Input .InputComponent>input{padding:0;border:none}.OrderAuditPage__ItemsDoneCount{position:absolute;bottom:0;height:4px;background-color:#64a70b;left:0}.OrderAuditPage__Devices{margin-bottom:20px;padding:65px;box-shadow:0 0 16px 0 rgba(5,94,161,.2);background-color:#fff;z-index:1;border-radius:5px;position:relative}.OrderAuditPage__Devices__Red{background-color:#fcf5f5!important;color:#c91f1f}.OrderAuditPage__Devices__Red svg path{stroke:#c91f1f}.OrderAuditPage__Devices__List{padding-bottom:55px}.OrderAuditPage__Devices__List+.PaginationComponent{margin-top:0}.OrderAuditPage__Device__Actions{position:relative}.OrderAuditPage__Device__Actions .Actions__Toggler{background-color:transparent;border:none}.OrderAuditPage__Device__Actions .Actions__Toggler:focus>.Actions__Dropdown,.OrderAuditPage__Device__Actions .Actions__Toggler:hover>.Actions__Dropdown{display:block}.OrderAuditPage__Device__Actions .Actions__Dropdown{display:none;position:absolute;top:15px;right:0;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.15);z-index:1;min-width:150px}.OrderAuditPage__Device__Actions .Actions__Dropdown>a,.OrderAuditPage__Device__Actions .Actions__Dropdown>button{color:#000;display:block;text-align:center;text-decoration:none;width:100%;padding:12px 8px;background-color:#fff;border:transparent;font-family:"Karla600"}.OrderAuditPage__Device__Actions .Actions__Dropdown>a:hover,.OrderAuditPage__Device__Actions .Actions__Dropdown>button:hover{background-color:#f3f5fa}.OrderAuditPage__Device__FileStatus{perspective:1000;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:transparent;border:1px solid transparent;color:#41434b}.OrderAuditPage__Device__FileStatus.InProgress{display:flex;align-items:center}.OrderAuditPage__Device__FileStatus.InProgress svg{margin-right:4px;animation:rotate 2s linear infinite both}.OrderAuditPage__Device__State{text-transform:capitalize}.OrderAuditPage .Device-Status{position:relative;margin-left:5px}.OrderAuditPage .Device-Status__Tooltip{top:25px;left:-118px;display:none;position:absolute;padding:10px;background-color:#fff;width:250px;height:75px;text-align:center;font-family:"Karla500";font-size:13px;color:#41434b;border:1px solid #555864;border-radius:6px;z-index:1111}.OrderAuditPage .Device-Status__Tooltip:before{top:-10px;border-color:transparent transparent #555864;border-width:0 10px 10px}.OrderAuditPage .Device-Status__Tooltip:after,.OrderAuditPage .Device-Status__Tooltip:before{content:"";z-index:1111;position:absolute;left:0;right:0;width:0;height:0;margin:0 auto;border-style:solid}.OrderAuditPage .Device-Status__Tooltip:after{top:-8px;border-color:transparent transparent #fff;border-width:0 8px 8px}.OrderAuditPage .Device-Status:hover .Device-Status__Tooltip{display:block}@media screen and (max-width:1024px){.OrderAuditPage{width:calc(100% + 30px);margin:0 -15px 30px;padding-top:0}.OrderAuditPage__Wrapper{flex-direction:column-reverse;padding:0 15px}.OrderAuditPage__Left{width:100%;margin-bottom:15px}.OrderAuditPage__Right{width:100%;margin-left:0}.OrderAuditPage__StatusTrack{flex-direction:column;border-radius:0}.OrderAuditPage__StatusTrack__OrderTrack{width:100%;margin-right:0;padding-left:10px}.OrderAuditPage__FinishDate,.OrderAuditPage__ItemsCount{width:50%;align-items:center;justify-content:center}.OrderAuditPage__FinishDate__Label,.OrderAuditPage__ItemsCount__Label{margin-bottom:4px}.OrderAuditPage__General{padding:24px}.OrderAuditPage__General__Title{margin-bottom:12px}.OrderAuditPage__General__Bottom{flex-wrap:wrap;flex-direction:column-reverse}.OrderAuditPage__General__BottomLeft{width:100%}.OrderAuditPage__Search{width:100%;margin:15px 0}.OrderAuditPage__Devices{padding:20px 0 50px}.OrderAuditPage__Devices__List .ListComponent__Wrapper{width:100%;margin:initial;padding:initial}.OrderAuditPage .LoaderComponent{width:100%}}.EmailValidationPage__Title{font-size:22px;color:#011328;font-family:"Karla600";margin-bottom:8px}.EmailValidationPage__SubTitle{font-family:"Karla500";font-size:16px;margin-bottom:44px}.EmailValidationPage__Error{display:block;background-color:#fcf5f5;color:#c91f1f;width:336px;padding:12px;font-family:"Karla600";justify-content:center;border:1px dashed #f0cdd1;border-radius:8px;margin-bottom:12px}.EmailValidationPage__Input{margin-bottom:12px}.EmailValidationPage__Input.Disabled{opacity:.6}.EmailValidationPage__GDPR{margin-top:24px}.EmailValidationPage__Submit{margin:44px 0 52px;width:336px}.OrderCreatePage{width:100%;min-height:calc(100vh - 74px);position:relative;padding-bottom:50px}.OrderCreatePage__Top{background-color:#f3f5fa;padding:20px 0 40px;display:flex;flex-direction:column;border-radius:5px 5px 0 0}.OrderCreatePage__Top__Title{color:#011328;font-family:"Karla600";font-size:22px;margin-bottom:24px}.OrderCreatePage__Bottom,.OrderCreatePage__Step{border-radius:5px;box-shadow:0 0 16px 0 rgba(41,37,94,.14);background-color:#fff;padding:24px;margin-bottom:16px}.OrderCreatePage__Bottom{display:flex;justify-content:space-between;align-items:center;height:93px}.OrderCreatePage__Bottom__Cancel,.OrderCreatePage__Bottom__GoToPrevious{background-color:transparent;border:none;color:#011328;font-family:"Karla600";display:flex;align-items:center}.OrderCreatePage__Bottom__Cancel{font-size:16px}.OrderCreatePage__Bottom__GoToPrevious{font-size:14px;text-decoration:underline}.OrderCreatePage__Bottom .ButtonComponent.Secundary:focus{background-color:#64a70b}.OrderCreatePage .SelectAccountModal__List{max-height:300px;overflow:auto}.OrderCreatePage .SelectAccountModal__List .CheckboxComponent{margin-bottom:20px}.OrderCreatePage .SelectAccountModal__Title{margin:0 0 20px;font-family:"Karla600";font-size:21px}@media screen and (min-width:1024px){.OrderCreatePage{padding-top:40px}.OrderCreatePage__Top{padding:20px 44px 40px}}.ForgotPasswordPage__GoBack{margin-bottom:32px}.ForgotPasswordPage .Big{display:inline-block;width:auto}.ChangePasswordPage__Changed{width:100%}.ChangePasswordPage__Changed__Title{font-family:"Karla500";font-size:22px;margin-bottom:8px}.ChangePasswordPage__Changed__Text{margin-bottom:24px}.ChangePasswordPage .InputComponent>input{background-color:transparent;border:1px solid transparent;padding:8px;color:#41434b}.ChangePasswordPage img{width:30vw}@media screen and (min-width:1330px){.ChangePasswordPage__Changed{width:80%}}.FinancialDashboardPage{background-color:#fff;width:100%;min-height:500px;border-radius:5px;box-shadow:0 0 16px 0 rgba(5,94,161,.2);margin-top:40px;padding:24px 91px;min-height:auto;margin-bottom:20px}.FinancialDashboardPage__Wrapper .SelectAccountModal__Close{transform:rotate(45deg);background-color:transparent;border:none;position:relative;font-size:30px;border-radius:50%;padding:0;width:45px;height:45px}.FinancialDashboardPage__Wrapper .SelectAccountModal__Close:hover{background-color:#f3f5fa}.FinancialDashboardPage__Wrapper .SelectAccountModal__List{max-height:300px;overflow:auto}.FinancialDashboardPage__Wrapper .SelectAccountModal__List .SupplierWithClients{font-family:"Karla500";margin-left:35px}.FinancialDashboardPage__Wrapper .SelectAccountModal__List .SupplierWithClients__Title{margin-left:-35px;display:block;margin-bottom:20px}.FinancialDashboardPage__Wrapper .SelectAccountModal__List .CheckboxComponent{margin-bottom:20px;text-transform:capitalize}.FinancialDashboardPage__Wrapper .SelectAccountModal__Title{margin:0 0 20px;font-family:"Karla600";font-size:18px;display:flex;justify-content:space-between;align-items:center}.FinancialDashboardPage__Wrapper .SelectAccountModal .ModalComponent{max-width:600px}.FinancialDashboardPage__Title{color:#004089;padding-bottom:24px;font-family:"Karla500";font-size:28px;letter-spacing:3.36px;border-bottom:1px solid #d8dbe7;text-transform:uppercase;display:block;width:100%;display:flex;justify-content:space-between;align-items:center;margin:0}.FinancialDashboardPage__Title__Dropdown{background-color:#f3f5fa;width:200px}.FinancialDashboardPage__Title__Dropdown .DropdownComponent__Toggler{border:none;padding:14px;color:#41434b}.FinancialDashboardPage__Top{background-color:#f3f5fa;padding:24px 91px;width:calc(100% + 182px);margin:0 -91px;display:flex;justify-content:center}.FinancialDashboardPage__Top__Column{width:calc(33.33333% - 60.66667px)}.FinancialDashboardPage__Top__Title{display:flex;font-family:"Karla600";font-size:16px;margin-bottom:10px}.FinancialDashboardPage__Top__SubTitle{display:flex;font-family:"Karla500";font-size:16px;margin-bottom:24px}.FinancialDashboardPage__Top__ItemCount{display:flex;margin-bottom:8px;font-family:"Karla500"}.FinancialDashboardPage__Top__ItemCount>span{display:flex;justify-content:center;align-items:center;width:30px;font-size:12px;color:#fff;font-family:"Karla600";border-radius:20px;background-color:#c91f1f;margin-right:15px}.FinancialDashboardPage__Top__ItemCount>span.Green{background-color:#64a70b}.FinancialDashboardPage__Top .FileLinkComponent{width:100%}.FinancialDashboardPage__Top .FileLinkComponent__Icon{background-color:#fff;border-radius:3px}.FinancialDashboardPage__Top .FileLinkComponent__Title{font-family:"Karla500"}.FinancialDashboardPage__Financial{margin:40px 0 60px;display:flex;justify-content:space-around}.FinancialDashboardPage__Financial__Item{width:25%;display:flex;flex-direction:column}.FinancialDashboardPage__Financial__Item .Label{font-size:12px;font-family:"Karla600";color:#41434b;display:flex;margin-bottom:8px}.FinancialDashboardPage__Financial__Item .Content{width:100%;padding:20px;border-radius:4px;font-size:16px;font-family:"Karla600";box-shadow:0 0 16px 0 rgba(41,37,94,.14);display:flex}.FinancialDashboardPage__Financial__Item .Document{padding:0;margin-top:10px;background-color:transparent;border-color:transparent;display:flex;font-family:"Karla500";align-self:flex-end;text-decoration:underline}.FinancialDashboardPage__Financial__Item .Document>svg:first-of-type{margin-right:5px}.FinancialDashboardPage__Financial__Item .Document>svg:last-of-type{margin-left:5px}@media screen and (max-width:1024px){.FinancialDashboardPage{padding:24px}.FinancialDashboardPage__Top{width:100%;margin:0;padding:24px;align-items:center}.FinancialDashboardPage__Top__Column{width:100%}.FinancialDashboardPage__Title{flex-direction:column}.FinancialDashboardPage__Title .DropdownComponent{width:100%;margin-top:20px}.FinancialDashboardPage__Financial{flex-direction:column}.FinancialDashboardPage__Financial__Item{width:100%;margin-bottom:20px}}.CSRPage__Page{padding-bottom:40px}.CSRPage__Content{background-color:#fff;width:100%;padding:24px 6.25%;min-height:500px;border-radius:5px;box-shadow:0 0 16px 0 rgba(5,94,161,.2);margin-top:40px;margin-bottom:25px}.CSRPage__Top{padding:24px 91px;background-color:#fbfcff;margin-top:40px;margin-bottom:-41px;display:flex;flex-direction:column}.CSRPage__Top__Title{font-size:22px;margin-top:20px;font-family:"Karla500";color:#41434b}.CSRPage__Title{color:#004089;padding-bottom:24px;font-family:"Karla500";font-size:28px;letter-spacing:3.36px;border-bottom:1px solid #d8dbe7;text-transform:uppercase;display:block;width:100%;display:flex;justify-content:space-between;align-items:center;margin:0}.CSRPage__Check{margin-bottom:16px}.CSRPage__Check .CheckboxComponent__Label{display:flex;align-items:center}.CSRPage__Range{display:flex;flex-wrap:wrap}.CSRPage__Range__SubText{font-size:12px;color:#8f8f8f;font-family:"Karla500";margin-top:10px}.CSRPage__Range__Wrapper{padding:32px 0 40px}.CSRPage__Range__Error{padding:0 20px;border-radius:4px;color:#555864;border:1px dashed #c91f1f;background-color:#f0cdd1;margin-left:32px}.CSRPage__Range__Error,.CSRPage__Range__Field{display:flex;align-items:center}.CSRPage__Range__Field:first-of-type .Field__Input{margin-right:16px}.CSRPage__Range__Field .Field__Label{display:block;font-family:"Karla500";font-size:14px;margin-right:16px;min-width:18px}.CSRPage__Range__Field .Field__Input .DateInputComponent__Button{background-color:#f3f5fa;border:none;width:160px;padding:14px;position:relative}.CSRPage__Range__Field .Field__Input .DateInputComponent__Button:before{content:"";width:7px;height:7px;display:inline-block;position:absolute;top:15px;transform:rotate(-45deg);right:14px;border-bottom:1px solid #41434b;border-left:1px solid #41434b}.CSRPage__Range__Field .Field__Input .DateInputComponent__Label{display:none}.CSRPage__Block{margin-bottom:20px}.CSRPage__BlockList{margin-bottom:32px}.CSRPage__List{margin:10px 0 50px;min-height:400px}.CSRPage__List__Head__Wrapper{margin-top:25px;display:flex;width:100%;overflow-x:auto;overflow-y:hidden}.CSRPage__List__Head__Item{font-family:"Karla600";width:50%;text-align:center;font-size:14px;position:relative;border:1px solid #d8dbe7;padding:10px 0}.CSRPage__List__Head__Item:first-of-type{width:25%;margin-left:25%;border-right:1px solid transparent}.CSRPage__Diagrams{display:flex;flex-wrap:wrap;padding:0 90px;justify-content:space-between}.CSRPage__Diagrams__Item{width:40%;margin-bottom:32px}@media screen and (max-width:1330px){.CSRPage__Top{padding:24px}.CSRPage__Title{flex-direction:column}.CSRPage__Title .ButtonComponent{width:100%;margin-top:25px}.CSRPage .ListComponent__Header{border-right:1px solid #d8dbe7}.CSRPage .ListComponent__Header__List>li>button>span{text-align:center;max-width:70px}.CSRPage__List__Head__Item>span{max-width:120px;display:inline-block}.CSRPage__Range__Field{width:100%}.CSRPage__Range__Field:first-of-type{margin-bottom:20px}.CSRPage__Diagrams{padding:0}.CSRPage__Diagrams__Item{width:100%;margin-bottom:25px}}.Accentuated{text-transform:capitalize;font-family:"Karla600"}.DashboardPage{width:100%;font-family:"Karla600"}.DashboardPage__CreateComand{margin:94px 0 10px;padding:8px 16px}.DashboardPage__ComponentList{display:flex;flex-direction:column;width:100%;grid-gap:24px;gap:24px}.DashboardPage__ComponentList__Item{display:flex;flex-direction:column;width:97.5%;margin:12px;background-color:#fff;border-radius:4px;box-shadow:0 0 16px 0 rgba(41,37,94,.14)}.DashboardPage__ComponentList__Item.NewOrder{padding:0 70px;align-items:center}.DashboardPage__ComponentList__Item.NewOrder>img{width:200px;height:200px}.DashboardPage__ComponentTitle{display:flex;padding:16px 24px;font-size:12px;text-transform:uppercase;color:#41434b}.DashboardPage__AtfBlock{width:calc(100% - 24px);margin:40px 12px;background-color:#fff;border-radius:4px;box-shadow:0 0 16px 0 rgba(41,37,94,.14);height:162px;border:none;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.DashboardPage__AtfBlock>img,.DashboardPage__AtfBlock>span{bottom:0;left:0;right:0;margin:0 auto;position:absolute}.DashboardPage__AtfBlock>img{width:84px;height:57px;top:36px}.DashboardPage__AtfBlock>span{color:#fff;font-size:20px;font-size:"Karla600";top:110px;display:flex;justify-content:center}.DashboardPage__Notifications{min-height:240px}.DashboardPage__GoToPage{width:100%;background-color:transparent;border:none;text-decoration:underline;color:#004089;font-family:"Karla600";font-weight:600;margin-top:20px;font-size:14px;text-align:center;padding-bottom:20px}.DashboardPage .CurrentOrders__List{list-style:none;padding:0;margin:0;min-height:240px}.DashboardPage .CurrentOrders__List .SmallOrderListItemComponent:hover{background-color:#d8dbe7}@media screen and (min-width:1024px){.DashboardPage__ComponentList{flex-direction:row;margin-top:40px}.DashboardPage__ComponentList__Item{width:100%;margin:0;min-height:350px}.DashboardPage__AtfBlock{width:100%;margin:40px 0}}.CSRCheckboxFilter{position:relative;display:inline-block;margin-bottom:1rem}.CSRCheckboxFilter__Button{display:flex;align-items:center;justify-content:space-between;grid-gap:6px;gap:6px;flex-wrap:wrap;white-space:normal;padding:8px 12px;min-width:250px;font-size:.95rem;border:1px solid #ccc;border-radius:6px;background-color:#fff;cursor:pointer}.CSRCheckboxFilter__Arrow{transition:transform .2s ease}.CSRCheckboxFilter__Arrow.open{transform:rotate(180deg)}.CSRCheckboxFilter__Dropdown{position:absolute;top:100%;margin-top:5px;width:250px;max-height:200px;overflow-y:auto;z-index:1000;padding:10px;background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.CSRCheckboxFilter__Option{display:flex;align-items:center;margin-bottom:6px;padding:4px 6px;font-size:.9rem;color:#333;border-radius:4px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.CSRCheckboxFilter__Option:hover{background-color:#e6f4dc;color:#64a70b}.CSRCheckboxFilter__Option input[type=checkbox]{cursor:pointer;margin-right:6px}.CSRCheckboxFilter__AllButton{display:block;width:100%;margin-bottom:10px;padding:6px;font-size:.85rem;font-weight:700;background:none;border:none;color:#64a70b;text-align:left;cursor:pointer;transition:color .2s ease}.CSRCheckboxFilter__AllButton:hover{color:#4b8509}.MaintanancePage{height:calc(100vh - 70px);display:flex;justify-content:center;align-items:flex-start;background-color:#f3f5fa}.MaintanancePage__Modal{width:100%;padding:29px 23px;background-color:#fff;border-radius:4px;box-shadow:0 4px 24px 0 rgba(0,0,0,.25);display:flex;flex-direction:column;font-family:"Karla600";margin-top:15px}.MaintanancePage__Modal__Icon{width:40px;height:40px}.MaintanancePage__Modal__Title{font-size:22px;margin:10px 0 4px;padding:0}.MaintanancePage__Modal__Subtitle{font-size:12px;margin:0 0 24px}.MaintanancePage__Modal__Text{margin-bottom:40px}.MaintanancePage__Modal__Button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;align-self:end}@media screen and (min-width:1024px){.MaintanancePage__Modal{width:50%}}@media screen and (min-width:1330px){.MaintanancePage{align-items:center}.MaintanancePage__Modal{margin-top:0;width:28%}}.CSRPrintPage{margin-top:0;background-image:none!important;box-shadow:none;min-width:1920px}.CSRPrintPage__Loader{background-color:#fff;position:fixed;z-index:1111;animation:none}.CSRPrintPage__Header{display:flex;align-items:center;padding-left:6.25%}.CSRPrintPage__Header__Title{color:#004089;font-family:"Karla600";font-size:28px;padding-left:30px}.CSRPrintPage *{box-shadow:none!important}.CSRPrintPage .CSRPage__Top{margin-top:0}.CSRPrintPage .CSRPage__List{margin-bottom:25px}.CSRPrintPage .CSRPage__Content{padding:0 6.25%}.CSRPrintPage .CSRPage__Diagrams{padding:0;justify-content:center}.CSRPrintPage .CSRPage__Diagrams__Item{width:40%;margin-bottom:32px}.CSRPrintPage .CSRPage__Diagrams__Item:first-child .PieDiagramComponent{position:relative;left:-80px}.CSRPrintPage .CSRPage__Diagrams__Item .PieDiagramComponent,.UserPreferencesPage{background-color:#fff}.UserPreferencesPage{width:100%;padding:24px 6.25%;min-height:500px;border-radius:5px;box-shadow:0 0 16px 0 rgba(5,94,161,.2);margin-top:40px}.UserPreferencesPage__Title{color:#004089;padding-bottom:24px;display:block;font-family:"Karla500";font-size:28px;letter-spacing:3.36px;border-bottom:1px solid #d8dbe7;text-transform:uppercase}.UserPreferencesPage__Text{font-family:"Karla500";color:#0d142d;margin-bottom:44px}.UserPreferencesPage__SendNotifications{display:flex;width:250px;justify-content:space-between}.NotificationsPage{background-color:#fff;width:100%;padding:24px 6.25%;min-height:500px;border-radius:5px;box-shadow:0 0 16px 0 rgba(5,94,161,.2);margin-top:40px;margin-bottom:50px}.NotificationsPage__Title{color:#004089;padding-bottom:24px;display:block;font-family:"Karla500";font-size:28px;letter-spacing:3.36px;border-bottom:1px solid #d8dbe7;text-transform:uppercase}.NotificationsPage__Wrapper{width:100%;min-height:calc(100vh - 74px)}.NotificationsPage__Content{width:100%;display:flex;justify-content:space-between}.NotificationsPage__Column{display:flex;flex-direction:column;justify-content:flex-start}.NotificationsPage__Column:first-of-type{width:50%;padding-top:50px;position:relative}.NotificationsPage__Column img{max-width:25vw;align-self:flex-end}@media screen and (max-width:1330px){.NotificationsPage__Column:first-of-type{width:100%;padding-top:0}.NotificationsPage__Column img{display:none}}.CookiesDeclaration .Header{text-align:center;margin:30px 0;font-family:"Karla600";font-size:33px;background-color:#214569;height:200px;vertical-align:middle;display:flex;align-items:center;justify-content:center;color:#fff}.CookiesDeclaration .TextContent{margin:10px 50px}@media screen and (max-width:1024px){.CookiesDeclaration .TextContent{margin:10px 20px}}.MentionsLegales .Header,.PolitiqueConfidentialite .Header{text-align:center;margin:30px 0;font-family:"Karla600";font-size:33px;background-color:#214569;height:200px;vertical-align:middle;display:flex;align-items:center;justify-content:center;color:#fff}
/*# sourceMappingURL=main.1cd01e94.chunk.css.map */