: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(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-color-progress-bgo:0.2}.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:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.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{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{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}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}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:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}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:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(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:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}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:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;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%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home .fleet__vehicle-section .fleet__vehicle-header,.home .home_userform__title,.home .title,.home .title-gray{color:#000}.home .home__checkbox label{color:#e3e3e3!important}.home .home__start-onboarding{background-color:blue!important}.step__introduction .step__container .step__info .step__info-name{color:blue}.footer .footer_btn .footer_btn-start,.footer .footer_btn .footer_btn-start-disabled,.footer .footer_btn .footer_btn-start-disabled:hover,.footer .footer_btn .footer_btn-start:hover{background-color:blue!important}.orange_inter_bold{color:blue}.fleet_congratulations .goto__dashboard,.get_vin-dialog .got_vin,.notify__drivers .goto__dashboard{background-color:blue!important}.errorContainer h1{color:blue}.errorContainer .errorpage__go-dashboard{color:blue!important}.errorContainer .errorpage__go-dashboard:hover,.welcome__back .action__btn .lets__go{background-color:blue!important}.custom__radio .radio input:checked~label:before{background-color:blue!important;border:1px solid blue!important}.add__driver .add__driver-add,.fleet__review-dialog .gotit_btn,.unkmown__vin .gotit_btn{background-color:blue!important}.primary__style-border{border:1px solid blue!important;color:blue!important}.heading{color:blue}p{margin:0!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.home .fleet__vehicle-section .fleet__vehicle-header,.home .home_userform__title,.home .title,.home .title-gray{color:#222;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;line-height:18px}.add__driver .add__driver-add,.fleet__review-dialog .gotit_btn,.fleet_congratulations .goto__dashboard,.get_vin-dialog .got_vin,.home .home__go-dashboard,.home .home__start-onboarding,.notify__drivers .goto__dashboard,.unkmown__vin .gotit_btn{align-items:center;align-self:stretch;border-radius:7px!important;display:flex!important;font-family:Inter,sans-serif!important;font-size:18px!important;gap:10px;height:56px;justify-content:center;padding:10px;width:100%}.home{font-family:Catamaran,serif;margin:50px auto 0;padding-bottom:4rem;width:40rem}.home .fleet-account-info{margin:-150px auto 0}.home .whilelabel-logo{display:flex;justify-content:center;padding:0 0 5rem;position:relative;width:100%}@media screen and (max-width:425px){.home .whilelabel-logo{padding:8rem 0 3rem}.home .whilelabel-logo:before{background:linear-gradient(180deg,#0000,#0000),url(/static/media/mobile-home-bg.d71b3c4754d367b251ed.svg),linear-gradient(0deg,#0000,#0000);background-position:100%,0;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";filter:opacity(.5);left:0;position:absolute;right:0;top:0;z-index:-1}}.home .title{font-weight:400}.home .title-gray{color:#636363;font-size:16px;font-weight:400}.home .text-gray{color:#636363;font-size:14px}.home .inputHeader{font-weight:600}.home .inputHeaderInfoIcon{display:flex;flex-direction:row;gap:4px}.home .vehicle__section-label{color:#636363;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;margin:0!important}.home .fleet__vehicle-section{border-bottom:1px solid #000;font-weight:700;margin:24px 0!important;padding:16px 0 10px}.home .fleet__vehicle-section .fleet__vehicle-header{margin:24px 0 0!important}.home .fleet__vehicle-section .fleet__vehicle-header,.home .home_userform__title{align-items:center;display:flex;font-weight:700;justify-content:space-between;padding:16px 0 10px}.home .home_userform__title{border-bottom:1px solid #000;margin:10px 0!important}.home .skeleton__height-home{border-radius:8px;height:5rem;margin:5px 0}.home .form__animation.visible{animation:fadeIn .2s forwards}.home .form__animation.hidden{animation:fadeOut .2s forwards}.home .account__cars-container{transition:opacity .5s ease-in-out}.home .account__cars-container.visible{animation:fadeIn .2s forwards}.home .account__cars-container.hidden{animation:fadeOut .2s forwards}.home .home_expectation{color:#222;font-family:Catamaran,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:18px;margin-top:20px!important;text-align:left}.home .home_subheader{color:#787878;font-weight:400;margin-bottom:20px!important;margin-top:10px!important}.home .home_subheader,.home .home_subheaderBold{font-family:Catamaran,sans-serif;font-size:18px;font-style:normal;line-height:22px;text-align:left}.home .home_subheaderBold{color:#222;font-weight:700;margin-top:30px!important}.home .home__user-form{margin:8px 0;width:100%}.home .home__user-form .input{height:48px!important;width:100%!important}.home .expectation__section{margin-bottom:15px}.home .expectation__section .home__expectation-section{padding:12px 0}.home .home__associate-car{margin:2rem 0}.home .home__checkbox{margin:28px 0}.home .home__checkbox label{color:#5e5e5e!important;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.home .home__start-onboarding{background-color:#ee3124!important;color:#fff!important}.home .home__start-onboarding .home__btn-animation{height:48px}.home .home-title-margin{margin-top:30px!important}.home .home__go-dashboard{background-color:#fff!important;border:1px solid #000!important;color:#000!important;margin-top:12px!important}.home .home__alert-toaster{color:#787878;font-size:14px;margin-bottom:20px!important}.home .footer-tagline{background-color:#fff;bottom:0;margin:5rem 0 0;padding:8px 0 0;position:fixed;width:inherit}@media screen and (max-width:425px){.home{width:28rem}}@media screen and (max-width:375px){.home{width:24rem}}@media screen and (max-width:320px){.home{width:20rem}}.management .management__header{align-items:start;border:.5px solid gray!important;border-radius:10px!important;display:flex;gap:10px;justify-content:space-between;padding:15px}.management .management__header-header,.management .management__header-header span{color:#000;font-family:Inter,sans-serif;font-style:normal;font-weight:700;line-height:24px}.management .management__header-header{font-size:18px}.management .management__header-header span{font-size:14px}.management .management__icon{align-content:end}.management .management__info-label{color:#636363;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;margin-top:4px!important}.step__introduction{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:center;margin:auto;min-height:78vh;overflow:auto;width:80rem}.step__introduction .step__intro-container{align-items:center;display:flex;gap:40px}@media screen and (max-width:1024px){.step__introduction .step__intro-container{width:63rem}}@media screen and (max-width:768px){.step__introduction .step__intro-container{flex-direction:column;width:36rem}}@media screen and (max-width:425px){.step__introduction .step__intro-container{flex-direction:column;width:27rem}}@media screen and (max-width:375px){.step__introduction .step__intro-container{width:24rem}}@media screen and (max-width:320px){.step__introduction .step__intro-container{width:20rem}}.step__introduction .step__container .step__info{align-items:center;display:flex;gap:10px}.step__introduction .step__container .step__info .step__info-name{color:#ee3124;font-family:Inter,sans-serif;font-size:23px;font-style:normal;font-weight:500}@media screen and (max-width:425px){.step__introduction .step__container .step__info .step__info-name{font-size:18px}}@media screen and (min-width:769px)and (max-width:1024px){.step__introduction .step__container .step__info{align-items:start;flex-direction:column}}.step__introduction .step__header{color:#000;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:500}@media screen and (max-width:1024px){.step__introduction .step__header{font-size:24px}}.step__introduction .step__label{color:#636363;font-family:Catamaran,sans-serif;font-size:19px;font-style:normal;font-weight:400;letter-spacing:-.38px;line-height:22px;margin-top:16px!important}@media screen and (max-width:1024px){.step__introduction .step__label{font-size:14px}}.step__introduction .step__action{color:#3c3c3c;cursor:pointer;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:16px;text-decoration:underline}.step__introduction .step__alert-box{align-items:center;align-items:start!important;background:hsla(0,0%,77%,.102);border:1px solid rgba(27,62,133,.302);border-radius:4px;display:flex;gap:10px;margin:2rem 0!important;padding:8px}.step__introduction .step__alert-box .step_alert-lable{color:#000;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}@media screen and (max-width:1024px){.step__introduction{width:63rem}}@media screen and (max-width:768px){.step__introduction{flex-direction:column;min-height:100vh;overflow:auto;width:36rem}}@media screen and (max-width:425px){.step__introduction{flex-direction:column;min-height:76vh!important;overflow:auto;width:27rem}}@media screen and (max-width:375px){.step__introduction{width:24rem}}@media screen and (max-width:320px){.step__introduction{width:20rem}}.time__duration{align-items:center;background-color:#000;border-radius:22px;color:#fff;display:flex;font-family:Catamaran,sans-serif;font-size:14px;gap:5px;padding:5px 3px}.time__duration .time__duration-value{color:#fff;font-family:Catamaran,sans-serif;font-size:12px;font-weight:700}.footer{background-color:#fff;border-top:1px solid #ccd9d1;bottom:0;position:-webkit-sticky;position:sticky;width:100%;z-index:10}.footer .stepper{align-items:center;display:flex;gap:6px;width:100%}.footer .stepper div{background:#dadcde;flex:1 1;height:9px}.footer .footer_btn{align-items:center;display:flex;justify-content:space-between;padding:1rem 16rem}@media screen and (max-width:1024px){.footer .footer_btn{padding:1rem 12rem}}@media screen and (max-width:768px){.footer .footer_btn{padding:1rem}}.footer .footer_btn .footer_btn-back{background-color:#fff!important;color:#000!important;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline}.footer .footer_btn .footer_btn-start,.footer .footer_btn .footer_btn-start-disabled{align-items:center;border-radius:7px;color:#fff!important;display:flex;height:45px;justify-content:center;padding:20px;width:190px}.footer .footer_btn .footer_btn-start .btn__content,.footer .footer_btn .footer_btn-start-disabled .btn__content{align-items:center;display:flex;gap:1rem}.footer .footer_btn .footer_btn-start .footer__btn-animation,.footer .footer_btn .footer_btn-start-disabled .footer__btn-animation{height:24px}@media screen and (max-width:425px){.footer .footer_btn .footer_btn-start,.footer .footer_btn .footer_btn-start-disabled{height:40px;width:138px}}.footer .footer_btn .footer_btn-start,.footer .footer_btn .footer_btn-start-disabled,.footer .footer_btn .footer_btn-start-disabled:hover,.footer .footer_btn .footer_btn-start:hover{background-color:#ee3124!important}.footer .footer_btn .footer_btn-start-disabled{opacity:.5}.header-container{align-items:start;display:flex;height:80px;justify-content:center;padding-top:40px}.header-container svg{height:40px;width:180px}.step{font-size:16px;font-weight:500}.step-title{font-size:24px;font-weight:500}.description{font-size:16px;font-weight:400}.text-bold-md{font-size:16px}.text-bold,.text-bold-md{font-weight:700}.center__wrapper{align-items:center;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:center;margin:auto;min-height:75vh;overflow:auto;padding-bottom:1rem;width:46rem}@media screen and (max-width:425px){.center__wrapper{min-height:73vh;width:26rem}}@media screen and (max-width:375px){.center__wrapper{min-height:73vh;width:23.5rem}}@media screen and (max-width:320px){.center__wrapper{min-height:73vh;width:20rem}}.breather .breather-shop{display:flex;justify-content:center;width:100%}.breather .breather-subheader{color:#292f36;font-family:Inter;font-size:24px;font-style:normal;font-weight:500;margin:5rem 0!important}.orange_inter_bold{color:#ee3124}.normal_inter_bold,.orange_inter_bold{font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px}.normal_inter_bold{color:#000}.margin_0{margin:0!important}.marginY__medium{margin:16px 0!important}.marginTop__medium{margin:16px 0 0!important}.marginY__large{margin:24px 0!important}.icon__absolute{cursor:pointer;position:absolute;right:3%;top:32%}.section3_center__wrapper-width{width:80rem!important}@media screen and (max-width:1024px){.section3_center__wrapper-width{width:68rem!important}}@media screen and (max-width:768px){.section3_center__wrapper-width{width:45rem!important}}@media screen and (max-width:425px){.section3_center__wrapper-width{width:24rem!important}}@media screen and (max-width:320px){.section3_center__wrapper-width{width:20rem!important}}.section2_center__wrapper-width{width:52rem!important}@media screen and (max-width:1024px){.section2_center__wrapper-width{width:47rem!important}}@media screen and (max-width:768px){.section2_center__wrapper-width{justify-content:start!important;min-height:100vh!important;width:45rem!important}}@media screen and (max-width:425px){.section2_center__wrapper-width{justify-content:start!important;width:28rem!important}}@media screen and (max-width:375px){.section2_center__wrapper-width{justify-content:start!important;width:25rem!important}}.root_container{display:flex;flex-direction:column;height:100vh;justify-content:space-between}.section3_fleet{min-height:71vh!important}.section4_fleet{min-height:100vh!important;padding:5rem 0 2rem!important}@media screen and (max-width:425px){.section4_fleet{overflow-x:hidden!important;width:23.5rem!important}}.width__full{width:100%}.width__auto{width:auto}.error__alert{font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}.error__alert,.error__alert span{color:#b91c1c!important}.form__label{color:#292f36;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.32px;line-height:19px;margin-bottom:4px!important}.account__car .vehicle__details-container .vehicle__details-YMM span,.account__car .vehicle__details-container .vehicle__details-vin span,.cursor__pointer,.welcome__back .close__logo{cursor:pointer}.complete__vehicle_card .complete__vehicle_card-header,.custom__header{color:#000;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:500;justify-content:center;line-height:28px}.complete__vehicle_card .complete__vehicle_card-subheader,.complete__vehicle_card .vehicle__complete-card,.custom__subheader{color:#000;font-family:Catamaran,sans-serif;font-size:16px!important;font-style:normal;font-weight:700!important;line-height:16px}.custom__border{border:1px solid #e2e5e9;border-radius:4px}.text__truncate{display:inline-block;max-width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.error__toaster-border{background:#f8868621!important;border:1px solid #d37171!important;border-radius:4px!important}.error__toaster-text{color:#b91c1c!important;font-family:Catamaran,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important}.position__fixed{position:fixed!important}.text__decoration-underline{text-decoration:underline}.vehicle__bulk-upload .bulk_upload-logo{display:flex;justify-content:center;margin-bottom:5%;width:100%}@media screen and (max-width:425px){.vehicle__bulk-upload .bulk_upload-logo{margin-left:-8%}}.driver__onboarding{align-items:center;display:flex;gap:20px;height:inherit;width:100%}.driver__onboarding .vehicle__container{flex:1 1}.driver__onboarding .vehicle__container .vehicle__ymm-box{align-items:center;display:flex;justify-content:center;width:100%}@media screen and (max-width:425px){.driver__onboarding .vehicle__container{display:flex;gap:10px}.driver__onboarding .vehicle__container .vehicle__img{width:10rem}}.driver__onboarding .form_flex{flex:1 1}.driver__onboarding .form__parent{margin:16px 0!important}.driver__onboarding .form__parent .form__label{color:#292f36;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.32px;line-height:19px}.driver__onboarding .form__parent .garage__address-label{color:#292f36;font-family:Catamaran;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.32px;line-height:19px}.driver__onboarding .form__parent .garage__address-sublabel{color:#8e8f91;font-family:Catamaran;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.32px;line-height:19px}@media screen and (max-width:768px){.driver__onboarding{flex-direction:column}.driver__onboarding .form_flex{flex:none}.driver__onboarding .header__align{text-align:left;width:100%}}.driver__onboarding-box{align-items:start;display:flex;gap:5px;margin:2rem 0}.driver__onboarding-box .driver__onboarding-lable{color:#727374;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}@media screen and (max-width:768px){.driver__onboarding-box{margin:0}}.vehicle_info{background:#f1f2f4;border-radius:15px;padding:16px}.vehicle_info .vehicle__ymm{align-items:center;display:flex;gap:5px;justify-content:center;text-align:center;width:-webkit-fit-content;width:fit-content}.vehicle_info .vehicle__ymm .vehicle__ymm-label{color:#000;font-family:Catamaran,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:22px}@media screen and (max-width:425px){.vehicle_info .vehicle__ymm .vehicle__ymm-label{font-size:14px}}.vehicle_info .vehicle__vin{color:#323232;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}@media screen and (max-width:425px){.vehicle_info .vehicle__vin{font-size:13px}}.fleet__creation .fleet__creation-title{color:#292f36;font-family:Catamaran,sans-serif;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.56px;line-height:30px;text-align:center}.fleet__creation .fleet__creation-animation{display:flex;justify-content:center;width:100%}.fleet__creation .fleet__creation-animation .fleet_creating{height:189px}.fleet__creation .fleet_creating-section{align-items:center;background:#fff;border:1px solid #d4d8de;border-radius:4px;display:flex;gap:5px;justify-content:start;padding:12px;width:100%}.fleet__creation .fleet_creating-section .fleet__creating-title{color:#3c3c3c;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:18px;text-align:center}.congrats__footer{align-items:center;background-color:#000;-webkit-clip-path:ellipse(55% 100% at 50% 100%);clip-path:ellipse(55% 100% at 50% 100%);color:#fff;display:flex;height:18rem;justify-content:center}.congrats__footer .congrats__title{font-size:14px;line-height:28px}.congrats__footer .congrats__subtitle,.congrats__footer .congrats__title{color:#fff;font-family:Inter,sans-serif;font-style:normal;font-weight:500}.congrats__footer .congrats__subtitle{font-size:24px;width:32rem}@media screen and (max-width:425px){.congrats__footer .congrats__subtitle{font-size:19px;width:15rem}.congrats__footer{-webkit-clip-path:ellipse(97% 100% at 50% 100%);clip-path:ellipse(97% 100% at 50% 100%);height:15rem}}.fleet_congratulations{width:100%}.fleet_congratulations .image__container{align-items:center;display:flex;justify-content:center;width:100%}.fleet_congratulations .congrats__margin{color:#000;font-family:Catamaran,sans-serif;font-size:28px;font-style:normal;font-weight:700;line-height:34px;margin:2rem 0!important}.fleet_congratulations .congrats__note-margin{margin:1rem 0!important}.fleet_congratulations .fleet_creating-note{align-items:start;background:#fff;border:1px solid #d4d8de;border-radius:4px;display:flex;gap:10px;justify-content:start;padding:12px;width:100%}.fleet_congratulations .fleet_creating-note .fleet__creating-title{color:#3c3c3c;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:18px;margin:0!important;text-align:start}.fleet_congratulations .fleet_creating-note .learn__more{align-items:center;align-items:start;display:flex;justify-content:space-between}.fleet_congratulations .fleet_creating-note .learn__more .header__title{color:#000;cursor:pointer;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:500;-webkit-text-decoration-line:underline;text-decoration-line:underline}.fleet_congratulations .fleet_creating-note .learn__more .driver__fleet-card{cursor:pointer}.fleet_congratulations .what_next{color:#000;font-family:Catamaran,sans-serif;font-size:23px;font-style:normal;font-weight:700;margin:2rem 0!important}.fleet_congratulations .app__download-container{align-items:center;display:flex}.fleet_congratulations .app__download-container .app__download-info{flex:1 1}.fleet_congratulations .app__download-container .app__download-info .download__header{color:#000;font-family:Catamaran,sans-serif;font-size:23px;font-style:normal;font-weight:400}.fleet_congratulations .app__download-container .app__download-info .download__subheader{color:#637282;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:400}.fleet_congratulations .goto__fleet-dashboard{color:#000;font-family:Catamaran,sans-serif;font-size:23px;font-style:normal;font-weight:400;margin-top:2rem!important}.fleet_congratulations .goto__dashboard{background-color:#ee3124!important;color:#fff!important;margin:3rem 0 0!important}.download__options{align-items:center;cursor:pointer;display:flex;gap:10px;margin:1rem 0}.notify__drivers .image_container{align-items:center;background-color:#fff;display:flex;justify-content:center;width:100%}.notify__drivers .notify_drivers-header{color:#000;font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:500;margin:2rem 0!important}@media screen and (max-width:425px){.notify__drivers .notify_drivers-header{margin:2rem 0!important}}.notify__drivers .after__notify{margin:2rem 0}.notify__drivers .after__notify .notify__list{color:#7f8182;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:400}.notify__drivers .skeleton__height{border-radius:8px;height:5rem;margin:5px 0}.notify__drivers .driver_detail-parent{margin:1rem 0}.notify__drivers .goto__dashboard{background-color:#ee3124!important;color:#fff!important;margin:3rem 0 0!important}.driver__details{align-items:flex-start;align-self:stretch;background:#fff;border:1px solid #e3eae6;border-radius:4px;display:flex;flex-direction:column;gap:8px;padding:16px}.driver__details .driver__name{color:#3c3c3c;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:18px}.driver__details .driver__vehicle{color:#747373;font-family:Catamaran,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px}.add_vehicle_options{align-items:center;display:flex;gap:25px;width:100%}.add_vehicle_options .car__image{flex:1 1}.add_vehicle_options .add__vehicle-container{flex:1 1;width:100%}.add_vehicle_options .add__vehicle-container .how_to_add-vehicle{color:#323232;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:700;margin-top:1rem!important}.add_vehicle_options .add__vehicle-container .find__vin{color:#000;cursor:pointer;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:400;text-align:right;text-decoration:underline;width:100%}@media screen and (max-width:768px){.add_vehicle_options{flex-direction:column}}.get_vin-dialog .dialog-title{color:#1c1c1c;font-family:Catamaran,sans-serif;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.56px;line-height:34px}.get_vin-dialog .dialog-subtitle{color:#000;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:150%;margin:2rem 0!important}.get_vin-dialog .get_vin-image{display:flex;justify-content:center;margin:2rem 0;width:100%}.get_vin-dialog .got_vin{background-color:#ee3124!important;color:#fff!important}.vehicle__last_maintenance{align-items:center;display:flex;gap:25px;width:100%}.vehicle__last_maintenance .car__image{flex:1 1}.vehicle__last_maintenance .add__vehicle-container{flex:1 1;width:100%}.vehicle__last_maintenance .add__vehicle-container .last__maintenance_date{color:#000;font-family:Catamaran,sans-serif;font-size:33px;font-style:normal;font-weight:500;letter-spacing:-.66px;line-height:40px}.vehicle__last_maintenance .add__vehicle-container .last__maintenance_subtitle{color:#636363;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:18px;margin:2rem 0!important}@media screen and (max-width:768px){.vehicle__last_maintenance{flex-direction:column}}.add__vehicle-form{align-items:center;display:flex;gap:25px;width:100%}.add__vehicle-form .car__image{flex:1 1}.add__vehicle-form .add__vehicle-container{flex:1 1;width:100%}.add__vehicle-form .add__vehicle-container .add__vehicle-form__label{color:#292f36;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.32px;line-height:19px;margin-bottom:5px!important}.add__vehicle-form .add__vehicle-container .find__vin{color:#000;cursor:pointer;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:400;text-align:right;text-decoration:underline;width:100%}@media screen and (max-width:768px){.add__vehicle-form{flex-direction:column}}.errorContainer{left:50%;padding:1rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}.errorContainer h1{color:#ee3124;font-family:Catamaran,sans-serif;font-size:36px;margin-bottom:20px}.errorContainer p{color:#555;font-family:Catamaran,sans-serif;font-size:18px;margin-bottom:30px}.errorContainer .errorpage__go-dashboard{background-color:#fff!important;color:#ee3124!important;font-size:20px!important;margin-top:2rem!important;transition:all .3s ease-in-out;width:auto!important}.errorContainer .errorpage__go-dashboard:hover{background-color:#ee3124!important;color:#fff!important;width:auto!important}.welcome__back .content{padding:30px 20px!important}.welcome__back .close__logo{display:flex;justify-content:end;width:100%}.welcome__back .fleet__logo{display:flex;justify-content:center;padding:3rem 0 1rem;width:100%}.welcome__back .dialog-subtitle{color:2f2f2f;font-family:Catamaran,sans-serif;font-size:19px;font-style:normal;font-weight:700;line-height:22px;margin:20px 0!important;text-align:center}.welcome__back .action__btn{display:flex;justify-content:center;width:100%}.welcome__back .action__btn .lets__go{background-color:#ee3124!important;color:#fff;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:18px;margin:auto;width:70%}.welcome__back .action__btn .lets__go:hover{color:#fff}@media screen and (max-width:425px){.welcome__back{width:84%!important}}.step__alert-box{align-items:center;align-items:start!important;display:flex;gap:10px;margin:2rem 0!important}.step__alert-box .step_alert-lable{color:#000;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;margin-top:3px!important}.account__car{align-items:center;background:#f1f1f1;border-radius:8px;display:flex;gap:5px;padding:16px 8px}.account__car .car-image{height:40px;object-fit:contain;width:70px}.account__car .vehicle__details-container{width:100%}.account__car .vehicle__details-container .vehicle__details-YMM,.account__car .vehicle__details-container .vehicle__details-vin{color:#1f1f1f;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal}.account__car .vehicle__details-container .vehicle__details-YMM{font-weight:600}.account__car .vehicle__details-container .vehicle__details-YMM span{margin-bottom:-7px;margin-left:2px}.account__car .vehicle__details-container .vehicle__details-vin{font-weight:400}.account__car .vehicle__details-container .vehicle__details-vin span{margin-bottom:-7px;margin-left:2px;max-width:98%!important}@media screen and (max-width:425px){.account__car .vehicle__details-container{width:50%}}.account__car .vehicle__mileage{align-items:flex-end;display:flex;flex:1 1;flex-direction:column}.account__car .vehicle__mileage .vehicle__details-card,.account__car .vehicle__mileage .vehicle__details-mileage{color:#1f1f1f;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal}.account__car .vehicle__mileage .vehicle__details-card{font-weight:600}.account__car .vehicle__mileage .vehicle__details-mileage{font-weight:500;text-align:right;width:4rem}.account__car .vehicle__mileage .no__mileage{color:#838383;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px;min-width:5rem;text-align:right}.account__car .right__arrow{display:flex;height:inherit;justify-content:center;padding:0 0 0 4px}.account__car .right__arrow .right__arrow-svg{margin-top:6px;padding-left:6px}.complete__vehicle_card .fleet__vehicles-info{width:inherit}.complete__vehicle_card .skeleton__height-vehicle{border-radius:8px;height:5rem;margin:5px 0}.complete__vehicle_card .complete__vehicle_card-subheader{margin:1rem 0!important}.complete__vehicle_card .vehicle__complete-card{margin:2rem 0 0!important}.complete__vehicle_card .vehicle__font-weight{font-weight:600}.complete__vehicle_card .vehicle__font-size{font-size:16px}.vehicle__details{width:100%}.vehicle__details .vehicle__form{margin:2rem 0}.vehicle__details .license_plate_state{align-items:start;display:flex;gap:1rem;width:100%}.vehicle__details .license_plate_state .form__license-field,.vehicle__details .license_plate_state .state__select{flex:1 1!important;width:48%!important}@media screen and (max-width:425px){.vehicle__details .license_plate_state .custom__select-width{min-width:11rem!important}}.vehicle__details .lastmaintenance-label{margin-bottom:-10px!important}.vehicle__details .radio__padding{padding:1rem}.vehicle__details .form__label{font-weight:700;line-height:16px}.vehicle__details .form__label,.vehicle__details .form__label-optional{color:#323232;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal}.vehicle__details .form__label-optional{font-weight:400;line-height:18px}.vehicle__details .vehicle__form-divider{border-bottom:1px solid #e3e3e3;line-height:.1em;margin:40px 0;text-align:center;width:100%}.vehicle__details .vehicle__form-divider span{background:#fff;color:#636363;font-family:Catamaran,sans-serif;font-size:16px;font-style:normal;font-weight:400;padding:0 75px}.vehicle__details .vehicle__account-opacity{opacity:.5}.custom__radio .radio input:checked~label:before{background-color:#ee3124!important;border:1px solid #ee3124!important}.custom__radio .radio input:checked~label:after{background-color:#fff!important;opacity:1}.add__driver .add__driver-header{align-items:center;display:flex;justify-content:space-between}.add__driver .add__driver-header .add__driver-title{color:#282828;font-family:Catamaran,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:22px}.add__driver .add__driver-add{background-color:#ee3124!important;color:#fff!important}.add__driver .add__driver-add .btn-animation{height:48px}.add__driver-screen{width:25vw!important}@media screen and (max-width:725px){.add__driver-screen{width:55vw!important}}.add__driver-drawer{bottom:0;height:100%;min-height:90%;position:fixed;z-index:1000}.custom__datepicker{flex:1 1}.custom__datepicker .react-datepicker-wrapper{width:100%}.custom__datepicker .react-datepicker-wrapper .custom__datepicker-input{border:1px solid rgba(34,36,38,.149);border-radius:4px;height:48px!important;padding:8px;width:100%}.custom__datepicker .react-datepicker-wrapper .custom__datepicker-input:focus,.custom__datepicker .react-datepicker-wrapper .custom__datepicker-input:focus-visible{border:1px solid #85b7d9!important;outline:0 solid #85b7d9!important}.custom__datepicker .react-datepicker-wrapper .custom__datepicker-input .react-datepicker__month-select{background:#fff;border:1px solid #22242626;margin-top:9px;padding:5px 0}.custom__datepicker .react-datepicker-wrapper .custom__datepicker-error{border:1px solid #b91c1c!important}.custom__datepicker .react-datepicker__month-dropdown-container,.custom__datepicker .react-datepicker__year-dropdown-container{margin:0 5px}.custom__datepicker .react-datepicker__month-dropdown-container select,.custom__datepicker .react-datepicker__year-dropdown-container select{background-color:#f8f8f8;border:1px solid #ccc;border-radius:4px;color:#333;margin-top:12px;outline:none;padding:5px}.custom__datepicker .react-datepicker__month-dropdown-container select:focus,.custom__datepicker .react-datepicker__year-dropdown-container select:focus{border-color:#85b7d9}.react-datepicker__triangle{left:17px!important}.skeleton{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:200% 100%;display:inline-block;height:1.2em;width:100%}.skeleton.rounded{border-radius:8px}.skeleton.circle{border-radius:50%}.skeleton.large{height:2em}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.unkmown__vin .unknow__vin-header{color:#1c1c1c;font-family:Catamaran,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:24px}.unkmown__vin .unknow__vin-note{color:#1c1c1c;font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}.unkmown__vin .gotit_btn{background-color:#ee3124!important;color:#fff!important}.fleet__review-dialog .fleet__review-cross{display:flex;justify-content:flex-end;width:100%}.fleet__review-dialog .fleet__review-header{color:#1c1c1c;font-family:Catamaran,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:24px;margin:1rem 0 2rem!important}.fleet__review-dialog .gotit_btn{background-color:#ee3124!important;color:#fff!important}.info-svg svg{height:24px;width:24px}.enroll-vehicles{font-family:Catamaran,serif!important;gap:20px;justify-content:center;margin:30px auto auto;width:70rem}.card-block,.enroll-vehicles{display:flex;flex-direction:column}.card-block{background-color:#f8f8f8;border-radius:8px;box-sizing:border-box;gap:16px;padding:16px}.title{font-family:Catamaran,serif;font-size:18px;font-weight:700}.cards-container{display:flex;flex-direction:column;gap:16px;max-height:240px;overflow-y:scroll}.card-block-success{align-items:center;background-color:#f8f8f8;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;padding:16px}.description-muted{color:#6e6e6e;font-size:18px}.card-box{background-color:#f8f8f8;border-radius:8px;box-sizing:border-box;padding:16px}.card-accordion-title{align-items:start;display:flex;font-family:Catamaran,serif;justify-content:space-between}.card-accordion-title .title-16px{color:#222;font-family:Catamaran,serif;font-size:16px;font-weight:400}.card-accordion-title .title-14px{color:#222;font-family:Catamaran,serif;font-size:14px;font-weight:400}.card-accordion-title .title{font-family:Catamaran,serif!important;font-size:18px!important;font-weight:700!important}.card-accordion-title div{display:inline-block}.title-16px{font-size:16px}.title-14px,.title-16px{color:#222;font-family:Catamaran,serif;font-weight:400}.title-14px{font-size:14px}.card-accordion-no-content{align-items:center;display:flex;flex-direction:column;gap:5px;padding:16px}.vehicle-card{background-color:#fff;border:1px solid #e2e5e9;border-radius:8px;display:flex;flex-direction:column;font-family:Catamaran,sans-serif;gap:10px;padding:8px 12px}.vehicle-card .flex-row-between{justify-content:space-between}.vehicle-card .flex-row,.vehicle-card .flex-row-between{display:flex;flex-direction:row;gap:10px}.vehicle-card .text-regular-xl{text-wrap:nowrap;font-size:20px;font-weight:400}.vehicle-card .text-bold{font-weight:700}.vehicle-card .text-regular-sm{font-size:14px;font-weight:400}.vehicle-card .flex-gap-center{align-self:center;display:flex;gap:10px}.vehicle-card .enroll-vehicle-btn{background-color:#ee3124;border:0;border-radius:8px;color:#fff;cursor:pointer;padding:8px}.vehicle-card .enroll-later-btn{background-color:#e2e5e9;border:0;border-radius:8px;cursor:pointer;padding:8px}.vehicle-card .tag-success{align-self:center;background-color:#edf8f4;border-radius:16px;color:#2d765e;display:flex;font-weight:500;gap:10px;padding:8px 10px}.vehicle-card .divider{border:1px solid #e2e5e9;margin:0;width:100%}.vehicle-card .mark-spare-card{cursor:pointer;text-align:right;text-decoration:underline}.vehicle-card .text-medium-sm{font-size:14px;font-weight:500}.vehicle-card .text-muted-sm{color:#3c4550;font-size:14px}.vehicle-card .border-rounded{border-radius:4px}.download-membership{display:flex;flex-direction:column;gap:20px;justify-content:center;margin:30px auto auto;width:70rem}.download-membership .steps-container{display:flex;flex-direction:row;font-family:Catamaran,sans-serif;gap:30px;justify-content:space-between}.download-membership .card-outline{border:1px solid #bfbfbf;border-radius:8px;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:16px;padding:16px}.download-membership .card-outline .card-title-container{display:flex;flex-direction:row;gap:10px;justify-content:center}.download-membership .card-outline .text-secondary-sm{color:#575757;font-size:14px}.download-membership .card-outline .flex-row-between{display:flex;flex-direction:row;font-family:Catamaran,sans-serif;gap:10px;justify-content:space-between;padding:16px}.download-membership .card-outline .download-button{align-items:center;background-color:#ee3124;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:5px;justify-content:center;padding:12px 16px}.download-membership .card-outline .flex-row-spaced{display:flex;flex-direction:row;font-family:Catamaran,sans-serif;gap:5px;justify-content:space-between}.download-membership .card-outline .ordered-list-step-2{-webkit-margin-before:0;flex:1 1;margin-block-start:0}.download-membership .card-outline .ordered-list-step-2,.download-membership .card-outline .ordered-list-step-3{-webkit-padding-start:16px;color:#575757;font-size:14px;padding-inline-start:16px}.notification-badge{align-items:center;background-color:#dd1d21;border:.05em solid #fff;border-radius:.8em;color:#fff;display:flex;font-size:.8em;height:1.6em;justify-content:center;min-width:1.6em}.screenHeader{color:#000;font-size:33px;font-weight:500;text-align:left;width:100%}.screenHeader,.screenSubHeader{font-family:Catamaran,sans-serif;font-style:normal}.screenSubHeader{color:#636363;font-size:14px;font-weight:400}.semantic__input-form{width:100%}.semantic__input-form .input{height:48px!important;position:relative!important;width:100%!important}.semantic__input-error{width:100%}.semantic__input-error .input{height:48px!important;position:relative!important;width:100%!important}.semantic__input-error .input input{border:1px solid #b91c1c!important}.semantic__select-common,.semantic__select-error,.semantic__select-form{min-height:3.5rem!important;padding-top:1rem!important;position:relative!important;width:100%!important}.semantic__select-common .menu,.semantic__select-error .menu,.semantic__select-form .menu{max-height:13.028571rem!important}.semantic__select-common .icon,.semantic__select-error .icon,.semantic__select-form .icon{top:1rem!important}.semantic__select-error{border:1px solid #b91c1c!important}.rounded__style{align-items:center;align-self:stretch;background:#fff;border:1px solid #a5a9ae;border-radius:30px;display:flex;gap:8px;justify-content:center;padding:16px}.primary__style-border{border:1px solid #ee3124!important;color:#ee3124!important}.custom__dropdown-label{font-family:Catamaran,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.ui.popup.popup__info:before{background:#292f36!important}.ui.popup.popup__info .content,.ui.popup.popup__info p{color:#fff!important;font-family:Catamaran,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:700!important;line-height:14px!important;text-align:center!important}.margin__vehicle-list{margin:5rem auto}@media screen and (max-width:425px){.margin__vehicle-list{margin:7rem auto}}.heading{color:#ee3124}
/*# sourceMappingURL=main.b7e9d6a1.css.map*/