*{--sucessColor:#28ae2d;--alertColor:#ca2a06}.mainColor{background-color:var(--mainColor)}.secondaryColor{background-color:var(--secondaryColor)}.thirdColor{background-color:var(--thirdColor)}.white{background-color:#fff}.black{background-color:#000}.superDarkGrey{background-color:var(--superDarkGrey)}.darkGrey{background-color:var(--darkGrey)}.mediumGrey{background-color:var(--mediumGrey)}.lightGrey{background-color:var(--lightGrey)}.specialGrey{background-color:var(--specialGrey)}.backgroungColor{background-color:var(--backgroungColor)}.sucessColor{background-color:var(--sucessColor)}.alertColor{background-color:var(--alertColor)}.linerGradient{background-image:var(--gradient)}.green{background-color:var(--green)}.red{background-color:var(--red)}.textColorSuperDark{color:var(--superDarkGrey)}.textColorDark{color:var(--darkGrey)}.textColorMedium{color:var(--mediumGrey)}.textColorLight{color:var(--lightGrey)}.textColorWhite{color:#fff}.textColorSecondary{color:var(--secondaryColor)}.textColorMain{color:var(--mainColor)}.textColorThird{color:var(--thirdColor)}.textColorSpecial{color:var(--specialGrey)}.textColorSucess{color:var(--sucessColor)}.textColorAlert{color:var(--alertColor)}.textGreen{color:var(--green)}.textRed{color:var(--red)}body.carillonbeach{--mainColor:#006498;--secondaryColor:#02537d;--thirdColor:#009f93;--hoverColor:#051525;--gradient:linear-gradient(#009f93,#568eac)}body.carillonbeach,body.cb{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.cb{--mainColor:#65bad1;--secondaryColor:#2891ae;--thirdColor:#d7b872;--hoverColor:#0e5b70;--gradient:linear-gradient(#208ca9,#65bad1)}body.debordieu{--mainColor:#013366;--secondaryColor:#02203f;--thirdColor:#d35840;--hoverColor:#02203f;--gradient:linear-gradient(#025586,#0077be)}body.debordieu,body.grandcomplex{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.grandcomplex{--mainColor:#14628e;--secondaryColor:#105781;--thirdColor:#51bc79;--hoverColor:#0c3f5c;--gradient:linear-gradient(#244164,#409dd1)}body.isleworth{--mainColor:#8c734b;--secondaryColor:#8c734b;--thirdColor:#595042;--hoverColor:#262219;--gradient:linear-gradient(#f2e5d0,#f2e5d0)}body.isleworth,body.oceanlakes{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.oceanlakes{--mainColor:#2194d2;--secondaryColor:#1883bc;--thirdColor:#f4aa1d;--hoverColor:#126ea0;--gradient:linear-gradient(#2194d2,#32b7e6)}body.palmettodunes{--mainColor:#224367;--secondaryColor:#2b5985;--thirdColor:#f9bd2c;--hoverColor:#051525;--gradient:linear-gradient(#224367,#5ad3ed)}body.palmettodunes,body.pinnacleport{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.pinnacleport{--mainColor:#0534b6;--secondaryColor:#062d98;--thirdColor:#b12019;--hoverColor:#062d98;--gradient:linear-gradient(#0537a6,#6eacf4)}body.sipoa{--mainColor:#59c0ce;--secondaryColor:#2891ae;--thirdColor:#8fbe6a;--hoverColor:#0e6070;--gradient:linear-gradient(#4cbdcc,#99ced2)}body.sipoa,body.watercolor{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.watercolor{--mainColor:#0077be;--secondaryColor:#025586;--thirdColor:#68c6b4;--hoverColor:#005688;--gradient:linear-gradient(#025586,#0077be)}.genericAlert_alertLine__283ey{padding:2px 20px;text-align:center;display:flex;justify-content:center;align-items:center;margin:10px 0;border-radius:5px;-webkit-animation:genericAlert_fadeInDown__2hJAe .3s;animation:genericAlert_fadeInDown__2hJAe .3s}.genericAlert_title__3Oo80{font-weight:500;font-size:14px}@keyframes genericAlert_fadeInDown__2hJAe{0%{-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes genericAlert_fadeInDown__2hJAe{0%{-webkit-transform:translate3d(0,-10%,0);opacity:0}to{-webkit-transform:none;opacity:1}}.genericButton_btnBox__124Pk{flex:1 1}.genericButton_mediumSize__4Cyzs{border:none;width:141px;height:35px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;outline-style:none}.genericButton_largeSize__2lgVr{border:none;width:100%;height:43px;border-radius:10px;font-size:17px;font-weight:500;cursor:pointer;outline-style:none}.genericButton_mediumSize__4Cyzs:hover{color:#fff}.genericButton_largeSize__2lgVr:hover,.genericButton_mediumSize__4Cyzs:hover{background-color:var(--hoverColor);transition-duration:.4s}.genericButton_circle__2rcHg{width:39px;height:39px;border-radius:1000px;border:2px solid #fff;font-size:24px;cursor:pointer;outline-style:none}.genericButton_outLineSmall__2KFST{padding:3px 10px;border:1px solid #898e93;border-radius:10px;cursor:pointer;outline-style:none}.genericButton_outLineSmall__2KFST:hover{background-color:#000;color:#fff;transition-duration:.4s}.genericButton_exitBtn__-hGdR{border:none;background-color:initial;cursor:pointer;outline-style:none;width:25px;height:25px}.genericButton_exitBtnImg__1K4XD{width:25px;height:25px;margin-top:0}.genericButton_exitBtnSmall__3ZhUt{border:none;background-color:initial;cursor:pointer;outline-style:none;width:14px;height:14px}.genericButton_exitBtnSmallImg__1BnG7{width:14px;height:14px;margin-top:0}.genericButton_addBtn__3kqQ8{width:25px;height:25px;outline-style:none;border:none;cursor:pointer}.genericButton_addBtnImg__N41Iq{width:25px;height:25px;fill:var(--secondaryColor);margin-top:0}.genericButton_disabled__3EMle{border:none;width:100%;height:43px;border-radius:10px;font-size:17px;font-weight:500;cursor:pointer;outline-style:none}.genericButton_dropDown__6DBHi{-webkit-transform:rotate(90deg) scaleY(1.5);transform:rotate(90deg) scaleY(1.5);font-size:16px;font-weight:600}.genericButton_dropDown__6DBHi,.genericButton_transparent__1Ol5j{background-color:initial;border:none;outline-style:none;cursor:pointer}.genericButton_leftCircle__RRSG6{border:none;height:35px;width:63px;border-radius:20px 0 0 20px;font-size:large;font-weight:600;outline-style:none;cursor:pointer;padding-bottom:3px}.genericButton_leftCircle__RRSG6:hover{background-color:var(--hoverColor);transition-duration:.4s}.genericButton_rightCircle__2jjBf{border:none;height:35px;width:63px;border-radius:0 20px 20px 0;font-size:large;font-weight:600;outline-style:none;cursor:pointer;padding-bottom:3px}.genericButton_rightCircle__2jjBf:hover{background-color:var(--hoverColor);transition-duration:.4s}.genericButton_alignCenter__JfTTh{text-align:center}.genericButton_edit__27cRx{background-color:var(--thirdColor)}.genericButton_editBtnImg__ZH9n9{margin-top:0;width:16px;height:16px}.genericButton_outLineLarge__1goBF{border:1px solid var(--mainColor);width:100%;height:43px;border-radius:10px;font-size:17px;font-weight:500;cursor:pointer;outline-style:none}.genericButton_view__3enuh{width:60px;height:25px;border-radius:20px;border:none;font-weight:600;cursor:pointer;outline-style:none}.genericButton_noBorder__DcZTG{border:none;padding:5px;border-radius:10px;cursor:pointer;outline-style:none}.genericButton_noBorder__DcZTG:hover{background-color:var(--specialGrey);color:#fff;transition:.4s}.genericButton_smallSize__1PgDa{padding:4px 10px;border:none;border-radius:10px;cursor:pointer;outline-style:none}.genericButton_smallSize__1PgDa:hover{background-color:#000;transition:.4s}.genericButton_deleteBtn__ArO9O{width:100%;display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;background-color:initial}.genericButton_hamburger__8RBzU{background-color:initial;border:none;cursor:pointer;outline-style:none}.genericButton_hamburgerImg__2guqF{margin-top:0;width:25px;height:25px}.genericButton_hamburgerClose__FDSfZ{background-color:initial;border:none;cursor:pointer;outline-style:none}.genericButton_hamburgerCloseImg__1rAXJ,.genericButton_userImg__1Jm7f{margin-top:0;width:25px;height:25px}.genericButton_rectangle__3e022{outline-style:none;cursor:pointer}.genericButton_black__1I264{border:1px solid var(--mediumGrey)}@media screen and (min-width:992px) and (max-width:1199px){.genericButton_disabled__3EMle,.genericButton_largeSize__2lgVr,.genericButton_outLineLarge__1goBF{font-size:16px}.genericButton_editBtnImg__ZH9n9{margin-top:0;width:15px;height:15px}.genericButton_circle__2rcHg{width:36px;height:36px}}@media screen and (max-width:991px){.genericButton_disabled__3EMle,.genericButton_largeSize__2lgVr,.genericButton_outLineLarge__1goBF{width:200px;height:35px;font-size:16px}.genericButton_editBtnImg__ZH9n9{margin-top:0;width:15px;height:15px}.genericButton_circle__2rcHg{width:36px;height:36px}}@media screen and (max-width:767px){.genericButton_circle__2rcHg{width:30px;height:30px;border-radius:39px;border:2px solid #fff;font-size:18px}.genericButton_exitBtnImg__1K4XD{width:20px;height:20px}.genericButton_editBtnImg__ZH9n9{margin-top:0;width:12px;height:12px}.genericButton_smallSize__1PgDa{padding:4px 6px;font-size:14px;border:none;border-radius:10px;cursor:pointer;outline-style:none}.genericButton_smallSize__1PgDa:hover{background-color:#000;transition:.4s}}.genericButton_outline_solid__3iP80{color:var(--mainColor);background-color:initial;border:1px solid var(--mainColor)!important;border-radius:4px;box-shadow:0 1px 1px var(--mainColor)}.genericButton_outline_solid__3iP80:hover{color:#fff;box-shadow:0 1px 1px var(--hoverColor)!important;border:1px solid var(--hove)!important}.loadingDiamonds_loading__ebJxC{position:absolute;margin-top:10px;margin-left:10px;font-weight:600;color:var(--specialGrey);display:flex;flex-direction:column;align-items:center}.loadingDiamonds_loader__2GWis{box-sizing:border-box;width:100px;height:20px;display:flex;justify-content:space-around;position:relative}.loadingDiamonds_loader__2GWis>div{width:20px;height:20px;background-color:var(--mainColor);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:loadingDiamonds_loader-1__XIOTS .6s cubic-bezier(.25,.46,.45,.94) infinite alternate;animation:loadingDiamonds_loader-1__XIOTS .6s cubic-bezier(.25,.46,.45,.94) infinite alternate}div.loadingDiamonds_two__3vXuP{-webkit-animation-delay:.2s;animation-delay:.2s}div.loadingDiamonds_three__2_LSE{-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes loadingDiamonds_loader-1__XIOTS{0%{-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1)}to{-webkit-transform:rotate(45deg) scale(.8);transform:rotate(45deg) scale(.8)}}@keyframes loadingDiamonds_loader-1__XIOTS{0%{-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1)}to{-webkit-transform:rotate(45deg) scale(.8);transform:rotate(45deg) scale(.8)}}.popUp_greyBackGround__3V-HI{width:100%;height:100vh;position:absolute;top:0;left:0;z-index:2000;padding-bottom:1000px}.popUp_box__1CmHl{width:70%}.popUp_box__1CmHl,.popUp_boxLarge__1786y{margin:50px auto 0;border-radius:20px 20px 20px 20px;min-width:320px;padding-bottom:40px}.popUp_boxLarge__1786y{width:85%}.popUp_box__header__gmJe5{height:60px;border-radius:20px 20px 0 0;position:relative;display:flex;align-items:center;justify-content:center}.popUp_box__title__1vDMe{font-size:20px;font-weight:500}.popUp_btn__1Eimo{position:absolute;right:20px}.popUp_btn__1Eimo button{background-color:initial;border:none}.popUp_itemBox__2OhfR{display:flex;justify-content:center}@media screen and (min-width:768px) and (max-width:991px){.popUp_box__1CmHl,.popUp_boxLarge__1786y{width:96%}}@media screen and (max-width:767px){.popUp_box__1CmHl,.popUp_boxLarge__1786y{width:100%;min-width:320px;margin-top:0;border-radius:0}.popUp_box__header__gmJe5{border-radius:0;height:44px}.popUp_greyBackGround__3V-HI{width:100%;height:100%;position:absolute;top:0;left:0;z-index:100000;padding-bottom:20px}.popUp_box__title__1vDMe{font-size:16px;font-weight:500}.popUp_btn__1Eimo{right:10px}.popUp_btn__1Eimo button svg{width:20px;height:20px}}.selectTable_wrapper__2qGE1{position:relative}.selectTable_defaultInput__2kj0v{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px;color:var(--mediumGrey)}.selectTable_dropdown__2gp9G{position:absolute;background-color:#fff;z-index:10;border:1px solid var(--specialGrey);border-radius:1rem;min-width:-webkit-max-content;min-width:max-content;box-shadow:0 2px 10px 2px rgba(0,0,0,.3)}.selectTable_dropdownHead__3MkCs{padding:.5rem .5rem .25rem}.selectTable_dropdownTable__2A39V{border-collapse:collapse;width:100%}.selectTable_dropdownTable__2A39V td,.selectTable_dropdownTable__2A39V th{padding:.5rem;border:solid var(--specialGrey);border-width:1px 0 0}.selectTable_dropdown__2gp9G tr:last-child>td:first-child{border-bottom-left-radius:1rem}.selectTable_dropdown__2gp9G tr:last-child>td:last-child{border-bottom-right-radius:1rem}.selectTable_dropdownTable__2A39V,.selectTable_dropdownTable__2A39V tbody,.selectTable_selectableRow__3wOSC:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.selectTable_selectableRow__3wOSC:hover{background-color:var(--secondaryColor)}.selectTable_emptyState__1eRVI{padding:.5rem 0}.selectTable_clear__1lT69,.selectTable_emptyState__1eRVI{width:100%;min-width:-webkit-max-content;min-width:max-content;text-align:center;border:solid var(--specialGrey);border-width:1px 0 0}.selectTable_clear__1lT69{padding:.25rem 0}.fileInputWithActions_standardLabel__C2zO5{font-size:14px;font-weight:500px}.fileInputWithActions_elemWrapper__dxzzL{background-color:rgba(0,0,0,.08);padding:5px;display:flex;justify-content:space-between;align-items:center;margin-top:8px}.fileInputWithActions_dropDownButton__RQ3eY{background-color:#fff;outline:none;border:1px solid var(--specialGrey);padding:4px 10px;box-shadow:1px 1px 1px 1px rgba(0,0,0,.08);cursor:pointer}.fileInputWithActions_dropDownButton__RQ3eY:hover{color:var(--mainColor)}.fileInputWithActions_menuContainer__3WycK{width:240px;background-color:#f8f8f8;box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #cccfd4;z-index:3000}.fileInputWithActions_menuItem__28GBm{height:30px;border-bottom:1px solid #dee2ea;display:flex;align-items:center;cursor:pointer;color:#333;font-size:14px;margin-bottom:0;padding-left:5px}.fileInputWithActions_menuItem__28GBm:hover{background-color:#dee2ea}.fileInputWithActions_menuItem__28GBm label{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.fileInputWithActions_menuItem__28GBm button{width:100%;height:100%;background-color:inherit;outline:none;border-width:0;text-align:left}.fileInputWithActions_itemText__IRayb{margin-left:16px}.fileInputWithActions_anchor__3l1Ua{color:var(--mainColor);text-decoration:underline}.fileInputWithActions_anchor__3l1Ua:hover{color:#000}.inputField_smallSize__1095r{display:flex;height:23px;width:100%;border:none;border-bottom:2px solid var(--lightGrey);outline-style:none;font-size:14px}.inputField_smallSize__1095r:disabled{background-color:initial}.inputField_smallSize__1095r:focus{border-bottom:2px solid var(--mainColor)}.inputField_largeSize__1o883{display:flex;height:32px;width:100%;border:none;border-bottom:2px solid var(--lightGrey);outline-style:none;font-size:16px}.inputField_largeSize__1o883:focus{border-bottom:2px solid var(--mainColor)}.inputField_labelSmall__1Ukfa{font-size:17px;display:flex;flex-direction:column;overflow:hidden}.inputField_labelLarge__12JRg{font-size:18px;display:flex;flex-direction:column;overflow:hidden}.inputField_inputBox__3Likw{flex:1 1}.inputField_labelClosedInput__16SU4{font-size:14px;font-weight:500}.inputField_closedInput__3IuiH{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px}.inputField_labelCheckBox__ilW8T{width:180px;font-size:14px;font-weight:500;display:flex;align-items:center;flex-direction:row-reverse}.inputField_checkBox__22Iy2{width:22px;height:22px;border:2px solid var(--specialGrey);outline-style:none;-webkit-appearance:none;cursor:pointer;display:flex;align-items:center}.inputField_checkBox__22Iy2:checked{background-color:var(--mainColor)}@media screen and (min-width:768px) and (max-width:991px){.inputField_labelLarge__12JRg{font-size:16px}.inputField_largeSize__1o883{height:28px;width:100%;font-size:14px}}@media screen and (max-width:767px){.inputField_labelLarge__12JRg{font-size:16px}.inputField_largeSize__1o883{height:28px;width:100%;font-size:14px}.inputField_closedInput__3IuiH{height:28px;margin-top:8px;font-size:14px}.inputField_labelSmall__1Ukfa{font-size:14px}}.passNuilderDateInput_defaultStyle__1g17k{display:flex;flex-direction:row;width:100%;justify-content:space-between;margin-top:10px;flex-wrap:nowrap;grid-column-gap:4%;-webkit-column-gap:4%;column-gap:4%;grid-row-gap:10px;row-gap:10px}.passNuilderDateInput_defaultStyle__1g17k label{display:flex;flex-direction:column;color:var(--superDarkGrey);width:48%;flex-grow:1}.passNuilderDateInput_defaultStyle__1g17k input{border:1px solid var(--specialGrey);outline-style:none;border-radius:100px;box-sizing:border-box;margin-top:8px;padding:0 5px;height:34px;width:100%;font-size:17px;text-indent:4px}.passNuilderDateInput_defaultStyle__1g17k input:disabled{border-style:none}@media screen and (max-width:676px){.passNuilderDateInput_defaultStyle__1g17k{flex-wrap:wrap}.passNuilderDateInput_defaultStyle__1g17k label{min-width:200px}}.searchSelector_searchBox__3wJDF{position:relative;color:var(--superDarkGrey)}.searchSelector_searchList__2UYyx{top:70px;position:absolute;width:100%;max-height:300px;overflow:hidden;overflow-y:scroll;display:flex;flex-direction:column;border:1px solid var(--specialGrey);height:300px;background-color:#fff;z-index:10}.searchSelector_searchList__2UYyx button{background-color:#fff;height:auto;border:none;padding:5px;border-bottom:1px dashed var(--specialGrey);cursor:pointer;text-align:start}.searchSelector_searchList__2UYyx button:hover{background-color:var(--mainColor);color:#fff}.searchSelector_alert__3XZCM{width:19px;margin-right:5px}.searchSelector_box__passwordText__3KDIY{display:flex;align-items:center;list-style:none;font-size:14px;padding:5px;margin-top:8px;margin-bottom:8px;line-height:150%;background-color:#fff2f0;border:1px solid #d9363e;border-radius:5px;color:#d9363e}.searchSelector_searchSelectorDisabled__yNqIr{background-color:#ebebeb!important}.searchSelector_subtitle__3Hv-3{background-color:var(--lightGrey);color:var(--superDarkGrey);line-height:150%;padding:8px;margin-top:6px;font-size:14px;font-weight:400}.searchSelector_highLight__1QlHo{color:var(--mainColor)}@media screen and (min-width:768px) and (max-width:991px){.searchSelector_searchList__2UYyx{top:70px;max-height:200px;border:1px solid var(--specialGrey)}}@media screen and (max-width:767px){.searchSelector_searchList__2UYyx{top:60px;max-height:200px;border:1px solid var(--specialGrey)}}.vehicleTypeSelect_container__34gxm{flex:1 1}.vehicleTypeSelect_labelBox__11p0n{width:100%}.vehicleTypeSelect_text__2KWFv{font-size:14px;font-weight:500}.vehicleTypeSelect_selectBox__1VjID{width:100%}.vehicleTypeSelect_select__28i79{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:16px}.vehicleTypeSelect_select__28i79 option{font-size:14px;color:var(--darkGrey)}@media screen and (max-width:767px){.vehicleTypeSelect_select__28i79{font-size:14px}}.vehicleInfoForm_infoFormBox__3GGta{width:80%}.vehicleInfoForm_header__1v0jL{border-radius:10px;align-items:center;font-size:14px;font-weight:500;position:relative;padding:5px 15px}.vehicleInfoForm_header__1v0jL,.vehicleInfoForm_inputShortBox__1JSdw{display:flex;flex-wrap:wrap;justify-content:space-between}.vehicleInfoForm_inputShort__2Q9hU{width:48%;margin-top:10px}.vehicleInfoForm_standardLabel__r19aI{font-size:14px;font-weight:500px}.vehicleInfoForm_standardLabel__r19aI input[type=file]{font-size:16px;margin-top:8px}.vehicleInfoForm_standardLabel__r19aI input::file-selector-button{color:#fff;background-color:var(--mainColor);outline:none;border-style:solid;border-width:0;border-radius:6px;padding:2px 5px;cursor:pointer}.vehicleInfoForm_standardLabel__r19aI input::file-selector-button:hover{background-color:var(--hoverColor)}.vehicleInfoForm_inputShort__2Q9hU select{-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/dropDown.bf6dd4a1.svg) no-repeat scroll 100% transparent;padding-right:23px;text-indent:5px;cursor:pointer}.vehicleInfoForm_inputLong__3YSQY{margin-top:16px;width:100%}.vehicleInfoForm_numberBox__TFRVO{display:flex;align-items:center;margin-top:30px;justify-content:space-between}.vehicleInfoForm_btnDown__3eG7f{-webkit-transform:scaleX(1.3);transform:scaleX(1.3)}.vehicleInfoForm_btnRemove__1wfg7{font-size:12px}.vehicleInfoForm_tableContainer__1VLLA{display:flex;justify-content:space-between;flex-wrap:wrap;position:relative}.vehicleInfoForm_tableBox__2O69f{width:100%;margin-top:20px}.vehicleInfoForm_tdBox__21BNO{width:52%;font-weight:500;font-size:14px}.vehicleInfoForm_checkBox__2a88E{width:22px;height:22px;border:2px solid var(--specialGrey);outline-style:none;-webkit-appearance:none;cursor:pointer;align-items:center}.vehicleInfoForm_checkBox__2a88E:checked{background-color:var(--mainColor)}.vehicleInfoForm_addonContainer__8j8Da{display:flex;align-items:center;margin-top:12px}.vehicleInfoForm_addonLabel__1APQX{margin-left:12px;font-size:14px;font-weight:700}.vehicleInfoForm_view__wmTlT{margin-left:3%}.vehicleInfoForm_alert__H5M2_{font-size:14px;padding:5px;margin-top:10px;line-height:150%}.vehicleInfoForm_leftPart__hSLmT{display:flex;align-items:center}.vehicleInfoForm_dateInput__NjnK9{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:15px;padding-right:5px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.vehicleInfoForm_dateInput__NjnK9 svg{margin:0;width:20px;height:20px}.vehicleInfoForm_dateValue__2hLN2{height:34px;width:100%;margin-top:8px;padding-top:4px}.vehicleInfoForm_searchSelect__E11pD input{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px;color:var(--mediumGrey)}.vehicleInfoForm_incompleteWarning__aawDR{background-color:#efefef;padding:.5rem;border:1px solid var(--mediumGrey);border-radius:5px;line-height:130%;color:#333}.vehicleInfoForm_completeBox__2tdEL{margin-top:12px}.vehicleInfoForm_completeBox__2tdEL label{display:flex;align-items:center;margin-bottom:8px}.vehicleInfoForm_completeBox__2tdEL input{margin-right:12px}@media screen and (min-width:992px) and (max-width:1199px){.vehicleInfoForm_inputShortBox__1JSdw{flex-direction:column}.vehicleInfoForm_inputShort__2Q9hU{width:100%;margin-top:10px}}@media screen and (max-width:767px){.vehicleInfoForm_inputShortBox__1JSdw{flex-direction:column}.vehicleInfoForm_inputShort__2Q9hU{width:100%;margin-top:10px}.vehicleInfoForm_btnDown__3eG7f{margin-left:3%;margin-right:2%}.vehicleInfoForm_infoFormBox__3GGta{width:100%}.vehicleInfoForm_header__1v0jL{font-size:12px}.vehicleInfoForm_btnRemove__1wfg7{position:absolute;right:3%}.vehicleInfoForm_inputShort__2Q9hU select{height:28px}}.addEditVehicle_wrapper__2rBIx{padding:30px 0;width:80%;grid-row-gap:30px;row-gap:30px}.addEditVehicle_wrapper__2rBIx,.footer_footer__1lZIc{display:flex;flex-direction:column;align-items:center}.footer_footer__1lZIc{justify-content:center;position:absolute;left:0;bottom:0;z-index:1000;width:100%;height:112px;min-width:320px;box-sizing:border-box;text-align:center;padding-left:5px;padding-right:5px}.footer_footer__policy__3riAw{margin-bottom:10px;padding:0 10px;text-decoration:underline}.footer_footer__policy__3riAw a:hover{color:#fff;transition:.4s}.footer_footer__title__1SeVL{font-size:17px;display:flex;flex-wrap:wrap;text-align:center;justify-content:center}.footer_footer__link__16Kx5,.footer_titleName__nmGDf{padding-right:5px;padding-left:5px}@media screen and (max-width:767px){.footer_footer__1lZIc{height:80px;text-align:center;line-height:150%}.footer_footer__title__1SeVL{font-size:12px}.footer_titleName__nmGDf{padding-left:5px;padding-right:5px}.footer_footer__policy__3riAw{font-size:12px;padding:0 5px}}.createAccount_container__3Rfzb{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px;padding-bottom:300px}.createAccount_box__3ks6E{display:flex;flex:0.8 1;flex-direction:row;border-radius:20px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);margin-top:180px}.createAccount_box__left__YybQK{display:flex;justify-content:center;flex-direction:column;flex:0.5 1;padding-top:56px;padding-left:107px;padding-bottom:77px;border-radius:20px 0 0 20px}.createAccount_box__titleBoxLeft__1HqgS{display:flex;flex:0.15 1;flex-direction:column}.createAccount_box__right__2a1Xq{display:flex;flex-direction:column;flex:0.5 1;position:relative;padding-top:56px;padding-right:107px;padding-bottom:77px;border-radius:0 20px 20px 0;overflow:hidden}.createAccount_box__mainTitleLeft__1yUf2{max-width:358px;font-size:24px;font-weight:500;margin-bottom:6px}.createAccount_box__paragraph__3loeh{max-width:424px;font-size:14px;margin-bottom:40px;line-height:150%}.createAccount_box__subTitle__AwgUd{display:flex;flex:0.05 1;margin-bottom:24px}.createAccount_box__nameBox__2TJnU{display:flex;flex-wrap:wrap;flex:0.1 1}.createAccount_box__inputShort__2MDxs{flex:0.3 1;margin-bottom:20px}.createAccount_invisbleBox__uudx6{flex:0.1 1;min-width:17px}.createAccount_inputLong__3-sDu{display:flex;flex:0.1 1;flex-direction:column}.createAccount_box__inputLong__ed-tY{display:flex;flex:0.1 1;margin-bottom:20px}.createAccount_box__inputField__xGfVh{flex:0.7 1}.createAccount_box__btnLeft__3ZR-g{display:flex;flex:0.1 1;margin-top:48px}.createAccount_box__btnLeftInnerBox__10Jd-{display:flex;justify-content:flex-end;flex:0.7 1;text-align:right}.createAccount_box__mainTitleRight__2B4Eg{display:flex;justify-content:flex-end;flex:2 1;align-items:flex-end;font-size:24px;font-weight:600}.createAccount_box__mainTitleRightInnerBox__3ogH4{flex:0.7 1}.createAccount_box__btnRight__3Ebyw{display:flex;justify-content:flex-end;flex:0.1 1;margin-top:48px}.createAccount_box__btnRightInnerBox__3Jt9M{flex:0.7 1}.createAccount_box__img__u82BD{position:absolute;right:-100px;top:-100px}.createAccount_box__imgPostion__JDLFF{position:absolute;right:30px;top:30px}.createAccount_box__img_shoresofpanama__3QktS{position:absolute;width:400px;right:30px;top:30px}.createAccount_alert__3-YkC{display:flex;margin-right:30%}.createAccount_alertBox__2BQTV{flex:1 1}.createAccount_box__importantNotice__22VMi{max-width:424px;font-size:16px;margin-bottom:20px;line-height:150%;font-weight:500;background-color:var(--lightGrey);padding:10px;border-radius:5px}@media screen and (min-width:768px) and (max-width:991px){.createAccount_box__3ks6E{flex:1 1;flex-direction:row;margin-top:180px}.createAccount_box__right__2a1Xq{padding-top:56px;padding-right:87px}.createAccount_box__btnRight__3Ebyw,.createAccount_box__mainTitleRight__2B4Eg{margin-left:20px}}@media screen and (max-width:767px){.createAccount_box__3ks6E{flex-direction:column!important;flex-wrap:wrap;flex:1 1;flex-direction:row;border-radius:0;margin-top:44px}.createAccount_box__left__YybQK{flex:1 1;padding:20px 20px 77px;border-radius:0}.createAccount_box__right__2a1Xq{flex:1 1;padding-top:56px;padding-right:20px;padding-bottom:77px;border-radius:0}.createAccount_box__mainTitleLeft__1yUf2,.createAccount_box__nameBox__2TJnU,.createAccount_box__paragraph__3loeh,.createAccount_box__subTitle__AwgUd,.createAccount_inputLong__3-sDu{margin-left:20px}.createAccount_box__mainTitleRight__2B4Eg{margin-left:40px;justify-content:flex-start}.createAccount_box__btnLeft__3ZR-g{margin-left:20px}.createAccount_box__btnLeftInnerBox__10Jd-{justify-content:flex-start}.createAccount_box__btnRight__3Ebyw{margin-left:40px;margin-top:48px;justify-content:flex-start}.createAccount_box__img__u82BD,.createAccount_box__imgPostion__JDLFF{display:none}.createAccount_alert__3-YkC{margin-right:30%;margin-left:20px}.createAccount_alertBox__2BQTV{flex:1 1;min-width:181.98px}.createAccount_container__3Rfzb{padding-bottom:0}.createAccount_box__importantNotice__22VMi{margin-left:20px}}.forgetPWPagesBackground_container__32bdI{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px;padding-bottom:300px}.forgetPWPagesBackground_box__3KhPF{display:flex;flex:0.8 1;flex-direction:row;border-radius:20px;margin-top:180px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.forgetPWPagesBackground_box__right__3cwiZ{display:flex;justify-content:center;flex-direction:column;flex:0.5 1;padding-top:208px;padding-right:129px;padding-bottom:78px;border-radius:0 20px 20px 0}.forgetPWPagesBackground_box__left__3WY7M{display:flex;flex-direction:column;position:relative;flex:0.5 1;overflow:hidden;padding-top:56px;padding-left:129px;padding-bottom:78px;border-radius:20px 0 0 20px}.forgetPWPagesBackground_box__img__1MRyX{position:absolute;right:-100px;top:-100px}.forgetPWPagesBackground_box__imgPostion__1bGfC{position:absolute;right:30px;top:30px}.forgetPWPagesBackground_box__img_shoresofpanama__1omH3{position:absolute;width:400px;right:30px;top:30px}@media screen and (min-width:768px) and (max-width:991px){.forgetPWPagesBackground_box__3KhPF{flex:1 1;flex-direction:row;margin-top:180px}.forgetPWPagesBackground_box__right__3cwiZ{padding-top:56px;padding-right:87px}.forgetPWPagesBackground_box__left__3WY7M{padding-left:87px}}@media screen and (max-width:767px){.forgetPWPagesBackground_box__3KhPF{flex-direction:column!important;flex-wrap:wrap;flex:1 1;flex-direction:row;border-radius:0;margin-top:44px}.forgetPWPagesBackground_box__right__3cwiZ{flex:1 1;padding:20px 20px 77px;border-radius:0;order:-1}.forgetPWPagesBackground_box__img__1MRyX,.forgetPWPagesBackground_box__imgPostion__1bGfC,.forgetPWPagesBackground_box__left__3WY7M{display:none}.forgetPWPagesBackground_container__32bdI{padding-bottom:0}}.forgotPasswordEmail_box__mainTitleRight__jEtbc{flex:0.15 1;max-width:424px;font-size:24px;font-weight:500;margin-bottom:34px;margin-left:30%}.forgotPasswordEmail_box__subTitle__3QvKF{display:flex;flex:0.05 1;max-width:297px;margin-bottom:20px;margin-left:30%;line-height:150%}.forgotPasswordEmail_box__inputLong__3Lj65{display:flex;flex:0.1 1;margin-bottom:180px;margin-left:30%}.forgotPasswordEmail_box__inputField__2GKFW{flex:0.7 1;max-width:337px;min-width:200px}.forgotPasswordEmail_box__btnRight__6Ihu7{display:flex;flex:0.1 1;justify-content:flex-end;margin-left:30%;max-width:337px}.forgotPasswordEmail_alert__1rlIW{display:flex;margin-left:30%}.forgotPasswordEmail_alertBox__mLFN6{flex:0.7 1;min-width:200px}@media screen and (min-width:768px) and (max-width:991px){.forgotPasswordEmail_box__inputField__2GKFW{flex:1 1}.forgotPasswordEmail_alertBox__mLFN6{flex:1 1;min-width:200px}}@media screen and (max-width:767px){.forgotPasswordEmail_box__inputLong__3Lj65,.forgotPasswordEmail_box__mainTitleRight__jEtbc,.forgotPasswordEmail_box__subTitle__3QvKF{margin-left:20px}.forgotPasswordEmail_box__btnRight__6Ihu7{justify-content:flex-start;margin-left:20px}.forgotPasswordEmail_alert__1rlIW{display:flex;margin-left:20px}.forgotPasswordEmail_alertBox__mLFN6{max-width:337px;min-width:200px}}.forgotPasswordReset_box__mainTitleRight__3AMlA{flex:0.15 1;max-width:424px;font-size:24px;font-weight:500;margin-bottom:51px;margin-left:30%}.forgotPasswordReset_box__subTitle__35AiF{display:flex;flex:0.05 1;max-width:297px;margin-bottom:20px;margin-left:30%}.forgotPasswordReset_box__inputLong__2KFcs{display:flex;flex-direction:column;flex:0.1 1;margin-bottom:96px;margin-left:30%}.forgotPasswordReset_box__inputField__EVa_9{flex:0.7 1;max-width:337px;min-width:200px;margin-bottom:20px}.forgotPasswordReset_box__btnRight__3_boN{display:flex;flex:0.1 1;justify-content:flex-end;margin-left:30%;max-width:337px}.forgotPasswordReset_alert__2A4BD{display:flex;margin-left:30%}.forgotPasswordReset_alertBox__2wBVE{flex:1 1;max-width:337px}@media screen and (min-width:768px) and (max-width:991px){.forgotPasswordReset_box__inputField__EVa_9{flex:1 1}}@media screen and (max-width:767px){.forgotPasswordReset_box__inputLong__2KFcs,.forgotPasswordReset_box__mainTitleRight__3AMlA,.forgotPasswordReset_box__subTitle__35AiF{margin-left:20px}.forgotPasswordReset_box__btnRight__3_boN{justify-content:flex-start;margin-left:20px}.forgotPasswordReset_alert__2A4BD{display:flex;margin-left:20px}}.forgotPasswordVerification_box__mainTitleRight__2rqDj{flex:0.15 1;max-width:424px;font-size:24px;font-weight:500;margin-bottom:51px;margin-left:30%}.forgotPasswordVerification_box__subTitle__26o7e{display:flex;flex:0.05 1;max-width:297px;margin-bottom:20px;margin-left:30%}.forgotPasswordVerification_box__inputLong__ZbHq1{display:flex;flex:0.1 1;margin-bottom:180px;margin-left:30%}.forgotPasswordVerification_box__inputField__245Ff{flex:0.7 1;max-width:337px;min-width:200px}.forgotPasswordVerification_box__btnRight__3XRCp{display:flex;flex:0.1 1;justify-content:flex-end;flex-wrap:wrap;align-items:center;margin-left:30%;max-width:337px}.forgotPasswordVerification_emailBox__1Mauw{display:flex;font-size:14px;margin-top:10px}.forgotPasswordVerification_box__btnRightInnerBox__JHd8i{margin-left:10px;margin-top:10px}.forgotPasswordVerification_alert__3haZG{display:flex;margin-left:30%}.forgotPasswordVerification_alertBox__45kS6{flex:1 1;max-width:337px}@media screen and (min-width:768px) and (max-width:991px){.forgotPasswordVerification_box__inputField__245Ff{flex:1 1}}@media screen and (max-width:767px){.forgotPasswordVerification_box__inputLong__ZbHq1,.forgotPasswordVerification_box__mainTitleRight__2rqDj,.forgotPasswordVerification_box__subTitle__26o7e{margin-left:20px}.forgotPasswordVerification_box__btnRight__3XRCp{justify-content:flex-start;margin-left:20px}.forgotPasswordVerification_allert__PTEvs{margin-left:20px;margin-bottom:10px;font-weight:500}}.help_container__3cSiT{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.help_box__gg1vZ{width:82%;display:flex;flex-direction:column;align-items:center;margin-top:200px;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);padding-bottom:40px}.help_subHeader__2wv_N{position:relative;width:100%;display:flex;align-items:center;height:103px;border-radius:20px 20px 0 0}.help_circle__1zkDm{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.help_subHeaderTitle__f1sTD{font-size:35px;font-weight:500}.help_backBtn__P-7WY{width:141px;position:absolute;right:45px}@media screen and (min-width:768px) and (max-width:991px){.help_subHeader__2wv_N{border-radius:0}.help_box__gg1vZ{width:100%;display:flex;margin-top:155px;border-radius:0}}@media screen and (max-width:767px){.help_circle__1zkDm{width:13px;height:13px;margin-left:10px;margin-right:5px}.help_subHeaderTitle__f1sTD{font-size:20px;font-weight:500}.help_subHeader__2wv_N{border-radius:0}.help_box__gg1vZ{margin-top:20px;width:100%;display:flex;margin-top:44px;border-radius:0;flex-direction:column}.help_backBtn__P-7WY{position:absolute;width:70px;right:10px}}.login_container__YxMAA{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px;padding-bottom:300px}.login_box__2_pSW{display:flex;flex:0.8 1;flex-direction:row;border-radius:20px;margin-top:180px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.login_box__right__3_QQx{justify-content:center;padding-top:185px;padding-right:107px;border-radius:0 20px 20px 0}.login_box__left__Ral7n,.login_box__right__3_QQx{display:flex;flex-direction:column;flex:0.5 1;padding-bottom:77px}.login_box__left__Ral7n{position:relative;overflow:hidden;padding-top:56px;padding-left:107px;border-radius:20px 0 0 20px}.login_box__mainTitleLeft__1Vn-R{display:flex;align-items:flex-end;flex:2 1;font-size:24px;font-weight:600;max-width:161px;margin-bottom:23px;margin-left:40%;margin-right:30%}.login_box__btnLeft__dV1Mj{display:flex;margin-left:40%;margin-right:30%;flex-shrink:0}.login_box__img__3GCzk{position:absolute;right:-100px;top:-100px}.login_box__imgPostion__25Gnw{position:absolute;right:30px;top:30px}.login_box__img_shoresofpanama__DnEbR{position:absolute;width:400px;right:30px;top:30px}.login_box__titleBoxRight__3S8ii{display:flex;flex:0.15 1;flex-direction:column;margin-left:30%}.login_box__mainTitleRight__3hH9o{max-width:424px;font-size:24px;font-weight:500;margin-bottom:6px}.login_box__paragraph__3mugg{max-width:424px;font-size:14px;margin-bottom:40px;flex:0.7 1;line-height:150%}.login_box__subTitle__Vhboq{display:flex;flex:0.05 1;margin-bottom:24px;margin-left:30%}.login_inputLong__1SALH{display:flex;flex:0.1 1;flex-direction:column;margin-left:30%}.login_box__inputLong__31Udv{display:flex;flex:0.1 1;margin-bottom:20px}.login_box__inputField__1Jsso{flex:0.7 1;max-width:337px;min-width:200px}.login_box__btnRight__1tqrf{display:flex;flex:0.1 1}.login_box__forgotPassWord__yKTSa{font-size:12px;font-weight:500;margin-right:20%}.login_flexBox__1V2bf{display:flex;justify-content:space-between;align-items:center;margin-left:30%;margin-top:48px;max-width:340px}.login_flexBox__1V2bf a{text-decoration:none}.login_alert__2L0B0{display:flex;margin-left:30%}.login_alertBox__1ww8h{flex:0.7 1;min-width:200px}@media screen and (min-width:768px) and (max-width:991px){.login_box__2_pSW{flex:1 1;flex-direction:row;margin-top:180px}.login_box__right__3_QQx{padding-top:56px;padding-right:87px}.login_box__btnLeft__dV1Mj,.login_box__mainTitleLeft__1Vn-R{margin-right:20px}.login_flexBox__1V2bf{flex-wrap:wrap}.login_box__forgotPassWord__yKTSa{margin-bottom:10px}.login_box__inputField__1Jsso{flex:1 1}.login_alertBox__1ww8h{flex:1 1;min-width:200px}}@media screen and (max-width:767px){.login_box__2_pSW{flex-direction:column!important;flex-wrap:wrap;flex:1 1;flex-direction:row;border-radius:0;margin-top:44px}.login_box__right__3_QQx{flex:1 1;padding:20px 20px 77px;border-radius:0;order:-1}.login_box__left__Ral7n{border-radius:0;padding-left:20px}.login_box__subTitle__Vhboq,.login_box__titleBoxRight__3S8ii,.login_inputLong__1SALH{margin-left:20px}.login_flexBox__1V2bf{flex-wrap:wrap;flex-direction:column;align-items:flex-start;margin-left:20px}.login_box__forgotPassWord__yKTSa{margin-bottom:10px}.login_box__img__3GCzk,.login_box__imgPostion__25Gnw{display:none}.login_box__btnLeft__dV1Mj,.login_box__mainTitleLeft__1Vn-R{margin-left:20px;margin-right:0}.login_alert__2L0B0{display:flex;margin-left:20px}.login_alertBox__1ww8h{max-width:337px;min-width:200px}.login_container__YxMAA{padding-bottom:0}}.magicLinkAuth_container__3wW_W{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px;padding-bottom:300px}.magicLinkAuth_box__iHjXq{display:flex;flex:0.8 1;flex-direction:row;border-radius:20px;margin-top:180px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.magicLinkAuth_box__right__1Hizi{justify-content:center;padding-top:185px;padding-right:107px;border-radius:0 20px 20px 0}.magicLinkAuth_box__left___47C7,.magicLinkAuth_box__right__1Hizi{display:flex;flex-direction:column;flex:0.5 1;padding-bottom:77px}.magicLinkAuth_box__left___47C7{position:relative;overflow:hidden;padding-top:56px;padding-left:107px;border-radius:20px 0 0 20px}.magicLinkAuth_box__mainTitleLeft__3fDYx{display:flex;align-items:flex-end;flex:2 1;font-size:24px;font-weight:600;max-width:161px;margin-bottom:23px;margin-left:40%;margin-right:30%}.magicLinkAuth_box__btnLeft__3Y1tS{display:flex;margin-left:40%;margin-right:30%;flex-shrink:0}.magicLinkAuth_box__img__2nmoN{position:absolute;right:-100px;top:-100px}.magicLinkAuth_box__imgPostion__1OYur{position:absolute;right:30px;top:30px}.magicLinkAuth_box__titleBoxRight__2mGnS{display:flex;flex:0.15 1;flex-direction:column;margin-left:30%}.magicLinkAuth_box__mainTitleRight__3XX58{max-width:424px;font-size:24px;font-weight:500;margin-bottom:6px}.magicLinkAuth_box__paragraph__1jAjT{max-width:424px;font-size:14px;margin-bottom:40px;flex:0.7 1;line-height:150%}.magicLinkAuth_box__subTitle__1tlIf{display:flex;flex:0.05 1;margin-bottom:24px;margin-left:30%}.magicLinkAuth_inputLong__N1OFg{display:flex;flex:0.1 1;flex-direction:column;margin-left:30%}.magicLinkAuth_box__inputLong__1iY-6{display:flex;flex:0.1 1;margin-bottom:20px}.magicLinkAuth_box__inputField__2XfmP{flex:0.7 1;max-width:337px;min-width:200px}.magicLinkAuth_box__btnRight__3tkGp{display:flex;flex:0.1 1}.magicLinkAuth_box__forgotPassWord__3WNSd{font-size:12px;font-weight:500;margin-right:20%}.magicLinkAuth_flexBox__1uzo_{display:flex;justify-content:space-between;align-items:center;margin-left:30%;margin-top:48px;max-width:340px}.magicLinkAuth_flexBox__1uzo_ a{text-decoration:none}.magicLinkAuth_alert__1nsjT{display:flex;margin-left:30%}.magicLinkAuth_alertBox__2Evvm{flex:0.7 1;min-width:200px}@media screen and (min-width:768px) and (max-width:991px){.magicLinkAuth_box__iHjXq{flex:1 1;flex-direction:row;margin-top:180px}.magicLinkAuth_box__right__1Hizi{padding-top:56px;padding-right:87px}.magicLinkAuth_box__btnLeft__3Y1tS,.magicLinkAuth_box__mainTitleLeft__3fDYx{margin-right:20px}.magicLinkAuth_flexBox__1uzo_{flex-wrap:wrap}.magicLinkAuth_box__forgotPassWord__3WNSd{margin-bottom:10px}.magicLinkAuth_box__inputField__2XfmP{flex:1 1}.magicLinkAuth_alertBox__2Evvm{flex:1 1;min-width:200px}}@media screen and (max-width:767px){.magicLinkAuth_box__iHjXq{flex-direction:column!important;flex-wrap:wrap;flex:1 1;flex-direction:row;border-radius:0;margin-top:44px}.magicLinkAuth_box__right__1Hizi{flex:1 1;padding:20px 20px 77px;border-radius:0;order:-1}.magicLinkAuth_box__left___47C7{border-radius:0;padding-left:20px}.magicLinkAuth_box__subTitle__1tlIf,.magicLinkAuth_box__titleBoxRight__2mGnS,.magicLinkAuth_inputLong__N1OFg{margin-left:20px}.magicLinkAuth_flexBox__1uzo_{flex-wrap:wrap;flex-direction:column;align-items:flex-start;margin-left:20px}.magicLinkAuth_box__forgotPassWord__3WNSd{margin-bottom:10px}.magicLinkAuth_box__img__2nmoN,.magicLinkAuth_box__imgPostion__1OYur{display:none}.magicLinkAuth_box__btnLeft__3Y1tS,.magicLinkAuth_box__mainTitleLeft__3fDYx{margin-left:20px;margin-right:0}.magicLinkAuth_alert__1nsjT{display:flex;margin-left:20px}.magicLinkAuth_alertBox__2Evvm{max-width:337px;min-width:200px}.magicLinkAuth_container__3wW_W{padding-bottom:0}}.privacyPolicy_container__3fvvG{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.privacyPolicy_box__1nFnw{width:82%;flex-direction:column;margin-top:200px;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);padding-bottom:40px}.privacyPolicy_box__1nFnw,.privacyPolicy_textBox__1vtF4{display:flex;align-items:center}.privacyPolicy_subHeader__3GLjU{box-sizing:border-box;width:100%;display:flex;justify-content:space-between;align-items:center;height:103px;border-radius:20px 20px 0 0;padding-right:20px}.privacyPolicy_circle__3vUT6{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.privacyPolicy_subHeaderTitle__2yqMx{font-size:35px;font-weight:500}.privacyPolicy_backBtn__143gN{width:141px}.privacyPolicy_infoBox__2AdXF{width:80%;box-sizing:border-box;padding:50px 100px}.privacyPolicy_update__2N52H{font-size:18px;font-weight:500;margin-bottom:20px}.privacyPolicy_about__3q16j{font-size:16px;line-height:160%;text-align:justify;text-justify:distribute;margin-bottom:40px}.privacyPolicy_catelogue__g7ba5{font-size:18px;font-weight:500;margin-bottom:20px}.privacyPolicy_list__UMPeh{font-size:16px;margin-bottom:20px;text-decoration:underline}.privacyPolicy_catalogueBox__14ZsD{margin-bottom:44px}.privacyPolicy_title__17Pw-{font-size:30px;margin-bottom:30px}.privacyPolicy_subtitle__3v6ME{font-size:18px;margin-bottom:15px}.privacyPolicy_text__3lF5F{margin-bottom:20px}.privacyPolicy_text__3lF5F,.privacyPolicy_textBold__1zfVF{font-size:16px;line-height:160%;text-align:justify;text-justify:distribute}.privacyPolicy_textBold__1zfVF{font-weight:600;margin-bottom:15px}.privacyPolicy_listNoLine__wNVFJ{font-size:16px;margin-bottom:20px;line-height:160%}.privacyPolicy_listNoLine__wNVFJ a{color:var(--mainColor);margin-left:5px}.privacyPolicy_listBox__3i8y0{width:70%;text-align:justify;text-justify:distribute;margin-bottom:44px}.privacyPolicy_innerTitle__IsMHV{font-size:16px;margin-bottom:15px}.privacyPolicy_listTitle__3H-Q9{margin-bottom:10px}.privacyPolicy_titieInfoPart__31T5B{font-size:24px;font-weight:500}.privacyPolicy_textInfoPart__1VBi7{font-weight:400;font-size:16px;line-height:160%;text-align:justify;text-justify:distribute;margin-bottom:20px;margin-top:15px}.privacyPolicy_specialTitle__2NToy{margin-bottom:20px;font-size:26px}@media screen and (min-width:992px) and (max-width:1199px){.privacyPolicy_formBox__34C5E{width:64%}.privacyPolicy_alert__34597{width:156.25%;height:40px;display:flex;justify-content:center;align-items:center}.privacyPolicy_box__1nFnw{margin-top:230px}}@media screen and (min-width:768px) and (max-width:991px){.privacyPolicy_subHeader__3GLjU{border-radius:0}.privacyPolicy_box__1nFnw{width:100%;display:flex;margin-top:230px;border-radius:0}.privacyPolicy_infoBox__2AdXF{padding:10px 50px}.privacyPolicy_listBox__3i8y0{width:100%;text-align:justify;margin-bottom:44px}.privacyPolicy_backBtn__143gN button{width:120px}}@media screen and (max-width:767px){.privacyPolicy_circle__3vUT6{width:13px;height:13px;margin-left:10px;margin-right:5px}.privacyPolicy_subHeaderTitle__2yqMx{font-size:20px;font-weight:500}.privacyPolicy_subHeader__3GLjU{border-radius:0}.privacyPolicy_box__1nFnw{width:100%;display:flex;margin-top:44px;border-radius:0;flex-direction:column}.privacyPolicy_backBtn__143gN{position:absolute;width:70px;right:10px}.privacyPolicy_infoBox__2AdXF{box-sizing:border-box;width:90%;padding:10px 20px;min-width:320px}.privacyPolicy_update__2N52H{font-size:16px;font-weight:500;margin-bottom:10px}.privacyPolicy_about__3q16j{font-size:14px;line-height:160%;text-align:left;margin-bottom:20px}.privacyPolicy_catelogue__g7ba5{font-size:16px;font-weight:500;margin-bottom:20px}.privacyPolicy_list__UMPeh{font-size:14px;margin-bottom:20px;text-decoration:underline}.privacyPolicy_catalogueBox__14ZsD{margin-bottom:20px}.privacyPolicy_title__17Pw-{font-size:20px;margin-bottom:15px}.privacyPolicy_subtitle__3v6ME{font-size:16px;margin-bottom:15px}.privacyPolicy_text__3lF5F{font-size:14px;line-height:160%;text-align:left;margin-bottom:20px}.privacyPolicy_textBold__1zfVF{font-weight:600;text-align:left}.privacyPolicy_listNoLine__wNVFJ,.privacyPolicy_textBold__1zfVF{font-size:14px;line-height:160%;margin-bottom:15px}.privacyPolicy_listNoLine__wNVFJ a{color:var(--mainColor);margin-left:5px;word-wrap:break-word}.privacyPolicy_listBox__3i8y0{width:100%;text-align:left;margin-bottom:30px}.privacyPolicy_innerTitle__IsMHV{font-size:16px;margin-bottom:15px}.privacyPolicy_listTitle__3H-Q9{margin-bottom:10px}.privacyPolicy_titieInfoPart__31T5B{font-size:24px;font-weight:500}.privacyPolicy_textInfoPart__1VBi7{font-weight:400;font-size:16px;line-height:160%;text-align:left;margin-bottom:20px;margin-top:15px}.privacyPolicy_specialTitle__2NToy{margin-bottom:20px;font-size:26px}.privacyPolicy_backBtn__143gN button{width:70px}}.vehicles_container__dHEs0{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.vehicles_box__1RG5I{width:100%;display:flex}.vehicles_infoBox__3G3tt{width:100%;border-radius:0 20px 20px 0}.vehicles_subHeader__2nw3a{justify-content:space-between;height:103px;width:100%;border-radius:0 20px 0 0}.vehicles_subHeader__2nw3a,.vehicles_subHeaderLeft__17HnK{display:flex;align-items:center}.vehicles_subHeaderRight__YYcQI{padding-right:0}.vehicles_subHeaderRight__YYcQI button:hover{background-color:var(--hoverColor)}.vehicles_circle__3rR-t{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.vehicles_title__1Kz5i{font-size:35px;font-weight:500}.vehicles_mainContent__2GLKS{padding:10px 20px 20px;height:100%}.vehicles_tableHeader__1gDcn{width:100%;height:74px;border-radius:10px}.vehicles_tableHeaderItem__37LEU{font-size:15px;font-weight:500}.vehicles_tableHeaderItem__37LEU:first-child{border-top-left-radius:10px}.vehicles_tableHeaderItem__37LEU:last-child{border-top-right-radius:10px;width:150px}.vehicles_item__2dp5V{text-align:center;font-size:14px;height:60px;border-bottom:1px solid #e6e6e6}.vehicles_textCapitalize__kv3dv{text-transform:capitalize}.vehicles_item__2dp5V:first-child{border-left:1px solid #e6e6e6}.vehicles_item__2dp5V:last-child{border-right:1px solid #e6e6e6}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:first-child{border-bottom-left-radius:10px}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:last-child{border-bottom-right-radius:10px}.vehicles_viewBtn__3F0PD{border:1px solid var(--darkGrey);padding:4px 15px;border-radius:10px;background-color:#fff;cursor:pointer;margin-right:40px}.vehicles_viewBtn__3F0PD:hover{background-color:var(--lightGrey);transition:.4s}.vehicles_delBtn__3elkt{border:none;vertical-align:middle;cursor:pointer;background-color:initial}.vehicles_delBtn__3elkt svg{margin-top:0;width:16px;height:16px}.vehicles_tableTopBar__30ADc{width:100%;display:flex;flex-direction:row;justify-content:space-between}.vehicles_btnExport__uoVuU{display:flex;justify-content:center;width:170px;height:36px;background:#fff;border:1px solid var(--mainColor);color:var(--mainColor);font-weight:500;box-shadow:0 1px 5px 2px rgba(0,0,0,.08);border-radius:5px;cursor:pointer;font-size:14px;align-items:center}.vehicles_btnExport__uoVuU:hover{background-color:var(--mainColor);color:#fff;transition:.4s}.vehicles_actionBtn__2hdQa{border:none;color:var(--mainColor);background-color:initial;font-weight:500;cursor:pointer;display:flex}.vehicles_actionBox__3_JPS{width:100%;height:100%;display:flex;align-items:center;margin-top:11px}.vehicles_actionBtn__2hdQa svg{margin-top:1px;min-width:14px;stroke:var(--mainColor)}.vehicles_menuContainer__172On{width:240px;background-color:#f8f8f8;box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #cccfd4}.vehicles_menuItem__VgEBS{height:30px;border-bottom:1px solid #dee2ea;display:flex;align-items:center;cursor:pointer;color:#333;font-size:14px}button.vehicles_menuItem__VgEBS{width:100%;background-color:inherit;outline:none;border-style:none;padding-left:1rem}.vehicles_menuItem__VgEBS:hover{background-color:#dee2ea}.vehicles_itemText__2j-cH{margin-left:16px}.vehicles_topLine__2vl-D{display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px}.vehicles_selectBox__3Jp7C{margin:0 5px;width:77px;border-radius:2px;border:1px solid #bdbdbd;outline-style:none;cursor:pointer;padding:3px;-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/traingleDownSmall.c7ee2cd0.svg) no-repeat 100%}.vehicles_selectBox__3Jp7C option{font-size:14px;font-weight:500}.vehicles_paginationBox__157tQ{display:flex;justify-content:flex-end;font-size:14px;margin-bottom:10px}.vehicles_addBtn__22vzZ{display:flex;justify-content:flex-end;margin:20px}.vehicles_addBtn__22vzZ button{padding:0 10px}@media screen and (min-width:768px) and (max-width:991px){.vehicles_subHeader__2nw3a{border-radius:0}.vehicles_mainContent__2GLKS{padding:30px 0}.vehicles_tableHeader__1gDcn{border-radius:0}.vehicles_tableHeaderItem__37LEU:first-child{border-top-left-radius:0}.vehicles_tableHeaderItem__37LEU:last-child{border-top-right-radius:0;width:150px}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:first-child{border-bottom-left-radius:0}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:last-child{border-bottom-right-radius:0}}@media screen and (max-width:767px){.vehicles_circle__3rR-t{box-sizing:border-box;width:16px;height:16px;margin-left:20px}.vehicles_title__1Kz5i{font-size:20px;font-weight:500}.vehicles_subHeader__2nw3a{border-radius:0}.vehicles_subHeaderRight__YYcQI{padding-right:10px}.vehicles_subHeaderRight__YYcQI button{width:130px;font-size:14px}.vehicles_mainContent__2GLKS{padding:10px 0}.vehicles_tableBox__2is9_{width:100%;overflow-x:scroll}.vehicles_table__1n3Pm{width:800px}.vehicles_tableHeader__1gDcn{border-radius:0}.vehicles_tableHeaderItem__37LEU:first-child{border-top-left-radius:0}.vehicles_tableHeaderItem__37LEU:last-child{border-top-right-radius:0;width:150px}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:first-child{border-bottom-left-radius:0}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:last-child{border-bottom-right-radius:0}.vehicles_actionBtn__2hdQa svg{margin-top:1px;width:14px;height:16px}}.companyInfo_container__27lDZ{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.companyInfo_box__16Wgx{width:82%;display:flex;margin-top:200px;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.companyInfo_subNav__3Cqkr{display:flex;flex-direction:column;width:24%;padding-bottom:60px;border-radius:20px 0 0 20px}.companyInfo_infoBox__2xpHC{width:100%}.companyInfo_btnBox__CNFNH{margin-top:73px}.companyInfo_btn__3jt4Q{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:80px;cursor:pointer;outline-style:none}.companyInfo_btn__3jt4Q svg{margin-top:0;height:32px;width:32px}.companyInfo_text__1C29M{font-size:16px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}@media screen and (min-width:992px) and (max-width:1199px){.companyInfo_subNav__3Cqkr{width:30%}.companyInfo_box__16Wgx{width:98%}}@media screen and (min-width:768px) and (max-width:991px){.companyInfo_box__16Wgx{width:100%;display:flex;margin-top:230px;border-radius:0;flex-direction:column}.companyInfo_subNav__3Cqkr{width:100%;border-radius:0;height:180px;padding:0}.companyInfo_btnBox__CNFNH{margin-top:0}.companyInfo_btn__3jt4Q{height:60px}.companyInfo_text__1C29M{font-size:14px;font-weight:500}.companyInfo_btn__3jt4Q svg{height:23px;width:23px}}@media screen and (max-width:767px){.companyInfo_box__16Wgx{width:100%;display:flex;margin-top:44px;border-radius:0;flex-direction:column}.companyInfo_subNav__3Cqkr{width:100%;border-radius:0;height:240px;padding-bottom:0}.companyInfo_btnBox__CNFNH{margin-top:0}.companyInfo_btn__3jt4Q svg{height:23px;width:23px}.companyInfo_text__1C29M{font-size:14px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}.companyInfo_btn__3jt4Q{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:60px}.companyInfo_container__27lDZ{margin-top:0;padding-bottom:0}}.userProfileButton_box__2ai3_{position:relative}.userProfileButton_itemsBox__1PXMm{display:flex;flex-direction:column;position:absolute;z-index:1000;left:-200px;top:50px;padding-bottom:40px;width:290px;border-radius:20px;box-shadow:0 3px 10px 0 rgba(0,0,0,.17);overflow:hidden}.userProfileButton_name__2RoBA{font-size:22px;font-weight:500;margin-top:32px;margin-left:79px}.userProfileButton_email__5fKaN{font-size:14px;font-weight:400;margin-top:10px;margin-left:79px;margin-bottom:17px}.userProfileButton_profileBox__1uqbq{display:flex;align-items:center;width:100%;height:53px}.userProfileButton_btn__26KHs,.userProfileButton_profile__Kuf-n{width:100%;font-size:17px;font-weight:500}.userProfileButton_btn__26KHs{height:53px;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;outline-style:none}.userProfileButton_btn__26KHs:hover{background-color:var(--mainColor);color:#fff;transition-duration:.4s}.userProfileButton_btn__26KHs:hover .userProfileButton_imgUser__3QPvj{background:url(/static/media/userWhite.e4f8852c.svg) no-repeat 50%}.userProfileButton_imgSignout__3z-LT{width:25px;height:25px;background:url(/static/media/signout.603a35c7.svg);margin-left:40px;margin-right:14px}.userProfileButton_btn__26KHs:hover .userProfileButton_imgSignout__3z-LT{background:url(/static/media/signoutWhite.9616641a.svg)}.userProfileButton_imgUser__3QPvj{width:25px;height:25px;background:url(/static/media/user.683f697c.svg);margin-left:40px;margin-right:14px}.userProfileButton_help__3HrMH{display:none;font-weight:400;font-size:14px;margin-left:79px;margin-top:40px;cursor:pointer}.userProfileButton_userImg__3wLGZ{display:none}@media screen and (max-width:767px){.userProfileButton_itemsBox__1PXMm{position:fixed;left:0;top:44px;border-radius:0;width:100%;padding-bottom:0}.userProfileButton_name__2RoBA{font-size:14px;font-weight:500}.userProfileButton_email__5fKaN,.userProfileButton_name__2RoBA{margin-top:0;margin-left:20px;height:40px;display:flex;align-items:center}.userProfileButton_email__5fKaN{margin-bottom:0}.userProfileButton_help__3HrMH{display:block;margin-left:20px;height:40px;margin-top:0;display:flex;align-items:center}.userProfileButton_imgSignout__3z-LT,.userProfileButton_imgUser__3QPvj{display:none}.userProfileButton_profile__Kuf-n{width:100%;font-size:17px;font-weight:500}.userProfileButton_btn__26KHs{height:40px;padding-left:20px;font-size:14px;font-weight:500}.userProfileButton_userImg__3wLGZ{display:block;margin-top:0;height:25px;width:25px}}.header_headerLogoMiddle__22oN3{justify-content:center;height:145px}.header_header__v9FKw,.header_headerLogoMiddle__22oN3{display:flex;width:100%;min-width:320px;box-shadow:0 2px 5px 3px rgba(0,0,0,.08);position:fixed;z-index:15}.header_header__v9FKw{align-items:center}.header_invisibleBoxApper__25Rbi{flex:0.2 1}.header_logoBoxLarge__3unT-{flex:0.6 1;display:flex;justify-content:center}.header_logoBoxSmall__c9-N1{flex:0.2 1;display:flex;justify-content:center}.header_logoMiddle__Fko-h{height:117.47px;margin-top:14px}.header_logoLeft__2LOp7{height:117.47px;max-width:300px;margin-left:20px}.header_profileLogoLeft__1Xw6v,.header_profileLogoMiddle__2j3sf{display:flex;justify-content:center;align-items:center;height:145px;flex:0.2 1}.header_language__2Vb2o{margin-right:10px;width:90px;height:30px;border-radius:20px;border:none;cursor:pointer;display:flex;align-items:center;outline-style:none;font-size:14px}.header_language__2Vb2o:hover{background-color:var(--hoverColor);transition:.4s}.header_language__2Vb2o:hover .header_languageIcon__1XmY_ svg{fill:var(--hoverColor)}.header_languageIcon__1XmY_ svg{width:21px;margin:4px 5px 0;fill:var(--thirdColor)}.header_profileBtnApper__OPAJA{position:relative;display:flex;flex-direction:column;align-items:center;visibility:visible}.header_profileBtnDisapper__3wE98{visibility:hidden}.header_nav__2M5Zj{flex:0.6 1;display:flex;justify-content:space-evenly}.header_navItem__iaane{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:20px;font-weight:500;height:145px}.header_navItem__iaane a{text-decoration:none;color:var(--mainColor)}.header_navLine__2cQjJ{position:absolute;bottom:0;width:131px;height:12px;border-radius:15px}.header_helpBtnApper__j48N8{position:absolute;margin:0;font-size:13px;top:60px;font-weight:500;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);padding:5px 10px}.header_helpBtnApper__j48N8:hover{box-sizing:border-box;padding:5px 10px;border-radius:3px;background-color:var(--lightGrey);transition:.4s}.header_helpBtDisapper__1kp09{display:none}@media screen and (min-width:992px) and (max-width:1199px){.header_navItem__iaane{font-size:17px}.header_navLine__2cQjJ{width:100px;height:10px}}@media screen and (min-width:768px) and (max-width:991px){.header_header__v9FKw{flex-direction:column;height:220px}.header_logoBoxSmall__c9-N1{flex:0.4 1;order:-3}.header_nav__2M5Zj{order:-1;flex:0.4 1;display:flex;width:100%}.header_profileLogoLeft__1Xw6v{width:100%;display:flex;justify-content:flex-end;margin-right:20%;margin-top:10px;height:20px;order:-2;flex:0.2 1}.header_navItem__iaane{height:80px;font-size:17px}.header_navLine__2cQjJ{width:100px;height:10px}.header_logoLeft__2LOp7{height:88px;margin-top:10px;margin-left:0}.header_helpBtnApper__j48N8{position:absolute;margin:0;font-size:13px;top:-35px}}@media screen and (max-width:767px){.header_headerLogoMiddle__22oN3{height:44px}.header_profileLogoMiddle__2j3sf{flex:0.15 1;height:44px;position:absolute;right:20px}.header_logoMiddle__Fko-h{height:60px;margin-top:5px}.header_header__v9FKw{flex-direction:row;height:44px;justify-content:center}.header_logoBoxSmall__c9-N1{flex:0.7 1}.header_logoBoxSmall__c9-N1 a{color:#000}.header_nav__2M5Zj{background-color:#fff;box-shadow:0 2px 5px 3px rgba(0,0,0,.08);position:fixed;top:44px;left:0;display:flex;flex-direction:column;align-items:flex-start;width:100%}.header_profileLogoLeft__1Xw6v{position:absolute;right:20px;height:44px}.header_logoLeft__2LOp7{height:60px;margin-top:10px;margin-left:0}.header_navItem__iaane{color:#000;height:40px;position:relative;font-size:14px;width:100%;display:flex;align-items:flex-start;padding-left:20px}.header_navLine__2cQjJ{display:none}.header_invisibleBoxApper__25Rbi{flex:0.15 1;position:absolute;left:20px}.header_logoBoxLarge__3unT-{flex:0.7 1;display:flex;justify-content:center;align-items:center}.header_logoBoxLarge__3unT- a{color:#000}.header_clicked__24yHb{background-color:var(--mainColor);color:#fff}.header_hamburgerBtn__6q_Gd{position:absolute;left:20px}.header_helpBtnApper__j48N8{display:none}.header_language__2Vb2o{position:absolute;border-radius:0 0 10px 10px;top:44px;right:-10px;height:23px;box-shadow:0 2px 5px 3px rgba(0,0,0,.08)}.header_languageIcon__1XmY_{height:15px;margin-right:5px}.header_languageIcon__1XmY_ svg{width:18px;height:16px;margin:0 5px}.header_hamburgerBtn__6q_Gd button{background-color:initial;border:none;cursor:pointer;outline-style:none}.header_hamburgerCloseImg__Rj8Om,.header_hamburgerImg__3VdIj{margin-top:0;width:25px;height:25px}}.HelpTooltop_wrapper__1-QHl{font-size:small;margin:.25rem 0;width:-webkit-max-content;width:max-content}.HelpTooltop_wrapper__1-QHl b{font-size:large}.HelpTooltop_wrapper__1-QHl ul{padding-left:1rem}.HelpTooltop_wrapper__1-QHl li{list-style:square;margin-top:.5rem;margin-bottom:0}.HelpTooltop_wrapper__1-QHl a{color:inherit;text-decoration:underline}.container{position:absolute;background-color:#f2f2f2;min-height:100%;width:100%;left:"0";bottom:"0";box-sizing:border-box;padding-bottom:400px}@media screen and (max-width:767px){.container{position:absolute;background-color:#f2f2f2;min-height:100%;width:100%;left:"0";bottom:"0";box-sizing:border-box;padding-bottom:80px}}.commonDialog_wrapper__2sNiS{width:100vw;align-items:center}.commonDialog_wrapper__2sNiS,.commonDialog_wrapperTop__nWAqt{position:fixed;top:0;left:0;height:100vh;overflow:scroll;display:flex;justify-content:center;z-index:10000;padding-bottom:100px}.commonDialog_wrapperTop__nWAqt{width:100%;align-items:flex-start;padding-top:40px}.commonDialog_bg__2aKzB{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:1;border:none;padding-bottom:100px}.commonDialog_main__3D8Hl{background-color:#fff;border-radius:10px;z-index:2}.commonDialog_header__1lWON{background:var(--mainColor);padding:20px;color:#fff;border-radius:10px 10px 0 0;text-align:center;position:relative}.commonDialog_headerContent__3Ooi6{text-transform:uppercase;font-weight:500}.commonDialog_headerClose__1OSMs{position:absolute;top:15px;right:10px;background-color:initial;width:30px;height:30px;color:#fff;border:none;cursor:pointer;padding:0}.commonDialog_headerClose__1OSMs svg{margin-top:0;width:20px;height:20px}.commonDialog_content__PRiVV{padding:20px}.commonDialog_contentExtended__eMB0w{padding:20px;height:calc(100vh - 175px);overflow:auto}@media screen and (min-width:768px) and (max-width:991px){.commonDialog_wrapperTop__nWAqt{align-items:flex-start;padding-top:0}}@media screen and (max-width:767px){.commonDialog_wrapperTop__nWAqt{align-items:flex-start;padding-top:0;z-index:10000}}.companyDocumentsGrid_gridStatusBox__2VnU9{margin-top:9px;border-radius:25px;display:flex;justify-content:center;font-weight:700;align-items:center;height:25px}.companyDocumentsGrid_radiusBox__3kEdE{margin-top:10px;width:100%;height:calc(100vh - 300px);border-radius:0;box-shadow:0 2px 5px 3px rgba(0,0,0,.08);background-color:#f0efef}.companyDocumentsGrid_active__2PgTs{background-color:#15a021;color:#fff}.companyDocumentsGrid_readyToScan__1yapE{background-color:#9ccc8b;color:#fff}.companyDocumentsGrid_incomplete__3lpIt{background-color:#c4c4c4;color:#fff}.companyDocumentsGrid_expired__2Z---{background-color:#a01515;color:#fff}.companyDocumentsGrid_refunded__3MBtZ{background-color:#e9a41e;color:#fff}.companyDocumentsGrid_incompleteRentalCar__3QenS{background-color:var(--darkGrey);color:#fff}.companyDocumentsGrid_item__PnD7_{text-align:left;font-size:14px;font-weight:500;border-bottom:1px solid #e6e6e6;padding:0 10px;text-transform:capitalize}.companyDocumentsGrid_topLine__c7cWN{display:flex;align-items:center;justify-content:space-between}.companyDocumentsGrid_btnExport__3UBtx{display:flex;justify-content:center;width:170px;height:36px;background:#fff;border:1px solid var(--mainColor);color:var(--mainColor);font-weight:500;box-shadow:0 1px 5px 2px rgba(0,0,0,.08);border-radius:5px;cursor:pointer;font-size:14px;align-items:center}.companyDocumentsGrid_btnExport__3UBtx:hover{background-color:var(--mainColor);color:#fff;transition:.4s}.companyDocumentsGrid_gridSearch__1LdHV{border-radius:5px;height:36px;background-color:#f5f5f5;border:1px solid #c2c2c2;font-size:14px;outline-style:none;line-height:36px;width:20%;min-width:200px;padding:10px}.companyDocumentsGrid_textSearch__3hoj5 input{width:"25%";padding:"10px 20px"}.companyDocumentsGrid_bulkSelectBox__3-J9r{padding:8px 20px 8px 10px;border:none;-webkit-appearance:none;appearance:none;font-size:14px;font-weight:700;outline-style:none;color:#000;background-color:initial;border-radius:4px;cursor:pointer;background:url(/static/media/dropDownSmall.dcb1b807.svg) no-repeat 100%}.companyDocumentsGrid_bulkSelectBox__3-J9r svg{stroke:var(--mainColor)}.companyDocumentsGrid_bulkSelectBox__3-J9r:hover{background:url(/static/media/dropDownSmallWhite.9c6c2e40.svg) no-repeat 100%;background-color:var(--mainColor);color:#fff}.companyDocumentsGrid_actionBtn__2JZFA{border:none;color:var(--mainColor);background-color:initial;font-weight:500;cursor:pointer;display:flex;margin-top:11px}.companyDocumentsGrid_actionBox__2SL4k{width:100%;height:100%;display:flex;align-items:center}.companyDocumentsGrid_actionBtn__2JZFA svg{margin-top:1px;min-width:14px;max-width:14px;max-height:16px;stroke:var(--mainColor)}.companyDocumentsGrid_menuContainer__enxsi{width:240px;background-color:#f8f8f8;box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #cccfd4}.companyDocumentsGrid_menuItem__1_1NW{height:30px;border-bottom:1px solid #dee2ea;display:flex;align-items:center;cursor:pointer;color:#333;font-size:14px}.companyDocumentsGrid_menuItem__1_1NW:hover{background-color:#dee2ea}.companyDocumentsGrid_itemText__3CZI0{margin-left:16px}.companyDocumentsGrid_selectBox__g8w1A{margin:0 5px;width:77px;border-radius:2px;border:1px solid #bdbdbd;outline-style:none;cursor:pointer;padding:3px;-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/traingleDownSmall.c7ee2cd0.svg) no-repeat 100%}.companyDocumentsGrid_paginationBox__JoO3f{display:flex;justify-content:flex-end;font-size:14px;margin-bottom:10px;margin-top:10px}@media screen and (max-width:767px){.companyDocumentsGrid_topLine__c7cWN{display:flex;align-items:center;justify-content:space-between;padding:0 10px}.companyDocumentsGrid_btnExport__3UBtx{width:130px;font-size:14px}}.companyDocumentsGrid_selectBox__g8w1A option{font-size:14px;font-weight:500}.uploadDocuments_hide__2GKvj{display:none}.uploadDocuments_typeList__1hTTm{display:flex;justify-content:center;flex-wrap:wrap;align-items:center}.uploadDocuments_typeItem__3avSU{width:100%;height:160px;margin-top:20px;border:2px dashed #dfdddd;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.uploadDocuments_uploadInfo__3X-AC{font-size:.8em;line-height:1.5em;margin-top:1em;color:var(--darkGrey)}.uploadDocuments_upperPart__1vxLE{flex:.3 1;color:#fff;font-weight:500;line-height:130%;padding:10px}.uploadDocuments_lowerPart__2UUvd,.uploadDocuments_upperPart__1vxLE{display:flex;justify-content:center;align-items:center;box-sizing:border-box}.uploadDocuments_lowerPart__2UUvd{background-color:#fff;width:100%;border-radius:20px 20px 0 0;padding:0 10px 20px;flex-direction:column;height:100%}.uploadDocuments_uploadImg__3nip4{fill:var(--mainColor);width:100px;height:100px}.uploadDocuments_browseBtn__2fHih{width:100%;border-radius:8px;border:none;background-color:var(--mainColor);color:#fff;height:34px;font-weight:500;margin-top:20px;cursor:pointer}.uploadDocuments_browseBtn__2fHih:hover{background-color:var(--hoverColor);transition:.4s}.uploadDocuments_form__browseBtn__3SUA3{display:block;width:100%;border-radius:8px;border:none;background-color:var(--mainColor);color:#fff;height:26px;font-weight:500;cursor:pointer;padding-top:6px;margin-top:20px}.uploadDocuments_form__browseBtn__3SUA3:hover{background-color:var(--hoverColor);transition:.4s}.uploadDocuments_upload__30AjA{display:block;width:254px;height:43px;border:none;border-radius:10px;background-color:var(--mainColor);color:#fff;font-weight:500;font-size:17px;cursor:pointer;margin:20px auto 0}.uploadDocuments_upload__30AjA:hover{background-color:var(--hoverColor);transition:.4s}.uploadDocuments_upload__30AjA:disabled{background-color:var(--lightGrey)}.uploadDocuments_loading__3Lwk2{width:100%;display:flex;justify-content:center;margin-bottom:50px}.uploadDocuments_uploadWrap__2Iy6Z{position:relative;display:inline-block;overflow:hidden;border-radius:3px;display:flex;justify-content:center;border:none;width:100%}.uploadDocuments_label__3zrz7{width:100%}.uploadDocuments_fileEle__2Xv2A{position:absolute;top:0;right:0;opacity:0;cursor:pointer}.uploadDocuments_fileOpen__2Dzqj{width:100%;height:43px;line-height:43px;text-align:center;color:#fff;background:var(--mainColor)}.uploadDocuments_docName__2-YNA{margin-bottom:10px;max-width:280px}.uploadDocuments_optionalTag__XeNgM{width:150px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#fff}.uploadDocuments_boxUpload__AoDVA{margin-top:30px}.uploadDocuments_itemUpload__3ZQp0{display:flex}.uploadDocuments_passName__66TNa{width:100%;padding-left:20px}.uploadDocuments_passNumberSelector__3Xofo{margin:20px 0}.uploadDocuments_passNumberSelector__3Xofo label{font-weight:700;display:block}.uploadDocuments_passNumberSelector__3Xofo input{width:100%;border:2px solid var(--lightGrey);outline-style:none;font-size:16px;padding:10px;border-radius:5px;box-sizing:border-box}.uploadDocuments_passNumberSelector__3Xofo button{display:block;width:100%;background-color:var(--lightGrey);border:none;margin-top:2px;cursor:pointer;padding:5px 10px;text-align:left;border-radius:5px}@media screen and (min-width:768px) and (max-width:991px){.uploadDocuments_upload__30AjA{width:200px;height:35px;font-size:16px}}@media screen and (max-width:767px){.uploadDocuments_upload__30AjA{width:200px;height:35px;font-size:16px}.uploadDocuments_itemUpload__3ZQp0{display:flex;flex-wrap:wrap;justify-content:center}}.companyDocuments_container__2aq9v{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.companyDocuments_relative__1tjrW{position:relative;min-width:240px;min-height:80px;display:flex;justify-content:center;align-items:center}.companyDocuments_box__3NclH{width:100%;display:flex}.companyDocuments_btnBox__3jlhQ{margin-top:73px;margin-bottom:20px}.companyDocuments_btnBox__3jlhQ a{text-decoration:none}.companyDocuments_btn__3X1Lc{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:80px;cursor:pointer;outline-style:none}.companyDocuments_extendBtn__UgK7s{background-color:initial;color:var(--mainColor);text-align:center;margin:20px 0;border:0;outline:none;display:block;width:100%;cursor:pointer}.companyDocuments_text__xuRH8{font-size:16px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}.companyDocuments_infoBox__nJefA{width:100%;border-radius:0 20px 20px 0}.companyDocuments_subHeader__3MC3P{display:flex;align-items:center;justify-content:space-between;height:103px;width:100%;border-radius:0 20px 0 0}.companyDocuments_subHeaderLeft__34Jrx{display:flex;align-items:center}.companyDocuments_subHeaderRight__3_VV-{padding-right:45px}.companyDocuments_circle__XfZ-6{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.companyDocuments_title__2VIw_{font-size:35px;font-weight:500}.companyDocuments_mainContent__2TzoN{padding:30px 20px}.companyDocuments_subHeaderRight__3_VV- button:hover{background-color:var(--hoverColor)}.companyDocuments_loading__4Zuto{position:relative;width:400px;height:200px}@media screen and (min-width:768px) and (max-width:991px){.companyDocuments_subHeader__3MC3P{border-radius:0}.companyDocuments_mainContent__2TzoN{padding:30px 0}}@media screen and (max-width:767px){.companyDocuments_circle__XfZ-6{box-sizing:border-box;width:16px;height:16px;margin-left:20px}.companyDocuments_title__2VIw_{font-size:20px;font-weight:500}.companyDocuments_subHeader__3MC3P{border-radius:0}.companyDocuments_subHeaderRight__3_VV-{padding-right:10px}.companyDocuments_subHeaderRight__3_VV- button{width:130px;font-size:14px}.companyDocuments_mainContent__2TzoN{padding:30px 0}}.employeesGrid_gridStatusBox__3VGh3{margin-top:9px;border-radius:25px;display:flex;justify-content:center;font-weight:700;align-items:center;height:25px}.employeesGrid_radiusBox__nd2h8{margin-top:10px;width:100%;height:calc(100vh - 300px);border-radius:0;box-shadow:0 2px 5px 3px rgba(0,0,0,.08);background-color:#f0efef}.employeesGrid_active__3m_YW{background-color:#15a021;color:#fff}.employeesGrid_readyToScan__18x5H{background-color:#9ccc8b;color:#fff}.employeesGrid_incomplete__74KqZ{background-color:#c4c4c4;color:#fff}.employeesGrid_expired__1v2ub{background-color:#a01515;color:#fff}.employeesGrid_refunded__ZucfY{background-color:#e9a41e;color:#fff}.employeesGrid_incompleteRentalCar__1SUwk{background-color:var(--darkGrey);color:#fff}.employeesGrid_item__2WBBd{text-align:left;font-size:14px;font-weight:500;border-bottom:1px solid #e6e6e6;padding:0 10px;text-transform:capitalize}.employeesGrid_topLine__1Fy_Z{display:flex;align-items:center;justify-content:space-between}.employeesGrid_topLine__1Fy_Z p{max-width:50%}.employeesGrid_btnExport__MY5gO{display:flex;justify-content:center;width:170px;height:36px;background:#fff;border:1px solid var(--mainColor);color:var(--mainColor);font-weight:500;box-shadow:0 1px 5px 2px rgba(0,0,0,.08);border-radius:5px;cursor:pointer;font-size:14px;align-items:center}.employeesGrid_btnExport__MY5gO:hover{background-color:var(--mainColor);color:#fff;transition:.4s}.employeesGrid_gridSearch__2Z05e{border-radius:5px;height:36px;background-color:#f5f5f5;border:1px solid #c2c2c2;font-size:14px;outline-style:none;line-height:36px;width:20%;min-width:200px;padding:10px}.employeesGrid_textSearch__1Is89 input{width:"25%";padding:"10px 20px"}.employeesGrid_instruction__Ytv3H{font-size:15px}.employeesGrid_bulkSelectBox__3mK4u{padding:8px 20px 8px 10px;border:none;-webkit-appearance:none;appearance:none;font-size:14px;font-weight:700;outline-style:none;color:#000;background-color:initial;border-radius:4px;cursor:pointer;background:url(/static/media/dropDownSmall.dcb1b807.svg) no-repeat 100%}.employeesGrid_bulkSelectBox__3mK4u svg{stroke:var(--mainColor)}.employeesGrid_bulkSelectBox__3mK4u:hover{background:url(/static/media/dropDownSmallWhite.9c6c2e40.svg) no-repeat 100%;background-color:var(--mainColor);color:#fff}.employeesGrid_actionBtn__393kM{border:none;color:var(--mainColor);background-color:initial;font-weight:500;cursor:pointer;display:flex;margin-top:11px}.employeesGrid_actionBox__1dVQB{width:100%;height:100%;display:flex;align-items:center}.employeesGrid_actionBtn__393kM svg{margin-top:1px;min-width:14px;max-width:14px;max-height:16px;stroke:var(--mainColor)}.employeesGrid_menuContainer__fuFPU{width:240px;background-color:#f8f8f8;box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #cccfd4}.employeesGrid_menuItem__mEXD4{height:30px;border-bottom:1px solid #dee2ea;display:flex;align-items:center;cursor:pointer;color:#333;font-size:14px}.employeesGrid_menuItem__mEXD4:hover{background-color:#dee2ea}.employeesGrid_itemText__21v00{margin-left:16px}.employeesGrid_selectBox__xwWgj{margin:0 5px;width:77px;border-radius:2px;border:1px solid #bdbdbd;outline-style:none;cursor:pointer;padding:3px;-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/traingleDownSmall.c7ee2cd0.svg) no-repeat 100%}.employeesGrid_paginationBox__3zBJj{display:flex;justify-content:flex-end;font-size:14px;margin-bottom:10px;margin-top:10px}@media screen and (max-width:767px){.employeesGrid_topLine__1Fy_Z{display:flex;align-items:center;justify-content:space-between;padding:0 10px}.employeesGrid_btnExport__MY5gO{width:130px;font-size:14px}}.employeesGrid_selectBox__xwWgj option{font-size:14px;font-weight:500}.employee_container__1T4HZ{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.employee_box__lS_6P{width:100%;display:flex}.employee_infoBox__yQw7e{width:100%;border-radius:0 20px 20px 0}.employee_subHeader__2RlOK{justify-content:space-between;height:103px;width:100%;border-radius:0 20px 0 0}.employee_subHeader__2RlOK,.employee_subHeaderLeft__3W2Tx{display:flex;align-items:center}.employee_subHeaderRight__omk5G{padding-right:45px}.employee_subHeaderRight__omk5G button:hover{background-color:var(--hoverColor)}.employee_circle__2L8tJ{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.employee_title__1tmOk{font-size:35px;font-weight:500}.employee_mainContent__2Y3Nm{padding:30px 20px}.employee_tableHeader__3P3CB{width:100%;height:74px;border-radius:10px}.employee_tableHeaderItem__1vSh8{font-size:15px;font-weight:500}.employee_tableHeaderItem__1vSh8:first-child{border-top-left-radius:10px}.employee_tableHeaderItem__1vSh8:last-child{border-top-right-radius:10px;width:150px}.employee_item__37LQn{text-align:center;font-size:14px;height:60px;border-bottom:1px solid #e6e6e6}.employee_textCapitalize__PnsU2{text-transform:capitalize}.employee_item__37LQn:first-child{border-left:1px solid #e6e6e6}.employee_item__37LQn:last-child{border-right:1px solid #e6e6e6}.employee_tableRow__1PB3k:last-child .employee_item__37LQn:first-child{border-bottom-left-radius:10px}.employee_tableRow__1PB3k:last-child .employee_item__37LQn:last-child{border-bottom-right-radius:10px}.employee_viewBtn__2J7VP{border:1px solid var(--darkGrey);padding:4px 15px;border-radius:10px;background-color:#fff;cursor:pointer;margin-right:40px}.employee_viewBtn__2J7VP:hover{background-color:var(--lightGrey);transition:.4s}.employee_delBtn__1eUEr{border:none;vertical-align:middle;cursor:pointer;background-color:initial}.employee_delBtn__1eUEr svg{margin-top:0;width:16px;height:16px}@media screen and (min-width:768px) and (max-width:991px){.employee_subHeader__2RlOK{border-radius:0}.employee_mainContent__2Y3Nm{padding:30px 0}.employee_tableHeader__3P3CB{border-radius:0}.employee_tableHeaderItem__1vSh8:first-child{border-top-left-radius:0}.employee_tableHeaderItem__1vSh8:last-child{border-top-right-radius:0;width:150px}.employee_tableRow__1PB3k:last-child .employee_item__37LQn:first-child{border-bottom-left-radius:0}.employee_tableRow__1PB3k:last-child .employee_item__37LQn:last-child{border-bottom-right-radius:0}}@media screen and (max-width:767px){.employee_circle__2L8tJ{box-sizing:border-box;width:16px;height:16px;margin-left:20px}.employee_title__1tmOk{font-size:20px;font-weight:500}.employee_subHeader__2RlOK{border-radius:0}.employee_subHeaderRight__omk5G{padding-right:10px}.employee_subHeaderRight__omk5G button{width:130px;font-size:14px}.employee_mainContent__2Y3Nm{padding:30px 0}.employee_tableBox__3DWvJ{width:100%}.employee_tableHeader__3P3CB{border-radius:0}.employee_tableHeaderItem__1vSh8:first-child{border-top-left-radius:0}.employee_tableHeaderItem__1vSh8:last-child{border-top-right-radius:0;width:150px}.employee_tableRow__1PB3k:last-child .employee_item__37LQn:first-child{border-bottom-left-radius:0}.employee_tableRow__1PB3k:last-child .employee_item__37LQn:last-child{border-bottom-right-radius:0}}.phoneInputWrapper_inputBox__3vJSl{width:100%}.phoneInputWrapper_standardTitle__UMtQv{font-size:18px}.phoneInputWrapper_standardInput__2fR_a{width:100%!important;border:none!important;border-bottom:2px solid var(--lightGrey)!important;border-radius:0!important;font-size:16px!important;height:34px!important}.phoneInputWrapper_standardInput__2fR_a:focus{border-bottom:2px solid var(--mainColor)!important;color:var(--mainColor)}.phoneInputWrapper_smallStandardTitle__2Crr3{font-size:17px}.phoneInputWrapper_smallStandardInput__3h3ZP{width:100%!important;border:none!important;border-bottom:2px solid var(--lightGrey)!important;border-radius:0!important;font-size:14px!important;height:25px!important}.phoneInputWrapper_smallStandardInput__3h3ZP:focus{border-bottom:2px solid var(--mainColor)!important;color:var(--mainColor)}.phoneInputWrapper_materialTitle__2Xb5A{font-size:12px}.phoneInputWrapper_materialInput__13zLZ{width:100%!important;border:none!important;border-bottom:1px solid var(--lightGrey)!important;border-radius:0!important;font-size:14px!important;height:25px!important}.phoneInputWrapper_closedCountryBtn__CvRJy,.phoneInputWrapper_countryBtn__nAbuW{border-radius:none!important;border:2px solid transparent!important;background-color:initial!important}.phoneInputWrapper_closedCountryBtn__CvRJy{margin-left:8px!important}.phoneInputWrapper_closedTitle__2khCK{font-size:14px!important;color:var(--darkGrey);font-weight:500;margin-bottom:8px}.phoneInputWrapper_closedInput__1ewo_{box-sizing:border-box!important;border-radius:100px!important;border:1px solid var(--specialGrey)!important;height:34px!important;overflow:hidden!important;width:100%!important;outline-style:none!important;font-size:16px!important;padding-left:50px!important;color:var(--superDarkGrey)}@media screen and (min-width:768px) and (max-width:991px){.phoneInputWrapper_standardTitle__UMtQv{font-size:16px}.phoneInputWrapper_standardInput__2fR_a{height:30px!important;font-size:14px!important}}@media screen and (max-width:767px){.phoneInputWrapper_standardTitle__UMtQv{font-size:16px}.phoneInputWrapper_standardInput__2fR_a{height:30px!important;font-size:14px!important}.phoneInputWrapper_smallStandardTitle__2Crr3{font-size:14px}.phoneInputWrapper_closedInput__1ewo_{height:28px!important;font-size:14px!important;padding-left:50px!important}}.businessTypesDropdown_label__3Cd9r{font-size:18px;display:flex;flex-direction:column;padding-bottom:5px}.businessTypesDropdown_select__ipBXo{display:flex;height:34px;width:100%;border:none;border-bottom:2px solid var(--lightGrey);outline-style:none;font-size:15px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/dropDown.bf6dd4a1.svg) no-repeat 100%;color:var(--darkGrey);background-color:#f5f5f5;padding-left:10px;margin-top:6px}.businessTypesDropdown_select__ipBXo option{color:var(--darkGrey)}@media screen and (min-width:768px) and (max-width:991px){.businessTypesDropdown_label__3Cd9r{font-size:16px}.businessTypesDropdown_select__ipBXo{height:30px;width:100%;font-size:14px}}@media screen and (max-width:767px){.businessTypesDropdown_label__3Cd9r{font-size:16px}.businessTypesDropdown_select__ipBXo{height:30px;width:100%;font-size:14px}}.UsStateSelect_label__3U-K1{font-size:18px;display:flex;flex-direction:column}.UsStateSelect_select__15o-5{display:flex;height:34px;width:100%;border:none;border-bottom:2px solid var(--lightGrey);outline-style:none;font-size:15px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/dropDown.bf6dd4a1.svg) no-repeat 100%;color:var(--darkGrey);background-color:#f5f5f5;padding-left:10px}.UsStateSelect_select__15o-5 option{color:var(--darkGrey)}@media screen and (min-width:768px) and (max-width:991px){.UsStateSelect_label__3U-K1{font-size:16px}.UsStateSelect_select__15o-5{height:30px;width:100%;font-size:14px}}@media screen and (max-width:767px){.UsStateSelect_label__3U-K1{font-size:16px}.UsStateSelect_select__15o-5{height:30px;width:100%;font-size:14px}}.companyInformationForm_infoBox__rpM9v{display:flex;flex-direction:column;align-items:center}.companyInformationForm_title__y_nPI{font-size:20px;margin-bottom:5px;font-weight:500}.companyInformationForm_subTitle__1w7hs{font-size:14px;text-align:center;font-weight:500}.companyInformationForm_inputBox__1G9Ph{padding:30px;width:60%}.companyInformationForm_flexBox__2gbwk{flex-wrap:wrap}.companyInformationForm_flexBox__2gbwk,.companyInformationForm_inputShortBox__2NpkK{display:flex;justify-content:space-between}.companyInformationForm_inputShort__2CkQ0{width:48%;margin-bottom:17px}.companyInformationForm_inputLong__2HT4B{width:100%;margin-bottom:17px}.companyInformationForm_alertBox__344qb{display:flex;align-items:center;text-align:center;justify-content:center}.companyInformationForm_infoBox__rpM9v h3{width:100%;margin-top:.75rem;margin-bottom:1.5rem}@media screen and (min-width:992px) and (max-width:1199px){.companyInformationForm_inputShortBox__2NpkK{flex-direction:column}.companyInformationForm_inputShort__2CkQ0{width:100%;margin-bottom:17px}}@media screen and (max-width:767px){.companyInformationForm_inputShortBox__2NpkK{flex-direction:column}.companyInformationForm_inputShort__2CkQ0{width:100%;margin-bottom:17px}.companyInformationForm_inputBox__1G9Ph{width:100%;margin-top:15px;padding:20px 20px 30px}}.companyProfile_subHeader__1wWGA{display:flex;align-items:center;height:103px;border-radius:0 20px 0 0}.companyProfile_circle__3FOpL{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.companyProfile_title__1DRCk{font-size:35px;font-weight:500}.companyProfile_form__EIybW{width:100%;display:flex;justify-content:center;margin-top:0;padding-bottom:108px}.companyProfile_innerForm__2pK7n{width:100%}.companyProfile_inputBox__3sI7x{display:flex;justify-content:space-between;margin-bottom:25px}.companyProfile_inputLong__3DEnj{margin-bottom:25px}.companyProfile_inputShort__2G0H5{width:48%}.companyProfile_alert__1UWaa{font-size:14px;text-align:center;margin-left:8px}.companyProfile_alertBox__3IWN9{display:flex;align-items:center;justify-content:center}.companyProfile_btn_small__2ZsDU{height:43px;width:200px;border:none;border-radius:10px;font-size:18px;margin:43px auto auto;cursor:pointer;outline-style:none;font-weight:500}.companyProfile_btnBox__ZoIHl{text-align:center}.companyProfile_btn__GHyFD:hover{background-color:var(--hoverColor);color:#fff;transition-duration:.4s}.companyProfile_alertLine__1vVtp{text-align:center;margin-bottom:10px}@media screen and (min-width:768px) and (max-width:991px){.companyProfile_subHeader__1wWGA{border-radius:0}.companyProfile_innerForm__2pK7n{width:80%}}@media screen and (min-width:992px) and (max-width:1199px){.companyProfile_innerForm__2pK7n{width:80%}}@media screen and (max-width:767px){.companyProfile_circle__3FOpL{width:16px;height:16px;margin-left:20px}.companyProfile_title__1DRCk{font-size:20px;font-weight:500}.companyProfile_subHeader__1wWGA{border-radius:0}.companyProfile_form__EIybW{width:100%;margin-top:30px}.companyProfile_innerForm__2pK7n{width:80%}.companyProfile_inputShort__2G0H5{width:100%;margin-bottom:18px}.companyProfile_inputBox__3sI7x{flex-direction:column;margin-bottom:0}.companyProfile_btn__GHyFD{width:50%;font-size:16px}}.companyProfile_alertMsg__2U-IS{width:550px;text-align:center;margin:auto}.registrationNavHeader_navHeaderBox__2T_xs{display:flex;flex-direction:column;align-items:center;text-align:center}.registrationNavHeader_titleGrey__2947u{display:flex;justify-content:center;font-size:26px;font-weight:500;margin-top:32px}.registrationNavHeader_titleBlue__3yELe{margin-left:7px}.registrationNavHeader_registrationBox__JItQ6{display:flex;justify-content:center;margin-bottom:40px}.registrationNavHeader_text__3E9Bl{font-size:15px;margin-top:10px;max-width:855px;line-height:150%;font-weight:500}.registrationNavHeader_iconBox__2vpno{display:flex;margin-top:0;width:100%;justify-content:space-evenly;align-items:center}.registrationNavHeader_line__2mxS2{height:4px;width:68px;border-radius:4px}.registrationNavHeader_title__3mSeL{margin-top:40px;margin-bottom:9px;font-size:25px;font-weight:500}.registrationNavHeader_subTitle__257Cg{font-size:16px;max-width:825px;font-weight:500;line-height:150%}.registrationNavHeader_instructionBox__-y17C{display:flex;justify-content:space-between}.registrationNavHeader_leftText__3akQ7{flex:.5 1}.registrationNavHeader_rightText__UL-lH{flex:.45 1}.registrationNavHeader_leftText__3akQ7 p{text-align:justify;margin-bottom:20px;font-size:15px;line-height:140%}.registrationNavHeader_rightText__UL-lH p{text-align:justify;margin-bottom:10px;font-size:15px;line-height:140%}.registrationNavHeader_instructionTitle__2uj0Z{font-weight:600;color:#000}@media screen and (max-width:767px){.registrationNavHeader_line__2mxS2{height:3px;width:10%;border-radius:4px}.registrationNavHeader_titleGrey__2947u{font-size:20px;margin-top:20px}.registrationNavHeader_text__3E9Bl{font-size:14px;margin:0 16px}.registrationNavHeader_iconBox__2vpno{display:flex;margin-top:15px;width:100%;flex-wrap:wrap;justify-content:space-evenly;align-items:center}.registrationNavHeader_title__3mSeL{margin-top:20px;font-size:20px}.registrationNavHeader_subTitle__257Cg{font-size:14px;max-width:574px}.registrationNavHeader_instructionBox__-y17C{display:flex;flex-direction:column}.registrationNavHeader_leftText__3akQ7{flex:1 1;margin-bottom:20px}.registrationNavHeader_rightText__UL-lH{flex:1 1}.registrationNavHeader_leftText__3akQ7 p{text-align:justify;margin-bottom:20px;font-size:15px;line-height:120%}.registrationNavHeader_rightText__UL-lH p{text-align:justify;margin-bottom:10px;font-size:15px;line-height:120%}.registrationNavHeader_instructionTitle__2uj0Z{font-weight:600;color:#000}}.registrationNavTile_defaultSvg__2Jaid{stroke:#bdbdbd;fill:#bdbdbd}.registrationNavTile_successSvg__32Shx{stroke:var(--sucessColor);fill:green}.registrationNavTile_activeSvg__2ndSQ{stroke:var(--thirdColor);fill:var(--thirdColor)}.registrationNavTile_icon__bdhxo svg{height:50px}.registrationNavTile_title__rVP_X{font-size:18px;font-weight:500}.registrationNavTile_text__1PaTm{font-size:14px;font-weight:500}.registrationNavTile_clickedIconYellow__2LXlL svg{-webkit-filter:drop-shadow(var(--thirdColor) 10000px 0);filter:drop-shadow(var(--thirdColor) 10000px 0);-webkit-transform:translateX(-10000px);transform:translateX(-10000px);overflow:hidden}.registrationNavTile_clickedIconGreen__7Y0CY svg{-webkit-filter:drop-shadow(var(--sucessColor) 10000px 0);filter:drop-shadow(var(--sucessColor) 10000px 0);-webkit-transform:translateX(-10000px);transform:translateX(-10000px);overflow:hidden}.registrationNavTile_lineInvisible__3Nszg{width:89px;height:10px;visibility:hidden;margin-top:15px}.registrationNavTile_line__1dk8J{width:89px;height:7px;background-color:var(--thirdColor);margin:15px auto 0;border-radius:13px}@media screen and (min-width:768px) and (max-width:991px){.registrationNavTile_icon__bdhxo svg{height:50px}.registrationNavTile_title__rVP_X{font-size:20px}.registrationNavTile_text__1PaTm{font-size:14px;font-weight:500}}@media screen and (max-width:767px){.registrationNavTile_icon__bdhxo svg{height:40px}.registrationNavTile_title__rVP_X{font-size:16px}.registrationNavTile_text__1PaTm{font-size:12px;font-weight:500;height:20px}.registrationNavTile_lineInvisible__3Nszg{width:50px;height:5px;visibility:hidden;margin-top:10px}.registrationNavTile_line__1dk8J{width:50px;height:5px;background-color:var(--thirdColor);margin:10px auto 0;border-radius:13px}}.registrationHome_container__1VXvu{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.registrationHome_box__1RHmB{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.registrationHome_flexBox__3vk9R{width:100%;margin-top:40px}.registrationHome_boxLeft__1GiDF{margin-right:10%;width:50%}.registrationHome_boxRight__2Rpkh{width:50%}.registrationHome_btn__2eK1-{width:254px;margin-top:60px}@media screen and (min-width:992px) and (max-width:1199px){.registrationHome_box__1RHmB{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.registrationHome_flexBox__3vk9R{flex-direction:column;align-items:center;margin-top:20px}.registrationHome_box__1RHmB{width:100%;border-radius:0;margin-top:230px;min-width:320px}.registrationHome_boxLeft__1GiDF{width:100%;margin-right:0;margin-bottom:20px}.registrationHome_boxRight__2Rpkh{width:100%}.registrationHome_btn__2eK1-{width:200px;margin-top:116px;display:flex;justify-content:center}}@media screen and (max-width:767px){.registrationHome_flexBox__3vk9R{flex-direction:column;align-items:center;margin-top:20px}.registrationHome_box__1RHmB{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.registrationHome_boxLeft__1GiDF{width:80%;margin-right:0;margin-bottom:20px}.registrationHome_boxRight__2Rpkh{width:100%}.registrationHome_btn__2eK1-{width:200px;margin-top:25px;display:flex;justify-content:center}}.communityOrientation_container__NP1N4{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.communityOrientation_box__1hpOi{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.communityOrientation_flexBox__3YVtW{width:100%;display:flex;justify-content:center;margin-top:20px}.communityOrientation_boxLeft__2HzY_{margin-right:10%;width:50%}.communityOrientation_boxRight__3faEK{width:50%;display:flex;flex-direction:column;align-items:center}.communityOrientation_btn__NlFF-{width:254px;margin-top:20px}.communityOrientation_LMSWindow__2NQnv{width:90%;height:600px;background-color:grey;border-radius:15px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:x-large}.communityOrientation_LMSWindow__2NQnv iframe{width:100%;height:100%;border:1px solid #c4c4c4}@media screen and (min-width:992px) and (max-width:1199px){.communityOrientation_box__1hpOi{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.communityOrientation_flexBox__3YVtW{flex-direction:column;align-items:center;margin-top:20px}.communityOrientation_box__1hpOi{width:100%;border-radius:0;margin-top:230px;min-width:320px}.communityOrientation_boxLeft__2HzY_{width:100%;margin-right:0;margin-bottom:20px}.communityOrientation_boxRight__3faEK{width:100%}.communityOrientation_btn__NlFF-{width:200px;margin-top:116px;display:flex;justify-content:center}}@media screen and (max-width:767px){.communityOrientation_flexBox__3YVtW{flex-direction:column;align-items:center;margin-top:30px}.communityOrientation_box__1hpOi{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.communityOrientation_boxLeft__2HzY_{width:80%;margin-right:0;margin-bottom:20px}.communityOrientation_boxRight__3faEK{width:100%}.communityOrientation_btn__NlFF-{width:200px;margin-top:20px;display:flex;justify-content:center}.communityOrientation_LMSWindow__2NQnv{width:100%;height:400px;background-color:grey;border-radius:0}}.addDoc_hide__3cLYG{display:none}.addDoc_typeList__3-xSp{flex-wrap:wrap}.addDoc_typeItem__1c2hL,.addDoc_typeList__3-xSp{display:flex;justify-content:center;align-items:center}.addDoc_typeItem__1c2hL{width:100%;height:160px;margin-top:20px;border:2px dashed #dfdddd;text-align:center;flex-direction:column;overflow:hidden}.addDoc_uploadInfo__3elX5{font-size:.8em;line-height:1.5em;margin-top:1em;color:var(--darkGrey)}.addDoc_upperPart__1ET1Y{flex:.3 1;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;line-height:130%;box-sizing:border-box;padding:10px}.addDoc_lowerPart__22te1{box-sizing:border-box;background-color:#fff;width:100%;flex:.7 1;border-radius:20px 20px 0 0;padding:0 10px 20px}.addDoc_dragTitle__3yYfW{font-size:20px;color:grey;margin:30px 10px 10px}.addDoc_dragSubTitle__xDOZV{font-size:18px;color:grey}.addDoc_uploadImg__THX9h{fill:var(--mainColor);width:100px;height:100px}.addDoc_addBtn__2yBTq{width:50%;border-radius:8px;border:none;background-color:var(--mainColor);color:#fff;height:40px;font-weight:500;margin-top:20px;cursor:pointer}.addDoc_addBtn__2yBTq:hover{background-color:var(--hoverColor);transition:.4s}.addDoc_addBtn__2yBTq:disabled{background-color:grey;transition:.4s}.addDoc_browseBtn__qTcBg{width:200px;border-radius:8px;border:none;background-color:var(--mainColor);color:#fff;height:34px;font-weight:500;margin-top:20px;cursor:pointer}.addDoc_browseBtn__qTcBg:hover{background-color:var(--hoverColor);transition:.4s}.addDoc_form__browseBtn__1lz3a{display:block;width:100%;border-radius:8px;border:none;background-color:var(--mainColor);color:#fff;height:26px;font-weight:500;cursor:pointer;padding-top:6px;margin-top:20px}.addDoc_form__browseBtn__1lz3a:hover{background-color:var(--hoverColor);transition:.4s}.addDoc_upload__3zWax{display:block;width:254px;height:43px;border:none;border-radius:10px;background-color:var(--mainColor);color:#fff;font-weight:500;font-size:17px;cursor:pointer;margin:20px auto 0}.addDoc_upload__3zWax:hover{background-color:var(--hoverColor);transition:.4s}.addDoc_upload__3zWax:disabled{background-color:var(--lightGrey)}.addDoc_loading__3l94C{width:100%;display:flex;justify-content:center;margin-bottom:50px}.addDoc_uploadWrap__1lTY7{position:relative;display:inline-block;overflow:hidden;border-radius:3px;display:flex;justify-content:center;border:none;width:100%}.addDoc_label__1DIPP{width:100%}.addDoc_fileEle__18-vp{position:absolute;top:0;right:0;opacity:0;cursor:pointer}.addDoc_fileOpen__3lGi0{width:100%;height:43px;line-height:43px;text-align:center;color:#fff;background:var(--mainColor)}.addDoc_docName__E9GjS{margin-bottom:10px;max-width:280px}.addDoc_optionalTag__3ebxn{width:150px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#fff}.addDoc_boxUpload__sdcJ3{margin-top:30px}.addDoc_itemUpload__381cR{display:flex}.addDoc_passName__2LOn7{width:100%;padding-left:20px}.addDoc_passNumberSelector__3q9mQ{margin:20px 0}.addDoc_passNumberSelector__3q9mQ label{font-weight:700;display:block}.addDoc_passNumberSelector__3q9mQ input{width:100%;border:2px solid var(--lightGrey);outline-style:none;font-size:16px;padding:10px;border-radius:5px;box-sizing:border-box}.addDoc_passNumberSelector__3q9mQ button{display:block;width:100%;background-color:var(--lightGrey);border:none;margin-top:2px;cursor:pointer;padding:5px 10px;text-align:left;border-radius:5px}.addDoc_relative__3vcc5{position:relative;min-width:240px;min-height:80px;display:flex;justify-content:center;align-items:center}.addDoc_heading__3BiSg{padding-top:2px;margin-bottom:20px}.addDoc_uploadBox__3uCoD{margin-top:40px}.addDoc_mainDiv__xCDoX{padding:20px}.addDoc_removeBtn__3HjVo{display:flex;flex-direction:column;justify-content:flex-end;margin-left:5px}.addDoc_removeBtn__3HjVo svg{stroke:red}.addDoc_uploadBox__3uCoD input{height:32px}.addDoc_uploadBox__3uCoD input,.addDoc_uploadBox__3uCoD select{border-radius:2px;border:1px solid #d9d9d9;border:1px solid var(--Neutral-5,#d9d9d9);width:302px;margin-bottom:10px;margin-right:5px}.addDoc_uploadBox__3uCoD select{height:34px}@media screen and (min-width:768px) and (max-width:991px){.addDoc_upload__3zWax{width:200px;height:35px;font-size:16px}}@media screen and (max-width:767px){.addDoc_upload__3zWax{width:200px;height:35px;font-size:16px}.addDoc_itemUpload__381cR{display:flex;flex-wrap:wrap;justify-content:center}}.specialInstruction_instructionContainer__2Avj5{margin-top:50px}.specialInstruction_tooltip__2JhSg{position:relative;display:inline-block;width:25px;height:25px;background:url(/static/media/question-icon.35b8029f.svg);top:5px}.specialInstruction_instructionText__2W88T{margin-top:1rem}.specialInstruction_tooltip__2JhSg .specialInstruction_tooltiptext__2GBh9{visibility:hidden;width:350px;background-color:#fff;color:#000;text-align:center;padding:5px;border-radius:6px;top:50%;left:150%;border:1px solid grey;position:absolute;z-index:1;font-size:13px;line-height:1.6;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.specialInstruction_tooltip__2JhSg .specialInstruction_tooltiptext__2GBh9.specialInstruction_tootltipImg__1P5EN{width:680px}.specialInstruction_tooltipContainer__2OZJH{position:relative;display:flex;align-items:center;margin-top:10px}.specialInstruction_instcutionImg__209ds{width:680px;height:auto}.specialInstruction_tooltip__2JhSg .specialInstruction_tooltiptext__2GBh9:after{content:" ";position:absolute;top:50%;right:100%;margin-top:-5px;border:5px solid transparent;border-right-color:#000}.specialInstruction_tooltip__2JhSg:hover .specialInstruction_tooltiptext__2GBh9{visibility:visible}.uploadDocuments_container__1VdnA{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.uploadDocuments_form__2Z3qt{width:64%}.uploadDocuments_box__qibCt{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.uploadDocuments_navHeaderBox__1SEBh{display:flex;flex-direction:column;align-items:center;text-align:center}.uploadDocuments_titleGrey__2oRqw{display:flex;justify-content:center;font-size:26px;font-weight:500;margin-top:32px}.uploadDocuments_titleBlue__2aR6L{margin-left:7px}.uploadDocuments_text__35Lvn{font-size:15px;margin-top:10px;max-width:855px;line-height:150%;font-weight:500}.uploadDocuments_title__2x05j{margin-top:40px;margin-bottom:9px;font-size:25px;font-weight:500}.uploadDocuments_subTitle__24AhK{font-size:16px;max-width:574px;font-weight:500;line-height:150%}.uploadDocuments_addBtnBox__odZxG{display:flex;justify-content:center;margin-top:20px;margin-bottom:20px}.uploadDocuments_addBtnImg__1xrnl{width:25px;height:25px;fill:var(--mainColor);margin-top:0}.uploadDocuments_uploadedFilesBox__2XKC3{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;grid-row-gap:1rem;row-gap:1rem;grid-column-gap:2rem;-webkit-column-gap:2rem;column-gap:2rem;-webkit-column-count:2;column-count:2;margin-bottom:1rem}.uploadDocuments_uploadedFilesBox__2XKC3>div{position:relative;text-align:center;padding:.25rem 1rem;background-color:#d3d3d3;border-style:none;border-radius:10px}.uploadDocuments_uploadedFilesBox__2XKC3>div>button{position:absolute;top:-8px;right:-8px;height:16px;width:16px;padding:0;border-style:none;border-radius:100%;background-color:red;cursor:pointer}.uploadDocuments_uploadedFilesBox__2XKC3>div>button>svg{margin:1px;padding:0;height:14px;width:14px}.uploadDocuments_uploadBox__3B-qq{display:flex;justify-content:center;width:80%;flex-wrap:wrap}.uploadDocuments_instructionBox__12wOO{margin-right:30px}.uploadDocuments_isleworhtDocContainer__2z663 .uploadDocuments_instructionBox__12wOO{max-width:41%}.uploadDocuments_isleworhtDocContainer__2z663 .uploadDocuments_form__2Z3qt{max-width:55%}.uploadDocuments_isleworhtDocContainer__2z663{width:100%}@media screen and (min-width:992px) and (max-width:1199px){.uploadDocuments_box__qibCt{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.uploadDocuments_box__qibCt{width:100%;border-radius:0;margin-top:230px;min-width:320px}.uploadDocuments_form__2Z3qt{width:100%}}@media screen and (max-width:767px){.uploadDocuments_box__qibCt{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.uploadDocuments_form__2Z3qt{width:100%}}.companyInformationReview_infoFormBox__1pmeo{width:70%}.companyInformationReview_header__3BUF6{height:40px;border-radius:10px;display:flex;align-items:center;font-size:14px;font-weight:500;position:relative}.companyInformationReview_title__kUQOH{font-size:14px;font-weight:500;margin-left:4%}.companyInformationReview_btnEdit__T2YX5{position:absolute;right:16px}.companyInformationReview_tableBox__3jBXe{margin-top:20px}.companyInformationReview_tableBox__3jBXe th{text-align:left;font-size:16px;font-weight:500;padding-bottom:8px}.companyInformationReview_tableBox__3jBXe tr{height:50px;margin-bottom:16px}.companyInformationReview_flexBox__iBAcZ{flex:1 1}.companyInformationReview_input__1Nypv{background-color:#fff;border:none;font-size:16px;outline-color:var(--specialGrey)}.companyInformationReview_reviewTitle__3LNu-{font-size:20px;margin-bottom:5px;font-weight:500;text-align:center}.companyInformationReview_subTitle__1zGGq{font-size:14px;text-align:center;font-weight:500;margin-bottom:32px}.companyInformationReview_editDocBtn__3WsUi{width:100%;display:flex;justify-content:center;margin-top:20px}.companyInformationReview_editDocBtn__3WsUi button{padding:0 40px}.companyInformationReview_inforBox__89zVj{display:flex;flex-direction:column}.companyInformationReview_companyInfo__label__2OdsT{font-size:16px;font-weight:500;text-transform:uppercase;margin-bottom:10px}.companyInformationReview_companyInfo__row__1B279{margin-bottom:25px;margin-top:25px}@media screen and (max-width:767px){.companyInformationReview_infoFormBox__1pmeo{width:100%}.companyInformationReview_input__1Nypv{margin-left:5%;font-size:14px}.companyInformationReview_tableBox__3jBXe th{text-align:right;font-size:15px;font-weight:500}.companyInformationReview_subTitle__1zGGq{margin-bottom:15px}}.secureCheckout_container__tGGnn{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.secureCheckout_box__1vEvm{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.secureCheckout_flexBox__3ajjV{width:100%;display:flex;justify-content:center;margin-top:20px}.secureCheckout_boxLeft__3fjWy,.secureCheckout_boxRight__1N7ra{width:50%;display:flex;flex-direction:column;align-items:center}.secureCheckout_btn__3mLzp{width:254px;margin-top:20px}.secureCheckout_passSummary__2481h{width:100%;margin-bottom:25px}.secureCheckout_paymentBox__2wgi_{box-sizing:border-box;width:30%;margin-left:20px;margin-right:20px;display:flex;flex-direction:column;align-items:center}.secureCheckout_paymentDetails__2k1IF{width:80%;border:2px solid var(--mediumGrey);padding:20px 44px;margin-top:20px;border-radius:20px}.secureCheckout_totalBox__3pDX-{display:flex;justify-content:space-between}.secureCheckout_totalBox__3pDX- h4{font-size:18px;color:var(--superDarkGrey)}@media screen and (min-width:992px) and (max-width:1199px){.secureCheckout_box__1vEvm{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.secureCheckout_flexBox__3ajjV{flex-direction:column;align-items:center;margin-top:60px}.secureCheckout_box__1vEvm{width:100%;border-radius:0;margin-top:230px;min-width:320px}.secureCheckout_boxLeft__3fjWy{width:100%;margin-right:0;margin-bottom:20px}.secureCheckout_boxRight__1N7ra{width:100%}.secureCheckout_btn__3mLzp{width:200px;margin-top:20px;display:flex;justify-content:center}}@media screen and (max-width:767px){.secureCheckout_flexBox__3ajjV{flex-direction:column;align-items:center;margin-top:20px}.secureCheckout_box__1vEvm{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.secureCheckout_boxLeft__3fjWy{width:80%;margin-right:0;margin-bottom:20px}.secureCheckout_boxRight__1N7ra{width:100%}.secureCheckout_btn__3mLzp{width:200px;margin-top:20px;display:flex;justify-content:center}}.paymentInfoForm_box__2E7hp,.paymentInfoForm_infoBox__1MdUE{display:flex;flex-direction:column;align-items:center}.paymentInfoForm_infoBox__1MdUE{padding:20px 49px;border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);width:60%;margin-top:25px}.paymentInfoForm_paymentTitle__2QMVe{display:flex;align-items:center;margin-bottom:25px}.paymentInfoForm_active__1kEBV{border:1px solid #28ae2d;border-radius:6px;background-color:#e1efe2;font-weight:600;color:#000}.paymentInfoForm_active__1kEBV,.paymentInfoForm_inactive__1y3ZK{box-sizing:border-box;width:100%;height:110px;padding:0 5px;cursor:pointer;display:flex;flex-direction:column;align-items:center}.paymentInfoForm_inactive__1y3ZK{border:1px solid #636365;border-radius:6px;margin-bottom:20px;background-color:#fff}.paymentInfoForm_icon__15IiH svg{margin-top:0;margin-right:10px}.paymentInfoForm_cardIcon__1nn1z svg{height:39px;margin-top:10px}.paymentInfoForm_buttonTitle__o3cGY{margin-top:10px;color:#000;text-align:center}.paymentInfoForm_title__wYpRg{font-size:18px;font-weight:500;margin-bottom:0}.paymentInfoForm_methodTitle__1rY8Z{margin-bottom:20px}.paymentInfoForm_innerBox__iWUa1{box-sizing:border-box;width:100%;margin-bottom:20px}.paymentInfoForm_dropDownBox__u6L3L{background-color:#f6f6f6;padding:10px}.paymentInfoForm_inputShortBox__3QMbn{display:flex;justify-content:space-between}.paymentInfoForm_inputLong__38WeK{margin-bottom:10px}.paymentInfoForm_inputShort__5isDh{width:48%;margin-bottom:10px}.paymentInfoForm_cardBox__3es4b{width:80%;margin-top:20px}.paymentInfoForm_cardInnerBox__2Btug{margin-left:30px}.paymentInfoForm_cardTitle__2tFDz{font-size:16px;font-weight:500;margin-bottom:10px}.paymentInfoForm_imgBox__3n2F9{display:flex;justify-content:space-between;margin-right:30px;margin-bottom:10px}.paymentInfoForm_cardDescription__34dlK{font-size:14px}.paymentInfoForm_img__XXs41{width:50px}.paymentInfoForm_paymentType__29m2m{display:flex;align-items:center;margin:8px 0 20px}.paymentInfoForm_checkBox__3aFzk{border-radius:4px}.paymentInfoForm_radioInput__102Wq{cursor:pointer;-webkit-appearance:none;appearance:none;min-width:18px;height:18px;background-color:var(--lightGrey);border-radius:18px}.paymentInfoForm_radioInput__102Wq:checked{background:url(/static/media/radioChecked.c3daa6f0.svg) no-repeat 50%}.paymentInfoForm_cashInstructions__1t9-h{font-weight:500;color:var(--darkGrey)}.paymentInfoForm_instruction__2YWEc{background-color:#fdeaea;border:1px solid #8b2e3a;color:#8b2e3a;border-radius:6px;margin-top:10px;padding:10px;line-height:150%}.paymentInfoForm_textColorDanger__1Y_Zl{padding-top:5px;color:red}@media screen and (min-width:992px) and (max-width:1199px){.paymentInfoForm_icon__15IiH svg{margin-top:0;margin-right:10px;width:30px}.paymentInfoForm_cardInnerBox__2Btug{margin-left:0}.paymentInfoForm_imgBox__3n2F9{margin-right:0}.paymentInfoForm_infoBox__1MdUE{box-sizing:border-box;padding:10px;border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);width:85%;display:flex;flex-direction:column;align-items:center;margin-top:25px}}@media screen and (min-width:768px) and (max-width:991px){.paymentInfoForm_icon__15IiH svg{margin-top:0;margin-right:10px;width:30px}.paymentInfoForm_cardInnerBox__2Btug{margin-left:60px;margin-right:60px}.paymentInfoForm_imgBox__3n2F9{margin-right:0}.paymentInfoForm_box__2E7hp{display:flex;flex-direction:column;align-items:center;width:72%}.paymentInfoForm_infoBox__1MdUE{box-sizing:border-box;padding:30px 50px;border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);width:100%;display:flex;flex-direction:column;align-items:center;margin-top:25px}}@media screen and (max-width:767px){.paymentInfoForm_infoBox__1MdUE{box-sizing:border-box;width:100%;padding:10px}.paymentInfoForm_title__wYpRg{font-size:16px}.paymentInfoForm_inputShortBox__3QMbn{flex-direction:column}.paymentInfoForm_inputShort__5isDh{width:100%}.paymentInfoForm_cardInnerBox__2Btug{margin-left:0;margin-right:0}.paymentInfoForm_cardTitle__2tFDz{font-size:16px;font-weight:500;margin-bottom:20px}.paymentInfoForm_cardBox__3es4b{display:flex;justify-content:center}.paymentInfoForm_cardInnerBox__2Btug{width:100%}.paymentInfoForm_img__XXs41{width:50px}.paymentInfoForm_cardDescription__34dlK{font-size:14px}.paymentInfoForm_paymentTitle__2QMVe{display:flex;align-items:center;margin-bottom:0}.paymentInfoForm_icon__15IiH svg{margin-top:0;margin-right:10px;width:30px}}.orderSummary_container__wb_H5{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.orderSummary_box__1b-NX{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.orderSummary_flexBox__2Xm7X{width:100%;display:flex;justify-content:center;margin-top:20px}.orderSummary_boxLeft__2GyaD,.orderSummary_boxRight__3F-nn{width:50%;display:flex;flex-direction:column;align-items:center}.orderSummary_infoBox__2v9Bh,.orderSummary_passList__228HZ{display:flex;align-items:center;flex-direction:column}.orderSummary_infoBox__2v9Bh{border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);margin-right:0;margin-top:24px;width:82%;overflow:hidden}.orderSummary_innerInfoBox__qF82y{padding:30px 50px}.orderSummary_title__12JWo{font-size:24px;margin-bottom:7px;text-align:center}.orderSummary_text__2GET4{text-align:center;font-size:14px;margin-bottom:36px}.orderSummary_infoBoxImg__3B44e{max-width:100%;margin:0 auto}.orderSummary_navHeaderBox__2sDnJ{display:flex;flex-direction:column;align-items:center;text-align:center}.orderSummary_titleGrey__27clD{display:flex;justify-content:center;font-size:26px;font-weight:500;margin-top:32px}.orderSummary_titleBlue__3Edca{margin-left:7px}.orderSummary_text__2GET4{font-size:15px;margin-top:10px;max-width:855px;line-height:150%;font-weight:500}.orderSummary_title__12JWo{margin-bottom:9px;font-size:25px;font-weight:500}.orderSummary_subTitle__3QrgY{font-size:16px;max-width:574px;font-weight:500;line-height:150%}.orderSummary_btnBox__357Yk button{padding:0 20px}.orderSummary_btn__1h4so{margin-bottom:10px}.orderSummary_btnContinue__NUShr{width:254px;margin-top:60px}.orderSummary_instruction__2l5TM{box-sizing:border-box;width:80%;margin-top:10px;background-color:#f6f6f6;padding:5px;border-radius:10px}.orderSummary_passImage__2XC1v{width:100%}@media screen and (min-width:992px) and (max-width:1199px){.orderSummary_box__1b-NX{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.orderSummary_box__1b-NX{width:100%;border-radius:0;margin-top:230px;min-width:320px}.orderSummary_btnBox__357Yk button{padding:0}.orderSummary_flexBox__2Xm7X{flex-direction:column;align-items:center}.orderSummary_boxLeft__2GyaD{margin-right:0;width:68%}.orderSummary_infoBox__2v9Bh{box-sizing:border-box;width:100%}.orderSummary_boxRight__3F-nn{box-sizing:border-box;width:90%;order:-1}.orderSummary_btn__1h4so button{width:100%}}@media screen and (max-width:767px){.orderSummary_box__1b-NX{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.orderSummary_flexBox__2Xm7X{flex-direction:column;align-items:center}.orderSummary_boxLeft__2GyaD{margin-right:0;width:90%}.orderSummary_infoBox__2v9Bh{box-sizing:border-box;width:100%}.orderSummary_btnBox__357Yk button{padding:0}.orderSummary_btn__1h4so button{width:100%}.orderSummary_boxRight__3F-nn{box-sizing:border-box;width:90%;order:-1}.orderSummary_instruction__2l5TM{width:100%}.orderSummary_innerInfoBox__qF82y{padding:10px}}.confirmRenewDialog_content__2FftC{text-align:center;padding:10px}.confirmRenewDialog_title__3ulVK{margin-bottom:20px}.confirmRenewDialog_cost__2rstT{margin:20px 0}.confirmRenewDialog_btnBox__5a649{display:flex;justify-content:space-between;margin-top:50px}.confirmRenewDialog_btnRenew__3QzUv{width:141px;height:35px;background-color:var(--mainColor);color:#fff;border:none;border-radius:5px;cursor:pointer}.confirmRenewDialog_btnCancel__3DHy6{width:141px;height:35px;background-color:#fff;color:var(--mainColor);border:none;border-radius:5px;border:1px solid var(--mainColor);cursor:pointer}.confirmRenewDialog_passNumber__1W1Ty{margin-bottom:5px}.confirmRenewDialog_number__tNbS8{color:var(--mainColor);font-weight:500;padding-left:5px}@media screen and (max-width:767px){.confirmRenewDialog_btnBox__5a649{display:flex;flex-direction:column;align-items:center}.confirmRenewDialog_btnCancel__3DHy6{margin-top:10px}}.passGenerator_flexBox__Oj-AT{width:100%;display:flex}.passGenerator_container__1-haT{width:100%;display:flex;justify-content:center}.passGenerator_passBox__QSOhI{width:100%}.passGenerator_pass__2vfpG{display:flex;flex-direction:column;align-items:center;padding:20px 40px}.passGenerator_logoBox___6-mI{width:100%;display:flex;justify-content:center;margin-bottom:5px}.passGenerator_logo__16eaH{height:100px}.passGenerator_title__OZXkQ{text-align:center;margin-top:0;font-size:18px;font-weight:500}.passGenerator_subtitle__1BJnb{text-align:center;margin-top:5px;font-size:13px;font-weight:500}.passGenerator_validFromBox__225EB{margin-top:8px;padding-left:7px;padding-bottom:5px;border-bottom:1px dashed #c4c4c4}.passGenerator_validFrom__2btjk{font-size:14px;font-weight:400;margin-right:5px;margin-bottom:5px}.passGenerator_validFromItems__28E48{font-weight:700;color:#000;font-size:14px}.passGenerator_validToBox__3b0p4{margin-top:8px;padding-left:7px;padding-bottom:5px}.passGenerator_infoBox__1mMvj{width:100%;background-color:#f8f8f8;border-radius:10px;margin-top:10px}.passGenerator_info__RMnys{padding:5px 10px;width:47.5%;line-height:1.5em}.passGenerator_invisiableBox__2HJ8f{width:5%}.passGenerator_fullWidth__3hi_0{width:100%}.passGenerator_infoBox__1mMvj .passGenerator_Row__2rGYg:last-child{border-bottom:none}.passGenerator_Row__2rGYg{display:flex;justify-content:space-between;padding:5px 0;min-height:44px;border-bottom:1px dashed #c4c4c4}.passGenerator_name__UJmGR{font-size:14px;font-weight:400}.passGenerator_nameitem__2nRth{font-size:14px;font-weight:700}.passGenerator_contentTitle__pBgra{font-weight:400;font-size:13px}.passGenerator_content__26UD8{font-weight:700;font-size:14px}.passGenerator_btnBox__3QmD1{display:flex;width:34%;margin-left:55%}.passGenerator_btnShare__1RFtt{width:254px;margin-right:30px}.passGenerator_btnDownload__2ILpT{width:254px}.passGenerator_footerTitle__3yZDc{font-size:13px;text-align:center;margin-top:10px}.passGenerator_passForm__35oPq{width:38%;margin-left:2%;margin-top:40px}.passGenerator_boxTop__3O_h-{width:80%;display:flex;justify-content:center}.passGenerator_qrCode__3sLzT{width:100%}.passGenerator_timeBox__2gwLr{width:100%;background-color:#f8f8f8;border-radius:10px;margin-top:10px}.passGenerator_passImg__VZYJL{width:100%}.passGenerator_passImgBox__u-kr5{width:350px;border-radius:20px;overflow:hidden}.passGenerator_loaderBuffer__oqbDM{height:75px;display:flex;justify-content:center}@media screen and (max-width:767px){.passGenerator_title__OZXkQ{font-size:18px}.passGenerator_subtitle__1BJnb{text-align:center;margin-top:5px;font-size:13px;font-weight:500}.passGenerator_container__1-haT{width:100%;padding:0}.passGenerator_pass__2vfpG{box-sizing:border-box;max-width:auto;width:100%;padding:11px 0 14px;border-radius:0;margin:0 0 10px}.passGenerator_qrCode__3sLzT{width:100%}.passGenerator_logo__16eaH{height:60px}}.sharePassDialog_box__3_AkW{display:flex;flex-direction:column}.sharePassDialog_selectBox__16vsA{margin-bottom:10px}.sharePassDialog_select__8uylO{width:244px;height:34px;border-radius:5px;border:none;border:1px solid var(--lightGrey);cursor:pointer;outline-style:none;margin-left:10px}.sharePassDialog_addBtnBox__1NdDe{width:100%;display:flex;justify-content:flex-end}.sharePassDialog_addBtn__2QOJL{border:none;background-color:var(--thirdColor);color:#fff;padding:4px 10px;border-radius:10px;cursor:pointer}.sharePassDialog_addBtn__2QOJL:hover{background-color:var(--hoverColor);transition:.4s}.sharePassDialog_btnBox__nyS1n{display:flex;justify-content:space-between;margin-top:30px}.sharePassDialog_btnShare__n9RlK{width:141px;height:35px;background-color:var(--mainColor);color:#fff;border:none;border-radius:5px;cursor:pointer}.sharePassDialog_btnCancel__TMuGK{width:141px;height:35px;background-color:#fff;color:var(--mainColor);border:none;border-radius:5px;border:1px solid var(--mainColor);cursor:pointer}.sharePassDialog_successBox__21Mr0{display:flex;flex-direction:column;align-items:center}.sharePassDialog_Img__2oUHD{margin-bottom:20px}.sharePassDialog_Img__2oUHD svg{width:54px;height:54px}.sharePassDialog_confirmBtn__F1d1K{border:none;width:254px;height:43px;border-radius:10px;font-size:17px;font-weight:500;cursor:pointer;outline-style:none;background-color:var(--mainColor);color:#fff;margin-top:40px}.sharePassDialog_confirmBtn__F1d1K:hover{background-color:var(--hoverColor);transition:.4s}.sharePassDialog_message__mpgxN{padding:0 60px;text-align:center}@media screen and (min-width:992px) and (max-width:1199px){.sharePassDialog_confirmBtn__F1d1K{font-size:16px}}@media screen and (min-width:768px) and (max-width:991px){.sharePassDialog_confirmBtn__F1d1K{width:200px;height:35px;font-size:16px}}@media screen and (max-width:767px){.sharePassDialog_confirmBtn__F1d1K{width:200px;height:35px;font-size:16px}.sharePassDialog_Img__2oUHD svg{width:34px;height:34px}.sharePassDialog_message__mpgxN{padding:0 20px;text-align:center}}.myPassGrid_gridStatusBox__289mg{margin-top:9px;border-radius:25px;display:flex;justify-content:center;font-weight:700;align-items:center;height:25px}.myPassGrid_radiusBox__2_o_V{margin-top:10px;width:100%;height:60vh;border-radius:0;box-shadow:0 2px 5px 3px rgba(0,0,0,.08);background-color:#f0efef}.myPassGrid_active__B1kke{background-color:#15a021;color:#fff}.myPassGrid_readyToScan__1gBTH{background-color:#9ccc8b;color:#fff}.myPassGrid_incomplete__1l_Ks{background-color:#c4c4c4;color:#fff}.myPassGrid_expired__2NpdU{background-color:#a01515;color:#fff}.myPassGrid_refunded__3OMQl{background-color:#e9a41e;color:#fff}.myPassGrid_incompleteRentalCar__1SCzO{background-color:var(--darkGrey);color:#fff}.myPassGrid_suspended__2VEa6{background-color:#a01515;color:#fff}.myPassGrid_needsReview__3WLGq,.myPassGrid_pendingReview__2WGS9{background-color:#159ba0}.myPassGrid_pendingRenewal__3gIeo{background-color:#e4d020;color:#fff}.myPassGrid_item__1ckYy{text-align:left;font-size:14px;font-weight:500;border-bottom:1px solid #e6e6e6;padding:0 10px;text-transform:capitalize}.myPassGrid_topLine__5Q6NU{display:flex;align-items:center;justify-content:space-between}.myPassGrid_btnExport__1EzyW{display:flex;justify-content:center;width:170px;height:36px;background:#fff;border:1px solid var(--mainColor);color:var(--mainColor);font-weight:500;box-shadow:0 1px 5px 2px rgba(0,0,0,.08);border-radius:5px;cursor:pointer;font-size:14px;align-items:center}.myPassGrid_btnExport__1EzyW:hover{background-color:var(--mainColor);color:#fff;transition:.4s}.myPassGrid_gridSearch__3jGeZ{border-radius:5px;height:36px;background-color:#f5f5f5;border:1px solid #c2c2c2;font-size:14px;outline-style:none;line-height:36px;width:20%;min-width:200px;padding:10px}.myPassGrid_textSearch__3b7c9 input{width:"25%";padding:"10px 20px"}.myPassGrid_bulkSelectBox__X6IiP{padding:8px 20px 8px 10px;border:none;-webkit-appearance:none;appearance:none;font-size:14px;font-weight:700;outline-style:none;color:#000;background-color:initial;border-radius:4px;cursor:pointer;background:url(/static/media/dropDownSmall.dcb1b807.svg) no-repeat 100%}.myPassGrid_bulkSelectBox__X6IiP svg{stroke:var(--mainColor)}.myPassGrid_bulkSelectBox__X6IiP:hover{background:url(/static/media/dropDownSmallWhite.9c6c2e40.svg) no-repeat 100%;background-color:var(--mainColor);color:#fff}.myPassGrid_actionBtn__1n9zy{border:none;color:var(--mainColor);background-color:initial;font-weight:500;cursor:pointer;display:flex}.myPassGrid_actionBox__1qR1D{width:100%;height:100%;display:flex;align-items:center;padding-top:11px}.myPassGrid_actionBtn__1n9zy svg{margin-top:1px;min-width:14px;max-width:14px;max-height:16px;stroke:var(--mainColor)}.myPassGrid_menuContainer__W46Qm{width:240px;background-color:#f8f8f8;box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #cccfd4}.myPassGrid_menuItem__7VMCb{height:30px;border-bottom:1px solid #dee2ea;display:flex;align-items:center;cursor:pointer;color:#333;font-size:14px}.myPassGrid_menuItem__7VMCb:hover{background-color:#dee2ea}.myPassGrid_itemText__XdflJ{margin-left:16px}.myPassGrid_selectBox__2V740{margin:0 5px;width:77px;border-radius:2px;border:1px solid #bdbdbd;outline-style:none;cursor:pointer;padding:3px;-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/traingleDownSmall.c7ee2cd0.svg) no-repeat 100%}.myPassGrid_paginationBox__273s0{display:flex;justify-content:flex-end;font-size:14px;margin-bottom:10px;margin-top:10px}.myPassGrid_infoDialogToolBtn__a3gLU{margin-bottom:10px}@media screen and (max-width:767px){.myPassGrid_topLine__5Q6NU{display:flex;align-items:center;justify-content:space-between;padding:0 10px}.myPassGrid_btnExport__1EzyW{width:130px;font-size:14px}}.myPassGrid_box__3zvXD{display:flex;flex-direction:column}.myPassGrid_btnBox__3k9Nd{display:flex;justify-content:space-between;margin-top:30px}.myPassGrid_btnShare__2gRgb{width:141px;height:35px;background-color:var(--mainColor);color:#fff;border:none;border-radius:5px;cursor:pointer}.myPassGrid_btnCancel__Gs158{width:141px;height:35px;background-color:#fff;color:var(--mainColor);border:none;border-radius:5px;border:1px solid var(--mainColor);cursor:pointer}.myPassGrid_selectBox__2V740 option{font-size:14px;font-weight:500}.myPassGrid_alert__3jj19{width:38px;height:45px;margin:auto}.myPassGrid_alert__3jj19 .myPassGrid_alert_IMG__1JOhc{height:34px}.myPassGrid_deleteStr__2nhTW{width:320px;word-break:"auto-phrase"}.myPassGrid_warning__3KAJE{margin:auto auto 10px}.myPasses_container__39WiE{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.myPasses_box__3mrn9{width:82%;display:flex;margin-top:200px;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.myPasses_subNav__2fVvN{display:flex;flex-direction:column;width:17%;border-radius:20px 0 0 20px}.myPasses_btnBox__3bnBO{margin-top:73px;margin-bottom:20px}.myPasses_btnBox__3bnBO a{text-decoration:none}.myPasses_btn__hnuj7{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:80px;cursor:pointer;outline-style:none}.myPasses_btn__hnuj7 div{height:32px;width:32px}.myPasses_btn__hnuj7 svg{margin-top:0;margin-bottom:0;height:32px;width:32px}.myPasses_extendBtn__1dKNl{background-color:initial;color:var(--mainColor);text-align:center;margin:20px 0;font-weight:500;border:0;outline:none;display:block;width:100%;cursor:pointer}.myPasses_text__RzdZx{font-size:16px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}.myPasses_infoBox__ThT6Y{width:100%;border-radius:20px}.myPasses_subHeader__1eQKB{justify-content:space-between;height:103px;width:100%;border-radius:20px 20px 0 0}.myPasses_subHeader__1eQKB,.myPasses_subHeaderLeft__3tEaO{display:flex;align-items:center}.myPasses_subHeaderRight__2rk4O{padding-right:45px}.myPasses_subHeaderRight__2rk4O button{border-radius:24px;width:140px}.myPasses_circle__1X6SF{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.myPasses_title__35elK{font-size:35px;font-weight:500}.myPasses_mainContent__1OIrW{padding:30px 20px}.myPasses_renewInactive__3KUrF button,.myPasses_renewInactive__3KUrF button:hover{background-color:var(--thirdColor);color:#fff}.myPasses_confirm__eAbwB button,.myPasses_confirm__eAbwB button:hover,.myPasses_renewActive__25Xaj button,.myPasses_renewActive__25Xaj button:hover{background-color:var(--green);color:#fff}.myPasses_expandUp__2P4ob{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.myPasses_svg__yrdA9{fill:var(--mainColor)}.myPasses_loadingBox__QkDg5{height:100px;width:100%;display:flex;justify-content:center}@media screen and (min-width:992px) and (max-width:1199px){.myPasses_box__3mrn9{width:100%;display:flex;margin-top:145px;border-radius:0;flex-direction:column}.myPasses_subNav__2fVvN{width:100%;border-radius:0;height:160px}.myPasses_infoBox__ThT6Y,.myPasses_subHeader__1eQKB{border-radius:0}.myPasses_btnBox__3bnBO{margin-top:0}}@media screen and (min-width:768px) and (max-width:991px){.myPasses_box__3mrn9{width:100%;display:flex;margin-top:230px;border-radius:0;flex-direction:column}.myPasses_subNav__2fVvN{width:100%;border-radius:0;height:120px}.myPasses_infoBox__ThT6Y,.myPasses_subHeader__1eQKB{border-radius:0}.myPasses_btnBox__3bnBO{margin-top:0}.myPasses_btn__hnuj7 div,.myPasses_btn__hnuj7 svg{height:23px;width:23px}.myPasses_text__RzdZx{font-size:14px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}.myPasses_btn__hnuj7{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:60px}.myPasses_subHeaderRight__2rk4O button{border-radius:24px;width:160px}}@media screen and (max-width:767px){.myPasses_box__3mrn9{width:100%;display:flex;margin-top:44px;border-radius:0;flex-direction:column}.myPasses_subNav__2fVvN{width:100%;border-radius:0;height:120px;margin-top:44px}.myPasses_circle__1X6SF{width:16px;height:16px;margin-left:20px}.myPasses_title__35elK{font-size:20px;font-weight:500}.myPasses_subHeader__1eQKB{border-radius:0}.myPasses_btnBox__3bnBO{margin-top:0}.myPasses_btn__hnuj7 div,.myPasses_btn__hnuj7 svg{height:23px;width:23px}.myPasses_text__RzdZx{font-size:14px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}.myPasses_btn__hnuj7{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:60px}.myPasses_svg__yrdA9{width:23px;height:23px}.myPasses_subHeaderRight__2rk4O{padding-right:20px}.myPasses_subHeaderRight__2rk4O button{border-radius:24px;width:140px}.myPasses_mainContent__1OIrW{padding:10px}.myPasses_infoBox__ThT6Y{border-radius:0}}.generatePasses_loader__29UYw{border-top:16px solid var(--darkGrey);border:16px solid var(--darkGrey);border-top-color:var(--mainColor);border-radius:50%;width:120px;height:120px;-webkit-animation:generatePasses_spin__3JnaR 2s linear infinite;animation:generatePasses_spin__3JnaR 2s linear infinite;margin-top:50px}.generatePasses_container__f_eUs{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.generatePasses_box__tZJxc{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:8%;padding-right:8%;padding-bottom:40px;display:flex;flex-direction:column;align-items:center}@-webkit-keyframes generatePasses_spin__3JnaR{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes generatePasses_spin__3JnaR{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (min-width:768px) and (max-width:991px){.generatePasses_box__tZJxc{width:100%;border-radius:0;margin-top:230px;min-width:320px}}@media screen and (max-width:767px){.generatePasses_box__tZJxc{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px 10px 20px}.generatePasses_loader__29UYw{border-top:10px solid var(--darkGrey);border:10px solid var(--darkGrey);border-top-color:var(--mainColor);border-radius:50%;width:60px;height:60px;-webkit-animation:generatePasses_spin__3JnaR 2s linear infinite;animation:generatePasses_spin__3JnaR 2s linear infinite;margin-top:20px}}.passSummary_title__2cO8b{font-size:18px;font-weight:500}.passSummary_box__2FLvZ{margin-bottom:24px}.passSummary_titleBox__2cCnP{margin-top:5px}.passSummary_priceBox__3bqLD,.passSummary_titleBox__2cCnP{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.passSummary_priceBox__3bqLD{border-top:2px solid var(--specialGrey);padding-top:10px;margin-top:10px}.passSummary_tHead__2NlNw{font-size:14px;font-weight:500;width:50%;min-width:100px}.passSummary_tSubTotal__3Img4{font-size:16px;font-weight:500;width:100%;min-width:100px}.passSummary_textDecoration__1T5-J{text-decoration:line-through}.passSummary_table__xxz3-,.passSummary_tableBox__2s3tU{width:100%}.passSummary_trBox__NbPZv{width:100%;text-align:left;display:flex}.passSummary_vehicleInfoBox__1ceLL{margin-top:20px}.passSummary_tHeadSpace__1tGnq{font-size:14px;font-weight:500;width:100%;min-width:100px;padding-top:10px}.passSummary_editBtn__1wg3O button{width:39px;height:39px;border-radius:1000px;border:2px solid #fff;font-size:24px;cursor:pointer;outline-style:none;background-color:var(--thirdColor)}.passSummary_circleImg__2HIFY{margin-top:0;width:16px;height:16px}.passSummary_addonBox__2NNNq{margin-top:20px}.passSummary_addonPrice__9wjeD{text-align:right}@media screen and (max-width:767px){.passSummary_title__2cO8b{font-size:16px}}.passSummaryCollection_infoBox__2x3pp{padding:30px 50px;border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);width:60%;display:flex;flex-direction:column;align-items:center;margin-right:0;margin-top:24px}.passSummaryCollection_summaryBox__3a8_-{width:100%}.passSummaryCollection_totalBox__1nuWu{height:50px;width:100%;border:2px solid var(--darkGrey);border-radius:20px;display:flex;align-items:center}.passSummaryCollection_totalPriceTitle__NBfOW{padding-left:20px;font-size:18px;font-weight:500}.passSummaryCollection_totalPriceValue__2sNBi{padding-right:20px;font-size:18px;font-weight:500}.passSummaryCollection_totalPriceBox__1WWlT{height:50px;width:100%;border:2px solid var(--darkGrey);border-radius:20px;display:flex;align-items:center;justify-content:space-between}.passSummaryCollection_textLeft__NKrR3{font-size:20px;margin-left:5%;font-weight:500;line-height:65px}.passSummaryCollection_textRight__3dtRt{font-size:20px;margin-right:5%;font-weight:500;line-height:65px}@media screen and (min-width:992px) and (max-width:1199px){.passSummaryCollection_infoBox__2x3pp{box-sizing:border-box;padding:10px;border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);width:85%;display:flex;flex-direction:column;align-items:center;margin-top:25px}}@media screen and (max-width:767px){.passSummaryCollection_totalBox__1nuWu{height:40px}.passSummaryCollection_textLeft__NKrR3,.passSummaryCollection_textRight__3dtRt{font-size:20px}.passSummaryCollection_infoBox__2x3pp{width:100%;box-sizing:border-box;padding:10px}}.registrationNavHeader_navHeaderBox__2mRrf{display:flex;flex-direction:column;align-items:center;text-align:center}.registrationNavHeader_titleGrey__MF-7l{display:flex;justify-content:center;font-size:26px;font-weight:500;margin-top:32px}.registrationNavHeader_titleBlue__3LCTG{margin-left:7px}.registrationNavHeader_registrationBox__1hEMD{display:flex;justify-content:center;margin-bottom:40px}.registrationNavHeader_text__2UDxb{font-size:15px;margin-top:10px;max-width:855px;line-height:150%;font-weight:500}.registrationNavHeader_iconBox__2KTfC{display:flex;margin-top:0;width:100%;justify-content:space-evenly;align-items:center}.registrationNavHeader_line__3w6Gx{height:4px;width:68px;border-radius:4px}.registrationNavHeader_title__2INkZ{margin-top:40px;margin-bottom:9px;font-size:25px;font-weight:500}.registrationNavHeader_subTitle__1f2gi{font-size:16px;max-width:574px;font-weight:500;line-height:150%}.registrationNavHeader_instructionBox__30sTj{display:flex;justify-content:space-between}.registrationNavHeader_leftText__3qv5h{flex:.5 1}.registrationNavHeader_rightText__28tj9{flex:.45 1}.registrationNavHeader_centerText__2XerZ{flex:0 0 75%;margin:auto}.registrationNavHeader_centerText__2XerZ p{text-align:justify;margin-bottom:20px;font-size:15px;line-height:140%}.registrationNavHeader_marginAutoText__3UHyY{margin:auto}.registrationNavHeader_leftText__3qv5h p{text-align:justify;margin-bottom:20px;font-size:15px;line-height:140%}.registrationNavHeader_rightText__28tj9 p{text-align:justify;margin-bottom:10px;font-size:15px;line-height:140%}.registrationNavHeader_instructionTitle__zkGOz{font-weight:600;color:#000}@media screen and (max-width:767px){.registrationNavHeader_line__3w6Gx{height:3px;width:10%;border-radius:4px}.registrationNavHeader_titleGrey__MF-7l{font-size:20px;margin-top:20px}.registrationNavHeader_text__2UDxb{font-size:14px;margin:0 16px}.registrationNavHeader_iconBox__2KTfC{display:flex;margin-top:15px;width:100%;flex-wrap:wrap;justify-content:space-evenly;align-items:center}.registrationNavHeader_title__2INkZ{margin-top:20px;font-size:20px}.registrationNavHeader_subTitle__1f2gi{font-size:14px;max-width:574px}.registrationNavHeader_instructionBox__30sTj{display:flex;flex-direction:column}.registrationNavHeader_leftText__3qv5h{flex:1 1;margin-bottom:20px}.registrationNavHeader_rightText__28tj9{flex:1 1}.registrationNavHeader_leftText__3qv5h p{text-align:justify;margin-bottom:20px;font-size:15px;line-height:120%}.registrationNavHeader_rightText__28tj9 p{text-align:justify;margin-bottom:10px;font-size:15px;line-height:120%}.registrationNavHeader_instructionTitle__zkGOz{font-weight:600;color:#000}}.registrationNavTile_defaultSvg__16erh{stroke:#bdbdbd;fill:#bdbdbd}.registrationNavTile_successSvg__12fUW{stroke:var(--sucessColor);fill:green}.registrationNavTile_activeSvg__5BzGQ{stroke:var(--thirdColor);fill:var(--thirdColor)}.registrationNavTile_icon__2x5f6 svg{height:50px}.registrationNavTile_title__2w_4C{font-size:18px;font-weight:500}.registrationNavTile_text__18Ho1{font-size:14px;font-weight:500}.registrationNavTile_clickedIconYellow__Q7B8P svg{-webkit-filter:drop-shadow(var(--thirdColor) 10000px 0);filter:drop-shadow(var(--thirdColor) 10000px 0);-webkit-transform:translateX(-10000px);transform:translateX(-10000px);overflow:hidden}.registrationNavTile_clickedIconGreen__EuAQK svg{-webkit-filter:drop-shadow(var(--sucessColor) 10000px 0);filter:drop-shadow(var(--sucessColor) 10000px 0);-webkit-transform:translateX(-10000px);transform:translateX(-10000px);overflow:hidden}.registrationNavTile_lineInvisible__3Q1pS{width:89px;height:10px;visibility:hidden;margin-top:15px}.registrationNavTile_line__oA4cF{width:89px;height:7px;background-color:var(--thirdColor);margin:15px auto 0;border-radius:13px}@media screen and (min-width:768px) and (max-width:991px){.registrationNavTile_icon__2x5f6 svg{height:50px}.registrationNavTile_title__2w_4C{font-size:20px}.registrationNavTile_text__18Ho1{font-size:14px;font-weight:500}}@media screen and (max-width:767px){.registrationNavTile_icon__2x5f6 svg{height:40px}.registrationNavTile_title__2w_4C{font-size:16px}.registrationNavTile_text__18Ho1{font-size:12px;font-weight:500;height:20px}.registrationNavTile_lineInvisible__3Q1pS{width:50px;height:5px;visibility:hidden;margin-top:10px}.registrationNavTile_line__oA4cF{width:50px;height:5px;background-color:var(--thirdColor);margin:10px auto 0;border-radius:13px}}.secureCheckout_container__3G5WC{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.secureCheckout_box__2uot1{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.secureCheckout_flexBox__1b54m{width:100%;display:flex;justify-content:center;margin-top:20px}.secureCheckout_boxLeft__1k7Qu,.secureCheckout_boxRight__2kK0m{width:50%;display:flex;flex-direction:column;align-items:center}.secureCheckout_btn__1v6iF{width:254px;margin-top:20px}.secureCheckout_passSummary__wY-El{width:100%;margin-bottom:25px}@media screen and (min-width:992px) and (max-width:1199px){.secureCheckout_box__2uot1{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.secureCheckout_flexBox__1b54m{flex-direction:column;align-items:center;margin-top:60px}.secureCheckout_box__2uot1{width:100%;border-radius:0;margin-top:230px;min-width:320px}.secureCheckout_boxLeft__1k7Qu{width:100%;margin-right:0;margin-bottom:20px}.secureCheckout_boxRight__2kK0m{width:100%}.secureCheckout_btn__1v6iF{width:200px;margin-top:20px;display:flex;justify-content:center}}@media screen and (max-width:767px){.secureCheckout_flexBox__1b54m{flex-direction:column;align-items:center;margin-top:20px}.secureCheckout_box__2uot1{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.secureCheckout_boxLeft__1k7Qu{width:80%;margin-right:0;margin-bottom:20px}.secureCheckout_boxRight__2kK0m{width:100%}.secureCheckout_btn__1v6iF{width:200px;margin-top:20px;display:flex;justify-content:center}}.communityOrientation_container__3dzuW{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.communityOrientation_box__24ygK{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.communityOrientation_flexBox__10xp5{width:100%;display:flex;justify-content:center;margin-top:20px}.communityOrientation_boxLeft__33lU-{margin-right:10%;width:50%}.communityOrientation_boxRight__1NNxZ{width:50%;display:flex;flex-direction:column;align-items:center}.communityOrientation_btn__2p4yR{width:254px;margin-top:20px}.communityOrientation_LMSWindow__2R9xp{width:90%;height:600px;background-color:grey;border-radius:15px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:x-large}.communityOrientation_LMSWindow__2R9xp iframe{width:100%;height:100%;border:1px solid #c4c4c4}@media screen and (min-width:992px) and (max-width:1199px){.communityOrientation_box__24ygK{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.communityOrientation_flexBox__10xp5{flex-direction:column;align-items:center;margin-top:20px}.communityOrientation_box__24ygK{width:100%;border-radius:0;margin-top:230px;min-width:320px}.communityOrientation_boxLeft__33lU-{width:100%;margin-right:0;margin-bottom:20px}.communityOrientation_boxRight__1NNxZ{width:100%}.communityOrientation_btn__2p4yR{width:200px;margin-top:116px;display:flex;justify-content:center}}@media screen and (max-width:767px){.communityOrientation_flexBox__10xp5{flex-direction:column;align-items:center;margin-top:30px}.communityOrientation_box__24ygK{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.communityOrientation_boxLeft__33lU-{width:80%;margin-right:0;margin-bottom:20px}.communityOrientation_boxRight__1NNxZ{width:100%}.communityOrientation_btn__2p4yR{width:200px;margin-top:20px;display:flex;justify-content:center}.communityOrientation_LMSWindow__2R9xp{width:100%;height:400px;background-color:grey;border-radius:0}}.orderSummary_container__31WYT{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.orderSummary_box__3vpHQ{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.orderSummary_flexBox__6FhDM{width:100%;display:flex;justify-content:center;margin-top:20px}.orderSummary_boxLeft__xWS0y,.orderSummary_boxRight__1qr1U{width:50%;display:flex;flex-direction:column;align-items:center}.orderSummary_infoBox__1vX1P,.orderSummary_passList__141ni{display:flex;align-items:center;flex-direction:column}.orderSummary_infoBox__1vX1P{border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);margin-right:0;margin-top:24px;width:82%;overflow:hidden}.orderSummary_innerInfoBox__2V-p1{padding:30px 50px}.orderSummary_title__2UXzM{font-size:24px;margin-bottom:7px;text-align:center}.orderSummary_text__23GxZ{text-align:center;font-size:14px;margin-bottom:36px}ul li{list-style:none;margin-bottom:26px}ul li b{margin-right:5px}.orderSummary_infoBoxImg__16bVT{max-width:100%;margin:0 auto}.orderSummary_navHeaderBox__2Q6p-{display:flex;flex-direction:column;align-items:center;text-align:center}.orderSummary_titleGrey__1pE5H{display:flex;justify-content:center;font-size:26px;font-weight:500;margin-top:32px}.orderSummary_titleBlue__1SbPf{margin-left:7px}.orderSummary_text__23GxZ{font-size:15px;margin-top:10px;max-width:855px;line-height:150%;font-weight:500}.orderSummary_title__2UXzM{margin-bottom:9px;font-size:25px;font-weight:500}.orderSummary_subTitle__1zAL1{font-size:16px;max-width:574px;font-weight:500;line-height:150%}.orderSummary_btnBox__6zAv7 button{padding:0 20px}.orderSummary_btn__3YcHd{margin-bottom:10px}.orderSummary_btnContinue__209MW{width:254px;margin-top:60px}.orderSummary_instruction__3-6z8{box-sizing:border-box;width:80%;margin-top:10px;background-color:#f6f6f6;padding:5px;border-radius:10px}.orderSummary_passImage__1B9lz{width:100%}@media screen and (min-width:992px) and (max-width:1199px){.orderSummary_box__3vpHQ{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.orderSummary_box__3vpHQ{width:100%;border-radius:0;margin-top:230px;min-width:320px}.orderSummary_btnBox__6zAv7 button{padding:0}.orderSummary_flexBox__6FhDM{flex-direction:column;align-items:center}.orderSummary_boxLeft__xWS0y{margin-right:0;width:68%}.orderSummary_infoBox__1vX1P{box-sizing:border-box;width:100%}.orderSummary_boxRight__1qr1U{box-sizing:border-box;width:90%;order:-1}.orderSummary_btn__3YcHd button{width:100%}}@media screen and (max-width:767px){.orderSummary_box__3vpHQ{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.orderSummary_flexBox__6FhDM{flex-direction:column;align-items:center}.orderSummary_boxLeft__xWS0y{margin-right:0;width:90%}.orderSummary_infoBox__1vX1P{box-sizing:border-box;width:100%}.orderSummary_btnBox__6zAv7 button{padding:0}.orderSummary_btn__3YcHd button{width:100%}.orderSummary_boxRight__1qr1U{box-sizing:border-box;width:90%;order:-1}.orderSummary_instruction__3-6z8{width:100%}.orderSummary_innerInfoBox__2V-p1{padding:10px}}.passSelection_container__A_OgE{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.passSelection_box__nMkrI{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.passSelection_passContainer__3USs6{display:flex;justify-content:center;flex-wrap:wrap;margin-top:30px;grid-gap:1em;gap:1em}.passSelection_passGroup__DmDv8,.passSelection_passInfo__248HD{padding:1em;border-radius:.5em;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);margin-bottom:20px;display:flex;flex-direction:column;align-items:center}.passSelection_passInfo__248HD{padding-top:0}.passSelection_btn__11zkc{width:254px;margin-top:60px}.passSelection_passGroupName__2XmAD{font-size:16px;color:var(--superDarkGrey);margin-bottom:30px;font-weight:500}.passSelection_passInfoName__32Gug{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;width:98%;padding:15px 10px 40px;max-width:300px;min-width:250px;text-align:center;border-radius:0 0 10px 10px;box-sizing:border-box;position:relative}.passSelection_passInfoName__32Gug:before{content:"";width:100%;height:.5em;top:-.5em;background-color:initial;left:.5em;position:absolute}.passSelection_passDescriptionBox__1_xCk{border-radius:10px 10px 10px 0;background-color:#f5f5f5;color:#000;width:100%;height:100%;padding:15px 20px;box-sizing:border-box;position:absolute;height:10em;top:-10.5em;left:.5em;display:none;text-align:left;-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,.25));filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}.passSelection_passDescriptionBox__1_xCk:after{content:"";border:15px solid transparent;border-left-color:#f5f5f5;position:absolute;bottom:-15px;left:0}.passSelection_passDescription__34W2s{width:100%;height:100%;overflow:auto;font-size:14px;line-height:150%}.passSelection_passInfoName__32Gug:hover{background-color:var(--mainColor);color:#fff}.passSelection_passInfoName__32Gug:hover .passSelection_passDescriptionBox__1_xCk,.passSelection_passInfoName__32Gug:hover:before{display:block;opacity:1}.passSelection_priceInfo__3W5zc{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;width:98%;margin-top:10px;padding:10px;max-width:300px;min-width:250px;text-align:center;border-radius:10px 10px 10px 10px;box-sizing:border-box;position:relative}.passSelection_priceInfoLabel__2npAr{font-weight:500;font-size:14px}.passSelection_price__1T1GD{font-weight:650}.passSelection_passType__3NTa0{font-weight:500;margin-bottom:16px}.passSelection_passName__XiHIM{font-weight:500}.passSelection_passNumberBox__aNV_W{display:flex;flex-direction:column;align-items:center;padding:10px 0}.passSelection_label__iAxWY{margin-bottom:10px}.passSelection_numberInput__FFy0-{height:34px;width:60px;border:1px solid var(--mainColor);text-align:center}.passSelection_numberInput__FFy0- input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}.passSelection_btnLeft__ml__Z{border:1px solid var(--mainColor);border-right:none;border-radius:10px 0 0 10px}.passSelection_btnLeft__ml__Z,.passSelection_btnRight__k-USP{height:36px;width:40px;background-color:var(--mainColor);color:#fff;font-size:18px;cursor:pointer}.passSelection_btnRight__k-USP{border:1px solid var(--mainColor);border-left:none;border-radius:0 10px 10px 0}.passSelection_numberInputBox__iN3XT{display:flex;align-items:center;margin-top:10px}@media screen and (min-width:992px) and (max-width:1199px){.passSelection_box__nMkrI{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.passSelection_flexBox__2EkYQ{flex-direction:column;align-items:center;margin-top:20px}.passSelection_box__nMkrI{width:100%;border-radius:0;margin-top:230px;min-width:320px}.passSelection_btn__11zkc{width:200px;margin-top:116px;display:flex;justify-content:center}}@media screen and (max-width:767px){.passSelection_flexBox__2EkYQ{flex-direction:column;align-items:center;margin-top:20px}.passSelection_box__nMkrI{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.passSelection_btn__11zkc{width:200px;margin-top:25px;display:flex;justify-content:center}}.textArrayInput_wrapper__2TpeA{display:flex;flex-direction:column;padding-bottom:20px}.textArrayInput_wrapper__2TpeA li{position:relative;margin:0 0 3px;display:flex;flex-direction:row;align-items:center;font-size:17px}.textArrayInput_wrapper__2TpeA li:first-child{margin-top:8px}.textArrayInput_wrapper__2TpeA input[type=text]{padding:4px;outline:none;box-sizing:border-box;height:34px;border-radius:100px;border:1px solid var(--specialGrey);color:var(--mediumGrey);text-indent:4px;width:100%}.textArrayInput_delIcon__3TGZD{margin:0;height:1rem;width:1rem;position:absolute;right:5px;cursor:pointer}.textArrayInput_addBox__2p9zO{display:flex;flex-direction:column;justify-content:center;align-items:center}.textArrayInput_addIcon__1kmti{fill:var(--mainColor);height:1.25rem;width:1.25rem;margin:0;cursor:pointer}.employeeSelectList_wrapper__5NcGI{display:flex;flex-direction:column;padding-bottom:20px}.employeeSelectList_wrapper__5NcGI li{position:relative;margin:0 0 3px;display:flex;flex-direction:row;align-items:center;font-size:17px}.employeeSelectList_wrapper__5NcGI li:first-child{margin-top:8px}.employeeSelectList_wrapper__5NcGI input[type=text]{padding:4px;outline:none;box-sizing:border-box;height:34px;border-radius:100px;border:1px solid var(--specialGrey);color:var(--mediumGrey);text-indent:4px;width:100%}.employeeSelectList_delIcon__3GGhG{margin:0;height:1rem;width:1rem;position:absolute;right:5px;cursor:pointer}.employeeSelectList_addBox__38qjx{display:flex;flex-direction:column;justify-content:center;align-items:center}.employeeSelectList_addIcon__2-e_c{fill:var(--mainColor);height:1.25rem;width:1.25rem;margin:0;cursor:pointer}.employeeSelectList_defaultInput__1g3BL{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px;color:var(--mediumGrey)}.employeeSelectList_dropdown__17tNJ{position:absolute;background-color:#fff;z-index:1001;border:1px solid var(--specialGrey);border-radius:1rem;min-width:-webkit-max-content;min-width:max-content;box-shadow:0 2px 10px 2px rgba(0,0,0,.3)}.employeeSelectList_dropdownHead__2j396{padding:.5rem .5rem .25rem}.employeeSelectList_dropdownTable__1i2ry{border-collapse:collapse;width:100%}.employeeSelectList_dropdownTable__1i2ry td,.employeeSelectList_dropdownTable__1i2ry th{padding:.5rem;border:solid var(--specialGrey);border-width:1px 0 0}.employeeSelectList_dropdown__17tNJ tr:last-child>td:first-child{border-bottom-left-radius:1rem}.employeeSelectList_dropdown__17tNJ tr:last-child>td:last-child{border-bottom-right-radius:1rem}.employeeSelectList_dropdownTable__1i2ry,.employeeSelectList_dropdownTable__1i2ry tbody,.employeeSelectList_selectableRow__8Ijqf:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.employeeSelectList_selectableRow__8Ijqf:hover{background-color:var(--secondaryColor)}.employeeSelectList_emptyState__-FzwH{padding:.5rem 0}.employeeSelectList_clear__234n0,.employeeSelectList_emptyState__-FzwH{width:100%;min-width:-webkit-max-content;min-width:max-content;text-align:center;border:solid var(--specialGrey);border-width:1px 0 0}.employeeSelectList_clear__234n0{padding:.25rem 0}.selectTable_wrapper__e04_0{position:relative}.selectTable_defaultInput__1VfW4{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px;color:var(--mediumGrey)}.selectTable_dropdown__16VRc{position:absolute;background-color:#fff;z-index:1001;border:1px solid var(--specialGrey);border-radius:1rem;min-width:-webkit-max-content;min-width:max-content;box-shadow:0 2px 10px 2px rgba(0,0,0,.3)}.selectTable_dropdownHead__1o-8M{padding:.5rem .5rem .25rem}.selectTable_dropdownTable__37toL{border-collapse:collapse;width:100%}.selectTable_dropdownTable__37toL td,.selectTable_dropdownTable__37toL th{padding:.5rem;border:solid var(--specialGrey);border-width:1px 0 0}.selectTable_dropdown__16VRc tr:last-child>td:first-child{border-bottom-left-radius:1rem}.selectTable_dropdown__16VRc tr:last-child>td:last-child{border-bottom-right-radius:1rem}.selectTable_dropdownTable__37toL,.selectTable_dropdownTable__37toL tbody,.selectTable_selectableRow__1s3te:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.selectTable_selectableRow__1s3te:hover{background-color:var(--secondaryColor)}.selectTable_emptyState__1uajX{padding:.5rem 0}.selectTable_clear__1dq_C,.selectTable_emptyState__1uajX{width:100%;min-width:-webkit-max-content;min-width:max-content;text-align:center;border:solid var(--specialGrey);border-width:1px 0 0}.selectTable_clear__1dq_C{padding:.25rem 0}.passForm_infoFormBox__18Ln6{width:80%}.passForm_header__3Ejou{border-radius:10px;align-items:center;font-size:14px;font-weight:500;position:relative;padding:5px 15px}.passForm_header__3Ejou,.passForm_inputShortBox__Im0qd{display:flex;flex-wrap:wrap;justify-content:space-between}.passForm_inputShort__13Ddf{width:48%;margin-top:10px}.passForm_inputShort__13Ddf select{-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/dropDown.bf6dd4a1.svg) no-repeat scroll 100% transparent;padding-right:23px;text-indent:5px;cursor:pointer}.passForm_inputLong__3y5xM{margin-top:16px}.passForm_numberBox__q5Pah{display:flex;align-items:center;margin-top:30px;justify-content:space-between}.passForm_btnDown__2FFQF{-webkit-transform:scaleX(1.3);transform:scaleX(1.3)}.passForm_btnRemove__VShL6{font-size:12px}.passForm_tableContainer__xgN29{display:flex;justify-content:space-between;flex-wrap:wrap;position:relative}.passForm_tableBox__1EJPQ{width:100%;margin-top:20px}.passForm_tdBox__2C2da{width:52%;font-weight:500;font-size:14px}.passForm_checkBox__2X3UF{width:22px;height:22px;border:2px solid var(--specialGrey);outline-style:none;-webkit-appearance:none;cursor:pointer;align-items:center}.passForm_checkBox__2X3UF:checked{background-color:var(--mainColor)}.passForm_addonContainer__1F8gd{display:flex;align-items:center}.passForm_addonLabel__1v0Gm{margin-left:12px;font-size:14px;font-weight:700}.passForm_view__SQHbE{margin-left:3%}.passForm_alert__3SXN7{font-size:14px;padding:5px;margin-top:10px;line-height:150%}.passForm_dateInput__27Y2L,.passForm_leftPart__2Lorx{display:flex;align-items:center}.passForm_dateInput__27Y2L{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:15px;padding-right:5px;background:#fff;cursor:pointer;justify-content:space-between}.passForm_dateInput__27Y2L svg{margin:0;width:20px;height:20px}.passForm_dateValue__3gdJH{height:34px;width:100%;margin-top:8px;padding-top:4px}.passForm_searchSelect__1YxC8 input{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px;color:var(--mediumGrey)}.passForm_incompleteWarning__3DthS{background-color:var(--specialGrey);padding:.5rem;border:1px solid var(--mediumGrey);border-radius:5px}@media screen and (min-width:992px) and (max-width:1199px){.passForm_inputShortBox__Im0qd{flex-direction:column}.passForm_inputShort__13Ddf{width:100%;margin-top:10px}}@media screen and (max-width:767px){.passForm_inputShortBox__Im0qd{flex-direction:column}.passForm_inputShort__13Ddf{width:100%;margin-top:10px}.passForm_btnDown__2FFQF{margin-left:3%;margin-right:2%}.passForm_infoFormBox__18Ln6{width:100%}.passForm_header__3Ejou{font-size:12px}.passForm_btnRemove__VShL6{position:absolute;right:3%}.passForm_inputShort__13Ddf select{height:28px}}.passFormCollection_infoBox__1-QPo{width:100%;display:flex;flex-direction:column;align-items:center}.passFormCollection_title__1dqD1{font-size:20px;margin-bottom:5px;font-weight:500;margin-top:24px;text-align:center}.passFormCollection_subTitle__2Qjfi{font-size:14px;text-align:center;font-weight:500;margin-bottom:18px}.passFormCollection_textBold__I5X_K{font-weight:700}.passFormCollection_collectionBox__ZyXGr{margin-top:20px;width:100%;display:flex;justify-content:center}.passFormCollection_btnText__q9hV_{font-size:14px;font-weight:500}.passFormCollection_btnBox__2WrUx{display:flex;flex-direction:column;align-items:center;margin-top:20px}.passFormCollection_btnText__q9hV_{margin-top:1px}.passFormCollection_btn__2fjb3{width:254px;margin-top:20px}.passFormCollection_btnBox__2WrUx button{width:25px;height:25px;outline-style:none;border:none;cursor:pointer;background-color:initial}.passFormCollection_addBtnImg__3QGLH{width:25px;height:25px;fill:var(--secondaryColor);margin-top:0}.passFormCollection_infoFormBox__2HNDy{width:80%;margin-bottom:30px}.passFormCollection_inputShortBox__2Vgcz{display:flex;justify-content:space-between}.passFormCollection_inputShort__1HCVq{width:30%;margin-top:10px;text-align:center}.passFormCollection_inputLong__LaKlj{width:100%;margin-top:10px}.passFormCollection_genericBtn__3uVpx{width:30px;border-radius:0 20px 20px 0;background-color:#000;color:#fff}.passFormCollection_qtyInput__sV4Sv{width:32px;height:22px;border-left:none;border-right:none;border:1px solid var(--mainColor);text-align:center;font-size:16px;font-weight:500;outline-style:none}.passFormCollection_qtyBtn__qVz0t{display:flex;justify-content:flex-end;margin-top:10px}.passFormCollection_labelFont__2LtBx{font-size:14px;font-weight:500}.passFormCollection_leftCircle__CSym5{border:none;border-radius:20px 0 0 20px}.passFormCollection_leftCircle__CSym5,.passFormCollection_rightCircle__3AKZD{height:24px;width:32px;font-size:large;font-weight:600;outline-style:none;cursor:pointer;padding-bottom:3px;color:#fff;background-color:#000}.passFormCollection_rightCircle__3AKZD{border:none;border-radius:0 20px 20px 0}.passFormCollection_quanityBox__3OX8l{display:flex;justify-content:center;align-items:center;width:80px}.passFormCollection_contentTitle__6PvuU{font-size:16px;font-weight:600}@media screen and (min-width:768px) and (max-width:991px){.passFormCollection_btn__2fjb3{width:200px;margin-top:40px;display:flex;justify-content:center}}@media screen and (max-width:767px){.passFormCollection_infoFormBox__2HNDy{width:100%;margin-bottom:30px}.passFormCollection_btn__2fjb3{width:200px;margin-top:25px;display:flex;justify-content:center}.passFormCollection_collectionBox__ZyXGr{margin-top:15px}.passFormCollection_btnBox__2WrUx{display:flex;flex-direction:column;align-items:center;margin-top:25px}}.registerVehicle_container__2Z1cD{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.registerVehicle_box__2XLnP{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.registerVehicle_flexBox__3dU1C{width:100%;display:flex;justify-content:center;margin-top:20px}.registerVehicle_boxLeft__zBeyi,.registerVehicle_boxRight__2pn2o{display:flex;flex-direction:column;align-items:center;width:50%}.registerVehicle_btn__3CA58{width:254px;margin-top:20px}@media screen and (min-width:992px) and (max-width:1199px){.registerVehicle_box__2XLnP{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.registerVehicle_flexBox__3dU1C{flex-direction:column;align-items:center;margin-top:20px}.registerVehicle_box__2XLnP{width:100%;border-radius:0;margin-top:230px;min-width:320px}.registerVehicle_boxLeft__zBeyi{width:100%;margin-right:0;margin-bottom:20px}.registerVehicle_boxRight__2pn2o{width:100%}.registerVehicle_btn__3CA58{width:200px;margin-top:116px;display:flex;justify-content:center}}@media screen and (max-width:767px){.registerVehicle_flexBox__3dU1C{flex-direction:column;align-items:center;margin-top:30px}.registerVehicle_box__2XLnP{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.registerVehicle_boxLeft__zBeyi{width:80%;margin-right:0;margin-bottom:20px}.registerVehicle_boxRight__2pn2o{width:100%}.registerVehicle_btn__3CA58{width:200px;margin-top:20px;display:flex;justify-content:center}}.popUp_greyBackGround__3sJp9{width:100%;height:100vh;position:absolute;top:0;left:0;z-index:1010;padding-bottom:1000px}.popUp_box__wWybc{width:70%;margin:50px auto 0;border-radius:20px 20px 20px 20px;min-width:320px;padding-bottom:40px}.popUp_box__header__7NgKi{height:60px;border-radius:20px 20px 0 0;position:relative;display:flex;align-items:center;justify-content:center}.popUp_box__title__2RTo1{font-size:20px;font-weight:500}.popUp_btn__2_oyv{position:absolute;right:20px}.popUp_btn__2_oyv button{background-color:initial;border:none;vertical-align:middle;height:20px;width:20px}.popUp_btn__2_oyv svg{margin-top:0;width:20px;height:20px}.popUp_itemBox__1lS6g{display:flex;justify-content:center}@media screen and (min-width:768px) and (max-width:991px){.popUp_box__wWybc{width:96%}}@media screen and (max-width:767px){.popUp_box__wWybc{width:100%;min-width:320px;margin-top:0;border-radius:0}.popUp_box__header__7NgKi{border-radius:0;height:44px}.popUp_greyBackGround__3sJp9{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1010;padding-bottom:20px}.popUp_box__title__2RTo1{font-size:16px;font-weight:500}.popUp_btn__2_oyv{right:10px}}.addEmployee_box__YpucY{display:flex;flex-direction:column;align-items:center;width:90%}.addEmployee_title__3cxQW{font-size:18px;text-align:center;margin-top:18px;margin-bottom:20px;font-weight:700}.addEmployee_form__2HE03{width:90%}.addEmployee_flexBox__KZQxm{display:flex;width:100%}.addEmployee_selectBox__2hfNT{margin-bottom:10px;margin-top:10px}.addEmployee_labelFont__DZZQr{font-size:17px;color:var(--mediumGrey)}.addEmployee_select__3P_TR{width:244px;height:34px;border:1px solid var(--lightGrey);cursor:pointer;outline-style:none}.addEmployee_boxLeft__23RMO{width:50%;margin-right:20px}.addEmployee_boxRight__3W3RY{width:50%;display:flex;flex-direction:column;align-items:center}.addEmployee_employeeBox__3lg-w{align-items:center;padding:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);border-radius:0 20px 20px 20px;margin-bottom:10px}.addEmployee_header__3-40D{width:120px;padding:4px 10px;display:flex;flex-wrap:wrap;justify-content:center;background-color:var(--mainColor);color:#fff;border-radius:10px 10px 0 0}.addEmployee_input__2YAOV,.addEmployee_inputShort__1cYaE{margin-bottom:10px;padding:0;width:100%}.addEmployee_delBtn__3N6z-{border:none;vertical-align:middle;cursor:pointer;background-color:initial}.addEmployee_delBtn__3N6z- svg{margin-top:0;width:16px;height:16px}.addEmployee_noImage__70xtD{height:350px;width:100%;background-color:rgba(177,171,171,.459);display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;margin:10px}.addEmployee_uploadeBtn__2MxyC{border:none;padding:8px;color:#fff;vertical-align:middle;cursor:pointer;background-color:var(--thirdColor);width:15vw;min-width:256px}.addEmployee_addBtnBox__1qfZ0{display:flex;justify-content:center;margin-top:20px}.addEmployee_addBtn__1xZ6D button{display:flex;flex-direction:column;align-items:center;outline-style:none;border:none;cursor:pointer;background-color:initial;color:var(--mainColor)}.addEmployee_addBtnImg__3wIbe{width:25px;height:25px;fill:var(--mainColor);margin-top:0}.addEmployee_btnBox__2-Bo6{margin-top:40px;display:flex;justify-content:center}.addEmployee_btn__22Us2 button{padding:0 20px}.addEmployee_licenseBtnDiv__1zlpw{display:flex;margin-top:20px;margin-bottom:20px}.addEmployee_licenseBtnActive__2vOH2{border:0 solid var(--darkGrey);padding:4px 15px;color:#fff;background-color:#65bad1;cursor:pointer;border-radius:0}.addEmployee_licenseBtn__2cKau{border:1px solid #65bad1;padding:4px 15px;color:#65bad1;background-color:#fff;cursor:pointer;border-radius:0}.addEmployee_delBtnDiv__I_dCF{display:flex;flex-direction:row-reverse}.addEmployee_row__TCjfy{display:grid;grid-template-columns:repeat(1,1fr);padding-top:20px}.addEmployee_rowName__WoGK0{display:grid;grid-template-columns:repeat(2,2fr);padding-top:20px}.addEmployee_completeBox__2QfJL{width:100%;display:flex;padding:16px}.addEmployee_completeBoxLabel__nPk-n{margin-left:6px;font-size:16px}.addEmployee_bottomMessage__1sJYD{width:100%;text-align:center;font-size:17px;color:var(--mediumGrey)}@media screen and (min-width:992px) and (max-width:1199px){.addEmployee_form__2HE03,.addEmployee_infoBox__2TSh7{width:100%}.addEmployee_employeeBox__3lg-w{display:flex;flex-direction:column;align-items:center;padding:10px 20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);border-radius:0 20px 20px 20px}.addEmployee_input__2YAOV{margin-bottom:10px;padding:0;width:100%}}@media screen and (min-width:768px) and (max-width:991px){.addEmployee_form__2HE03,.addEmployee_infoBox__2TSh7{width:100%}.addEmployee_employeeBox__3lg-w{display:flex;flex-direction:column;align-items:center;padding:10px 20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);border-radius:0 20px 20px 20px}.addEmployee_input__2YAOV{margin-bottom:10px;padding:0;width:100%}}@media screen and (max-width:767px){.addEmployee_form__2HE03,.addEmployee_infoBox__2TSh7{width:100%}.addEmployee_employeeBox__3lg-w{display:flex;flex-direction:column;align-items:center;padding:10px 20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);border-radius:0 20px 20px 20px}.addEmployee_input__2YAOV{margin-bottom:10px;padding:0;width:100%}.addEmployee_flexBox__KZQxm{flex-direction:column}.addEmployee_boxLeft__23RMO{width:100%;margin-right:0}.addEmployee_boxRight__3W3RY{width:100%;display:flex;align-items:center}}.completePass_form__BsIRc{width:80%;padding-top:25px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width:767px){.completePass_form__BsIRc{width:100%}}.deleteDocument_box__NV6P2{width:80%}.deleteDocument_alertBox__3Ch3h{display:flex;flex-direction:column;align-items:center;margin-top:20px;margin-bottom:60px}.deleteDocument_alertImg__2xQY0{width:54px;height:54px;margin-bottom:20px}.deleteDocument_text__103FW{font-weight:500;text-align:center}.deleteDocument_btnBox__1NkfI{width:100%;display:flex;justify-content:space-between}.deleteDocument_cancel__17TY5{width:254px;height:43px;background-color:#fff;border-radius:10px;border:1px solid var(--mainColor);color:var(--mainColor);cursor:pointer}.deleteDocument_cancel__17TY5:hover{background-color:var(--hoverColor);color:#fff;transition:.4s}.deleteDocument_delete__fMWe0{width:254px;height:43px;background-color:var(--mainColor);border-radius:10px;color:#fff;cursor:pointer;border:none}.deleteDocument_delete__fMWe0:hover{background-color:var(--hoverColor);transition:.4s}@media screen and (max-width:767px){.deleteDocument_btnBox__1NkfI{flex-direction:column;align-items:center}.deleteDocument_cancel__17TY5{width:200px;height:35px;margin-bottom:18px}.deleteDocument_delete__fMWe0{width:200px;height:35px}}.deleteEmployee_box__2ieb0{width:80%}.deleteEmployee_alertBox__vAQr8{display:flex;flex-direction:column;align-items:center;margin-top:20px;margin-bottom:60px}.deleteEmployee_alertImg__3BnBn{width:54px;height:54px;margin-bottom:20px}.deleteEmployee_text__2wNWd{font-weight:500;text-align:center}.deleteEmployee_btnBox__2AHiL{width:100%;display:flex;justify-content:space-between}.deleteEmployee_cancel__eaokJ{width:254px;height:43px;background-color:#fff;border-radius:10px;border:1px solid var(--mainColor);color:var(--mainColor);cursor:pointer}.deleteEmployee_cancel__eaokJ:hover{background-color:var(--hoverColor);color:#fff;transition:.4s}.deleteEmployee_delete__1BUWk{width:254px;height:43px;background-color:var(--mainColor);border-radius:10px;color:#fff;cursor:pointer;border:none}.deleteEmployee_delete__1BUWk:hover{background-color:var(--hoverColor);transition:.4s}@media screen and (max-width:767px){.deleteEmployee_btnBox__2AHiL{flex-direction:column;align-items:center}.deleteEmployee_cancel__eaokJ{width:200px;height:35px;margin-bottom:18px}.deleteEmployee_delete__1BUWk{width:200px;height:35px}}.editEmployee_box__3c7Ja{display:flex;flex-direction:column;align-items:center;width:90%}.editEmployee_title___M60f{font-size:18px;text-align:center;margin-top:18px;margin-bottom:20px;font-weight:700}.editEmployee_form__1TS8l{width:90%}.editEmployee_flexBox__172Ii{display:flex;width:100%}.editEmployee_boxLeft__eXPDF{width:50%;margin-right:20px}.editEmployee_boxRight__jj3Rt{width:50%;display:flex;align-items:center;flex-direction:column}.editEmployee_boxRight__jj3Rt input[type=file]{margin-top:.5rem}.editEmployee_employeeBox__3HIj8{align-items:center;padding:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);border-radius:0 20px 20px 20px;margin-bottom:10px}.editEmployee_header__3eEi4{width:120px;padding:4px 10px;display:flex;flex-wrap:wrap;justify-content:center;background-color:var(--mainColor);color:#fff;border-radius:10px 10px 0 0}.editEmployee_input__2jQ7r{margin-bottom:10px;padding:0;width:100%}.editEmployee_selectBox__3Vdko{margin-bottom:10px;margin-top:10px}.editEmployee_labelFont__2S5TF{font-size:17px;color:var(--mediumGrey)}.editEmployee_select__65_kL{width:100%;height:34px;border:1px solid var(--lightGrey);cursor:pointer;outline-style:none}.editEmployee_inputShort__2mOir{margin-bottom:10px;padding:0;width:100%}.editEmployee_delBtn__3n22p{border:none;vertical-align:middle;cursor:pointer;background-color:initial}.editEmployee_delBtn__3n22p svg{margin-top:0;width:16px;height:16px}.editEmployee_noImage__3C8xD{height:350px;width:100%;background-color:rgba(177,171,171,.459);display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;margin:10px}.editEmployee_uploadBtn__2aDhh{border:none;padding:8px;color:#fff;vertical-align:middle;cursor:pointer;background-color:var(--thirdColor);width:15vw;min-width:256px;margin-top:.5rem;text-align:center}.editEmployee_addBtnBox__2WF1B{display:flex;justify-content:center;margin-top:20px}.editEmployee_addBtn__2bzyT button{display:flex;flex-direction:column;align-items:center;outline-style:none;border:none;cursor:pointer;background-color:initial;color:var(--mainColor)}.editEmployee_addBtnImg__3tDKk{width:25px;height:25px;fill:var(--mainColor);margin-top:0}.editEmployee_btnBox__lNbMG{margin-top:40px;display:flex;justify-content:center}.editEmployee_btn__3_LwS button{padding:0 20px}.editEmployee_licenseBtnDiv__3Oqsv{display:flex;margin-top:20px;margin-bottom:20px}.editEmployee_licenseBtnActive__13K53{border:0 solid var(--darkGrey);padding:4px 15px;color:#fff;background-color:#65bad1;cursor:pointer;border-radius:0}.editEmployee_licenseBtn__3x5Lo{border:1px solid #65bad1;padding:4px 15px;color:#65bad1;background-color:#fff;cursor:pointer;border-radius:0}.editEmployee_delBtnDiv__39hvq{display:flex;flex-direction:row-reverse}.editEmployee_row__9LS5B{display:grid;grid-template-columns:repeat(1,1fr);padding-top:20px}.editEmployee_rowName__9fvyY{display:grid;grid-template-columns:repeat(2,2fr);padding-top:20px}.editEmployee_completeBox__g9LhX{width:100%;display:flex;padding:16px}.editEmployee_completeBoxLabel__MH-pe{margin-left:6px;font-size:16px}.editEmployee_bottomMessage__3cGmV{width:100%;text-align:center;font-size:17px;color:var(--mediumGrey)}@media screen and (min-width:992px) and (max-width:1199px){.editEmployee_form__1TS8l,.editEmployee_infoBox__1uFEL{width:100%}.editEmployee_employeeBox__3HIj8{display:flex;flex-direction:column;align-items:center;padding:10px 20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);border-radius:0 20px 20px 20px}.editEmployee_input__2jQ7r{margin-bottom:10px;padding:0;width:100%}}@media screen and (min-width:768px) and (max-width:991px){.editEmployee_form__1TS8l,.editEmployee_infoBox__1uFEL{width:100%}.editEmployee_employeeBox__3HIj8{display:flex;flex-direction:column;align-items:center;padding:10px 20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);border-radius:0 20px 20px 20px}.editEmployee_input__2jQ7r{margin-bottom:10px;padding:0;width:100%}}@media screen and (max-width:767px){.editEmployee_form__1TS8l,.editEmployee_infoBox__1uFEL{width:100%}.editEmployee_employeeBox__3HIj8{display:flex;flex-direction:column;align-items:center;padding:10px 20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);border-radius:0 20px 20px 20px}.editEmployee_input__2jQ7r{margin-bottom:10px;padding:0;width:100%}.editEmployee_flexBox__172Ii{flex-direction:column}.editEmployee_boxLeft__eXPDF{width:100%;margin-right:0}.editEmployee_boxRight__jj3Rt{width:100%;display:flex;align-items:center}}.refundPass_refundBox__g7HGo{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%;margin-top:40px;text-align:center}.refundPass_alertPic__2RE8L{width:50px}.refundPass_warning__ypuAU{font-size:24px;margin-top:20px}.refundPass_subtitle__2wmFD{font-size:18px;line-height:150%;font-weight:500}.refundPass_refundBox__g7HGo input{width:-webkit-min-content;width:min-content;min-width:7rem;padding:5px;border:none;border-radius:5px;background-color:#d3d3d3}.refundPass_tableWrapper__2u43s{margin:1rem;width:100%;display:flex;justify-content:center;box-sizing:border-box}.refundPass_tableWrapper__2u43s .refundPass_table__3WzOx{width:98%}.refundPass_btnBox__1o7hc{display:flex;flex-direction:row;justify-content:space-between;width:98%;margin-top:30px}.refundPass_btnBox__1o7hc button{width:254px}.refundPass_table__3WzOx thead th{background-color:var(--mainColor);height:58px;color:#fff}.refundPass_table__3WzOx thead th:first-child{border-top-left-radius:20px}.refundPass_table__3WzOx thead th:last-child{border-top-right-radius:20px}.refundPass_table__3WzOx tbody td{height:58px;border-bottom:1px solid #f2f2f2}.refundPass_table__3WzOx tbody td:first-child{border-left:1px solid #f2f2f2;border-bottom-left-radius:20px}.refundPass_table__3WzOx tbody td:last-child{border-right:1px solid #f2f2f2;border-bottom-right-radius:20px}.refundPass_refundTitle__Wl8yN{font-weight:500;font-size:18px;margin-bottom:8px}.refundPass_refundInput__qbNGm input{height:30px;background-color:#fff;border-radius:10px;border:3px solid var(--lightGrey);font-size:18px}.refundPass_box__2prJV{display:flex;justify-content:space-between;align-items:flex-start;margin-top:40px;width:100%;padding:0 20px}.refundPass_refundButtonContainer__26Tjg{box-sizing:border-box;margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:row;width:100%;justify-content:space-between;padding:0 10px}.refundPass_refundButtonContainer__26Tjg .refundPass_refundBtn__lltoB{width:20%}@media screen and (min-width:768px) and (max-width:991px){.refundPass_refundButtonContainer__26Tjg{box-sizing:border-box;margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:column;width:100%;justify-content:space-between;padding-left:20px}.refundPass_refundBtn__lltoB{margin-bottom:14px}}@media screen and (max-width:767px){.refundPass_warning__ypuAU{font-size:20px;margin-top:20px}.refundPass_btnBox__1o7hc{flex-direction:column}.refundPass_btnBox__1o7hc button{margin-bottom:10px}.refundPass_subtitle__2wmFD{font-size:18px;margin-top:20px;padding:0 20px}.refundPass_refundButtonContainer__26Tjg{box-sizing:border-box;margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:column;width:100%;justify-content:space-between;padding-left:20px}.refundPass_refundBtn__lltoB{margin-bottom:14px}}.editProfileVendor_container__3eknj{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.editProfileVendor_subNav__2wxX4{display:flex;flex-direction:column;width:17%;border-radius:20px 0 0 20px}.editProfileVendor_box__3MOgL{width:82%;display:flex;margin-top:200px;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.editProfileVendor_infoBox__V-H9w{width:100%}.editProfileVendor_btnBox__38xiD{margin-top:73px}.editProfileVendor_btn__2J6rN{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:80px;cursor:pointer;outline-style:none}.editProfileVendor_btn__2J6rN svg{margin-top:0;height:32px;width:32px}.editProfileVendor_text__K5t-w{font-size:16px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}@media screen and (min-width:992px) and (max-width:1199px){.editProfileVendor_box__3MOgL{width:98%}.editProfileVendor_subNav__2wxX4{width:30%}}@media screen and (min-width:768px) and (max-width:991px){.editProfileVendor_box__3MOgL{width:100%;display:flex;margin-top:230px;border-radius:0}.editProfileVendor_subNav__2wxX4{width:30%;border-radius:0}.editProfileVendor_text__K5t-w{font-size:16px;font-weight:500}.editProfileVendor_btn__2J6rN svg{height:30px;width:30px}}@media screen and (max-width:767px){.editProfileVendor_box__3MOgL{width:100%;display:flex;margin-top:44px;border-radius:0;flex-direction:column}.editProfileVendor_subNav__2wxX4{width:100%;border-radius:0}.editProfileVendor_btnBox__38xiD{margin-top:0}.editProfileVendor_btn__2J6rN svg{height:23px;width:23px}.editProfileVendor_text__K5t-w{font-size:14px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}.editProfileVendor_btn__2J6rN{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:60px}}.myProfileForm_form__11uv3{width:56%}.myProfileForm_inputBox__1_NXZ{display:flex;justify-content:space-between;margin-bottom:25px}.myProfileForm_inputShort__2d_ie{width:48%}.myProfileForm_inputLong__2CR91{margin-bottom:25px}.myProfileForm_alert__2an8p{font-size:14px;text-align:center;margin-left:8px}.myProfileForm_alertBox__2EbBt{display:flex;align-items:center;justify-content:center}.myProfileForm_alertLine__J1Lrj{text-align:center;margin-bottom:10px}.myProfileForm_btn__2zFHq{height:43px;width:40%;border:none;border-radius:10px;font-size:18px;margin-top:43px;cursor:pointer;outline-style:none;font-weight:500}.myProfileForm_btnBox__1XZSN{text-align:center}.myProfileForm_btn__2zFHq:hover{background-color:var(--hoverColor);color:#fff;transition-duration:.4s}@media screen and (min-width:992px) and (max-width:1199px){.myProfileForm_form__11uv3{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.myProfileForm_form__11uv3{width:80%}}@media screen and (max-width:767px){.myProfileForm_form__11uv3{width:80%}.myProfileForm_inputBox__1_NXZ{flex-direction:column;margin-bottom:0}.myProfileForm_inputShort__2d_ie{width:100%;margin-bottom:18px}.myProfileForm_inputLong__2CR91{margin-bottom:18px}.myProfileForm_btn__2zFHq{width:50%;font-size:16px}}.myProfile_subHeader__Q28gE{display:flex;align-items:center;height:103px;border-radius:0 20px 0 0}.myProfile_circle__BXaUJ{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.myProfile_title__2ewRL{font-size:35px;font-weight:500}.myProfile_form__3Vrzb{width:100%;display:flex;justify-content:center;margin-top:94px;padding-bottom:108px}@media screen and (min-width:768px) and (max-width:991px){.myProfile_subHeader__Q28gE{border-radius:0}}@media screen and (max-width:767px){.myProfile_circle__BXaUJ{width:16px;height:16px;margin-left:20px}.myProfile_title__2ewRL{font-size:20px;font-weight:500}.myProfile_subHeader__Q28gE{border-radius:0}.myProfile_form__3Vrzb{width:100%;margin-top:30px}}.passwordResetForm_form__3v_1Y{width:56%}.passwordResetForm_inputLong__2IR2a{margin-bottom:25px}.passwordResetForm_btn__18mRa{height:43px;width:40%;border:none;border-radius:10px;font-size:18px;margin-top:150px;cursor:pointer;outline-style:none;font-weight:500}.passwordResetForm_btn__18mRa:hover{background-color:var(--hoverColor);color:#fff;transition-duration:.4s}.passwordResetForm_alertLine__3FIn0{text-align:center;margin-bottom:10px}.passwordResetForm_btnBox__2npCM{text-align:center}@media screen and (min-width:992px) and (max-width:1199px){.passwordResetForm_form__3v_1Y{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.passwordResetForm_form__3v_1Y{width:80%}}@media screen and (max-width:767px){.passwordResetForm_form__3v_1Y{width:80%}.passwordResetForm_inputLong__2IR2a{margin-bottom:18px}.passwordResetForm_btn__18mRa{width:50%;font-size:16px}}.resetPassword_subHeader__3qx4r{display:flex;align-items:center;height:103px;border-radius:0 20px 0 0}.resetPassword_circle__35iPF{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.resetPassword_title__20W5f{font-size:35px;font-weight:500}.resetPassword_form__1_vHY{width:100%;display:flex;justify-content:center;margin-top:94px;padding-bottom:108px}@media screen and (min-width:768px) and (max-width:991px){.resetPassword_subHeader__3qx4r{border-radius:0}}@media screen and (max-width:767px){.resetPassword_circle__35iPF{width:16px;height:16px;margin-left:20px}.resetPassword_title__20W5f{font-size:20px;font-weight:500}.resetPassword_subHeader__3qx4r{border-radius:0}.resetPassword_form__1_vHY{width:100%;margin-top:30px}}.reviewRules_container__2u6lf{flex:1 1;display:flex;flex-direction:column;align-items:center;min-width:320px;padding-top:200px}.reviewRules_box__3DbQ_{width:82%;display:flex;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.reviewRules_flexBox__3Kvtx{width:100%;display:flex;justify-content:center;background-color:#fff}.reviewRules_LMSWindow__17ZAY{width:100%;height:600px;background-color:grey;border-radius:15px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:x-large}.reviewRules_LMSWindow__17ZAY iframe{width:100%;height:100%;border:1px solid #c4c4c4}@media screen and (min-width:992px) and (max-width:1199px){.reviewRules_box__3DbQ_{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.reviewRules_flexBox__3Kvtx{flex-direction:column;align-items:center;margin-top:20px}.reviewRules_box__3DbQ_{width:100%;border-radius:0;margin-top:230px;min-width:320px}}@media screen and (max-width:767px){.reviewRules_flexBox__3Kvtx{flex-direction:column;align-items:center;margin-top:30px}.reviewRules_box__3DbQ_{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}}a{text-decoration:none}.portalCard_cardBox__26crD{flex:1 1}.portalCard_card__2nPU0{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:20px;height:480px;min-width:230px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);padding:0 10px;position:relative}.portalCard_card__title__2xZoy{flex:0.14 1;font-size:18px;font-weight:600;margin-top:21px}.portalCard_card__description__GPNqu{font-size:14px;font-weight:600;max-width:270px;height:160px;margin-top:10px;line-height:150%}.portalCard_card__btn__meRr6{display:flex;width:100%;justify-content:center;flex:0.41 1;margin-top:60px;position:absolute;bottom:20px}.portalCard_card__btnInnerBox__3eBft{display:flex;flex:0.8 1}.portalCard_card__2nPU0 svg{margin-top:20px;flex:0.33 1}@media screen and (min-width:992px) and (max-width:1199px){.portalCard_card__2nPU0{height:450px}svg{width:90px}.portalCard_card__title__2xZoy,svg{margin-top:5px}.portalCard_card__description__GPNqu{height:200px}.portalCard_card__btn__meRr6{margin-top:40px}}@media screen and (min-width:768px) and (max-width:991px){.portalCard_card__2nPU0{height:440px}.portalCard_card__btn__meRr6{margin-top:20px}.portalCard_card__title__2xZoy{margin-top:0}.portalCard_card__description__GPNqu{font-size:12px;max-width:200px;height:200px}svg{margin-top:20px;width:80px}}@media screen and (max-width:767px){.portalCard_card__2nPU0{height:400px;border-radius:20px}.portalCard_card__btn__meRr6{margin-top:40px}.portalCard_card__description__GPNqu{font-size:12px;max-width:200px}.portalCard_card__title__2xZoy,svg{margin-top:5px}svg{width:80px;height:100px}}*{margin:0;padding:0}.vendorHome_container__NnygT{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.vendorHome_box__1o97a{display:flex;flex:0.96 1;justify-content:center;flex-wrap:wrap;margin-top:200px}.vendorHome_box__innerBox__3_fqA{margin:10px;flex:0.20 1;min-width:230px}@media screen and (min-width:768px) and (max-width:991px){.vendorHome_box__1o97a{flex-wrap:wrap;margin-top:200px}.vendorHome_box__innerBox__3_fqA{margin:10px;flex:0.1 1}}@media screen and (max-width:767px){.vendorHome_box__1o97a{flex-direction:column;min-width:320px;flex:0.6 1;margin-bottom:20px;margin-top:64px}.vendorHome_box__innerBox__3_fqA{margin-top:10px;margin:10px 30px}}body{padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/*# sourceMappingURL=main.21cabd21.chunk.css.map */