@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;left:0;opacity:0;padding:8px 16px;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;width:-webkit-max-content;width:max-content;will-change:opacity,visibility}.styles-module_fixed__7ciUi{position:fixed}.styles-module_arrow__K0L3T{background:inherit;height:8px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px}.styles-module_noArrow__T8y2L{display:none}.styles-module_clickable__Bv9o7{pointer-events:auto}.styles-module_show__2NboJ{opacity:.9;opacity:var(--rt-opacity);visibility:visible}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}.styles_root__Mraw5{display:flex;gap:15px;height:0;justify-content:center;min-height:100%;min-width:100%;overflow:auto;padding:35px 26px;width:0}.styles_root__Mraw5 nav{display:flex;flex-direction:column;gap:14px;max-width:232px;width:100%}.styles_root__Mraw5 nav>div{width:232px}.styles_root__Mraw5 section{max-width:900px;width:100%}.styles_root__Mraw5 section>div{padding-bottom:35px}.styles_root__PSoMX{align-items:center;background:#fff;border-radius:15px;box-shadow:1px 1px 0 #d0d3d6;display:flex;flex-direction:column;justify-content:flex-start}.styles_root__cJL3K{display:flex;flex-direction:column;width:100%}.styles_root__cJL3K .styles_logo__RgYj9{background-position:50% 0;background-repeat:no-repeat;height:60px;width:100%}.styles_root__cJL3K .styles_responsive__Q89yY{background-size:contain}.styles_root__ZY\+Vl .styles_title__M0TfE{font-size:24px;font-weight:500;line-height:27px;padding:0;position:relative;text-align:left}.styles_root__ZY\+Vl .styles_closeButton__zRmfA{position:absolute;right:-8px;top:-3px}.styles_root__ZY\+Vl .styles_actions__wEWAM{padding:8px 0}.styles_root__-KUfM{align-items:center;-webkit-column-gap:32px;column-gap:32px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-end;justify-items:flex-end;row-gap:34px}.styles_root__-KUfM.styles_centered__4oPIL{justify-content:center}.styles_root__-KUfM.styles_space-between__HlEvl{justify-content:space-between}.styles_root__-KUfM.styles_right__TqMeH{justify-content:right}.styles_root__-KUfM.styles_marginTop__EBr8I{margin-top:11px}.styles_root__-KUfM:not(.styles_centered__4oPIL):not(.styles_space-between__HlEvl)>:first-child:last-child{margin-left:auto}.styles_root__-KUfM:not(.styles_centered__4oPIL):not(.styles_space-between__HlEvl)>:first-child:nth-last-child(3){margin-right:auto}.styles_content__9uzdz{width:100%}.styles_inputRow__LdojO{padding-bottom:20px;width:100%}.styles_form__gmXzu{margin-top:24px;position:relative;width:100%}.styles_row__XrJxD{display:flex;flex-direction:row;gap:10px;margin-bottom:17px}.styles_actions__\+miDC{margin-top:26px}.styles_root__mx\+ye{background:#fff;color:inherit;font-size:14px;font-weight:400;line-height:16px;padding-left:4px;padding-right:4px}.styles_root__mx\+ye .styles_red__Dz46v{color:#ff0035}.styles_root__fZiso{height:41px}.styles_root__fZiso>div{padding-left:9px;padding-top:19px}.styles_root__fZiso>svg{right:15px;top:calc(60% - .5em)}.styles_root__fZiso fieldset,.styles_root__fZiso fieldset:focus,.styles_root__fZiso fieldset:hover{background:none;border:1px solid #d0d3d6!important;border-radius:5px;color:var(--main-color);font-size:14px;font-weight:400;line-height:16px;min-height:41px;padding:10px 11px 9px;resize:none;width:100%}.styles_root__fZiso.styles_error__H--Dh fieldset{border:1px solid #ff0035!important}li.styles_root__ABBhM{color:#acb3b8;font-size:14px;font-weight:400;line-height:16px;padding-left:8px;padding-right:8px}li.styles_root__K9s4a{padding:0}.styles_root__9N9-Y span{font-size:14px;font-weight:400;line-height:16px}div.styles_formControl__CDF1-{margin:11px 0;width:100%}div.styles_inputWrapper__ZylAU{background:#fff;box-sizing:border-box;height:39px;padding-left:10px;padding-right:10px;width:100%}div.styles_inputWrapper__ZylAU input.styles_input__KAYHx{font-size:14px;font-weight:400;line-height:16px;padding:16.5px 0}div.styles_inputWrapper__ZylAU fieldset.styles_fieldset__22Rad{border:1px solid #d0d3d6;border-radius:5px}div.styles_inputWrapper__ZylAU fieldset.styles_fieldset__22Rad legend{color:var(--main-color)}label.styles_label__mROGz{color:#acb3b8;top:-8px}label.styles_label__mROGz.styles_labelFocused__ur7fv{top:0}div.styles_inputWrapper__e7cGe{background:#fff;box-sizing:border-box;height:41px;padding-left:10px;padding-right:10px;width:100%}div.styles_inputWrapper__e7cGe input.styles_input__f\+yXq{font-size:14px;font-weight:400;line-height:16px;padding:16.5px 0}div.styles_inputWrapper__e7cGe fieldset.styles_fieldset__NLbSi{border:1px solid #d0d3d6!important;border-radius:5px}div.styles_inputWrapper__e7cGe fieldset.styles_fieldset__NLbSi legend{color:var(--main-color)}div.styles_inputWrapper__e7cGe.styles_error__HRaMj fieldset{border:1px solid #ff0035!important}label.styles_label__MPkYU{color:#acb3b8;top:-8px}label.styles_label__MPkYU.styles_labelFocused__SpG8E{top:0}div.styles_formControl__E9pR5{margin:11px 0;width:100%}div.styles_inputWrapper__Sc\+Eo{background:#fff;box-sizing:border-box;height:39px;padding-left:10px;padding-right:10px;width:100%}div.styles_inputWrapper__Sc\+Eo input.styles_input__PJ4KB{font-size:14px;font-weight:400;line-height:16px;padding:16.5px 0}div.styles_inputWrapper__Sc\+Eo fieldset.styles_fieldset__PQTK3{border:1px solid #d0d3d6;border-radius:5px}div.styles_inputWrapper__Sc\+Eo fieldset.styles_fieldset__PQTK3 legend{color:var(--main-color)}label.styles_label__8cSzD{color:#acb3b8;top:-6px}label.styles_label__8cSzD.styles_labelFocused__KGiNn{top:2px}:root{--main-loader-brand-success:#5cb85c;--main-loader-size:7em;--main-loader-check-thickness:3px;--main-loader-check-color:var(--main-loader-brand-success)}.styles_wrapper__YesuX{align-content:center;align-items:center;display:flex;height:100%;justify-content:center;justify-items:center;min-height:600px;width:100%}.styles_root__JhODS{-webkit-animation:styles_loader-spin__NFr\+2 1.2s linear infinite;animation:styles_loader-spin__NFr\+2 1.2s linear infinite;border:1px solid rgba(0,0,0,.2);border-left:1px solid var(--main-loader-brand-success);border-radius:50%;display:inline-block;height:7em;height:var(--main-loader-size);margin-bottom:3.5em;margin-bottom:calc(var(--main-loader-size)/2);position:relative;vertical-align:top;width:7em;width:var(--main-loader-size)}.styles_root__JhODS.styles_complete__PMzn5{-webkit-animation:none;animation:none;border-color:#5cb85c;border-color:var(--main-loader-brand-success);transition:border .5s ease-out}.styles_root__JhODS .styles_hide__FGxFf{display:none}.styles_root__JhODS .styles_checkmark__2yiw7.styles_draw__87Se-:after{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-name:styles_checkmark__2yiw7;animation-name:styles_checkmark__2yiw7;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg)}.styles_root__JhODS .styles_checkmark__2yiw7:after{border-right:3px solid #5cb85c;border-right:var(--main-loader-check-thickness) solid var(--main-loader-brand-success);border-top:3px solid #5cb85c;border-top:var(--main-loader-check-thickness) solid var(--main-loader-brand-success);content:"";height:3.5em;height:calc(var(--main-loader-size)/2);left:1.75em;left:calc(var(--main-loader-size)/6 + var(--main-loader-size)/12);opacity:1;position:absolute;top:3.5em;top:calc(var(--main-loader-size)/2);-webkit-transform-origin:left top;transform-origin:left top;width:1.75em;width:calc(var(--main-loader-size)/4)}@-webkit-keyframes styles_loader-spin__NFr\+2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes styles_loader-spin__NFr\+2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes styles_checkmark__2yiw7{0%{height:0;opacity:1;width:0}20%{height:0;opacity:1;width:1.75em;width:calc(var(--main-loader-size)/4)}40%{height:3.5em;height:calc(var(--main-loader-size)/2);opacity:1;width:1.75em;width:calc(var(--main-loader-size)/4)}to{height:3.5em;height:calc(var(--main-loader-size)/2);opacity:1;width:1.75em;width:calc(var(--main-loader-size)/4)}}@keyframes styles_checkmark__2yiw7{0%{height:0;opacity:1;width:0}20%{height:0;opacity:1;width:1.75em;width:calc(var(--main-loader-size)/4)}40%{height:3.5em;height:calc(var(--main-loader-size)/2);opacity:1;width:1.75em;width:calc(var(--main-loader-size)/4)}to{height:3.5em;height:calc(var(--main-loader-size)/2);opacity:1;width:1.75em;width:calc(var(--main-loader-size)/4)}}.styles_loaderWrapper__JzkmW,.styles_loaderWrapper__LVkpR{align-content:center;align-items:center;display:flex;justify-content:center;min-height:200px;padding-top:30px}.styles_root__gOl86{display:flex;flex-direction:column;gap:15px;padding-top:28px}.styles_root__gOl86 .styles_description__jZ7Kq,.styles_root__gOl86 .styles_message__I81nq{font-size:18px;font-weight:400;line-height:24px}.styles_root__gOl86 .styles_message__I81nq{background:#f0f0f1;border-radius:15px;margin:auto;max-width:360px;padding:15px;width:100%}.styles_root__gOl86 .styles_message__I81nq .styles_link__AGuAn{color:#0375ff}.styles_root__gOl86 .styles_actions__yfF58{display:flex;flex-direction:row;gap:16px;justify-content:space-between;padding-top:18px}.styles_root__gOl86 .styles_editRoot__AyaW4{align-items:center;display:flex;flex-direction:column;gap:15px;width:100%}.styles_root__gOl86 .styles_editRoot__AyaW4 .styles_actions__yfF58{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;padding-top:18px;width:100%}.styles_messageSent__lo1HK{font-size:24px;padding-top:20px}.styles_root__4Cj6a{display:flex;max-width:268px;position:relative;width:100%}.styles_root__4Cj6a fieldset>legend>span{color:var(--input-label-color);opacity:1}.styles_root__4Cj6a fieldset>legend{height:20px}.styles_root__4Cj6a fieldset{top:-9px!important}.styles_root__4Cj6a div{width:100%}.styles_root__4Cj6a .styles_copyButton__91Xvi{background:transparent;border-radius:0;color:#fff;height:40px;position:absolute;right:-11px;top:-2px}.styles_root__4Cj6a .styles_copyButton__91Xvi:hover{background:transparent}.styles_root__4Cj6a .styles_copyButton__91Xvi:disabled{background-color:#ccc;cursor:not-allowed!important}.styles_root__4Cj6a .styles_copyButton__91Xvi span{margin:0}.styles_root__4Cj6a .styles_copyInput__9uwSZ{width:100%}.styles_root__4Cj6a .styles_copyInput__9uwSZ input{max-width:85%;overflow:hidden;text-overflow:ellipsis}.styles_root__4Cj6a .styles_copyInput__9uwSZ.styles_successInput__BpA1A{box-shadow:inset 0 0 5px 0 #00ff1e}.styles_root__4Cj6a .styles_copyInput__9uwSZ.styles_transparent__Y2C-X{background:transparent}.styles_root__l8uZc{display:flex;flex-direction:column;gap:15px;padding:0;text-align:left;width:100%}.styles_root__l8uZc .styles_description__Zc8SD{font-size:18px;font-weight:400;line-height:24px}.styles_root__l8uZc .styles_description__Zc8SD .styles_error__0a8jt{color:#ff0035;margin-top:3px}.styles_root__l8uZc .styles_description__Zc8SD .styles_info__Ra1up{margin-top:27px}.styles_root__l8uZc .styles_actions__-964L{display:flex;flex-direction:row;gap:16px;justify-content:space-between;padding-top:15px}.styles_root__l8uZc .styles_actions__-964L.styles_buttons__I2kyM{justify-content:flex-end}.styles_root__nh\+F-{align-items:center;display:flex;flex-direction:column;gap:15px;padding-top:28px}.styles_loaderWrapper__9TrfY,.styles_loaderWrapper__oseh3{align-content:center;align-items:center;display:flex;justify-content:center;min-height:200px;padding-top:30px}.styles_root__C\+Ott{display:flex;flex-direction:column;gap:15px;padding-top:28px;text-align:left}.styles_root__C\+Ott .styles_description__obSnn,.styles_root__C\+Ott .styles_message__FVx1b{font-size:18px;font-weight:400;line-height:24px}.styles_root__C\+Ott .styles_message__FVx1b{background:#f0f0f1;border-radius:15px;margin:auto;max-width:360px;padding:15px;width:100%}.styles_root__C\+Ott .styles_message__FVx1b .styles_link__3\+e-H{color:#0375ff}.styles_root__C\+Ott .styles_settings__90h\+-{display:flex;flex-direction:row;gap:16px;justify-content:flex-start;padding-top:18px}.styles_root__C\+Ott .styles_checkBoxWrapper__VUFAR{align-items:flex-start;color:var(--secondary-color);display:flex;font-size:14px;font-weight:400;line-height:18px}.styles_root__C\+Ott .styles_checkBoxWrapper__VUFAR>div{padding-top:8px;text-align:left}.styles_root__C\+Ott .styles_actions__5VqUj{display:flex;flex-direction:row;gap:16px;justify-content:space-between}.styles_root__C\+Ott .styles_editRoot__9BNl9{align-items:center;display:flex;flex-direction:column;gap:15px;width:100%}.styles_root__C\+Ott .styles_editRoot__9BNl9 .styles_actions__5VqUj{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;padding-top:18px;width:100%}.styles_loaderWrapper__9KjQn{align-content:center;align-items:center;display:flex;justify-content:center;min-height:200px;padding-top:30px}.styles_root__\+v70j{display:flex;flex-direction:column;gap:8px;padding-top:28px;text-align:left}.styles_root__\+v70j,.styles_root__\+v70j .styles_description__kJStN{font-size:18px;font-weight:400;line-height:24px}.styles_root__\+v70j .styles_note__\+ueOW{margin:15px auto 0;width:100%}.styles_root__\+v70j .styles_actions__r2hEL{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;padding-top:18px}.styles_loaderWrapper__yT8LP{align-content:center;align-items:center;display:flex;justify-content:center;min-height:200px;padding-top:30px}.styles_root__l3Xct{display:flex;flex-direction:column;gap:15px;padding-top:28px}.styles_root__l3Xct .styles_description__vvY1E,.styles_root__l3Xct .styles_message__F6i9n{font-size:18px;font-weight:400;line-height:24px}.styles_root__l3Xct .styles_message__F6i9n{background:#f0f0f1;border-radius:15px;margin:auto;max-width:360px;padding:15px;width:100%}.styles_root__l3Xct .styles_message__F6i9n .styles_link__FLGjV{color:#0375ff}.styles_root__l3Xct .styles_actions__9AofN{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;padding-top:18px}.styles_loaderWrapper__D5sFL{align-content:center;align-items:center;display:flex;justify-content:center;min-height:200px;padding-top:30px}.styles_root__y1Nth{display:flex;flex-direction:column;gap:8px;padding-top:28px;text-align:left}.styles_root__y1Nth,.styles_root__y1Nth .styles_description__qZct2{font-size:18px;font-weight:400;line-height:24px}.styles_root__y1Nth .styles_note__K7Vzo{margin:15px auto 0;width:100%}.styles_root__y1Nth .styles_actions__RZPft{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;padding-top:18px}.styles_loaderWrapper__lGF\+M{align-content:center;align-items:center;display:flex;justify-content:center;min-height:200px;padding-top:30px}.styles_root__h49Qo{display:flex;flex-direction:column;gap:8px;padding-top:28px;text-align:left}.styles_root__h49Qo,.styles_root__h49Qo .styles_description__PyHKB{font-size:18px;font-weight:400;line-height:24px}.styles_root__h49Qo .styles_note__XltiQ{margin:15px auto 0;width:100%}.styles_root__h49Qo .styles_actions__miMfx{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;padding-top:18px}.styles_loaderWrapper__pCvSn{align-content:center;align-items:center;display:flex;justify-content:center;min-height:200px;padding-top:30px}.styles_root__OmB2l{display:flex;flex-direction:column;gap:8px;padding-top:28px;text-align:left}.styles_root__OmB2l,.styles_root__OmB2l .styles_description__4\+-Sw{font-size:18px;font-weight:400;line-height:24px}.styles_root__OmB2l .styles_note__HYsF1{margin:15px auto 0;width:100%}.styles_root__OmB2l .styles_actions__bT83u{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;padding-top:18px}.styles_root__QO2BL{padding-bottom:4px;padding-top:18px;width:232px}.styles_root__QO2BL .styles_logo__RH3ZP{max-width:165px}.styles_root__QO2BL .styles_list__cEQ38{margin-top:-5px;width:100%}.styles_root__QO2BL .styles_list__cEQ38 .styles_listItem__KZKB0{margin-bottom:6px;padding-left:8px;padding-right:7px}.styles_root__QO2BL .styles_list__cEQ38 .styles_listItemButton__5fBbm{border-radius:4px;padding-bottom:1px;padding-left:7px;padding-top:3px}.styles_root__QO2BL .styles_list__cEQ38 .styles_listItemButton__5fBbm button{padding:7px;position:relative;right:-15px;top:-2px}.styles_root__QO2BL .styles_list__cEQ38 .styles_listItemButton__5fBbm button svg{left:0;position:relative;top:0}.styles_root__QO2BL .styles_list__cEQ38 .styles_listItemButton__5fBbm svg{display:none;left:-8px;position:absolute;top:0}.styles_root__QO2BL .styles_list__cEQ38 .styles_listItemButton__5fBbm:hover svg{display:block}.styles_root__QO2BL .styles_list__cEQ38 .styles_listItemButtonSelected__ZK01u{background:#f0f0f1}.styles_root__QO2BL .styles_list__cEQ38 .styles_listItemButtonSelected__ZK01u svg{display:block}.styles_root__QO2BL .styles_list__cEQ38 .styles_listItemButtonSelected__ZK01u:hover{background:#f0f0f1}.styles_root__QO2BL .styles_list__cEQ38 .styles_listText__ZPgyP{margin:0}.styles_root__QO2BL .styles_list__cEQ38 .styles_listText__ZPgyP span{font-size:14px;font-weight:500;line-height:28px}.styles_root__gCVtf{cursor:pointer;padding:7px 7px 7px 10px}.styles_root__gCVtf:hover{background-color:#f9f9f9}.styles_root__gCVtf>div{padding-left:5px;padding-top:4px}.styles_root__gCVtf>div>div{padding-top:0}.styles_root__gCVtf p{font-size:14px;font-weight:500;line-height:20px}.styles_root__gCVtf .styles_avatar__1880K{border-radius:50%;height:38px;object-fit:cover;width:38px}.styles_root__gCVtf .styles_role__gWy\+t{color:#7a858d;font-size:14px;font-weight:400;line-height:16px}.styles_root__gCVtf .styles_action__\+we-7{line-height:46px}.styles_root__gCVtf .styles_defaultLogo__OVG3F{align-items:center;background-color:var(--company-main-background);border-radius:50%;display:flex;font-size:24px;font-weight:600;height:40px;justify-content:center;line-height:20px;padding-left:2px;width:40px}.styles_root__5Isdm{display:flex;flex-direction:row;gap:12px;height:46px;width:100%}.styles_root__5Isdm .styles_text__bDXYR{display:flex;flex-direction:column;font-size:16px;font-weight:500;line-height:19px;width:100%}.styles_root__5Isdm .styles_text__bDXYR .styles_note__pI9Jv{color:#7a858d;font-size:14px;font-weight:400;line-height:16px}.styles_root__5Isdm .styles_actions__5WWxO{display:flex;margin-bottom:10px}.styles_subtitle__lCne-{font-size:13.5652px;font-weight:500;letter-spacing:-.33913px;line-height:16px}.styles_icon__MA6pm{padding-top:6px}.styles_icon__MA6pm svg{height:32px;width:32px}.styles_clickable__BnDcr{cursor:pointer}.styles_root__vegdJ{align-items:center;display:flex;flex-direction:column;width:100%}.styles_root__vegdJ img{border-radius:50%;height:158px;object-fit:cover;width:158px}.styles_root__vegdJ input{display:none}.styles_content__i2sOF{width:100%}.styles_inputRow__2t2lF{padding-bottom:20px;width:100%}.styles_form__CWVtx{margin-top:6px;position:relative;width:100%}.styles_row__CIM\+2{display:flex;flex-direction:row;gap:20px;margin-bottom:20px}.styles_row__CIM\+2.styles_mb__w0gq8{margin-bottom:24px}.styles_actions__MqEzb{margin-top:20px}.styles_root__A\+N1\+{display:flex;flex-direction:column;gap:15px;padding-top:18px}.styles_root__m8a8K{align-self:flex-end;display:flex;flex-direction:column}.styles_root__eq2Gl{display:block;text-align:center}.styles_root__eq2Gl .styles_title__LBCDF{color:#7a858d;font-size:10px;font-weight:500;line-height:12px}.styles_root__y9Wem{display:grid;grid-template-rows:160px 1fr 50px;height:0;min-height:100%;min-width:100%;padding-left:15px;padding-right:15px;width:0}.styles_root__y9Wem main{margin-bottom:10px;overflow-y:auto}.styles_withLogoHidden__Q-Woo{grid-template-rows:1fr 50px}.styles_whiteBackground__OIDeK{background:#fff;background:var(--gray-haul-white,#fff)}.styles_root__4OofT{padding:15px 18px}.styles_root__TMN8y{align-items:flex-start;display:flex;flex-direction:column;gap:20px;width:100%}.styles_root__TMN8y .styles_titleWrapper__0E5XH{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-right:14px;width:100%}.styles_root__TMN8y .styles_titleWrapper__0E5XH button{margin-top:5px}.styles_root__1KKj7{align-items:flex-start;display:flex;flex-direction:column;gap:20px;width:100%}.styles_root__1KKj7 .styles_titleWrapper__JMfTZ{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-right:14px;width:100%}.styles_root__1KKj7 .styles_titleWrapper__JMfTZ button{margin-top:5px}.styles_root__1KKj7 table tbody tr th,.styles_root__1KKj7 table thead tr th{padding-bottom:10px;padding-top:9px}.styles_root__1KKj7 table tbody tr td,.styles_root__1KKj7 table tbody tr th,.styles_root__1KKj7 table tbody tr:last-child td,.styles_root__1KKj7 table tbody tr:last-child th{padding-bottom:26px;padding-top:27px}.styles_root__1KKj7 table tbody tr td:last-child{padding-right:26px}.styles_root__1KKj7 table tbody tr th:first-child{padding-left:32px}.styles_root__1KKj7 table thead tr th:last-child{padding-right:27px;padding-top:7px}.styles_root__1KKj7 table thead tr th:first-child{padding-left:32px}.styles_title__Hc4vf{align-items:baseline;display:flex;gap:8px;width:100%}.styles_wrapper__NIM1U{background-color:#fff;width:100%}svg.styles_iconSeparator__dqeT\+{display:none}div.styles_columnHeader__WTaAq:first-child>div{padding-left:5px}div.styles_columnHeaderTitle__8mS4I{color:#7a858d;font-size:14px;font-weight:500;line-height:100%;padding-bottom:21px;padding-top:25px}div.styles_cell__m6tgx:first-child div{color:#7a858d;padding-left:5px}div.styles_cell__m6tgx:nth-child(2) div{font-weight:500}div.styles_cell__m6tgx:focus{outline:none!important}div.styles_inputWrapper__Ps7kG{background:#fff;box-sizing:border-box;height:42px;max-width:204px;padding-left:10px;padding-right:10px;width:100%}div.styles_inputWrapper__Ps7kG svg{height:16px;left:-1px;position:relative;top:2px;width:17px}div.styles_inputWrapper__Ps7kG input.styles_input__gL8To{font-size:14px;font-weight:400;line-height:16px;margin-left:8px;padding:5px 0 0}div.styles_inputWrapper__Ps7kG fieldset.styles_fieldset__1SCNe{border:1px solid #d0d3d6;border-radius:5px}div.styles_inputWrapper__Ps7kG fieldset.styles_fieldset__1SCNe legend{color:var(--main-color)}div.styles_inputWrapper__Ps7kG.styles_error__NlKuC fieldset{border:1px solid #ff0035!important}label.styles_label__bPNFH{color:#acb3b8;top:-8px}label.styles_label__bPNFH.styles_labelFocused__iiNCs{top:0}.styles_log__66FrG{align-items:flex-start;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:10px;height:auto;line-height:22px;width:100%;word-break:break-word}.styles_log__66FrG b{font-weight:700}.styles_dot__a\+HoV{border-radius:50%;display:inline-block;height:9px;margin-top:3px;min-width:9px;width:9px}.styles_dot__a\+HoV.styles_default__H2fyU{background:#acb3b8}.styles_dot__a\+HoV.styles_submitted__Gfx53{background:#35c7ff}.styles_dot__a\+HoV.styles_approved__Yb1Dl{background:#0c9}.styles_dot__a\+HoV.styles_error__9gR7B{background:#ff0035}.styles_logs__GIihs{display:flex;flex-direction:column;gap:10px;max-width:calc(100% - 240px);text-align:left;width:100%}button.styles_root__5xCke{background:#fff;border-radius:5px;box-shadow:none;color:var(--main-color);font-size:14px;font-weight:500;line-height:100%;min-width:57px;padding:6px 10px;text-transform:capitalize}button.styles_root__5xCke .styles_endIcon__AC3sN{display:flex}button.styles_root__5xCke.styles_disabled__enZKs{color:var(--main-color)}button.styles_root__5xCke.styles_disabled__enZKs:hover{background:#fff;color:var(--main-color)}button.styles_root__5xCke.styles_active__7CT3a,button.styles_root__5xCke.styles_active__7CT3a.styles_warning__bYU0J{background:var(--main-color);border-color:var(--main-color);color:var(--main-color-contrast)}button.styles_root__5xCke.styles_active__7CT3a .styles_endIcon__AC3sN,button.styles_root__5xCke.styles_active__7CT3a.styles_warning__bYU0J .styles_endIcon__AC3sN{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}button.styles_root__5xCke.styles_warning__bYU0J{background:transparent;border-color:var(--warning-color);color:var(--warning-color)}button.styles_root__5xCke:hover{background:var(--main-color);border-color:var(--main-color);box-shadow:none;color:var(--main-color-contrast)}button.styles_root__5xCke:hover .styles_endIcon__AC3sN{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}button.styles_button__QfI0W{border:1px solid var(--main-color);border-radius:1px;color:var(--main-color);font-size:14px;font-weight:500;height:28px;line-height:100%;text-transform:none}li.styles_menuTitle__YKG6t{align-items:center;display:flex;font-size:14px;font-weight:500;gap:10px;line-height:100%;min-width:205px;padding:8px}li.styles_menuTitle__YKG6t span.styles_title__svqyh{display:inline-block;height:18px;line-height:16px}li.styles_menuTitle__YKG6t b{font-weight:500}.styles_root__cAfFc{align-content:center;align-items:center;background:#f0f0f1;flex-direction:column;height:100%}.styles_root__cAfFc,.styles_root__cAfFc .styles_empty__1-aPf,.styles_root__cAfFc .styles_loaderWrapper__cIDTU{display:flex;justify-content:center;width:100%}.styles_root__cAfFc .styles_empty__1-aPf{align-items:center;font-size:15.8261px;font-weight:600;height:100%;line-height:19px}.styles_root__cAfFc .styles_actions__0GQjs{align-content:space-between;align-self:flex-start;display:flex;flex-direction:row;gap:8px;justify-content:space-between;margin:17px 0;padding-left:18px;padding-right:18px;width:100%}.styles_root__cAfFc .styles_actions__0GQjs .styles_imageActions__-\+TxF{display:flex;flex-direction:row;gap:9px;justify-content:flex-start;width:100%}.styles_root__cAfFc .styles_actions__0GQjs .styles_documentActions__XWFsX,.styles_root__cAfFc .styles_footerActions__p9xUI{display:flex;flex-direction:row;gap:10px;justify-content:flex-end;width:100%}.styles_root__cAfFc .styles_footerActions__p9xUI{align-self:flex-start;padding:19px 17px}.styles_tooltip__glORB{background:#fff;border-radius:0;box-shadow:0 4px 12px rgba(0,0,0,.1);font-size:14px;line-height:18px;opacity:1;padding:10px 15px 12px;text-align:left;width:205px;z-index:999}.styles_pdf__k0Fr6,.styles_root__Q8xcw{height:100%;width:100%}.styles_root__Q8xcw{cursor:zoom-in;left:0;max-width:534px;min-height:391px;overflow:hidden;padding-left:15px;padding-right:15px;position:relative;top:0}.styles_root__18z9M,.styles_root__Q8xcw .styles_pdf__rkwto{height:100%;width:100%}.styles_root__18z9M{cursor:zoom-in;left:0;max-width:534px;min-height:391px;overflow:hidden;padding-left:15px;padding-right:15px;position:relative;top:0}.styles_root__18z9M.styles_zoomOut__4eZeZ{cursor:zoom-out}.styles_root__18z9M img{width:100%}.styles_root__GMO26{display:flex;flex-direction:row;gap:11px;padding:8px}.styles_root__GMO26 span{color:#35c7ff;font-size:14px;font-weight:500;line-height:100%}.styles_root__oMX1Y{display:flex;flex-direction:column;gap:10px}.styles_root__oMX1Y .styles_header__OWnVL{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:4px;padding-right:16px;padding-top:3px}.styles_root__oMX1Y .styles_header__OWnVL .styles_goBack__-E6vV{padding-top:4px}.styles_root__oMX1Y .styles_header__OWnVL .styles_title__gznj\+{align-items:center;display:flex;font-size:18px;font-weight:500;line-height:100%}.styles_root__oMX1Y .styles_header__OWnVL .styles_actions__2n45O{display:flex;flex-direction:row;gap:10px;position:relative}button.styles_button__E5\+zg{border:1px solid var(--main-color);border-radius:1px;color:var(--main-color);font-size:14px;font-weight:500;height:28px;line-height:100%;text-transform:none}li.styles_menuTitle__rZMVL{align-items:center;display:flex;font-size:14px;font-weight:500;gap:10px;line-height:100%;min-width:205px;padding:8px}li.styles_menuTitle__rZMVL span.styles_title__ULEVr{display:inline-block;height:18px;line-height:16px}li.styles_menuTitle__rZMVL b{font-weight:500}.styles_clicked__3iMxK{cursor:pointer}div.styles_formControl__CS-3I{margin:11px 0;width:100%}div.styles_inputWrapper__bUj9X{background:#fff;box-sizing:border-box;height:39px;padding-left:10px;padding-right:10px;width:100%}div.styles_inputWrapper__bUj9X.styles_disabled__DdJdK{color:inherit}div.styles_inputWrapper__bUj9X.styles_disabled__DdJdK>fieldset.styles_fieldset__6HWGi{border:1px solid #d0d3d6}div.styles_inputWrapper__bUj9X.styles_disabled__DdJdK>input.styles_input__cCoh6{-webkit-text-fill-color:unset;color:inherit;opacity:1}div.styles_inputWrapper__bUj9X input.styles_input__cCoh6{font-size:14px;font-weight:400;line-height:16px;padding:16.5px 0}div.styles_inputWrapper__bUj9X fieldset.styles_fieldset__6HWGi{border:1px solid #d0d3d6;border-radius:5px;color:inherit}div.styles_inputWrapper__bUj9X fieldset.styles_fieldset__6HWGi legend{color:inherit}div.styles_inputWrapper__bUj9X.styles_verified__l6HA7:hover{background:rgba(0,214,34,.1)}div.styles_inputWrapper__bUj9X.styles_verified__l6HA7:hover fieldset.styles_fieldset__6HWGi{border:1px solid #00d622;border-radius:5px;color:inherit}div.styles_inputWrapper__bUj9X.styles_error__tOg9N fieldset{border:1px solid #ff0035!important}label.styles_label__0NG-8{color:#acb3b8;top:-8px}label.styles_label__0NG-8.styles_labelFocused__KTKuj{top:0}div.styles_root__qyrFr{background:#fff;border-radius:0;box-shadow:0 4px 12px rgba(0,0,0,.1);font-weight:400;max-width:200px;padding:10px 15px 12px}.styles_title__ZTWfX,div.styles_root__qyrFr{color:var(--main-color);font-size:14px;line-height:18px}.styles_title__ZTWfX{font-weight:700}.styles_text__QT\+oi{color:var(--main-color);font-size:14px;font-weight:400;line-height:18px}.styles_root__G7Bnz{background:#fff;box-sizing:border-box;font-size:14px;font-weight:400;height:39px;line-height:16px;width:100%}.styles_root__G7Bnz>div{color:var(--main-color)!important;padding-left:10px;padding-right:10px}.styles_root__G7Bnz svg{height:18px;position:absolute;right:9px;top:9px;width:19px}.styles_root__G7Bnz.styles_unverified__xSDYO svg{height:16px;position:absolute;right:9px;top:12px;width:17px}.styles_root__G7Bnz input{-webkit-text-fill-color:unset!important;box-sizing:border-box;font-size:14px;font-weight:400;height:39px;line-height:16px;padding:16.5px 0}.styles_root__G7Bnz input::-webkit-input-placeholder{font-size:10px!important;font-weight:400;line-height:16px}.styles_root__G7Bnz input::placeholder{font-size:10px!important;font-weight:400;line-height:16px}.styles_root__G7Bnz.styles_verified__o2iDt:hover{background:rgba(0,214,34,.1);width:100%}.styles_root__G7Bnz.styles_verified__o2iDt:hover fieldset{border:1px solid #00d622!important;border-radius:5px;color:inherit;width:100%}.styles_root__G7Bnz fieldset{border:1px solid #d0d3d6!important;border-radius:5px;color:var(--input-label-color)!important}.styles_root__G7Bnz fieldset legend{color:inherit!important}.styles_root__G7Bnz label{color:var(--input-label-color)!important;top:-8px}.styles_root__G7Bnz label[data-shrink=true]{top:0}.styles_checkBoxWrapper__SIG75{align-items:flex-start;color:var(--secondary-color);display:flex;font-size:12px;font-weight:400;line-height:18px}.styles_checkBoxWrapper__SIG75>div{padding-top:8px;text-align:left}.styles_root__tC0mW{display:flex;flex-direction:row;gap:24px;height:100%;padding-bottom:15px;width:100%}.styles_root__tC0mW .styles_cropContainerWrapper__aCtnn{background-color:#f0f0f1;display:flex;flex-direction:column;height:100%;padding:20px 15px;width:100%}.styles_root__tC0mW .styles_cropContainerWrapper__aCtnn .styles_actions__xQXTp{display:flex;gap:10px;justify-content:space-between;margin-bottom:20px}.styles_root__tC0mW .styles_cropContainerWrapper__aCtnn .styles_actions__xQXTp>div{display:flex;gap:10px}.styles_root__tC0mW .styles_cropContainer__Tpwlu{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:center;max-width:524px;min-height:500px;position:relative;width:100%}.styles_root__tC0mW .styles_controls__O2z1D{align-items:stretch;display:flex;flex-direction:column;gap:15px;max-width:268px;padding-top:7px;width:100%}.styles_sliderContainer__cFTvP{align-items:center;display:flex;flex-direction:column}span.styles_sliderLabel__0wUzP{display:inline-block;font-size:14px;font-weight:500;line-height:16px;min-width:65px;text-align:left;text-transform:none;width:100%}.styles_slider__bwl4p{padding:22px 0}.styles_cropButton__zGTjI{align-self:flex-end;flex-shrink:0;margin-top:24px;max-width:100px}.styles_actionsPanel__9\+3VL{display:flex;flex-direction:row;justify-content:center;margin-top:24px}.styles_root__CTSd3{display:flex;flex-direction:column;gap:15px;padding-top:18px}.styles_root__CTSd3 .styles_actions__dMn7u{align-items:flex-end;display:flex;flex-direction:column;width:100%}.styles_root__CTSd3 .styles_content__KK6hW{display:flex;flex-direction:row;gap:24px;padding-bottom:15px}.styles_root__CTSd3 .styles_content__KK6hW .styles_cropper__v0wh3{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:center;max-width:524px;min-height:500px;width:100%}.styles_root__CTSd3 .styles_content__KK6hW .styles_formWrapper__ENE1x{display:flex;flex-direction:column;gap:15px;max-width:268px;padding-top:7px;width:100%}.styles_root__CTSd3 .styles_content__KK6hW .styles_purged__qRfh3{align-content:center;align-items:center;color:red;display:flex;font-size:24px;justify-content:center;min-height:400px;width:100%}div.styles_select__1r9bK{-webkit-text-fill-color:unset!important;color:var(--main-color)!important;font-size:14px;font-weight:400;line-height:16px;padding-top:22px;text-align:left}div.styles_select__1r9bK:focus{background-color:initial!important}div.styles_verified__wn3e9:hover{background:rgba(0,214,34,.1)}div.styles_verified__wn3e9:hover fieldset{border:1px solid #00d622!important;border-radius:5px;color:inherit}.styles_adornedEnd__q8R1i{position:absolute;right:10px;top:0}svg.styles_icon__f6vsI{display:none;height:21px;right:9px;top:calc(75% - 21px);-webkit-transform:none;transform:none;width:22px}.styles_unverified__yMxbF svg.styles_icon__f6vsI{height:16px;width:17px}.styles_unverified__yMxbF svg.styles_icon__f6vsI,svg.styles_iconOpen__fE8dy{right:9px;top:12px;-webkit-transform:none;transform:none}li.styles_selected__6Fpg8{background-color:rgba(255,219,0,.3)!important}div.styles_select__a7pmb{-webkit-text-fill-color:unset!important;color:var(--main-color)!important;font-size:14px;font-weight:400;line-height:16px;padding-top:22px;text-align:left}div.styles_verified__T\+ANC:hover{background:rgba(0,214,34,.1)}div.styles_verified__T\+ANC:hover fieldset{border:1px solid #00d622!important;border-radius:5px;color:inherit}.styles_adornedEnd__JSmGa{position:absolute;right:10px;top:0}svg.styles_icon__pVoFT{display:none;height:21px;right:9px;top:calc(75% - 21px);-webkit-transform:none;transform:none;width:22px}.styles_unverified__4yvvo svg.styles_icon__pVoFT{height:16px;width:17px}.styles_unverified__4yvvo svg.styles_icon__pVoFT,svg.styles_iconOpen__QU9tg{right:9px;top:12px;-webkit-transform:none;transform:none}li.styles_selected__RANf1{background-color:rgba(255,219,0,.3)!important}.styles_root__YwH5U{display:flex;flex-direction:column;gap:15px;padding-top:18px}.styles_root__YwH5U .styles_content__mHkOL{display:flex;flex-direction:row;gap:24px;padding-bottom:15px}.styles_root__YwH5U .styles_content__mHkOL .styles_cropper__F4WNe{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:center;max-width:524px;min-height:500px;width:100%}.styles_root__YwH5U .styles_content__mHkOL .styles_cropper__F4WNe.styles_fullWidth__wzVkb{max-width:100%}.styles_root__YwH5U .styles_content__mHkOL .styles_formWrapper__-Z1Or{display:flex;flex-direction:column;max-width:268px;padding-top:7px;width:100%}.styles_root__YwH5U .styles_content__mHkOL .styles_purged__14K6e{align-content:center;align-items:center;color:red;display:flex;font-size:24px;justify-content:center;min-height:400px;width:100%}.styles_root__rjOkb h2.styles_dialogTitle__5OOoM{padding:0 16px}.styles_root__rjOkb h2.styles_dialogTitle__5OOoM .styles_dialogCloseButton__pWRPu{right:8px;top:-3px}.styles_title__1whdu{align-items:baseline;display:flex;gap:8px;width:100%}.styles_root__cNrDy{display:flex;flex-direction:column;gap:15px;padding-top:18px}.styles_root__cNrDy .styles_actions__VsS2O{align-items:flex-end;display:flex;flex-direction:column;width:100%}.styles_root__cNrDy .styles_content__z9j5h{display:flex;flex-direction:column;gap:12px;padding-bottom:15px}.styles_root__cNrDy .styles_content__z9j5h .styles_cropper__yePre{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:center;max-width:524px;min-height:500px;width:100%}.styles_root__cNrDy .styles_content__z9j5h .styles_formWrapper__Thu1k{display:flex;flex-direction:column;gap:15px;padding-top:7px;width:100%}.styles_root__cNrDy .styles_content__z9j5h .styles_purged__ZWYiE{align-content:center;align-items:center;color:red;display:flex;font-size:24px;justify-content:center;min-height:400px;width:100%}.styles_root__cNrDy .styles_documentActions__STDv\+{display:flex;flex-direction:row;gap:10px;justify-content:flex-end;width:100%}.styles_row__8Bzyv{display:flex;gap:10px;width:100%}.styles_rowAnswer__UFMHk{padding-top:22px}.styles_formElements__JwEds,.styles_rowAnswer__UFMHk{display:flex;flex-direction:column;gap:10px;text-align:left}.styles_formElements__JwEds{padding-left:22px}span.styles_employeeId__eiy7n{color:#3e4d5a;cursor:pointer;font-size:20px;font-style:normal;font-weight:500;line-height:100%}div.styles_tooltipPopper__EiF00{background:#fff;box-shadow:0 4px 12px 0 rgba(0,0,0,.1);padding:0}div.styles_tooltip__RbDQ4{align-items:center;background:#fff;color:#1e3040;display:inline-flex;font-size:12px;font-style:normal;font-weight:500;gap:10px;line-height:18px;margin:0;opacity:0;padding:0 15px 12px}.styles_root__JRmew{display:flex;flex-direction:column;gap:15px;padding-top:18px}.styles_root__JRmew .styles_actions__XMufY{align-items:flex-end;display:flex;flex-direction:column;width:100%}.styles_root__JRmew .styles_content__S30nf{display:flex;flex-direction:row;gap:24px;padding-bottom:15px}.styles_root__JRmew .styles_content__S30nf .styles_cropper__zeUCa{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:center;min-height:500px;width:100%}.styles_root__JRmew .styles_content__S30nf .styles_formWrapper__wmpCy{display:flex;flex-direction:column;gap:15px;max-width:268px;padding-top:7px;width:100%}.styles_root__JRmew .styles_content__S30nf .styles_purged__1Y2uy{align-content:center;align-items:center;color:red;display:flex;font-size:24px;justify-content:center;min-height:400px;width:100%}.styles_root__qQg2J{display:flex;flex-direction:column;gap:9px;padding:6px 0 0;width:100%}.styles_root__qQg2J .styles_actions__nGjs\+{display:flex;flex-direction:row;gap:16px;justify-content:space-between;padding-top:15px;width:100%}.styles_root__qQg2J .styles_actions__nGjs\+.styles_buttons__9uUGV{justify-content:flex-end}.styles_root__qQg2J .styles_actions__nGjs\+ .styles_textButtonWrapper__95iiy{align-items:center;color:#011627;display:flex;justify-content:center}.styles_root__qQg2J .styles_actions__nGjs\+ .styles_textButtonWrapper__95iiy .styles_textButton__-0D8L{color:#011627!important}.styles_root__\+mnbd{color:#7a858d!important;font-family:SF Pro Display,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:100%;text-align:center}.styles_root__TYSC-{align-items:center;background-color:hsla(0,0%,100%,.6);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:999}.styles_root__5cfOY{display:flex;flex-direction:column;font-weight:400;gap:1px;line-height:100%}.styles_root__5cfOY .styles_title__PoiLz{font-size:14px}.styles_root__5cfOY .styles_info__xsu5f{color:#acb3b8;font-size:10px}.styles_root__5cfOY .styles_info__xsu5f.styles_blue__XtkQh{color:#35c7ff}.styles_root__5cfOY .styles_info__xsu5f b{color:inherit!important;font-size:inherit!important;font-weight:700}.styles_root__P80FI{align-items:flex-start;display:flex;flex-direction:column;gap:20px;padding-top:4px;text-align:left;width:100%}.styles_root__P80FI .styles_content__XgcG- .styles_header__IyWBI{align-items:center;display:flex;justify-content:space-between}.styles_root__P80FI .styles_content__XgcG- .styles_header__IyWBI .styles_actions__wSmUB{align-items:center;display:flex;gap:12px;justify-content:flex-end}.styles_root__P80FI .styles_content__XgcG- .styles_header__IyWBI .styles_actions__wSmUB .styles_menuActions__6hfHc{align-items:center;background:#fff;border-radius:5px;color:#011627;display:flex;font-size:14px;font-weight:500;gap:4px;height:37px;line-height:125%;padding:17px 11px;text-transform:capitalize}.styles_root__P80FI .styles_content__XgcG- .styles_header__IyWBI button{justify-content:space-between;margin-top:10px;max-height:28px;padding:6px 14px 6px 10px;width:96px}.styles_root__P80FI .styles_content__XgcG- .styles_h3__HPycS{padding:15px 18px 12px}.styles_root__P80FI .styles_footer__ugfu8{display:flex;flex-direction:row;justify-content:space-between;margin-top:6px;padding-left:21px;padding-right:15px;width:100%}.styles_root__P80FI .styles_titleWrapper__kC4Aj{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-right:14px;width:100%}.styles_root__P80FI .styles_titleWrapper__kC4Aj button{margin-top:5px}.styles_root__P80FI table button{min-width:120px}.styles_root__P80FI table tbody tr th,.styles_root__P80FI table thead tr th{padding-bottom:9px;padding-left:20px;padding-top:21px}.styles_root__P80FI table tbody tr td,.styles_root__P80FI table tbody tr th,.styles_root__P80FI table tbody tr:last-child td,.styles_root__P80FI table tbody tr:last-child th{padding-bottom:8px;padding-top:11px}.styles_root__P80FI table tbody tr td:last-child{padding-right:36px}.styles_root__P80FI table thead tr th:last-child{padding-right:27px;padding-top:7px}.styles_title__ysb7w{align-items:baseline;display:flex;gap:8px;width:100%}.styles_content__zbPB5{width:100%}.styles_inputRow__GDet4{padding-bottom:20px;width:100%}.styles_form__kcrmU{margin-top:6px;position:relative;width:100%}.styles_row__1vVOi{display:flex;flex-direction:row;gap:20px;margin-bottom:20px}.styles_row__1vVOi.styles_mb__1ataa{margin-bottom:24px}.styles_actions__P11G9{margin-top:20px}.styles_root__-5nqg{display:flex;flex-direction:column;gap:15px;padding-top:18px}.styles_root__wa7vZ .styles_noData__\+s0hA{color:#7a858d;font-size:24px}.styles_root__wa7vZ thead th{color:#7a858d;font-size:14px;font-weight:500;line-height:100%;padding-bottom:21px;padding-top:25px}.styles_root__wa7vZ tbody td,.styles_root__wa7vZ tbody th{border-bottom:1px solid #e8e9ea;font-size:14px;font-weight:400;line-height:140%;padding-bottom:17.7px;padding-top:17.7px}.styles_root__wa7vZ tbody td b,.styles_root__wa7vZ tbody th b{font-size:14px;font-weight:500;line-height:100%}.styles_root__wa7vZ tbody td:first-child,.styles_root__wa7vZ tbody th:first-child{color:#7a858d}.styles_root__wa7vZ tbody table.styles_subTable__kjFgi tbody tr:last-child td,.styles_root__wa7vZ tbody table.styles_subTable__kjFgi tbody tr:last-child th,.styles_root__wa7vZ tbody>tr:last-child td,.styles_root__wa7vZ tbody>tr:last-child th{border-bottom:0}.styles_root__wa7vZ tbody table.styles_subTable__kjFgi tbody td,.styles_root__wa7vZ tbody table.styles_subTable__kjFgi tbody th{border-bottom:1px solid #e8e9ea}.styles_root__wa7vZ tfoot tr:last-child td{padding-bottom:1px;padding-top:7px}.styles_root__wa7vZ .styles_pagination__5Zhh- *{color:#7a858d}.styles_root__wa7vZ .styles_pagination__5Zhh- select{background:#f0f0f1;border-radius:4px}.styles_root__wa7vZ .styles_paginationLabel__hSJNu *{color:var(--main-color)}.styles_root__wa7vZ .styles_btn__d4Xd5{background:var(--company-main-background);border-radius:1px;font-size:14px;font-weight:500;height:28px;line-height:100%;padding:7px 12px;text-align:center;width:108px}.styles_root__Fxy6l .styles_noData__JdSDa{color:#7a858d;font-size:24px}.styles_root__Fxy6l thead th{color:#7a858d;font-size:14px;font-weight:500;line-height:100%;padding-bottom:21px;padding-top:25px}.styles_root__Fxy6l tbody td,.styles_root__Fxy6l tbody th,.styles_root__Fxy6l tbody tr:last-child td,.styles_root__Fxy6l tbody tr:last-child th{border-bottom:1px solid #e8e9ea;font-size:14px;font-weight:400;line-height:140%;padding-bottom:17.7px;padding-top:17.7px}.styles_root__Fxy6l tbody td b,.styles_root__Fxy6l tbody th b,.styles_root__Fxy6l tbody tr:last-child td b,.styles_root__Fxy6l tbody tr:last-child th b{font-size:14px;font-weight:500;line-height:100%}.styles_root__Fxy6l tbody td:first-child,.styles_root__Fxy6l tbody th:first-child,.styles_root__Fxy6l tbody tr:last-child td:first-child,.styles_root__Fxy6l tbody tr:last-child th:first-child{color:#7a858d}.styles_root__Fxy6l tfoot tr:last-child td{padding-bottom:1px;padding-top:7px}.styles_root__Fxy6l .styles_pagination__A3oiu *{color:#7a858d}.styles_root__Fxy6l .styles_pagination__A3oiu select{background:#f0f0f1;border-radius:4px}.styles_root__Fxy6l .styles_paginationLabel__gbAlQ *{color:var(--main-color)}.styles_root__Fxy6l .styles_btn__D4z7o{background:var(--company-main-background);border-radius:1px;font-size:14px;font-weight:500;height:28px;line-height:100%;padding:7px 12px;text-align:center;width:108px}.styles_root__rukSW{align-items:center;display:flex;flex-direction:row;gap:10px;text-transform:capitalize}.styles_root__rukSW .styles_dot__rm\+wR{border-radius:50%;display:inline-block;height:9px;width:9px}.styles_root__rukSW .styles_dot__rm\+wR.styles_default__Rh9tO{background:#acb3b8}.styles_root__rukSW .styles_dot__rm\+wR.styles_approved__yYSx7{background:#0c9}.styles_root__rukSW .styles_dot__rm\+wR.styles_uploaded__TRHig{background:#35c7ff}.styles_root__rukSW .styles_dot__rm\+wR.styles_attention__1WywP{background:#ff9700}.styles_root__rukSW .styles_dot__rm\+wR.styles_error__khOl3{background:#ff0035}.styles_item__GsbBN{border-bottom:1px solid #f0f0f1;display:flex;flex-direction:column;padding-bottom:2px;width:100%}.styles_item__GsbBN:last-child{border-bottom:none;margin-bottom:0}.styles_root__PdIgw{display:flex;flex-direction:row;gap:12px;height:46px;width:100%}.styles_root__PdIgw .styles_text__lprVh{display:flex;flex-direction:column;font-size:16px;font-weight:500;line-height:19px;width:100%}.styles_root__PdIgw .styles_text__lprVh .styles_note__jb3yE{color:#7a858d;font-size:14px;font-weight:400;line-height:16px}.styles_root__PdIgw .styles_actions__nMsy-{display:flex}.styles_statusText__4mmuj{font-size:13.5652px;font-weight:500;letter-spacing:-.33913px;line-height:16px}.styles_statusIcon__Qi58V{padding-top:4px}.styles_statusIcon__Qi58V svg{height:32px;width:32px}.styles_subtitleText__1mSVO{color:#acb3b8;color:var(--gray-haul-g-3,#acb3b8);font-size:14px;font-weight:400}.styles_box__CjOsi{display:flex;flex-direction:column;gap:8px;padding:8px 12px 4px;width:100%}.styles_root__NKR44{padding:7px 28px 7px 10px}.styles_root__NKR44>div{padding-top:2px}.styles_root__NKR44 .styles_avatar__fJj3F{border-radius:50%;height:38px;object-fit:cover;width:38px}.styles_root__NKR44 .styles_role__Fe1Zc{color:#7a858d;font-size:14px;font-weight:400;line-height:16px}.styles_root__NKR44 .styles_action__lAK6y{line-height:46px}.styles_defaultLogo__B4KWv{background-color:var(--company-main-background);border-radius:50%;font-size:24px;font-weight:600;height:40px;line-height:20px;padding-left:2px;width:40px}.styles_defaultLogo__B4KWv,.styles_root__02hts{align-items:center;display:flex;justify-content:center}.styles_root__02hts{background-color:hsla(0,0%,100%,.6);height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:999}.styles_root__02hts .styles_loadingImg__JTvkK{-webkit-animation:styles_spin__F-HF3 4s linear infinite;animation:styles_spin__F-HF3 4s linear infinite;height:54px;left:50%;margin:-60px 0 0 -32px;position:absolute;top:50%;width:54px}@-webkit-keyframes styles_spin__F-HF3{to{-webkit-transform:rotate(1turn)}}@keyframes styles_spin__F-HF3{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.styles_root__02hts .styles_text__FjKHb{color:#2a2e2d;font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:140%;margin-top:70px}.styles_root__bH\+ZF{display:grid;grid-template-rows:1fr 80px;height:100%;padding-top:45px}.styles_root__bH\+ZF .styles_documents__jdDS6{display:flex;flex-direction:column;gap:8px}.styles_root__bH\+ZF .styles_actions__JLKHF{align-items:center;display:flex;justify-content:center;padding-top:1.5rem}.styles_root__bH\+ZF .styles_label__ZMP7L{font-size:14px;font-weight:500;line-height:16px;padding:0 12px;text-align:center}.styles_root__bH\+ZF .styles_notFound__92cfd{font-size:18px;font-weight:500;line-height:16px;padding:0 12px;text-align:center}.styles_root__bH\+ZF .styles_noDocuments__kbYtA{padding:1rem}.styles_userContainer__73b-W{bottom:65px;left:15px;position:absolute;width:calc(100% - 30px)}.styles_logoContainer__KpdZk{margin-top:100px}.SelectDocumentType_root__eU0I8{display:flex;height:100%}.SelectDocumentType_card__gReC2{background:#fff;border-radius:15px;box-shadow:.75px .75px 0 0 #d0d3d6;margin:auto;padding:71px 41px;text-align:center;width:calc(100% - 24px)}.SelectDocumentType_card__gReC2 button{margin-top:35px}.SelectDocumentType_actions__ylrfV{align-items:center;display:flex;flex-direction:column;justify-content:center}.SelectDocumentType_actions__ylrfV>button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SelectDocumentType_title__bWnLX{color:#7a858d;color:var(--gray-haul-g-4,#7a858d);font-size:14px;font-weight:400;line-height:18px;margin-bottom:35px;margin-top:14px;text-align:center}.SelectDocumentType_selector__Zn0Wk{text-align:left}.SelectDocumentType_selector__Zn0Wk fieldset{border:1px solid #acb3b8!important}.SelectDocumentType_labelFocused__XLRV3{color:#acb3b8!important}.ScanPage_root__UzwnI{margin:auto;padding-left:15px;padding-right:15px;padding-top:50px}.CameraPermissionStep_root__HG1K8 h2{font-size:32px}.CameraPermissionStep_root__HG1K8 h2,.CameraPermissionStep_root__HG1K8 h3{color:var(--main-color);font-family:GT America,sans-serif;font-style:italic;font-weight:900;line-height:36px}.CameraPermissionStep_root__HG1K8 h3{font-size:18px}.CameraPermissionStep_root__HG1K8 p{color:var(--main-color);font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px;margin-bottom:20px;margin-top:10px}.CameraPermissionStep_actions__9SMfS{display:flex;flex-direction:column;gap:20px;justify-content:space-between;margin-top:60px;width:100%}.CameraPermissionStep_actions__9SMfS button{margin:auto}.IOsPermissionModal_root__xZ8wb{background-color:#e8e9ea;border:3px solid #acb3b8;border-radius:25px;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;margin:auto;width:263px}.IOsPermissionModal_root__xZ8wb .IOsPermissionModal_message__0KVoD{color:#acb3b8!important;line-height:19px;margin:23px;text-align:center}.IOsPermissionModal_buttons__z5Lvb{display:grid;grid-template-columns:1fr 1fr;height:44px;line-height:19px;text-align:center}.IOsPermissionModal_buttons__z5Lvb div{border-top:1px solid #acabab;height:100%;padding-top:12px}.IOsPermissionModal_buttons__z5Lvb .IOsPermissionModal_btn1__N0sAf{border-right:1px solid #acabab;color:#acb3b8}.IOsPermissionModal_buttons__z5Lvb .IOsPermissionModal_btn2__tVCmV{color:#00a8e9;height:100%;position:relative}.IOsPermissionModal_buttons__z5Lvb .IOsPermissionModal_btn2__tVCmV:after{border:4px solid #35c7ff;border-radius:34px;content:" ";display:block;height:100%;height:68px;left:30px;position:absolute;top:-12px;width:68px}.StepDescription_root__8tQnu h2{font-family:Roboto,sans-serif}.StepDescription_root__8tQnu h2,.StepDescription_root__8tQnu h3{color:var(--main-color);font-size:21px;font-weight:700;line-height:36px;text-align:center}.StepDescription_root__8tQnu h3{font-family:GT America,sans-serif}.StepDescription_root__8tQnu p{color:var(--main-color);font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin-bottom:20px;margin-top:10px;text-align:center}.ManualUploadButton_root__BYYc-{text-align:center;width:100%}.ManualUploadButton_root__BYYc- button{border-bottom:4px solid var(--company-main-border);color:var(--main-color);text-transform:none}.ManualUploadButton_root__BYYc- button,.ManualUploadButton_root__BYYc- span{font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:100%;margin-top:10px}.ManualUploadButton_root__BYYc- span{color:#acb3b8;display:block}.FlatSurfaceStep_root__-Oibk{display:block}.FlatSurfaceStep_table__pJlxB{margin:50px auto auto;width:100%}.FlatSurfaceStep_actions__A5fVY{display:flex;justify-content:space-between;margin-top:60px;width:100%}.FlatSurfaceStep_actions__A5fVY button{margin:auto}.styles_root__jiusd{align-items:center;height:100%}.styles_root__jiusd,.styles_root__jiusd .styles_content__uq547{background:#f0f0f1;display:flex;flex-direction:column;width:100%}.styles_root__jiusd .styles_content__uq547{color:#3e4d5a;font-family:SF Pro Text,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:0;letter-spacing:.01rem;line-height:18px;word-spacing:.9px}.styles_root__jiusd .styles_footer__HCN-N{margin-top:37px}.styles_manualUploadButton__4SDBB{margin-top:10px}.styles_uploadingMessage__y5WZg{text-align:center}.styles_uploadingMessage__y5WZg h3{margin-top:40px}.styles_uploadingMessage__y5WZg p{color:var(--main-color);font-family:Roboto;font-style:normal;font-weight:500;margin:10px 30px 30px}.styles_manualUpladMessage__NBeYX{margin-top:18px}.CircleLoader_root__tvR\+x{align-items:center;display:flex;justify-content:center;margin:30px;min-height:40vh}.CircleLoader_root__tvR\+x .CircleLoader_circleLoader__5f7xN{-webkit-animation:CircleLoader_loader-spin__9gNxG 1.2s linear infinite;animation:CircleLoader_loader-spin__9gNxG 1.2s linear infinite;border:4px solid #fff;border-left-color:#000;border-radius:50%;height:100px;width:100px}@-webkit-keyframes CircleLoader_loader-spin__9gNxG{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes CircleLoader_loader-spin__9gNxG{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.VideoControls_root__86n4i{align-items:center;display:inline-flex;gap:20px;justify-content:center;margin-top:15px;width:100%}.VideoControls_secondaryBtn__JwYGU>button{background-color:initial!important;border:3px solid var(--company-main-border);height:42px!important;width:42px!important}.VideoControls_secondaryBtn__JwYGU>button svg>path{fill:var(--main-color)}.VideoControls_disableCamera__gjLnf button{background-color:initial!important;border:3px solid #d0d3d6!important}.VideoControls_disableCamera__gjLnf button svg>path{fill:#d0d3d6}.VideoControls_flashOn__6BTtB button{background-color:var(--company-main-border)!important}.RoundButton_root__TJ4ef{background:var(--company-main-background)!important;border-radius:50%!important;height:70px!important;width:70px!important}.RoundButton_root__TJ4ef svg>path{fill:var(--company-main-color-contrast-text)}button.RoundButton_disabled__Z\+WxJ{background-color:initial!important;border:3px solid #d0d3d6!important}button.RoundButton_disabled__Z\+WxJ svg>path{fill:#d0d3d6}.RotateMobileMessage_root__ncQRV{background-color:#f0f0f1;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}@media (orientation:portrait){.RotateMobileMessage_root__ncQRV{display:none}}.RotateMobileMessage_content__vXSAO{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.RotateMobileMessage_content__vXSAO span{color:var(--main-color);display:block;font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-top:24px;text-align:center}.RotateMobileMessage_device__58sVy{border:5px solid #35c7ff;border-radius:10px;height:153px;position:relative;width:93px}.RotateMobileMessage_device__58sVy svg{height:60%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:60%}.VideoStream_videoStreamContainer__vAaWO{position:relative}.VideoStream_video__HhmcD{aspect-ratio:1.6;border-radius:16px;height:auto;object-fit:cover;width:100%}.VideoStream_video__HhmcD::-webkit-media-controls-fullscreen-button{display:none!important}.VideoStream_aspectRatio_card__PA7il{aspect-ratio:1.6}.VideoStream_aspectRatio_square__4XOEv{aspect-ratio:1}.VideoStream_aspectRatio_document__w4bRY{aspect-ratio:1.2}.VideoStream_videoHidden__BXsrf{position:absolute;visibility:collapse;z-index:-99}@-webkit-keyframes VideoStream_target__GKWzK{0%{border-width:0}20%{border-width:2px}40%{border-width:4px}60%{border-width:6px}80%{border-width:4px}to{border-width:2px}}@keyframes VideoStream_target__GKWzK{0%{border-width:0}20%{border-width:2px}40%{border-width:4px}60%{border-width:6px}80%{border-width:4px}to{border-width:2px}}@-webkit-keyframes VideoStream_spin__3q\+3b{0%{border-left-width:5px;border-top-color:#35c7ff;border-top-width:10px}25%{border-right-color:#35c7ff;border-right-width:10px;border-top-width:5px}50%{border-bottom-color:#35c7ff;border-bottom-width:10px;border-right-width:5px}75%{border-bottom-width:5px;border-left-color:#35c7ff;border-left-width:10px}}@keyframes VideoStream_spin__3q\+3b{0%{border-left-width:5px;border-top-color:#35c7ff;border-top-width:10px}25%{border-right-color:#35c7ff;border-right-width:10px;border-top-width:5px}50%{border-bottom-color:#35c7ff;border-bottom-width:10px;border-right-width:5px}75%{border-bottom-width:5px;border-left-color:#35c7ff;border-left-width:10px}}.VideoStream_testActions__VKPlF{display:flex;gap:20px}.VideoStream_hide__EDu8U{display:none}.VideoStreamTarget_videoTarget__mR6DZ{aspect-ratio:1;border:2px solid #fff;border-radius:14px;height:20%;position:absolute;z-index:2}.VideoStreamTarget_videoTarget__mR6DZ.VideoStreamTarget_topLeft__MmtVo{border-bottom:none;border-radius:14px 0 0 0;border-right:none;left:8%;top:8%}.VideoStreamTarget_videoTarget__mR6DZ.VideoStreamTarget_topRight__kCGYR{border-bottom:none;border-left:none;border-radius:0 14px 0 0;right:8%;top:8%}.VideoStreamTarget_videoTarget__mR6DZ.VideoStreamTarget_bottomLeft__7Rd0M{border-radius:0 0 0 14px;border-right:none;border-top:none;bottom:8%;left:8%}.VideoStreamTarget_videoTarget__mR6DZ.VideoStreamTarget_bottomRight__1-d-G{border-left:none;border-radius:0 0 14px 0;border-top:none;bottom:8%;right:8%}.VideoStreamTarget_square__iDH0a{aspect-ratio:1;height:calc(100% - 3px);position:absolute;top:0}.VideoStreamTarget_leftSquare__0Qm54{left:0}.VideoStreamTarget_rightSquare__tTW\+G{right:0}.VideoStreamTarget_isCapturing__MneG\+ div{border-color:var(--company-main-border);border-width:3px}@-webkit-keyframes VideoStreamTarget_name__Kh8jS{0%{opacity:1}10%{opacity:.9}20%{opacity:.8}30%{opacity:.4}40%{opacity:.2}50%{opacity:0}60%{opacity:.2}70%{opacity:.4}80%{opacity:.8}90%{opacity:.9}}@keyframes VideoStreamTarget_name__Kh8jS{0%{opacity:1}10%{opacity:.9}20%{opacity:.8}30%{opacity:.4}40%{opacity:.2}50%{opacity:0}60%{opacity:.2}70%{opacity:.4}80%{opacity:.8}90%{opacity:.9}}.ImagePreview_image__SNfmx{border:3px solid #00cc21;border-radius:16px}.ImagePreview_check__7wh4u{align-items:center;background:#f0f0f1;border:3px solid #00cc21;border-radius:50%;display:flex;height:56px;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:56px}.ImagePreview_imgContainer__gSEkw{position:relative}.ImagePreview_imageInfo__sySHu{border-color:#35c7ff}.ImagePreview_imageError__5ip6m{border-color:#ff9700}.ImagePreview_imageSuccess__U-0sp{border-color:#00cc21}.ImagePreview_imageUploading__Gm-Nm{border:none}.ImagePreview_actionButtons__mH91V,.ImagePreview_manualUploadButton__Sk6MA,.ImagePreview_messageBanner__bekjy{margin-top:15px}.ImagePreview_pdfContainer__\+GQQZ{border:3px solid #00cc21;border-radius:16px;height:150px;width:100%}.ImagePreview_pdfContainer__\+GQQZ h3{text-align:center}.ApproveRetakeButtons_root__55p1B{display:flex;width:100%}.ApproveRetakeButtons_actions__4EzWJ{display:flex;flex-direction:column;gap:20px;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ApproveRetakeButtons_button__9j1ue button{width:100%}.ApproveRetakeButtons_retakeBtn__ImarB button{border:1px solid #d0d3d6;border-radius:1px;color:var(--main-color);font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;height:38px;line-height:100%;min-width:125px}.ImagePreviewMessage_root__YiUhz{align-items:center;background-color:#f0f0f1;border:3px solid #00cc21;border-radius:27px;color:#011627;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:22px;min-height:36px;padding-left:20px;padding-right:20px;text-align:center}.ImagePreviewMessage_type_success__ENGCZ{border-color:#00cc21}.ImagePreviewMessage_type_error__05WZj{border-color:#ff9700}.ImagePreviewMessage_type_info__g\+Ebo{border-color:#35c7ff}.ImagePreviewMessage_center__amvG7{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.MessageBanner_root__m3XtY{grid-gap:10px;align-items:center;background:rgba(255,160,17,.1);border-radius:9.3395px;display:grid;gap:10px;grid-template-columns:30px 1fr;padding:10px 20px 10px 13px;width:100%}.ProgressBar_root__dnVYH{background-color:#fff;position:absolute}.ProgressBar_position_top__sFxz6{height:4px;left:16px;top:0;width:calc(100% - 32px)}.ProgressBar_position_right__uB30y{height:calc(100% - 32px);right:0;top:16px;width:4px}.ProgressBar_position_bottom__BgSSQ{bottom:0;height:4px;left:16px;width:calc(100% - 32px)}.ProgressBar_position_left__DeDBO{height:calc(100% - 32px);left:0;top:16px;width:4px}.Corner_root__-l6ok{height:16px;position:absolute;width:16px}.Corner_position_topRight__ns-cm{border-radius:0 16px 0 0;border-right:4px solid #fff;border-top:4px solid #fff;right:0;top:0}.Corner_position_bottomRight__k8xOA{border-bottom:4px solid #fff;border-radius:0 0 16px 0;border-right:4px solid #fff;bottom:0;right:0}.Corner_position_bottomLeft__9zkie{border-bottom:4px solid #fff;border-left:4px solid #fff;border-radius:0 0 0 16px;bottom:0;left:0}.Corner_position_topLeft__Aifx3{border-left:4px solid #fff;border-radius:16px 0 0 0;border-top:4px solid #fff;left:0;top:0}.FileSelection_root__isYuV{aspect-ratio:1.6;background:#d0d3d6;border-radius:16px;padding:8px;width:100%}.FileSelection_item__XUexK{grid-column-gap:14px;background:#fff;border-radius:13px;-webkit-column-gap:14px;column-gap:14px;display:grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;padding:9px}.FileSelection_icon__22pYb{align-items:center;background:rgba(53,199,255,.31);border-radius:5px;display:flex;justify-content:center;min-height:30px;min-width:30px}.FileSelection_fileName__z0no6{color:#011627;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.FileSelection_fileSize__dq418{color:#7a858d;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.styles_root__C7o8K{display:flex;flex-direction:column;width:100%;z-index:99}.styles_cropContainer__iv817{border:3px solid var(--company-main-background);border-radius:10px;height:400px;position:relative;width:100%}.styles_cropContainer__iv817>div{border-radius:10px}.styles_controls__vZuET{align-items:stretch;display:flex;flex-direction:column;padding:16px}.styles_sliderContainer__WQhsy{align-items:center;display:flex;flex:1 1}.styles_sliderLabel__nZECv{min-width:65px}.styles_slider__ctAjx{margin-left:32px;padding:22px 0}.styles_cropButton__WKox0{align-self:flex-end;flex-shrink:0;margin-top:24px;max-width:100px}.styles_actionsPanel__EGeEL{display:flex;flex-direction:row;justify-content:center;margin-top:24px}.styles_root__5VI6h{display:flex;flex-direction:column;gap:8px;justify-content:center}.styles_root__5VI6h .styles_uploadArea__Y8QCg{align-items:center;border:3px dashed #d0d3d6;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:4px;justify-content:center;position:relative;width:100%}.styles_root__5VI6h .styles_uploadArea__Y8QCg.styles_uploadedContainer__IO4Cj,.styles_root__5VI6h .styles_uploadArea__Y8QCg.styles_uploaded__mqimb{border:none}.styles_root__5VI6h .styles_uploadArea__Y8QCg.styles_noEditStep__05awz{aspect-ratio:auto;height:auto;width:100%}.styles_root__5VI6h .styles_uploadArea__Y8QCg input{display:none}.styles_root__5VI6h .styles_uploadArea__Y8QCg img.styles_uploaded__mqimb{border-radius:15px;height:100%;width:100%}.styles_root__5VI6h .styles_uploadArea__Y8QCg img.styles_noEditStep__05awz{height:auto;width:100%}.styles_root__5VI6h .styles_uploadArea__Y8QCg img{height:52px;width:34px}.styles_root__5VI6h .styles_uploadArea__Y8QCg .styles_placeholder__k5fwy{font-size:15px;font-weight:600;line-height:19px;text-align:center}.styles_closeIcon__JOZRT{align-items:center;background:var(--company-main-background);border-radius:50%;cursor:pointer;display:flex;height:41px;justify-content:center;position:absolute;right:-10px;top:-10px;width:41px}.styles_closeIcon__JOZRT svg>path{fill:var(--company-main-color-contrast-text)}.styles_aspectRatio_card__Xf-px{aspect-ratio:1.6296296296}.styles_aspectRatio_document__g0dr4{aspect-ratio:1.2}.styles_aspectRatio_square__9nBL3{aspect-ratio:1}.styles_dpfDisplayContainer__3XfQp{position:relative}.LicenseCameraScan_manualUploadButton__qyfyV{margin-top:15px}.LicenseCameraScan_videoContainer__EER3w{position:relative}.LicenseCameraScan_flipCaptureMessage__YpdKI{top:calc(50% - 42.5px)}.LicenseCameraScan_uploadingMessage__KxJuy{text-align:center}.LicenseCameraScan_uploadingMessage__KxJuy h3{margin-top:40px}.LicenseCameraScan_uploadingMessage__KxJuy p{color:var(--main-color);font-family:Roboto;font-style:normal;font-weight:500;margin:10px 30px 30px}.LicenseCameraScan_manualUpladMessage__RgQgz{margin-top:18px}.FlipIdToCaptureBack_root__OSzWH{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.FlipIdToCaptureBack_flipInner__Mxn\+K{-webkit-animation:FlipIdToCaptureBack_flipMove__pOEma 4s infinite;animation:FlipIdToCaptureBack_flipMove__pOEma 4s infinite;height:100%;position:relative;text-align:center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%}@-webkit-keyframes FlipIdToCaptureBack_flipMove__pOEma{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}40%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes FlipIdToCaptureBack_flipMove__pOEma{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}40%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}.FlipIdToCaptureBack_flipCardFront__HA2xL{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#f0f0f1;border:3px solid #35c7ff;border-radius:27px;color:var(--main-color);display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;height:46px;justify-content:center;left:50%;line-height:36px;padding-left:20px;padding-right:20px;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-max-content;width:max-content}.FlipIdToCaptureBack_flipCardBack__JZHJg{-webkit-transform:rotateY(180deg) translate(50%,-50%);transform:rotateY(180deg) translate(50%,-50%)}.styles_root__V3\+6p{align-items:center;background:#f0f0f1;display:flex;flex-direction:column;height:100%;width:100%}.styles_root__V3\+6p .styles_content__f2Y8z{background:#f0f0f1;color:#3e4d5a;display:flex;flex-direction:column;font-family:SF Pro Text,sans-serif;font-size:14px;font-style:normal;font-weight:400;gap:10px;height:0;letter-spacing:.01rem;line-height:18px;width:100%;word-spacing:.9px}.styles_root__V3\+6p .styles_footer__WWvdc{margin-top:37px}.styles_manualUploadButton__6WjoO{margin-top:10px}.styles_uploadingMessage__-NzOo{text-align:center}.styles_uploadingMessage__-NzOo h3{margin-top:40px}.styles_uploadingMessage__-NzOo p{color:var(--main-color);font-family:Roboto;font-style:normal;font-weight:500;margin:10px 30px 30px}.styles_manualUpladMessage__jWw3Y{margin-top:18px}.styles_actions__5G-8-{display:flex;justify-content:center;padding-top:1rem}.styles_root__cIa9c{gap:8px}.styles_root__cIa9c,.styles_root__cIa9c .styles_uploadArea__uiDtu{display:flex;flex-direction:column;justify-content:center;width:100%}.styles_root__cIa9c .styles_uploadArea__uiDtu{align-items:center;border:2px dashed #d0d3d6;border-radius:16px;border-radius:15px;cursor:pointer;gap:4px;min-height:225px}.styles_root__cIa9c .styles_uploadArea__uiDtu.styles_uploaded__xVP94{border:none}.styles_root__cIa9c .styles_uploadArea__uiDtu input{display:none}.styles_root__cIa9c .styles_uploadArea__uiDtu img.styles_uploaded__xVP94{border-radius:15px;height:100%;width:100%}.styles_root__cIa9c .styles_uploadArea__uiDtu img{height:52px;width:34px}.styles_root__cIa9c .styles_uploadArea__uiDtu .styles_placeholder__LIxXz{font-size:15px;font-weight:600;line-height:19px;text-align:center}.styles_root__JnGlI{display:flex;flex-direction:column;gap:8px;justify-content:center;width:100%}.styles_root__JnGlI .styles_wrapSelectedFiles__0vDlh{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem;width:100%}.styles_root__JnGlI .styles_wrapSelectedFiles__0vDlh .styles_selectedFiles__4MsAh{display:flex;flex-direction:column;gap:.5rem;width:100%}.styles_root__JnGlI .styles_wrapSelectedFiles__0vDlh .styles_selectedFiles__4MsAh .styles_fileItem__vWfDT{align-items:center;background:#fff;border-radius:15px;display:flex;flex-direction:row;gap:4px;padding:12px;width:100%}.styles_root__JnGlI .styles_wrapSelectedFiles__0vDlh .styles_selectedFiles__4MsAh .styles_fileItem__vWfDT img.styles_preview__q-WMe{border-radius:4px;height:40px;object-fit:cover;width:40px}.styles_root__JnGlI .styles_wrapSelectedFiles__0vDlh .styles_selectedFiles__4MsAh .styles_fileItem__vWfDT .styles_filename__Uxgy5{flex:1 1;overflow:hidden;padding:4px;text-overflow:ellipsis;white-space:nowrap}.styles_root__JnGlI .styles_wrapSelectedFiles__0vDlh .styles_selectedFiles__4MsAh .styles_fileItem__vWfDT .styles_action__cd82Q{align-items:center;display:flex;flex-direction:row;gap:4px;justify-content:center;width:30px}.styles_root__JnGlI .styles_wrapSelectedFiles__0vDlh .styles_selectedFiles__4MsAh .styles_fileItem__vWfDT .styles_action__cd82Q svg{cursor:pointer;height:20px;width:20px}.styles_root__JnGlI .styles_addMore__AhuWQ{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:4px;justify-content:center;padding-top:1rem}.styles_root__JnGlI .styles_addMore__AhuWQ span{color:#acb3b8;font-size:14px;font-weight:700}.styles_root__JnGlI .styles_addMore__AhuWQ svg{fill:#acb3b8}.styles_root__JnGlI .styles_uploadArea__dlLnW{align-items:center;border:2px dashed #d0d3d6;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:4px;justify-content:center;min-height:225px;padding:4px;width:100%}.styles_root__JnGlI .styles_uploadArea__dlLnW.styles_uploaded__A4m\+g{border:none}.styles_root__JnGlI .styles_uploadArea__dlLnW input{display:none}.styles_root__JnGlI .styles_uploadArea__dlLnW img.styles_uploaded__A4m\+g{border-radius:15px;height:100%;width:100%}.styles_root__JnGlI .styles_uploadArea__dlLnW img{height:52px;width:34px}.styles_root__JnGlI .styles_uploadArea__dlLnW .styles_placeholder__x-KCt{font-size:15px;font-weight:600;line-height:19px;text-align:center}.styles_root__pLoxc{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:500px;width:100%}.styles_root__pLoxc .styles_content__YLTJN{max-width:370px;padding:71px 44px;width:90%}.styles_root__pLoxc .styles_inputRow__n8Pdr+.styles_inputRow__n8Pdr{margin-top:10px}.styles_root__pLoxc .styles_form__BKanJ{margin-top:30px;position:relative;width:100%}.styles_root__E3mkT{position:relative}.styles_root__E3mkT.styles_disabled__ZaTgA{opacity:.7}.styles_root__E3mkT .styles_input__2VV4h{display:block}.styles_root__E3mkT .styles_prefix__5fhpP,.styles_root__E3mkT .styles_suffix__36uzV{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_root__E3mkT .styles_prefix__5fhpP{left:0;padding-left:10px}.styles_root__E3mkT .styles_suffix__36uzV{padding-right:10px;right:0}.styles_root__0FpwQ .styles_label__QpD\+2{color:#4f4f4f;font-size:14px;margin-bottom:4px}.styles_root__0FpwQ .styles_label__QpD\+2.styles_required__a3tvt:after{color:red;content:"*";margin-left:5px}.styles_root__0FpwQ .styles_body__2Arnf{align-items:center;-webkit-column-gap:32px;column-gap:32px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;row-gap:15px}.styles_root__0FpwQ .styles_body__2Arnf>*{flex-grow:1}.styles_root__0FpwQ .styles_errorContainer__-PT6t{color:#e86e6e;font-size:13px;padding:5px}.styles_root__0FpwQ.styles_error__Eu23- .styles_label__QpD\+2{color:#a22929}.styles_root__6KIlW{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:500px;width:100%}.styles_root__6KIlW .styles_content__fodGB{max-width:370px;padding:71px 44px;width:90%}.styles_root__6KIlW .styles_inputRow__gLRfC+.styles_inputRow__gLRfC{margin-top:10px}.styles_root__6KIlW .styles_form__jF\+oO{margin-top:30px;position:relative;width:100%}.styles_root__u2ORx{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:500px;width:100%}.styles_root__u2ORx .styles_content__S0y3J{max-width:370px;padding:71px 44px;width:90%}.styles_root__u2ORx .styles_description__BG8mU{color:#3e4d5a;font-size:14px;font-weight:400;line-height:18px;margin-bottom:35px;margin-top:14px;text-align:center}.styles_root__u2ORx .styles_inputRow__s7Gxb{margin-bottom:35px}.styles_root__u2ORx .styles_inputRow__s7Gxb+.styles_inputRow__s7Gxb{margin-top:10px}.styles_root__u2ORx .styles_form__V9xWa{position:relative;width:100%}.styles_root__rNWcj{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:14px;height:100%;justify-content:center;margin:auto;max-width:500px;width:100%}.styles_root__rNWcj .styles_content__hOKGv{gap:15px;min-height:380px;padding:71px 40px;width:85%}.styles_root__rNWcj .styles_content__hOKGv .styles_logo__Zz1Hl{height:55px}.styles_root__rNWcj .styles_content__hOKGv .styles_description__JV9jw{color:#3e4d5a;font-size:14px;font-weight:400;line-height:18px;padding-bottom:16px;text-align:center}.styles_root__rNWcj .styles_formWrapper__1goQ3{margin-bottom:14px}.styles_root__rNWcj .styles_pinCode__8jFkv{background-color:transparent!important;border:none;border-bottom:1px solid #d0d3d6!important;border-radius:0;box-shadow:none!important;color:var(--main-color);font-family:SF Pro Text,sans-serif;font-size:25px;font-style:normal;font-weight:700;height:36px;line-height:30px;outline:none;width:36px}.styles_root__rNWcj .styles_note__VBa7r{font-family:SF Pro Text,sans-serif;font-style:normal;text-align:center;width:80%}.styles_root__rNWcj .styles_note__VBa7r,.styles_root__rNWcj .styles_note__VBa7r a{color:#7a858d;font-size:12px;font-weight:500;line-height:18px}.styles_driverNotFound__ULC7n{color:#ccc;flex-grow:1;flex-shrink:1;font-size:90px;position:relative}.styles_driverNotFound__ULC7n,.styles_root__jq8Ar{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.styles_root__jq8Ar{flex-direction:column;margin:0 auto;max-width:500px}.styles_root__jq8Ar .styles_content__8okGO{max-width:370px;padding:71px 44px;width:90%}.styles_root__jq8Ar .styles_inputRow__l6ntO+.styles_inputRow__l6ntO{margin-top:10px}.styles_root__jq8Ar .styles_form__bsLJL{margin-top:30px;position:relative;width:100%}.styles_root__jq8Ar .styles_success__PVJ3P{text-align:center}.styles_root__jq8Ar .styles_success__PVJ3P.styles_icon__lTrnB{display:block;margin:0 auto}.styles_root__MtTgR{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:500px;width:100%}.styles_root__MtTgR .styles_description__XLopi{color:#3e4d5a;font-size:14px;font-weight:400;line-height:18px;margin-top:14px;text-align:center}.styles_root__MtTgR .styles_content__Lm\+v1{max-width:370px;padding:71px 44px;width:90%}.styles_root__MtTgR .styles_inputRow__JtW7V+.styles_inputRow__JtW7V{margin-top:10px}.styles_root__MtTgR .styles_form__6o6De{margin-top:30px;position:relative;width:100%}.styles_root__MtTgR .styles_actionRow__Opzv7{margin-top:35px}.styles_root__L3ATX{color:#ccc;font-size:90px}.styles_root__7okcB,.styles_root__L3ATX{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.styles_root__7okcB{flex-direction:column;margin:0 auto;max-width:500px}.styles_root__7okcB .styles_content__GNXmY{max-width:370px;padding:71px 44px;width:90%}.styles_root__7okcB .styles_description__MJqi4{color:#3e4d5a;font-size:14px;font-weight:400;line-height:18px;margin-bottom:35px;margin-top:14px;text-align:center}.styles_root__7okcB .styles_inputRow__oTh2b{margin-bottom:35px}.styles_root__7okcB .styles_inputRow__oTh2b+.styles_inputRow__oTh2b{margin-top:10px}.styles_root__7okcB .styles_form__JKKM3{position:relative;width:100%}.styles_root__-6m-6{height:0;min-height:100%;min-width:100%;width:0}.styles_root__-6m-6 .styles_notFoundPage__UH2Of{align-items:center;color:#ccc;display:flex;font-size:90px;height:100%;justify-content:center;width:100%}.EndOfTheFlow_root__ZG7uy{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-max-content;width:max-content}.EndOfTheFlow_root__ZG7uy h3{margin-bottom:5px;text-align:center}.EndOfTheFlow_root__ZG7uy p{color:var(--main-color);font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-align:center}.EndOfTheFlow_checkCircle__-clcV{align-items:center;border:3px solid #00cc21;border-radius:50%;display:flex;height:100px;justify-content:center;margin-bottom:30px;width:100px}.EndOfTheFlow_checkCircle__-clcV svg{fill:#00cc21;height:45px;width:45px}.EndOfTheFlow_link__1B6Tw{border-bottom:4px solid #ffdb00;margin-top:50px}.EndOfTheFlow_link__1B6Tw a{color:#011627!important;color:var(--gray-haul-dark,#011627)!important;font-size:14px;font-weight:500;text-decoration:none!important}.UnsecuredDriverLoginPage_root__K4XY1{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:14px;height:100%;justify-content:center;margin:auto;max-width:500px;width:100%}.UnsecuredDriverLoginPage_root__K4XY1 .UnsecuredDriverLoginPage_content__9esKC{gap:15px;min-height:380px;padding:71px 40px;width:85%}.UnsecuredDriverLoginPage_root__K4XY1 .UnsecuredDriverLoginPage_content__9esKC .UnsecuredDriverLoginPage_logo__ViYwo{height:55px}.UnsecuredDriverLoginPage_root__K4XY1 .UnsecuredDriverLoginPage_content__9esKC .UnsecuredDriverLoginPage_description__ApOTi{color:#3e4d5a;font-size:14px;font-weight:400;line-height:18px;padding-bottom:16px;text-align:center}.UnsecuredDriverLoginPage_description__ApOTi{font-size:14px;font-weight:400}.UnsecuredDriverLoginPage_description__ApOTi,.UnsecuredDriverLoginPage_note__HRDXg{color:#7a858d;color:var(--gray-haul-g-4,#7a858d);line-height:18px;text-align:center}.UnsecuredDriverLoginPage_note__HRDXg{font-family:system-ui;font-size:12px;font-weight:500;width:260px}.UnsecuredDriverLoginPage_form__\+\+5E4{align-items:center;display:flex;flex-direction:column}.UnsecuredDriverLoginPage_form__\+\+5E4 button{margin-top:30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.MobileFormInput_root__1YSdU span{display:block}.MobileFormInput_input__RIspy{border:none;border-bottom:1px solid #d0d3d6;border-radius:0;font-size:25px;font-weight:700;text-align:center}.MobileFormInput_input__RIspy::-webkit-input-placeholder{color:#e8e9ea;color:var(--gray-haul-g-1,#e8e9ea)}.MobileFormInput_input__RIspy::placeholder{color:#e8e9ea;color:var(--gray-haul-g-1,#e8e9ea)}.MobileFormInput_withError__\+ujEX{border-bottom:1px solid red}.MobileFormInput_errorText__6wRr2{color:red;font-size:12px;font-weight:400;line-height:18px;margin-top:5px;text-align:center}.DriverCheckListPage_root__b0w74{display:flex;flex-direction:column;margin-top:100px;min-height:calc(100vh - 160px);padding-left:16px;padding-right:16px}.DriverCheckListPage_centerContent__Idjnx{justify-content:center;margin-top:0}.DriverCheckListPage_wizard__hqQoi{margin-bottom:60px}.DriverCheckListPage_hide__5Am40{display:none}.StepStart_root__N7D49{text-align:center}.StepStart_root__N7D49 h2{color:#011627;color:var(--gray-haul-dark,#011627);font-size:24px;font-weight:700;line-height:28px;margin-bottom:10px;margin-top:32px}.StepStart_root__N7D49 p{color:#7a858d;color:var(--gray-haul-g-4,#7a858d);font-size:14px;font-weight:400;line-height:18px;text-align:center}.StepStart_root__N7D49 button{margin-top:90px}.wizard-steps_root__g8COR{align-items:center;display:flex;gap:11px;padding:10px}.wizard-steps_step__2O3zw{background:#e8e9ea;border-radius:50%;height:6px;width:6px}.wizard-steps_active__KHOOj{background:#011627;height:10px;margin-left:9px;margin-right:9px;position:relative;width:10px}.wizard-steps_active__KHOOj:after{border:3px solid var(--company-main-background);border-radius:50%;content:"";height:28px;left:-9px;position:absolute;top:-9px;width:28px}.wizard-steps_completed__UPmDP{background:#011627}.YesNoQuestion_root__P8zAa button{display:flex;margin:60px auto 50px}.YesNoQuestion_questionText__yJq8I{color:#7a858d;color:var(--gray-haul-g-4,#7a858d);font-size:16px;font-weight:400;line-height:20px}.YesNoQuestion_mainQuestionText__dolVH{margin-top:5px}.YesNoQuestion_mainYesNoAnwser__Hqray{margin-bottom:30px;margin-top:30px}.YesNoQuestion_explanationInput__fOOPq{margin-top:14px}.ChipOptionsSelector_root__PiAV5{display:flex;flex-wrap:wrap;gap:15px}.ChipOptionsSelector_selected__aMpTl{background-color:#3784f6;background-color:var(--company-main-background,#3784f6)}.ChipOptionsSelector_orientation_vertical__z3NFs{flex-direction:column}.ChipOptionsSelector_orientation_vertical__z3NFs div{width:-webkit-min-content;width:min-content}.StepReadyToSubmit_title__JOwH3{color:#011627;color:var(--gray-haul-dark,#011627);font-size:24px;font-weight:700;line-height:32px;margin-bottom:10px}.StepReadyToSubmit_question__lkhUE{color:#7a858d;color:var(--gray-haul-g-4,#7a858d);font-size:16px;font-weight:400;line-height:24px}.StepReadyToSubmit_form__dEeyR{display:flex;flex-direction:column;gap:15px;margin-top:25px}.StepReadyToSubmit_form__dEeyR button{display:flex;margin:30px auto}.StepEnd_root__JNj5W{text-align:center}.StepEnd_root__JNj5W h2{color:#011627;color:var(--gray-haul-dark,#011627);font-size:24px;font-weight:700;line-height:28px;margin-bottom:10px;margin-top:32px}.StepEnd_root__JNj5W p{color:#7a858d;color:var(--gray-haul-g-4,#7a858d);font-size:14px;font-weight:400;line-height:18px;text-align:center}.StepEnd_root__JNj5W button{margin-top:90px}.MetabaseAppDashboard_iframe__oRxBA{border:0;height:calc(100vh - 160px);margin-top:20px;width:100%}.OneMoreThing_root__sNHZl{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;padding:0 20px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.OneMoreThing_root__sNHZl h3{margin-bottom:5px;text-align:center}.OneMoreThing_root__sNHZl p{color:#3e4d5a;font-size:14px;font-weight:500;line-height:20px;text-align:center}.OneMoreThing_root__sNHZl .OneMoreThing_confirmButton__tZ9UK{display:block}.OneMoreThing_iconCircle__9WSDO{align-items:center;border:4px solid #f90;border-radius:50%;display:flex;height:100px;justify-content:center;margin-bottom:30px;width:100px}.OneMoreThing_iconCircle__9WSDO svg{fill:#00cc21;height:45px;width:45px}.OneMoreThing_link__3-PYw{border-bottom:4px solid #ffdb00;margin-top:50px}.OneMoreThing_link__3-PYw a{color:#011627!important;color:var(--gray-haul-dark,#011627)!important;font-size:14px;font-weight:500;text-decoration:none!important}.OneMoreThing_learnHowHereLink__4OGT7{margin-top:3px}.DOTMedicalQuestionsPage_root__Zl3uT{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;padding:0 20px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.DOTMedicalQuestionsPage_root__Zl3uT h3{margin-bottom:5px;text-align:center}.DOTMedicalQuestionsPage_root__Zl3uT p{color:#3e4d5a;font-size:14px;font-weight:500;line-height:20px;text-align:center}.DOTMedicalQuestionsPage_root__Zl3uT .DOTMedicalQuestionsPage_actions__pUWxx{margin:3rem 0}.DOTMedicalQuestionsPage_root__Zl3uT .DOTMedicalQuestionsPage_questionWrapper__Ky2pF{align-items:center;color:var(--secondary-color);display:flex;flex-direction:column;font-size:14px;font-weight:400;justify-content:center;line-height:18px}.DOTMedicalQuestionsPage_root__Zl3uT .DOTMedicalQuestionsPage_questionWrapper__Ky2pF>div{padding-top:8px;text-align:left}.DOTMedicalQuestionsPage_root__Zl3uT .DOTMedicalQuestionsPage_questionWrapper__Ky2pF .DOTMedicalQuestionsPage_mainYesNoAnswer__Y1GO0{margin-bottom:30px;margin-top:30px}.DOTMedicalQuestionsPage_root__Zl3uT .DOTMedicalQuestionsPage_manualUpladMessage__bEcaO{margin-top:18px}.TemporaryLicensePage_root__SNqL\+{align-items:center;display:flex;flex-direction:column;font-family:Roboto,serif;justify-content:center;left:50%;padding:0 20px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_image__Iggl2{margin-bottom:30px}.TemporaryLicensePage_root__SNqL\+ h3{font-family:inherit;font-size:26px;font-weight:700;line-height:normal;text-align:center}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_subtitle__HcoXA{font-family:inherit;margin-top:10px;max-width:266px;width:100%}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_subtitle__HcoXA,.TemporaryLicensePage_root__SNqL\+ p{color:#3e4d5a;font-size:14px;font-weight:500;line-height:20px;text-align:center}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_actions__vXIJy{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:50px 0 0}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_actions__vXIJy button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_actions__vXIJy .TemporaryLicensePage_link__M6rqP{border-bottom:4px solid #ffdb00;margin-top:50px}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_actions__vXIJy .TemporaryLicensePage_link__M6rqP a{color:#011627!important;color:var(--gray-haul-dark,#011627)!important;font-size:14px;font-weight:500;text-decoration:none!important}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_checkBoxWrapper__1e4eq{align-items:flex-start;color:var(--secondary-color);display:flex;font-size:12px;font-weight:400;line-height:18px;margin-top:2rem}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_checkBoxWrapper__1e4eq>div{padding-top:8px;text-align:left}.TemporaryLicensePage_root__SNqL\+ .TemporaryLicensePage_manualUpladMessage__ZDPlN{margin-top:18px}h1,h2,h3,h4,h5,h6{color:#2a2e2d;font-weight:500}h1{font-size:26px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}@font-face{font-family:GT America;font-style:normal;font-weight:900;src:url(/static/media/GT-America-Compressed-Black-Italic.4fd8d77800622029bd73.otf) format("opentype"),url(/static/media/GT-America-Compressed-Black-Italic.664111fdc3d1d86ec361.ttf) format("truetype"),url(/static/media/GT-America-Compressed-Black-Italic.58ccd0bef6d2b1103aa2.woff) format("woff"),url(/static/media/GT-America-Compressed-Black-Italic.48142316cfe9960daeac.woff2) format("woff2")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:500;src:url(/static/media/SF-Pro-Text-Regular.6a39aa208dfcb99af10a.otf) format("opentype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#7a858d;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:100%;margin:0;overflow:hidden}#root,body{background:#f0f0f1}#root{align-items:stretch;display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:0}:root{--toastify-color-success:#485251;--toastify-color-error:#485251}*{box-sizing:border-box;font:inherit;line-height:normal;margin:0;margin-block:unset;margin-inline:unset;outline:none;padding:0}.errorLoadApp{align-content:center;display:flex;font-size:2.5rem;justify-content:center;text-align:center}
/*# sourceMappingURL=main.174faaa1.css.map*/