.form-login-page{background-color:var(--default-background-primary-body);border-radius:.25em;flex-direction:column;align-items:center;width:45%;margin:50px auto 100px;padding:25px 0;display:flex}.form-login-page form{width:70%;margin:20px auto}.form-login-page form .link-form{text-align:right;justify-content:flex-end;display:flex}.form-login-logo{width:300px}.form-login-page .multi-form-subtitle{text-align:center}.multi-form-session-expired-wrap{color:#b84f4f;background:#ffeaea;border:1px solid #ff8585;border-radius:1em;margin-top:1em;padding:1em;font-size:1.1em;text-decoration:underline}.form-login-page .MuiFormControlLabel-root{display:flex}.form-login-page-password{justify-content:space-between;margin:.5em 0;display:flex}@media only screen and (width<=1600px){.form-login-page{width:50%}}@media only screen and (width<=1300px){.form-login-page{width:65%}}@media only screen and (width<=1000px){.form-login-page,.form-login-page form{width:90%}}@media only screen and (width<=500px){.css-1hrdlyf-MuiStack-root{width:80%!important}}@media only screen and (width<=800px){.form-login-page h1{font-size:1.4em}}: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:#ffffffb3;--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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(to right, #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-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.multi-form-main-wrap{border:var(--default-border-box-form);border-radius:.3em;padding:.5em;box-shadow:0 0 1em #0000001a}.multi-form-main-wrap-layout-less{width:100%}.multi-form-title{margin-bottom:.5em;padding:.5em;font-size:1.1em;font-weight:600}.multi-form-input-wrap{min-height:3em}.multi-form-input-wrap .missing-data-warning .MuiInputBase-root{border:1.5px solid #ed6c02;border-radius:4px}.multi-form-input-wrap.content-place-auto-complete{padding:0}.multi-form-paragraph{font-size:.8em}.multi-form-button{padding:1em 0}.multi-form-background{background-color:#f8faff}.multi-form-background-wide{background-color:#f8faff;width:100%}.multi-form-flex{flex-flow:wrap;display:flex}.container-content-form{justify-content:space-between;display:flex}.container-add-form{font-weight:700;transition:all .3s}.container-add-form div{cursor:pointer;align-items:center;width:fit-content;display:flex}.container-add-form-background{background-color:#ecf3ff}.container-add-form .button-add-form{color:var(--default-color-title-hint);padding-right:.2em}.container-add-form .button-add-form svg{font-size:2.5em;display:flex}.multi-form-input-upper-label{box-sizing:border-box;margin-bottom:.2em;font-family:Poppins,sans-serif;font-weight:400;line-height:1.5}.multi-form-input-upper-label.label-disabled{color:#00000061;cursor:default}.multi-form-row-container{border:var(--default-border-box-form);border-radius:.3em;flex-direction:column;align-items:stretch;margin:20px 7.5px;padding:0 .5em 1em;display:flex;box-shadow:0 0 1em #0000001a}.multi-form-button-add-record{align-items:flex-start;height:100%;margin-top:20px;display:flex}.multi-form-button-add-record button{width:100%;height:43px}@media screen and (width<=1000px){.container-content-form{flex-direction:column}.multi-form-input-wrap .multi-form-input-wrap{margin-left:0;margin-right:0}.multi-form-input-wrap .multi-form-main-wrap .multi-form-input-wrap{margin-left:7.5px;margin-right:7.5px}.multi-form-input-wrap{width:100%!important}}.info-modal-form{background-color:var(--default-background-secondary);color:#fff;text-align:center;cursor:pointer;border-radius:50%;width:1.5em;height:1.5em;margin-left:7px;display:inline-block}.radio-group-label-custom .MuiFormControlLabel-asterisk,.checkbox-group-label-custom .MuiFormControlLabel-asterisk{display:none!important}.MuiOtpInput-Box{gap:40px!important}.better-select-input legend span:not(.notranslate){display:none}.smart-modal-button-zone{padding:1em}.smart-modal-title{justify-content:space-between;align-items:center;display:flex}.logout-spinner-wrap{flex-direction:column;justify-content:center;align-items:center;height:60vh;display:flex}.not-found-wrap{justify-content:space-around;align-items:center;height:70vh;display:flex}.not-found-center{text-align:center;padding:1em}.not-found-title{font-size:2em;font-weight:600}.not-found-number{font-size:7em}.not-found-message{font-size:1.5em}.reset-password-page-wrap{background-color:#fff;width:800px;margin:10em auto;padding:2em 3em}.reset-password-main-text{font-weight:600}@media only screen and (width<=1000px){.reset-password-page-wrap{flex-direction:column;align-content:center;align-items:center;width:90%;margin:10% auto;display:flex}}@media only screen and (width<=600px){.reset-password-page-wrap{padding:2em 2.5em}}.confirm-account-page-wrap{flex-direction:column;align-items:center;gap:2em;height:60vh;margin-top:5em;display:flex}.confirm-account-main-text{font-size:2em}.blankLoadingStepper{height:calc(100vh - 150px)}.registration-page-no-more-steps{text-align:center;justify-content:space-around;align-items:center;min-height:50vh;padding:4em;font-size:1.3em;display:flex}.custom-stepper-main-wrap{position:relative}.custom-stepper-step-view{justify-content:space-around;align-items:center;margin-top:50px;display:flex}.custom-stepper-step-view-reduced-title{margin:1em 1em -1em;font-size:1.1em;font-weight:600;display:none}.custom-stepper-step-view-inner{margin:.5em;display:flex}.custom-stepper-step-view-inner span:nth-last-child(2) .custom-stepper-join-bar-next{border-radius:0 3px 3px 0}.custom-stepper-content{flex-direction:column;align-items:center;padding-top:1em;padding-bottom:4em;display:flex;overflow:auto}.custom-stepper-join-bar{background:var(--default-background-secondary);z-index:1;height:.5em;transition:opacity .5s ease-out;display:inline-flex;position:relative;top:-.1em}.custom-stepper-join-bar-next{opacity:.3}.custom-stepper-join-bar-empty{margin:.7em 0}.custom-stepper-dot-current{cursor:pointer;background:var(--default-background-secondary);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:space-around;align-items:center;width:1.5em;height:1.5em;font-weight:600;transition:all .2s ease-out;display:inline-flex;box-shadow:0 0 .2em #0006}.custom-stepper-dot-current:hover{background:var(--default-background-secondary);opacity:.8;border:2px solid #1c56b3}.custom-stepper-dot{opacity:.3}.custom-stepper-buttons-zone{z-index:1;background-color:#dbdbdb;border-top:1px solid #0003;position:sticky;bottom:-1px;right:0}.custom-stepper-buttons-zone span{color:var(--default-color-button);flex-direction:column;justify-content:center;align-items:center;font-weight:300;display:flex}.custom-stepper-buttons-zone span b{font-weight:600}.custom-stepper-buttons-zone-inner{justify-content:space-between;align-items:center;padding:1em 10%;display:flex}.custom-stepper-main-dashboard-with-next-step .custom-stepper-buttons-zone-inner{padding-left:0;padding-right:0}.custom-stepper-over-title{background:var(--default-background-secondary);color:#fff;text-align:center;border-radius:1.4em;width:175px;padding:.8em 1em;font-size:.7em;font-weight:500;position:absolute;top:-3.8em;left:-85px;box-shadow:0 0 1em #0000001a}.custom-stepper-over-title:after{content:" ";border-style:solid;border-width:8px;border-color:var(--default-background-secondary) transparent transparent transparent;margin-left:-8px;position:absolute;top:100%;left:50%}.custom-stepper-text{font-size:16px;font-weight:400}.custom-stepper-text-color{color:var(--default-color-title-hint)}.custom-stepper-text-bold{font-weight:600}.container-stepper-form{width:75%}.custom-stepper-line{background-color:#dae5f7;border-width:0;height:2px;margin:1em 0}.skip-button-wrapper{color:var(--default-color-secondary-body);justify-content:space-between;align-items:center;margin-bottom:1em;display:none}.skip-button-wrapper span{align-items:center;display:flex}.skip-button-wrapper button{color:var(--default-color-button);padding:.5em 1em}.skip-button-wrapper button svg{margin-left:.5em}@media only screen and (width<=1550px){.custom-stepper-content{padding-top:0}}@media screen and (width<=1000px){.container-stepper-form,.container-stepper-list{width:100%}.container-stepper-list{margin-top:1em}}@media only screen and (width<=850px){.custom-stepper-step-view{display:none}.custom-stepper-step-view-reduced-title{margin:0;padding:1em;display:block}.custom-stepper-buttons-zone-inner{padding:1em 2.5em}.custom-stepper-buttons-zone-inner button{margin:7px 0}}.custom-stepper-over-title-dashboard{color:var(--default-background-color-button-hover);text-align:center;width:190px;font-weight:500;position:absolute;top:2.7em;left:-85px}.custom-stepper-main-dashboard .custom-stepper-dot-current{border:none;width:2.5em;height:2.5em}.custom-stepper-main-dashboard .custom-stepper-buttons-zone-inner{display:none}.custom-stepper-main-dashboard .custom-stepper-content{margin-top:.5em;padding-bottom:0}.custom-stepper-main-dashboard-with-next-step .custom-stepper-dot-current{border:none;width:2.5em;height:2.5em}.custom-stepper-main-dashboard-with-next-step .custom-stepper-buttons-zone-inner{background-color:#fff}.custom-stepper-main-dashboard-with-next-step .custom-stepper-content{margin-top:1.5em;padding-bottom:0}body:not(.dashboard) .custom-stepper-content-wrap{width:80vw;padding:0}body.dashboard .custom-stepper-content-wrap{width:100%}body.dashboard .custom-stepper-buttons-zone{position:relative}.content-place-auto-complete{margin:0}.pac-container{z-index:2000}.multi-form-input-wrap.content-place-auto-complete{height:auto;margin:0}@media only screen and (width<=1000px){.multi-form-input-wrap.content-place-auto-complete{margin:0;width:100%!important}.content-place-auto-complete{width:100%!important;margin-top:0!important}}.container-upload{justify-content:center;align-items:center;height:100%;display:flex}.container-upload label{width:100%;height:100%;padding:0}.container-upload img{border-radius:.5em .5em 0 0}.container-upload .icon-upload{margin:1em;display:flex}.container-upload .icon-upload svg{color:var(--default-color-title-hint);box-sizing:content-box;background-color:#fff;border-radius:100%;padding:.4em;font-size:2.4em}.container-upload .label-upload{color:var(--default-color-body);margin-bottom:1em;line-height:1em}.container-upload .label-upload h3{font-size:1.2em}.container-upload .label-upload p{font-size:1em!important}.uploadButtonWrap{text-align:right;padding-top:1em}.uploadButton{border:1px solid .1em solid #4289fc;border-radius:.3em;min-width:15em;padding:.5em 1em;transition:box-shadow .2s ease-out}.uploadButton:hover{box-shadow:0 0 1em .5em #ffffff1a}.uploadButton:disabled{box-shadow:none!important}.fileUploadedWrap{flex-direction:column;align-items:center;display:flex}.fileUploadedVoice{align-items:center;margin:.2em;padding:.2em;display:flex}.fileUploadedLabel{background:#fff;border:1px solid #0000004d;border-radius:.4em;min-width:10em;margin-right:1em;padding:.2em 1em}.fileRemoveButton{cursor:pointer;margin:0 .2em;transform:scaleX(1.5)}.fileUploadedIcon,.fileUploadedIcon img{height:100px}.formDropFileWrap{cursor:pointer;background:#fff;border:2px dashed #4289fc;border-radius:4px}.formDropFileWrap.input_disabled{cursor:not-allowed}.drop-input-wrapper{opacity:0;max-width:5em;margin-top:-3em;position:absolute;overflow-x:hidden}.drag-n-drop-file-idle-wrap{justify-content:space-around;align-items:center;gap:2em;height:100%;padding:1em;display:flex}.drag-n-drop-file-idle-icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:3.5em;height:3.5em;padding:.4em;display:flex}.drag-n-drop-file-idle-icon svg{color:#4289fc;font-size:3em}.file-drop{width:100%;height:110px;position:relative}.file-drop>.file-drop-target{text-align:center;background-color:#e6f0ff;border-radius:2px;flex-direction:column;-ms-flex-pack:center;-ms-flex-align:center;-ms-flex-line-pack:center;place-content:center;align-items:center;width:100%;height:100%;font-size:1em;transition:font-size 1s ease-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;position:absolute;top:0;left:0}.file-drop>.file-drop-target.file-drop-dragging-over-frame{box-shadow:none;z-index:50;opacity:1;background-color:#bcd6ff;border:none}.file-drop>.file-drop-target.file-drop-dragging-over-target{font-size:1.3em;box-shadow:0 0 1em .1em #305083}.single-leave-pack{text-align:center;background-color:#fff;border:1px solid #dadada;flex-direction:column;gap:.5em;margin:.5em;padding:20px 10px;display:flex}.single-leave-pack *{margin-top:0;margin-bottom:0}.single-leave-pack h2{flex-direction:column;font-size:25px;display:flex}.single-leave-pack span:first-of-type{font-size:45px}.single-leave-pack .single-leave-pack-info{text-align:center;justify-content:center;align-items:center;gap:.2em;font-size:22px;display:flex}.single-leave-pack .single-leave-pack-input{flex-flow:column wrap;align-items:center;display:flex}.single-leave-pack .single-leave-pack-input p{color:#000}.single-leave-pack .single-leave-pack-input .multi-form-input .MuiInputBase-input{padding:.6em .55em .4em}@media screen and (width<=1440px){.step-leaves-pack-wrapper{flex-wrap:wrap}}.step-leaves-pack-wrapper{justify-content:center;display:flex}.recap-payment-cost-wrapper{justify-content:space-between;margin-top:1em;display:flex}.recap-payment-cost-wrapper div{flex-direction:column;align-items:flex-end;display:flex}.recap-payment-cost-wrapper h3{margin-bottom:0}.resume-icon-line-Summary-box{justify-content:space-between;align-items:center;padding:10px 0;display:flex}.resume-icon-line-Summary-box:not(:first-of-type){border-top:1px solid #e6e6e6}.resume-icon-line-Summary-icon{color:#fff;box-sizing:content-box;border-radius:7px;padding:12px;background-color:var(--default-background-secondary)!important}.resume-icon-line-font-warning{opacity:.8;align-items:start;gap:.2em;max-width:90%;padding-top:1em;font-size:.7em;line-height:1em;display:flex}.resume-icon-line-font-warning svg{color:red;position:relative;top:-.3em}.resume-icon-line-Summary-content{display:flex}.resume-icon-line-Summary-text{text-align:left;flex-direction:column;justify-content:center;padding:0 10px;line-height:1.3em;display:flex}.resume-icon-line-font-bold{font-weight:700}.resume-icon-line-font-bold small{font-weight:400}.resume-icon-line-font-light{color:#c4c4c4;font-weight:300}.is-trial-free{color:#d4d4d4;text-decoration:line-through}.paymenttypecode-wrapper{flex-direction:row;justify-content:space-evenly;align-items:center;gap:2em;display:flex}.paymenttypecode-wrapper img{width:auto;height:100px}.paymenttypecode-wrapper .selected{border-width:3px!important}.paymenttypecode-wrapper .paymenttypecode{cursor:pointer;border:1px solid var(--main-text-color);border-radius:5px;flex-direction:column;justify-content:center;align-items:center;padding:1em;display:flex;position:relative}.paymenttypecode-wrapper .paymenttypecode-icon{color:#8eb325;background:#fff;border-radius:100%;position:absolute;bottom:-20px;right:-20px;box-shadow:0 2px 8px #63636333;font-size:45px!important}.summary-table-cost{text-align:left;border-spacing:0;width:100%}.summary-table-cost--voucher .multi-form-input-upper-label{display:none}.summary-table-cost tr{border-bottom:1px solid #0003;justify-content:space-between;display:flex}.summary-table-cost td{color:#000000e6;align-items:center;gap:.2em;height:3em;font-weight:700;display:flex}.RegistrationPage--container{flex-wrap:nowrap;justify-content:center;display:flex}.dashboard-main-wrap{height:calc(100vh - 75px);display:flex}.dashboard-content{background-color:#e7e7e7;width:100%;height:calc(100vh - 75px);padding-bottom:5em}.dashboard-scrollable-content{background-color:#e7e7e7;width:100%;height:calc(100vh - 75px);overflow-y:auto}.dashboardForm__box{background-color:#fff;border-radius:4px;height:auto;margin:1em;padding:1em}.dashboardForm__card{border-radius:3px;padding:1em;box-shadow:0 0 5px #00000059}.dashboardForm__data{width:100%;margin-top:1em}body.dashboard{overflow:hidden}.dashboard-home-cards-wrapper{justify-content:space-between;align-items:stretch;gap:1em;display:flex}.card_dashboard{flex-direction:column;flex:1;align-items:flex-start;display:flex}.navmenu-main-wrap{min-width:16em;height:calc(100vh - 75px);color:var(--secondary-text-color);background-color:#fff;border-right:1px solid #0003;overflow-x:hidden}.speed-dial-wrap{height:100px;position:relative}.navmenu-link-formatted{color:#111;width:100%;padding:1.2em 0;text-decoration:none;display:block}.navmenu-icon-handle svg{transition:all .2s}.navmenu-single-voice{cursor:pointer;border-left:8px solid #0000;align-items:center;gap:1em;padding:0 2em;font-size:.8em;transition:all .2s;display:flex;position:relative}.navmenu-single-voice:hover{border-left:8px solid var(--secondary-text-color);background-color:#e4eeff}.navmenu-single-voice:hover .navmenu-icon-handle svg{font-size:2.2em}.navmenu-single-voice-selected{border-left:8px solid var(--secondary-text-color);background-color:#e4eeff}.navmenu-link-formatted-children{color:#000;margin-left:5.5em;padding:1.2em 0;font-size:.7em;text-decoration:none;display:block}.navmenu-icon-handle{position:absolute}.navmenu-children-wrap{height:0;padding-left:1em;transition:max-height .3s ease-out;overflow:hidden}.navmenu-inkdrop{z-index:84;background-color:#00000080;width:100vw;height:100vh;display:none;position:fixed}@media screen and (width<=800px){.navmenu-main-wrap{z-index:85;height:100vh;transition:left .3s ease-out;position:fixed}.navmenu-inkdrop{display:block}}.flag-picker-image{border:1px solid #0003;border-radius:50%;width:2em;height:2em;transition:all .3s}.flag-picker-select{opacity:0;cursor:pointer;width:35px;height:35px;margin-left:-35px;position:absolute}.flag-picker-wrap{position:relative;top:5px}.flag-picker-wrap:hover .flag-picker-image{box-shadow:0 2px 8px #314c7acc}.ff-flag-picker-select{border:1px solid var(--ff-white);width:69px;height:30px;color:var(--ff-white);cursor:pointer;background-color:#0000;border-radius:5px;margin-bottom:10px;margin-left:5px;padding:5px}.ff-flag-picker-select option{color:var(--ff-black);background-color:#0000;padding:10px;font-size:1.2em;line-height:3em}.ProfilePage__Head{justify-content:space-between;align-items:center;margin-bottom:2em;display:flex}.dashboard-section-title-wrap{justify-content:space-between;align-items:center;display:flex}.dashboard-section-title-label{color:var(--default-color-title-hint);font-size:1.4em}.dashboard-section-title-row{align-items:center;gap:1em;display:flex}.dashboard-section-title-label-wrap{align-items:center;gap:8px;display:flex}@media screen and (width<=800px){.dashboard-section-title-wrap{flex-direction:column;gap:1em}}.pagination-main-wrap{justify-content:space-between;align-items:center;gap:.5em;width:fit-content;margin-top:.75em;margin-left:auto;font-size:.8em;display:flex}.paginator-select{opacity:.8;border:none;outline:none;margin-left:.2em}.sticky-header{cursor:pointer;z-index:1;background-color:#fff;padding:1em 1em 1em .5em;font-weight:400;position:sticky;top:0}.sticky-header:hover{background-color:#f3f3f3}.content-td-inner{text-overflow:ellipsis;max-width:40vw;overflow:hidden}.content-td-inner-number{justify-content:end;display:flex}.content-td-inner-custom{justify-content:center;display:flex}.header-cell{white-space:pre}.content-td-0{padding:0!important}.content-td-0 .content-td-inner{padding:2em .5em}.content-td-0 .content-td-inner-number{justify-content:end;display:flex}.content-td-0 .content-td-inner-custom{justify-content:center;display:flex}.content-td-1{padding:0!important}.content-td-1 .content-td-inner{padding:1em .5em}.content-td-1 .content-td-inner-number{justify-content:end;display:flex}.content-td-1 .content-td-inner-custom{justify-content:center;display:flex}.content-td-2{padding:0!important}.content-td-2 .content-td-inner{padding:.2em .5em}.content-td-2 .content-td-inner-number{justify-content:end;display:flex}.content-td-2 .content-td-inner-custom{justify-content:center;display:flex}.sort-table-icon-column{margin-top:-.4em;position:absolute;right:-1.2em}.pretty-table-main-wrap-outer{max-width:100%;height:100%;position:relative;overflow:auto}.pretty-table-main-wrap{padding:0}.pretty-table-filter-zone{justify-content:space-between;align-items:center;display:flex}.pretty-table-filter-zone svg{color:var(--secondary-text-color)}.resume-details-table-wrap{text-align:left;width:100%;font-size:.8em}.resume-details-table-wrap th{border-bottom:1px solid #0003}.resume-details-table-wrap td{white-space:pre;padding:0!important}.resume-details-table-wrap tbody tr:nth-child(odd){background:#0000000d}.on-input-icon{cursor:pointer;background:#fff;height:1.2em;position:relative;left:-1em}.pretty-table-filter-row{align-items:center;gap:1em;margin-bottom:.5em;padding:0 1em;display:flex}.pretty-table-filter-row-select{border-color:#0000004d;border-radius:.3em;min-width:10em;padding:.8em .4em}.pretty-table-filter-row-list{max-height:15em;overflow-y:auto}.row-on-right{flex-direction:row-reverse;padding:.5em;display:flex}.RequestTokenPage--Grid .multi-form-main-wrap{border:3px solid #a4d4b4}.RequestTokenPage--Form{padding:25px}.legend-map-wrapper{flex-direction:column;align-items:stretch;width:100%;padding:0;display:flex}.legend-map-wrapper .map_span_legend{align-items:center;display:flex}.legend-map-wrapper .map_span_legend span:first-child{width:20px;height:7px;margin-right:5px}.legend-map-wrapper .Mui-selected{color:var(--default-background-header)!important;border-color:var(--default-background-header)!important}.legend-map-wrapper .MuiTabs-indicator{background-color:var(--default-background-header)!important}.step-leaves-store-item-grid-wrapper{justify-content:space-between;align-items:center;display:flex}.step-leaves-store-item-grid-wrapper div:last-child{justify-content:flex-end;display:flex}.step-leaves-store-item-wrapper{border:1px solid var(--default-background-header);border-radius:.3em;padding:0 .5em}.SurveyReportPage__Search--Container{justify-content:end;margin-bottom:1em;display:flex}.SurveyReportPage__Search--Input{width:250px}.SurveyReportPage__Search--icon{cursor:pointer;height:1.2em;color:var(--secondary-text-color);background:#fff;position:relative;left:-1em}.drag-n-drop-receiver-main-wrap{background-color:#fff;border:1px solid #0000001a;align-items:center;height:2em;padding-left:1em;transition:background-color .3s ease-out;display:flex;position:relative}.drag-n-drop-receiver-main-wrap-drag-on{background-color:var(--default-background-color-button-light);color:#000}.drag-n-drop-receiver-main-wrap-drag-on-me{background-color:var(--default-background-color-button);color:#fff}.drag-n-drop-dropper-main-wrap{height:2em;margin:2px;position:relative}.selected-voice-drag-drop{justify-content:space-between;align-items:center;width:100%;display:flex}.drag-n-drop-dropper-child-item{width:15em;position:absolute}.drag-n-drop-dropper-child-item-active{margin-top:-200px;margin-left:-200px;padding:200px;position:absolute}.drag-n-drop-dropper-child-item-content{z-index:1;text-overflow:ellipsis;white-space:pre;background-color:#fff;border:1px solid #0000001a;width:40vw;max-width:350px;height:2em;padding:.2em 1em;transition:background-color .3s ease-out;overflow:hidden}.drag-n-drop-dropper-child-item-content:hover{background-color:#00000008}.drag-n-drop-dropper-child-item-content:active{background-color:#0000001a;box-shadow:0 0 1em #0003}.drag-n-drop-dropper-child-item:hover{cursor:grab}.drag-n-drop-dropper-child-item:active{cursor:grabbing}.map-file-wrapper{border-top:1px solid #d4cfcf;width:100%}.map-file-wrapper .table-map-file-wrapper{gap:1em;margin-top:2em;display:flex}.map-file-wrapper .button-confirm{justify-content:flex-end;margin-top:4em;display:flex}.map-file-wrapper .table-to-map{justify-content:space-around;max-height:max-content;display:flex;overflow:auto}.map-file-wrapper .content-column{border:1px solid #0000004d;align-items:center;height:2em;padding-left:1em;display:flex}.map-file-wrapper .voice-to-map{border-radius:4px;padding:1em;box-shadow:0 0 .5em #0000004d}.map-file-wrapper .colums-table{width:50vw}.map-file-wrapper .colums-table-map{width:100%}.map-file-wrapper .subtitle-table{margin-bottom:1em;margin-left:1em}.map-file-wrapper .header-table{align-items:center;margin-left:1em;display:flex}@media screen and (width<=800px){.table-map-file-wrapper{flex-direction:column}.table-to-map{font-size:.8em}}@media only screen and (width<=500px){.account-mobility-manager-form-wrapper .checkbox{margin-top:10px!important;margin-bottom:10px!important}}.account-mobility-manager-form-wrapper{justify-content:space-between;align-items:center;width:100%;max-width:80vw;display:flex}.account-mobility-manager-form-wrapper .checkbox{margin:20px 15px!important}@media only screen and (width<=500px){.account-mobility-manager-form-wrapper .checkbox{margin-top:10px!important;margin-bottom:10px!important}}.AutomaticMessages__Form .ck-editor__editable{min-height:150px}.AdministerSurveyPage__SurveyContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.AdministerSurveyPage__PublishSurvey{justify-content:space-between;margin-top:2em;margin-bottom:1em;display:flex}.AdministerSurveyPage__Modal .MuiDialog-paper{max-width:none!important}.survey-status-wrapper{justify-content:space-between;display:flex}#form-survey-form .MuiGrid-item{margin:.5em 0}.SummaryAdministerSurvey--Head{justify-content:space-between;align-items:center;margin-bottom:2em;display:flex}.SummaryAdministerSurvey--Balance{color:#95c11f;gap:.45em;display:flex}.CustomQuestions{border-top:1px solid #e0e0e0;align-items:center;margin-top:1em;margin-bottom:1.5em;padding-top:1em;display:flex}.wrapper-journeyStop{padding:.5em 0}.wrapper-journeyStop .wrapper-journeyStop-ordinal{position:relative}.wrapper-journeyStop .wrapper-journeyStop-ordinal div.bulletLine{border-left:2px solid;position:absolute;top:0;bottom:-10px;left:calc(50% + 2px)}.wrapper-journeyStop .wrapper-journeyStop-ordinal .wrapper-journeyStop-icon{background:var(--main-text-color);z-index:50;border-radius:50%;width:32px;height:32px;position:absolute;top:50%;left:50%;transform:translate(-40%)}.wrapper-journeyStop .wrapper-journeyStop-ordinal .wrapper-journeyStop-icon svg{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wrapper-journeyStop .wrapper-journeyStop-ordinal .wrapper-journeyStop-icon:after{content:"";border-top:2px solid;width:40px;position:absolute;top:14px;left:32px}.wrapper-journeyStop-list .wrapper-journeyStop:last-of-type{border-top:0}.wrapper-journeyStop-list .wrapper-journeyStop:last-of-type .wrapper-journeyStop-ordinal.last-ordinal div.bulletLine{bottom:0!important}.wrapper-add-stop,.wrapper-end-stop{align-items:center}.wrapper-add-stop span,.wrapper-end-stop span{cursor:pointer;font-weight:600}.wrapper-add-stop .container-svg,.wrapper-end-stop .container-svg{background:var(--main-text-color);z-index:50;border-radius:50%;width:32px;height:32px;margin-right:10px;position:relative}.wrapper-add-stop .container-svg svg,.wrapper-end-stop .container-svg svg{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wrapper-end-stop .row-end-stop{display:flex}.SurveyAnalysisPage{margin:0;padding:0;display:flex}.SurveyAnalysisPage__Modal .MuiDialog-paper{min-width:60%!important}@media (width<=1300px){.SurveyAnalysisPage__Modal .MuiDialog-paper{min-width:80%!important}}.SurveyAnalysisPage .title-survey-analysis-wrapper .MuiGrid-item{flex-wrap:nowrap;justify-content:space-evenly;align-items:center;margin-bottom:1em;display:flex}.SurveyAnalysisPage .piechart-wrapper{width:100%;height:auto}@media screen and (width<=1380px){.wrapper-tab-survey-analize .MuiTabs-scroller{overflow:auto!important}}.StatisticsPage--Chart{margin:0 auto 2em}.StatisticsPage--Chart canvas{cursor:pointer}.StatisticsPage--MenuContainer{position:relative}.StatisticsPage--MenuScroll{background:#e7e7e7;padding:.5em;position:absolute;inset:0;overflow-y:auto}.container-statistics{height:75vh;max-height:70vh;overflow-y:scroll!important}.SurveyDocumentPage--MenuContainer{position:relative}.SurveyDocumentPage--MenuScroll{background:#e7e7e7;position:absolute;inset:0;overflow-y:auto;padding:.5em 1em!important}.SurveyDocumentPage-Content{height:75vh;max-height:70vh;overflow-y:scroll!important}.SurveyDocumentPage-Content h1{color:#063}.SurveyDocumentPage-Content h2{color:#95c11f}.SurveyDocumentPage-Content table{border-collapse:collapse;width:100%;font-family:Arial,Helvetica,sans-serif;font-size:12px}.SurveyDocumentPage-Content th{text-align:left;text-transform:uppercase;border-bottom:2px solid #ccc;padding:8px;font-weight:700}.SurveyDocumentPage-Content td{vertical-align:top;border-bottom:1px solid #e0e0e0;padding:8px}.SurveyDocumentPage-Content tr:nth-child(2n) td{background-color:#f5f5f5}.SurveyDocumentPage-Content img{max-width:90%;height:auto;display:block}.header-survey-document{justify-content:flex-end;display:flex}.tag-wrapper-row{display:flex}.blue-toolbar-main-wrap-solid{background-color:var(--default-background-header);z-index:10;color:#fff;border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;width:100%;height:75px;display:flex;position:relative;overflow-x:auto}.blue-toolbar-main-wrap-solid .MuiTab-root{padding:24px 1.5em}.blue-toolbar-right-wrap-buttons{align-items:center;gap:.8em;padding-right:2em;display:flex}.blue-toolbar-right-wrap-buttons .MuiButtonBase-root{color:#fff}.blue-toolbar-left-wrap{align-items:center;gap:1em;padding:0 1em;display:flex}.toolbar-search-input-wrap{background-color:#fff;border-radius:2em;align-items:center;gap:1em;height:2.6em;padding:1em;display:flex}.toolbar-search-input-wrap input{border:none;outline:none;width:25vw;min-width:10em;max-width:600px;height:2.6em;font-size:.9em}.toolbar-search-input-icon{cursor:pointer;transition:all .3s!important}.toolbar-search-input-icon:hover{font-size:1.8em}.toolbar-searchbar{border-radius:28px;width:25vw;min-width:10em;max-width:600px;margin:auto}.logged-user-name{padding:1em;font-size:.8em}.logged-user-name span{font-weight:700}@media screen and (width<=800px){.blue-toolbar-main-wrap-solid{font-size:.7em}.toolbar-searchbar{width:75vw;max-width:unset}.blue-toolbar-right-wrap-buttons{padding-right:1em;position:relative;top:.2em}.logged-user-name{color:gray;padding-top:1em}}.blue-toolbar-main-wrap{color:#111;background-color:#fff;border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;height:75px;display:flex;overflow-x:auto}.blue-toolbar-main-wrap-right{align-items:center;gap:1em;padding-right:2em;display:flex}.blue-toolbar-main-wrap .MuiTab-root{padding:24px 1.5em}.blue-toolbar-main-wrap button{background-color:var(--default-background-header)}.blue-toolbar-main-title{color:#fff;cursor:pointer;justify-content:center;align-items:center;width:250px;height:75px;font-size:1.5em;font-weight:600;display:flex}@media screen and (width<=400px){.blue-toolbar-main-title{width:200px;font-size:1.2em}}:root{--main-text-color:#063;--secondary-text-color:#95c11f;--default-background-header:#063;--default-background-secondary:#95c11f}a{color:var(--main-text-color);text-decoration:none}html,body{margin:0;padding:0;font-family:Poppins,sans-serif;font-style:normal;font-weight:400}p{color:#111}body{color:#111;background-color:#f5f5f5}.text-highligth{color:var(--main-text-color)}.button-wrapper-between{flex-direction:row;justify-content:space-between;display:flex}.poppins-semibold{font-family:Poppins,sans-serif;font-style:normal;font-weight:600}.poppins-bold{font-family:Poppins,sans-serif;font-style:normal;font-weight:700}.show-on-mobile{display:none}.hide-on-mobile{display:block}.MuiButton-contained{color:#fff!important}.MuiGrid-item{padding-bottom:5px;padding-top:10px!important}.MuiTableCell-head{font-weight:600!important}.logo{max-height:50px}.banner-account-wrapper{background:#ddd;justify-content:space-between;align-items:center;padding:0 2em;display:flex}.ck-powered-by{display:none!important}@media screen and (width<=800px){.show-on-mobile{display:block!important}.hide-on-mobile{display:none!important}}.custom-input .MuiTextField-root>.MuiOutlinedInput-root{height:2.5em}.DialogCustomModal .MuiDialog-paper{min-width:500px}.LeavesBalanceModal .MuiDialog-paper,.add-vehicle-form-modal .MuiDialog-paper,.journeyToleranceStoredModal .MuiDialog-paper,.modal-store-payment-detail .MuiDialog-paper{min-width:70vw}.modalConfirmSendSurvey .MuiDialog-paper{min-width:500px;min-height:260px}.disabled_default{cursor:disabled}.Mui-checked.MuiSwitch-switchBase{color:var(--main-text-color)!important}.MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:var(--main-text-color)!important}.dashboardForm__data>.MuiAlert-root{margin:1em 0!important}.MuiTooltip-tooltip{border:1px solid #0000001f!important;font-family:Poppins,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important}.gm-style .gm-style-iw{font-size:16px!important}.datepicker-custom .MuiPickersSectionList-root{padding:9px 0!important}.ck-editor__editable_inline{min-height:300px}
