@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;z-index:1}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_loader_bg__vpa2k{height:100%;width:100%;position:fixed;background-color:#fff;z-index:9999999}.styles_loader__J6seS{height:17rem;width:17rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.styles_spinner_cont__Inqq_{position:relative}.styles_loader_img__uGIOM{position:absolute;top:3.75rem;left:4rem;width:10rem;height:10rem}.styles_spinner__FT7G6{position:absolute;left:50%;top:50%;height:18rem;width:18rem;margin:0 auto 0 -8.3rem;animation:styles_rotation__8IQpa .8s linear infinite;border:10px solid rgba(46,16,48,.1);border-top-color:#2e1030;border-radius:100%}@keyframes styles_rotation__8IQpa{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.styles_sidebar__s8L4g{height:100%;width:23.8rem}@media only screen and (max-width:1439px){.styles_sidebar__s8L4g{width:0;position:absolute;transition:width .5s ease-in-out}.styles_sidebar_show__EgszZ{width:75%;max-width:30rem;height:100%;z-index:9;background-color:#fff}.styles_sidebar_background__YcELv{width:0;height:100%;position:absolute;z-index:9;background-color:rgba(0,0,0,.533);transition:all .2s ease-in-out}.styles_sidebar_background_show__DzSQf{width:100vw}}.styles_sidebar_logo__vin0b{display:flex;justify-content:center;align-items:center;padding:1.9rem 4rem}.styles_sidebar_linkitems__BuZXK{margin-top:5.5rem}.styles_link__RsRR8{color:#505582!important;font-weight:400!important;font-size:1.4rem;display:flex;align-items:center;font-family:Clash Display,sans-serif;padding:1.6rem 0;height:6.5rem}.styles_link_active__F0Eqz{width:.4rem;background-color:#956810;border-radius:0 10rem 10rem 0;margin-right:2.5rem;height:0}.styles_link_icon__ed2Uq svg{margin-right:1.5rem}.styles_link__RsRR8:hover{background-color:#f3f3f3}.styles_active__yA7Zu{filter:invert(36%) sepia(48%) saturate(3710%) hue-rotate(33deg) brightness(89%) contrast(87%)}.styles_activeColor__t_txt{color:#956810!important}.styles_addheight__RXoOJ{height:3.2rem}.styles_step__RqFVh,.styles_step__e7i6b,.styles_step__l2mj3{font-size:1.4rem}.styles_tooltip__rJMmw{width:37.8rem;min-height:20.1rem;background-color:#fff;border-radius:.8rem;padding:2.4rem;margin-left:-1.8rem;flex-direction:column}.styles_tooltip__rJMmw,.styles_tooltip__rJMmw .styles_header__0NDmm{display:flex;justify-content:space-between}.styles_tooltip__rJMmw .styles_header__0NDmm>.styles_title__xa9h0{color:#2e1030;font-size:1.4rem;margin-bottom:1rem}.styles_tooltip__rJMmw .styles_header__0NDmm>.styles_counter__yOtfx{font-size:1.4rem;color:#2e1030;font-weight:700;font-family:Clash Display}.styles_tooltip__rJMmw .styles_header__0NDmm>.styles_counter__yOtfx>span{font-size:1.2rem}.styles_tooltip__rJMmw>.styles_footer__ire7g>.styles_footertop__QKK6e{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.styles_tooltip__rJMmw>.styles_footer__ire7g>.styles_footertop__QKK6e a{color:#505582;text-decoration:underline;font-size:1.2rem}.styles_tooltip__rJMmw>.styles_footer__ire7g>.styles_footertop__QKK6e>.styles_actionbtn__JRDrt{display:flex}.styles_tooltip__rJMmw>.styles_footer__ire7g>.styles_footertop__QKK6e>.styles_actionbtn__JRDrt>.styles_btn__ctpRt{width:2.4rem;height:2.4rem;border-radius:100%;background-color:#956810;display:flex;justify-content:center;align-items:center;cursor:pointer}.styles_tooltip__rJMmw>.styles_footer__ire7g>.styles_footertop__QKK6e>.styles_actionbtn__JRDrt>.styles_btn__ctpRt:first-child{margin-right:.6rem}.styles_tooltip__rJMmw>.styles_footer__ire7g>.styles_steps__KIOUF{display:flex}.styles_tooltip__rJMmw>.styles_footer__ire7g>.styles_steps__KIOUF>.styles_step__UYQb6{height:.6rem;width:100%;background-color:#f3f3f3;border-radius:1rem}.styles_tooltip__rJMmw>.styles_footer__ire7g>.styles_steps__KIOUF>.styles_step__UYQb6.styles_active__KjEOH{background-color:#956810}.styles_tooltip__rJMmw>.styles_footer__ire7g>.styles_steps__KIOUF>.styles_step__UYQb6:not(:last-child){margin-right:1rem}.styles_container__OIvhl{padding:6rem 7.7rem;max-width:52rem}@media only screen and (max-width:840px){.styles_container__OIvhl{padding:2rem}}@media screen and (max-width:640px){.styles_container__OIvhl{max-width:none;padding:2rem}}.styles_container__OIvhl>.styles_description__Mbk9T,.styles_container__OIvhl>.styles_title__VW0TG{text-align:center}.styles_container__OIvhl>.styles_title__VW0TG{font-size:2.8rem}@media only screen and (max-width:840px){.styles_container__OIvhl>.styles_title__VW0TG{font-size:2.4rem}}@media screen and (max-width:640px){.styles_container__OIvhl>.styles_title__VW0TG{font-size:2rem}}.styles_container__OIvhl>.styles_description__Mbk9T{margin-top:2rem}.styles_container__OIvhl>.styles_footer__qWQQZ{display:flex;justify-content:space-between;margin-top:4rem}.styles_container__OIvhl>.styles_footer__qWQQZ>a{width:45%;padding-left:0;padding-right:0}.styles_dashnav__9Fgza{height:9.6rem;width:100%;background-color:#fff;padding:0 4rem;display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;left:0;z-index:2;border-bottom:1.4px solid hsla(230,9%,60%,.1)}.styles_dashnav_text__6ybAU{font-size:1.8rem;font-weight:700;color:#2e1030}.styles_dashnav_navitems__tP6sw{display:flex;align-items:center}.styles_dashnav_menu__JHbqa{display:none}@media only screen and (max-width:1439px){.styles_dashnav_menu__JHbqa{display:block}}.styles_profilelayout__OpU_s{display:flex;align-items:center;justify-content:space-evenly;border:1.6px solid #f3f3f3;border-radius:8px;cursor:pointer;margin-left:4rem;position:relative;margin-right:2rem}@media only screen and (max-width:960px){.styles_profilelayout__OpU_s{border:none;margin-right:1rem}}@media screen and (max-width:640px){.styles_profilelayout__OpU_s{margin-right:0}}.styles_profilelayout__OpU_s [id$=-listbox]{min-width:15rem}@media only screen and (max-width:960px){.styles_profilelayout__OpU_s [id$=-listbox]{left:-7rem}}.styles_profilelayout__OpU_s>div>div:first-of-type{opacity:0}@media only screen and (max-width:960px){.styles_profilelayout__OpU_s>div>div:first-of-type{width:auto;border:none}.styles_profilelayout__OpU_s>div>div:first-of-type>div{padding:0}.styles_profilelayout__OpU_s>div>div:first-of-type>div:nth-child(2){display:none}}.styles_profilelayout__OpU_s>p{position:absolute}@media only screen and (max-width:960px){.styles_profilelayout__OpU_s>p{display:none}}.styles_profilelayout_letter__Myi9W{height:3.2rem;width:3.2rem;background-color:#6f99ea;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;position:absolute;left:1rem}@media only screen and (max-width:960px){.styles_profilelayout_letter__Myi9W{width:2.6rem;height:2.6rem}}.styles_profilelayout__OpU_s>svg{position:absolute;right:1.5rem}@media only screen and (max-width:960px){.styles_profilelayout__OpU_s>svg{display:none}}.styles_modalnotify__h74y0{height:37.2rem;width:31.6rem;background:#fff;position:absolute;z-index:9999;border:1.4px solid #c7cbe0;border-radius:8px;right:22.9rem;top:7.8rem;padding:2rem;z-index:99999}.styles_modalnotify_inner__WopSG{height:100%;width:100%}.styles_modalnotify_title__nnMG7{position:relative}.styles_modalnotify_title__nnMG7>p{font-family:Clash Display,sans-serif;color:#2e1030;font-weight:600;font-size:1.4rem}.styles_modalnotify_title__nnMG7>div{position:absolute;top:0;right:0;cursor:pointer}.styles_notifications__GCxm4{width:100%;display:flex;gap:1rem}.styles_notifications__GCxm4>div:first-child{height:3.2rem;width:3.2rem;border-radius:50%;background-color:#956810;color:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center}.styles_notifications__GCxm4>div:last-child{font-size:12px}.styles_notifications__GCxm4>div:last-child>p{color:#2e1030}.modalsupport_modalsupport__Y1tY8{width:31.6rem;height:26.1rem;background-color:#fff;border:1.4px solid #c7cbe0;border-radius:8px;position:absolute;right:32.1rem;top:7.8rem;padding:2rem;z-index:99999}.modalsupport_modalsupport_inner__u6Vf6{height:100%;width:100%}.modalsupport_modalsupport_inner__u6Vf6>p{margin-top:2.4rem;font-size:1.3rem}.modalsupport_modalsupport_title__B7dVk{position:relative}.modalsupport_modalsupport_title__B7dVk>p{font-family:Clash Display,sans-serif;color:#2e1030;font-weight:600;font-size:1.4rem}.modalsupport_modalsupport_title__B7dVk>div{position:absolute;top:0;right:0;cursor:pointer}.modalsupport_modalsupport_divs__dLOi2{display:flex;justify-content:space-between}.modalsupport_modalsupport_div__W5ITt{height:12.6rem;width:12.8rem;background-color:#fff;border:1.4px solid #c7cbe0;border-radius:8px;margin-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:.8rem}.modalsupport_modalsupport_div__W5ITt>div{margin-bottom:1rem}.modalsupport_modalsupport_div__W5ITt>a{width:100%;height:3.5rem;border:1.4px solid #c7cbe0;border-radius:8px;display:flex;justify-content:center;align-items:center;color:#505582}.styles_sidebar__eY04p{height:100%;width:23.8rem}@media only screen and (max-width:1439px){.styles_sidebar__eY04p{width:0;position:absolute;transition:width .5s ease-in-out}.styles_sidebar_show__vqnbb{width:75%;max-width:30rem;height:100%;z-index:9;background-color:#fff}.styles_sidebar_background__oe6yh{width:0;height:100%;position:absolute;z-index:9;background-color:rgba(0,0,0,.533);transition:all .2s ease-in-out}.styles_sidebar_background_show__crxby{width:100vw}}.styles_sidebar_logo___77N2{display:flex;justify-content:center;align-items:center;padding:1.9rem 4rem}.styles_sidebar_linkitems__kpe8l{margin-top:5.5rem}.styles_link__45c2i{color:#505582!important;font-weight:400!important;font-size:1.4rem;display:flex;align-items:center;font-family:Clash Display,sans-serif;padding:1.6rem 0;height:6.5rem}.styles_link_active__J_cvu{width:.4rem;background-color:#956810;border-radius:0 10rem 10rem 0;margin-right:2.5rem;height:0}.styles_link_icon__7LFIV svg{margin-right:1.5rem}.styles_link__45c2i:hover{background-color:#f3f3f3}.styles_active__N_ef1{filter:invert(36%) sepia(48%) saturate(3710%) hue-rotate(33deg) brightness(89%) contrast(87%)}.styles_activeColor__6MFiN{color:#956810!important}.styles_addheight__ej4z8{height:3.2rem}.styles_transtab__uTeDK{width:100%;height:4.7rem;border-bottom:1.4px solid #f3f3f3;display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;padding:0 2rem;text-align:center}@media screen and (max-width:640px){.styles_transtab__uTeDK{flex-wrap:nowrap;white-space:nowrap}.styles_transtab__uTeDK>p{margin-right:2rem}}.styles_transtab__uTeDK>p:first-child{width:2rem}.styles_transtab__uTeDK>p:nth-child(2){width:9rem}.styles_transtab__uTeDK>p:nth-child(3),.styles_transtab__uTeDK>p:nth-child(4){width:5rem}.styles_transtab__uTeDK>p:nth-child(5){width:9rem}.styles_transtab__uTeDK>p:last-child{width:8rem}.styles_transtab_status__SvXaM{display:flex;align-items:center;justify-content:center;gap:.5rem}.styles_transtab_status__SvXaM>div{width:1.6rem;height:1.6rem;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.styles_transtab_status__SvXaM>div>div{width:.8rem;height:.8rem;border-radius:50%;position:absolute}.styles_tabletab__ySE7O{width:100%;height:4.7rem;border-bottom:1.4px solid #f3f3f3;display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;padding:0 2rem;text-align:center}@media screen and (max-width:640px){.styles_tabletab__ySE7O{flex-wrap:nowrap;white-space:nowrap}.styles_tabletab__ySE7O>p{margin-right:2rem}}.styles_tabletab__ySE7O>p:first-child{width:2.8rem}.styles_tabletab__ySE7O>p:nth-child(2){width:5.5rem}.styles_tabletab__ySE7O>p:nth-child(4){width:8.5rem}.styles_tabletab__ySE7O>p:last-child{width:5rem}.styles_tabletab_courier__NF_4w{width:12rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.styles_tabletab_courier__NF_4w div,.styles_tabletab_courier__NF_4w img{height:2.2rem;width:2.2rem;background-color:#d9d9d9;border-radius:50%}.styles_bikesinfo__pubmI{width:100%;height:max-content}.styles_bikesinfo__pubmI>div:first-child{width:100%;display:flex;align-items:center;gap:1rem}.styles_bikesinfo__pubmI>div:first-child>p{display:inline;width:17rem;font-size:1.2rem;text-transform:uppercase}.styles_bikesinfo_line__uSCIq{height:.1rem;width:100%;background-color:#f3f3f3}.styles_bikesinfo_divs__UNYg3{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.styles_bikesinfo_div__pkWky{width:31%;height:4rem;margin-top:2rem;color:#2e1030}.styles_bikesinfo_div__pkWky>p:first-child{font-size:1.2rem;color:#505582;text-transform:capitalize}.styles_bikesinfo_div__pkWky>p:last-child{font-size:1.4rem;margin-top:.8rem}.styles_bikesinfo_div_details__ANu_w{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.styles_bikesinfo_div_details__ANu_w>div,.styles_bikesinfo_div_details__ANu_w>img{height:2.2rem;width:2.2rem;background-color:#d9d9d9;border-radius:50%}.styles_bikesinfo_div_details__ANu_w>p{font-size:1.4rem;width:11rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:capitalize}.styles_tabletab__teGAX{width:100%;height:4.7rem;border-bottom:1.4px solid #f3f3f3;display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;padding:0 2rem;text-align:center}@media screen and (max-width:640px){.styles_tabletab__teGAX{flex-wrap:nowrap;white-space:nowrap}.styles_tabletab__teGAX>p{margin-right:2rem}}.styles_tabletab__teGAX>p:first-child{width:2.8rem}.styles_tabletab__teGAX>p:nth-child(2){width:5.5rem}.styles_tabletab__teGAX>p:nth-child(4){width:8.5rem}.styles_tabletab__teGAX>p:last-child{width:5rem}.styles_tabletab_courier__DuP6i{width:12rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.styles_tabletab_courier__DuP6i div,.styles_tabletab_courier__DuP6i img{height:2.2rem;width:2.2rem;background-color:#d9d9d9;border-radius:50%}.styles_transtab__rGR07{width:100%;height:4.7rem;border-bottom:1.4px solid #f3f3f3;display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;padding:0 2rem;text-align:center}@media screen and (max-width:640px){.styles_transtab__rGR07{flex-wrap:nowrap;white-space:nowrap}.styles_transtab__rGR07>p{margin-right:2rem}}.styles_transtab__rGR07>p:first-child{width:2rem}.styles_transtab__rGR07>p:nth-child(2){width:9rem}.styles_transtab__rGR07>p:nth-child(3),.styles_transtab__rGR07>p:nth-child(4){width:5rem}.styles_transtab__rGR07>p:nth-child(5){width:9rem}.styles_transtab__rGR07>p:last-child{width:8rem}.styles_transtab_status__a7fX_{display:flex;align-items:center;justify-content:center;gap:.5rem}.styles_transtab_status__a7fX_>div{width:1.6rem;height:1.6rem;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.styles_transtab_status__a7fX_>div>div{width:.8rem;height:.8rem;border-radius:50%;position:absolute}.styles_addBike___YUqG{height:40.2rem;width:48.5rem}@media only screen and (max-width:960px){.styles_addBike___YUqG{width:100%}}.styles_addBike___YUqG>div{height:100%;width:100%;position:relative;padding:2.5rem}.styles_addBike___YUqG>div>div:first-of-type{position:absolute;right:3rem;top:3rem}.styles_addBike___YUqG>div>div:nth-of-type(4){display:flex;width:30rem;align-items:center;gap:3rem}.styles_addBike___YUqG>div>div:nth-of-type(4)>div:nth-of-type(2){min-width:19rem;width:auto;border-radius:8px;border:1.4px solid #c7cbe0}.styles_addBike___YUqG>div>div:nth-of-type(4)>div:nth-of-type(2)>input{color:#505582}.styles_addBike___YUqG>div>div:nth-of-type(5){display:flex;width:30.8rem;margin:0 auto}@media only screen and (max-width:960px){.styles_addBike___YUqG>div>div:nth-of-type(5){justify-content:center}.styles_addBike___YUqG>div>div:nth-of-type(5)>a{width:45%!important}}.styles_addBike___YUqG>div>div:nth-of-type(5)>a{width:15.8rem}.styles_addBike___YUqG>div>div:nth-of-type(5)>a:first-child{margin-right:1.2rem;margin-left:-2rem}.styles_addBike___YUqG>div>p{color:#2e1030;font-size:1.6rem;font-family:Clash Display,sans-serif;line-height:3rem;font-weight:600}.styles_bikesinfo__4ykkh{width:100%;height:max-content}.styles_bikesinfo__4ykkh>div:first-child{width:100%;display:flex;align-items:center;gap:1rem}.styles_bikesinfo__4ykkh>div:first-child>p{display:inline;width:17rem;font-size:1.2rem;text-transform:uppercase}.styles_bikesinfo_line__39fkV{height:.1rem;width:100%;background-color:#f3f3f3}.styles_bikesinfo_divs__jrdZY{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.styles_empty__AVhIJ{position:absolute;left:50%;transform:translateX(-50%);text-align:center;margin-top:10%}.styles_empty__AVhIJ>p{font-size:1.6rem;font-weight:600;font-family:Clash Display,sans-serif}.styles_empty__AVhIJ>small{display:inline-block;font-size:1.2rem;font-family:Faktum Test,sans-serif}.styles_empty_button__lkSw0{display:flex;justify-content:center;margin-top:3.2rem}.styles_container__LX6CG{max-width:65.5rem;font-size:1.4rem}@media screen and (max-width:640px){.styles_container__LX6CG{height:90vh;overflow-y:scroll}}.styles_container__LX6CG .styles_section__kLtlw{padding:2.4rem 2.4rem 1rem;margin-bottom:2.4rem;border-bottom:.14rem solid #f3f3f3}.styles_container__LX6CG .styles_header__sMpCw{display:flex;justify-content:space-between;align-items:center;padding:2.4rem 2.4rem 1rem}.styles_container__LX6CG .styles_header__sMpCw .styles_title__4FER8{font-weight:700;margin-right:2rem;margin-left:1rem}.styles_container__LX6CG .styles_header__sMpCw .styles_title__box__7Yzxb{display:flex}@media screen and (max-width:640px){.styles_container__LX6CG .styles_header__sMpCw .styles_title__box__7Yzxb{display:block}}.styles_container__LX6CG .styles_header__sMpCw .styles_title__box__7Yzxb>a{padding:0 2rem;font-family:Faktum Test!important;color:#505582;font-weight:400;width:auto;margin-left:2rem}.styles_container__LX6CG .styles_header__sMpCw .styles_title__box__7Yzxb>a div{display:flex;align-items:center;gap:1rem}.styles_container__LX6CG .styles_header__sMpCw .styles_title__orderType__BeyIq{display:flex;align-items:center}.styles_container__LX6CG .styles_header__sMpCw .styles_title__pickup__WCer4{background:linear-gradient(140.94deg,#6f6cf8 .96%,#4725f7 99.06%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.styles_container__LX6CG .styles_header__sMpCw .styles_title__buy__ySlx8{background:linear-gradient(140.94deg,#f9c613 .96%,#fb7a41 99.06%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.styles_container__LX6CG .styles_header__sMpCw .styles_timer__AK1DA{color:#ff5244}@media screen and (max-width:640px){.styles_container__LX6CG .styles_header__sMpCw .styles_timer__AK1DA{text-align:center;margin:1rem 0}}.styles_container__LX6CG .styles_header__sMpCw .styles_timer__AK1DA>span{font-weight:700}.styles_container__LX6CG .styles_description__mXopO{font-size:1.4rem;padding:0 2.4rem;width:90%}.styles_container__LX6CG .styles_body__Jq2jE{padding:0 2.4rem}.styles_container__LX6CG .styles_body__Jq2jE .styles_customer__EhtVk{display:flex;justify-content:space-between;align-items:center;padding-right:2rem;margin-bottom:1.7rem}@media screen and (max-width:640px){.styles_container__LX6CG .styles_body__Jq2jE .styles_customer__EhtVk{padding-right:0}}.styles_container__LX6CG .styles_body__Jq2jE .styles_customer__EhtVk .styles_name__8YsJx{display:flex;align-items:center;text-transform:capitalize}.styles_container__LX6CG .styles_body__Jq2jE .styles_customer__EhtVk .styles_name__8YsJx>div>p{font-weight:700;color:#2e1030}.styles_container__LX6CG .styles_body__Jq2jE .styles_customer__EhtVk .styles_image__WHoMk,.styles_container__LX6CG .styles_body__Jq2jE .styles_customer__EhtVk img{width:3.14rem;height:3.14rem;border-radius:100%;margin-right:.8rem;background-color:#f3f3f3}.styles_container__LX6CG .styles_body__Jq2jE .styles_customer__EhtVk .styles_distance__Sjg2b{display:flex;font-size:1.2rem}.styles_container__LX6CG .styles_body__Jq2jE .styles_customer__EhtVk a{width:auto;padding:.6rem 1.8rem;color:#505582;font-family:Faktum Test!important}.styles_container__LX6CG .styles_body__Jq2jE .styles_customer__EhtVk a span{margin-left:.5rem}.styles_container__LX6CG .styles_body__Jq2jE .styles_locationBox__C_Rs9{border:.14rem solid #c7cbe0;background-color:#f3f3f3;border-radius:.8rem;padding:1.4rem;margin-right:2rem;margin-bottom:2rem}@media screen and (max-width:640px){.styles_container__LX6CG .styles_body__Jq2jE .styles_locationBox__C_Rs9{margin-right:0}}.styles_container__LX6CG .styles_body__Jq2jE .styles_locationBox__C_Rs9 .styles_location__zLyMq{display:flex;margin-bottom:1.5rem;align-items:center;justify-content:space-between}.styles_container__LX6CG .styles_body__Jq2jE .styles_locationBox__C_Rs9 .styles_location__title__vKL1h{color:#2e1030;font-weight:700}.styles_container__LX6CG .styles_body__Jq2jE .styles_locationBox__C_Rs9 .styles_location__address__XskHv{overflow:hidden;text-overflow:ellipsis}.styles_container__LX6CG .styles_body__Jq2jE .styles_locationBox__C_Rs9 .styles_location__mapIcon__rdiCZ{display:flex;background-color:#fff;width:3.5rem;height:3.5rem;justify-content:center;align-items:center;border-radius:100%;border:.14rem solid #c7cbe0}.styles_container__LX6CG .styles_body__Jq2jE .styles_orderType__4_IpL>p{color:#2e1030;font-weight:700}.styles_container__LX6CG .styles_body__Jq2jE .styles_order_info__4vNq_{border:.14rem solid #c7cbe0;border-radius:.8rem;padding:1.4rem}.styles_container__LX6CG .styles_body__Jq2jE .styles_order_info__item__2Us1v{display:flex;justify-content:space-between;margin-bottom:1.5rem}.styles_container__LX6CG .styles_body__Jq2jE .styles_order_info__item__2Us1v:first-child{text-transform:capitalize}.styles_container__LX6CG .styles_body__Jq2jE .styles_order_info__item__2Us1v:last-child{margin-bottom:0}.styles_container__LX6CG .styles_body__Jq2jE .styles_order_info__item__2Us1v .styles_item_value__p77Pl{color:#2e1030;font-weight:700}.styles_container__LX6CG .styles_body__Jq2jE .styles_order_info__item__2Us1v .styles_icon_button__MLpWz{display:flex;justify-content:center;align-items:center;border:.14rem solid #c7cbe0;border-radius:.6rem;width:3.14rem;height:3.14rem}.styles_container__LX6CG .styles_footer__FKoOB{padding:0 2.4rem;margin-bottom:2.4rem}.styles_container__LX6CG .styles_footer__FKoOB .styles_action__0RxIq{display:flex;justify-content:space-between}.styles_container__LX6CG .styles_footer__FKoOB .styles_action__0RxIq a{width:48%;padding:0 2rem}@media screen and (max-width:640px){.styles_container__LX6CG .styles_footer__FKoOB .styles_action__0RxIq a{margin-top:2rem}}.styles_container__LX6CG .styles_footer__FKoOB .styles_action__0RxIq a:last-child{color:#ff5244}.styles_container__LX6CG .styles_footer__accepted__Sgq5h{padding:0 2.4rem;margin-bottom:2.4rem}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_rider__4pQlk{display:flex;align-items:center}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_rider__4pQlk .styles_name__8YsJx{display:flex;align-items:center;text-transform:capitalize}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_rider__4pQlk .styles_name__8YsJx>div>p{font-weight:700;color:#2e1030}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_rider__4pQlk .styles_image__WHoMk,.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_rider__4pQlk img{width:3.14rem;height:3.14rem;border-radius:100%;margin-right:.8rem;background-color:#f3f3f3}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_rider__4pQlk .styles_subtitle__qiU1w{display:flex;font-size:1.2rem}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_rider__4pQlk .styles_badge__sSACV{display:flex;border:.14rem solid #3fa49f;border-radius:.5rem;background-color:#def4f2;justify-content:center;align-items:center;color:#3fa49f;font-size:1rem;font-weight:700;height:2.67rem;padding:0 1rem;margin-left:4rem}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_rider__4pQlk .styles_badge__sSACV>span{margin-left:.5rem}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_action__0RxIq{display:flex;justify-content:space-between}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_action__0RxIq a{width:50%;padding:0 1.5rem}@media screen and (max-width:640px){.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_action__0RxIq a{margin-top:2rem}}.styles_container__LX6CG .styles_footer__accepted__Sgq5h .styles_action__0RxIq a:last-child{color:#505582;width:45%}@import"https://fonts.cdnfonts.com/css/clash-display";@import"https://fonts.cdnfonts.com/css/faktum-test";@import"https://fonts.googleapis.com/css?family=DM+Sans";.fs_10{font-size:1rem}.fs_20{font-size:2rem}.fs_30{font-size:3rem}.fs_40{font-size:4rem}.fs_50{font-size:5rem}h1,h2,h3,h4,h5,h6{font-family:Clash Display;color:#2e1030}@media screen and (max-width:640px){h1{font-size:2.4rem}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}::-webkit-scrollbar{display:none}*{padding:0;margin:0;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{font-size:62.5%;scroll-behavior:smooth}body{font-size:1.6rem;font-family:Faktum Test,Clash Display,DM Sans,sans-serif;color:#505582;height:100%;overflow-y:scroll}@media screen and (max-width:640px){body{font-size:1.4rem}}a,a:link,a:visited{text-decoration:none;cursor:pointer;color:#956810;font-weight:600;font-size:1.4rem}@media screen and (max-width:640px){a,a:link,a:visited{font-size:1.2rem;font-weight:600}}.container{max-width:85%;margin:0 auto}.row{display:flex;flex-wrap:wrap}[class^=col-]{display:block}@media only screen and (max-width:840px){[class^=col-]{width:100%!important}}.col-12{width:100%}.col-11{width:91.6666666667%}.col-10{width:83.3333333333%}.col-9{width:75%}.col-8{width:66.6666666667%}.col-7{width:58.3333333333%}.col-6{width:50%}.col-5{width:41.6666666667%}.col-4{width:33.3333333333%}.col-3{width:25%}.col-2{width:16.6666666667%}.col-1{width:8.3333333333%}@media screen and (max-width:640px){.auth-page{display:block}}.auth-page .header{text-align:center}@media screen and (max-width:640px){.auth-page .header{margin-bottom:6rem}}.dashboard_container{width:100%;background-color:#2e1030;height:100vh}.dashboard_page{height:100%;margin:0 auto;background-color:#fff;display:flex}.dashboard_main{height:100vh;width:calc(100% - 23.8rem);background-color:#f3f3f3;position:relative}@media only screen and (max-width:1439px){.dashboard_main{width:100%}}.login,.register{width:69.4rem;padding:5.5rem;border:1.4px solid #c7cbe0;border-radius:.8rem;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.register .policy{font-size:1.16rem;color:#8f92a1}.secondary_container{width:69.4rem;padding:4.5rem;border:1.4px solid #c7cbe0;border-radius:.8rem;background-color:#fff;margin-top:21.6rem;align-self:center;position:relative;left:50%;transform:translateX(-50%)}@media only screen and (max-width:840px){.secondary_container{width:90%}}@media screen and (max-width:640px){.secondary_container{margin-top:7.8rem;padding:2rem}}.secondary_container .policy{font-size:1.16rem;color:#8f92a1}.kyc_container{width:47rem;padding:4.5rem;border:1.4px solid #c7cbe0;border-radius:.8rem;background-color:#fff;margin-top:21.6rem;align-self:center}@media only screen and (max-width:840px){.kyc_container{width:90%}}@media screen and (max-width:640px){.kyc_container{padding:2rem}}.textwidth{width:19rem}.footer_text{position:static;text-align:center;margin:10rem 0}.separate_button{display:flex;gap:3.6rem;justify-content:space-between}@media screen and (max-width:640px){.separate_button{gap:1rem}}.email_reset{width:26.7rem;height:4.2rem;background:#f3f3f3;border:1px solid #c7cbe0;border-radius:2.4rem;display:flex;justify-content:center;margin:0 auto;padding-top:.8rem}.success_icon{width:7.2rem;margin:0 auto}.dashboard_inner{height:100%;width:100%;padding:13.7rem 4rem 3rem;overflow:scroll;max-width:120rem;margin:0 auto}@media screen and (max-width:640px){.dashboard_inner{padding:13rem 2rem!important}}.otp{display:flex;justify-content:center;align-items:center;margin:0 auto}@media screen and (max-width:640px){.otp{margin-bottom:6rem}}.inputStyle{width:6.4rem!important;height:7.2rem;border-radius:22px;border:1px solid #c2c1db;background:#fff;margin-left:.8rem;margin-right:.8rem;font-size:2rem;font-family:inherit}@media screen and (max-width:640px){.inputStyle{width:5rem!important;height:5.8rem;margin-left:.5rem;margin-right:.5rem}}.inputStyle:focus{outline:none;border:1px solid #956810}.resend_text{text-align:center;position:relative;bottom:-10rem;width:100%}@media screen and (max-width:640px){.resend_text{bottom:-7rem}}.messageicon{height:5.6rem;width:5.6rem;border-radius:14px;border:1px solid #c2c1db;background:#fff;display:flex;justify-content:center;align-items:center;margin:0 auto 6.6rem}.verify_text{width:42rem;margin:0 auto 6.6rem}@media screen and (max-width:640px){.verify_text{width:100%}}.table-responsive,.table-responsive2{overflow-x:scroll;height:100%}.table-responsive2{width:max-content}.bgLayout{height:40rem;width:100%;background-image:url(/assets/images/bgbusiness.png);background-position:50%;background-size:cover;position:absolute;z-index:-1}@media only screen and (max-width:840px){.bgLayout{height:36.2rem}}.hr_line{width:100%;height:.1rem;background-color:hsla(230,9%,60%,.1);display:block}.header_text>h2{font-style:"Clash Display",sans-serif;font-weight:500}.dotted{width:100%;height:auto;padding:2.5rem 5.4rem;border-radius:.8rem;border:1.4px dashed #c7cbe0;background:#f3f3f3}@media screen and (max-width:640px){.dotted{padding:2rem}}.dotted_text{font-size:1.4rem;font-weight:400;color:#505582;text-align:center;margin-bottom:4rem}@media screen and (max-width:640px){.dotted_text{font-size:1.2rem;margin-bottom:2rem}}.dotted_uploadbtn{height:4.5rem;width:max-content;margin:0 auto;padding:1.5rem;gap:.6rem;background:#fff;border:1.4px solid #c7cbe0;border-radius:.8rem;text-decoration:none;display:flex;align-items:center;justify-content:center;color:#505582!important;cursor:pointer}@media screen and (max-width:640px){.dotted_uploadbtn{font-size:1.2rem}}.tweak_position{position:absolute;top:-17rem}.container_rel{position:relative}.unflex{display:flex;flex-direction:column}@media only screen and (max-height:1100px){.pos_rel{position:relative!important;transform:unset!important;top:0;left:0}}.complete_page{width:58.4rem;margin:0 auto}.complete_page_small{font-size:16px;font-family:Faktum Test,sans-serif}.mt_1{margin-top:1rem}.mt_1x{margin-top:2rem}.mt_2{margin-top:3.5rem}.mt_2x{margin-top:5rem}.mt_3{margin-top:8rem}.mt_4{margin-top:15rem}.mt_5{margin-top:14rem}.mr_1{margin-right:1rem}.mr_2{margin-right:3.5rem}.mr_3{margin-right:8rem}.mr_4{margin-right:15rem}.mr_5{margin-right:16rem}.mr_auto{margin-right:auto}.mb_1{margin-bottom:1rem}.mb_2{margin-bottom:3.5rem}.mb_2x{margin-bottom:5rem}.mb_3{margin-bottom:8rem}.mb_4{margin-bottom:15rem}.mb_5{margin-bottom:16rem}.my_1{margin-bottom:1rem;margin-top:1rem}.my_2{margin-bottom:3.5rem;margin-top:3.5rem}.my_3{margin-bottom:8rem;margin-top:8rem}.my_4{margin-bottom:15rem;margin-top:15rem}.my_5{margin-bottom:16rem;margin-top:16rem}.ml_1{margin-left:1rem}.ml_2{margin-left:3.5rem}.ml_3{margin-left:8rem}.ml_4{margin-left:15rem}.ml_5{margin-left:16rem}.ml_auto{margin-left:auto}.mx_1{margin-left:1rem;margin-right:1rem}.mx_2{margin-left:3.5rem;margin-right:3.5rem}.mx_3{margin-left:8rem;margin-right:8rem}.mx_4{margin-left:15rem;margin-right:15rem}.mx_5{margin-left:16rem;margin-right:16rem}.m_1{margin:1rem}.m_2{margin:3.5rem}.m_3{margin:8rem}.m_4{margin:15rem}.m_5{margin:16rem}.p_1{padding:1rem}.p_2{padding:3.5rem}.p_3{padding:8rem}.p_4{padding:15rem}.p_5{padding:16rem}.pt_1{padding-top:1rem}.pt_2{padding-top:3.5rem}.pt_3{padding-top:8rem}.pt_4{padding-top:15rem}.pt_5{padding-top:16rem}.pr_1{padding-right:1rem}.pr_2{padding-right:3.5rem}.pr_3{padding-right:8rem}.pr_4{padding-right:15rem}.pr_5{padding-right:16rem}.pb_1{padding-bottom:1rem}.pb_2{padding-bottom:3.5rem}.pb_3{padding-bottom:8rem}.pb_4{padding-bottom:15rem}.pb_5{padding-bottom:16rem}.py_1{padding-bottom:1rem;padding-top:1rem}.py_2{padding-bottom:3.5rem;padding-top:3.5rem}.py_3{padding-bottom:8rem;padding-top:8rem}.py_4{padding-bottom:15rem;padding-top:15rem}.py_5{padding-bottom:16rem;padding-top:16rem}.pl_1{padding-left:1rem}.pl_2{padding-left:3.5rem}.pl_3{padding-left:8rem}.pl_4{padding-left:15rem}.pl_5{padding-left:16rem}.px_1{padding-left:1rem;padding-right:1rem}.px_2{padding-left:3.5rem;padding-right:3.5rem}.px_3{padding-left:8rem;padding-right:8rem}.px_4{padding-left:15rem;padding-right:15rem}.px_5{padding-left:16rem;padding-right:16rem}.center_align{text-align:center;width:100%}.pointer{cursor:pointer}.center-div{display:flex;justify-content:center}@media only screen and (max-width:960px){.hide_tablet{display:none}}@media screen and (max-width:640px){.hide_mobile{display:none}}table.table{width:100%;background-color:#fff;border-collapse:collapse;border-spacing:20rem}table.table thead{border-top:.14rem solid #f3f3f3;background-color:#fcfcfc;border-bottom:.14rem solid #f3f3f3}table.table thead tr{height:3.1rem}table.table thead tr th{color:#505582;font-family:Faktum Test;font-size:1.2rem;font-style:normal;font-weight:700}table.table tbody tr{border-bottom:.14rem solid #f3f3f3}table.table td,table.table th{padding:0 1.5rem}.toast{color:#fff;font-family:Faktum Test;font-weight:700;font-size:1.4rem;padding:1rem 2.4rem;min-width:40rem;width:auto;max-width:50rem;border-radius:10rem;display:inline-flex;align-items:center;margin-bottom:1rem}.toast--error{background-color:#ff5244}.toast--success{background-color:#32ba7c}.toast--warning{background-color:#956810}.toast--info{background-color:#1e1f1f;padding:.3rem 2rem;text-align:center;font-size:1.2rem}.toast--loading{background-color:#505582}.operation-type__card{display:flex;align-items:center;padding:1.9rem 2.4rem;border:.14rem solid #c7cbe0;border-radius:.8rem;margin:1rem 0;cursor:pointer}.operation-type__info{margin:0 1rem}.operation-type__title{color:#2e1030;font-weight:700;font-family:Faktum Test;font-size:1.4rem}.operation-type__badge{color:#3fa49f;font-weight:400;margin-left:1rem}.operation-type__desc{font-size:1.2rem;font-weight:400;color:#505582}.operation-type__radio{accent-color:#956810}:root{--toastify-color-success:$green-color;--toastify-color-error:$red-color}.styles_bikemap__xfLjZ{height:70rem;width:67rem}@media only screen and (max-width:960px){.styles_bikemap__xfLjZ{width:100%}}.styles_bikemap__xfLjZ>div{height:100%;width:100%;position:relative;padding:8rem 3rem 3rem}.styles_bikemap__xfLjZ>div>div:first-of-type{position:absolute;right:3rem;top:3rem}.styles_bikemap__xfLjZ>div>p{text-align:center;margin-bottom:2rem}.styles_bikemap_map__c6lhk{width:100%;height:calc(100% - 4rem);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;background-color:#f3f3f3}.styles_deletemodal__MfJg_{width:58.3rem;padding:3.1rem 2.4rem;position:relative}@media only screen and (max-width:960px){.styles_deletemodal__MfJg_{width:100%}}.styles_deletemodal__MfJg_>.styles_title__ub86E{color:#2e1030;font-size:1.6rem;font-weight:600;font-family:Clash Display,sans-serif;margin-bottom:1rem}.styles_deletemodal__MfJg_>.styles_subtitle__V_pzp{color:#505582;font-size:1.2rem;margin-bottom:5.4rem;padding-right:4rem}.styles_deletemodal__MfJg_>.styles_closebtn__eq6hy{position:absolute;top:2.5rem;right:2.4rem;cursor:pointer}.styles_deletemodal__MfJg_>.styles_footer__l7pHh{width:100%}.styles_deletemodal__MfJg_>.styles_footer__l7pHh>div{padding:0 7rem;display:flex;margin:0 auto;gap:1.1rem}.styles_deletemodal__MfJg_>.styles_footer__l7pHh>div>a{padding:0}.styles_deletemodal__MfJg_>.styles_footer__l7pHh>div>a .styles_deletetext__YxopW{color:#ff5244!important}.styles_deletemodal__MfJg_>.styles_footer__l7pHh>.styles_deactivate__yv3Fl{margin-top:2.7rem;display:block;text-align:center;text-decoration:underline}.styles_deletemodal__SIfVp{width:58.3rem;padding:3.1rem 2.4rem;position:relative}@media only screen and (max-width:960px){.styles_deletemodal__SIfVp{width:100%}}.styles_deletemodal__SIfVp>.styles_title__pDHoK{color:#2e1030;font-size:1.6rem;font-weight:600;font-family:Clash Display,sans-serif;margin-bottom:1rem}.styles_deletemodal__SIfVp>.styles_subtitle__ocgzy{color:#505582;font-size:1.2rem;margin-bottom:5.4rem;padding-right:4rem}.styles_deletemodal__SIfVp>.styles_closebtn__dJoYJ{position:absolute;top:2.5rem;right:2.4rem;cursor:pointer}.styles_deletemodal__SIfVp>.styles_footer__JUgiF{width:100%}.styles_deletemodal__SIfVp>.styles_footer__JUgiF>div{padding:0 7rem;display:flex;margin:0 auto;gap:1.1rem}.styles_deletemodal__SIfVp>.styles_footer__JUgiF>div>a{padding:0}.styles_deletemodal__SIfVp>.styles_footer__JUgiF>div>a .styles_deletetext__2u6Y5{color:#ff5244!important}.styles_deletemodal__SIfVp>.styles_footer__JUgiF>.styles_deactivate__SRxK1{margin-top:2.7rem;display:block;text-align:center;text-decoration:underline}.style_assigncourier__32n2W{height:25.7rem;width:48.5rem;border-radius:8px;border:1.4px solid #c7cbe0;background-color:#fff;position:relative;padding:3.8rem 2.4rem}@media only screen and (max-width:960px){.style_assigncourier__32n2W{width:100%}}.style_assigncourier__32n2W>p{color:#2e1030;font-family:Clash Display,sans-serif;font-size:1.6rem;font-weight:600}.style_assigncourier_closeicon__WoX26{position:absolute;top:2.1rem;right:2.8rem;cursor:pointer}.style_assigncourier_input__9XrF5{display:flex;align-items:center;gap:2.9rem;margin-top:4.2rem}.style_assigncourier_buttons__4RPhX{display:flex;width:24.8rem;margin:3.2rem auto 0}.style_assigncourier_buttons__4RPhX>a{width:11.8rem}.style_assigncourier_buttons__4RPhX>a:first-child{margin-right:1.2rem;margin-left:-2rem}