@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.customButton .Button{background-color:#0f538d;border-radius:7px;box-shadow:none;min-height:65px;min-width:220px;padding:0 16px}.customButton .Button span{font-size:20px;text-transform:capitalize}.customButton .Button.Mui-disabled{background-color:#969696}.customButton .Button:hover{background-color:#0f538d;box-shadow:none}.customButton .Button.btnLg{min-height:55px;min-width:fit-content}.customButton .Button.btnLg span{font-size:16px;font-weight:400}.customButton .Button.btnMd{min-height:45px;min-width:fit-content}.customButton .Button.btnMd span{font-size:16px}.customButton .Button.btnSm{min-height:40px;min-width:90px}.customButton .Button.btnSm span{font-size:14px;font-weight:400!important}.customButton .Button.btnSm.btnEdit{min-width:70px;padding:0 8px}.customButton .Button.btnSm.btnEdit span{font-size:16px}.customButton .Button.btnXs{min-height:35px;min-width:55px}.customButton .Button.btnXs span{font-size:16px;font-weight:400!important}.customButton .Button.btnYellow,.customButton .Button.btnYellow:hover{background-color:#ffa726}.customButton .Button.btnGreen,.customButton .Button.btnGreen:hover{background-color:#2fab73}.customButton .Button.btnGreen.Mui-disabled{background-color:#969696}.customButton .Button.btnRed,.customButton .Button.btnRed:hover{background-color:red}.customButton .Button.btnApprov{margin:10px 0;width:100%}.customButton .Button.btnReject{width:100%}.customButton .Button.btnTransaparent{background-color:#0000;box-shadow:none}.customButton .Button.btnTransaparent span{color:#969696}.customButton .Button.btnTransaparent:hover{background-color:#eceeef}.customButton .Button.btnCancel{background-color:#e8e8e8;width:-webkit-fill-available}.customButton .Button.btnCancel span{color:#282828;font-size:16px;font-weight:400!important}.customButton .Button.btnOkay{background-color:#fff;width:-webkit-fill-available}.customButton .Button.btnOkay span{color:#282828;font-size:16px;font-weight:400!important}.customButton .Button.btnOutline{background:#fff;border:1px solid #000;border-radius:5px}.customButton .Button.btnOutline span{color:#000}.customButton .Button.cancelAddBtn{background:none;box-shadow:none;min-height:46px;min-width:196px;text-transform:inherit}.customButton .Button.cancelAddBtn span{color:#969696;font-size:18px;font-weight:400}.customButton .Button.buttonSubmitDialog{background-color:#ffa726;border-radius:10px;font-size:18;font-weight:400;min-height:46px;min-width:196px;text-transform:capitalize}.customButton .Button.buttonSubmitDialog span{color:#fff;font-size:18px;font-weight:400}.noInternetMessageContainer{position:relative}.noInternetMessageContainer .actionBtn{bottom:0;position:absolute;text-align:center}@media screen and (max-width:600px){.noInternetMessageContainer p{font-size:20px}.noInternetMessageContainer .customButton{margin-top:10px}}[role=presentation]{cursor:pointer}.textDecorationNone{text-decoration:none}.layoutChildren{padding-inline:20px}.colorWhite{color:#fff}.colorPrimary{color:#0f538d}.colorBlack{color:#282828}.colorDarkBlack{color:#000}.colorBlue{color:#0323c7}.colorSecondary,.colorYellow{color:#ffa726}.colorGrey{color:#969696}.colorLightGrey{color:#f9fafc}.colorRed{color:#ff1717}.colorDarkRed{color:#be0909}.colorGreen{color:#2fab73}.colorLightBlack{color:#414d55}.fw300{font-weight:300}.fw400{font-weight:400!important}.fw500{font-weight:500!important}.fw600{font-weight:600!important}.fw700{font-weight:700!important}.font100{font-size:100px}.font64{font-size:64px}.font24{font-size:24px}.font36{font-size:36px!important}.font20{font-size:20px!important}.font18{font-size:18px!important}.font28{font-size:28px!important}.font16{font-size:16px!important}.font14{font-size:14px!important}.font12{font-size:12px}.font10{font-size:10px}.font7{font-size:7px}.widthFit{width:fit-content!important}.width20{width:20px}.width600{width:600px}.height100{height:100vh;overflow-y:hidden}.displayNone{display:none!important}.displayBlock{display:inline-flex}.textLeft{text-align:left}.textRight{text-align:right}.textCenter{text-align:center}.marginBlock0{margin-block:0}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mb10{margin-bottom:10px!important}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:50px}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml16{margin-left:16px}.ml20{margin-left:20px}.ml40{margin-left:40px!important}.mr10{margin-right:10px}.mr30{margin-right:30px}.mtb20{margin:20px 0}.p0{padding:0}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt30{padding-top:30px}.pb5{padding:5px}.pb10{padding-bottom:10px}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px}.pr10{padding-right:10px}.pl10{padding-left:10px}.pl15{padding-left:15px}.pl20{padding-left:20px}.pl60{padding-left:60px}.pl100{padding-left:6.25rem}.p30{padding:30px}.p20{padding:20px}.p10{padding:10px}.plr20{padding:0 20px}.ptb10{padding:10px 0}.ptb20{padding:20px 0}.ptb30{padding:30px 0}.img100{height:100px;width:120px}.img50{height:50px;width:50px}.img40{height:50px;width:40px}.img26{height:26px;width:26px}.img13{height:13px;width:13px}.maxWidth{max-width:100%}.commonBorder{border:1px solid #cdcdcd}.dashedBorderBottom{border-bottom:2px dashed #969696}.gridBorder{box-shadow:1px 0 0 0 #969696,0 1px 0 0 #969696,1px 1px 0 0 #969696,inset 1px 0 0 0 #969696,inset 0 1px 0 0 #969696}.br5{border-radius:5px}.br10{border-radius:10px}.br20{border-radius:20px}.bgWhite{background:#fff}.bgLightWhite,.bgWhite{border-radius:10px;box-shadow:0 1px 8px 0 #6e6e6e1a}.bgLightWhite{background:#f9fafc}.bgYellow{background:#ffa72633}.bgGrey{background:#f5f5f5}.bgViolet{background:#efeefd}.bgLightBlue{background:#f9fafc}.bgLightYellow{background:#ffa72633}.appLayout{height:100vh;overflow-y:auto}.minWidth400{min-width:400px}.width60{width:60%}.headerOutlinedCheckbox svg{fill:#f4f4f4}.bodyOutlinedCheckbox svg{fill:#0f538d}.checkBoxControl{width:70px}.w400{width:300px}.flexDisplay{display:flex}.flexRow{flex-direction:row}.flexColumn{flex-direction:column}.justifyBetween{align-items:center;display:flex;justify-content:space-between}.justifyArround{justify-content:space-around}.justifyArround,.justifyCenter{align-items:center;display:flex}.justifyCenter{justify-content:center}.justifyEnd{justify-content:flex-end}.justifyEnd,.justifyStart{align-items:center;display:flex}.justifyStart{justify-content:flex-start}.alignFlexStart{align-items:flex-start}.alignItemsCenter{align-items:center;display:flex}.dashedBorder,.facilityDashedBorder{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23969696FF' stroke-width='2' stroke-dasharray='6, 14' stroke-linecap='square'/%3E%3C/svg%3E");height:1px;width:100%}.facilityDashedBorder{height:100%}.height400{height:400px}.width100{width:100%}.logoImg,.otpLogo{height:100px;width:120px}.loginMain .backArrow-icon{margin-left:60px;margin-top:60px;position:absolute}.loginInput{align-items:center;display:flex;flex-direction:column;justify-content:center}.loginInput .bottomDivider{background-color:#0f538d;border-radius:5px;display:block;height:4px;width:75px}.loginInput .commonForm{width:100%}.loginBgImg{background-image:url(/static/media/login_bg.82b9d6be3542d2f0ce7d.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.quoteImg{height:96px;width:114px}.loginForm .MuiFormControl-root .MuiInputBase-root{border:1px solid #969696;border-radius:10px;min-height:56px}.loginForm .MuiFormControl-root .MuiInputBase-root.Mui-error{border:1px solid #ff1717}.m0{margin:0}.otp{justify-content:center}.otp .otpStyle{border:1px solid #cdcdcd;border-radius:10px;font-size:16px;font-weight:500;height:56px;margin:0 .6rem;text-align:center;width:56px!important}.otp .otpStyleError{border:1px solid #ff1717;border-radius:10px;font-size:2rem;font-weight:300;height:3rem;margin:0 1rem;text-align:center;width:3rem}.otpName{background-image:url(/static/media/otp_bg.7cbb0c96f95260e7d0d6.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;height:calc(100vh - 20px);width:100%}.cursor{cursor:pointer}.otpBackButton{padding-left:70px}Button.otpResend{font-size:16px;font-weight:500;text-transform:capitalize}@media screen and (max-width:500px){.mobileRes{background-image:url(/static/media/login_bg.82b9d6be3542d2f0ce7d.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.mobileBg{background-color:#fff;border-radius:15px;height:448px;margin-top:10rem;margin-inline:16px;padding:10px}}.companyLogo{height:50px;width:80px}.companyLogo .logoImage{max-width:100%}.tabIcon .width20{width:15px}.tabContainer .contentBoxStyle .tabBoxStyle{padding:0}.tabContainer .contentBoxStyle .tabBoxStyle .MuiTabs-root{min-height:42px}.tabContainer .contentBoxStyle .tabBoxStyle .MuiTabs-root .tabStyle{color:#969696;font-size:16px;font-weight:400;min-height:40px;padding:0 20px;text-transform:capitalize}.tabContainer .contentBoxStyle .tabBoxStyle .MuiTabs-root .tabStyle.Mui-selected{background-color:#0f538d;border-radius:5px;color:#fff;font-weight:400}.tabContainer .contentBoxStyle .MuiTabs-indicator{display:none}.tabContainer .MuiTabPanel-root{padding:0}.tabContainer.frontDeskTabContainer .contentBoxStyle .tabBoxStyle .MuiTabs-root .tabStyle{font-weight:600;margin-right:50px;min-width:70px;padding:0}.tabContainer.frontDeskTabContainer .contentBoxStyle .tabBoxStyle .MuiTabs-root .tabStyle.Mui-selected{background-color:#fff;color:#0f538d}.tabContainer.frontDeskTabContainer .contentBoxStyle .MuiTabs-indicator{bottom:10px;display:block}.tableMain{border:1px solid #e8e8e8;border-collapse:collapse;border-radius:10px;margin-top:10px}.commonTableRow{height:60px}.comColumnWidth{min-width:60px;padding:0 0 0 20px}.comColumnWidth.editIconColumn{min-width:30px}.comRowChildWidth{max-width:300px}.comRowChildWidth td{height:65px;padding:0 20px}.vipRow{background:#ffa82633}.femaleGenderRow{background:#fff3fa}.billedStatus,.runningStatus{color:#0f538d}.ongoingStatus{color:#0323c7}.allotedStatus,.inActiveStatus{color:#6665dd}.upcomingStatus{color:#969696}.bookedStatus{color:#414d55}.dispatchedStatus,.pendingStatus,.pendingapprovalStatus{color:#ffa726}.cancelStatus,.cancelledStatus{color:#ff1717}.activeStatus,.approvedBtn,.completedStatus{color:#2fab73}.vipBadge{background-color:#ffa726;border-radius:5px;color:#fff;padding:2px 4px}.form-control:focus{box-shadow:0 0 0 0 #0f538d}.form-control-no-spinner::-webkit-inner-spin-button,.form-control-no-spinner::-webkit-outer-spin-button,input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.form-control-no-spinner{appearance:textfield}.form-control-no-spinner::placeholder{color:#969696}.MuiButtonBase-root.buttonSubmit{background:linear-gradient(269deg,#015eae 6.34%,#022c6a 95.83%);border-radius:10px;box-shadow:0 9px 17px 0 #00000026;font-size:18px;font-weight:400;height:50px;margin-top:2rem;text-transform:capitalize}.MuiButtonBase-root.buttonSubmitDisabled{background:#969696;opacity:1}.errorMessage,.errorOtp{align-items:center;color:#ff1717;display:flex;gap:5px;margin-top:5px}.commonformLabel{font-size:18px}.customTable{border-collapse:collapse}.customTable .customTableHead .customTableRow .customTableCell{padding:24px 0}.customModal{align-items:center;display:flex;justify-content:center}.customModal .modalContent{background-color:#fff;border:initial;border-radius:20px;outline:0;overflow-y:auto;padding:25px;width:fit-content;z-index:10}.customModal .modalContent .companyPdfModal{height:50vh;overflow-y:scroll;padding:0 10px;width:600px;z-index:2}.customModal .modalContent.dispatchModalContent{width:900px}.customModal .modalContent .tabBoxStyle .minHeight32{justify-content:space-between;text-align:center;width:100%}.customModal .modalContent .tabBoxStyle .minHeight32 .MuiTabs-flexContainer{justify-content:center;text-align:center;width:100%}.customModal .modalContent .tabBoxStyle .minHeight32 .MuiTabs-flexContainer .MuiButtonBase-root{text-transform:capitalize;width:100%}.rateCardAutocomplete .MuiFormControl-root .MuiInputBase-root,.rateCardTextfield{background:#f4f4f4;border:0;border-radius:10px;min-height:3.75rem}.cancelModalDetails{max-width:700px;min-width:700px}.cancelModalDetails .planChange{align-items:center;border:1px solid #282828;border-radius:10px;display:flex;height:50px;margin-left:20px;width:60%}.width40{width:40px}.borderTop{border-top:1px solid #969696}.borderRight{border-right:1px solid #969696}.customDialog .MuiPaper-root{border-radius:20px;min-width:400px;padding:0}.customDialog .p0{padding:0}Button.textDecorationUnderLine{text-decoration:underline}.tablePopover .MuiPaper-root{border-radius:10px}.tablePopover .MuiPaper-root .cursorDisabled{cursor:not-allowed}.tablePopover .MuiPaper-root .MuiMenuItem-root{padding:8px 14px}.height40{height:40px}.objectFit{object-fit:contain}.bgColorBlue{background-color:#0f538d!important}.navAlign{box-shadow:none!important}.height100px{height:100px}.logoImage{margin-left:35px;margin-top:15px;width:64px}.aboutBackground{background-color:#f9fafc;border-radius:15px;box-shadow:0 0 8px 0 rgba(0,0,0,.122);margin:20px auto 0;max-width:1400px;padding:15px}.aboutBackground .headerText{font-size:34px}@media screen and (max-width:500px){.aboutBackground .headerText{font-size:24px;text-align:center}}.dateTimePickerContainer{position:relative;width:100%}.clickableOverlay{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.accountDeletionFormContainer .accountDeletionForm .customFormCard{box-shadow:0 0 2px 1px #0000003d;margin:50px auto;max-width:600px;padding:20px}@media screen and (max-width:600px){.accountDeletionFormContainer header{display:none}.accountDeletionFormContainer .accountDeletionForm .customFormCard{box-shadow:none}.customModal{padding:0 15px}.customModal .accountDeletionMod img{height:50px;width:50px}.customModal .accountDeletionMod h6{font-size:18px;margin-top:10px;width:100%}}.w36{width:36px}.paddingTop30Left40{padding:30px 0 30px 50px}.marginLeft50{margin-left:50px}.dashedBorderLightGrey{border-bottom:1px dashed #e8e8e8}.backgroundColorlightGrey{background-color:#f9fafc}.marginBottom30{margin-bottom:30px!important}a,body,button,div,h1,h2,h3,h4,h5,h6,li,p,span,td,th,tr,ul{font-family:Poppins,sans-serif!important}body{background-color:#fff;margin:0}.commonFilter{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:0;border-radius:5px;height:45px;margin:0;padding:0}.commonFilter .filterIconSvg{background-color:#f4f4f4;border-radius:5px;height:45px;width:45px}.filterMenu .MuiList-root{padding:0}.filterMenu .filterCheckbox{margin-block:10px;margin:0;padding:20px;width:220px}.filterMenu .filterCheckbox .MuiListItemButton-root{padding:0}.filterMenu .filterCheckbox .filterDropDown span{color:#0f538d;font-size:16px;font-weight:600}.filterMenu .filterCheckbox .filterDropDownIcon{display:contents}.filterMenu .filterCheckbox .filterIcon{margin-top:7px}.filterBox{padding-top:20px}.filterBox label{margin-bottom:22px;margin-left:0}.filterBox label .customFilterCheckbox{height:24px;width:24px}.filterBox label .filterText{padding-left:16px}.customSearchBar .customPaperRoot{align-items:center;background:#f4f4f4;border:8px;box-shadow:none;display:flex;height:48px;padding:2px 10px}.customSearchBar .iconButton{color:#aeaeae;height:20px;padding:10px 10px 10px 20px;width:20px}.customSearchBar .inputBase{flex:1 1;margin-left:10px}.react-daterange-picker{display:inline-flex;position:relative}.react-daterange-picker,.react-daterange-picker *,.react-daterange-picker :after,.react-daterange-picker :before{box-sizing:border-box}.react-daterange-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-daterange-picker__wrapper{align-items:center;border:thin solid gray;display:flex;flex-grow:1;flex-shrink:0}.react-daterange-picker__inputGroup{box-sizing:initial;flex-grow:1;height:100%;min-width:calc(12px + 4.754em);padding:0 2px}.react-daterange-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-daterange-picker__inputGroup__divider,.react-daterange-picker__inputGroup__leadingZero{display:inline-block}.react-daterange-picker__inputGroup__input{appearance:textfield;background:none;border:0;box-sizing:initial;color:currentColor;font:inherit;height:100%;min-width:.54em;padding:0 1px;position:relative}.react-daterange-picker__inputGroup__input::-webkit-inner-spin-button,.react-daterange-picker__inputGroup__input::-webkit-outer-spin-button{appearance:none;margin:0}.react-daterange-picker__inputGroup__input:invalid{background:#ff00001a}.react-daterange-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-daterange-picker__button{background:#0000;border:0;padding:4px 6px}.react-daterange-picker__button:enabled{cursor:pointer}.react-daterange-picker__button:enabled:focus .react-daterange-picker__button__icon,.react-daterange-picker__button:enabled:hover .react-daterange-picker__button__icon{stroke:#0078d7}.react-daterange-picker__button:disabled .react-daterange-picker__button__icon{stroke:#6d6d6d}.react-daterange-picker__button svg{display:inherit}.react-daterange-picker__calendar{max-width:100vw;width:350px;z-index:1}.react-daterange-picker__calendar--closed{display:none}.react-daterange-picker__calendar .react-calendar{border-width:thin}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;line-height:16px;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.datePickerStyle{background:#fff;border:1px solid #e8e8e8;border:1px solid var(--Stroke,#e8e8e8);border-radius:5px;font-size:16px;height:45px}.datePickerStyle .react-daterange-picker__wrapper{border:0;padding:0 10px}.datePickerStyle .react-daterange-picker__wrapper .react-daterange-picker__calendar-button{padding-right:0}.datePickerStyle .react-daterange-picker__inputGroup{pointer-events:none}.datePickerStyle .react-daterange-picker__inputGroup__input:invalid{background:#fff!important}.datePickerStyle .react-daterange-picker__inputGroup select.react-daterange-picker__inputGroup__month{appearance:none}.datePickerStyle.inActiveDatePickerStyle .react-daterange-picker__wrapper .react-daterange-picker__inputGroup select{color:#807c87}.custom-header-modal .MuiPaper-root{border-radius:10px;box-shadow:0 0 6px 0 #00000040;padding:0}.custom-header-modal .MuiPaper-root ul{padding:10px}.custom-header-modal .MuiPaper-root ul li.MuiMenuItem-root{background:#fff}.custom-header-modal .MuiPaper-root ul li.MuiMenuItem-root:hover{background:#f5f5f5}.noteGrid .mr15{margin-right:15px}.borderTopFare{border-top:2px dashed #969696;margin-top:25px}.borderTopFare .marginTop{margin-top:35px}.dashedBorderBottom{border-bottom:1px solid #969696}.dashboardCards{background:#efeefd;border-radius:10px;box-shadow:0 0 5px 0 #00000029}.dashboardCards:hover{background:#ffa82633}.MuiFormControl-root{width:100%}.MuiFormControl-root .MuiInputBase-root{background:#fff;border:1px solid #e2e2e2;border-radius:4px;min-height:64px;width:100%}.MuiFormControl-root .MuiInputBase-root.Mui-disabled{background:#f2f2f2}.MuiFormControl-root .MuiInputBase-root input{font-size:16px;min-height:64px;padding:0 14px}.MuiFormControl-root .MuiInputBase-root fieldset{border:0}.MuiFormControl-root .MuiInputBase-root textarea{min-height:160px}.MuiFormControl-root .MuiInputBase-root .MuiSelect-select{font-size:16px}.MuiFormControl-root .customAutoComplete,.MuiFormControl-root .customSelectOption{position:relative}.MuiFormControl-root .customAutoComplete .autoCompleteLoader,.MuiFormControl-root .customSelectOption .autoCompleteLoader{height:100%;position:absolute;right:3px;top:50%;transform:translateY(-50%);width:100%}.MuiFormControl-root .customAutoComplete .autoCompleteLoader>div,.MuiFormControl-root .customSelectOption .autoCompleteLoader>div{justify-content:end}.Mui-focused .MuiOutlinedInput-notchedOutline,:hover .MuiOutlinedInput-notchedOutline{border:1px solid #e2e2e2}.customCountryCode{margin-right:10px}.MuiAutocomplete-root .MuiFormControl-root{margin:0}.MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root{padding:0}.MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root input{padding:0 14px}.MuiList-root .MuiFormLabel-root{display:none}.companyListAutoComplete .MuiAutocomplete-root .MuiInputBase-root,.companyListAutoComplete .MuiAutocomplete-root input{min-height:50px}.customCountryCode .MuiFormControl-root .MuiInputBase-root{max-width:100px;min-width:100px}#menu-countryCode .MuiPaper-root{max-height:300px}.MuiDialog-root .dialogContentStyle{margin:auto;min-width:550px}.MuiDialog-root .dialogHead{display:flex;justify-content:center;margin-top:17px!important;width:575px}.MuiDialog-root .formPadding{padding:0 30px!important}.MuiDialog-root .iconBox .iconBtnStyle{position:absolute;right:8px;top:8px}.amountSection{background:#f9fafc;border-radius:10px;margin-bottom:25px;padding:45px 25px}
/*# sourceMappingURL=main.9a412539.css.map*/