@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";.loaderContainer{background:#00000080!important;z-index:99999;width:100%;height:100vh}.loaderContainer .circular-loader{width:80px;height:80px}.loaderContainer .circular-loader img{width:100%;height:100%;object-fit:contain}: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: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modalBox{width:400px;max-width:400px;max-height:calc(100vh - 40px);overflow-y:auto;padding:24px 24px 0;border:none;outline:none;border-radius:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--white);box-shadow:none}@media screen and (max-width:1024px){.modalBox{margin:-20px -20px 0;padding:20px 20px 0}}.modalBox .modalWrap{height:calc(100% - 64px);display:flex;flex-direction:column;justify-content:space-around;text-align:left}.modalBox .modalWrap .textWrap{margin:-24px -24px 0;border-radius:16px 16px 0 0;padding:28px;background:var(--white);text-align:center}@media screen and (max-width:1280px){.modalBox .modalWrap .textWrap{padding:28px}}@media screen and (max-width:1024px){.modalBox .modalWrap .textWrap{margin:-20px -20px 0;padding:20px}}.modalBox .modalWrap .textWrap .modalTitle{margin:16px 0 8px;font-size:1.25rem;font-weight:600;line-height:1.5rem;color:var(--modalTitle)}@media screen and (max-width:1024px){.modalBox .modalWrap .textWrap .modalTitle{font-size:18px}}.modalBox .modalWrap .textWrap .modalTitle.mt0{margin-top:0}.modalBox .modalWrap .textWrap .modalTitle.w340{max-width:340px;margin-left:auto;margin-right:auto;text-align:center}.modalBox .modalWrap .textWrap .modalDescription{margin:0;font-size:14px;font-weight:400;line-height:20px;color:var(--modalInfoText);overflow:hidden}.modalBox .modalWrap .textWrap .modalDescription.text-left{text-align:left}.modalBox .modalWrap .textWrap .modalDescription.label-menusmargin{color:#3a4f5f;font-weight:600;font-size:14px;margin-bottom:-5px;margin-top:12px}.modalBox .modalWrap .textWrap .modalDescription .bold{font-weight:700}@media screen and (max-width:1024px){.modalBox .modalWrap .textWrap .modalDescription{font-size:14px}}.modalBox .modalWrap .textWrap .modalDescription+.modalDescription{margin-top:8px}.modalBox .modalWrap .textWrap .form-group textarea{width:344px;height:94px;padding:12px 14px;gap:8px;border-radius:8px;font-size:16px;line-height:24px;border:1px solid var(--borderGrayBg);margin-top:10px;resize:none;outline:none}.modalBox .modalWrap .textWrap .form-group .commenttextare{margin:0 0 10px;text-align:right;font-family:var(--font);font-size:14px;font-weight:400;line-height:20px;color:var(--modalInfoText)}.modalBox .modalWrap .textWrap .sub-left{margin-top:20px;text-align:left!important}.modalBox .modalWrap .textWrap .sub-left p{font-family:var(--font);font-size:.875rem;font-weight:600;color:var(--labelColor);margin-bottom:5px}.modalBox .modalWrap .buttonArea{width:100%;display:flex;justify-content:center;gap:1rem;align-items:center;padding:0 0 28px}@media screen and (max-width:1024px){.modalBox .modalWrap .buttonArea{padding:0 0 20px}}.modalBox .modalWrap .buttonArea button{width:120px;height:40px;border-radius:.625rem!important;padding:6px 12px;box-shadow:none;font-weight:500;text-transform:capitalize!important}.modalBox .modalWrap .buttonArea button.exitBtn{min-width:3rem!important}.modalBox .modalWrap .buttonArea button.wfit{width:fit-content;height:40px}.modalBox .commonSearchWrapper input:-webkit-autofill,.modalBox .commonSearchWrapper input:-webkit-autofill:hover,.modalBox .commonSearchWrapper input:-webkit-autofill:focus,.modalBox .commonSearchWrapper input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--white) inset!important;box-shadow:0 0 0 1000px var(--white) inset!important;-webkit-text-fill-color:var(--black)}.modalBox.overflowHide{overflow:hidden}.modalBox.addDepartment .form-field .MuiInputBase-input{padding:12px 40px 12px 12px}.modalBox .trash{display:block!important;position:relative}.modalBox .trash .error{margin:0 0 10px;font-size:.75rem;color:var(--colorError)}.modalBox .formWrap.textleft{text-align:left;margin-top:16px}@media screen and (max-width:1024px){.modalBox .formWrap.textleft{margin-top:16px}}.modalBox .formWrap.textleft .form-field.textarea.p0{padding:0!important}.modalBox .formWrap.textleft .form-field.textarea.pt16{padding-top:16px!important}.modalBox .form-field.mb12{margin-bottom:12px!important;margin-top:0!important}.modalBox textarea::placeholder{color:var(--placeholderTextColor)}.templateDeleteModal textarea:focus{border-color:#2a7bbb!important}.templateDeleteModal .modalWrap .textWrap{padding-bottom:0!important;margin-bottom:10px!important}.templateDeleteModal .form-group.mb30{margin-bottom:0!important}@media screen and (max-width:1024px){.templateDeleteModal .form-group.mb30{margin-bottom:0!important}}.templateDeleteModal .form-group .commenttextare{margin:0 0 10px;text-align:right;font-family:var(--font);font-size:14px;font-weight:400;line-height:20px;color:var(--modalInfoText)}@media screen and (max-width:1024px){.templateDeleteModal .form-group .commenttextare{margin:0 10px 10px 0!important}}.msiMainWrapper{margin-bottom:-4px}.msiWrapper{margin-top:1rem;padding:12px;border:1px solid #bdc4ca;border-radius:8px;display:flex;align-items:center}.msiWrapper .deviceImage img{width:3rem}.msiWrapper .rightContent{width:calc(100% - 48px);padding-left:1rem}.msiWrapper .rightContent .title{margin:0;font-size:1.125rem;font-weight:600;line-height:1.3125rem;color:#3a4f5f;text-align:left;word-break:break-all}@media screen and (max-width:1024px){.msiWrapper .rightContent .title{font-size:1rem}}.msiWrapper .rightContent .titleInfo{margin:0;font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;color:#3a4f5f;word-break:break-all}.lastLoginWrapper{margin-top:1rem;padding:12px;border:1px solid #bdc4ca;border-radius:8px}.lastLoginWrapper .smallText{margin:0;font-size:.875rem;font-weight:400;line-height:1.25rem;text-align:left;color:#60707d}.lastLoginWrapper .loginText{margin:0;font-size:1rem;font-weight:700;line-height:1.5rem;text-align:left;color:#3a4f5f}.domainModal .formWrapper{padding-top:1.875rem;text-align:left}@media screen and (max-width:1024px){.domainModal .formWrapper{padding-top:1.25rem}}.domainModal .buttonArea{margin-top:-8px}.scroller{padding:0 10px 0 0;max-height:262px;overflow:auto;margin-right:-10px}.header{position:fixed;top:0;width:100%;height:5rem;padding:23px 32px;background-color:var(--headerBg);border-bottom:1px solid var(--headerBorder);display:flex;justify-content:space-between;align-items:center;z-index:999;overflow:hidden}@media screen and (max-width:1280px){.header{padding:23px 28px;height:4.875rem}}@media screen and (max-width:1024px){.header{padding:1.25rem;height:4.875rem}}.header .leftWrapper .logo{width:6.25rem}.header .leftWrapper .logo img{width:100%}.header .rightWrap .actionBtnWrap{display:flex;align-items:center;gap:.625rem}.header .rightWrap .actionBtnWrap .actionBtn{padding:0;background:transparent;border:0;outline:none;cursor:pointer;display:flex;align-items:center}.header .rightWrap .actionBtnWrap .actionBtn .image{width:1.25rem;height:1.25rem}.header .rightWrap .actionBtnWrap .actionBtn .userImage{width:1.5rem;height:1.5rem;margin-left:.625rem}.header .rightWrap .actionBtnWrap .actionBtn .userImage img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center center}.header .rightWrap .actionBtnWrap .actionBtn .UserNameWrapper{width:1.625rem;height:1.625rem;margin-left:.625rem;padding:.1875rem;background:#3a4f5f;border:0;border-radius:50%;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;white-space:nowrap}.header .rightWrap .actionBtnWrap .actionBtn .UserNameWrapper .image{width:1.25rem;height:1.25rem}.header .rightWrap .actionBtnWrap .actionBtn .UserNameWrapper .userName{margin:0;font-size:.75rem;font-weight:500;color:var(--white);white-space:nowrap}.header .rightWrap .actionBtnWrap .actionBtn .active{display:none}.header .rightWrap .actionBtnWrap .actionBtn.notificationRedDot{position:relative}.header .rightWrap .actionBtnWrap .actionBtn.notificationRedDot:before{content:"";position:absolute;width:8px;height:8px;background:var(--colorError);top:-2px;right:-2px;border-radius:50%;border:1px solid white}.header .rightWrap .actionBtnWrap.active{fill:red}.MuiMenu-root.headermenuWrapper .MuiModal-backdrop{background-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.MuiMenu-root.headermenuWrapper.ml50 .MuiMenu-paper{margin-top:8px!important;margin-left:-50px!important}.MuiMenu-root.headermenuWrapper.ml50.mlauditLog .MuiPaper-root{max-height:300px!important}.MuiMenu-root.headermenuWrapper.ml50.recentactivity .MuiMenu-paper{margin-left:-30px!important}.MuiMenu-root.headermenuWrapper.ml50.recentactivity .MuiPaper-root{max-height:300px!important}.MuiMenu-root.headermenuWrapper .MuiMenu-paper{margin-top:1.125rem!important;margin-left:-5px!important;padding:12px 8px;border-radius:.75rem;background-color:var(--white);box-shadow:2px 2px 20px 4px #a7aeba1f!important}.MuiMenu-root.headermenuWrapper .MuiMenu-paper .MuiList-root{padding:0}.MuiMenu-root.headermenuWrapper .MuiMenu-paper .MuiList-root .MuiMenuItem-root{border-radius:.25rem;padding:9px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:.9375rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center}.MuiMenu-root.headermenuWrapper .MuiMenu-paper .MuiList-root .MuiMenuItem-root.active,.MuiMenu-root.headermenuWrapper .MuiMenu-paper .MuiList-root .MuiMenuItem-root:hover{color:#3a4f5f!important;font-weight:600!important;background-color:#d2e7ff!important}.MuiMenu-root.headermenuWrapper .MuiMenu-paper .MuiList-root .MuiMenuItem-root.actives{background-color:transparent!important}.MuiMenu-root.headermenuWrapper .MuiMenu-paper .MuiList-root .MuiMenuItem-root:not(:last-child){margin-bottom:.25rem}.MuiMenu-root.markAllmenuWrapper .MuiMenu-paper{min-width:140px!important;padding:10px!important;border-radius:12px;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important}.MuiMenu-root.markAllmenuWrapper .MuiMenu-paper .MuiList-root{padding-top:0!important;padding-bottom:0!important}.MuiMenu-root.markAllmenuWrapper .MuiMenu-paper .MuiList-root .MuiMenuItem-root{border-radius:8px;padding:10px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500!important;line-height:14px!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center}.MuiMenu-root.markAllmenuWrapper .MuiMenu-paper .MuiList-root .MuiMenuItem-root.active,.MuiMenu-root.markAllmenuWrapper .MuiMenu-paper .MuiList-root .MuiMenuItem-root:hover{font-weight:600!important;color:var(--activeMenuText)!important;background-color:var(--hoverBg)!important}.MuiMenu-root.markAllmenuWrapper .MuiMenu-paper .MuiList-root .MuiMenuItem-root:not(:last-child){margin-bottom:4px}@media screen and (max-width:1100px){.notificationHeaderPopup{margin-top:-18px}}.notificationHeaderPopup .MuiPaper-root{border-radius:12px;border-radius:.75rem!important;box-shadow:0 15px 15px -1px #0000000a!important}.notificationHeaderPopup .MuiPaper-root .notificationPopup{width:325px;max-height:520px;padding:0 0 8px;border-radius:12px;overflow:hidden}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;overflow:hidden;padding:20px 20px 8px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .subheading{font-family:var(--font);font-size:12px;font-weight:700;line-height:14.4px;color:var(--colorSecondary)}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark{font-family:var(--font);font-size:12px;font-weight:400;line-height:18px;text-align:center;color:var(--activeMenuText);display:flex;align-items:center}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark .customCheck{margin:0;border-radius:12px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark .customCheck .MuiFormControlLabel-root{margin-right:-6px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark .customCheck .MuiFormControlLabel-root .MuiButtonBase-root{padding:0;margin-right:5px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark .customCheck .MuiFormControlLabel-root .MuiSvgIcon-root{width:.8em;height:.8em}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark .customCheck .multiselectCheckboxWrapper .MuiFormControlLabel-label{font-weight:400!important;font-size:12px!important;margin-left:7px!important}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark .customCheck .multiselectCheckboxWrapper.notificationMulti .MuiCheckbox-root:after{top:-8.5px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark .customCheck .multiselectCheckboxWrapper.notificationMulti .MuiCheckbox-root.Mui-checked:after{top:-8.5px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark .customCheck .multiselectCheckboxWrapper.notificationMulti.notificationTab{margin-left:10px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .mark .customCheck .notificationMulti .MuiFormControlLabel-root{width:max-content;margin:0;font-family:var(--font);font-size:12px;font-weight:400;line-height:18px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection,.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch{display:flex;align-items:center}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .switchTxt{padding-left:8px;margin:0;font-family:Inter,sans-serif;font-weight:500;font-size:11px;line-height:normal;text-align:center;color:#60707d}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-root{width:32px;height:18px;padding:0}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-root .MuiButtonBase-root+.MuiSwitch-track{background:#bdc4ca;opacity:1}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-root .MuiButtonBase-root.Mui-checked .MuiSwitch-thumb{color:var(--white);padding:0;margin:0 -5px;box-shadow:none}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-root .MuiButtonBase-root.Mui-checked+.MuiSwitch-track{background:var(--colorPrimary);opacity:1}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-root .MuiSwitch-thumb{box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a;width:14px;height:14px;border-radius:50%}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-root .MuiSwitch-track{width:32px;height:18px;border-radius:11px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-root .MuiSwitch-track .MuiSwitch-switchBase{padding:0}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-root .MuiSwitch-track .MuiSwitch-thumb{width:14px;height:14px;border-radius:50%;background:#fff}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-root .MuiTouchRipple-root{display:none}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-switchBase{padding:2px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-switchBase.Mui-disabled+.MuiSwitch-track{opacity:.6;cursor:not-allowed;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a}.notificationHeaderPopup .MuiPaper-root .notificationPopup .heading .headRightSection .notification_toggle_switch .MuiSwitch-switchBase:hover{background-color:transparent}.notificationHeaderPopup .MuiPaper-root .notificationPopup .markAllSection .actionMenuButton{min-width:fit-content;padding:5px;margin-left:15px;border:0;outline:0;transition:all .3s ease-in}.notificationHeaderPopup .MuiPaper-root .notificationPopup .markAllSection .actionMenuButton:hover{background-color:var(--hoverBg)}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper{box-shadow:none;max-height:350px!important;overflow:auto;padding:0 20px 8px;height:fit-content}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list{display:block;padding:20px 0 10px;border-bottom:1px solid var(--borderGray)}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item{display:flex;align-items:flex-start;justify-content:space-between}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item .descriptionBox{width:250px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item .descriptionBox .ticketNumber{max-width:200px;margin-bottom:2px;font-family:var(--font);font-size:14px;font-weight:400;line-height:19px;letter-spacing:-.02em;color:var(--colorSecondary);word-wrap:break-word;display:flex;align-items:flex-start}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item .descriptionBox .ticketNumber.bold{font-weight:600}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item .descriptionBox .ticketDescription{font-family:var(--font);font-size:13px;font-weight:400;line-height:18.2px;color:var(--modalInfoText);display:block;word-wrap:break-word;margin-top:5px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item .descriptionBox .dotbutton{width:20px;height:20px;min-width:20px!important;padding:0;margin-left:6px;border-radius:50%;background-color:transparent;border:0;outline:0;display:flex;justify-content:center;align-items:center;transition:all .1s ease-in;position:relative;top:-2px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item .descriptionBox .dotbutton .bluedot{min-width:6px!important;height:6px;padding:0;border-radius:50%;background-color:#2a7bbb}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item .descriptionBox .dotbutton:hover{background-color:#2a7bba1a}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item .crossBtn{cursor:pointer;width:16px;height:16px;margin:-2px 0 0}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .flex_item .crossBtn img{max-width:100%}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .viewdetailsWrapper{margin-top:5px;display:flex;align-items:center;justify-content:space-between}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .viewdetailsWrapper .view_deatils{display:inline-block;font-family:var(--font);font-size:12px;font-weight:600;line-height:18px;color:var(--btnPrimary);text-decoration:underline;cursor:pointer}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li .item_list .viewdetailsWrapper .dateTimeTxt{font-weight:500;font-size:12px;line-height:130%;color:#85929c}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li:first-child{margin-top:-10px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper li.no-data{margin-top:10px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper .notificationNodata .noDataWrapper{height:243px}@media screen and (max-width:1280px){.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper .notificationNodata .noDataWrapper{height:243px}}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper .notificationNodata .noDataWrapper figure{width:140px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper .notificationNodata .noDataWrapper figure img{width:100%}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper .notificationNodata .noDataWrapper .noDataTitle{margin:10px 0 0!important;font-size:16px}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper .notificationNodata .noDataWrapper .centerWrap{padding:0!important}.notificationHeaderPopup .MuiPaper-root .notificationPopup .notificationWrapper .notificationLoading{margin:10px 0;font-size:14px;color:var(--btnPrimary);font-weight:600;text-align:center}@media screen and (max-width:1100px){.customNotificationPopover{margin-top:-18px}}.customNotificationPopover .MuiPopover-paper{max-width:325px}.customNotificationPopover .customNotificationTabsWrapper{padding:0 20px 20px;min-width:325px}.customNotificationPopover .customNotificationTabsWrapper .MuiTabs-root .labelName.dot{position:relative}.customNotificationPopover .customNotificationTabsWrapper .MuiTabs-root .labelName.dot:before{content:"";width:5px;height:5px;border-radius:50%;background-color:#f04438;position:absolute;right:38px}.customNotificationPopover .customNotificationTabsWrapper .MuiTabs-root .MuiTabs-indicator{height:4px;background-color:#2a7bbb;border-radius:2px}.customNotificationPopover .customNotificationTabsWrapper .MuiTabs-root .MuiTabs-flexContainer{gap:0}.customNotificationPopover .customNotificationTabsWrapper .MuiTabs-root .MuiTabs-flexContainer .MuiTab-root{width:50%;font-size:16px;font-weight:600;color:#60707d}.customNotificationPopover .customNotificationTabsWrapper .MuiTabs-root .MuiTabs-flexContainer .MuiTab-root.applyRedDot{position:relative}.customNotificationPopover .customNotificationTabsWrapper .MuiTabs-root .MuiTabs-flexContainer .MuiTab-root.applyRedDot:after{width:5px;height:5px;border-radius:100%;background:#f26258;position:absolute;content:"";top:50%;right:0;transform:translateY(-50%)}.customNotificationPopover .customNotificationTabsWrapper .MuiTabs-root .MuiTabs-flexContainer .MuiTab-root.mui-selected{color:#3a4f5f;font-weight:700}.customNotificationPopover .customNotificationTabsWrapper .notificationPopup{min-width:fit-content;padding:0;width:100%;overflow:unset;max-height:unset}.customNotificationPopover .customNotificationTabsWrapper .notificationPopup .heading{padding:20px 0 8px 10px}.customNotificationPopover .customNotificationTabsWrapper .notificationPopup .heading .mark .customCheck .multiselectCheckboxWrapper .MuiFormControlLabel-label{text-transform:capitalize}.customNotificationPopover .customNotificationTabsWrapper .notificationPopup .notificationWrapper{padding:0 20px 0 0}.customNotificationPopover .customNotificationTabsWrapper .notificationPopup .notificationWrapper li .item_list .flex_item .descriptionBox .ticketNumber{font-size:14px;max-width:200px}.alertMainPopover .switchBox .MuiTypography-root{margin-left:8px;font-family:Inter,sans-serif!important;font-weight:500;font-size:11px;line-height:normal;text-align:center;color:#60707d}.alertMainPopover .ios-switch input:checked+.ios-slider{background-color:#2a7bbb!important}.alertMainPopover .ios-switch .ios-slider{background-color:#bdc4ca!important}.alertMainPopover .MuiAccordionSummary-root{align-items:flex-start;padding:0;cursor:default!important}.alertMainPopover .MuiAccordionDetails-root{padding:0 0 20px}.alertMainPopover .MuiAccordionSummary-expandIconWrapper{margin-top:10px}.alertMainPopover .MuiAccordionSummary-expandIconWrapper svg path{fill:#2a7bbb}.alertMainPopover .MuiAccordion-root{margin:0;box-shadow:none!important;border-radius:0!important}.alertMainPopover .MuiAccordion-root.Mui-expanded{margin:0;background:transparent}.alertMainPopover .alertHeading{width:100%;display:flex;align-items:flex-start;gap:10px;flex-direction:column;cursor:default}.alertMainPopover .alertHeading .topView{display:flex;align-items:center;justify-content:space-between;width:100%}.alertMainPopover .alertHeading .topView .alertIcon img{filter:brightness(0) saturate(100%) invert(36%) sepia(97%) saturate(386%) hue-rotate(163deg) brightness(100%) contrast(95%)}.alertMainPopover .alertHeading .topView .alertName{max-width:235px;font-size:14px;font-weight:600;color:#3a4f5f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alertMainPopover .alertHeading .dotbutton{width:20px;height:20px;min-width:20px!important;padding:0;margin-left:6px;border-radius:50%;background-color:transparent;border:0;outline:0;display:flex;justify-content:center;align-items:center;transition:all .1s ease-in;position:relative;top:-2px}.alertMainPopover .alertHeading .dotbutton .bluedot{min-width:6px!important;height:6px;padding:0;border-radius:50%;background-color:#2a7bbb}.alertMainPopover .alertHeading .dotbutton:hover{background-color:#2a7bba1a}.alertMainPopover .alertHeading .bottomView{width:100%}.alertMainPopover .alertHeading .bottomView .name{font-size:13px;color:#3a4f5f;font-weight:600;margin-right:5px}.alertMainPopover .alertHeading .bottomView .siteName{color:#85929c;font-size:13px;font-weight:500}.alertMainPopover .alertHeading .bottomView .date{font-weight:500;font-size:12px;line-height:130%;color:#85929c}.alertMainPopover .viewToggle{text-decoration:underline;border:none;background:transparent;display:inline-block;font-family:var(--font);font-size:12px;font-weight:600;color:#2c7dbe}.alertMainPopover .buttonSonQube{width:20px;height:20px;min-width:20px!important;padding:0;margin-left:6px;border-radius:50%;background-color:transparent;border:0;outline:0;display:flex!important;justify-content:center;align-items:center;transition:all .1s ease-in;position:relative;top:-2px}.alertMainPopover .buttonSonQube .unread{min-width:6px!important;height:6px;padding:0;border-radius:50%;background-color:#2a7bbb;display:flex;align-items:center;justify-content:center}.alertMainPopover .buttonSonQube .read{min-width:6px!important;height:6px;padding:0;border-radius:50%;background-color:transparent;border:.5px solid #bdc4ca;display:flex;align-items:center;justify-content:center}.alertMainPopover .buttonSonQube:hover{background-color:#2a7bba1a}.alertMainPopover .alertDescriptionWrapper .siteDescription{color:#85929c}.alertMainPopover .alertDescriptionWrapper .date{font-weight:500;font-size:12px;color:#85929c}.alertMainPopover .Mui-expanded .notExpand{display:none!important}.alertMainPopover .notExpand{display:block!important}.alertMainPopover .threeDot{margin-right:10px;width:auto;height:auto;text-align:right;display:flex;cursor:pointer}.alertMainPopover .noDataWrapper{height:180px}.alertMainPopover .alertTopSec{background:var(--white);position:sticky;top:0;background:#fff;width:99%;z-index:1}.alertMainPopover .MuiButtonBase-root.Mui-expanded{min-height:auto;margin:0}.alertMainPopover .MuiButtonBase-root .Mui-expanded{margin-bottom:-5px}.p-2{padding:0 10px}.threeDotPopup .MuiPaper-root{box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;min-width:140px!important;padding:10px!important;border-radius:12px;background-color:var(--white)}.popover-menu ul li a,.popover-menu ul li span{padding:8px;border-radius:10px;font-weight:500;color:#60707d;transition:.3s;display:block}.popover-menu ul li a:hover,.popover-menu ul li span:hover{background:#d2e7ff}.popover-menu ul .anchorTag{cursor:pointer}.popover-menu ul .anchorTag.anchor-disabled{opacity:.4;pointer-events:none;cursor:default}.popover-menu .anchorTag{cursor:pointer}.popover-menu .anchorTag.anchor-disabled{opacity:.4;pointer-events:none;cursor:default}.noteHeading{padding:8px 0 0!important}.noteHeading .headRightSection{display:flex;justify-content:space-between;width:100%;margin:0}.noDataWrapper{height:calc(100vh - 380px);overflow-y:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media screen and (max-width:1500px){.noDataWrapper{height:calc(100vh - 360px)}}@media screen and (max-width:1280px){.noDataWrapper{height:calc(100vh - 342px)}}.noDataWrapper .noDataTitle{margin:0;font-size:20px;font-weight:600;line-height:24px;color:var(--colorSecondary);font-family:var(--font)!important;text-align:center}@media screen and (max-width:1280px){.noDataWrapper .noDataTitle{font-size:18px}}@media screen and (max-width:1024px){.noDataWrapper .noDataTitle{font-size:16px}}.noDataWrapper .noDataInfo{margin:8px auto 0;font-size:14px;font-weight:400;line-height:20px;text-align:center;color:#475467;font-family:var(--font)!important;max-width:352px}.noDataWrapper .btnWrap{padding-top:20px}.noDataWrapper .btnWrap button{font-family:var(--font)!important}.button{padding:15px;font-size:.875rem;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .3s ease;text-transform:capitalize;font-family:var(--font)!important;gap:8px}.AQ-CustomStepperWrapper{display:flex;background:#f8f9f9;width:100%;padding:12px 20px;gap:20px;border-radius:12px;justify-content:space-between;margin-bottom:20px}.AQ-CustomStepperWrapper .AQ-stepperItems{display:flex;align-items:center;gap:10px;color:#85929c;font-weight:500}.AQ-panelContainer{background:#f8f9f9;padding:15px;border-radius:12px;margin-bottom:30px}.AQ-panelContainer .AQ-panelTopView{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1024px){.AQ-panelContainer .AQ-panelTopView{flex-wrap:wrap}}@media screen and (max-width:1024px){.AQ-panelContainer .AQ-panelTopView .AQ-leftCol{width:fit-content}}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol{display:flex;align-items:center;gap:10px}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .panelTimebtn{min-width:48px!important;width:48px!important;height:40px!important;background-color:transparent!important;display:flex;justify-content:center;align-items:center}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol button{min-width:fit-content!important;white-space:nowrap}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customSelectWrapper{min-width:150px}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customSelectWrapper .customSelectValue{border:1px solid #3a4f5f;border-radius:32px;padding:3px 10px;font-size:12px;font-weight:600}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customSelectWrapper .MuiOutlinedInput-root{height:40px!important;border-radius:10px!important;box-shadow:0 1px 2px #1018280d!important}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customSelectWrapper .MuiFormControl-root{width:100%}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customSelectWrapper .MuiSelect-select{height:auto;min-height:1.4375em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-family:Montserrat,sans-serif!important;font-size:14px;font-weight:600}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customSelectWrapper .MuiSelect-outlined{padding:10.5px 14px}.lineChartWrapper .topView{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9d9d9;margin-bottom:20px;padding-bottom:12px}.lineChartWrapper .topView .rightCol{display:flex;align-items:center;gap:10px}@media screen and (max-width:768px){.lineChartWrapper .topView .rightCol{flex-wrap:wrap}}.lineChartWrapper .topView .rightCol .customDatePickerWrapper.applied{position:relative}.lineChartWrapper .topView .rightCol .customDatePickerWrapper.applied:after{position:absolute;content:"";background:#f26258;border:1px solid #f9f9fc;width:10px;height:10px;border-radius:100%;right:-2px;top:0}.lineChartWrapper .topView .rightCol .customDatePickerWrapper .registrationWrap{margin-bottom:0}.lineChartWrapper .topView .rightCol .customDatePickerWrapper .registrationWrap .registration_title{margin:0}.lineChartWrapper .topView .rightCol .customDatePickerWrapper .registrationWrap .form-field{margin-bottom:0}.lineChartWrapper .topView .rightCol .customDatePickerWrapper .registrationWrap .form-field.date-picker .DobBoxs{height:40px;padding:12px 28px 12px 35px;margin-top:0;margin-bottom:0;font-size:14px;cursor:pointer}.lineChartWrapper .topView .rightCol .customDatePickerWrapper .registrationWrap .form-field.date-picker .DobBoxs .noborder{border:none;font-family:var(--font);line-height:1.5rem;color:var(--inputTextColor);background:transparent;font-weight:500;font-size:14px;height:100%}.lineChartWrapper .topView .rightCol .customDatePickerWrapper .registrationWrap .form-field.date-picker .DobBoxs .icon{width:20px;height:18px;left:10px;top:50%;transform:translateY(-50%)}.lineChartWrapper .topView .rightCol .customDatePickerWrapper .registrationWrap .form-field.date-picker .DobBoxs .arrowIcon{width:10px;height:10px;cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.lineChartWrapper .valveMainWrapper{display:flex;flex-wrap:wrap;gap:22px;margin-bottom:20px}@media screen and (max-width:1100px){.lineChartWrapper .valveMainWrapper{gap:10px}}.lineChartWrapper .valveMainWrapper .valveWrapper{display:flex;align-items:center;gap:8px;line-height:1}.lineChartWrapper .valveMainWrapper .valveWrapper .valveBg{width:20px;height:14px;border-radius:4px}.switch-tab-container{background:#f8f9f9;padding:0 15px;margin-bottom:20px;border:.5px solid #bdc4ca;border-radius:12px;display:flex;gap:20px}.switch-tab-container .switch-tab-tab{background:transparent;border:0;height:auto;color:#60707d;font-size:16px;font-weight:500;min-height:58px;border-bottom:4px solid transparent;transition:all .3s ease}.switch-tab-container .switch-tab-tab.switch-tab-active{font-weight:700;border-bottom:4px solid #2a7bbb;transition:all .3s ease}.sensing-aqualab-inner-tab-cards{display:flex;flex-wrap:wrap;margin:0 -15px 20px;align-items:stretch}.sensing-aqualab-inner-tab-cards .cardSkeletonWrapper{flex-wrap:nowrap}@media screen and (max-width:1024px){.sensing-aqualab-inner-tab-cards .cardSkeletonWrapper{flex-wrap:wrap}}.sensing-aqualab-inner-tab-cards .cardSkeletonWrapper .cards-skeleton-loader{width:33.33%!important}@media screen and (max-width:1024px){.sensing-aqualab-inner-tab-cards .cardSkeletonWrapper .cards-skeleton-loader{width:48%!important}}.sensing-aqualab-inner-tab-cards>div{width:33.33%;padding:0 15px;margin-bottom:20px}@media screen and (max-width:1024px){.sensing-aqualab-inner-tab-cards>div{width:50%}}.sensing-aqualab-inner-tab-cards>div .sensing-card-container{width:100%;height:100%;background:#f8f9f9;padding:15px;border-radius:12px;border:.5px solid #bdc4ca}.sensing-aqualab-inner-tab-cards>div .sensing-card-container .sensing-card-top-row{display:flex;align-items:center;gap:10px;color:#60707d;font-size:16px;margin-bottom:20px}.sensing-aqualab-inner-tab-cards>div .sensing-card-container .sensing-card-value-unit-pair{display:flex;gap:5px;font-size:25px;margin-right:5px}.sensing-aqualab-inner-tab-cards>div .sensing-card-container .sensing-card-value-unit-pair .txtSuffix{font-size:24px;font-weight:500}.sensing-aqualab-inner-tab-cards>div .sensing-card-container .sensing-card-value-unit-pair .txtSuffix sub{bottom:0}.sensingWrappers .customSelectWrapper{min-width:150px}.sensingWrappers .customSelectWrapper .customSelectValue{border:1px solid #3a4f5f;border-radius:32px;padding:3px 10px;font-size:12px;font-weight:600}.sensingWrappers .customSelectWrapper .MuiOutlinedInput-root{height:40px!important;border-radius:10px!important;box-shadow:0 1px 2px #1018280d!important}.sensingWrappers .customSelectWrapper .MuiFormControl-root{width:100%}.sensingWrappers .customSelectWrapper .MuiSelect-select{height:auto;min-height:1.4375em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-family:Montserrat!important;font-size:16px;font-weight:500}.sensingWrappers .customSelectWrapper .MuiSelect-outlined{padding:10.5px 14px;padding-right:10px!important}.sensingWrappers .MuiTabs-root .MuiTabs-flexContainer{gap:30px}.sensingWrappers .MuiTabs-root .MuiTabs-flexContainer .MuiTab-root{padding:20px 0;color:#60707d;text-transform:capitalize;transition:all .3s ease;font-size:1rem!important;font-weight:500}.sensingWrappers .MuiTabs-root .MuiTabs-flexContainer .MuiTab-root.Mui-selected{color:#60707d;font-weight:700;transition:all .3s ease}.sensingWrappers .MuiTabs-root .MuiTabs-flexContainer .MuiTabs-root{background:#fff}.sensingWrappers .MuiButton-text{text-transform:capitalize!important;font-family:var(--font)!important;font-weight:600!important;font-size:.75rem!important}.sensingWrappers .MuiButton-text:disabled{color:#fff!important}.sensingWrappers .MuiButton-outlined{height:40!important;min-width:120!important;border-radius:10!important;border:1px solid var(--borderGray)!important;box-shadow:none!important;gap:10px;font-size:14px!important;font-family:var(--font)!important;font-weight:500!important;color:#2a7bbb!important;text-transform:capitalize!important;box-shadow:0 1px 2px #1018280d!important}.sensingWrappers .MuiButton-outlined:disabled{color:#bdc4ca!important;border:1px solid var(--borderGray)!important}.sensingWrappers .MuiButton-contained{height:40px!important;min-width:120px!important;border-radius:10px!important;border:1px solid #2a7bbb!important;background-color:#2a7bbb!important;gap:10px;color:#fff!important;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500!important;text-transform:capitalize!important;box-shadow:-1px 0 #1322951a inset!important;white-space:nowrap}.sensingWrappers .MuiButton-contained.addNewBtn{min-width:85px!important}.sensingWrappers .MuiButton-contained:disabled{background-color:var(--borderGray)!important;border:0!important}.sensingWrappers .MuiMenu-root .MuiMenu-paper.singleSearchPopover{padding:4px 10px!important;box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important}.sensingWrappers .MuiMenu-root .MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root{padding:10px!important;background:#ffffff03;border-radius:10px;font-family:var(--font);font-size:14px!important;font-weight:500!important;color:var(--btnBlackBg)!important;justify-content:flex-start;align-items:center;line-height:1.5rem}.sensingWrappers .MuiMenu-root .MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root .MuiFormControlLabel-label{font-size:14px;font-weight:500;font-family:var(--font);margin-right:0;padding-left:10px}.sensingWrappers .MuiMenu-root .MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root.Mui-selected{margin-bottom:10px;background-color:#c3daec!important;color:#2a7bbb!important}.sensingWrappers .MuiMenu-root .MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root:hover{background-color:#d2e7ff}.sensingWrappers .MuiMenu-root .MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects{cursor:default!important}.sensingWrappers .MuiMenu-root .MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects.active,.sensingWrappers .MuiMenu-root .MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects:hover{font-weight:500!important;color:var(--menuText)!important;background:var(--white)!important}.sensingWrappers .MuiMenu-root .MuiMenu-paper.singleSearchPopover .MuiList-root.Mui-selected{background-color:#c3daec!important}.sensing-aqualab-inner-tab-graphs>div{border:.5px solid #bdc4ca;padding:15px;border-radius:12px;margin-bottom:30px}.sensing-aqualab-inner-tab-main-graph-title{margin-bottom:30px;font-size:14px;font-weight:600;border-bottom:1px solid #d9d9d9;padding-bottom:15px}.AQ-panelTabsContainer{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;background-color:#f8f9f9;padding:15px;border-radius:12px;gap:20px;flex-direction:column}.AQ-panelTabsContainer .AQ-panelTabHeading-And-Select{display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width:1024px){.AQ-panelTabsContainer .AQ-panelTabHeading-And-Select{flex-wrap:wrap}}.AQ-panelTabsContainer .customTabsWrapper{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.AQ-panelTabsContainer .customTabsWrapper .backBtn img{transform:rotate(180deg)}.AQ-panelTabsContainer .customTabsWrapper .backBtn,.AQ-panelTabsContainer .customTabsWrapper .nextBtn{display:flex;cursor:pointer}.AQ-panelTabsContainer .customTabsWrapper .backBtn.disable-right-arrow,.AQ-panelTabsContainer .customTabsWrapper .nextBtn.disable-right-arrow,.AQ-panelTabsContainer .customTabsWrapper .backBtn.disable-left-arrow,.AQ-panelTabsContainer .customTabsWrapper .nextBtn.disable-left-arrow{opacity:.4;pointer-events:none}.AQ-panelTabsContainer .customTabsWrapper .sensing-tab-wrapper{width:fit-content;display:flex;justify-content:space-between;overflow-x:hidden;position:relative}.AQ-panelTabsContainer .customTabsWrapper .sensing-tab-wrapper .sensingTabsWrapper{border:0;background:transparent;display:flex;align-items:center;gap:10px;min-width:fit-content;padding:0!important;z-index:2;transition:all .2s ease}.AQ-panelTabsContainer .customTabsWrapper .sensing-tab-wrapper .sensingTabsWrapper .sensingTabsLabel{font-size:14px;font-weight:600;line-height:24px;color:#85929c;white-space:nowrap}.AQ-panelTabsContainer .customTabsWrapper .sensing-tab-wrapper .sensingTabsWrapper.selected-sensing-tabs-wrapper{transition:all .2s ease;background:#ecf3f9}.AQ-panelTabsContainer .customTabsWrapper .sensing-tab-wrapper .sensingTabsWrapper.selected-sensing-tabs-wrapper .sensingTabsLabel{color:#2a7bbb}.AQ-panelTabsContainer .AQ-panelInnerContainer{display:flex;align-items:center;flex-grow:1;gap:10px;justify-content:space-between}.AQ-panelTabsContainer .MuiTabs-root{width:100%}.AQ-panelTabsContainer .MuiTabs-root .MuiTabs-indicator{display:none}.AQ-panelTabsContainer .MuiTabs-root .MuiTab-root{padding:0 10px;color:#85929c;text-transform:capitalize;transition:all .3s ease;font-weight:600;font-size:14px;height:fit-content;min-height:fit-content;min-width:fit-content;flex-direction:row;gap:10px;font-family:var(--font)!important;z-index:2;background:#fff}.AQ-panelTabsContainer .MuiTabs-root .MuiTab-root:first-of-type{padding-left:0}.AQ-panelTabsContainer .MuiTabs-root .MuiTab-root:last-of-type{padding-right:0}.AQ-panelTabsContainer .MuiTabs-root .MuiTabs-flexContainer{display:flex;align-items:center;justify-content:space-between;position:relative}.AQ-panelTabsContainer .MuiTabs-root .MuiTabs-flexContainer:after{position:absolute;content:"";width:100%;height:2px;background:#bdc4ca;top:50%;transform:translateY(-50%);z-index:1}.AQ-panelTabsContainer .MuiTab-iconWrapper{margin-bottom:0}.AQ-panelTabsContainer .MuiTabs-root .MuiTabs-flexContainer .MuiTab-root.Mui-selected{color:#2a7bbb;font-weight:600;transition:all .3s ease}.AQ-panelContainer{background-color:#f8f9f9}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customDatePickerWrapper .registrationWrap{margin-bottom:0}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customDatePickerWrapper .registrationWrap .registration_title{margin:0}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customDatePickerWrapper .registrationWrap .form-field{margin-bottom:0}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customDatePickerWrapper .registrationWrap .form-field.date-picker .DobBoxs{height:40px;padding:12px 28px 12px 35px;margin-top:0;margin-bottom:0;font-size:14px;cursor:pointer}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customDatePickerWrapper .registrationWrap .form-field.date-picker .DobBoxs .icon{width:20px;height:18px}.AQ-panelContainer .AQ-panelTopView .AQ-rightCol .customDatePickerWrapper .registrationWrap .form-field.date-picker .DobBoxs .arrowIcon{width:10px;height:10px;cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.filter_popover.datepicker_popover.sensingDatePopover,.filter_popover.datepicker_popover.sensingDatePopover .MuiPopover-paper{max-height:unset!important}.filter_popover.datepicker_popover.sensingDatePopover .MuiPopover-paper .MuiPickersSlideTransition-root{min-height:270px!important}.tabsSkeletonWrapper{border:.5px solid #bdc4ca;border-radius:12px;padding:10px;margin-bottom:20px}.cardSkeletonWrapper{display:flex;flex-wrap:wrap;width:100%!important;gap:20px}.cardSkeletonWrapper .MuiSkeleton-root{width:48%!important}.componentLoading .MuiSkeleton-root{width:31%!important}.chartBox{margin-top:20px;border-left:1px solid #bdc4ca;border-bottom:1px solid #bdc4ca;border-radius:0 0 0 5px;display:flex;align-items:flex-end;gap:50px;padding:0 0 0 20px;justify-content:space-between}.chartBox .MuiSkeleton-root{border-radius:4px 4px 0 0!important}.tableSkeletonWrapper .paginationSkeleton{margin-top:20px;display:flex;justify-content:space-between}.BottomTxt{text-align:center;font-weight:700;color:#85929c;font-size:11px}.topTxt{margin-left:10px;font-weight:700;color:#85929c;font-size:11px}.custom_range .date-picker-dropdown li .MuiButton-text{font-weight:500!important}.pageTopHead{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.pageTopHead .rightCol{display:flex;align-items:center;gap:10px}.pageTopHead .rightCol .IconBtn{height:40px;width:40px;min-width:40px;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #1018280d;background:#fff;border:1px solid #d0d5dd;border-radius:8px}.pageTopHead .rightCol .IconBtn.Mui-disabled{display:none}.AQ-customSingleSelectListWrap .MuiSelect-select{font-family:var(--font)!important;padding:0 30px 0 10px;font-size:12px;font-weight:500;position:relative}.AQ-customSingleSelectListWrap .MuiSelect-select:after{background-size:100%;width:12px;height:7px;background-image:url(../../../../assets/icons/downarrow.svg);background-repeat:no-repeat;position:absolute;content:"";top:50%;right:10px;transform:translateY(-50%) rotate(0);transition:all .3s ease}.AQ-customSingleSelectListWrap .MuiSelect-select[aria-expanded=true]:after{transform:translateY(-50%) rotate(180deg);transition:all .3s ease}.AQ-customSingleSelectListWrap .singleSelectTopLabel{color:#85929c;font-size:12px;font-weight:600;margin:10px 0;display:flex}.AQ-customSingleSelectListWrap .AQ-CustomSingleSelectList{margin-top:10px}.customDatePickerWrapper.applied{position:relative}.customDatePickerWrapper.applied:after{position:absolute;content:"";background:#f26258;border:1px solid #f9f9fc;width:10px;height:10px;border-radius:100%;right:-2px;top:0}.searchTopView{width:100%}.singleSearchWrapper{min-width:316px;padding:10px}.singleSearchWrapper .searchTopView{width:100%;padding:0 10px;border-radius:12px;margin:-5px 0 0 -10px;background:#fff;position:sticky;top:0;z-index:99}.singleSearchWrapper .singleSearchLabel{font-size:12px;font-weight:700;color:#85929c;margin-bottom:10px;display:block}.singleSearchWrapper .scrollListWrapper{max-height:133px;overflow:auto}.singleSearchWrapper .MuiOutlinedInput-root{border-radius:12px;margin-bottom:10px}.singleSearchWrapper .MuiOutlinedInput-input{padding:14px 0;font-size:12px;color:#3a4f5f;font-weight:500}.singleSearchWrapper .MuiOutlinedInput-input::placeholder{color:#3a4f5f!important}.singleSearchPopover{min-width:300px!important;border-radius:12px;margin-top:10px}.singleSearchPopover .MuiList-root{max-height:300px;overflow-y:auto;padding-top:0;overflow-x:hidden}.singleSearchPopover .MuiList-root .MuiMenuItem-root{margin-bottom:10px!important}.singleSearchPopover .MuiList-root .MuiMenuItem-root:first-of-type{position:sticky;top:0;background-color:#fff;z-index:99}.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects{cursor:default!important}.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects.active,.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects:hover{font-weight:500!important;color:var(--menuText)!important;background:var(--white)!important}.singleSearchPopover .searchTopView{width:100%;display:flex;flex-direction:column}.singleSearchPopover .searchTopView .singleSearchLabel{font-size:12px;font-weight:700;color:#85929c;margin-bottom:10px;display:block}.searchFilterWrapper .AQ-selectSearchWrapper .MuiSelect-select{font-size:12px!important}.AQ-selectSearchWrapper .MuiInputBase-root.form_field{height:40px!important}.AQ-selectSearchWrapper .MuiSelect-select{font-family:var(--font)!important;padding:0 30px 0 10px;font-size:16px!important;font-weight:500;position:relative}.AQ-selectSearchWrapper .MuiSelect-select:after{background-size:100%;width:12px;height:7px;background-image:url(../../../../assets/icons/downarrow.svg);background-repeat:no-repeat;position:absolute;content:"";top:50%;right:10px;transform:translateY(-50%) rotate(0);transition:all .3s ease}.AQ-selectSearchWrapper .MuiSelect-select.Mui-disabled{opacity:.5}.AQ-selectSearchWrapper.applied .MuiInputBase-root.form_field .MuiInputBase-input{background:#c3daec;border-radius:12px}.AQ-selectSearchWrapper.applied .MuiInputBase-root.form_field .MuiInputBase-input .chip{color:#2a7bbb;border:1px solid #2a7bbb!important}.AQ-selectSearchWrapper.applied .MuiSelect-select:after{background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%201.65039L5%205.15039L8.5%201.65039'%20stroke='%232A7BBB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.AQ-selectSearchWrapper .MuiSvgIcon-root{display:none}.AQ-selectSearchWrapper .MuiSelect-select{font-family:var(--font)!important;padding:0 30px 0 10px;font-size:16px;font-weight:500;position:relative}.AQ-selectSearchWrapper .MuiSelect-select:after{background-size:100%;width:12px;height:7px;background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%201.65039L5%205.15039L8.5%201.65039'%20stroke='%233A4F5F'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;position:absolute;content:"";top:50%;right:10px;transform:translateY(-50%) rotate(0);transition:all .3s ease}.AQ-selectSearchWrapper .MuiSelect-select[aria-expanded=true]:after{transform:translateY(-50%) rotate(180deg);transition:all .3s ease}.popupTextField .MuiOutlinedInput-root{border-radius:12px;font-size:13px;font-weight:500;font-family:var(--font)}.popupTextField .MuiInputBase-input{padding:14.5px 14px}.noChemicalFound{display:flex;flex-direction:column;justify-content:center;align-items:center}.noChemicalFound .noResultFound{margin-bottom:10px}.noChemicalFound .txt{font-size:20px;font-weight:600;line-height:24px;text-align:center}.selectSearchPopover{border-radius:12px!important;padding:10px!important}.selectSearchPopover .MuiList-root{max-height:150px}.selectSearchPopover .MuiList-root .MuiMenuItem-root:first-of-type{padding:0 0 10px!important}.selectSearchPopover .MuiList-root .MuiMenuItem-root:first-of-type:hover{background-color:transparent}.disabled-dropdown{opacity:.7;pointer-events:none}.disabled-dropdown .MuiSelect-select:after{opacity:.5}.text-muted{color:#aaa}.AQ-tableActionMenuPopover .tableMenuWrapper{min-width:130px!important}.sortFilter.applied .sortIcon{transform:rotate(180deg) scaleX(-1)}.filterPopover{width:300px}.filterPopover .MuiList-root .MuiMenuItem-root{margin-bottom:10px;padding:15px 0!important}.filterPopover .MuiFormControlLabel-label{font-size:14px;font-weight:500;font-family:var(--font);margin-right:0;padding-left:10px}.filterPopover .MuiCheckbox-root{position:relative}.filterPopover .MuiCheckbox-root:after{width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.6'%20y='1.00039'%20width='18'%20height='18'%20rx='4.2'%20fill='white'%20stroke='%23C9CBCD'%20stroke-width='1.2'/%3e%3c/svg%3e");position:absolute;content:""}.filterPopover .MuiCheckbox-root.Mui-checked:after{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='0.400391'%20width='19.2'%20height='19.2'%20rx='4.8'%20fill='%230077CC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.77193%2013.6285L7.77275%2013.6293C7.90438%2013.7596%208.07702%2013.8258%208.24963%2013.8258C8.42224%2013.8258%208.59488%2013.7596%208.72651%2013.6293L15.0277%207.32809C15.2906%207.06392%2015.2906%206.63768%2015.0277%206.3735L15.0269%206.37269C14.7627%206.10987%2014.3361%206.11028%2014.0719%206.37311L8.24964%2012.1963L5.12692%209.07269C4.86275%208.80987%204.43651%208.80986%204.17234%209.07269L4.17153%209.07351C3.9087%209.33768%203.90911%209.76432%204.17193%2010.0285L7.77193%2013.6285Z'%20fill='white'/%3e%3c/svg%3e")}.filterPopover .MuiCheckbox-root .MuiSvgIcon-root{display:none}.filterPopover .MuiListItemText-root span{font-size:14px;font-weight:500;margin-left:10px}.multipleSelectWrapper .MuiList-root{padding:0 15px 0 0}.multipleSelectWrapper .MuiList-root .multiSelectLabel{margin-left:10px}.multipleSelectWrapper .MuiList-root .multiSelectTopView{padding:10px;position:sticky;top:0;background:#fff;z-index:999}.multipleSelectWrapper .MuiList-root .btnWrapper{display:flex;align-items:center;gap:10px;position:sticky;bottom:0;background:#fff;padding:15px 0}.multipleSelectWrapper .MuiList-root .MuiMenuItem-root{margin-bottom:10px}.multipleSelectWrapper .MuiList-root .MuiMenuItem-root input[type=checkbox]{position:relative}.multipleSelectWrapper .MuiList-root .MuiMenuItem-root input[type=checkbox]:after{width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.6'%20y='1.00039'%20width='18'%20height='18'%20rx='4.2'%20fill='white'%20stroke='%23C9CBCD'%20stroke-width='1.2'/%3e%3c/svg%3e");position:absolute;content:"";top:-4px}.multipleSelectWrapper .MuiList-root .MuiMenuItem-root.Mui-selected input[type=checkbox]:after{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='0.400391'%20width='19.2'%20height='19.2'%20rx='4.8'%20fill='%230077CC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.77193%2013.6285L7.77275%2013.6293C7.90438%2013.7596%208.07702%2013.8258%208.24963%2013.8258C8.42224%2013.8258%208.59488%2013.7596%208.72651%2013.6293L15.0277%207.32809C15.2906%207.06392%2015.2906%206.63768%2015.0277%206.3735L15.0269%206.37269C14.7627%206.10987%2014.3361%206.11028%2014.0719%206.37311L8.24964%2012.1963L5.12692%209.07269C4.86275%208.80987%204.43651%208.80986%204.17234%209.07269L4.17153%209.07351C3.9087%209.33768%203.90911%209.76432%204.17193%2010.0285L7.77193%2013.6285Z'%20fill='white'/%3e%3c/svg%3e")}.chemical-list-wrapper .form-field.date-picker .DobBoxs{height:40px;padding:12px 28px 12px 35px;margin-top:0;margin-bottom:0;font-size:14px;cursor:pointer}.chemical-list-wrapper .form-field.date-picker .DobBoxs .noborder{border:none;font-family:var(--font);line-height:1.5rem;color:var(--inputTextColor);background:transparent;font-weight:500;font-size:14px;height:100%}.chemical-list-wrapper .form-field.date-picker .DobBoxs .icon{width:20px;height:18px;left:10px;top:50%;transform:translateY(-50%)}.chemical-list-wrapper .form-field.date-picker .DobBoxs .arrowIcon{width:10px;height:10px;cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.chemical-list-wrapper .form-field label{margin-bottom:10px;display:flex}.chemical-list-wrapper .custom-select-box{margin-top:0}.highlighted-bold-text{font-weight:600}.bredCrumbLink{color:#5d5e61!important;font-size:16px!important}.MuiAccordionSummary-root:hover{background-color:transparent;cursor:pointer}.form-field.date-picker .DobBoxs .text{margin:0;color:#3a4f5f;font-weight:500;font-size:13px;white-space:nowrap}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.active{padding:12px 6px}.customSelectWrapper .MuiOutlinedInput-root{height:40px!important;border-radius:10px!important;box-shadow:0 1px 2px #1018280d!important}.customSelectWrapper .MuiFormControl-root{width:100%}.customSelectWrapper .MuiSelect-select{height:auto;min-height:1.4375em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-family:Montserrat,sans-serif!important;font-size:13px;font-weight:500}.customSelectWrapper .MuiSelect-outlined{padding:10.5px 14px;padding-right:10px!important}.customSelectWrapper .customSelectValue{border:1px solid #3a4f5f;border-radius:32px;padding:3px 10px;font-size:12px;font-weight:600}.customSelectWrapper .MuiFormControl-root .MuiInputBase-root{position:relative;padding-right:20px}.customSelectWrapper .MuiFormControl-root .MuiInputBase-root .MuiSvgIcon-root{display:none!important}.customSelectWrapper .MuiFormControl-root .MuiInputBase-root:after{content:"";height:8px;width:11px;right:12px;position:absolute;display:block;background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%201.65039L5%205.15039L8.5%201.65039'%20stroke='%233A4F5F'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;transform:rotate(0);transition:all .1s ease-in;pointer-events:none}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.cursuractive{font-size:.875rem!important}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.cursuractive:hover{padding:12px 6px}.showNav .mainAccordian .accordianDetails .sidemenuList .sideMenuListItem{font-size:15px}.singleSearchPopover,.sortByPopover,.selectSearchPopover{max-width:300px!important;padding:4px 10px!important;box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important}.singleSearchPopover .MuiListItemText-root span,.sortByPopover .MuiListItemText-root span,.selectSearchPopover .MuiListItemText-root span{overflow:hidden;text-overflow:ellipsis}.singleSearchPopover .MuiList-root .MuiMenuItem-root,.sortByPopover .MuiList-root .MuiMenuItem-root,.selectSearchPopover .MuiList-root .MuiMenuItem-root{padding:10px!important;background:#ffffff03;border-radius:10px;font-family:var(--font);font-size:14px!important;font-weight:500!important;color:var(--btnBlackBg)!important;justify-content:flex-start;align-items:center;line-height:1.5rem}.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects,.sortByPopover .MuiList-root .MuiMenuItem-root.singleSelects,.selectSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects{cursor:default!important}.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects.active,.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects:hover,.sortByPopover .MuiList-root .MuiMenuItem-root.singleSelects.active,.sortByPopover .MuiList-root .MuiMenuItem-root.singleSelects:hover,.selectSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects.active,.selectSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects:hover{font-weight:500!important;color:var(--menuText)!important;background:var(--white)!important}.singleSearchPopover .MuiList-root .MuiMenuItem-root .MuiFormControlLabel-label,.sortByPopover .MuiList-root .MuiMenuItem-root .MuiFormControlLabel-label,.selectSearchPopover .MuiList-root .MuiMenuItem-root .MuiFormControlLabel-label{font-size:14px;font-weight:500;font-family:var(--font);margin-right:0;padding-left:10px}.singleSearchPopover .MuiList-root .MuiMenuItem-root.Mui-selected,.sortByPopover .MuiList-root .MuiMenuItem-root.Mui-selected,.selectSearchPopover .MuiList-root .MuiMenuItem-root.Mui-selected{margin-bottom:10px;background-color:#c3daec!important;color:#2a7bbb!important}.singleSearchPopover .MuiList-root .MuiMenuItem-root:hover,.sortByPopover .MuiList-root .MuiMenuItem-root:hover,.selectSearchPopover .MuiList-root .MuiMenuItem-root:hover{background-color:#d2e7ff}.singleSearchPopover .MuiList-root.Mui-selected,.sortByPopover .MuiList-root.Mui-selected,.selectSearchPopover .MuiList-root.Mui-selected{background-color:#c3daec!important}.singleSearchPopover.bgTransparent .MuiList-root .MuiMenuItem-root.Mui-selected,.sortByPopover.bgTransparent .MuiList-root .MuiMenuItem-root.Mui-selected,.selectSearchPopover.bgTransparent .MuiList-root .MuiMenuItem-root.Mui-selected{background-color:transparent!important;font-weight:500!important;color:var(--btnBlackBg)!important}.singleSearchPopover.bgTransparent .MuiList-root .MuiMenuItem-root.Mui-selected:hover,.sortByPopover.bgTransparent .MuiList-root .MuiMenuItem-root.Mui-selected:hover,.selectSearchPopover.bgTransparent .MuiList-root .MuiMenuItem-root.Mui-selected:hover{background-color:#c3daec!important;color:var(--btnBlackBg)!important}.singleSearchPopover.bgTransparent .MuiList-root .MuiMenuItem-root,.sortByPopover.bgTransparent .MuiList-root .MuiMenuItem-root,.selectSearchPopover.bgTransparent .MuiList-root .MuiMenuItem-root{padding:5px 20px!important}.sensingDatePickerWrapper.applied{position:relative}.sensingDatePickerWrapper.applied:after{position:absolute;content:"";background:#f26258;border:1px solid #f9f9fc;width:10px;height:10px;border-radius:100%;right:-2px;top:0}.sensingDatePickerWrapper.registrationWrap{margin-bottom:0}.sensingDatePickerWrapper.registrationWrap .registration_title{margin:0}.sensingDatePickerWrapper.registrationWrap .form-field{margin-bottom:0}.sensingDatePickerWrapper.registrationWrap .form-field.date-picker .DobBox{height:40px;padding:12px 28px 12px 35px;margin-top:0;margin-bottom:0;font-size:14px;cursor:pointer}.sensingDatePickerWrapper.registrationWrap .form-field.date-picker .DobBox .text{margin:0;color:#343741;font-weight:500;line-height:14px;font-size:13px;white-space:nowrap}.sensingDatePickerWrapper.registrationWrap .form-field.date-picker .DobBox .noborder{border:none;font-family:var(--font);line-height:1.5rem;color:var(--inputTextColor);background:transparent;font-weight:500;font-size:14px;height:100%}.sensingDatePickerWrapper.registrationWrap .form-field.date-picker .DobBox .icon{width:20px;height:18px;left:10px;top:50%;transform:translateY(-50%)}.sensingDatePickerWrapper.registrationWrap .form-field.date-picker .DobBox .arrowIcon{width:10px;height:10px;cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.AQ-package .adminAccessTableWrapper .tableTopHead .searchFilterWrapper .form-field,.AQ-LocationsHome .adminAccessTableWrapper .tableTopHead .searchFilterWrapper .form-field{margin-bottom:0!important}.chemicalInfoWrapper .form-field{margin:0!important}.chemicalInfoWrapper .form-field .MuiInputBase-input{font-size:16px!important}.chemicalInfoWrapper .form-field .MuiInputBase-input::placeholder{font-size:16px!important}.chemicalInfoWrapper .MuiSelect-select,.chemicalInfoWrapper .MuiInputBase-input,.chemicalInfoWrapper .MuiInputBase-input::placeholder,.chemicalInfoWrapper input::placeholder{font-size:16px!important}.chemicalInfoWrapper label{margin-bottom:6px;display:block}.chemicalInfoWrapper .titleWrap{display:flex;align-items:center;gap:5px}.chemicalInfoWrapper .titleWrap .cardTitle{margin-bottom:0}.form-field .form-field{width:unset!important}.packageInfoWrapper .AQ-selectSearchWrapper{width:33%}@media screen and (max-width:1024px){.packageInfoWrapper .AQ-selectSearchWrapper{width:100%}}.packageInfoWrapper .AQ-selectSearchWrapper .form-field{width:100%!important;padding:0!important}.packageInfoWrapper .AQ-selectSearchWrapper .form-field.select .MuiFormControl-root{margin-top:0}@media screen and (max-width:1024px){.packageInfoWrapper .AQ-selectSearchWrapper .form-field.select .MuiFormControl-root{margin:0}}.packageInfoWrapper .AQ-selectSearchWrapper .form-field.select .MuiInputBase-root .MuiSelect-select:after{top:9px}.chemicalInfoWrapper .AQ-selectSearchWrapper .form-field.searchable-select{padding:0!important}.chemicalInfoWrapper .AQ-selectSearchWrapper .form-field.select .MuiFormControl-root{margin-top:0}.chemicalInfoWrapper .AQ-selectSearchWrapper .form-field.select .MuiInputBase-root .MuiSelect-select:after{top:9px}@media screen and (max-width:1024px){.AQ-chemicalInventoryHome .searchFilterWrapper{margin-top:0!important}.AQ-chemicalInventoryHome .adminAccessTableWrapper .searchFilterWrapper .rightSearchFilter{width:fit-content!important;flex-wrap:wrap;flex-direction:column;align-items:flex-start}}.AQ-chemicalInventoryHome .MuiTableSortLabel-root{pointer-events:none;cursor:default}.AQ-chemicalInventoryHome .MuiTableSortLabel-root:hover,.AQ-chemicalInventoryHome .MuiTableSortLabel-root:focus{color:inherit!important;text-decoration:none!important}.AQ-chemicalInventoryHome .MuiTableSortLabel-root .sortWrapper{display:flex;align-items:center;cursor:pointer;pointer-events:auto;transition:all .3s ease}.AQ-chemicalInventoryHome .MuiTableSortLabel-root .sortWrapper:hover{transition:all .3s ease}@media screen and (max-width:1024px){.AQ-chemicalInventoryHome .paginationContainer .rowsPerPageWrapper{margin-left:auto!important}}.selectUserGroupWrapper{margin-top:20px;margin-bottom:-10px}.location-list-wrapper .MuiSkeleton-root,.package-detail-wrapper .MuiSkeleton-root,.add-package-wrapper .MuiSkeleton-root,.location-wrapper .MuiSkeleton-root,.add-water-wrapper .MuiSkeleton-root,.chemical-list-wrapper .MuiSkeleton-root,.add-chemical-wrapper .MuiSkeleton-root,.chemical-detail-wrapper .MuiSkeleton-root,.panel-config-wrapper .MuiSkeleton-root,.pump-config-wrapper .MuiSkeleton-root,.package-chemical-wrapper .MuiSkeleton-root{color:transparent;height:1.875rem!important;background:linear-gradient(90deg,#f6f7f7,#e5e8ea,#f6f7f7);background-size:200%;animation:skeleton .7s cubic-bezier(.53,.38,.36,.79) infinite forwards}.package-chemical-wrapper .rightSearchFilter{width:232px!important}.select-backdrop .Mui-selected,.MuiMenu-root .MuiMenu-paper.select-backdrop .MuiList-root .MuiMenuItem-root.Mui-selected,.MuiMenu-root .MuiMenu-paper.select-backdrop .MuiList-root .MuiMenuItem-root.Mui-selected:hover{background-color:#c3daec!important;color:#2a7bbb!important}.notificationOnelineTooltipPopper .MuiTooltip-arrow{width:14px!important;margin-left:-12px!important;height:21px!important;margin-top:0}.notificationOnelineTooltipPopper .MuiTooltip-tooltip{bottom:4px!important;margin-left:12px!important;margin-top:0;max-width:238px!important;padding:11px!important;border-radius:12px!important;background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d!important;font-family:Inter,sans-serif!important;transition:none!important}@media screen and (max-width:768px){.notificationOnelineTooltipPopper .MuiTooltip-tooltip{max-width:150px!important}}@media screen and (max-width:700px){.notificationOnelineTooltipPopper .MuiTooltip-tooltip{max-width:120px!important}}@media screen and (max-width:600px){.notificationOnelineTooltipPopper .MuiTooltip-tooltip{max-width:130px!important}}.notificationOnelineTooltipPopper .tooltipTitle{font-family:Inter,sans-serif!important;font-size:10px!important;font-weight:400!important;line-height:15px!important;color:#fff!important;white-space:nowrap}.notificationOnelineTooltipPopper .MuiTooltip-arrow:before{background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d}.notificationOnelineTooltipPopper .learnMoreTxt{font-weight:700!important;text-decoration:underline!important;display:inline-block;color:#fff;font-family:Inter,sans-serif!important}.modalWrap.fieldmodal .dialogLogo.bottomspacing{margin-bottom:16px}.modalWrap.fieldmodal .textWrap{padding-bottom:1rem}@media screen and (max-width:1024px){.modalWrap.fieldmodal .textWrap{margin:-20px -16px 0;padding-bottom:1rem}}.modalWrap.fieldmodal .textWrap .modalTitle{margin-top:0!important}.modalWrap.fieldmodal .fieldTitle{margin:0 0 12px;font-size:.75rem;font-weight:700;line-height:.875rem;text-align:left;color:#85929c}.modalWrap.fieldmodal .form-field{margin-bottom:8px!important;margin-top:0!important}.modalWrap.fieldmodal .form-field:last-child{margin-bottom:0!important}.modalWrap.fieldDetailModal .buttonArea.field{padding-top:20px!important;padding-bottom:0!important}@media screen and (max-width:1024px){.modalWrap.fieldDetailModal .buttonArea.field{padding-bottom:0!important}}.modalWrap.fieldDetailModal .buttonArea .textWrap{padding-bottom:0!important}@media screen and (max-width:1024px){.modalWrap.fieldDetailModal .buttonArea .textWrap{padding-bottom:0!important}}.modalWrap fieldset{width:100%}.modalWrap .radioGroupWrapper{max-height:276px!important;overflow-y:auto}@media screen and (max-width:1024px){.modalWrap .radioGroupWrapper{max-height:185px!important}}@media screen and (max-width:820px){.modalWrap .radioGroupWrapper{max-height:155px!important}}.modalWrap .radioGroupWrapper::-webkit-scrollbar{width:.5rem;height:.5rem;background-color:#60707d;border-radius:.875rem}.modalWrap .radioGroupWrapper::-webkit-scrollbar-track{background:#bdc4ca;border-radius:.625rem}.modalWrap .radioGroupWrapper::-webkit-scrollbar-thumb{background-color:#60707d;border-radius:.625rem}.modalWrap .radioGroupWrapper::-webkit-scrollbar-corner{background-color:#60707d;border-color:#60707d;border-radius:.625rem}.modalWrap .buttonArea.field{padding-top:1.75rem!important}@media screen and (max-width:1024px){.modalWrap .buttonArea.field{padding-top:1.25rem!important}}.modalWrap .addMoreSec{padding-top:16px}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media(min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.mobileContainer{width:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;margin:1.875rem auto;width:17.5rem;height:35.9375rem}.marvel-device{display:inline-block;position:relative;box-sizing:border-box;transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.marvel-device .screen{width:100%;position:relative;height:100%;z-index:3;background:var(--white);overflow:hidden;display:block;border-radius:.0625rem;-webkit-border-radius:.0625rem;-moz-border-radius:.0625rem;-ms-border-radius:.0625rem;-o-border-radius:.0625rem;-webkit-box-shadow:0 0 0 3px var(--black);-moz-box-shadow:0 0 0 3px var(--black);box-shadow:0 0 0 3px var(--black)}.marvel-device .top-bar,.marvel-device .bottom-bar{height:.1875rem;background:var(--black);width:100%;display:block}.marvel-device.iphone-x{width:100%;height:100%;padding:.75rem;background:var(--lightColor20);-webkit-box-shadow:inset 0 0 11px 0 var(--black);-moz-box-shadow:inset 0 0 11px 0 var(--black);box-shadow:inset 0 0 11px 0 var(--black);border-radius:2.5rem;-webkit-border-radius:2.5rem;-moz-border-radius:2.5rem;-ms-border-radius:2.5rem;-o-border-radius:2.5rem}.marvel-device.iphone-x:before{width:calc(100% - .625rem);height:calc(100% - .625rem);position:absolute;top:.3125rem;left:.3125rem;content:"";border-radius:2.25rem;-webkit-border-radius:2.25rem;-moz-border-radius:2.25rem;-ms-border-radius:2.25rem;-o-border-radius:2.25rem;background:var(--black);z-index:1}.marvel-device.iphone-x .overflow{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:2.5rem;-webkit-border-radius:2.5rem;-moz-border-radius:2.5rem;-ms-border-radius:2.5rem;-o-border-radius:2.5rem;overflow:hidden}.marvel-device.iphone-x .shadow{border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;width:5.625rem;height:5.625rem;position:absolute;background:radial-gradient(ellipse at center,#0009,#fff0 60%)}.marvel-device.iphone-x .shadow--tl{top:-1.25rem;left:-1.25rem}.marvel-device.iphone-x .shadow--tr{top:-1.25rem;right:-1.25rem}.marvel-device.iphone-x .shadow--bl{bottom:-1.25rem;left:-1.25rem}.marvel-device.iphone-x .shadow--br{bottom:-1.25rem;right:-1.25rem}.marvel-device.iphone-x .screen{border-radius:1.875rem;-webkit-border-radius:1.875rem;-moz-border-radius:1.875rem;-ms-border-radius:1.875rem;-o-border-radius:1.875rem;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.marvel-device.iphone-x .top-bar{top:5rem}.marvel-device.iphone-x .bottom-bar{bottom:5rem}.marvel-device.iphone-x .volume{left:-.1875rem;top:7.25rem;height:2rem;width:.1875rem;background:var(--borderColor30);position:absolute}.marvel-device.iphone-x .volume:before{height:3.75rem;top:3.75rem;content:"";left:0;width:.1875rem;background:var(--borderColor30);position:absolute}.marvel-device.iphone-x .volume:after{height:3.75rem;top:8.75rem;content:"";left:0;width:.1875rem;background:var(--borderColor30);position:absolute}.marvel-device.iphone-x .sleep{height:6rem;top:12.5rem;right:-.1875rem;width:.1875rem;background:var(--borderColor30);position:absolute}.marvel-device.iphone-x .camera{width:.375rem;height:.375rem;border-radius:100%;position:absolute;background:var(--titleColor30);top:50%;right:10px;transform:translateY(-50%)}.marvel-device.iphone-x .speaker{display:none}.marvel-device.iphone-x .notch{position:absolute;width:4.6875rem;height:1.25rem;top:1.125rem;left:50%;transform:translate(-50%);z-index:4;background:var(--black);border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;-ms-border-radius:1.25rem;-o-border-radius:1.25rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.marvel-device.iphone-x .top-bar,.marvel-device.iphone-x .bottom-bar{width:100%;position:absolute;height:.5rem;background:#0000001a;left:0}.mobileContainer *,.mobileContainer *[class^=Mui],.webContainer *,.webContainer *[class^=Mui]{font-family:var(--appFont)!important}.switchBox{cursor:default;height:40px;display:flex;align-items:center}.switchBox .MuiFormControlLabel-root{margin:0 5px 0 0;cursor:pointer}.switchBox .MuiTypography-root{font-weight:500;font-size:11px;color:#60707d;margin-left:5px}.ios-switch{width:32px;height:18px;padding:0;position:relative;display:inline-block}.ios-switch input{opacity:0;width:0;height:0}.ios-switch input:checked+.ios-slider{background-color:#2a7bbb}.ios-switch input:checked+.ios-slider:before{transform:translate(14px)}.ios-switch .ios-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e9e9ea;transition:.4s;border-radius:13px}.ios-switch .ios-slider:before{position:absolute;content:"";height:15px;width:15px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.customTooltipPopper .MuiTooltip-arrow,.waterTooltipPopper .MuiTooltip-arrow,.panelConfigTooltipPopper .MuiTooltip-arrow{width:14px!important;margin-left:-13px!important;margin-right:0!important;height:21px!important;margin-top:-6px!important}@media screen and (max-width:1500px){.customTooltipPopper .MuiTooltip-arrow,.waterTooltipPopper .MuiTooltip-arrow,.panelConfigTooltipPopper .MuiTooltip-arrow{margin-top:-5px!important}}@media screen and (max-width:1280px){.customTooltipPopper .MuiTooltip-arrow,.waterTooltipPopper .MuiTooltip-arrow,.panelConfigTooltipPopper .MuiTooltip-arrow{margin-top:-4px!important}}.customTooltipPopper .MuiTooltip-tooltip,.waterTooltipPopper .MuiTooltip-tooltip,.panelConfigTooltipPopper .MuiTooltip-tooltip{margin-left:12px!important;margin-top:0;max-width:238px!important;padding:14px!important;border-radius:12px!important;background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d!important;font-family:Inter,sans-serif!important}@media screen and (max-width:768px){.customTooltipPopper .MuiTooltip-tooltip,.waterTooltipPopper .MuiTooltip-tooltip,.panelConfigTooltipPopper .MuiTooltip-tooltip{max-width:150px!important}}@media screen and (max-width:700px){.customTooltipPopper .MuiTooltip-tooltip,.waterTooltipPopper .MuiTooltip-tooltip,.panelConfigTooltipPopper .MuiTooltip-tooltip{max-width:120px!important}}@media screen and (max-width:600px){.customTooltipPopper .MuiTooltip-tooltip,.waterTooltipPopper .MuiTooltip-tooltip,.panelConfigTooltipPopper .MuiTooltip-tooltip{max-width:130px!important}}.customTooltipPopper .tooltipTitle,.waterTooltipPopper .tooltipTitle,.panelConfigTooltipPopper .tooltipTitle{font-family:Inter,sans-serif!important;font-size:10px!important;font-weight:400!important;line-height:15px!important;color:#fff!important}.customTooltipPopper .MuiTooltip-arrow:before,.waterTooltipPopper .MuiTooltip-arrow:before,.panelConfigTooltipPopper .MuiTooltip-arrow:before{background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d}.waterTooltipPopper .MuiTooltip-tooltip{margin-top:4px}.waterTooltipPopper .MuiTooltip-arrow,.panelConfigTooltipPopper .MuiTooltip-tooltip,.panelConfigTooltipPopper .MuiTooltip-arrow{margin-top:-2px}.sideNavigation .MuiList-root{padding:0}.sideNavigation .MuiList-root.sideNavbar{padding:0;background-color:var(--headerBg);display:flex;justify-content:space-between;flex-direction:column;transition:225ms cubic-bezier(.4,0,.6,1);border:0;position:fixed;left:0;z-index:999}@media screen and (max-width:1280px){.sideNavigation .MuiList-root.sideNavbar{width:5rem}}@media screen and (max-width:1024px){.sideNavigation .MuiList-root.sideNavbar{width:4.875rem}}.sideNavigation .MuiList-root.sideNavbar .sideTooltip{display:block!important}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu .MuiListItemText-root.sidebar_txt{display:none}.sideNavigation .MuiList-root.sideNavbar .sidebarInner{width:5rem;height:calc(100vh - 80px);padding:17px 18px 40px;overflow-y:auto;overflow-x:hidden;transition:225ms cubic-bezier(.4,0,.6,1);display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1280px){.sideNavigation .MuiList-root.sideNavbar .sidebarInner{height:calc(100vh - 78px);padding:11px 18px 40px}}@media screen and (max-width:1024px){.sideNavigation .MuiList-root.sideNavbar .sidebarInner{padding:11px 18px 80px}}@media screen and (max-width:768px){.sideNavigation .MuiList-root.sideNavbar .sidebarInner{padding:11px 18px 120px}}@media screen and (max-width:1280px){.sideNavigation .MuiList-root.sideNavbar.expanded{width:14.875rem}}.sideNavigation .MuiList-root.sideNavbar.expanded .sidebarInner{width:14.875rem;transition:width .25s cubic-bezier(.4,0,.6,1)}@media screen and (max-width:1024px){.sideNavigation .MuiList-root.sideNavbar.expanded .sidebarInner{width:14.0625rem}}.sideNavigation .MuiList-root.sideNavbar.expanded .sideTooltip{display:none!important}.sideNavigation .MuiList-root.sideNavbar.expanded .MuiButtonBase-root.sidemenu .MuiListItemText-root.sidebar_txt{display:block!important}.sideNavigation .MuiList-root.sideNavbar.expanded .collapses,.sideNavigation .MuiList-root.sideNavbar.expanded .collapses .sidebarInner{width:5rem!important}.sideNavigation .MuiList-root.sideNavbar.expanded .collapses .MuiButtonBase-root.sidemenu .MuiListItemText-root.sidebar_txt{display:none!important}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu{height:2.5rem;margin-bottom:4px;padding:.75rem;border-radius:.25rem;display:flex;align-items:center;background-color:transparent;transition:225ms cubic-bezier(.4,0,.6,1)}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu:not(:last-child){margin-bottom:.25rem}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu .imagesec img{width:1.25rem;height:1.25rem;display:inline-block;vertical-align:middle;filter:invert(28%) sepia(50%) saturate(279%) hue-rotate(163deg) brightness(91%) contrast(93%)}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu:hover{background:#edeff1}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu:hover img{filter:brightness(0) saturate(100%) invert(12%) sepia(71%) saturate(528%) hue-rotate(164deg) brightness(92%) contrast(91%)}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu:hover .MuiListItemText-root.sidebar_txt span{white-space:nowrap;font-weight:500;color:#152d40}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu.active{background-color:#d2e7ff}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu.active img{filter:invert(33%) sepia(91%) saturate(470%) hue-rotate(164deg) brightness(70%) contrast(88%)}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu.active .MuiListItemText-root.sidebar_txt span{white-space:nowrap;font-weight:600;color:#23679d}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu .MuiListItemText-root.sidebar_txt{width:calc(100% - 20px);margin:0;padding-left:.5rem}.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu .MuiListItemText-root.sidebar_txt span{font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:1.1875rem;color:#3a4f54;white-space:nowrap}@media screen and (max-width:1280px){.sideNavigation .MuiList-root.sideNavbar .MuiButtonBase-root.sidemenu .MuiListItemText-root.sidebar_txt span{font-size:.875rem}}.sideNavigation .MuiList-root.sideNavbar .seperator{margin-top:12px;padding:0 0 12px;border-top:2px solid var(--seperatorBg)}.collapses,.collapses .sidebarInner{width:5rem!important}.collapses .MuiButtonBase-root.sidemenu .MuiListItemText-root.sidebar_txt{display:none!important}.contentSideMenu{position:relative}.contentSideMenu .showNav+.expandCollapseIcon{width:fit-content;margin-top:.625rem;margin-right:-10.5px;margin-left:auto;cursor:pointer;display:flex;justify-content:flex-end;position:absolute;right:0;bottom:52px;transform:rotate(180deg);z-index:99}@media screen and (max-width:1024px){.contentSideMenu .showNav+.expandCollapseIcon{bottom:96px}}@media screen and (max-width:768px){.contentSideMenu .showNav+.expandCollapseIcon{bottom:138px}}.contentSideMenu .showNav+.expandCollapseIcon img{width:1.4375rem;height:1.4375rem;border-radius:50%}.contentSideMenu .showNav+.expandCollapseIcon img .expandIcon{display:block}.contentSideMenu .hideNav+.expandCollapseIcon{width:16px;margin-top:.625rem;margin-right:-10.5px;margin-left:80px;cursor:pointer;display:flex;justify-content:flex-end;position:absolute;right:-80px;bottom:52px;z-index:99}@media screen and (max-width:1024px){.contentSideMenu .hideNav+.expandCollapseIcon{bottom:96px}}@media screen and (max-width:768px){.contentSideMenu .hideNav+.expandCollapseIcon{bottom:138px}}.contentSideMenu .hideNav+.expandCollapseIcon img{width:1.4375rem;height:1.4375rem;border-radius:50%}.contentSideMenu .hideNav+.expandCollapseIcon img .expandIcon{display:block;transform:rotate(180deg)}.contentSideNav{height:calc(100vh - 80px);padding:24px 0 40px;overflow-y:auto;background:#edecf2;box-shadow:2px 0 20px 4px #a7aeba1f;display:flex;justify-content:space-between;flex-direction:column;position:relative}@media screen and (max-width:1280px){.contentSideNav{padding:20px 0 34px}}@media screen and (max-width:1024px){.contentSideNav{height:calc(100vh - 78px)}}.contentSideNav .sideWrap{display:flex;flex-direction:column;justify-content:space-between}.contentSideNav .sideWrap .sidemenuList{list-style:none}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem{margin-bottom:.25rem;padding:12px 15px;font-size:.875rem;font-weight:500;line-height:1rem;text-align:left;color:var(--activeMenuText);white-space:nowrap;cursor:pointer;border-radius:.5rem;transition:all 225ms cubic-bezier(.4,0,.6,1)}@media screen and (max-width:1366px){.contentSideNav .sideWrap .sidemenuList .sideMenuListItem{font-size:.875rem}}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.w100{width:100%;background-color:transparent;border:0;outline:0}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem:hover{padding:12px 17px;background-color:#fff6}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.cursurdefault{padding:12px 6px;cursor:default;font-size:.875rem}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.cursurdefault:hover{background-color:inherit}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.cursuractive{cursor:pointer;padding:12px 6px 12px 18px;font-size:1rem}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.cursuractive:hover{padding:12px 9px;background-color:#fff6}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.cursuractive.sat{white-space:normal;font-size:1rem!important}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.cursuractive.active{padding:12px 10px;background-color:#d2e7ff;color:#23679d;font-weight:600}.contentSideNav .sideWrap .sidemenuList .sideMenuListItem.active{padding:12px 18px;background-color:#d2e7ff;color:#23679d;font-weight:600}.contentSideNav .sideWrap .topNav{height:calc(100vh - 195px);overflow-y:auto}@media screen and (max-width:1280px){.contentSideNav .sideWrap .topNav{height:calc(100vh - 200px)}}@media screen and (max-width:1024px){.contentSideNav .sideWrap .topNav{height:calc(100vh - 232px)}}@media screen and (max-width:768px){.contentSideNav .sideWrap .topNav{height:calc(100vh - 275px)}}.contentSideNav .sideWrap .bottomSection{padding:20px 18px 16px 12px;display:flex;justify-content:flex-end}.contentSideNav .sideWrap .bottomSection img{cursor:pointer}.contentSideNav .sideWrap .bottomSection .expandCollapseMenuWrapper{position:absolute;bottom:56px}@media screen and (max-width:1024px){.contentSideNav .sideWrap .bottomSection .expandCollapseMenuWrapper{bottom:100px}}@media screen and (max-width:768px){.contentSideNav .sideWrap .bottomSection .expandCollapseMenuWrapper{bottom:141px}}.contentSideNav .sideWrap .bottomSection .expandCollapseMenuWrapper .closemenuText{font-weight:400;font-size:12px;line-height:120%;color:#3a4f5f;font-family:Inter,sans-serif!important}.contentSideNav .formAccordion .MuiAccordion-root{background-color:transparent!important;box-shadow:none!important;padding:0}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root{min-height:auto!important;padding:0 0 0 .375rem;flex-direction:row-reverse;box-shadow:none}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .sidemenuList{list-style:none}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .sidemenuList .sideMenuListItem{margin-bottom:.25rem;padding:12px 18px;font-size:1rem;font-weight:500;line-height:1rem;text-align:left;color:var(--activeMenuText);white-space:nowrap;cursor:pointer;border-radius:.5rem;transition:all 225ms cubic-bezier(.4,0,.6,1)}@media screen and (max-width:1366px){.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .sidemenuList .sideMenuListItem{font-size:.875rem}}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .sidemenuList .sideMenuListItem:hover{padding:12px 18px;background-color:#fff6}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .sidemenuList .sideMenuListItem.cursurdefault{margin-bottom:0;padding:12px 6px;cursor:default;font-size:1rem}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .sidemenuList .sideMenuListItem.cursurdefault:hover{background-color:inherit}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .sidemenuList .sideMenuListItem.active{padding:12px 18px;background-color:#d2e7ff;color:#23679d;font-weight:600}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:0;padding:12px 0;font-size:1rem;font-weight:500;line-height:1rem;text-align:left;color:var(--activeMenuText);white-space:normal;transition:all 225ms cubic-bezier(.4,0,.6,1)}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content img{margin-right:.3125rem}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper{height:.375rem;width:.4375rem;margin-right:.375rem;display:block;background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='6'%20viewBox='0%200%208%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.0013%203.33301L4.66797%201.9997C4.66797%201.9997%204.36949%201.99967%204.0013%201.99967C3.63311%201.99967%203.33464%201.99972%203.33464%201.99972L4.0013%203.33301ZM4.0013%203.33301L5.33464%201.33306C5.33464%201.33306%204.73768%201.33301%204.0013%201.33301C3.26492%201.33301%202.66797%201.33311%202.66797%201.33311L4.0013%203.33301Z'%20stroke='%233A4F5F'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");transition:all .1s ease-in;transform:rotate(0)}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:rotate(180deg)}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper svg{display:none}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionDetails-root{padding:0!important}.contentSideNav .formAccordion .MuiAccordion-root .MuiAccordionDetails-root .sideMenuListItem{font-size:14px}.contentSideNav .formAccordion .MuiAccordion-root.Mui-expanded{margin:0}.contentSideNav .mainAccordian{margin:0;padding:0 8px;overflow-y:auto;overflow-x:hidden;background-color:transparent!important;box-shadow:none!important}.contentSideNav .mainAccordian .accordianSummary{padding:9px 6px;min-height:auto;border-bottom:1px solid #dfe6ec;box-shadow:none}.contentSideNav .mainAccordian .accordianSummary:before{display:none}.contentSideNav .mainAccordian .accordianSummary .accordianTitle{margin:0;padding-right:1.25rem;font-family:Montserrat,sans-serif!important;font-size:.75rem;font-weight:700;line-height:1.25rem;color:var(--activeMenuText)}@media screen and (max-width:1366px){.contentSideNav .mainAccordian .accordianSummary .accordianTitle{font-size:.75rem}}.contentSideNav .mainAccordian .accordianSummary.Mui-expanded{margin:0}.contentSideNav .mainAccordian .accordianDetails{padding:12px 0!important}.contentSideNav .mainAccordian.side_nav .accordianSummary{background-color:transparent;border-bottom:0;padding-bottom:0}.contentSideNav .mainAccordian.side_nav .accordianSummary .MuiAccordionSummary-root{padding-left:2px}.contentSideNav .mainAccordian.side_nav .accordianSummary>.MuiAccordionSummary-root{padding:0 0 8px;min-height:unset;border-bottom:1px solid #dfe6ec}.contentSideNav .mainAccordian.side_nav .accordianSummary>.MuiAccordionSummary-root .MuiAccordionSummary-content{margin:0}.contentSideNav .mainAccordian.side_nav .accordianSummary>.MuiAccordionSummary-root .MuiSvgIcon-root{font-size:1rem}.contentSideNav .mainAccordian.side_nav>.sidemenuList{margin-bottom:.625rem}.contentSideNav .mainAccordian.side_nav>.sidemenuList .sideMenuListItem{padding:12px 8px;font-size:1rem!important}.contentSideNav .mainAccordian.side_nav .MuiAccordionDetails-root{padding:0}.contentSideNav .mainAccordian.side_nav .accordianDetails{padding-bottom:0!important}.showNav{width:270px;transform:translate(0);visibility:visible;transition:width .25s cubic-bezier(.4,0,.6,1);overflow-x:hidden;white-space:nowrap;margin-left:80px}@media screen and (max-width:1024px){.showNav{width:210px}}.showNav.hideTabMenu{display:block}@media screen and (max-width:1024px){.showNav.hideTabMenu{display:none}}.showNav .mainAccordian .accordianDetails .sidemenuList .sideMenuListItem{white-space:normal;opacity:1;padding-left:15px}.showNav .mainAccordian .accordianDetails .sidemenuList .sideMenuListItem.cursuractive{font-size:1rem!important}.hideNav{margin-left:16px;width:0;transform:translate(-270px);visibility:hidden;transition:width .25s cubic-bezier(.4,0,.6,1)}.hideNav .mainAccordian .accordianDetails .sidemenuList .sideMenuListItem{white-space:nowrap;opacity:0}.hideNav.hideTabMenu{width:0}@media screen and (max-width:1024px){.hideNav.hideTabMenu{width:0}}.contentMainWrapper{display:flex;flex:1}.contentMainWrapper.w70{flex:1}.sidebarMenus{display:flex;transition:all 225ms cubic-bezier(.4,0,.6,1)}.modalBox.organizationNameModal{width:400px;max-width:400px}@media screen and (max-width:1024px){.modalBox.organizationNameModal{margin:-20px -20px 0;padding:20px 20px 0}}.modalBox.organizationNameModal .modalTitle{margin-top:8px!important}.modalBox.organizationNameModal .formWrapper{padding-top:16px}.modalBox.organizationNameModal .formWrapper .form-field{margin-bottom:0!important}.modalBox.organizationNameModal .formWrapper .form-field .countText{margin-left:auto;text-align:right}.modalBox.organizationNameModal .formWrapper .form-field.textLeft{text-align:left}.modalBox.organizationNameModal .formWrapper .form-field.textarea.pt0{padding-top:0!important}.modalBox.organizationNameModal .form-field.textarea .countText{margin:2px 0 0;text-align:right;font-size:14px;font-weight:400;line-height:20px;color:#475467;display:flex;justify-content:flex-end}.modalBox.organizationNameModal .buttonArea.pb0{padding-top:20px;padding-bottom:0!important}@media screen and (max-width:1100px){.modalBox.organizationNameModal .buttonArea.pb0{padding-top:16px}}.customOneLineTooltipPopper .MuiTooltip-arrow{width:14px!important;margin-left:-13px!important;height:21px!important;margin-top:-1px}.customOneLineTooltipPopper .MuiTooltip-tooltip{margin-left:12px!important;margin-top:0;max-width:200px!important;padding:14px!important;border-radius:12px!important;background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d!important;font-family:Inter,sans-serif!important}@media screen and (max-width:768px){.customOneLineTooltipPopper .MuiTooltip-tooltip{max-width:150px!important}}@media screen and (max-width:700px){.customOneLineTooltipPopper .MuiTooltip-tooltip{max-width:120px!important}}@media screen and (max-width:600px){.customOneLineTooltipPopper .MuiTooltip-tooltip{max-width:130px!important}}.customOneLineTooltipPopper .tooltipTitle{font-family:Inter,sans-serif!important;font-size:10px!important;font-weight:400!important;line-height:15px!important;color:#fff!important}.customOneLineTooltipPopper .MuiTooltip-arrow:before{background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d}.CustomDownOneLineTooltipPopper .MuiTooltip-arrow{text-align:center;margin-left:-3px;width:20px;margin-top:-12px!important;height:13px!important}.CustomDownOneLineTooltipPopper .MuiTooltip-tooltip{min-width:75px!important;text-align:center;margin-left:0!important;margin-top:0;max-width:200px!important;padding:14px!important;border-radius:12px!important;background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d!important;font-family:Inter,sans-serif!important}@media screen and (max-width:768px){.CustomDownOneLineTooltipPopper .MuiTooltip-tooltip{max-width:150px!important}}@media screen and (max-width:700px){.CustomDownOneLineTooltipPopper .MuiTooltip-tooltip{max-width:120px!important}}@media screen and (max-width:600px){.CustomDownOneLineTooltipPopper .MuiTooltip-tooltip{max-width:130px!important}}.CustomDownOneLineTooltipPopper .tooltipTitle{display:flex;align-items:center;font-family:Inter,sans-serif!important;font-size:10px!important;font-weight:400!important;line-height:15px!important;color:#fff!important}.CustomDownOneLineTooltipPopper .MuiTooltip-arrow:before{background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d}.main_wrapper{display:flex;transition:all .3s ease-in;background-color:#edecf2;padding-top:80px}@media screen and (max-width:1280px){.main_wrapper{padding-top:78px}}.main_wrapper.ml0 .mainContentWrapper{margin-left:0!important}*{box-sizing:border-box;font-family:var(--font)}html,body{width:100%;height:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}body{width:100%;height:auto;padding:0;margin:0;font-family:var(--font)}ul,dl{margin:0;padding:0;list-style:none}figure{margin:0;padding:0}::-webkit-scrollbar{width:.5rem;height:.5rem;background-color:#60707d;border-radius:.875rem}::-webkit-scrollbar-track{background:#bdc4ca;border-radius:.625rem}::-webkit-scrollbar-thumb{background-color:#60707d;border-radius:.875rem}::-webkit-scrollbar-corner{background-color:#60707d;border-color:#60707d;border-radius:.875rem}.wfit{width:fit-content!important;min-width:fit-content!important}.input-prefix p{margin-top:.0625rem;font-size:1rem;font-weight:400;font-family:var(--font)!important;letter-spacing:.01em;color:var(--lightBlackText)}.MuiButtonBase-root.bbtn{text-transform:capitalize!important}.MuiButton-contained.button{width:100%;height:2.5rem;background-color:var(--btnPrimary)!important;color:var(--white)!important;gap:.5rem;border-radius:.625rem!important;font-size:.875rem!important;font-weight:600!important;line-height:1.25rem!important;opacity:1;font-family:var(--font)!important;text-transform:capitalize!important;box-shadow:0 1px 2px #1018280d!important;white-space:nowrap}.MuiButton-contained.button.Mui-disabled{cursor:not-allowed;border:1px solid #bdc4ca!important;background-color:#bdc4ca!important;box-shadow:0 1px 2px #1018280d!important;color:#f7fbff}.MuiButton-outlined.button{width:100%;height:2.5rem;gap:.5rem;border-radius:.625rem!important;font-size:.875rem!important;font-weight:600!important;line-height:1.25rem!important;opacity:1;font-family:var(--font)!important;text-transform:capitalize!important;border:1px solid #d0d5dd!important;color:#3a4f5f!important;box-shadow:0 1px 2px #1018280d!important;white-space:nowrap}.MuiButton-outlined.button.Mui-disabled{opacity:.6;cursor:not-allowed;box-shadow:0 1px 2px #1018280d!important;color:#f7fbff}.MuiButton-outlined.button.modal-outline{background-color:var(--white)!important;border:1px solid #bdc4ca!important;color:#3a4f5f!important;box-shadow:0 1px 2px #1018280d}.bbtn{width:100%;height:2.5rem;background-color:var(--btnPrimary)!important;color:var(--white)!important;gap:.5rem;border-radius:.625rem!important;font-size:.875rem!important;font-weight:600!important;line-height:1.25rem!important;opacity:1;font-family:var(--font)!important;letter-spacing:.0625rem;display:flex;align-items:center;box-shadow:none!important;text-transform:inherit!important;border:1px solid var(--btnPrimary)!important;white-space:nowrap}.bbtn .MuiTouchRipple-root{display:none}.bbtn.outlineLight{background-color:var(--headerBg)!important;border:1px solid #d0d5dd!important;color:#60707d!important;box-shadow:0 1px 2px #1018280d!important;white-space:nowrap!important}.bbtn.outlineLight.Mui-disabled{background-color:var(--headerBg)!important;opacity:.6;cursor:not-allowed}.bbtn.statusButton{background-color:var(--white)!important;border:1px solid #d0d5dd!important;color:#152d40!important;box-shadow:0 1px 2px #1018280d!important;white-space:nowrap!important;font-weight:500!important;line-height:normal!important}.bbtn.statusButton.Mui-disabled{background-color:var(--headerBg)!important;opacity:.6;cursor:not-allowed}.bbtn.statusButton.cursorDefault{cursor:default}.bbtn.module{flex-direction:row-reverse}.bbtn.module img{width:.75rem}.bbtn.module.rotates img{transform:rotate(180deg)}.bbtn.select{width:120px!important;min-width:120px!important;height:34px!important;font-weight:500!important}.bbtn.select.selectButton{background-color:#2a7bbb!important;box-shadow:0 1px 2px #1018280d!important;color:#f7fbff!important;border-color:#2a7bbb!important}.bbtn.select.selectedButton{background-color:#c3daec!important;box-shadow:0 1px 2px #1018280d!important;color:#2a7bbb!important;border-color:#c3daec!important}.bbtn.Mui-disabled{cursor:not-allowed;border:1px solid #bdc4ca!important;background-color:#bdc4ca!important;box-shadow:0 1px 2px #1018280d!important;color:#f7fbff}.bbtn.lightBlue{background-color:#c3daec!important;border:1px solid #c3daec!important;color:#2a7bbb!important;box-shadow:-1px 0 #1322951a inset!important}.bbtn.outline{background-color:var(--white)!important;border:1px solid #bdc4ca!important;color:#3a4f5f!important;box-shadow:0 1px 2px #1018280d!important}.bbtn.outline.Mui-disabled{background-color:var(--white)!important;opacity:.6;cursor:not-allowed}.bbtn.outline.bgTransparent{background-color:transparent!important}.bbtn.modal-outline{background-color:var(--white)!important;border:1px solid #bdc4ca!important;color:#3a4f5f!important;box-shadow:0 1px 2px #1018280d!important}.bbtn.modal-outline .Mui-disabled{background-color:var(--white)!important;border:1px solid #bdc4ca!important;color:#3a4f5f!important;opacity:.6;cursor:not-allowed;box-shadow:0 1px 2px #1018280d!important}.bbtn.oneLine{white-space:nowrap!important}.custom-select-box{margin:6px 0 0;padding:9px 32px 9px 12px;border:1px solid #bdc4ca;border-radius:8px;font-family:var(--font)!important;font-size:16px;font-weight:400;line-height:1.5rem;color:var(--inputTextColor)!important;display:flex;justify-content:space-between;cursor:pointer;position:relative}.custom-select-box img{width:12px!important;margin-left:8px;right:.75rem;position:absolute;top:18px}.custom-select-box.datePicker{padding-right:12px!important}.custom-select-box.datePicker img{width:auto!important;margin-left:inherit;position:static!important}.custom-select-box .placeholderTxt{color:var(--placeholderTextColor)!important}.custom-select-box[aria-hidden=true]{border:1px solid #2a7bbb!important}.custom-select-box.mb18{margin-bottom:18px}.custom-select-box.mb8{margin-bottom:8px}.custom-select-box.mb12{margin-bottom:12px}.selectSearchBackdropss .MuiModal-backdrop{background-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.selectSearchBackdropss.DynamicSelectBackdrop .MuiPaper-root .selectMenu{margin:0 -10px 0 0;padding:0 10px 0 0}.selectSearchBackdropss .MuiPaper-root{margin-top:.625rem;padding:0 24px 24px;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-height:unset;overflow:hidden}@media screen and (max-width:1024px){.selectSearchBackdropss .MuiPaper-root{max-height:260px;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}.selectSearchBackdropss .MuiPaper-root .searchFirstIcon{display:none}.selectSearchBackdropss .MuiPaper-root .searchTwoIcon{display:block}.selectSearchBackdropss .MuiPaper-root .selectMenu{max-height:178px;overflow-y:auto}.selectSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem{margin-right:12px;padding:10px 12px!important;border-radius:.5rem;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;display:block;cursor:pointer}.selectSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem.active,.selectSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.selectSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem:not(:last-child){margin-bottom:.25rem}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper{min-width:100%!important;width:100%!important;position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10;padding:18px 0 20px;display:flex;align-items:flex-start;height:84px}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper.customerSearch{min-width:100%!important;width:100%!important}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .MuiInputBase-root{width:100%}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .MuiInputBase-root:before{content:none}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .MuiInputBase-root:after{content:none}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{opacity:1;font-weight:500;font-size:.875rem!important}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.selectSearchBackdropss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.selectSearchBackdropss .noSearchDataFound{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.selectSearchBackdropss .notificationLoading{margin:10px 0;font-size:14px;color:var(--btnPrimary);font-weight:600;text-align:center}.selectSearchBackdropss .border{padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.selectSearchBackdropss .border.blue{border-color:#2a7bbb;color:#2a7bbb}.selectSearchBackdropss .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem;line-height:21px}.selectSearchBackdropss .border+.border{margin-left:.5rem}@media screen and (max-width:1024px){.selectValueSearchBackdropsss.tags .MuiPaper-root{overflow:auto!important;-webkit-overflow-scrolling:touch;margin-top:-140px!important;position:relative;z-index:9999999}}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape){.selectValueSearchBackdropsss.tags .MuiPaper-root{margin-top:-140px!important}}.selectValueSearchBackdropsss.formTags .optionWrapper{overflow-y:hidden!important}.selectValueSearchBackdropsss .MuiPaper-root{margin-top:.625rem;padding:0 20px 20px;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-height:unset;overflow:hidden}@media screen and (max-width:1024px){.selectValueSearchBackdropsss .MuiPaper-root{overflow-y:auto!important;-webkit-overflow-scrolling:touch}}.selectValueSearchBackdropsss .MuiPaper-root .searchFirstIcon{display:none}.selectValueSearchBackdropsss .MuiPaper-root .searchTwoIcon{display:block}.selectValueSearchBackdropsss .MuiPaper-root .selectMenu{max-height:160px;overflow-y:auto}@media screen and (max-width:1600px){.selectValueSearchBackdropsss .MuiPaper-root .selectMenu{max-height:150px}}@media screen and (max-width:1280px){.selectValueSearchBackdropsss .MuiPaper-root .selectMenu{max-height:120px}}.selectValueSearchBackdropsss .MuiPaper-root .selectMenu .dropdownItem{padding:10px 12px!important;border-radius:.5rem;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block;cursor:pointer}.selectValueSearchBackdropsss .MuiPaper-root .selectMenu .dropdownItem.active,.selectValueSearchBackdropsss .MuiPaper-root .selectMenu .dropdownItem:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.selectValueSearchBackdropsss .MuiPaper-root .selectMenu .dropdownItem:not(:last-child){margin-bottom:.25rem}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper{padding:12px 0;position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields{padding-bottom:12px;display:flex;justify-content:space-between;align-items:center}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn[disabled],.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn:disabled,.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.6}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn[disabled] .crossIconBlue img,.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn:disabled .crossIconBlue img,.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn.disabled .crossIconBlue img{filter:grayscale(1);opacity:.8}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn[disabled] .btnTxt,.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn:disabled .btnTxt,.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn.disabled .btnTxt{color:#85929c}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn .crossIconBlue img{width:100%}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb;white-space:nowrap}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper{display:flex;align-items:flex-start;flex-wrap:wrap;min-width:100%!important;width:100%!important}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper.customerSearch{min-width:100%!important;width:100%!important}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .MuiInputBase-root{width:100%}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .MuiInputBase-root:before{content:none}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .MuiInputBase-root:after{content:none}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{opacity:1;font-weight:500;font-size:.875rem!important}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.selectValueSearchBackdropsss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.selectValueSearchBackdropsss .MuiPaper-root .btnWrapper{padding-top:10px;display:flex;justify-content:flex-end;gap:8px}.selectValueSearchBackdropsss .MuiPaper-root .btnWrapper .button{border-radius:10px!important;padding:15px!important}.selectValueSearchBackdropsss .MuiPaper-root .btnWrapper .button:first-of-type{width:81px}.selectValueSearchBackdropsss .MuiPaper-root .btnWrapper .button:nth-of-type(2){width:74px}.selectValueSearchBackdropsss .noSearchDataFound{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.selectValueSearchBackdropsss .MuiButton-outlined.button:hover{background-color:transparent!important}.selectValueSearchBackdropsss .multiselectCheckboxWrapper{padding-right:12px;justify-content:flex-start;align-items:flex-start;gap:0!important}.selectValueSearchBackdropsss .multiselectCheckboxWrapper.pr0{padding-right:0!important}.selectValueSearchBackdropsss .multiselectCheckboxWrapper.pr0 .createrInnerWrapper .Height160{max-height:90px;padding-right:12px!important;overflow:auto}.selectValueSearchBackdropsss .multiselectCheckboxWrapper .MuiButtonBase-root{display:flex!important;align-items:center;justify-content:flex-start}.selectValueSearchBackdropsss .multiselectCheckboxWrapper .MuiListItemText-root .MuiTypography-root{padding-left:24px!important;padding-right:12px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;max-width:fit-content}.selectValueSearchBackdropsss .optionWrapper{width:100%;max-height:200px;overflow-y:auto}@media screen and (max-width:1600px){.selectValueSearchBackdropsss .optionWrapper{max-height:108px}}@media screen and (orientation:landscape)and (max-width:1024px){.selectValueSearchBackdropsss .optionWrapper{max-height:90px}}.selectValueSearchBackdropsss .optionWrapper .MuiButtonBase-root{max-width:fit-content;background-color:transparent!important;padding:0!important;cursor:default}.selectValueSearchBackdropsss .optionWrapper .MuiButtonBase-root:hover{background-color:transparent!important}.selectValueSearchBackdropsss .optionWrapper .MuiButtonBase-root .MuiTouchRipple-root{display:none!important}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper{display:flex;max-width:100%}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .MuiCheckbox-root:after{cursor:pointer}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper{width:100%;margin-top:0}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .MuiMenuItem-root:not(:last-of-type) .createdSubSec{margin-bottom:16px}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .createdSubSec{padding-left:0!important}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec{width:100%;padding:0;display:flex;align-items:center;font-weight:600}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiCheckbox-root{padding:4px 8px}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiTypography-root{font-weight:600}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec{padding-left:0;width:100%}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner{width:100%;margin-top:0;padding:0;display:flex;align-items:center}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .MuiCheckbox-root{padding:4px 8px}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .listTxt{flex-grow:1;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .listTxt{max-width:100%;cursor:pointer}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .listTxt .MuiTypography-root{padding:0 0 0 12px;font-size:14px;color:#3a4f5f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-weight:500;transition:all .3s ease-in}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper .listTxt:hover .MuiTypography-root{font-weight:600}.selectValueSearchBackdropsss .optionWrapper .multiselectCheckboxWrapper:not(:last-of-type) .CreatedMainWrapper{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #bdc4ca}.selectValueSearchBackdropsss .optionWrapper .MuiCheckbox-root:after{top:-8px}.selectValueSearchBackdropsss .optionWrapper .MuiCheckbox-root.Mui-checked:after{top:-8px}.selectValueSearchBackdropsss .optionWrapper .MuiDivider-root{margin:8px 0}.selectValueSearchBackdropsss .notificationLoading{margin:10px 0;font-size:14px;color:var(--btnPrimary);font-weight:600;text-align:center}.selectValueSearchBackdropsss .border{padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.selectValueSearchBackdropsss .border.blue{border-color:#2a7bbb;color:#2a7bbb}.selectValueSearchBackdropsss .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem;line-height:21px}.selectValueSearchBackdropsss .border+.border{margin-left:.5rem}.selectValueSearchBackdropss .MuiPaper-root{margin-top:.625rem;padding:0 24px 24px;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-height:unset;overflow:hidden}@media screen and (max-width:1024px){.selectValueSearchBackdropss .MuiPaper-root{height:260px;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}.selectValueSearchBackdropss .MuiPaper-root .searchFirstIcon{display:none}.selectValueSearchBackdropss .MuiPaper-root .searchTwoIcon{display:block}.selectValueSearchBackdropss .MuiPaper-root .selectMenu{max-height:178px;overflow-y:auto}.selectValueSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem{padding:10px 12px!important;border-radius:.5rem;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block;cursor:pointer}.selectValueSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem.active,.selectValueSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.selectValueSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem:not(:last-child){margin-bottom:.25rem}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper{padding:24px 0 12px;position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields{padding-bottom:12px;display:flex;justify-content:space-between;align-items:center}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn[disabled],.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn:disabled,.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.6}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn[disabled] .crossIconBlue img,.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn:disabled .crossIconBlue img,.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn.disabled .crossIconBlue img{filter:grayscale(1);opacity:.8}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn[disabled] .btnTxt,.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn:disabled .btnTxt,.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn.disabled .btnTxt{color:#85929c}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn .crossIconBlue img{width:100%}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb;white-space:nowrap}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper{display:flex;align-items:flex-start;flex-wrap:wrap;width:100%!important;min-width:100%!important}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper.customerSearch{width:100%!important;min-width:100%!important}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .MuiInputBase-root{width:100%}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .MuiInputBase-root:before{content:none}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .MuiInputBase-root:after{content:none}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{opacity:1;font-weight:500;font-size:.875rem!important}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.selectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .input-error{font-size:.75rem;color:var(--colorError)}.selectValueSearchBackdropss .MuiPaper-root .btnWrapper{padding-top:10px;display:flex;justify-content:flex-end;gap:8px}.selectValueSearchBackdropss .MuiPaper-root .btnWrapper .button{border-radius:10px!important;padding:15px!important}.selectValueSearchBackdropss .MuiPaper-root .btnWrapper .button:first-of-type{width:81px}.selectValueSearchBackdropss .MuiPaper-root .btnWrapper .button:nth-of-type(2){width:74px}.selectValueSearchBackdropss .noSearchDataFound{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.selectValueSearchBackdropss .MuiButton-outlined.button:hover{background-color:transparent!important}.selectValueSearchBackdropss .multiselectCheckboxWrapper{padding-right:12px;justify-content:flex-start;align-items:flex-start;gap:0!important}.selectValueSearchBackdropss .multiselectCheckboxWrapper .MuiButtonBase-root{display:flex!important;align-items:center;justify-content:flex-start}.selectValueSearchBackdropss .multiselectCheckboxWrapper .MuiListItemText-root .MuiTypography-root{padding-left:24px!important;padding-right:12px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;max-width:fit-content}.selectValueSearchBackdropss .optionWrapper{width:100%;max-height:200px;overflow-y:auto}.selectValueSearchBackdropss .optionWrapper .MuiButtonBase-root{max-width:fit-content;background-color:transparent!important;padding:0!important;cursor:default}.selectValueSearchBackdropss .optionWrapper .MuiButtonBase-root:hover{background-color:transparent!important}.selectValueSearchBackdropss .optionWrapper .MuiButtonBase-root .MuiTouchRipple-root{display:none!important}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper{display:flex;max-width:100%}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .MuiCheckbox-root:after{cursor:pointer}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec{max-width:100%;margin-bottom:12px;padding:0;display:flex;align-items:center}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .MuiCheckbox-root{padding:4px 8px}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .listTxt{flex-grow:1}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper{width:100%;margin-top:0}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .createdSubSec{padding-left:0!important}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec{width:100%;padding:0;display:flex;align-items:center;font-weight:600}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiCheckbox-root{padding:4px 8px}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiTypography-root{font-weight:600}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec{padding-left:12px;width:100%}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner{width:100%;margin-top:12px;padding:0;display:flex;align-items:center}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .MuiCheckbox-root{padding:4px 8px}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .listTxt{flex-grow:1;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt{max-width:100%;cursor:pointer}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt .MuiTypography-root{padding:0 0 0 12px;font-size:14px;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.selectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper:not(:last-of-type) .CreatedMainWrapper{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #bdc4ca}.selectValueSearchBackdropss .optionWrapper .MuiCheckbox-root:after{top:-8px}.selectValueSearchBackdropss .optionWrapper .MuiCheckbox-root.Mui-checked:after{top:-8px}.selectValueSearchBackdropss .optionWrapper .MuiDivider-root{margin:8px 0}.selectValueSearchBackdropss .notificationLoading{margin:10px 0;font-size:14px;color:var(--btnPrimary);font-weight:600;text-align:center}.selectValueSearchBackdropss .border{padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.selectValueSearchBackdropss .border.blue{border-color:#2a7bbb;color:#2a7bbb}.selectValueSearchBackdropss .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem;line-height:21px}.selectValueSearchBackdropss .border+.border{margin-left:.5rem}.selectValueDetailSearchBackdropss .MuiPaper-root{margin-top:.625rem;padding:0;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-height:unset;overflow:hidden}@media screen and (max-width:1024px){.selectValueDetailSearchBackdropss .MuiPaper-root{height:260px;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}.selectValueDetailSearchBackdropss .MuiPaper-root .txt{max-width:4.375rem}@media screen and (max-width:1024px){.selectValueDetailSearchBackdropss .MuiPaper-root .txt{max-width:3.125rem}}.selectValueDetailSearchBackdropss .MuiPaper-root .txt.placeholderTxt{max-width:9.375rem!important;font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:1.5rem;color:var(--inputTextColor)!important;color:var(--placeholderTextColor)!important}.selectValueDetailSearchBackdropss .MuiPaper-root .btnWrapper{padding-top:10px;display:flex;justify-content:flex-end;gap:8px}.selectValueDetailSearchBackdropss .MuiPaper-root .btnWrapper .button{border-radius:10px!important;padding:15px!important}.selectValueDetailSearchBackdropss .MuiPaper-root .btnWrapper .button:first-of-type{width:81px}.selectValueDetailSearchBackdropss .MuiPaper-root .btnWrapper .button:nth-of-type(2){width:74px}.selectValueDetailSearchBackdropss .optionWrapper{width:100%;padding:6px 24px 18px;max-height:200px;overflow-y:auto}@media screen and (max-width:1100px){.selectValueDetailSearchBackdropss .optionWrapper{padding:2px 20px 14px}}.selectValueDetailSearchBackdropss .optionWrapper .MuiButtonBase-root{max-width:fit-content;background-color:transparent!important;padding:0!important;cursor:default}.selectValueDetailSearchBackdropss .optionWrapper .MuiButtonBase-root:hover{background-color:transparent!important}.selectValueDetailSearchBackdropss .optionWrapper .MuiButtonBase-root .MuiTouchRipple-root{display:none!important}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper{display:flex;max-width:100%}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .MuiCheckbox-root:after{cursor:pointer}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec{max-width:100%;margin-bottom:12px;padding:0;display:flex;align-items:center}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .MuiCheckbox-root{padding:4px 8px}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .listTxt{flex-grow:1}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper{width:100%;margin-top:0}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .createdSubSec{padding-left:0!important}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec{width:100%;padding:0;display:flex;align-items:center;font-weight:600}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiCheckbox-root{padding:4px 8px}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiTypography-root{font-weight:600}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec{padding-left:12px;width:100%}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner{width:100%;margin-top:12px;padding:0;display:flex;align-items:center}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .MuiCheckbox-root{padding:4px 8px}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .listTxt{flex-grow:1;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt{max-width:100%;cursor:default!important;font-size:14px;color:#2d3748;font-weight:500}.selectValueDetailSearchBackdropss .optionWrapper .multiselectCheckboxWrapper:not(:last-of-type) .CreatedMainWrapper{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #bdc4ca}.selectValueDetailSearchBackdropss .optionWrapper .MuiCheckbox-root:after{top:-8px}.selectValueDetailSearchBackdropss .optionWrapper .MuiCheckbox-root.Mui-checked:after{top:-8px}.selectValueDetailSearchBackdropss .optionWrapper .MuiDivider-root{margin:8px 0}.selectValueDetailSearchBackdropss .border{padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.selectValueDetailSearchBackdropss .border.blue{border-color:#2a7bbb;color:#2a7bbb}.selectValueDetailSearchBackdropss .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem;line-height:21px}.selectValueDetailSearchBackdropss .border+.border{margin-left:.5rem}.customerselectValueSearchBackdropss .headSec{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.customerselectValueSearchBackdropss .headSec .title{font-weight:600;font-size:13px;color:#85929c}.customerselectValueSearchBackdropss .switchSection{padding-left:12px;display:flex;align-items:center;gap:10px}.customerselectValueSearchBackdropss .switchSection .txt{text-transform:uppercase;font-size:14px;font-weight:500;line-height:20px;color:#3a4f5f}.customerselectValueSearchBackdropss .switchSection .toggle_switch{display:flex}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-root{width:38px;height:22px;padding:0}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-root .MuiButtonBase-root+.MuiSwitch-track{background:var(--colorPrimary);opacity:1}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-root .MuiButtonBase-root.Mui-checked+.MuiSwitch-track{background:var(--colorPrimary);opacity:1}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-root .MuiSwitch-thumb{box-shadow:none;width:18px;height:18px;border-radius:50%}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-root .MuiSwitch-track{width:38px;height:22px;border-radius:12px}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-root .MuiSwitch-track .MuiSwitch-switchBase{padding:0}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-root .MuiSwitch-track .MuiSwitch-thumb{box-shadow:none;width:18px;height:18px;border-radius:50%;background:#fff}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-root .MuiTouchRipple-root{display:none}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-switchBase{padding:2px}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-switchBase.Mui-disabled+.MuiSwitch-track{opacity:.6;cursor:not-allowed}.customerselectValueSearchBackdropss .switchSection .toggle_switch .MuiSwitch-switchBase.Mui-checked{color:var(--white);padding:2px 0;margin:0 -2px}.customerselectValueSearchBackdropss .MuiPaper-root{margin-top:.625rem;padding:0 20px 20px;border-radius:.75rem;background-color:var(--white);box-shadow:0 5.7px 12px -1px #0000000d;max-height:unset;overflow:hidden}@media screen and (max-width:1024px){.customerselectValueSearchBackdropss .MuiPaper-root{overflow:auto!important;-webkit-overflow-scrolling:touch;margin-top:-100px!important;position:relative;z-index:9999999}}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape){.customerselectValueSearchBackdropss .MuiPaper-root{margin-top:-100px!important}}.customerselectValueSearchBackdropss .MuiPaper-root .searchFirstIcon{display:none}.customerselectValueSearchBackdropss .MuiPaper-root .searchTwoIcon{display:block}.customerselectValueSearchBackdropss .MuiPaper-root .selectMenu{max-height:178px;overflow-y:auto}.customerselectValueSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem{padding:10px 12px!important;border-radius:.5rem;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block;cursor:pointer}.customerselectValueSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem.active,.customerselectValueSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.customerselectValueSearchBackdropss .MuiPaper-root .selectMenu .dropdownItem:not(:last-child){margin-bottom:.25rem}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper{padding:14px 0 12px;position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields{padding-bottom:12px;display:flex;justify-content:space-between;align-items:center}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn[disabled],.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn:disabled,.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.6}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn[disabled] .crossIconBlue img,.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn:disabled .crossIconBlue img,.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn.disabled .crossIconBlue img{filter:grayscale(1);opacity:.8}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn[disabled] .btnTxt,.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn:disabled .btnTxt,.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn.disabled .btnTxt{color:#85929c}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn .crossIconBlue img{width:100%}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .searchFields .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb;white-space:nowrap}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper{display:flex;align-items:flex-start;width:100%!important;min-width:100%!important}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper.customerSearch{width:100%!important;min-width:100%!important}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .MuiInputBase-root{width:100%}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .MuiInputBase-root:before{content:none}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .MuiInputBase-root:after{content:none}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{opacity:1;font-weight:500;font-size:.875rem!important}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.customerselectValueSearchBackdropss .MuiPaper-root .searchWrapper .commonSearchWrapper .input-error{font-size:.75rem;color:var(--colorError)}.customerselectValueSearchBackdropss .MuiPaper-root .btnWrapper{padding-top:10px;display:flex;justify-content:flex-end;gap:8px}.customerselectValueSearchBackdropss .MuiPaper-root .btnWrapper .button{border-radius:10px!important;padding:15px!important}.customerselectValueSearchBackdropss .MuiPaper-root .btnWrapper .button:first-of-type{width:81px}.customerselectValueSearchBackdropss .MuiPaper-root .btnWrapper .button:nth-of-type(2){width:74px}.customerselectValueSearchBackdropss .MuiPaper-root .createdSubSecInner:not(:first-of-type){margin-top:15px!important}.customerselectValueSearchBackdropss .noSearchDataFound{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.customerselectValueSearchBackdropss .MuiButton-outlined.button:hover{background-color:transparent!important}.customerselectValueSearchBackdropss .multiselectCheckboxWrapper{padding-right:12px;justify-content:flex-start;align-items:flex-start;gap:0!important}.customerselectValueSearchBackdropss .multiselectCheckboxWrapper .MuiButtonBase-root{display:flex!important;align-items:center;justify-content:flex-start}.customerselectValueSearchBackdropss .multiselectCheckboxWrapper .MuiListItemText-root .MuiTypography-root{padding-left:24px!important;padding-right:12px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;max-width:fit-content}.customerselectValueSearchBackdropss .optionWrapper{width:100%;max-height:200px;overflow-y:auto}@media screen and (max-width:1024px){.customerselectValueSearchBackdropss .optionWrapper{max-height:150px}}.customerselectValueSearchBackdropss .optionWrapper .MuiButtonBase-root{max-width:fit-content;background-color:transparent!important;padding:0!important;cursor:default}.customerselectValueSearchBackdropss .optionWrapper .MuiButtonBase-root:hover{background-color:transparent!important}.customerselectValueSearchBackdropss .optionWrapper .MuiButtonBase-root .MuiTouchRipple-root{display:none!important}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper{display:flex;max-width:100%}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .MuiCheckbox-root:after{cursor:pointer}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec{max-width:100%;margin-bottom:12px;padding:0;display:flex;align-items:center}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .MuiCheckbox-root{padding:4px 8px}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .listTxt{flex-grow:1}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper{width:100%;margin-top:0}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .createdSubSec{padding-left:0!important}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec{width:100%;padding:0;display:flex;align-items:center;font-weight:600}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiCheckbox-root{padding:4px 8px}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiTypography-root{font-weight:600}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec{padding-left:12px;width:100%}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner{width:100%;margin-top:15px;padding:0;display:flex;align-items:center}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .MuiCheckbox-root{padding:4px 8px}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .listTxt{flex-grow:1;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt{max-width:100%;cursor:pointer}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt .MuiTypography-root{padding:0 0 0 12px;font-size:14px;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.customerselectValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper:not(:last-of-type) .CreatedMainWrapper{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #bdc4ca}.customerselectValueSearchBackdropss .optionWrapper .MuiCheckbox-root:after{top:-8px}.customerselectValueSearchBackdropss .optionWrapper .MuiCheckbox-root.Mui-checked:after{top:-8px}.customerselectValueSearchBackdropss .optionWrapper .MuiDivider-root{margin:8px 0}.customerselectValueSearchBackdropss .notificationLoading{margin:10px 0;font-size:14px;color:var(--btnPrimary);font-weight:600;text-align:center}.customerselectValueSearchBackdropss .border{padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.customerselectValueSearchBackdropss .border.blue{border-color:#2a7bbb;color:#2a7bbb}.customerselectValueSearchBackdropss .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem;line-height:21px}.customerselectValueSearchBackdropss .border+.border{margin-left:.5rem}.MuiButton-contained.lightBlueBtn{width:100%;height:2.5rem;background-color:#c3daec!important;color:#2a7bbb!important;gap:.5rem;border-radius:.625rem!important;font-size:.875rem!important;font-weight:600!important;line-height:1.25rem!important;border:1px solid #c3daec!important;opacity:1;font-family:var(--font)!important;text-transform:capitalize!important;box-shadow:0 1px 2px #1018280d!important}.MuiButton-contained.lightBlueBtn.Mui-disabled{cursor:not-allowed;border:1px solid #bdc4ca!important;background-color:#bdc4ca!important;box-shadow:0 1px 2px #1018280d!important;color:#f7fbff}.MuiButton-contained.lightBlueBtn.lightBlueTwo{border-color:#b2cfe7!important;background-color:#ecf3f9!important}.MuiButton-contained.lightBlueBtn.lightBlueTwo.h64{height:64px;font-weight:700!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px inherit inset!important;box-shadow:0 0 0 1000px inherit inset!important;-webkit-text-fill-color:#3a4f5f!important}button.button.textBtn{text-transform:inherit!important;margin:20px auto 0;padding:0;background:transparent;color:#152d40;font-family:var(--font)!important;font-weight:400;font-size:1rem;letter-spacing:.0625rem;display:flex;align-items:center;gap:.625rem;border-radius:.5rem;box-shadow:none!important}button.button.textBtn .MuiTouchRipple-root{display:none}.confirmationPopupWrapper{max-width:50vw;margin:auto;background:var(--white);position:fixed;top:50%;transform:translateY(-50%);left:0;right:0;border-radius:.75rem}.confirmationPopupWrapper .topView{padding:1.25rem}.confirmationPopupWrapper .descriptionView{padding:20px 30px;background:var(--gradientBg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.9375rem}.confirmationPopupWrapper .dialogLogo{width:3.3125rem;height:3.3125rem}.confirmationPopupWrapper .descriptionView p{margin-top:0;font-size:.875rem;color:var(--lightGrayText);line-height:1.25rem;font-weight:400}.confirmationPopupWrapper .descriptionView h2{margin-top:0;font-size:1.25rem;color:var(--lightBlackText);line-height:1.5rem;font-weight:600}@media screen and (max-width:1024px){.confirmationPopupWrapper .descriptionView h2{font-size:1.125rem}}.confirmationPopupWrapper .descriptionView *{font-family:var(--font)!important}.confirmationPopupWrapper .bottomView{padding:1.25rem;display:flex;align-items:center;justify-content:flex-end}.confirmationPopupWrapper .bottomView button{width:fit-content;border-radius:.625rem!important;padding:6px 12px}.confirmationPopupWrapper .bottomView button+button{margin-left:.75rem}.form-group .input-error{margin:0;font-size:.75rem;color:var(--colorError)}.form-group .input-error.mb10{margin-bottom:10px}.form-group .input-error.mt6{margin-top:8px}.form-group .input-error.textAreaErrorSpace{margin-top:-30px;margin-right:auto;max-width:calc(100% - 90px)}.form-field .infoTxt{margin:0!important;display:inline-block!important;font-family:var(--font)!important;font-size:.875rem!important;font-weight:600!important;line-height:1.25rem!important;color:var(--labelColor)!important}.form-field .infoTxt img{cursor:pointer!important;width:.875rem!important;margin-left:.3125rem!important;margin-top:-2px!important;display:inline-block!important;vertical-align:middle!important}.form-field.select label{display:block}.form-field.select .MuiFormControl-root{margin:6px 0 8px;width:100%}.form-field.select .MuiFormControl-root .MuiInputBase-root.Mui-focused .MuiSelect-select{background-color:transparent!important}.form-field.select.segmentationTagValueSearch .selectFilterBadge{width:100%}.form-field.select.segmentationTagValueSearch .selectFilterBadge .MuiBadge-badge{display:none;margin:11px 5px 0 0;height:11px;border-radius:50%;width:11px;border:1px solid #f9f9fc;background-color:#f26258}.form-field.select.segmentationTagValueSearch .selectFilterBadge.active .MuiBadge-badge{display:block}.form-field.select.segmentationTagValueSearch .selectFilterBadge[aria-hidden=true] .custom-select-box{border:1px solid #2a7bbb!important}.form-field.select.segmentationTagValueSearch .selectFilterBadge .custom-select-box{width:100%;outline:0}.form-field.select.segmentationTagValueSearch .txt{max-width:4.375rem}@media screen and (max-width:1024px){.form-field.select.segmentationTagValueSearch .txt{max-width:3.125rem}}.form-field.select.segmentationTagValueSearch .txt.placeholderTxt{max-width:9.375rem!important;font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:1.5rem;color:var(--inputTextColor)!important;color:var(--placeholderTextColor)!important}.form-field.select.segmentationTagValueSearch .border{margin-bottom:9.5px;padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.form-field.select.segmentationTagValueSearch .border.blue{border-color:#2a7bbb;color:#2a7bbb}.form-field.select.segmentationTagValueSearch .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:15.625rem;line-height:normal}@media screen and (max-width:1024px){.form-field.select.segmentationTagValueSearch .border .txt{max-width:15.625rem}}.form-field.select.segmentationTagValueSearch .border+.border{margin-left:.5rem}.form-field.select.segmentationTagValueSearch .custom-select-box{min-height:44px;padding-bottom:0;display:flex;justify-content:space-between;background-color:transparent}.form-field.select.segmentationTagValueSearch .custom-select-box .tag-badges-container{display:flex;flex-wrap:wrap}.form-field.select.segmentationTagValueSearch .custom-select-box .arrow-icon{margin-bottom:9.5px;margin-left:auto}.form-field.select.segmentationTagValueSearch .noSearchDataFound{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.form-field.select.segmentationTagValueSearch.detailSearch{margin-bottom:20px}.form-field.select.segmentationTagValueSearch.detailSearch .custom-select-box{margin-top:0!important}.form-field.select.segmentationTagValueSearch.detailSearch .border{padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.form-field.select.segmentationTagValueSearch.detailSearch .border.blue{border-color:#2a7bbb;color:#2a7bbb}.form-field.select.segmentationTagValueSearch.detailSearch .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem;line-height:normal}@media screen and (max-width:1280px){.form-field.select.segmentationTagValueSearch.detailSearch .border .txt{max-width:2.1875rem}}@media screen and (max-width:1024px){.form-field.select.segmentationTagValueSearch.detailSearch .border .txt{max-width:3.75rem}}.form-field.select.segmentationTagValueSearch.detailSearch .border+.border{margin-left:.5rem}.form-field.select.customerTagValueSearch{margin-bottom:20px}.form-field.select.customerTagValueSearch .selectFilterBadge{width:100%;overflow-x:hidden}.form-field.select.customerTagValueSearch .selectFilterBadge .MuiBadge-badge{display:none;margin:11px 5px 0 0;height:11px;border-radius:50%;width:11px;border:1px solid #f9f9fc;background-color:#f26258}.form-field.select.customerTagValueSearch .selectFilterBadge.active .MuiBadge-badge{display:block}.form-field.select.customerTagValueSearch .selectFilterBadge[aria-hidden=true] .custom-select-box{border:1px solid #2a7bbb!important}.form-field.select.customerTagValueSearch .selectFilterBadge .custom-select-box{width:100%;outline:0}.form-field.select.customerTagValueSearch .txt{max-width:4.375rem}@media screen and (max-width:1024px){.form-field.select.customerTagValueSearch .txt{max-width:3.125rem}}.form-field.select.customerTagValueSearch .txt.placeholderTxt{max-width:9.375rem!important;font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:1.5rem;color:var(--inputTextColor)!important;color:var(--placeholderTextColor)!important}.form-field.select.customerTagValueSearch .border{padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.form-field.select.customerTagValueSearch .border.blue{border-color:#2a7bbb;color:#2a7bbb}.form-field.select.customerTagValueSearch .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem;line-height:normal}@media screen and (max-width:768px){.form-field.select.customerTagValueSearch .border .txt{max-width:2.1875rem}}.form-field.select.customerTagValueSearch .border+.border{margin-left:.5rem}.form-field.select.customerTagValueSearch .custom-select-box{min-height:44px;display:flex;justify-content:space-between;background-color:transparent}.form-field.select.customerTagValueSearch .custom-select-box .tag-badges-container{display:flex}.form-field.select.customerTagValueSearch .noSearchDataFound{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.form-field.textareaAuto.white textarea{background-color:#fff!important}.form-field.textareaAuto.sizeNone textarea{height:120px!important;resize:none}@media screen and (max-width:820px){.form-field.textareaAuto.sizeNone textarea{height:145px!important}}@media screen and (max-width:768px){.form-field.textareaAuto.sizeNone textarea{height:170px!important}}.form-field.textareaAuto label{margin-bottom:6px;display:block}.form-field.textareaAuto textarea{width:100%;outline:0;padding:9px 12px;font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:1.5rem;color:#3a4f5f!important;border-radius:.75rem;box-shadow:0 1px 2px #1018280d;background-color:transparent!important;border:1px solid #bdc4ca!important;resize:none;clip-path:border-box!important}.form-field.textareaAuto textarea:focus{border-color:#2a7bbb!important}.form-field.textareaAuto .countText{margin:2px 0 0;text-align:right;font-size:14px;font-weight:400;line-height:20px;color:#475467;display:flex;justify-content:flex-end}.form-field.textareaAuto .countText.mt0{margin:0}.form-field.textareaAuto.resizeNone textarea{resize:none!important}.form-field .textareadetail{min-height:44px;width:100%;outline:0;padding:9px 12px;margin:0 0 6px;font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:1.5rem;color:#00000061!important;border-radius:.75rem;box-shadow:0 1px 2px #1018280d;background-color:transparent!important;border:1px solid #bdc4ca!important}.form-field.textarea{padding-top:16px;margin:0;position:relative;z-index:1}.form-field.textarea.p0{padding-top:0!important}.form-field.textarea.h174{margin-bottom:8px}.form-field.textarea.h174 textarea{height:174px!important}@media screen and (max-width:1024px){.form-field.textarea.h174 textarea{height:150px!important}}.form-field.textarea.h174 textarea:disabled{-webkit-text-fill-color:rgba(0,0,0,.38)}.form-field.textarea label{margin-bottom:6px;display:block}@media screen and (max-width:1024px){.form-field.textarea{padding-top:16}}.form-field.textarea .MuiInputBase-root{height:auto}.form-field.textarea textarea{height:102px!important;overflow:auto!important;width:100%!important;outline:0;padding:12px;font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:1.5rem;color:#3a4f5f!important;border-radius:.75rem;box-shadow:0 1px 2px #1018280d;background-color:transparent!important;border:1px solid #bdc4ca!important;resize:none;position:relative;z-index:1;clip-path:border-box!important}.form-field.textarea textarea:focus{border-color:#2a7bbb!important}.form-field.textarea .MuiTextField-root{width:100%;margin:0}.form-field.textarea .countText{margin:2px 0 0;text-align:right;font-size:14px;font-weight:400;line-height:20px;color:#475467;display:flex;justify-content:flex-end}.form-field.textarea .countText.mt0{margin:0}.form-field.textarea.no-clip-path textarea{clip-path:none!important}.form-field.borderAdorment .MuiInputAdornment-root p{margin:0 -9px 0 0;height:2.75rem;padding:0 14px 0 0;font-size:1rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important;border-right:1px solid var(--lightBorder);display:flex;justify-content:center;align-items:center}.form-field.CheckboxGroup.tableCheckbox{margin-left:0!important;margin-bottom:0!important;margin-top:2px!important;display:inline-block!important;vertical-align:middle}.form-field.tableCheckbox.form-field{margin:2px 6px 0 0!important;display:inline-block!important}.form-field label{font-family:var(--font);font-size:.875rem;font-weight:600;line-height:1.25rem;color:var(--labelColor)}.form-field .MuiTextField-root{margin-top:.375rem}.form-field .normal-field{min-height:44px;padding:12px;font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:1.5rem;color:var(--inputTextColor)!important;border-radius:.625rem;box-shadow:0 1px 2px #1018280d;background-color:transparent!important;border:1px solid #bdc4ca!important}.form-field .normal-field p{margin:0}.form-field .MuiInputBase-input{padding:12px;font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:1.5rem;color:var(--inputTextColor)!important}.form-field .MuiInputBase-root{height:2.75rem!important;border-radius:.625rem;box-shadow:0 1px 2px #1018280d;background-color:transparent!important}.form-field .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:1rem;font-weight:400;color:var(--inputTextColor);font-family:var(--font)!important}.form-field .input-error{margin:0;font-size:.75rem;color:var(--colorError)}.form-field .input-error.mb10{margin-bottom:10px}.form-field .input-error.mt6{margin-top:8px}.form-field .input-error.textAreaErrorSpace{margin-top:-16px}.form-field .input-error.textAreaCountError{margin-top:-18px;margin-right:auto;max-width:calc(100% - 45px);text-align:left}.form-field .MuiOutlinedInput-notchedOutline{border:1px solid #bdc4ca!important;border-radius:.625rem!important}.form-field .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #2a7bbb!important}.form-field .errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.form-field .errorTextField .MuiOutlinedInput-notchedOutline,.form-field .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.form-field .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#f5867e!important}.form-field .MuiInputBase-formControl input::placeholder,.form-field select::placeholder,.form-field textarea::placeholder,.form-field .placeholderText .MuiSelect-select{font-size:1rem;font-weight:400;line-height:1.5rem;font-family:var(--font);color:var(--placeholderTextColor)!important;opacity:1}.form-field.insightSelect .Mui-disabled{opacity:.6!important}.searchTwoIcon{display:none}.MuiMenu-root .MuiMenu-paper.select-backdrop{clip-path:border-box;max-height:160px;overflow-y:auto;-webkit-overflow-scrolling:touch;margin-top:.625rem;padding:.625rem;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-width:200px}.MuiMenu-root .MuiMenu-paper.select-backdrop.notSelected .MuiList-root .MuiMenuItem-root.Mui-selected{background-color:transparent!important}.MuiMenu-root .MuiMenu-paper.select-backdrop .MuiList-root{padding:0}.MuiMenu-root .MuiMenu-paper.select-backdrop .MuiList-root .MuiMenuItem-root{border-radius:.5rem;padding:10px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block}.MuiMenu-root .MuiMenu-paper.select-backdrop .MuiList-root .MuiMenuItem-root.active,.MuiMenu-root .MuiMenu-paper.select-backdrop .MuiList-root .MuiMenuItem-root:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.MuiMenu-root .MuiMenu-paper.select-backdrop .MuiList-root .MuiMenuItem-root:not(:last-child){margin-bottom:.25rem}.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss{margin:-12px -12px 0;padding:22px 24px 8px;display:flex;justify-content:space-between;align-items:center;position:sticky;background:#fff;top:-12px;z-index:99}.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn[disabled],.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn:disabled,.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.5}.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn[disabled] .crossIconBlue img,.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn:disabled .crossIconBlue img,.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn.disabled .crossIconBlue img{opacity:.5}.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn[disabled] .btnTxt,.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn:disabled .btnTxt,.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn.disabled .btnTxt{opacity:.5}.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn .crossIconBlue img{width:100%}.MuiMenu-root .MuiMenu-paper.select-backdrop .searchFieldss .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb}.MuiMenu-root .MuiMenu-paper.select-search-backdrop{max-height:205px;overflow-y:auto;-webkit-overflow-scrolling:touch;margin-top:.625rem;padding:0;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-width:200px}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFirstIcon{display:none}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchTwoIcon{display:block}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .MuiList-root{padding:0 24px 24px!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .MuiList-root .MuiMenuItem-root{border-radius:0rem;padding:0!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .MuiList-root .MuiMenuItem-root.active,.MuiMenu-root .MuiMenu-paper.select-search-backdrop .MuiList-root .MuiMenuItem-root:hover{background-color:transparent!important;transition:all .3s ease-in;font-weight:600!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .MuiList-root .MuiMenuItem-root.active .MuiTypography-root,.MuiMenu-root .MuiMenu-paper.select-search-backdrop .MuiList-root .MuiMenuItem-root:hover .MuiTypography-root{font-weight:600!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .MuiList-root .MuiMenuItem-root:not(:last-child){margin-bottom:1rem}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .MuiList-root .MuiMenuItem-root .MuiTouchRipple-root{display:none}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .multiselectCheckboxWrapper{gap:8px;transition:all .3s ease-in}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper{position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10;padding:24px 0 20px;display:flex;align-items:flex-start;width:100%!important;height:84px}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .MuiInputBase-root{width:100%}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .MuiInputBase-root:before{content:none}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .MuiInputBase-root:after{content:none}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{color:#3a4f5f;opacity:1;font-weight:500;font-size:.75rem!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .MuiCheckbox-root{position:relative;background:transparent}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .CheckboxGroup .MuiFormControlLabel-label{margin-left:8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .CheckboxGroup.form-field{display:block;text-align:left;margin:0 0 0 12px}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .CheckboxGroup.form-field label{display:flex;justify-content:flex-start;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .CheckboxGroup.form-field label:not(:last-child){margin-bottom:12px}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .CheckboxGroup.form-field .multiselectCheckboxWrapper .MuiCheckbox-root:hover{background-color:transparent!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .CheckboxGroup.form-field .MuiCheckbox-root{padding:0!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .CheckboxGroup.form-field .MuiCheckbox-root:after{position:static!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .CheckboxGroup.form-field .MuiCheckbox-root.Mui-checked:after{position:static!important}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss{margin:-12px -12px 0;padding:22px 24px 8px;display:flex;justify-content:space-between;align-items:center;position:sticky;background:#fff;top:-12px;z-index:99}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn[disabled],.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn:disabled,.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.5}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn[disabled] .crossIconBlue img,.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn:disabled .crossIconBlue img,.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn.disabled .crossIconBlue img{opacity:.5}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn[disabled] .btnTxt,.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn:disabled .btnTxt,.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn.disabled .btnTxt{opacity:.5}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn .crossIconBlue img{width:100%}.MuiMenu-root .MuiMenu-paper.select-search-backdrop .searchFieldss .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb}.MuiMenu-root .noSearchDataFound{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop{clip-path:border-box;max-height:260px;overflow-y:auto;-webkit-overflow-scrolling:touch;margin-top:.625rem;padding:.625rem;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-width:200px}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .MuiList-root{padding:0}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .MuiList-root .MuiMenuItem-root{border-radius:.5rem;padding:10px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;white-space:normal!important}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .MuiList-root .MuiMenuItem-root.active,.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .MuiList-root .MuiMenuItem-root:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .MuiList-root .MuiMenuItem-root:not(:last-child){margin-bottom:.25rem}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss{margin:-12px -12px 0;padding:22px 24px 8px;display:flex;justify-content:space-between;align-items:center;position:sticky;background:#fff;top:-12px;z-index:99}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn[disabled],.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn:disabled,.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.5}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn[disabled] .crossIconBlue img,.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn:disabled .crossIconBlue img,.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn.disabled .crossIconBlue img{opacity:.5}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn[disabled] .btnTxt,.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn:disabled .btnTxt,.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn.disabled .btnTxt{opacity:.5}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn .crossIconBlue img{width:100%}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .searchFieldss .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .multiselectCheckboxWrapper{align-items:center!important}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .multiselectCheckboxWrapper .MuiListItemText-root .MuiTypography-root{word-break:break-word!important;white-space:normal!important;overflow:visible!important}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .multiselectCheckboxWrapper .MuiCheckbox-root:after{top:2px!important}.MuiMenu-root .MuiMenu-paper.campaign-filterbackdrop .multiselectCheckboxWrapper .MuiCheckbox-root.Mui-checked:after{top:2px!important}.Toastify__toast-container{max-width:620px;min-width:300px;width:fit-content!important}.Toastify__toast-container .Toastify__toast-theme--light{margin:-4px!important;min-height:auto!important;padding:0;border:1px solid #bdc4ca;box-shadow:none;border-radius:12px;background-color:var(--white);height:auto!important}.Toastify__toast-container .Toastify__toast-theme--light .alert-message,.Toastify__toast-container .Toastify__toast-theme--light .alert-sub-message{margin:0;font-family:var(--font)!important;font-size:14px;font-weight:600;line-height:20px;color:#3a4f5f}.Toastify__toast-container .Toastify__toast-theme--light .Toastify__toast-body{padding:8px 8px 12px}.Toastify__toast-container .Toastify__toast-theme--light .Toastify__toast-body .Toastify__toast-icon{width:38px;margin-right:9px}.Toastify__toast-container .Toastify__toast-theme--light .Toastify__toast-body .Toastify__toast-icon img{width:38px}.filterPopoverWrapper .MuiPaper-root{box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;border-radius:.75rem!important}@media screen and (max-width:1024px){.filterPopoverWrapper.formFilter{max-height:340px}}@media screen and (max-width:1024px){.filterPopoverWrapper.customerFilter{max-height:520px}}.tableMenuMainWrapper .MuiPaper-root{padding:12px;border-radius:.75rem;background-color:var(--white);box-shadow:2px 2px 20px 4px #a7aeba1f;margin-top:11px!important;margin-left:30px!important}.tableMenuMainWrapper .MuiPaper-root .tableMenuWrapper{display:flex;flex-direction:column;border-radius:0;min-width:120px!important;max-width:200px!important;padding:0!important}.tableMenuMainWrapper .MuiPaper-root .tableMenuWrapper.w120{min-width:7.5rem!important}.tableMenuMainWrapper .MuiPaper-root .tableMenuWrapper.w180{min-width:148px!important}.tableMenuMainWrapper .MuiPaper-root .tableMenuWrapper .tableMenuList{border-radius:.25rem;padding:9px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;text-decoration:none;cursor:pointer}.tableMenuMainWrapper .MuiPaper-root .tableMenuWrapper .tableMenuList.active,.tableMenuMainWrapper .MuiPaper-root .tableMenuWrapper .tableMenuList:hover{color:#3a4f5f!important;font-weight:600!important;background-color:#d2e7ff!important}.tableMenuMainWrapper .MuiPaper-root .tableMenuWrapper .tableMenuList:not(:last-child){margin-bottom:.25rem}.tableMenuMainWrapper.ml50 .MuiPaper-root{margin-left:60px!important}.tableMenuMainWrapper.ml50.mlauditLog .MuiPaper-root{max-height:300px!important}.tableMenuMainWrapper.ml50.recentactivity .MuiMenu-paper{margin-left:-30px!important}.tableMenuMainWrapper.ml50.recentactivity .MuiPaper-root{max-height:300px!important}.tableMenuMainWrapper.mll50 .MuiPaper-root{margin-left:78px!important}.tableMenuMainWrapper.employeeList .tableMenuWrapper{min-width:160px!important}.tableMenuMainWrapper.employeeList .MuiPaper-root{margin-left:0!important}.tableMenuMainWrapper.employeeList.ml40 .MuiPaper-root{margin-left:22px!important}.tableMenuMainWrapper.requestList .tableMenuWrapper{min-width:135px!important}.tableMenuMainWrapper.requestList .MuiPaper-root{margin-left:20px!important}.tableMenuMainWrapper.requestList.ml40 .MuiPaper-root{margin-left:70px!important}.tableMenuMainWrappers .MuiPaper-root{padding:12px;border-radius:.75rem;background-color:var(--white);box-shadow:2px 2px 20px 4px #a7aeba1f;margin-top:17px!important;margin-left:33px!important}.tableMenuMainWrappers .MuiPaper-root .tableMenuWrapper{display:flex;flex-direction:column;border-radius:0;min-width:120px!important;max-width:200px!important}.tableMenuMainWrappers .MuiPaper-root .tableMenuWrapper.w120{min-width:7.5rem!important}.tableMenuMainWrappers .MuiPaper-root .tableMenuWrapper.w180{min-width:148px!important}.tableMenuMainWrappers .MuiPaper-root .tableMenuWrapper .tableMenuList{border-radius:.25rem;padding:9px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;text-decoration:none;cursor:pointer}.tableMenuMainWrappers .MuiPaper-root .tableMenuWrapper .tableMenuList.active,.tableMenuMainWrappers .MuiPaper-root .tableMenuWrapper .tableMenuList:hover{color:#3a4f5f!important;font-weight:600!important;background-color:#d2e7ff!important}.tableMenuMainWrappers .MuiPaper-root .tableMenuWrapper .tableMenuList:not(:last-child){margin-bottom:.25rem}.tableMenuMainWrapperss .MuiPaper-root{padding:12px;border-radius:.75rem;background-color:var(--white);box-shadow:2px 2px 20px 4px #a7aeba1f;margin-top:0!important;margin-left:28px!important}.tableMenuMainWrapperss .MuiPaper-root .tableMenuWrapper{display:flex;flex-direction:column;border-radius:0;min-width:120px!important;max-width:200px!important}.tableMenuMainWrapperss .MuiPaper-root .tableMenuWrapper.w120{min-width:7.5rem!important}.tableMenuMainWrapperss .MuiPaper-root .tableMenuWrapper.w180{min-width:148px!important}.tableMenuMainWrapperss .MuiPaper-root .tableMenuWrapper .tableMenuList{border-radius:.25rem;padding:9px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;text-decoration:none;cursor:pointer}.tableMenuMainWrapperss .MuiPaper-root .tableMenuWrapper .tableMenuList.active,.tableMenuMainWrapperss .MuiPaper-root .tableMenuWrapper .tableMenuList:hover{color:#3a4f5f!important;font-weight:600!important;background-color:#d2e7ff!important}.tableMenuMainWrapperss .MuiPaper-root .tableMenuWrapper .tableMenuList:not(:last-child){margin-bottom:.25rem}.tableMenuMainWrapperss.lightShadow .MuiPaper-root{box-shadow:0 2.6px 8px -1px #0000000f!important}.MuiPaper-root.tableMenuMainWrappersss{padding:12px;border-radius:.75rem;background-color:var(--white);box-shadow:2px 2px 20px 4px #a7aeba1f;margin-top:22px;margin-left:-93px}.MuiPaper-root.tableMenuMainWrappersss .tableMenuWrapper{display:flex;flex-direction:column;border-radius:0;min-width:120px!important;max-width:200px!important}.MuiPaper-root.tableMenuMainWrappersss .tableMenuWrapper.w120{min-width:7.5rem!important}.MuiPaper-root.tableMenuMainWrappersss .tableMenuWrapper.w180{min-width:148px!important}.MuiPaper-root.tableMenuMainWrappersss .tableMenuWrapper .tableMenuList{display:block;border-radius:.25rem;padding:9px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;text-decoration:none;cursor:pointer}.MuiPaper-root.tableMenuMainWrappersss .tableMenuWrapper .tableMenuList.active,.MuiPaper-root.tableMenuMainWrappersss .tableMenuWrapper .tableMenuList:hover{color:#3a4f5f!important;font-weight:600!important;background-color:#d2e7ff!important}.MuiPaper-root.tableMenuMainWrappersss .tableMenuWrapper .tableMenuList:not(:last-child){margin-bottom:.25rem}.MuiPaper-root.tableMenuMainWrappersss .tableMenuWrapper .tableMenuList.tableButton{text-transform:inherit!important;width:100%!important;text-align:left!important}.MuiPaper-root.tableMenuMainWrappersss.lightShadow{box-shadow:0 2.6px 8px -1px #0000000f!important}.tableMenuMainWrappersss .MuiPaper-root{padding:12px;border-radius:.75rem;background-color:var(--white);box-shadow:2px 2px 20px 4px #a7aeba1f;margin-top:0!important;margin-left:40px!important}.tableMenuMainWrappersss .MuiPaper-root .tableMenuWrapper{display:flex;flex-direction:column;border-radius:0;min-width:120px!important;max-width:200px!important}.tableMenuMainWrappersss .MuiPaper-root .tableMenuWrapper.w120{min-width:7.5rem!important}.tableMenuMainWrappersss .MuiPaper-root .tableMenuWrapper.w180{min-width:148px!important}.tableMenuMainWrappersss .MuiPaper-root .tableMenuWrapper .tableMenuList{border-radius:.25rem;padding:9px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;text-decoration:none;cursor:pointer}.tableMenuMainWrappersss .MuiPaper-root .tableMenuWrapper .tableMenuList.active,.tableMenuMainWrappersss .MuiPaper-root .tableMenuWrapper .tableMenuList:hover{color:#3a4f5f!important;font-weight:600!important;background-color:#d2e7ff!important}.tableMenuMainWrappersss .MuiPaper-root .tableMenuWrapper .tableMenuList:not(:last-child){margin-bottom:.25rem}.tableMenuMainWrappersss .MuiPaper-root .tableMenuWrapper .tableMenuList.tableButton{text-transform:inherit!important;width:100%!important;text-align:left!important}@media screen and (max-width:1280px){.tableError{font-size:1rem}}@media screen and (max-width:1024px){.tableError{font-size:.9375rem}}.employeeDatePopoverWrapper.customerDetailDatePickersPopover .MuiPopover-paper{margin-top:0!important}.employeeDatePicker.customerDetailDatePicker{width:21.375rem!important}@media screen and (max-width:1024px){.employeeDatePicker.customerDetailDatePicker{width:22.4375rem!important}}.employeeDatePicker.customerDetailDatePicker .rdrMonth{margin:auto!important}.employeeDatePicker.customerDetailDatePicker .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplayItem input{padding-left:10px!important;text-align:left!important}.employeeDatePicker.customerDetailDatePicker .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplayItem:before{right:10px!important;left:auto!important;top:24px!important}.employeeDatePicker .rdrCalendarWrapper .rdrNextPrevButton:before{position:absolute;content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.8332%207.00033H1.1665M1.1665%207.00033L6.99984%2012.8337M1.1665%207.00033L6.99984%201.16699'%20stroke='%233A4F5F'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");top:3px;left:4.5px;transform:scale(.9)}.employeeDatePicker .rdrCalendarWrapper .rdrNextButton:after{position:absolute;content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.1665%207.00033H12.8332M12.8332%207.00033L6.99984%201.16699M12.8332%207.00033L6.99984%2012.8337'%20stroke='%233A4F5F'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");top:3px;left:4.5px;transform:scale(.9)}.employeeDatePicker .rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrMonthPicker select,.employeeDatePicker .rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrYearPicker select{font-weight:600;padding-right:1.4375rem}.employeeDatePicker .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplayItem:before{position:absolute;content:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%208.33317L1.5%208.33317M12.3333%201.6665L12.3333%204.99984M5.66667%201.6665L5.66667%204.99984M5.5%2018.3332H12.5C13.9001%2018.3332%2014.6002%2018.3332%2015.135%2018.0607C15.6054%2017.821%2015.9878%2017.4386%2016.2275%2016.9681C16.5%2016.4334%2016.5%2015.7333%2016.5%2014.3332L16.5%207.33317C16.5%205.93304%2016.5%205.23297%2016.2275%204.69819C15.9878%204.22779%2015.6054%203.84534%2015.135%203.60565C14.6002%203.33317%2013.9001%203.33317%2012.5%203.33317L5.5%203.33317C4.09987%203.33317%203.3998%203.33317%202.86502%203.60565C2.39462%203.84534%202.01217%204.22779%201.77248%204.69819C1.5%205.23297%201.5%205.93304%201.5%207.33317L1.5%2014.3332C1.5%2015.7333%201.5%2016.4334%201.77248%2016.9681C2.01217%2017.4386%202.39462%2017.821%202.86502%2018.0607C3.3998%2018.3332%204.09987%2018.3332%205.5%2018.3332Z'%20stroke='%233A4F5F'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");top:50%;left:10px;transform:translateY(-50%)}.employeeDatePicker .rdrCalendarWrapper .rdrMonths{padding:0 0 1px;border-bottom:1px solid #eaecf0}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrWeekDays .rdrWeekDay{color:var(--colorSecondary);font-size:.875rem;font-family:Inter,sans-serif;font-weight:500}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrDays button{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:0;color:#344054;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:normal}.unsubscribeMainWrapper{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#f4f2f3,#e4edf4)}.unsubscribeMainWrapper .cardWrapper{max-width:500px;padding:30px;border-radius:12px;background:#f8f9f9}.unsubscribeMainWrapper .cardWrapper .content{margin-bottom:70px;font-size:16px;font-weight:500;color:#3a4f5f}.unsubscribeMainWrapper .cardWrapper .cardIcon{margin-bottom:15px}.buttonSonQube{border:0;outline:0;padding:0;background-color:transparent}.buttonSonQube.p0{padding:0!important}.buttonSonQube.w100{width:100%}.buttonSonQube.mb0{margin-bottom:0}.buttonSonQube.content{display:contents}.buttonSonQube.text-left{text-align:left}.noneOutline{outline:0}@media screen and (max-width:1024px){.MuiPaper-root{overflow-y:auto!important;-webkit-overflow-scrolling:touch}}.MuiPaper-root .selectSearchBackdropsssss .MuiModal-backdrop{background-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root{margin-top:.625rem;padding:0 24px 24px;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-height:unset;overflow:hidden}@media screen and (max-width:1024px){.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root{margin-top:-100px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape){.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root{margin-top:-100px!important}}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .searchFirstIcon{display:none}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .searchTwoIcon{display:block}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .selectMenu{max-height:178px;overflow-y:auto}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .selectMenu .dropdownItem{margin-right:12px;padding:10px 12px!important;border-radius:.5rem;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap;cursor:pointer}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .selectMenu .dropdownItem.active,.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .selectMenu .dropdownItem:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .selectMenu .dropdownItem:not(:last-child){margin-bottom:.25rem}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper{min-width:100%!important;width:100%!important;position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10;padding:18px 0 20px;display:flex;align-items:flex-start;height:84px}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper.customerSearch{min-width:100%!important;width:100%!important}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .MuiInputBase-root{width:100%}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .MuiInputBase-root:before{content:none}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .MuiInputBase-root:after{content:none}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{opacity:1;font-weight:500;font-size:.875rem!important}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.MuiPaper-root .selectSearchBackdropsssss .MuiPaper-root .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.MuiPaper-root .selectSearchBackdropsssss .noSearchDataFound{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.MuiPaper-root .selectSearchBackdropsssss .notificationLoading{margin:10px 0;font-size:14px;color:var(--btnPrimary);font-weight:600;text-align:center}.MuiPaper-root.selectSearchBackdropssss{max-width:610px;margin:.625rem auto;padding:0 24px 24px;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch;clip-path:border-box;border:.5px solid #bdc4ca!important}@media screen and (max-width:1024px){.MuiPaper-root.selectSearchBackdropssss{margin-top:-100px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape){.MuiPaper-root.selectSearchBackdropssss{margin-top:-100px!important}}.MuiPaper-root.selectSearchBackdropssss .searchFirstIcon{display:none}.MuiPaper-root.selectSearchBackdropssss .searchTwoIcon{display:block}.MuiPaper-root.selectSearchBackdropssss .MuiList-root{padding:0}.MuiPaper-root.selectSearchBackdropssss .MuiList-root .MuiMenuItem-root{background-color:transparent;border:0;padding:0}.MuiPaper-root.selectSearchBackdropssss .MuiList-root .MuiMenuItem-root .dropdownItem{width:100%;border-radius:.5rem;padding:10px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block}.MuiPaper-root.selectSearchBackdropssss .MuiList-root .MuiMenuItem-root .dropdownItem.active,.MuiPaper-root.selectSearchBackdropssss .MuiList-root .MuiMenuItem-root .dropdownItem:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.MuiPaper-root.selectSearchBackdropssss .MuiList-root .MuiMenuItem-root:not(:last-child){margin-bottom:.25rem}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper{min-width:100%!important;width:100%!important;position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10;padding:24px 0 20px;display:flex;align-items:flex-start;height:unset}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper.customerSearch{min-width:100%!important;width:100%!important}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .MuiInputBase-root{width:100%}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .MuiInputBase-root:before{content:none}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .MuiInputBase-root:after{content:none}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{opacity:1;font-weight:500;font-size:.875rem!important}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.MuiPaper-root.selectSearchBackdropssss .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.MuiPaper-root.selectSearchBackdropssss .noSearchDataFounds{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.MuiPaper-root.selectTagValueSearchBackdropss{max-width:610px;margin-top:.625rem;padding:0 24px 24px;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-height:unset;overflow:hidden;border:.5px solid #bdc4ca!important}@media screen and (max-width:1024px){.MuiPaper-root.selectTagValueSearchBackdropss{max-height:260px;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}.MuiPaper-root.selectTagValueSearchBackdropss .MuiList-root{padding:0!important}.MuiPaper-root.selectTagValueSearchBackdropss .searchFirstIcon{display:none}.MuiPaper-root.selectTagValueSearchBackdropss .searchTwoIcon{display:block}.MuiPaper-root.selectTagValueSearchBackdropss .selectMenu{max-height:178px;overflow-y:auto}.MuiPaper-root.selectTagValueSearchBackdropss .selectMenu .dropdownItem{padding:10px 12px!important;border-radius:.5rem;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block;cursor:pointer}.MuiPaper-root.selectTagValueSearchBackdropss .selectMenu .dropdownItem.active,.MuiPaper-root.selectTagValueSearchBackdropss .selectMenu .dropdownItem:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.MuiPaper-root.selectTagValueSearchBackdropss .selectMenu .dropdownItem:not(:last-child){margin-bottom:.25rem}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper{padding:24px 0 20px;position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields{padding-bottom:12px;display:flex;justify-content:space-between;align-items:center}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn[disabled],.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn:disabled,.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.6}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn[disabled] .crossIconBlue img,.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn:disabled .crossIconBlue img,.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn.disabled .crossIconBlue img{filter:grayscale(1);opacity:.8}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn[disabled] .btnTxt,.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn:disabled .btnTxt,.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn.disabled .btnTxt{color:#85929c}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn .crossIconBlue img{width:100%}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb;white-space:nowrap}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper{display:flex;align-items:flex-start;width:100%!important;min-width:100%!important}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper.customerSearch{width:100%!important;min-width:100%!important}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .MuiInputBase-root{width:100%}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .MuiInputBase-root:before{content:none}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .MuiInputBase-root:after{content:none}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{opacity:1;font-weight:500;font-size:.875rem!important}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.MuiPaper-root.selectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.MuiPaper-root.selectTagValueSearchBackdropss .noSearchDataFounds{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.MuiPaper-root.selectTagValueSearchBackdropss .MuiButton-outlined.button:hover{background-color:transparent!important}.MuiPaper-root.selectTagValueSearchBackdropss .multiselectCheckboxWrapper{padding-right:12px;justify-content:flex-start;align-items:flex-start;gap:0!important}.MuiPaper-root.selectTagValueSearchBackdropss .multiselectCheckboxWrapper .MuiButtonBase-root{display:flex!important;align-items:center;justify-content:flex-start}.MuiPaper-root.selectTagValueSearchBackdropss .multiselectCheckboxWrapper .MuiListItemText-root .MuiTypography-root{padding-left:24px!important;padding-right:12px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;max-width:fit-content;cursor:pointer}.MuiPaper-root.selectTagValueSearchBackdropss .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper{width:100%;max-height:130px;overflow-y:auto}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .MuiButtonBase-root{max-width:fit-content;background-color:transparent!important;padding:0!important;cursor:default}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .MuiButtonBase-root:hover{background-color:transparent!important}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .MuiButtonBase-root .MuiTouchRipple-root{display:none!important}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper{display:flex;flex-direction:column;max-width:100%}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .MuiCheckbox-root:after{cursor:pointer}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec{max-width:100%;margin-bottom:12px;padding:0;display:flex;align-items:center}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .MuiCheckbox-root{padding:4px 8px}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .listTxt{flex-grow:1}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper{width:100%;margin-top:0}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .createdSubSec{padding-left:0!important}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec{width:100%;padding:0;display:flex;align-items:center;font-weight:600}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiCheckbox-root{padding:4px 8px}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiTypography-root{font-weight:600}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec{padding-left:12px;width:100%}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner{width:100%;margin-top:12px;padding:0;display:flex;align-items:center}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .MuiCheckbox-root{padding:4px 8px}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .listTxt{flex-grow:1;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt{max-width:100%;cursor:pointer}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt .MuiTypography-root{padding:0 0 0 12px;font-size:14px;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper:not(:last-of-type) .CreatedMainWrapper{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #bdc4ca}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .MuiCheckbox-root:after{top:-8px}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .MuiCheckbox-root.Mui-checked:after{top:-8px}.MuiPaper-root.selectTagValueSearchBackdropss .optionWrapper .MuiDivider-root{margin:8px 0}.MuiPaper-root.selectTagValueSearchBackdropss .notificationLoading{margin:10px 0;font-size:14px;color:var(--btnPrimary);font-weight:600;text-align:center}.MuiPaper-root.selectTagValueSearchBackdropss .btnWrapper{padding-top:20px;display:flex;justify-content:flex-end;gap:8px}.MuiPaper-root.selectTagValueSearchBackdropss .btnWrapper .button{border-radius:10px!important;padding:15px!important}.MuiPaper-root.selectTagValueSearchBackdropss .btnWrapper .button:first-of-type{width:81px}.MuiPaper-root.selectTagValueSearchBackdropss .btnWrapper .button:nth-of-type(2){width:74px}.MuiPaper-root.selectTagValueSearchBackdropss .border{height:1.0625rem;padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.MuiPaper-root.selectTagValueSearchBackdropss .border.blue{border-color:#2a7bbb;color:#2a7bbb}.MuiPaper-root.selectTagValueSearchBackdropss .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem}.MuiPaper-root.selectTagValueSearchBackdropss .border+.border{margin-left:.5rem}.MuiPaper-root.districtselectTagValueSearchBackdropss{max-width:298px!important;min-width:298px!important;width:298px!important;margin-top:.625rem;padding:0 24px 20px;border-radius:.75rem;background-color:var(--white);max-height:unset;overflow:hidden;box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;clip-path:inherit}.MuiPaper-root.districtselectTagValueSearchBackdropss .MuiList-root{padding:0!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchFirstIcon{display:none}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchTwoIcon{display:block}.MuiPaper-root.districtselectTagValueSearchBackdropss .selectMenu{max-height:178px;overflow-y:auto}.MuiPaper-root.districtselectTagValueSearchBackdropss .selectMenu .dropdownItem{padding:10px 12px!important;border-radius:.5rem;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block;cursor:pointer}.MuiPaper-root.districtselectTagValueSearchBackdropss .selectMenu .dropdownItem.active,.MuiPaper-root.districtselectTagValueSearchBackdropss .selectMenu .dropdownItem:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .selectMenu .dropdownItem:not(:last-child){margin-bottom:.25rem}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper{padding:24px 0 20px;position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .searchFields{padding-bottom:12px}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper{display:flex;align-items:flex-start;width:100%!important;min-width:100%!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper.customerSearch{width:100%!important;min-width:100%!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .MuiInputBase-root{width:100%}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .MuiInputBase-root:before{content:none}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .MuiInputBase-root:after{content:none}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{opacity:1;font-weight:500;font-size:.875rem!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .noSearchDataFounds{margin:0;font-size:14px;color:#3a4f5f;font-weight:500}.MuiPaper-root.districtselectTagValueSearchBackdropss .MuiButton-outlined.button:hover{background-color:transparent!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .multiselectCheckboxWrapper{padding-right:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .multiselectCheckboxWrapper .MuiButtonBase-root{display:flex!important;align-items:center;justify-content:flex-start}.MuiPaper-root.districtselectTagValueSearchBackdropss .multiselectCheckboxWrapper .MuiListItemText-root .MuiTypography-root{padding-left:24px!important;padding-right:12px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;max-width:fit-content}.MuiPaper-root.districtselectTagValueSearchBackdropss .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper{width:100%;max-height:130px;overflow-y:auto}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .MuiButtonBase-root{max-width:fit-content;background-color:transparent!important;padding:0!important;cursor:default}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .MuiButtonBase-root:hover{background-color:transparent!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .MuiButtonBase-root .MuiTouchRipple-root{display:none!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper{display:flex;max-width:100%}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .MuiCheckbox-root:after{cursor:pointer}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec{max-width:100%;margin-bottom:12px;padding:0;display:flex;align-items:center}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .MuiCheckbox-root{padding:4px 8px}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .listTxt{flex-grow:1}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper{width:100%;margin-top:0}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .createdSubSec{padding-left:0!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec{width:100%;padding:0;display:flex;align-items:center;font-weight:600}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiCheckbox-root{padding:4px 8px}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiTypography-root{font-weight:600}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec{padding-left:12px;width:100%}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner{width:100%;margin-top:12px;padding:0;display:flex;align-items:center}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .MuiCheckbox-root{padding:4px 8px}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .listTxt{flex-grow:1;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt{max-width:100%;cursor:pointer}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt .MuiTypography-root{padding:0 0 0 12px;font-size:14px;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper:not(:last-of-type) .CreatedMainWrapper{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #bdc4ca}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .MuiCheckbox-root:after{top:-8px}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .MuiCheckbox-root.Mui-checked:after{top:-8px}.MuiPaper-root.districtselectTagValueSearchBackdropss .optionWrapper .MuiDivider-root{margin:8px 0}.MuiPaper-root.districtselectTagValueSearchBackdropss .notificationLoading{margin:10px 0;font-size:14px;color:var(--btnPrimary);font-weight:600;text-align:center}.MuiPaper-root.districtselectTagValueSearchBackdropss .btnWrapper{padding-top:20px;margin:0 -4px;display:flex;flex-wrap:wrap}.MuiPaper-root.districtselectTagValueSearchBackdropss .btnWrapper .button{border-radius:10px!important;padding:15px!important}.MuiPaper-root.districtselectTagValueSearchBackdropss .btnWrapper .btnCol{max-width:50%;flex:0 0 50%;padding:0 4px}.MuiPaper-root.districtselectTagValueSearchBackdropss .border{height:1.0625rem;padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.MuiPaper-root.districtselectTagValueSearchBackdropss .border.blue{border-color:#2a7bbb;color:#2a7bbb}.MuiPaper-root.districtselectTagValueSearchBackdropss .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem}.MuiPaper-root.districtselectTagValueSearchBackdropss .border+.border{margin-left:.5rem}.MuiPaper-root.insightselectTagValueSearchBackdropss{max-width:345px;margin-top:.625rem;padding:0 20px 20px;border-radius:.75rem;background-color:var(--white);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014!important;max-height:unset;overflow:hidden;border:.5px solid #bdc4ca!important}@media screen and (max-width:1024px){.MuiPaper-root.insightselectTagValueSearchBackdropss{max-height:260px;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}.MuiPaper-root.insightselectTagValueSearchBackdropss .MuiList-root{padding:0!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchFirstIcon{display:none}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchTwoIcon{display:block}.MuiPaper-root.insightselectTagValueSearchBackdropss .selectMenu{max-height:178px;overflow-y:auto}.MuiPaper-root.insightselectTagValueSearchBackdropss .selectMenu .dropdownItem{padding:10px 12px!important;border-radius:.5rem;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.25rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;display:block;cursor:pointer}.MuiPaper-root.insightselectTagValueSearchBackdropss .selectMenu .dropdownItem.active,.MuiPaper-root.insightselectTagValueSearchBackdropss .selectMenu .dropdownItem:hover{color:var(--activeMenuText)!important;font-weight:600!important;background-color:var(--activeMenuBg)!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .selectMenu .dropdownItem:not(:last-child){margin-bottom:.25rem}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper{padding:20px 0 12px;position:sticky;top:0;right:0;left:0;background-color:var(--white);z-index:10}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields{padding-bottom:12px;display:flex;justify-content:space-between;align-items:center}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn[disabled],.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn:disabled,.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.6}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn[disabled] .crossIconBlue img,.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn:disabled .crossIconBlue img,.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn.disabled .crossIconBlue img{filter:grayscale(1);opacity:.8}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn[disabled] .btnTxt,.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn:disabled .btnTxt,.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn.disabled .btnTxt{color:#85929c}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn .crossIconBlue img{width:100%}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .searchFields .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb;white-space:nowrap}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper{display:flex;align-items:flex-start;width:100%!important;min-width:100%!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper.customerSearch{width:100%!important;min-width:100%!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .MuiInputBase-root{width:100%}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .MuiInputBase-root:before{content:none}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .MuiInputBase-root:after{content:none}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{opacity:1;font-weight:500;font-size:.875rem!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .searchWrapper .commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .noSearchDataFounds{margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.MuiPaper-root.insightselectTagValueSearchBackdropss .MuiButton-outlined.button:hover{background-color:transparent!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .multiselectCheckboxWrapper{padding-right:12px;justify-content:flex-start;align-items:flex-start;gap:0!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .multiselectCheckboxWrapper .MuiButtonBase-root{display:flex!important;align-items:center;justify-content:flex-start}.MuiPaper-root.insightselectTagValueSearchBackdropss .multiselectCheckboxWrapper .MuiListItemText-root .MuiTypography-root{padding-left:24px!important;padding-right:12px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;max-width:fit-content}.MuiPaper-root.insightselectTagValueSearchBackdropss .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper{width:100%;max-height:130px;overflow-y:auto}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .MuiButtonBase-root{max-width:fit-content;background-color:transparent!important;padding:0!important;cursor:default}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .MuiButtonBase-root:hover{background-color:transparent!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .MuiButtonBase-root .MuiTouchRipple-root{display:none!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper{display:flex;max-width:100%}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .MuiCheckbox-root:after{cursor:pointer}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec{max-width:100%;margin-bottom:12px;padding:0;display:flex;align-items:center}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .MuiCheckbox-root{padding:4px 8px}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .selectALLsec .listTxt{flex-grow:1}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper{width:100%;margin-top:0}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .MuiMenuItem-root:first-of-type .createdSubSecInner{margin-top:0!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper.mt0 .createdSubSec{padding-left:0!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec{width:100%;padding:0;display:flex;align-items:center;font-weight:600}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiCheckbox-root{padding:4px 8px}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSec .MuiTypography-root{font-weight:600}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec{padding-left:12px;width:100%}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner{width:100%;margin-top:12px;padding:0;display:flex;align-items:center}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .MuiCheckbox-root{padding:4px 8px}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .CreatedMainWrapper .createrInnerWrapper .createdSubSec .createdSubSecInner .listTxt{flex-grow:1;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt{max-width:100%;cursor:pointer}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper .listTxt .MuiTypography-root{padding:0 0 0 12px;font-size:14px;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .multiselectCheckboxWrapper:not(:last-of-type) .CreatedMainWrapper{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #bdc4ca}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .MuiCheckbox-root:after{top:-8px}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .MuiCheckbox-root.Mui-checked:after{top:-8px}.MuiPaper-root.insightselectTagValueSearchBackdropss .optionWrapper .MuiDivider-root{margin:8px 0}.MuiPaper-root.insightselectTagValueSearchBackdropss .notificationLoading{margin:10px 0;font-size:14px;color:var(--btnPrimary);font-weight:600;text-align:center}.MuiPaper-root.insightselectTagValueSearchBackdropss .btnWrapper{padding-top:12px;display:flex;justify-content:flex-end;gap:10px}.MuiPaper-root.insightselectTagValueSearchBackdropss .btnWrapper .button{border-radius:10px!important;padding:15px!important}.MuiPaper-root.insightselectTagValueSearchBackdropss .btnWrapper .button:first-of-type{width:120px}.MuiPaper-root.insightselectTagValueSearchBackdropss .btnWrapper .button:nth-of-type(2){width:120px}.MuiPaper-root.insightselectTagValueSearchBackdropss .border{height:1.0625rem;padding:0 .5rem;border:1px solid #3a4f5f;border-radius:1.25rem;font-weight:600;font-size:.875rem;color:#3a4f5f;line-height:normal;display:flex;justify-content:center;align-items:center}.MuiPaper-root.insightselectTagValueSearchBackdropss .border.blue{border-color:#2a7bbb;color:#2a7bbb}.MuiPaper-root.insightselectTagValueSearchBackdropss .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem}.MuiPaper-root.insightselectTagValueSearchBackdropss .border+.border{margin-left:.5rem}.TagfilterPopovers .MuiPopover-paper{padding:0;box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;border-radius:.75rem;width:17.625rem;margin-top:.625rem;max-height:unset}.TagfilterPopovers .filterHeader{padding:24px 24px 12px}.TagfilterPopovers .filterHeader h2{margin:0;font-size:12px;line-height:14px;color:#85929c;font-weight:700}.TagfilterPopovers .filterHeader .btnText{font-size:var(--smSize)}.TagfilterPopovers .overflow{padding:0 24px}.TagfilterPopovers .overflow .fieldWrapper{padding-right:10px;overflow-x:hidden}.TagfilterPopovers .overflow .fieldWrapper:last-of-type{margin-bottom:0}.TagfilterPopovers .commonSearchWrappers{width:100%}.TagfilterPopovers .commonSearchWrappers.customerSearch{width:212px!important;min-width:13.25rem!important}@media screen and (max-width:768px){.TagfilterPopovers .commonSearchWrappers.customerSearch{width:100%!important;min-width:100%!important}}@media screen and (max-width:1100px){.TagfilterPopovers .commonSearchWrappers.customerSearch.w100{width:100%!important;min-width:100%!important}}.TagfilterPopovers .commonSearchWrappers .MuiInputBase-root{width:100%}.TagfilterPopovers .commonSearchWrappers .MuiInputBase-root:before{content:none}.TagfilterPopovers .commonSearchWrappers .MuiInputBase-root:after{content:none}.TagfilterPopovers .commonSearchWrappers .searchInput .MuiTextField-root{margin-top:.375rem}.TagfilterPopovers .commonSearchWrappers .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important;text-overflow:ellipsis}.TagfilterPopovers .commonSearchWrappers .searchInput .MuiInputBase-input::placeholder{color:#3a4f5f;opacity:1;font-weight:500;font-size:.75rem!important}.TagfilterPopovers .commonSearchWrappers .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.TagfilterPopovers .commonSearchWrappers .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.TagfilterPopovers .commonSearchWrappers .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.TagfilterPopovers .commonSearchWrappers .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.TagfilterPopovers .commonSearchWrappers .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.TagfilterPopovers .commonSearchWrappers .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.TagfilterPopovers .fieldWrapper{margin-top:20px;overflow-y:auto;max-height:190px}.TagfilterPopovers .fieldWrapper::-webkit-scrollbar{width:.5rem;height:.5rem;background-color:#60707d;border-radius:.875rem}.TagfilterPopovers .fieldWrapper::-webkit-scrollbar-track{background:#bdc4ca;border-radius:.625rem}.TagfilterPopovers .fieldWrapper::-webkit-scrollbar-thumb{background-color:#60707d;border-radius:.625rem}.TagfilterPopovers .fieldWrapper::-webkit-scrollbar-corner{background-color:#60707d;border-color:#60707d;border-radius:.625rem}.TagfilterPopovers .fieldWrapper .CheckboxGroup .MuiFormControlLabel-label{margin-left:8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.TagfilterPopovers .fieldWrapper .CheckboxGroup.form-field{display:block;text-align:left;margin:0 0 0 12px}.TagfilterPopovers .fieldWrapper .CheckboxGroup.form-field label{display:flex;justify-content:flex-start;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.TagfilterPopovers .fieldWrapper .CheckboxGroup.form-field label:not(:last-child){margin-bottom:12px}.TagfilterPopovers .fieldWrapper .CheckboxGroup.form-field .MuiCheckbox-root{padding:0!important}.TagfilterPopovers .fieldWrapper .CheckboxGroup.form-field .MuiCheckbox-root:after{position:static!important}.TagfilterPopovers .fieldWrapper .CheckboxGroup.form-field .MuiCheckbox-root.Mui-checked:after{position:static!important}.TagfilterPopovers .buttonCover{padding:1.625rem 1.5rem 1.5rem;display:flex;justify-content:flex-end}.TagfilterPopovers .buttonCover .bbtn{width:74px!important;min-width:74px!important;white-space:nowrap}.TagfilterPopovers .buttonCover .bbtn+.bbtn{margin-left:8px}.TagfilterPopovers .NoResultText{margin:0 0 0 -12px;font-weight:400;color:#3a4f5f;font-size:14px;text-align:center}.TagfilterPopovers.popoverHide{display:none}.TagfilterPopovers .searchFields{display:flex;justify-content:space-between;align-items:center}.TagfilterPopovers .searchFields .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.TagfilterPopovers .searchFields .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.TagfilterPopovers .searchFields .clearALLBtn[disabled],.TagfilterPopovers .searchFields .clearALLBtn:disabled,.TagfilterPopovers .searchFields .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.6}.TagfilterPopovers .searchFields .clearALLBtn[disabled] .crossIconBlue img,.TagfilterPopovers .searchFields .clearALLBtn:disabled .crossIconBlue img,.TagfilterPopovers .searchFields .clearALLBtn.disabled .crossIconBlue img{filter:grayscale(1);opacity:.8}.TagfilterPopovers .searchFields .clearALLBtn[disabled] .btnTxt,.TagfilterPopovers .searchFields .clearALLBtn:disabled .btnTxt,.TagfilterPopovers .searchFields .clearALLBtn.disabled .btnTxt{color:#85929c}.TagfilterPopovers .searchFields .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.TagfilterPopovers .searchFields .clearALLBtn .crossIconBlue img{width:100%}.TagfilterPopovers .searchFields .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb;white-space:nowrap}.CustomerTagfilterPopoverss.noButton .filterHeader{padding:12px 0 0!important}.CustomerTagfilterPopoverss.noButton .buttonCover{padding:20px 0 0!important}.CustomerTagfilterPopoverss.noButton .overflow{padding:0 20px!important}.CustomerTagfilterPopoverss .MuiPopover-paper{padding:0;box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;border-radius:.75rem;width:17.625rem;margin-top:.625rem;max-height:unset}.CustomerTagfilterPopoverss .filterHeader{padding:24px 24px 12px}.CustomerTagfilterPopoverss .filterHeader h2{margin:0;font-size:12px;line-height:14px;color:#85929c;font-weight:700}.CustomerTagfilterPopoverss .filterHeader .btnText{font-size:var(--smSize)}.CustomerTagfilterPopoverss .overflow{padding:0 24px}.CustomerTagfilterPopoverss .overflow .fieldWrapper{padding-right:10px;overflow-x:hidden}.CustomerTagfilterPopoverss .overflow .fieldWrapper:last-of-type{margin-bottom:0}.CustomerTagfilterPopoverss .commonSearchWrappers{width:100%}.CustomerTagfilterPopoverss .commonSearchWrappers.customerSearch{width:212px!important;min-width:13.25rem!important}@media screen and (max-width:768px){.CustomerTagfilterPopoverss .commonSearchWrappers.customerSearch{width:100%!important;min-width:100%!important}}@media screen and (max-width:1100px){.CustomerTagfilterPopoverss .commonSearchWrappers.customerSearch.w100{width:100%!important;min-width:100%!important}}.CustomerTagfilterPopoverss .commonSearchWrappers .MuiInputBase-root{width:100%}.CustomerTagfilterPopoverss .commonSearchWrappers .MuiInputBase-root:before{content:none}.CustomerTagfilterPopoverss .commonSearchWrappers .MuiInputBase-root:after{content:none}.CustomerTagfilterPopoverss .commonSearchWrappers .searchInput .MuiTextField-root{margin-top:.375rem}.CustomerTagfilterPopoverss .commonSearchWrappers .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important;text-overflow:ellipsis}.CustomerTagfilterPopoverss .commonSearchWrappers .searchInput .MuiInputBase-input::placeholder{color:#3a4f5f;opacity:1;font-weight:500;font-size:.75rem!important}.CustomerTagfilterPopoverss .commonSearchWrappers .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.CustomerTagfilterPopoverss .commonSearchWrappers .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.CustomerTagfilterPopoverss .commonSearchWrappers .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.CustomerTagfilterPopoverss .commonSearchWrappers .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.CustomerTagfilterPopoverss .commonSearchWrappers .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.CustomerTagfilterPopoverss .commonSearchWrappers .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.CustomerTagfilterPopoverss .fieldWrapper{margin-top:12px;overflow-y:auto;max-height:190px}.CustomerTagfilterPopoverss .fieldWrapper::-webkit-scrollbar{width:.5rem;height:.5rem;background-color:#60707d;border-radius:.875rem}.CustomerTagfilterPopoverss .fieldWrapper::-webkit-scrollbar-track{background:#bdc4ca;border-radius:.625rem}.CustomerTagfilterPopoverss .fieldWrapper::-webkit-scrollbar-thumb{background-color:#60707d;border-radius:.625rem}.CustomerTagfilterPopoverss .fieldWrapper::-webkit-scrollbar-corner{background-color:#60707d;border-color:#60707d;border-radius:.625rem}.CustomerTagfilterPopoverss .fieldWrapper .CheckboxGroup .MuiFormControlLabel-label{margin-left:8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;width:fit-content!important}.CustomerTagfilterPopoverss .fieldWrapper .CheckboxGroup.form-field{display:block;text-align:left;margin:0 0 0 12px}.CustomerTagfilterPopoverss .fieldWrapper .CheckboxGroup.form-field label{display:flex;justify-content:flex-start;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;width:fit-content!important}.CustomerTagfilterPopoverss .fieldWrapper .CheckboxGroup.form-field label:not(:last-child){margin-bottom:12px}.CustomerTagfilterPopoverss .fieldWrapper .CheckboxGroup.form-field .MuiCheckbox-root{padding:0!important}.CustomerTagfilterPopoverss .fieldWrapper .CheckboxGroup.form-field .MuiCheckbox-root:after{position:static!important}.CustomerTagfilterPopoverss .fieldWrapper .CheckboxGroup.form-field .MuiCheckbox-root.Mui-checked:after{position:static!important}.CustomerTagfilterPopoverss .buttonCover{padding:1.625rem 1.5rem 1.5rem;display:flex;justify-content:flex-end}.CustomerTagfilterPopoverss .buttonCover .bbtn{width:74px!important;min-width:74px!important;white-space:nowrap}.CustomerTagfilterPopoverss .buttonCover .bbtn+.bbtn{margin-left:8px}.CustomerTagfilterPopoverss .NoResultText{margin:0 0 0 -12px;font-weight:400;color:#3a4f5f;font-size:14px;text-align:center}.CustomerTagfilterPopoverss.popoverHide{display:none}.CustomerTagfilterPopoverss .searchFields{display:flex;justify-content:space-between;align-items:center}.CustomerTagfilterPopoverss .searchFields .searchTitle{margin:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;color:#85929c}.CustomerTagfilterPopoverss .searchFields .clearALLBtn{outline:0;background-color:transparent;border:0;padding:0;display:flex;align-items:center;cursor:pointer}.CustomerTagfilterPopoverss .searchFields .clearALLBtn[disabled],.CustomerTagfilterPopoverss .searchFields .clearALLBtn:disabled,.CustomerTagfilterPopoverss .searchFields .clearALLBtn.disabled{cursor:default;pointer-events:none;opacity:.6}.CustomerTagfilterPopoverss .searchFields .clearALLBtn[disabled] .crossIconBlue img,.CustomerTagfilterPopoverss .searchFields .clearALLBtn:disabled .crossIconBlue img,.CustomerTagfilterPopoverss .searchFields .clearALLBtn.disabled .crossIconBlue img{filter:grayscale(1);opacity:.8}.CustomerTagfilterPopoverss .searchFields .clearALLBtn[disabled] .btnTxt,.CustomerTagfilterPopoverss .searchFields .clearALLBtn:disabled .btnTxt,.CustomerTagfilterPopoverss .searchFields .clearALLBtn.disabled .btnTxt{color:#85929c}.CustomerTagfilterPopoverss .searchFields .clearALLBtn .crossIconBlue{width:10px;margin-right:10px}.CustomerTagfilterPopoverss .searchFields .clearALLBtn .crossIconBlue img{width:100%}.CustomerTagfilterPopoverss .searchFields .clearALLBtn .btnTxt{font-size:14px;font-weight:500;line-height:24px;color:#2a7bbb;white-space:nowrap}.couponlabel{margin:0 0 6px;display:inline-block;font-family:var(--font);font-size:.875rem;font-weight:600;line-height:1.25rem;color:var(--labelColor)}.couponlabel img{cursor:pointer;width:.875rem;margin-left:.625rem;margin-top:-2px;display:inline-block;vertical-align:middle}.couponlabel.paymentLink.mt0{margin-top:0!important}.couponlabel.paymentLink.mb0{margin-bottom:0!important}.headermenuWrapper{max-height:300px!important}.headermenuWrapper.ml30 .MuiMenu-paper{margin-top:8px!important;margin-left:-28px!important}.headermenuWrapper.hauto{height:unset!important;max-height:unset!important}.templateLoaders .loaderContainer{background:#00000080!important;z-index:99999;width:100%;height:360px;border-radius:12px;display:flex;justify-content:center;align-items:center}.templateLoaders .loaderContainer .circular-loader{width:80px;height:80px}.templateLoaders .loaderContainer .circular-loader img{width:100%;height:100%;object-fit:contain}.modal-title.alignCenter{display:flex;align-items:center}.modal-title.alignCenter .infoIcon{margin-top:2px;margin-left:10px}.modal-title.couponTitle{display:flex;align-items:center;margin-top:3px!important}.couponTableListing .MuiTableCell-root:nth-of-type(3),.couponTableListing .MuiTableCell-root:nth-of-type(4),.couponTableListing .MuiTableCell-root:nth-of-type(5),.couponTableListing .MuiTableCell-root:nth-of-type(6){white-space:nowrap!important}.cwoDateWrapper .cwodateTxt{text-align:left!important;color:var(--tabActiveColor)!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}@media screen and (max-width:1100px){.template-card .templateCardDetails{padding:16px 6px!important}}@media screen and (max-width:900px){.template-card .templateCardDetails{padding:16px!important}}@media screen and (max-width:1100px){.template-card .templateCardDetails .menuSection{gap:8px}}.template-card .active:before{background-repeat:no-repeat}.template-card .templateImg{overflow:hidden!important}.filterBtn{background-color:var(--headerBg)!important;gap:.5rem;height:2.5rem;font-weight:500!important;font-size:14px!important;color:#3a4f5f!important;position:relative;white-space:nowrap}.filterBtn img{width:.875rem}.filterBtn:hover,.filterBtn.active{background-color:#c3daec!important;color:var(--btnPrimary)!important;border-color:#c3daec!important}.filterBtn:hover img,.filterBtn.active img{filter:invert(49%) sepia(16%) saturate(2022%) hue-rotate(164deg) brightness(84%) contrast(95%)}.filterBtn:hover button,.filterBtn.active button{background-color:#c3daec!important;color:var(--btnPrimary)!important;border-color:#c3daec!important}.filterBtn.badge:before{position:absolute;right:0;top:-5px;background-color:#f26258;content:"";width:.625rem;height:.625rem;border-radius:50%;border:1px solid #f9f9fc}.selectCouponSection .sevenMoreTxt{color:#2a7bbb;font-weight:700;cursor:pointer}.noSearchDataFounds{padding:20px;margin:0;font-size:14px;color:#3a4f5f;font-weight:500;text-align:center}.noSearchDataFound.p20{padding:20px}::-webkit-scrollbar{width:.375rem;height:.375rem}::-webkit-scrollbar::-webkit-scrollbar-track{width:.375rem;height:.375rem;background:var(--colorPrimary)}::-webkit-scrollbar::-webkit-scrollbar-thumb{border-radius:.625rem;background-color:#eee;opacity:.5;width:.375rem}::-webkit-scrollbar::-webkit-scrollbar-thumb:hover{opacity:1}*{box-sizing:border-box}img{-webkit-user-drag:none}a[href^=tel],a[href^=mailto],a[href^=sms]{color:inherit!important;text-decoration:none!important;pointer-events:none!important;font-weight:500}body,html{margin:0;font-family:var(--font);box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch;height:-webkit-fill-available;min-height:100%}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--headerBg) inset;box-shadow:0 0 0 1000px var(--headerBg) inset;-webkit-text-fill-color:var(--black)}.mainContentWrapper{height:calc(100vh - 80px);margin-left:80px;flex:1;padding:20px 20px 40px;overflow-y:auto;background-image:url(/assets/main-bg-BFEjgcXK.png);background-repeat:no-repeat;background-size:cover;background-position:center center;background-color:var(--grayBg)}.mainContentWrapper.ml0{margin-left:0!important}@media screen and (max-width:1280px){.mainContentWrapper{height:calc(100vh - 80px);padding:1.25rem}}@media screen and (max-width:1024px){.mainContentWrapper{height:calc(100vh - 78px);padding:20px 20px 100px}}@media screen and (max-width:768px){.mainContentWrapper{padding:20px 20px 140px}}.mainContentWrapper.orgSetup{margin-top:-80px!important;height:100vh;padding:0!important;display:flex!important;justify-content:center!important;align-items:center!important}@media screen and (max-width:1280px){.mainContentWrapper.orgSetup{height:100vh;padding:0!important}}@media screen and (max-width:1024px){.mainContentWrapper.orgSetup{margin-top:-78px!important;padding:0!important;height:100vh}}.mainContentWrapper.orgSetup .login-wrap{height:100vh!important}.mt8{margin-top:8px!important}.radioWrapper{display:none}.MuiPaper-root input:-webkit-autofill,.MuiPaper-root input:-webkit-autofill:hover,.MuiPaper-root input:-webkit-autofill:focus,.MuiPaper-root input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--white) inset;box-shadow:0 0 0 1000px var(--white) inset;-webkit-text-fill-color:var(--black)}.MuiPaper-root .radioWrapper{display:block;padding-right:8px;position:relative}.MuiPaper-root .radioWrapper.done{display:none}.MuiPaper-root .radioWrapper .MuiRadio-root.Mui-disabled{opacity:.8;cursor:not-allowed;border:none!important;background-color:transparent!important;box-shadow:none!important}.MuiPaper-root .radioWrapper .MuiRadio-root svg{display:none}.MuiPaper-root .radioWrapper .MuiRadio-root:after{width:1.125rem;height:1.125rem;position:absolute;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.70833'%20stroke='%233A4F5F'%20stroke-width='0.583333'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.MuiPaper-root .radioWrapper .MuiRadio-root.Mui-checked{position:relative}.MuiPaper-root .radioWrapper .MuiRadio-root.Mui-checked:after{width:1.125rem;height:1.125rem;position:absolute;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='4.95833'%20stroke='%232A7BBB'%20stroke-width='4.08333'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.MuiPaper-root .radioWrapper .MuiRadio-root .MuiTouchRipple-root{display:none!important}.radioGroupWrapper .MuiFormControlLabel-root{padding:0!important;margin-left:0!important;margin-right:0!important}.radioGroupWrapper .MuiFormControlLabel-root:not(:last-child){margin:0 0 12px!important}.radioGroupWrapper .radioWrapper{padding-right:8px;display:flex;align-items:center;position:relative}.radioGroupWrapper .radioWrapper.done{display:none}.radioGroupWrapper .radioWrapper .MuiRadio-root.Mui-disabled{opacity:.8;cursor:not-allowed;border:none!important;background-color:transparent!important;box-shadow:none!important}.radioGroupWrapper .radioWrapper .MuiRadio-root svg{display:none}.radioGroupWrapper .radioWrapper .MuiRadio-root:after{width:.875rem;height:.875rem;position:absolute;top:1.5px;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.70833'%20stroke='%233A4F5F'%20stroke-width='0.583333'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:.875rem!important}.radioGroupWrapper .radioWrapper .MuiRadio-root.Mui-checked{position:relative}.radioGroupWrapper .radioWrapper .MuiRadio-root.Mui-checked:after{width:.875rem;height:.875rem;position:absolute;top:1.5px;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='4.95833'%20stroke='%232A7BBB'%20stroke-width='4.08333'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:.875rem!important}.radioGroupWrapper .radioWrapper .MuiRadio-root .MuiTouchRipple-root{display:none!important}.radioGroupWrapper .radioWrapper .MuiTypography-root{padding-left:.5rem;font-family:var(--font)!important;font-size:.875rem;font-weight:500;line-height:1.5rem;color:#3a4f5f;display:inline-block;vertical-align:middle}.paginationContainer{margin-top:1.25rem;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}@media screen and (max-width:1250px){.paginationContainer{flex-direction:column}}@media screen and (max-width:1024px){.paginationContainer{align-items:flex-start}}.paginationContainer .pagination{display:flex;align-items:center;gap:1.25rem}@media screen and (max-width:1250px){.paginationContainer .pagination{width:100%;justify-content:center;gap:.9375rem;overflow-x:auto}}@media screen and (max-width:1024px){.paginationContainer .pagination{padding-bottom:10px;justify-content:flex-start}}.paginationContainer .pagination li a{min-width:2.5rem;max-width:fit-content;height:2.5rem;padding:0 12px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;color:var(--colorSecondary);cursor:pointer;white-space:nowrap!important}.paginationContainer .pagination li.active a{background:#bdc4ca;color:#1d2939;cursor:default}.paginationContainer .pagination .previous,.paginationContainer .pagination .next{min-height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid #e5e8ea;background:#f8f9f9;border-radius:.625rem;font-weight:500;cursor:pointer;text-align:center;position:relative;white-space:nowrap}.paginationContainer .pagination .previous:disabled,.paginationContainer .pagination .next:disabled{color:#abb3ba!important;border:1px solid #d0d5aa!important}.paginationContainer .pagination .previous a,.paginationContainer .pagination .next a{width:100%!important;height:100%!important;position:absolute}.paginationContainer .pagination .previous{min-width:113px!important;font-size:.875rem;font-weight:500;line-height:1.25rem;color:#3a4f54}.paginationContainer .pagination .previous:disabled{color:#abb3ba!important;border:1px solid #d0d5aa!important}.paginationContainer .pagination .previous img{width:.875rem;height:.875rem}.paginationContainer .pagination .disabled{opacity:1!important}.paginationContainer .pagination .next{min-width:90px!important;font-size:.875rem;font-weight:500;line-height:1.25rem;color:#3a4f54;white-space:nowrap}.paginationContainer .customSelect{margin-bottom:0;position:relative}.paginationContainer .customSelect:after{width:13px;height:11px;margin:0 0 0 8px;background-size:13px;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='11'%20height='10'%20viewBox='0%200%2011%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_5690_274945'%20fill='white'%3e%3cpath%20d='M5.05033%208.69239V0.555556C5.05033%200.248731%205.27419%200%205.55033%200C5.82648%200%206.05033%200.248731%206.05033%200.555556V8.69239L10.1465%204.59619C10.3418%204.40093%2010.6584%204.40093%2010.8536%204.59619C11.0489%204.79146%2011.0489%205.10804%2010.8536%205.3033L6.61099%209.54594C6.3528%209.80414%206.02389%209.94853%205.6866%209.97912C5.64328%209.99272%205.59757%2010%205.55033%2010C5.50309%2010%205.45738%209.99272%205.41406%209.97912C5.07678%209.94853%204.74787%209.80414%204.48967%209.54594L0.247033%205.3033C0.0517704%205.10804%200.0517704%204.79146%200.247033%204.59619C0.442295%204.40093%200.758877%204.40093%200.954139%204.59619L5.05033%208.69239Z'/%3e%3c/mask%3e%3cpath%20d='M5.05033%208.69239V0.555556C5.05033%200.248731%205.27419%200%205.55033%200C5.82648%200%206.05033%200.248731%206.05033%200.555556V8.69239L10.1465%204.59619C10.3418%204.40093%2010.6584%204.40093%2010.8536%204.59619C11.0489%204.79146%2011.0489%205.10804%2010.8536%205.3033L6.61099%209.54594C6.3528%209.80414%206.02389%209.94853%205.6866%209.97912C5.64328%209.99272%205.59757%2010%205.55033%2010C5.50309%2010%205.45738%209.99272%205.41406%209.97912C5.07678%209.94853%204.74787%209.80414%204.48967%209.54594L0.247033%205.3033C0.0517704%205.10804%200.0517704%204.79146%200.247033%204.59619C0.442295%204.40093%200.758877%204.40093%200.954139%204.59619L5.05033%208.69239Z'%20fill='%23343741'/%3e%3cpath%20d='M5.05033%208.69239L4.34323%209.39949L6.05033%2011.1066V8.69239H5.05033ZM6.05033%208.69239H5.05033V11.1066L6.75744%209.3995L6.05033%208.69239ZM10.1465%204.59619L9.43942%203.88909L10.1465%204.59619ZM10.8536%204.59619L10.1465%205.3033V5.3033L10.8536%204.59619ZM10.8536%205.3033L10.1465%204.59619V4.59619L10.8536%205.3033ZM5.6866%209.97912L5.59629%208.9832L5.4894%208.9929L5.387%209.02505L5.6866%209.97912ZM5.41406%209.97912L5.71367%209.02505L5.61127%208.9929L5.50437%208.9832L5.41406%209.97912ZM4.48967%209.54594L5.19678%208.83883H5.19678L4.48967%209.54594ZM0.247033%205.3033L-0.460074%206.01041L0.247033%205.3033ZM0.247033%204.59619L0.954139%205.3033H0.954139L0.247033%204.59619ZM0.954139%204.59619L0.247033%205.3033H0.247033L0.954139%204.59619ZM6.05033%208.69239V0.555556H4.05033V8.69239H6.05033ZM6.05033%200.555556C6.05033%200.645348%206.0174%200.745762%205.94007%200.831683C5.86122%200.919294%205.72475%201%205.55033%201V-1C4.62541%20-1%204.05033%20-0.201842%204.05033%200.555556H6.05033ZM5.55033%201C5.37591%201%205.23944%200.919294%205.16059%200.831683C5.08326%200.745762%205.05033%200.645348%205.05033%200.555556H7.05033C7.05033%20-0.201842%206.47526%20-1%205.55033%20-1V1ZM5.05033%200.555556V8.69239H7.05033V0.555556H5.05033ZM6.75744%209.3995L10.8536%205.3033L9.43942%203.88909L5.34323%207.98528L6.75744%209.3995ZM10.8536%205.3033C10.6584%205.49856%2010.3418%205.49856%2010.1465%205.3033L11.5607%203.88909C10.975%203.3033%2010.0252%203.3033%209.43942%203.88909L10.8536%205.3033ZM10.1465%205.3033C9.95127%205.10804%209.95127%204.79146%2010.1465%204.59619L11.5607%206.01041C12.1465%205.42462%2012.1465%204.47487%2011.5607%203.88909L10.1465%205.3033ZM10.1465%204.59619L5.90389%208.83883L7.3181%2010.253L11.5607%206.01041L10.1465%204.59619ZM5.90389%208.83883C5.81721%208.92551%205.70919%208.97297%205.59629%208.9832L5.77692%2010.975C6.33859%2010.9241%206.88838%2010.6828%207.3181%2010.253L5.90389%208.83883ZM5.387%209.02505C5.43882%209.00878%205.49407%209%205.55033%209V11C5.70107%2011%205.84774%2010.9767%205.98621%2010.9332L5.387%209.02505ZM5.55033%209C5.60659%209%205.66184%209.00878%205.71367%209.02505L5.11445%2010.9332C5.25292%2010.9767%205.39959%2011%205.55033%2011V9ZM5.50437%208.9832C5.39148%208.97297%205.28345%208.92551%205.19678%208.83883L3.78257%2010.253C4.21229%2010.6828%204.76207%2010.9241%205.32375%2010.975L5.50437%208.9832ZM5.19678%208.83883L0.954139%204.59619L-0.460074%206.01041L3.78257%2010.253L5.19678%208.83883ZM0.954139%204.59619C1.1494%204.79146%201.1494%205.10804%200.954139%205.3033L-0.460074%203.88909C-1.04586%204.47487%20-1.04586%205.42462%20-0.460074%206.01041L0.954139%204.59619ZM0.954139%205.3033C0.758877%205.49856%200.442295%205.49856%200.247033%205.3033L1.66125%203.88909C1.07546%203.3033%200.125712%203.3033%20-0.460074%203.88909L0.954139%205.3033ZM0.247033%205.3033L4.34323%209.39949L5.75744%207.98528L1.66125%203.88909L0.247033%205.3033Z'%20fill='%233A4F5F'%20mask='url(%23path-1-inside-1_5690_274945)'/%3e%3c/svg%3e");background-repeat:no-repeat;position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none}.paginationContainer .customSelect svg{display:none}.paginationContainer .customSelect .MuiFormControl-root{width:100%}.paginationContainer .customSelect .MuiSelect-select{background-color:var(--headerBg)!important;border-radius:.625rem!important;font-family:var(--font)!important;font-size:.875rem}@media screen and (max-width:1250px){.paginationContainer .rowsPerPageWrapper{margin-bottom:15px}}.paginationContainer .rowsPerPageWrapper .MuiInputBase-input{padding:9px 14px;font-family:var(--font)!important;font-size:.875rem;font-weight:500;line-height:1.5rem;color:var(--colorSecondary)!important;text-overflow:ellipsis}.paginationContainer .rowsPerPageWrapper .MuiInputBase-root,.paginationContainer .rowsPerPageWrapper .MuiOutlinedInput-root{border-radius:.625rem;border:0!important}.paginationContainer .rowsPerPageWrapper .MuiSelect-select{padding-top:.5rem;padding-bottom:.5rem}.paginationContainer .rowsPerPageWrapper .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important}.paginationContainer .rowsPerPageWrapper .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiSelect-select{padding-top:.5rem;padding-bottom:.5rem}.paginationContainer .rowsPerPageWrapper .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{margin-top:.25rem;border:1px solid #d0d5dd!important}.paginationContainer .rowsPerPageWrapper .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline legend{display:none!important}.customSelect.mb12{margin-bottom:20px}.customSelect.mb124{margin-bottom:12px!important}.customSelect.w400 .registrationWrap{width:100%;display:block}.customSelect .registrationWrap{width:100%}.customSelect .registrationWrap .MuiBox-root{width:100%;flex:0 0 100%}.form-field{margin-bottom:.625rem}.form-field.mb0{margin-bottom:0}.form-field.date-picker label{display:block}.form-field.date-picker .DobBox{height:44px;padding:12px;margin-top:6px;margin-bottom:8px;font-family:var(--font)!important;font-size:1rem;font-weight:400;line-height:normal;color:var(--inputTextColor)!important;border-radius:.625rem;box-shadow:0 1px 2px #1018280d;background-color:transparent!important;border:1px solid #bdc4ca!important;position:relative}.form-field.date-picker .DobBox .noborder{border:none;font-family:var(--font);font-size:1rem;font-weight:400;line-height:1.5rem;color:var(--inputTextColor);width:100%;height:100%}.form-field.date-picker .DobBox .noborder::placeholder{font-family:var(--fonts);font-size:16px;font-weight:400;line-height:24px;color:var(--placeholderTextColor)}.form-field.date-picker .DobBox .noborder:focus-visible{border:none;outline:none}.form-field.date-picker .DobBox.disable{opacity:.6;cursor:not-allowed;pointer-events:none}.form-field.date-picker .DobBox:focus{border:1px solid #2a7bbb!important}.form-field.date-picker .DobBox .icon{cursor:pointer;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px}.form-field.date-picker .DobBox .text{margin:0;color:var(--borderGrayBg)}.form-field.date-picker .DobBox .placeholder{width:calc(100% - 30px);margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:1rem;font-weight:400;line-height:normal;font-family:var(--font);color:var(--placeholderTextColor)!important}.form-field.date-picker .DobBox.mt0{margin-top:0!important}.form-field.date-picker .MuiTextField-root{width:100%}.form-field.date-picker .MuiTouchRipple-root{display:none!important}.form-field.date-picker .MuiButtonBase-root:hover{background-color:transparent}.form-field.date-picker .MuiInputAdornment-root .MuiButtonBase-root{margin-right:0;position:relative}.form-field.date-picker .MuiInputAdornment-root .MuiButtonBase-root .MuiSvgIcon-root{display:none}.form-field.date-picker .MuiInputAdornment-root .MuiButtonBase-root:before{display:block;width:1.0625rem;height:1.0625rem;position:absolute;right:0;top:50%;transform:translateY(-50%);content:"";background-repeat:no-repeat!important;background-size:1rem!important;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%207.33366H1.5M12.3333%200.666992V4.00033M5.66667%200.666992V4.00033M5.5%2017.3337H12.5C13.9001%2017.3337%2014.6002%2017.3337%2015.135%2017.0612C15.6054%2016.8215%2015.9878%2016.439%2016.2275%2015.9686C16.5%2015.4339%2016.5%2014.7338%2016.5%2013.3337V6.33366C16.5%204.93353%2016.5%204.23346%2016.2275%203.69868C15.9878%203.22828%2015.6054%202.84583%2015.135%202.60614C14.6002%202.33366%2013.9001%202.33366%2012.5%202.33366H5.5C4.09987%202.33366%203.3998%202.33366%202.86502%202.60614C2.39462%202.84583%202.01217%203.22828%201.77248%203.69868C1.5%204.23346%201.5%204.93353%201.5%206.33366V13.3337C1.5%2014.7338%201.5%2015.4339%201.77248%2015.9686C2.01217%2016.439%202.39462%2016.8215%202.86502%2017.0612C3.3998%2017.3337%204.09987%2017.3337%205.5%2017.3337Z'%20stroke='%233A4F5F'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")!important;pointer-events:auto}.form-field.select .MuiInputBase-root svg{display:none}.form-field.select .MuiInputBase-root .MuiSelect-select{position:relative}.form-field.select .MuiInputBase-root .MuiSelect-select[aria-expanded=true]:after{transform:rotate(180deg)}.form-field.select .MuiInputBase-root .MuiSelect-select:after{content:"";height:.5rem;width:.6875rem;right:.75rem;position:absolute;top:20px;display:block;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L6%206.5L11%201.5'%20stroke='%233A4F5F'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;transform:rotate(0);transition:all .1s ease-in;pointer-events:none}.form-field.select .MuiInputBase-root.Mui-disabled.selectBox .MuiSelect-select:after{opacity:.6}.form-field.infoWrapper label{position:relative;display:inline-block}.form-field.infoWrapper label:after{position:absolute;top:50%;transform:translateY(-50%);right:-25px;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.99935%2013.3337V10.0003M9.99935%206.66699H10.0077M18.3327%2010.0003C18.3327%2014.6027%2014.6017%2018.3337%209.99935%2018.3337C5.39698%2018.3337%201.66602%2014.6027%201.66602%2010.0003C1.66602%205.39795%205.39698%201.66699%209.99935%201.66699C14.6017%201.66699%2018.3327%205.39795%2018.3327%2010.0003Z'%20stroke='%233A4F5F'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;width:16px;height:16px;background-size:16px}.headermenuWrapper .MuiModal-backdrop{background-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.headermenuWrapper .MuiButtonBase-root.actives{background-color:var(--white);min-width:210px!important}.headermenuWrapper .MuiButtonBase-root.actives .multiselectCheckboxWrapper .MuiTypography-root{font-weight:700;color:#2a7bbb}.passwordIcon{width:17px;height:17px}.multiselectCheckboxWrapper{display:flex;gap:.625rem}.multiselectCheckboxWrapper .MuiFormControlLabel-label{margin-left:.4375rem;font-size:.875rem;font-weight:500;font-family:var(--font);color:#3a4f5f}.multiselectCheckboxWrapper .MuiListItemText-root{word-break:break-all;white-space:nowrap}.multiselectCheckboxWrapper .MuiListItemText-root .MuiTypography-root{margin:0!important;font-family:var(--font)!important;font-size:14px;font-weight:500;line-height:24px;color:#3a4f5f;text-overflow:ellipsis;overflow:hidden}.multiselectCheckboxWrapper .MuiCheckbox-root{min-height:auto;height:auto;position:relative}.multiselectCheckboxWrapper .MuiCheckbox-root svg{display:none}.multiselectCheckboxWrapper .MuiCheckbox-root:after{width:1.125rem;height:1.125rem;position:absolute;top:4px;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='3.5'%20fill='white'%20stroke='%23C9CBCD'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.multiselectCheckboxWrapper .MuiCheckbox-root.Mui-checked{position:relative}.multiselectCheckboxWrapper .MuiCheckbox-root.Mui-checked:after{width:1.125rem;height:1.125rem;position:absolute;content:"";top:4px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='0.900391'%20width='16'%20height='16'%20rx='4'%20fill='%230077CC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.47693%2011.9235L6.47762%2011.9242C6.58731%2012.0327%206.73117%2012.0879%206.87502%2012.0879C7.01886%2012.0879%207.16273%2012.0327%207.27242%2011.9242L12.5234%206.67315C12.7425%206.453%2012.7425%206.0978%2012.5234%205.87766L12.5228%205.87698C12.3026%205.65796%2011.9471%205.65831%2011.7269%205.87733L6.87503%2010.73L4.27276%208.12698C4.05262%207.90796%203.69742%207.90796%203.47727%208.12698L3.4766%208.12766C3.25758%208.34781%203.25791%208.70334%203.47694%208.92349L6.47693%2011.9235Z'%20fill='white'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.multiselectCheckboxWrapper .MuiCheckbox-root .MuiTouchRipple-root{display:none!important}.multiselectCheckboxWrapper.p0{margin-top:1.5rem;margin-left:.75rem;display:flex;gap:.625rem;flex-wrap:wrap;flex-direction:row}@media screen and (max-width:1024px){.multiselectCheckboxWrapper.p0{margin-top:0rem}}.multiselectCheckboxWrapper.p0 .MuiFormControlLabel-label{margin-left:.4375rem;font-size:.875rem;font-weight:500;font-family:var(--font);color:#3a4f5f}.multiselectCheckboxWrapper.p0 .MuiListItemText-root{word-break:break-all;white-space:nowrap}.multiselectCheckboxWrapper.p0 .MuiListItemText-root .MuiTypography-root{margin:0!important;font-family:var(--font)!important;font-size:14px;font-weight:500;line-height:24px;color:#3a4f5f;text-overflow:ellipsis;overflow:hidden}.multiselectCheckboxWrapper.p0 .MuiCheckbox-root{min-height:auto;height:auto;position:relative}.multiselectCheckboxWrapper.p0 .MuiCheckbox-root svg{display:none}.multiselectCheckboxWrapper.p0 .MuiCheckbox-root:after{width:1.125rem;height:1.125rem;position:absolute;top:0;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='3.5'%20fill='white'%20stroke='%23C9CBCD'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.multiselectCheckboxWrapper.p0 .MuiCheckbox-root.Mui-checked{position:relative}.multiselectCheckboxWrapper.p0 .MuiCheckbox-root.Mui-checked:after{width:1.125rem;height:1.125rem;position:absolute;content:"";top:0;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='0.900391'%20width='16'%20height='16'%20rx='4'%20fill='%230077CC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.47693%2011.9235L6.47762%2011.9242C6.58731%2012.0327%206.73117%2012.0879%206.87502%2012.0879C7.01886%2012.0879%207.16273%2012.0327%207.27242%2011.9242L12.5234%206.67315C12.7425%206.453%2012.7425%206.0978%2012.5234%205.87766L12.5228%205.87698C12.3026%205.65796%2011.9471%205.65831%2011.7269%205.87733L6.87503%2010.73L4.27276%208.12698C4.05262%207.90796%203.69742%207.90796%203.47727%208.12698L3.4766%208.12766C3.25758%208.34781%203.25791%208.70334%203.47694%208.92349L6.47693%2011.9235Z'%20fill='white'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.multiselectCheckboxWrapper.p0 .MuiCheckbox-root .MuiTouchRipple-root{display:none!important}.CheckboxGroup .MuiFormControlLabel-root.Mui-disabled,.CheckboxGroup .MuiCheckbox-root.Mui-disabled{opacity:.8;cursor:not-allowed;border:none!important;background-color:transparent!important;box-shadow:none!important}.CheckboxGroup .MuiCheckbox-root svg{display:none}.CheckboxGroup .MuiCheckbox-root:after{width:1.125rem;height:1.125rem;position:absolute;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='3.5'%20fill='white'%20stroke='%23C9CBCD'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.CheckboxGroup .MuiCheckbox-root.Mui-checked{position:relative}.CheckboxGroup .MuiCheckbox-root.Mui-checked:after{width:1.125rem;height:1.125rem;position:absolute;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='0.900391'%20width='16'%20height='16'%20rx='4'%20fill='%230077CC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.47693%2011.9235L6.47762%2011.9242C6.58731%2012.0327%206.73117%2012.0879%206.87502%2012.0879C7.01886%2012.0879%207.16273%2012.0327%207.27242%2011.9242L12.5234%206.67315C12.7425%206.453%2012.7425%206.0978%2012.5234%205.87766L12.5228%205.87698C12.3026%205.65796%2011.9471%205.65831%2011.7269%205.87733L6.87503%2010.73L4.27276%208.12698C4.05262%207.90796%203.69742%207.90796%203.47727%208.12698L3.4766%208.12766C3.25758%208.34781%203.25791%208.70334%203.47694%208.92349L6.47693%2011.9235Z'%20fill='white'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.CheckboxGroup .MuiCheckbox-root .MuiTouchRipple-root{display:none!important}.CheckboxGroup.form-field{margin-left:.75rem;margin-bottom:.8125rem;margin-top:.8125rem;display:flex;gap:.625rem;flex-wrap:wrap;flex-direction:row}@media screen and (max-width:1024px){.CheckboxGroup.form-field{margin-top:0rem}}.CheckboxGroup.form-field .MuiFormControlLabel-root{margin-right:0!important}.CheckboxGroup.form-field .MuiFormControlLabel-label{margin-left:.4375rem;font-size:.875rem;font-weight:500;font-family:var(--font)!important;color:#3a4f5f}.CheckboxGroup.form-field .MuiListItemText-root .MuiTypography-root{margin:0!important;color:#60707d;font-size:.875rem;font-weight:400;line-height:1.125rem;overflow:hidden}.CheckboxGroup.form-field .MuiCheckbox-root{min-height:auto;height:auto;position:relative}.CheckboxGroup.form-field .MuiCheckbox-root svg{display:none}.CheckboxGroup.form-field .MuiCheckbox-root:after{width:1.125rem;height:1.125rem;position:absolute;top:1px;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='3.5'%20fill='white'%20stroke='%23C9CBCD'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.CheckboxGroup.form-field .MuiCheckbox-root.Mui-checked{position:relative}.CheckboxGroup.form-field .MuiCheckbox-root.Mui-checked:after{width:1.125rem;height:1.125rem;position:absolute;content:"";top:1px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='0.900391'%20width='16'%20height='16'%20rx='4'%20fill='%230077CC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.47693%2011.9235L6.47762%2011.9242C6.58731%2012.0327%206.73117%2012.0879%206.87502%2012.0879C7.01886%2012.0879%207.16273%2012.0327%207.27242%2011.9242L12.5234%206.67315C12.7425%206.453%2012.7425%206.0978%2012.5234%205.87766L12.5228%205.87698C12.3026%205.65796%2011.9471%205.65831%2011.7269%205.87733L6.87503%2010.73L4.27276%208.12698C4.05262%207.90796%203.69742%207.90796%203.47727%208.12698L3.4766%208.12766C3.25758%208.34781%203.25791%208.70334%203.47694%208.92349L6.47693%2011.9235Z'%20fill='white'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important}.CheckboxGroup.form-field .MuiCheckbox-root .MuiTouchRipple-root{display:none!important}.modalBackdrop .MuiModal-backdrop{background-color:#08101780!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.modalBackdrop.MuiModal-backdrop{background-color:#08101780!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.menuWrapper .MuiModal-backdrop,.tableMenuMainWrapper .MuiModal-backdrop,.filterPopoverWrapper .MuiModal-backdrop,.selectBackdrop .MuiModal-backdrop{background-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.withChecks{display:flex;align-items:center;gap:6px;font-size:.875rem;font-family:Inter,sans-serif!important}.withChecks a[href^=tel],.withChecks a[href^=mailto],.withChecks a[href^=sms],.withChecks p a[href^=tel],.withChecks p a[href^=mailto],.withChecks p a[href^=sms]{color:inherit!important;text-decoration:none!important;pointer-events:none!important;font-weight:500}.withChecks.numericAlign{text-align:right!important;width:fit-content;margin-left:auto}.withChecks a{color:var(--tableLink)!important}.withChecks p,.withChecks div{font-size:.875rem;font-family:Inter,sans-serif!important}.withChecks p a,.withChecks div a{color:var(--tableLink)!important}.withChecks span{font-size:.875rem;text-align:left!important;font-family:Inter,sans-serif!important}.withChecks .MuiFormControlLabel-root.Mui-disabled,.withChecks .MuiCheckbox-root.Mui-disabled{opacity:.8;cursor:not-allowed;border:none!important;background-color:transparent!important;box-shadow:none!important}.withChecks .MuiCheckbox-root svg{display:none}.withChecks .MuiCheckbox-root:after{width:1.125rem;height:1.125rem;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='3.5'%20fill='white'%20stroke='%23C9CBCD'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important;position:absolute;top:1px!important}.withChecks .MuiCheckbox-root.Mui-checked{position:relative}.withChecks .MuiCheckbox-root.Mui-checked:after{width:1.125rem;height:1.125rem;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='0.900391'%20width='16'%20height='16'%20rx='4'%20fill='%230077CC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.47693%2011.9235L6.47762%2011.9242C6.58731%2012.0327%206.73117%2012.0879%206.87502%2012.0879C7.01886%2012.0879%207.16273%2012.0327%207.27242%2011.9242L12.5234%206.67315C12.7425%206.453%2012.7425%206.0978%2012.5234%205.87766L12.5228%205.87698C12.3026%205.65796%2011.9471%205.65831%2011.7269%205.87733L6.87503%2010.73L4.27276%208.12698C4.05262%207.90796%203.69742%207.90796%203.47727%208.12698L3.4766%208.12766C3.25758%208.34781%203.25791%208.70334%203.47694%208.92349L6.47693%2011.9235Z'%20fill='white'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-size:1rem!important;position:absolute;top:1px!important}.withChecks .MuiCheckbox-root .MuiTouchRipple-root{display:none!important}.employeeDatePopoverWrapper .MuiPopover-paper{margin-top:-30px!important;box-shadow:0 8px 8px -4px #10182808;border:1px solid #eaecf0;border-radius:.75rem}.employeeDatePopoverWrapper .MuiPopover-paper .MuiDateCalendar-root{max-height:384px!important}.employeeDatePopoverWrapper .pt20{padding-top:20px!important}.employeeDatePicker{background:var(--white);padding:10px 0 0;border-radius:12px;width:20.5rem;z-index:3}.employeeDatePicker .rdrDayPassive .rdrDayNumber span{color:#667085}.employeeDatePicker .rdrDayEndPreview,.employeeDatePicker .rdrDayStartPreview{border:0;width:40px;top:0;bottom:0;height:40px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-top-right-radius:50%;border-bottom-right-radius:50%;right:0}.employeeDatePicker .rdrDayHovered{opacity:1}.employeeDatePicker .rdrDayHovered .rdrSelected{background-color:#2a7bbb}.employeeDatePicker .rdrDayHovered .rdrSelected+span+.rdrDayNumber{width:100%;height:100%;background-color:#2a7bbb;border-radius:50%}.employeeDatePicker .rdrDayHovered .rdrSelected+span+.rdrDayNumber span{color:#fff;opacity:1}.employeeDatePicker .rdrDayHovered .rdrDayEndPreview,.employeeDatePicker .rdrDayHovered .rdrDayStartPreview{border:0;top:0;bottom:0;border-radius:50%}.employeeDatePicker .rdrDayHovered .rdrDayNumber{width:100%;height:100%;background:#c3daec66;border-radius:50%}.employeeDatePicker .rdrDayHovered .rdrDayNumber span{color:#1d2429;opacity:1}.employeeDatePicker .rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{display:none}.employeeDatePicker .rdrCalendarWrapper{width:100%}.employeeDatePicker .rdrCalendarWrapper .rdrNextPrevButton{border:1.5px solid #3a4f5f;background:transparent;position:relative;margin:0 14px}.employeeDatePicker .rdrCalendarWrapper .rdrNextPrevButton i{display:none}.employeeDatePicker .rdrCalendarWrapper .rdrNextPrevButton:before{position:absolute;content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.8332%207.00033H1.1665M1.1665%207.00033L6.99984%2012.8337M1.1665%207.00033L6.99984%201.16699'%20stroke='%233A4F5F'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");top:3px;left:4.5px;transform:scale(.9)}.employeeDatePicker .rdrCalendarWrapper .rdrNextButton:before{content:none}.employeeDatePicker .rdrCalendarWrapper .rdrNextButton:after{position:absolute;content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.1665%207.00033H12.8332M12.8332%207.00033L6.99984%201.16699M12.8332%207.00033L6.99984%2012.8337'%20stroke='%233A4F5F'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");top:3px;left:4.5px;transform:scale(.9)}.employeeDatePicker .rdrCalendarWrapper .rdrMonthAndYearWrapper{padding:0 10px 10px;height:auto}.employeeDatePicker .rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrMonthPicker select,.employeeDatePicker .rdrCalendarWrapper .rdrMonthAndYearWrapper .rdrYearPicker select{font-weight:600;padding-right:1.4375rem;color:#3a4f5f;font-family:var(--font)}.employeeDatePicker .rdrCalendarWrapper .rdrDateDisplayWrapper{background:transparent;padding:0 10px}.employeeDatePicker .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplayItem{position:relative;border:1px solid var(--borderGrayBg);background:transparent;box-shadow:0 1px 2px #1018280d;border-radius:8px}.employeeDatePicker .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplayItem input{color:var(--colorSecondary);font-weight:500;height:2.75rem}.employeeDatePicker .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplayItem:before{position:absolute;content:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%208.33317L1.5%208.33317M12.3333%201.6665L12.3333%204.99984M5.66667%201.6665L5.66667%204.99984M5.5%2018.3332H12.5C13.9001%2018.3332%2014.6002%2018.3332%2015.135%2018.0607C15.6054%2017.821%2015.9878%2017.4386%2016.2275%2016.9681C16.5%2016.4334%2016.5%2015.7333%2016.5%2014.3332L16.5%207.33317C16.5%205.93304%2016.5%205.23297%2016.2275%204.69819C15.9878%204.22779%2015.6054%203.84534%2015.135%203.60565C14.6002%203.33317%2013.9001%203.33317%2012.5%203.33317L5.5%203.33317C4.09987%203.33317%203.3998%203.33317%202.86502%203.60565C2.39462%203.84534%202.01217%204.22779%201.77248%204.69819C1.5%205.23297%201.5%205.93304%201.5%207.33317L1.5%2014.3332C1.5%2015.7333%201.5%2016.4334%201.77248%2016.9681C2.01217%2017.4386%202.39462%2017.821%202.86502%2018.0607C3.3998%2018.3332%204.09987%2018.3332%205.5%2018.3332Z'%20stroke='%233A4F5F'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");top:50%;left:10px;transform:translateY(-50%)}.employeeDatePicker .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplayItem:first-child:after{position:absolute;content:none;width:8px;height:2px;background:var(--colorSecondary);top:50%;transform:translateY(-50%);right:-16px}.employeeDatePicker .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplayItem+.rdrDateDisplayItem{display:none}.employeeDatePicker .rdrCalendarWrapper .rdrDateDisplay{margin:10px 6px!important}.employeeDatePicker .rdrCalendarWrapper .rdrMonths{padding:0 0 1px!important;border-bottom:1px solid #eaecf0}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrMonth{padding-left:24px!important;padding-right:24px!important}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrMonthName{display:none;color:var(--colorSecondary)}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrWeekDays{justify-content:space-between}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrWeekDays .rdrWeekDay{color:#344054;font-size:.875rem;font-family:Inter,sans-serif;font-weight:500}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrSelected{left:0;right:0;top:0;bottom:0;border-radius:50%;color:#2a7bbb!important}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrDays{justify-content:space-between}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrDays .rdrDayToday{background-color:#c3daec66!important}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrDays button{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:0;color:#344054!important;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:normal}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrDays button .rdrStartEdge,.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrDays button .rdrEndEdge{top:0;bottom:0;color:var(--white);left:0;right:0;background:var(--colorPrimary);border-radius:100%}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrDays button .rdrDayNumber{top:0;width:100%;height:100%;bottom:0;border-radius:50%}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrDays button .rdrDayNumber span{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:normal}.employeeDatePicker .rdrCalendarWrapper .rdrMonths .rdrDays button .rdrDayNumber span:after{background:none}.employeeDatePicker .filterMainWrapper{padding:17px 10px 16px}.employeeDatePicker .filterMainWrapper .bottomWrapper{margin-top:0}.employeeDatePicker .bottomBtn{padding:1.25rem;text-align:right}.employeeDatePicker .bottomBtn .MuiButton-outlined{width:7.5rem}.employeeDatePicker .bottomBtn .MuiButton-contained{width:7.5rem;margin-left:.625rem}.employeeDatePicker .rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background-color:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3a4f5f;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='6'%20viewBox='0%200%2012%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.712799%200.359376C0.963053%200.0972057%201.37846%200.0875452%201.64063%200.337799L5.84896%204.35485C5.93349%204.43553%206.06651%204.43553%206.15104%204.35485L10.3594%200.337799C10.6215%200.0875452%2011.0369%200.0972057%2011.2872%200.359376C11.5375%200.621547%2011.5278%201.03695%2011.2656%201.2872L7.05729%205.30425C6.46558%205.86907%205.53442%205.86907%204.94271%205.30425L0.734376%201.2872C0.472206%201.03695%200.462545%200.621547%200.712799%200.359376Z'%20fill='%233A4F5F'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 6px center}.EmailEditor{width:100%;border-radius:12px;border:.5px solid #bdc4ca;overflow-x:auto;overflow-y:hidden}.EmailEditor.textHide{position:relative}.EmailEditor.textHide:after{content:"";position:absolute;bottom:0;width:100%;height:50px;z-index:-1}@media screen and (max-width:1280px){.EmailEditor.textHide:after{max-width:350px}}.EmailEditor.textHide .blockbuilder-branding{display:none!important;opacity:0!important}@media screen and (max-width:1024px){.createTriggerSec.triggerSec .leftSection>.border:first-of-type{padding:1.25rem}}@media screen and (max-width:1024px){.createTriggerSec.triggerSec .leftSection .trigger-wrapper{padding:0!important}}.createTriggerSec .select-button-container{margin-left:auto}.createTriggerSec .select-button{width:120px;height:40px;font-family:var(--font);font-size:14px;font-weight:600;line-height:20px;text-align:center;background-color:transparent;border:1px solid var(--lightBorder);color:var(--inputColor);box-shadow:0 1px 2px #1018280d;border-radius:.625rem;text-transform:capitalize;transition:background-color .3s ease,color .3s ease;cursor:pointer}.createTriggerSec .checkbox-icon{width:40px;height:40px;flex:0 0 40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#e4e7ec}.createTriggerSec .cusselectinputbtn .uploadBtn{width:max-content;height:40px;font-family:var(--font);font-size:14px;font-weight:600;line-height:20px;text-align:center;background-color:transparent;border:1px solid var(--lightBorder);color:var(--inputColor);border-radius:.625rem;text-transform:capitalize;box-shadow:none}.colorPickerWrapper{width:100%;position:absolute;top:50px;z-index:100;left:0}.colorPickerWrapper .sketch-picker{position:relative;width:calc(215% - 31px)!important;left:-115%;background:#fff!important;border:0;box-shadow:0 16px 32px #1d232833!important;border-radius:12px!important;padding:16px 16px 24px!important}@media screen and (max-width:1100px){.colorPickerWrapper .sketch-picker{left:-117%!important;width:calc(217% - 31px)!important}}@media screen and (max-width:1024px){.colorPickerWrapper .sketch-picker{left:-106%!important;width:calc(206% - 31px)!important}}@media screen and (max-width:820px){.colorPickerWrapper .sketch-picker{left:-108%!important;width:calc(208% - 31px)!important}}@media screen and (max-width:768px){.colorPickerWrapper .sketch-picker{left:-112%!important;width:calc(212% - 31px)!important}}.colorPickerWrapper .sketch-picker:before{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%200L24%2012L12.7071%2023.2929C12.3166%2023.6834%2011.6834%2023.6834%2011.2929%2023.2929L0%2012L12%200Z'%20fill='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:24px;position:absolute;left:77.5%;transform:translate(-77.5%);top:-12px}.colorPickerWrapper .sketch-picker>div:first-child{overflow:hidden;border-radius:8px;border:1px solid rgba(0,0,0,.1019607843)}.colorPickerWrapper .sketch-picker>div+.flexbox-fix>div:first-child{padding:16px 0!important;overflow:hidden}.colorPickerWrapper .sketch-picker>div+.flexbox-fix>div:first-child>div{overflow:visible!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix>div:first-child>div+div{display:none!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix>div:first-child+div{display:none!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix>div:first-child .hue-horizontal{border-radius:24px!important;height:12px!important;border:1px solid rgba(0,0,0,.1019607843)}.colorPickerWrapper .sketch-picker>div+.flexbox-fix>div:first-child .hue-horizontal>div>div{background-color:#2a7bbb!important;width:16px!important;padding:8px;margin-top:-11px!important;height:16px!important;outline:1px solid rgba(0,0,0,.1019607843)!important;border:8px solid #ffffff!important;border-radius:50%!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix{padding:0!important}@media screen and (max-width:1200px){.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix{overflow-x:auto;width:100%}}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div{padding:0!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:first-child{margin-right:8px;flex:0 0 102px!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:first-child input{width:102px!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:first-child+div{display:block!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(2){margin-right:8px;flex:0 0 63px!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(2) input{width:63px!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(3){margin-right:8px;flex:0 0 63px!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(3) input{width:63px!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(4){flex:0 0 63px!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(4) input{width:63px!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(5){display:none!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div>div{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div>div label{margin-bottom:8px;padding:0!important;font-size:12px;font-weight:700;line-height:16px;color:#111;font-family:var(--font)!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div>div input{height:40px;padding:8px 16px!important;border-radius:8px;border:1px solid #e5e8e8!important;background-color:#fff!important;outline:0;box-shadow:none!important;font-size:16px!important;font-weight:400!important;font-family:var(--font)!important;color:#111!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix>div>div input:focus{border-color:#2a7bbb!important}.colorPickerWrapper .sketch-picker>div+.flexbox-fix+.flexbox-fix+.flexbox-fix{display:none!important}.colorPickerWrapper .sketch-picker .saturation-white .saturation-black+div>div{background-color:#2a7bbb!important;width:16px!important;border:0;height:16px!important;outline:8px solid #ffffff!important}.membershipformPreviewMainWrapper .form-field.textareaAuto textarea,.checkoutformPreviewMainWrapper .form-field.textareaAuto textarea,.customerformPreviewMainWrapper .form-field.textareaAuto textarea{background-color:transparent!important}.filterPopovers .MuiPopover-paper{padding:0;box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;border-radius:.75rem;width:22.25rem;margin-top:.625rem;max-height:unset}.filterPopovers .filterHeader{padding:24px 24px 12px}.filterPopovers .filterHeader h2{margin:0;font-size:12px;line-height:14px;color:#85929c;font-weight:700}.filterPopovers .filterHeader .btnText{font-size:var(--smSize)}.filterPopovers .overflow{padding:0 24px}.filterPopovers .overflow .fieldWrapper:last-of-type{margin-bottom:0}.filterPopovers .commonSearchWrappers,.filterPopovers .commonSearchWrappers .MuiInputBase-root{width:100%}.filterPopovers .commonSearchWrappers .MuiInputBase-root:before{content:none}.filterPopovers .commonSearchWrappers .MuiInputBase-root:after{content:none}.filterPopovers .commonSearchWrappers .searchInput .MuiTextField-root{margin-top:.375rem}.filterPopovers .commonSearchWrappers .searchInput .MuiInputBase-input{padding:12px 14px 12px 0;font-family:var(--font)!important;font-size:.75rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.filterPopovers .commonSearchWrappers .searchInput .MuiInputBase-input::placeholder{color:#3a4f5f;opacity:1;font-weight:500;font-size:.75rem!important}.filterPopovers .commonSearchWrappers .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--white);border-radius:.625rem}.filterPopovers .commonSearchWrappers .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:none!important}.filterPopovers .commonSearchWrappers .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:none!important}.filterPopovers .commonSearchWrappers .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.filterPopovers .commonSearchWrappers .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.filterPopovers .commonSearchWrappers .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.filterPopovers .fieldWrapper{margin-top:12px;overflow-y:auto;max-height:120px}.filterPopovers .fieldWrapper::-webkit-scrollbar{width:.5rem;height:.5rem;background-color:#60707d;border-radius:.875rem}.filterPopovers .fieldWrapper::-webkit-scrollbar-track{background:#bdc4ca;border-radius:.625rem}.filterPopovers .fieldWrapper::-webkit-scrollbar-thumb{background-color:#60707d;border-radius:.625rem}.filterPopovers .fieldWrapper::-webkit-scrollbar-corner{background-color:#60707d;border-color:#60707d;border-radius:.625rem}.filterPopovers .fieldWrapper .CheckboxGroup .MuiFormControlLabel-label{margin-left:8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.filterPopovers .fieldWrapper .CheckboxGroup .grayCheckbox .MuiFormControlLabel-label{font-size:12px;font-weight:700!important;color:#85929c!important}.filterPopovers .fieldWrapper .CheckboxGroup.form-field{display:block;text-align:left;margin:0 0 0 12px}.filterPopovers .fieldWrapper .CheckboxGroup.form-field label{display:flex;justify-content:flex-start;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.filterPopovers .fieldWrapper .CheckboxGroup.form-field label:not(:last-child){margin-bottom:12px}.filterPopovers .fieldWrapper .CheckboxGroup.form-field .MuiCheckbox-root{padding:0!important}.filterPopovers .fieldWrapper .CheckboxGroup.form-field .MuiCheckbox-root:after{position:static!important}.filterPopovers .fieldWrapper .CheckboxGroup.form-field .MuiCheckbox-root.Mui-checked:after{position:static!important}.filterPopovers .fieldCheckbox:not(:last-child){margin-bottom:12px}.filterPopovers .buttonCover{padding:.75rem 1.5rem 1.5rem;display:flex;justify-content:flex-end}.filterPopovers .buttonCover .bbtn{width:120px!important;min-width:120px!important;white-space:nowrap}.filterPopovers .buttonCover .bbtn+.bbtn{margin-left:10px}.filterPopovers .buttonCover.pt0{padding-top:0!important}.filterPopovers .NoResultText{font-weight:400;color:#3a4f5f;font-size:14px;text-align:center}.filterPopovers .mt12{margin-top:12px!important}.createInfo{vertical-align:middle;margin-left:10px;margin-top:-2.5px;width:16px;height:16px;display:inline-block;cursor:pointer}.MuiTabs-root .MuiButtonBase-root{letter-spacing:0!important}.MuiMenu-root.segmentationMenuWrapperss .MuiMenu-paper{min-width:205px;margin-top:.625rem;padding:.625rem;border-radius:.75rem;background-color:var(--white);box-shadow:0 5.7px 12px -1px #0000000d;margin-left:-31px!important}.MuiMenu-root.segmentationMenuWrapperss .MuiMenu-paper .MuiList-root .MuiMenuItem-root{border-radius:.25rem;padding:10px 12px!important;background:var(--white);box-shadow:none;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:.9375rem!important;color:var(--menuText)!important;transition:all .3s ease-in;justify-content:flex-start;align-items:center}@media screen and (max-width:1440px){.MuiMenu-root.segmentationMenuWrapperss .MuiMenu-paper .MuiList-root .MuiMenuItem-root{font-size:.875rem!important}}.MuiMenu-root.segmentationMenuWrapperss .MuiMenu-paper .MuiList-root .MuiMenuItem-root.active,.MuiMenu-root.segmentationMenuWrapperss .MuiMenu-paper .MuiList-root .MuiMenuItem-root:hover{color:#3a4f5f!important;font-weight:600!important;background-color:#d2e7ff!important}.MuiMenu-root.segmentationMenuWrapperss .MuiMenu-paper .MuiList-root .MuiMenuItem-root:not(:last-child){margin-bottom:.25rem}.cursorDefault{cursor:default!important}.form-group .errorMsg{margin:8px 0 10px;font-size:.75rem;color:var(--colorError)}.headerNodataWrapper .noDataWrapper{height:calc(100vh - 288px)!important}@media screen and (max-width:1500px){.headerNodataWrapper .noDataWrapper{height:calc(100vh - 268px)!important}}@media screen and (max-width:1280px){.headerNodataWrapper .noDataWrapper{height:calc(100vh - 250px)!important}}@media screen and (max-width:1100px){.headerNodataWrapper .noDataWrapper{height:calc(100vh - 245px)!important}}.headerNodataWrapper .noDataWrapper .noDataTitle{max-width:352px}.headerNodataWrapper .noDataWrapper .btnWrap button{gap:0!important}.headerNodataWrapper .noDataWrapper .btnWrap button img{display:none!important}.dynamicFormWrapper .MuiInputBase-input{text-overflow:ellipsis}.dynamicFormWrapper .form-field.date-picker .DobBox.disable{opacity:1!important;-webkit-text-fill-color:rgba(0,0,0,.38)}.showLessWrapper .tableLink{color:#2a7bbb!important;font-family:Inter,sans-serif!important}.showLessWrapper .tableLink span{text-decoration:underline;color:#2a7bbb!important;font-family:Inter,sans-serif!important}.showLessWrapper .tableLink.none{padding-left:3px;text-decoration:none;cursor:pointer}.districtSelecWrapper .form-field.select .MuiInputBase-root .MuiSelect-select:after{top:22px!important;background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%201.64844L5%205.14844L8.5%201.64844'%20stroke='%233A4F5F'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")!important}@media screen and (max-width:768px){.modal-containers,.modal-container{width:90%!important}}.modal-containers input:-webkit-autofill,.modal-containers input:-webkit-autofill:hover,.modal-containers input:-webkit-autofill:focus,.modal-containers input:-webkit-autofill:active,.modal-container input:-webkit-autofill,.modal-container input:-webkit-autofill:hover,.modal-container input:-webkit-autofill:focus,.modal-container input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--white) inset;box-shadow:0 0 0 1000px var(--white) inset;-webkit-text-fill-color:var(--black)}@media screen and (max-width:1024px){.modal-container .triggerModalSection .triggerModal.triggerTableSection .MuiTableCell-root:nth-of-type(2){white-space:normal!important;max-width:200px!important;min-width:200px!important}}.modal-container .triggerModalSection .triggerModal.triggerTableSection .MuiTableCell-root:nth-of-type(3){white-space:normal!important}.chatDrawerPaper{background-color:#f8f9f9!important}.main_wrapper{display:flex;transition:all .3s ease-in;background-color:#edecf2}.mainContentWrapper.noInternet{padding:1.25rem!important;margin-top:0!important;height:100vh!important;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.mainContentWrapper.noInternet .notFoundwrap .centerWrap{max-width:22rem;margin:auto;height:100%}.mainContentWrapper.noInternet .notFoundwrap .centerWrap h2{max-width:18.75rem;margin:0 auto 8px;font-size:1.25rem;font-weight:600;color:var(--colorSecondary);line-height:1.3125rem}.mainContentWrapper.noInternet .notFoundwrap .centerWrap p{font-size:.875rem;font-weight:400;color:var(--tabTextColor);line-height:1.5rem;margin:0 0 20px}.mainContentWrapper.noInternet .notFoundwrap .centerWrap button+button{margin-left:12px}.mainContentWrapper.noInternet .buttonWrapper,.mainContentWrapper.noInternet .buttonWrapper button{width:fit-content!important;margin:auto!important}.mainContentWrapper .notFoundwrap.pageNoData{height:100%;padding:0!important;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.mainContentWrapper .notFoundwrap.pageNoData .centerWrap{max-width:22rem;margin:auto;height:100%}.mainContentWrapper .notFoundwrap.pageNoData .centerWrap h2{max-width:18.75rem;margin:0 auto 8px;font-size:1.25rem;font-weight:600;color:var(--colorSecondary);line-height:1.3125rem}.mainContentWrapper .notFoundwrap.pageNoData .centerWrap p{font-size:.875rem;font-weight:400;color:var(--tabTextColor);line-height:1.5rem;margin:0 0 20px}.mainContentWrapper .notFoundwrap.pageNoData .centerWrap .btnWrapper{display:flex}.mainContentWrapper .notFoundwrap.pageNoData .centerWrap .btnWrapper button+button{margin-left:12px}.tableWrapper{margin-top:1.25rem;padding:.9375rem;border-radius:.75rem;border:1px solid var(--btnDisabled);font-family:Inter,sans-serif!important}@media screen and (max-width:1024px){.tableWrapper{margin-top:.9375rem}}.tableWrapper.mt0{margin-top:0}.tableWrapper.mt8{margin-top:8px!important}.tableWrapper.p0{padding:0}.tableWrapper *{font-family:var(--font)}.tableWrapper .totalCount{margin:10px 0;padding-bottom:.9375rem;border-bottom:1px solid var(--tableBorder);font-size:.875rem;font-weight:600;font-family:Inter,sans-serif!important}.tableWrapper .tableLink,.tableWrapper .tableLink span{text-decoration:underline;color:#2a7bbb!important;font-family:Inter,sans-serif!important}.tableWrapper .tableLink.none{padding-left:3px;text-decoration:none;cursor:pointer}.tableWrapper .tableLink .firstNameLinkText,.tableWrapper .tableLink .lastNameLinkText{max-width:150px;overflow:hidden;text-overflow:ellipsis!important;display:inline-block;white-space:nowrap}@media screen and (max-width:1100px){.tableWrapper .tableLink .firstNameLinkText,.tableWrapper .tableLink .lastNameLinkText{max-width:120px}}.tableWrapper .MuiPaper-root{background-color:transparent;box-shadow:none;border-radius:0}.tableWrapper .MuiTableSortLabel-root.Mui-active{color:#85929c!important}.tableWrapper .MuiTableSortLabel-root svg path{fill:#3a4f5f}.tableWrapper .MuiTableSortLabel-root :hover{color:#3a4f5f}.tableWrapper .contactInfo{margin-top:0;font-size:.75rem;font-weight:400;line-height:1.125rem;color:#85929c;text-align:left;font-family:Inter,sans-serif!important}.tableWrapper .contactInfo .withChecks{justify-content:flex-start}.tableWrapper .contactInfo .withChecks.textRight{text-align:right!important}.tableWrapper .contactInfo .withChecks.textRight .numericAlign,.tableWrapper .contactInfo .withChecks.textRight .withChecks{display:flex!important;justify-content:flex-end!important}.tableWrapper .contactInfo .withChecks.textCenter{text-align:center!important}.tableWrapper .contactInfo .withChecks.textCenter .withChecks{justify-content:center}.tableWrapper .contactInfo.textRight{text-align:right!important}.tableWrapper .contactInfo.textRight .withChecks{justify-content:flex-end}.tableWrapper .contactInfo.textCenter{text-align:center!important}.tableWrapper .contactInfo.textCenter .withChecks{justify-content:center}.tableWrapper .contactInfo span{font-family:Inter,sans-serif!important}.tableWrapper .contactInfo:first-of-type{text-align:left}.tableWrapper .contactInfo:first-of-type .withChecks{justify-content:flex-start}.tableWrapper .contactInfo:first-of-type.textRight{text-align:right!important}.tableWrapper .contactInfo:first-of-type.textRight .numericAlign,.tableWrapper .contactInfo:first-of-type.textRight .withChecks{display:flex!important;justify-content:flex-end!important}.tableWrapper .MuiTableCell-head{height:40.3px;padding:10px 16px;background-color:transparent;font-size:.875rem;font-weight:500!important;line-height:1rem;font-family:Inter,sans-serif!important;color:var(--filterTitleText);white-space:nowrap;border-color:var(--btnDisabled)}.tableWrapper .MuiTableCell-head .tableLink,.tableWrapper .MuiTableCell-head .MuiTableCell-root{color:var(--colorSecondary)!important}.tableWrapper .MuiTableCell-head span{font-family:Inter,sans-serif!important}.tableWrapper .MuiTableCell-root{border-color:var(--btnDisabled);font-weight:500!important;font-size:.875rem;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.tableWrapper .MuiTableCell-root .withChecks{justify-content:flex-start}.tableWrapper .MuiTableCell-root.oneline,.tableWrapper .MuiTableCell-root.oneline .withChecks,.tableWrapper .MuiTableCell-root.oneline p{white-space:nowrap!important}.tableWrapper .MuiTableCell-root.table_description_text{min-width:250px;white-space:normal!important;text-align:left!important}.tableWrapper .MuiTableCell-root .textRight{text-align:right!important}.tableWrapper .MuiTableCell-root .textRight .withChecks{justify-content:flex-end!important}.tableWrapper .MuiTableCell-root .textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.tableWrapper .MuiTableCell-root .textCenter{text-align:center!important}.tableWrapper .MuiTableCell-root .textCenter .custom-tooltip{display:flex;text-align:center!important;justify-content:center}.tableWrapper .MuiTableCell-root .textCenter .withChecks{justify-content:center}.tableWrapper .MuiTableCell-root.textRight{text-align:right!important}.tableWrapper .MuiTableCell-root.textRight .withChecks{justify-content:flex-end!important}.tableWrapper .MuiTableCell-root.textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.tableWrapper .MuiTableCell-root.textCenter{text-align:center!important}.tableWrapper .MuiTableCell-root.textCenter .withChecks{display:flex;text-align:center!important;justify-content:center!important}.tableWrapper .MuiTableCell-root span{font-family:Inter,sans-serif!important}.tableWrapper .MuiTableCell-root.MuiTableCell-head{color:var(--filterTitleText)}.tableWrapper .MuiTableCell-root:first-of-type{text-align:left!important;width:55%!important}.tableWrapper .MuiTableCell-root p{margin:0rem;font-family:Inter,sans-serif!important}.tableWrapper thead .MuiTableRow-root:first-child{background-color:#f8f9f9!important}.tableWrapper .tableCheckbox{display:inline-block!important;vertical-align:middle;width:fit-content;position:relative}.tableWrapper .tableCheckbox .MuiCheckbox-root{margin-right:6px;padding:0;position:static}.tableWrapper .tableCheckbox .MuiCheckbox-root:after{margin-top:2px!important;position:static}.tableWrapper .tableCheckbox .PrivateSwitchBase-input{width:18px;height:18px;position:absolute;left:0}.tableWrapper.activityTable .MuiTableCell-root:first-of-type,.tableWrapper.userData .MuiTableCell-root:first-of-type{width:40%!important}.tableWrapper.activityTable.w35 .MuiTableCell-root:first-of-type,.tableWrapper.userData.w35 .MuiTableCell-root:first-of-type{width:35%!important}@media screen and (max-width:1024px){.tableWrapper.activityTable.w35 .MuiTableCell-root:first-of-type,.tableWrapper.userData.w35 .MuiTableCell-root:first-of-type{width:180px!important;min-width:180px!important}}.tableWrapper.activityTable.w35 .MuiTableCell-root:last-of-type,.tableWrapper.userData.w35 .MuiTableCell-root:last-of-type{white-space:nowrap!important}.tableWrapper.auditLogTable .MuiTableCell-body:nth-of-type(3) .withChecks{justify-content:flex-start;min-width:150px;width:100%}.tableWrapper tbody .MuiTableRow-root:nth-of-type(2n){background-color:#f8f9f9}.tableWrapper tbody .MuiTableRow-root:nth-of-type(odd){background-color:#f4f4f8}.tableWrapper tbody tr:last-child .MuiTableCell-root{border:0}.tableWrapper .MuiTableCell-body{height:50px;padding:6px 16px!important;font-size:.875rem;font-weight:500!important;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.tableWrapper .MuiTableCell-body.oneline,.tableWrapper .MuiTableCell-body.oneline .withChecks,.tableWrapper .MuiTableCell-body.oneline p{white-space:nowrap!important}.tableWrapper .MuiTableCell-body .textRight{text-align:right!important}.tableWrapper .MuiTableCell-body .textRight .withChecks{justify-content:flex-end!important}.tableWrapper .MuiTableCell-body .textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.tableWrapper .MuiTableCell-body .textCenter{text-align:center!important}.tableWrapper .MuiTableCell-body .textCenter .withChecks{justify-content:center}.tableWrapper .MuiTableCell-body.smTable{padding:10px 16px!important}.tableWrapper .MuiTableCell-body .withChecks{justify-content:flex-start}.tableWrapper .MuiTableCell-body.textRight{text-align:right!important}.tableWrapper .MuiTableCell-body.textRight .withChecks{justify-content:flex-end!important}.tableWrapper .MuiTableCell-body.textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.tableWrapper .MuiTableCell-body.textCenter{text-align:center!important}.tableWrapper .MuiTableCell-body.textCenter .withChecks{justify-content:center}.tableWrapper .MuiTableCell-body span{font-family:Inter,sans-serif!important}.tableWrapper .MuiToolbar-root{padding-left:0}.tableWrapper .MuiTablePagination-spacer{display:none}.tableWrapper .MuiTablePagination-selectLabel,.tableWrapper .MuiTablePagination-select{font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg);text-align:right}.tableWrapper .MuiTablePagination-selectLabel .MuiSvgIcon-root,.tableWrapper .MuiTablePagination-select .MuiSvgIcon-root,.tableWrapper .MuiSelect-icon{color:var(--colorPrimary)!important}.tableWrapper .MuiTablePagination-displayedRows{margin-left:auto;font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg)}.tableWrapper .MuiTablePagination-actions .MuiButtonBase-root svg{fill:var(--colorPrimary)!important}.tableWrapper .MuiTablePagination-actions .MuiButtonBase-root.Mui-disabled{opacity:.6}.tableWrapper .MuiTableRow-root.Mui-selected,.tableWrapper .MuiTableRow-root:hover{background-color:#2a7cdc0d!important}.tableWrapper .moreActionBtn{padding:10px!important;min-width:fit-content!important;width:fit-content!important}.tableWrapper .moreActionBtn .withChecks{justify-content:flex-start}.tableWrapper .moreActionBtn.textRight{text-align:right!important}.tableWrapper .moreActionBtn.textRight .withChecks{justify-content:flex-end!important}.tableWrapper .moreActionBtn.textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.tableWrapper .moreActionBtn.textCenter{text-align:center!important}.tableWrapper .moreActionBtn.textCenter .withChecks{justify-content:center}.tableWrapper .withChecks{justify-content:flex-start!important}.tableWrapper .withChecks.textRight{text-align:right!important}.tableWrapper .withChecks.textRight .numericAlign,.tableWrapper .withChecks.textRight .withChecks{display:flex!important;justify-content:flex-end!important}.tableWrapper .withChecks.textCenter{text-align:center!important}.tableWrapper .withChecks.textCenter .withChecks{justify-content:center!important}.adminAccessTableWrapper{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;padding:1.25rem}.adminAccessTableWrapper.pbtt0{padding:0;border:0}.adminAccessTableWrapper.br20{border-radius:20px!important}.adminAccessTableWrapper.mb200{margin-bottom:20px!important}.adminAccessTableWrapper .MuiTableContainer-root{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem}.adminAccessTableWrapper .topView{display:flex;align-items:center;justify-content:space-between}.adminAccessTableWrapper .topView .title{margin:0;font-size:1.125rem;font-weight:500!important}.adminAccessTableWrapper .topView .totalCount{margin:0;color:var(--filterTitleText)}.adminAccessTableWrapper .MuiTableCell-head .MuiTableCell-head{height:40.3px;padding:10px 16px}.adminAccessTableWrapper .MuiTableCell-head:first-of-type{width:55%;text-align:left!important}.adminAccessTableWrapper .searchFilterWrapper.mnone{justify-content:space-between!important}.adminAccessTableWrapper .searchFilterWrapper.mnone.mb20{margin-bottom:8px!important}.adminAccessTableWrapper .searchFilterWrapper.mnone .rightSearchFilter.mb0,.adminAccessTableWrapper .searchFilterWrapper.mnone .leftSearchFilter.mb0{margin-bottom:0!important}.adminAccessTableWrapper .searchFilterWrapper.triggerFilter{display:flex;align-items:center;justify-content:space-between!important}.adminAccessTableWrapper .searchFilterWrapper.triggerFilter .leftSearchWrappers{margin:0;padding-right:10px}@media screen and (max-width:1024px){.adminAccessTableWrapper .searchFilterWrapper.triggerFilter .leftSearchWrappers{padding-right:0}}.adminAccessTableWrapper .searchFilterWrapper.triggerFilter .leftSearchWrappers .searchFilterTitles{margin:0 auto 8px 0;font-size:1.25rem;font-weight:700;line-height:1.5rem;color:var(--activeMenuText);word-break:break-word}@media screen and (max-width:1024px){.adminAccessTableWrapper .searchFilterWrapper.triggerFilter .leftSearchWrappers .searchFilterTitles{font-size:1.125rem;margin:0 0 8px}}.adminAccessTableWrapper .searchFilterWrapper.CustomerFilter{display:flex;align-items:center;justify-content:space-between!important}.adminAccessTableWrapper .searchFilterWrapper.CustomerFilter .leftSearchWrappers{margin:0 auto 0 0;padding-right:10px}.adminAccessTableWrapper .searchFilterWrapper.CustomerFilter .leftSearchWrappers .searchFilterTitles{margin:0 auto 0 0;font-size:1.25rem;font-weight:700;line-height:1.5rem;color:var(--activeMenuText);word-break:break-word}.adminAccessTableWrapper .searchFilterWrapper.CustomerFilter .leftSearchWrappers .searchFilterTitles.mb8{margin-bottom:8px!important}@media screen and (max-width:1024px){.adminAccessTableWrapper .searchFilterWrapper.CustomerFilter .leftSearchWrappers .searchFilterTitles{font-size:1.125rem}}.adminAccessTableWrapper .searchFilterWrapper.SegmentationFilter{display:flex;align-items:center;justify-content:space-between!important}@media screen and (max-width:1024px){.adminAccessTableWrapper .searchFilterWrapper.SegmentationFilter{margin-bottom:.5rem;justify-content:flex-start!important;flex-direction:row;align-items:center}}.adminAccessTableWrapper .searchFilterWrapper.SegmentationFilter .leftSearchWrappers{margin:0 auto 8px 0;padding-right:10px}.adminAccessTableWrapper .searchFilterWrapper.SegmentationFilter .leftSearchWrappers .searchFilterTitles{margin:0 auto 0 0;font-size:1.25rem;font-weight:700;line-height:1.5rem;color:var(--activeMenuText);word-break:break-word}.adminAccessTableWrapper .searchFilterWrapper.SegmentationFilter .leftSearchWrappers .searchFilterTitles.mb8{margin-bottom:8px!important}@media screen and (max-width:1024px){.adminAccessTableWrapper .searchFilterWrapper.SegmentationFilter .leftSearchWrappers .searchFilterTitles{font-size:1.125rem}}@media screen and (max-width:1024px){.adminAccessTableWrapper .searchFilterWrapper.SegmentationFilter .leftSearchWrappers{padding-right:0}}:root{--primary: #2A7BBB;--primaryBg: #ECF3F9;--primaryBg20: #C3DAEC66;--primaryBg30: #C3DAEC;--white: #FFFFFF;--secondary: #343741;--bgColor: #F1F0F5;--titleColor: #3A4F5F;--titleColor20: #0E1F2C;--titleColor30: #151D48;--darkBg: #3A4F5F;--textColor: #85929C;--lightColor: #D3DAE6;--lightColor20: #DFE6EC;--lightColor30: #F2F3F7;--lightColor40: #EAECF0;--lightColor50: #E7F0F7;--lightColor60: #F4F4F8;--lightColor70: #F7FBFF;--lightColor80: #EDECF2;--borderColor: #D0D5DD;--borderColor20: #F6F7F7;--borderColor30: #BDC4CA;--track: #BDC4CA;--scroller: #60707D;--gray: #6C8BA6;--gray20: #60707D;--gray30: #4B5879;--gray40: #1D2939;--gray50: #A0A6AB;--dark: #344054;--cardBg: #ECF3F9;--cardBg20: #F8F9F9;--lightBg: #F8F9F9;--lightBg20: #F8F9F980;--lightBg30: #F9FAFB;--successBg: #BCE6BE;--success: #17B26A;--errorBg: #FBCBC7;--errorBg2: #FBCBC74D;--error: #F04438;--warn: #F79009;--warn2: #FDE0BA;--highlight: #E7EDFC;--selectBg: #F9F9FC;--selectBorder: #DFE6ED;--headerBorder: #F1F4FA;--disabledBg: #EDEFF1;--disabledText: #85929C;--placeholder: #ABB3BA;--bodySize: 14px;--smSize: 12px;--font: "Montserrat", sans-serif;--fontInter: "Inter", sans-serif}.btn,.MuiButton-root.btn{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap;letter-spacing:normal;min-width:unset;overflow:hidden;width:unset;font-weight:500;line-height:normal;color:var(--textColor);font-family:var(--font);border:.0625rem solid transparent;transition:all .22s ease-in;font-size:var(--bodySize);text-transform:none;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem}.btn.btnPrimary,.MuiButton-root.btn.btnPrimary{color:var(--white);border-color:var(--primary);background:var(--primary)}.btn.btnPrimary:hover,.MuiButton-root.btn.btnPrimary:hover{box-shadow:.375rem .75rem 1.25rem #0091e124;color:var(--white)}.btn.btnOutline,.MuiButton-root.btn.btnOutline{-webkit-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);-moz-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);box-shadow:0 .0625rem .125rem #1018280d;border:.0625rem solid var(--borderColor30);color:var(--titleColor)}.btn.btnOutline .border,.MuiButton-root.btn.btnOutline .border{border:.0625rem solid var(--titleColor);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;font-weight:600;padding:0 .5rem;height:1.25rem;line-height:normal;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.btn.btnOutline .border .txt,.MuiButton-root.btn.btnOutline .border .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem}.btn.btnOutline .border+.border,.MuiButton-root.btn.btnOutline .border+.border{margin-left:.5rem}.btn.btnOutline.border,.MuiButton-root.btn.btnOutline.border{border-color:var(--borderColor);min-width:5.625rem}.btn.btnPrimaryOutline,.MuiButton-root.btn.btnPrimaryOutline{-webkit-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);-moz-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);box-shadow:0 .0625rem .125rem #1018280d;border:.0625rem solid var(--primary);color:var(--primary)}.btn.btnPrimaryOutline.Mui-disabled,.btn.btnPrimaryOutline:disabled,.btn.btnPrimaryOutline.disabled,.MuiButton-root.btn.btnPrimaryOutline.Mui-disabled,.MuiButton-root.btn.btnPrimaryOutline:disabled,.MuiButton-root.btn.btnPrimaryOutline.disabled{background:var(--white);color:var(--placeholder);border-color:var(--placeholder);pointer-events:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;text-decoration:none}.btn.btnOutline2,.MuiButton-root.btn.btnOutline2{-webkit-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);-moz-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);box-shadow:0 .0625rem .125rem #1018280d;border:.0625rem solid var(--titleColor);color:var(--titleColor);font-weight:600}.btn.btnCancel,.MuiButton-root.btn.btnCancel{-webkit-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);-moz-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);box-shadow:0 .0625rem .125rem #1018280d;border:.0625rem solid var(--borderColor);font-weight:600;color:var(--titleColor)}.btn.btnBack,.MuiButton-root.btn.btnBack{border:.0625rem solid var(--titleColor);border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M19.8594 12.5H5.85938M5.85938 12.5L12.8594 19.5M5.85938 12.5L12.8594 5.5' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-y:center;background-position-x:.625rem;padding-left:2.625rem;color:var(--titleColor);font-weight:500}.btn.iconBtn,.MuiButton-root.btn.iconBtn{-webkit-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);-moz-box-shadow:0 .0625rem .125rem 0 rgba(16,24,40,.0509803922);box-shadow:0 .0625rem .125rem #1018280d;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;border:.0625rem solid var(--borderColor);background-color:var(--white);height:2.5rem;width:2.5rem}.btn.iconBtn img,.MuiButton-root.btn.iconBtn img{margin-right:0}.btn.iconBtn~.iconBtn,.MuiButton-root.btn.iconBtn~.iconBtn{margin-left:.5rem}.btn.iconBtn.Mui-disabled,.MuiButton-root.btn.iconBtn.Mui-disabled{background-color:#0000000f;opacity:.8}.btn.roundedIcon,.MuiButton-root.btn.roundedIcon{width:2rem;height:2rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin:0 auto}.btn.btnText,.MuiButton-root.btn.btnText{color:var(--primary);padding:.25rem .625rem}.btn.btnMd,.MuiButton-root.btn.btnMd{height:2.875rem}.btn.btnSm,.MuiButton-root.btn.btnSm{height:2.5rem}.btn.w-auto,.MuiButton-root.btn.w-auto{width:auto}.btn.f_600,.MuiButton-root.btn.f_600{font-weight:600}.btn.action,.MuiButton-root.btn.action{min-width:7.5rem;padding-left:.9375rem;padding-right:.9375rem}.btn.selected,.MuiButton-root.btn.selected{overflow:visible}.btn.selected:before,.MuiButton-root.btn.selected:before{content:"";display:block;width:.75rem;height:.75rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;position:absolute;top:-.5rem;right:-.5rem;background-color:var(--error)}.btn.Mui-disabled,.btn:disabled,.btn.disabled,.MuiButton-root.btn.Mui-disabled,.MuiButton-root.btn:disabled,.MuiButton-root.btn.disabled{background:var(--disabledBg);color:var(--disabledText);border-color:var(--disabledBg);pointer-events:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;text-decoration:none}.MuiButton-root.link{font-weight:700;color:var(--primary);text-transform:capitalize;text-decoration:underline}.MuiButton-root.link:hover{text-decoration:underline}.MuiButton-root.link.Mui-disabled{cursor:not-allowed;color:var(--primary);pointer-events:all;opacity:.5;text-decoration:underline;background-color:transparent;border:0}.MuiButton-root.link.p-0{padding:0}.MuiButton-root.link.p-0:hover{background-color:transparent}.smIcon{width:2rem;height:2rem}.smIcon.margin{margin-top:-.125rem}.smIcon.marginB{margin-bottom:-.125rem}.select_btn.MuiButton-root{height:2.5rem;font-weight:500;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;font-size:var(--bodySize);border-color:var(--borderColor30);text-transform:none;color:var(--titleColor);cursor:pointer}.select_btn.MuiButton-root:after{content:"";width:.875rem;height:.875rem;display:block;margin-left:.5rem;background-repeat:no-repeat;background-size:1.25rem;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSelect-icon MuiSelect-iconOutlined css-hfutr2-MuiSvgIcon-root-MuiSelect-icon' focusable='false' aria-hidden='true' viewBox='0 0 24 24'%3E%3Cpath d='M15.88 9.29 12 13.17 8.12 9.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0' fill='%233A4F5F'%3E%3C/path%3E%3C/svg%3E")}.select_btn.MuiButton-root.Mui-expanded:after{transform:rotate(180deg)}.select_btn.MuiButton-root:hover,.select_btn.MuiButton-root.Mui-focused{border-color:var(--borderColor30)}.MuiButtonGroup-root{box-shadow:-size(1) 0 0 0 #1322951a inset;border:.0625rem solid var(--lightColor);padding:.25rem .375rem;gap:.5rem}.bordered{border:.0625rem solid var(--titleColor);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;font-weight:600;padding:0 .5rem;height:1.25rem;line-height:normal;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.bordered .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem}.bordered+.bordered{margin-left:.5rem}.button_cover{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.button_cover .MuiButton-root.btn{height:2.5rem;min-width:6.25rem}.button_cover .MuiButton-root.btn+.btn{margin-left:.5rem}.button_cover.between{justify-content:space-between}.button_cover.end{justify-content:flex-end}.button_cover.center{justify-content:center}.button_cover.lg .MuiButton-root.btn{min-width:7.5rem}.button_cover.lg .MuiButton-root.btn+.btn{margin-left:1rem}.MuiIconButton-root.launch_icon{position:absolute;top:-.625rem;right:-.625rem}.MuiIconButton-root.arrowIcon{padding:0;width:1.5rem;height:1.5rem}.m-0{margin:0!important}.mAuto{margin:0 auto}.mt--4{margin-top:-4px!important}.mb--4{margin-bottom:-4px!important}.ml--4{margin-left:-4px!important}.mr--4{margin-right:-4px!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-2{margin-top:2px!important}.mb-2{margin-bottom:2px!important}.ml-2{margin-left:2px!important}.mr-2{margin-right:2px!important}.mt-3{margin-top:3px!important}.mb-3{margin-bottom:3px!important}.ml-3{margin-left:3px!important}.mr-3{margin-right:3px!important}.mt-4{margin-top:4px!important}.mb-4{margin-bottom:4px!important}.ml-4{margin-left:4px!important}.mr-4{margin-right:4px!important}.mt-5{margin-top:5px!important}.mb-5{margin-bottom:5px!important}.ml-5{margin-left:5px!important}.mr-5{margin-right:5px!important}.mt-6{margin-top:6px!important}.mb-6{margin-bottom:6px!important}.ml-6{margin-left:6px!important}.mr-6{margin-right:6px!important}.mt-8{margin-top:8px!important}.mb-8{margin-bottom:8px!important}.ml-8{margin-left:8px!important}.mr-8{margin-right:8px!important}.mt-10{margin-top:10px!important}.mb-10{margin-bottom:10px!important}.ml-10{margin-left:10px!important}.mr-10{margin-right:10px!important}.mt-12{margin-top:12px!important}.mb-12{margin-bottom:12px!important}.ml-12{margin-left:12px!important}.mr-12{margin-right:12px!important}.mt-15{margin-top:15px!important}.mb-15{margin-bottom:15px!important}.ml-15{margin-left:15px!important}.mr-15{margin-right:15px!important}.mt-16{margin-top:16px!important}.mb-16{margin-bottom:16px!important}.ml-16{margin-left:16px!important}.mr-16{margin-right:16px!important}.mt-18{margin-top:18px!important}.mb-18{margin-bottom:18px!important}.ml-18{margin-left:18px!important}.mr-18{margin-right:18px!important}.mt-20{margin-top:20px!important}.mb-20{margin-bottom:20px!important}.ml-20{margin-left:20px!important}.mr-20{margin-right:20px!important}.mt-24{margin-top:24px!important}.mb-24{margin-bottom:24px!important}.ml-24{margin-left:24px!important}.mr-24{margin-right:24px!important}.mt-25{margin-top:25px!important}.mb-25{margin-bottom:25px!important}.ml-25{margin-left:25px!important}.mr-25{margin-right:25px!important}.mt-28{margin-top:28px!important}.mb-28{margin-bottom:28px!important}.ml-28{margin-left:28px!important}.mr-28{margin-right:28px!important}.mt-30{margin-top:30px!important}.mb-30{margin-bottom:30px!important}.ml-30{margin-left:30px!important}.mr-30{margin-right:30px!important}.mt-32{margin-top:32px!important}.mb-32{margin-bottom:32px!important}.ml-32{margin-left:32px!important}.mr-32{margin-right:32px!important}.mt-36{margin-top:36px!important}.mb-36{margin-bottom:36px!important}.ml-36{margin-left:36px!important}.mr-36{margin-right:36px!important}.mt-40{margin-top:40px!important}.mb-40{margin-bottom:40px!important}.ml-40{margin-left:40px!important}.mr-40{margin-right:40px!important}.mt-44{margin-top:44px!important}.mb-44{margin-bottom:44px!important}.ml-44{margin-left:44px!important}.mr-44{margin-right:44px!important}.mt-48{margin-top:48px!important}.mb-48{margin-bottom:48px!important}.ml-48{margin-left:48px!important}.mr-48{margin-right:48px!important}.mt-50{margin-top:50px!important}.mb-50{margin-bottom:50px!important}.ml-50{margin-left:50px!important}.mr-50{margin-right:50px!important}.mt-60{margin-top:60px!important}.mb-60{margin-bottom:60px!important}.ml-60{margin-left:60px!important}.mr-60{margin-right:60px!important}@media screen and (max-width:1700px){.mt-xl--4{margin-top:-4px!important}.mb-xl--4{margin-bottom:-4px!important}.ml-xl--4{margin-left:-4px!important}.mr-xl--4{margin-right:-4px!important}.mt-xl-0{margin-top:0!important}.mb-xl-0{margin-bottom:0!important}.ml-xl-0{margin-left:0!important}.mr-xl-0{margin-right:0!important}.mt-xl-2{margin-top:2px!important}.mb-xl-2{margin-bottom:2px!important}.ml-xl-2{margin-left:2px!important}.mr-xl-2{margin-right:2px!important}.mt-xl-3{margin-top:3px!important}.mb-xl-3{margin-bottom:3px!important}.ml-xl-3{margin-left:3px!important}.mr-xl-3{margin-right:3px!important}.mt-xl-4{margin-top:4px!important}.mb-xl-4{margin-bottom:4px!important}.ml-xl-4{margin-left:4px!important}.mr-xl-4{margin-right:4px!important}.mt-xl-5{margin-top:5px!important}.mb-xl-5{margin-bottom:5px!important}.ml-xl-5{margin-left:5px!important}.mr-xl-5{margin-right:5px!important}.mt-xl-6{margin-top:6px!important}.mb-xl-6{margin-bottom:6px!important}.ml-xl-6{margin-left:6px!important}.mr-xl-6{margin-right:6px!important}.mt-xl-8{margin-top:8px!important}.mb-xl-8{margin-bottom:8px!important}.ml-xl-8{margin-left:8px!important}.mr-xl-8{margin-right:8px!important}.mt-xl-10{margin-top:10px!important}.mb-xl-10{margin-bottom:10px!important}.ml-xl-10{margin-left:10px!important}.mr-xl-10{margin-right:10px!important}.mt-xl-12{margin-top:12px!important}.mb-xl-12{margin-bottom:12px!important}.ml-xl-12{margin-left:12px!important}.mr-xl-12{margin-right:12px!important}.mt-xl-15{margin-top:15px!important}.mb-xl-15{margin-bottom:15px!important}.ml-xl-15{margin-left:15px!important}.mr-xl-15{margin-right:15px!important}.mt-xl-16{margin-top:16px!important}.mb-xl-16{margin-bottom:16px!important}.ml-xl-16{margin-left:16px!important}.mr-xl-16{margin-right:16px!important}.mt-xl-18{margin-top:18px!important}.mb-xl-18{margin-bottom:18px!important}.ml-xl-18{margin-left:18px!important}.mr-xl-18{margin-right:18px!important}.mt-xl-20{margin-top:20px!important}.mb-xl-20{margin-bottom:20px!important}.ml-xl-20{margin-left:20px!important}.mr-xl-20{margin-right:20px!important}.mt-xl-24{margin-top:24px!important}.mb-xl-24{margin-bottom:24px!important}.ml-xl-24{margin-left:24px!important}.mr-xl-24{margin-right:24px!important}.mt-xl-25{margin-top:25px!important}.mb-xl-25{margin-bottom:25px!important}.ml-xl-25{margin-left:25px!important}.mr-xl-25{margin-right:25px!important}.mt-xl-28{margin-top:28px!important}.mb-xl-28{margin-bottom:28px!important}.ml-xl-28{margin-left:28px!important}.mr-xl-28{margin-right:28px!important}.mt-xl-30{margin-top:30px!important}.mb-xl-30{margin-bottom:30px!important}.ml-xl-30{margin-left:30px!important}.mr-xl-30{margin-right:30px!important}.mt-xl-32{margin-top:32px!important}.mb-xl-32{margin-bottom:32px!important}.ml-xl-32{margin-left:32px!important}.mr-xl-32{margin-right:32px!important}.mt-xl-36{margin-top:36px!important}.mb-xl-36{margin-bottom:36px!important}.ml-xl-36{margin-left:36px!important}.mr-xl-36{margin-right:36px!important}.mt-xl-40{margin-top:40px!important}.mb-xl-40{margin-bottom:40px!important}.ml-xl-40{margin-left:40px!important}.mr-xl-40{margin-right:40px!important}.mt-xl-44{margin-top:44px!important}.mb-xl-44{margin-bottom:44px!important}.ml-xl-44{margin-left:44px!important}.mr-xl-44{margin-right:44px!important}.mt-xl-48{margin-top:48px!important}.mb-xl-48{margin-bottom:48px!important}.ml-xl-48{margin-left:48px!important}.mr-xl-48{margin-right:48px!important}.mt-xl-50{margin-top:50px!important}.mb-xl-50{margin-bottom:50px!important}.ml-xl-50{margin-left:50px!important}.mr-xl-50{margin-right:50px!important}.mt-xl-60{margin-top:60px!important}.mb-xl-60{margin-bottom:60px!important}.ml-xl-60{margin-left:60px!important}.mr-xl-60{margin-right:60px!important}}@media screen and (max-width:1480px){.mt-lg--4{margin-top:-4px!important}.mb-lg--4{margin-bottom:-4px!important}.ml-lg--4{margin-left:-4px!important}.mr-lg--4{margin-right:-4px!important}.mt-lg-0{margin-top:0!important}.mb-lg-0{margin-bottom:0!important}.ml-lg-0{margin-left:0!important}.mr-lg-0{margin-right:0!important}.mt-lg-2{margin-top:2px!important}.mb-lg-2{margin-bottom:2px!important}.ml-lg-2{margin-left:2px!important}.mr-lg-2{margin-right:2px!important}.mt-lg-3{margin-top:3px!important}.mb-lg-3{margin-bottom:3px!important}.ml-lg-3{margin-left:3px!important}.mr-lg-3{margin-right:3px!important}.mt-lg-4{margin-top:4px!important}.mb-lg-4{margin-bottom:4px!important}.ml-lg-4{margin-left:4px!important}.mr-lg-4{margin-right:4px!important}.mt-lg-5{margin-top:5px!important}.mb-lg-5{margin-bottom:5px!important}.ml-lg-5{margin-left:5px!important}.mr-lg-5{margin-right:5px!important}.mt-lg-6{margin-top:6px!important}.mb-lg-6{margin-bottom:6px!important}.ml-lg-6{margin-left:6px!important}.mr-lg-6{margin-right:6px!important}.mt-lg-8{margin-top:8px!important}.mb-lg-8{margin-bottom:8px!important}.ml-lg-8{margin-left:8px!important}.mr-lg-8{margin-right:8px!important}.mt-lg-10{margin-top:10px!important}.mb-lg-10{margin-bottom:10px!important}.ml-lg-10{margin-left:10px!important}.mr-lg-10{margin-right:10px!important}.mt-lg-12{margin-top:12px!important}.mb-lg-12{margin-bottom:12px!important}.ml-lg-12{margin-left:12px!important}.mr-lg-12{margin-right:12px!important}.mt-lg-15{margin-top:15px!important}.mb-lg-15{margin-bottom:15px!important}.ml-lg-15{margin-left:15px!important}.mr-lg-15{margin-right:15px!important}.mt-lg-16{margin-top:16px!important}.mb-lg-16{margin-bottom:16px!important}.ml-lg-16{margin-left:16px!important}.mr-lg-16{margin-right:16px!important}.mt-lg-18{margin-top:18px!important}.mb-lg-18{margin-bottom:18px!important}.ml-lg-18{margin-left:18px!important}.mr-lg-18{margin-right:18px!important}.mt-lg-20{margin-top:20px!important}.mb-lg-20{margin-bottom:20px!important}.ml-lg-20{margin-left:20px!important}.mr-lg-20{margin-right:20px!important}.mt-lg-24{margin-top:24px!important}.mb-lg-24{margin-bottom:24px!important}.ml-lg-24{margin-left:24px!important}.mr-lg-24{margin-right:24px!important}.mt-lg-25{margin-top:25px!important}.mb-lg-25{margin-bottom:25px!important}.ml-lg-25{margin-left:25px!important}.mr-lg-25{margin-right:25px!important}.mt-lg-28{margin-top:28px!important}.mb-lg-28{margin-bottom:28px!important}.ml-lg-28{margin-left:28px!important}.mr-lg-28{margin-right:28px!important}.mt-lg-30{margin-top:30px!important}.mb-lg-30{margin-bottom:30px!important}.ml-lg-30{margin-left:30px!important}.mr-lg-30{margin-right:30px!important}.mt-lg-32{margin-top:32px!important}.mb-lg-32{margin-bottom:32px!important}.ml-lg-32{margin-left:32px!important}.mr-lg-32{margin-right:32px!important}.mt-lg-36{margin-top:36px!important}.mb-lg-36{margin-bottom:36px!important}.ml-lg-36{margin-left:36px!important}.mr-lg-36{margin-right:36px!important}.mt-lg-40{margin-top:40px!important}.mb-lg-40{margin-bottom:40px!important}.ml-lg-40{margin-left:40px!important}.mr-lg-40{margin-right:40px!important}.mt-lg-44{margin-top:44px!important}.mb-lg-44{margin-bottom:44px!important}.ml-lg-44{margin-left:44px!important}.mr-lg-44{margin-right:44px!important}.mt-lg-48{margin-top:48px!important}.mb-lg-48{margin-bottom:48px!important}.ml-lg-48{margin-left:48px!important}.mr-lg-48{margin-right:48px!important}.mt-lg-50{margin-top:50px!important}.mb-lg-50{margin-bottom:50px!important}.ml-lg-50{margin-left:50px!important}.mr-lg-50{margin-right:50px!important}.mt-lg-60{margin-top:60px!important}.mb-lg-60{margin-bottom:60px!important}.ml-lg-60{margin-left:60px!important}.mr-lg-60{margin-right:60px!important}}@media screen and (max-width:992px){.mt-md--4{margin-top:-4px!important}.mb-md--4{margin-bottom:-4px!important}.ml-md--4{margin-left:-4px!important}.mr-md--4{margin-right:-4px!important}.mt-md-0{margin-top:0!important}.mb-md-0{margin-bottom:0!important}.ml-md-0{margin-left:0!important}.mr-md-0{margin-right:0!important}.mt-md-2{margin-top:2px!important}.mb-md-2{margin-bottom:2px!important}.ml-md-2{margin-left:2px!important}.mr-md-2{margin-right:2px!important}.mt-md-3{margin-top:3px!important}.mb-md-3{margin-bottom:3px!important}.ml-md-3{margin-left:3px!important}.mr-md-3{margin-right:3px!important}.mt-md-4{margin-top:4px!important}.mb-md-4{margin-bottom:4px!important}.ml-md-4{margin-left:4px!important}.mr-md-4{margin-right:4px!important}.mt-md-5{margin-top:5px!important}.mb-md-5{margin-bottom:5px!important}.ml-md-5{margin-left:5px!important}.mr-md-5{margin-right:5px!important}.mt-md-6{margin-top:6px!important}.mb-md-6{margin-bottom:6px!important}.ml-md-6{margin-left:6px!important}.mr-md-6{margin-right:6px!important}.mt-md-8{margin-top:8px!important}.mb-md-8{margin-bottom:8px!important}.ml-md-8{margin-left:8px!important}.mr-md-8{margin-right:8px!important}.mt-md-10{margin-top:10px!important}.mb-md-10{margin-bottom:10px!important}.ml-md-10{margin-left:10px!important}.mr-md-10{margin-right:10px!important}.mt-md-12{margin-top:12px!important}.mb-md-12{margin-bottom:12px!important}.ml-md-12{margin-left:12px!important}.mr-md-12{margin-right:12px!important}.mt-md-15{margin-top:15px!important}.mb-md-15{margin-bottom:15px!important}.ml-md-15{margin-left:15px!important}.mr-md-15{margin-right:15px!important}.mt-md-16{margin-top:16px!important}.mb-md-16{margin-bottom:16px!important}.ml-md-16{margin-left:16px!important}.mr-md-16{margin-right:16px!important}.mt-md-18{margin-top:18px!important}.mb-md-18{margin-bottom:18px!important}.ml-md-18{margin-left:18px!important}.mr-md-18{margin-right:18px!important}.mt-md-20{margin-top:20px!important}.mb-md-20{margin-bottom:20px!important}.ml-md-20{margin-left:20px!important}.mr-md-20{margin-right:20px!important}.mt-md-24{margin-top:24px!important}.mb-md-24{margin-bottom:24px!important}.ml-md-24{margin-left:24px!important}.mr-md-24{margin-right:24px!important}.mt-md-25{margin-top:25px!important}.mb-md-25{margin-bottom:25px!important}.ml-md-25{margin-left:25px!important}.mr-md-25{margin-right:25px!important}.mt-md-28{margin-top:28px!important}.mb-md-28{margin-bottom:28px!important}.ml-md-28{margin-left:28px!important}.mr-md-28{margin-right:28px!important}.mt-md-30{margin-top:30px!important}.mb-md-30{margin-bottom:30px!important}.ml-md-30{margin-left:30px!important}.mr-md-30{margin-right:30px!important}.mt-md-32{margin-top:32px!important}.mb-md-32{margin-bottom:32px!important}.ml-md-32{margin-left:32px!important}.mr-md-32{margin-right:32px!important}.mt-md-36{margin-top:36px!important}.mb-md-36{margin-bottom:36px!important}.ml-md-36{margin-left:36px!important}.mr-md-36{margin-right:36px!important}.mt-md-40{margin-top:40px!important}.mb-md-40{margin-bottom:40px!important}.ml-md-40{margin-left:40px!important}.mr-md-40{margin-right:40px!important}.mt-md-44{margin-top:44px!important}.mb-md-44{margin-bottom:44px!important}.ml-md-44{margin-left:44px!important}.mr-md-44{margin-right:44px!important}.mt-md-48{margin-top:48px!important}.mb-md-48{margin-bottom:48px!important}.ml-md-48{margin-left:48px!important}.mr-md-48{margin-right:48px!important}.mt-md-50{margin-top:50px!important}.mb-md-50{margin-bottom:50px!important}.ml-md-50{margin-left:50px!important}.mr-md-50{margin-right:50px!important}.mt-md-60{margin-top:60px!important}.mb-md-60{margin-bottom:60px!important}.ml-md-60{margin-left:60px!important}.mr-md-60{margin-right:60px!important}}@media screen and (max-width:768px){.mt-sm--4{margin-top:-4px!important}.mb-sm--4{margin-bottom:-4px!important}.ml-sm--4{margin-left:-4px!important}.mr-sm--4{margin-right:-4px!important}.mt-sm-0{margin-top:0!important}.mb-sm-0{margin-bottom:0!important}.ml-sm-0{margin-left:0!important}.mr-sm-0{margin-right:0!important}.mt-sm-2{margin-top:2px!important}.mb-sm-2{margin-bottom:2px!important}.ml-sm-2{margin-left:2px!important}.mr-sm-2{margin-right:2px!important}.mt-sm-3{margin-top:3px!important}.mb-sm-3{margin-bottom:3px!important}.ml-sm-3{margin-left:3px!important}.mr-sm-3{margin-right:3px!important}.mt-sm-4{margin-top:4px!important}.mb-sm-4{margin-bottom:4px!important}.ml-sm-4{margin-left:4px!important}.mr-sm-4{margin-right:4px!important}.mt-sm-5{margin-top:5px!important}.mb-sm-5{margin-bottom:5px!important}.ml-sm-5{margin-left:5px!important}.mr-sm-5{margin-right:5px!important}.mt-sm-6{margin-top:6px!important}.mb-sm-6{margin-bottom:6px!important}.ml-sm-6{margin-left:6px!important}.mr-sm-6{margin-right:6px!important}.mt-sm-8{margin-top:8px!important}.mb-sm-8{margin-bottom:8px!important}.ml-sm-8{margin-left:8px!important}.mr-sm-8{margin-right:8px!important}.mt-sm-10{margin-top:10px!important}.mb-sm-10{margin-bottom:10px!important}.ml-sm-10{margin-left:10px!important}.mr-sm-10{margin-right:10px!important}.mt-sm-12{margin-top:12px!important}.mb-sm-12{margin-bottom:12px!important}.ml-sm-12{margin-left:12px!important}.mr-sm-12{margin-right:12px!important}.mt-sm-15{margin-top:15px!important}.mb-sm-15{margin-bottom:15px!important}.ml-sm-15{margin-left:15px!important}.mr-sm-15{margin-right:15px!important}.mt-sm-16{margin-top:16px!important}.mb-sm-16{margin-bottom:16px!important}.ml-sm-16{margin-left:16px!important}.mr-sm-16{margin-right:16px!important}.mt-sm-18{margin-top:18px!important}.mb-sm-18{margin-bottom:18px!important}.ml-sm-18{margin-left:18px!important}.mr-sm-18{margin-right:18px!important}.mt-sm-20{margin-top:20px!important}.mb-sm-20{margin-bottom:20px!important}.ml-sm-20{margin-left:20px!important}.mr-sm-20{margin-right:20px!important}.mt-sm-24{margin-top:24px!important}.mb-sm-24{margin-bottom:24px!important}.ml-sm-24{margin-left:24px!important}.mr-sm-24{margin-right:24px!important}.mt-sm-25{margin-top:25px!important}.mb-sm-25{margin-bottom:25px!important}.ml-sm-25{margin-left:25px!important}.mr-sm-25{margin-right:25px!important}.mt-sm-28{margin-top:28px!important}.mb-sm-28{margin-bottom:28px!important}.ml-sm-28{margin-left:28px!important}.mr-sm-28{margin-right:28px!important}.mt-sm-30{margin-top:30px!important}.mb-sm-30{margin-bottom:30px!important}.ml-sm-30{margin-left:30px!important}.mr-sm-30{margin-right:30px!important}.mt-sm-32{margin-top:32px!important}.mb-sm-32{margin-bottom:32px!important}.ml-sm-32{margin-left:32px!important}.mr-sm-32{margin-right:32px!important}.mt-sm-36{margin-top:36px!important}.mb-sm-36{margin-bottom:36px!important}.ml-sm-36{margin-left:36px!important}.mr-sm-36{margin-right:36px!important}.mt-sm-40{margin-top:40px!important}.mb-sm-40{margin-bottom:40px!important}.ml-sm-40{margin-left:40px!important}.mr-sm-40{margin-right:40px!important}.mt-sm-44{margin-top:44px!important}.mb-sm-44{margin-bottom:44px!important}.ml-sm-44{margin-left:44px!important}.mr-sm-44{margin-right:44px!important}.mt-sm-48{margin-top:48px!important}.mb-sm-48{margin-bottom:48px!important}.ml-sm-48{margin-left:48px!important}.mr-sm-48{margin-right:48px!important}.mt-sm-50{margin-top:50px!important}.mb-sm-50{margin-bottom:50px!important}.ml-sm-50{margin-left:50px!important}.mr-sm-50{margin-right:50px!important}.mt-sm-60{margin-top:60px!important}.mb-sm-60{margin-bottom:60px!important}.ml-sm-60{margin-left:60px!important}.mr-sm-60{margin-right:60px!important}}@media screen and (max-width:576px){.mt-xs--4{margin-top:-4px!important}.mb-xs--4{margin-bottom:-4px!important}.ml-xs--4{margin-left:-4px!important}.mr-xs--4{margin-right:-4px!important}.mt-xs-0{margin-top:0!important}.mb-xs-0{margin-bottom:0!important}.ml-xs-0{margin-left:0!important}.mr-xs-0{margin-right:0!important}.mt-xs-2{margin-top:2px!important}.mb-xs-2{margin-bottom:2px!important}.ml-xs-2{margin-left:2px!important}.mr-xs-2{margin-right:2px!important}.mt-xs-3{margin-top:3px!important}.mb-xs-3{margin-bottom:3px!important}.ml-xs-3{margin-left:3px!important}.mr-xs-3{margin-right:3px!important}.mt-xs-4{margin-top:4px!important}.mb-xs-4{margin-bottom:4px!important}.ml-xs-4{margin-left:4px!important}.mr-xs-4{margin-right:4px!important}.mt-xs-5{margin-top:5px!important}.mb-xs-5{margin-bottom:5px!important}.ml-xs-5{margin-left:5px!important}.mr-xs-5{margin-right:5px!important}.mt-xs-6{margin-top:6px!important}.mb-xs-6{margin-bottom:6px!important}.ml-xs-6{margin-left:6px!important}.mr-xs-6{margin-right:6px!important}.mt-xs-8{margin-top:8px!important}.mb-xs-8{margin-bottom:8px!important}.ml-xs-8{margin-left:8px!important}.mr-xs-8{margin-right:8px!important}.mt-xs-10{margin-top:10px!important}.mb-xs-10{margin-bottom:10px!important}.ml-xs-10{margin-left:10px!important}.mr-xs-10{margin-right:10px!important}.mt-xs-12{margin-top:12px!important}.mb-xs-12{margin-bottom:12px!important}.ml-xs-12{margin-left:12px!important}.mr-xs-12{margin-right:12px!important}.mt-xs-15{margin-top:15px!important}.mb-xs-15{margin-bottom:15px!important}.ml-xs-15{margin-left:15px!important}.mr-xs-15{margin-right:15px!important}.mt-xs-16{margin-top:16px!important}.mb-xs-16{margin-bottom:16px!important}.ml-xs-16{margin-left:16px!important}.mr-xs-16{margin-right:16px!important}.mt-xs-18{margin-top:18px!important}.mb-xs-18{margin-bottom:18px!important}.ml-xs-18{margin-left:18px!important}.mr-xs-18{margin-right:18px!important}.mt-xs-20{margin-top:20px!important}.mb-xs-20{margin-bottom:20px!important}.ml-xs-20{margin-left:20px!important}.mr-xs-20{margin-right:20px!important}.mt-xs-24{margin-top:24px!important}.mb-xs-24{margin-bottom:24px!important}.ml-xs-24{margin-left:24px!important}.mr-xs-24{margin-right:24px!important}.mt-xs-25{margin-top:25px!important}.mb-xs-25{margin-bottom:25px!important}.ml-xs-25{margin-left:25px!important}.mr-xs-25{margin-right:25px!important}.mt-xs-28{margin-top:28px!important}.mb-xs-28{margin-bottom:28px!important}.ml-xs-28{margin-left:28px!important}.mr-xs-28{margin-right:28px!important}.mt-xs-30{margin-top:30px!important}.mb-xs-30{margin-bottom:30px!important}.ml-xs-30{margin-left:30px!important}.mr-xs-30{margin-right:30px!important}.mt-xs-32{margin-top:32px!important}.mb-xs-32{margin-bottom:32px!important}.ml-xs-32{margin-left:32px!important}.mr-xs-32{margin-right:32px!important}.mt-xs-36{margin-top:36px!important}.mb-xs-36{margin-bottom:36px!important}.ml-xs-36{margin-left:36px!important}.mr-xs-36{margin-right:36px!important}.mt-xs-40{margin-top:40px!important}.mb-xs-40{margin-bottom:40px!important}.ml-xs-40{margin-left:40px!important}.mr-xs-40{margin-right:40px!important}.mt-xs-44{margin-top:44px!important}.mb-xs-44{margin-bottom:44px!important}.ml-xs-44{margin-left:44px!important}.mr-xs-44{margin-right:44px!important}.mt-xs-48{margin-top:48px!important}.mb-xs-48{margin-bottom:48px!important}.ml-xs-48{margin-left:48px!important}.mr-xs-48{margin-right:48px!important}.mt-xs-50{margin-top:50px!important}.mb-xs-50{margin-bottom:50px!important}.ml-xs-50{margin-left:50px!important}.mr-xs-50{margin-right:50px!important}.mt-xs-60{margin-top:60px!important}.mb-xs-60{margin-bottom:60px!important}.ml-xs-60{margin-left:60px!important}.mr-xs-60{margin-right:60px!important}}.mx-10{max-width:10px}.mx-18{max-width:18px}.mx-20{max-width:20px}.mx-30{max-width:30px}.mx-40{max-width:40px}.mx-100{max-width:100px}.mx-750{max-width:750px}.mx-800{max-width:800px}.mx-850{max-width:850px}.gap-5{gap:5px}.gap-10{gap:10px}.gap-15{gap:15px}.gap-20{gap:20px}.w-10{width:10px}.w-12{width:12px}.w-15{width:15px}.w-16{width:16px}.w-20{width:20px}.w-25{width:25px}.w-40{width:40px}.w-50{width:50px}.w-60{width:60px}.w-70{width:70px}.w-80{width:80px}.w-90{width:90px}.w-105{width:105px}.w-110{width:110px}.w-120{width:120px}.w-130{width:130px}.w-140{width:140px}.w-150{width:150px}.w-160{width:160px}.w-180{width:180px}.w-200{width:200px}.w-212{width:212px}.w-220{width:220px}.w-250{width:250px}.w-260{width:260px}.w-275{width:275px}.w-300{width:300px}.min-w-10{min-width:10px!important}.min-w-16{min-width:16px!important}.min-w-20{min-width:20px!important}.min-w-30{min-width:30px!important}.min-w-40{min-width:40px!important}.min-w-44{min-width:44px!important}.min-w-50{min-width:50px!important}.min-w-60{min-width:60px!important}.min-w-70{min-width:70px!important}.min-w-80{min-width:80px!important}.min-w-90{min-width:90px!important}.min-w-100{min-width:100px!important}.min-w-110{min-width:110px!important}.min-w-120{min-width:120px!important}.min-w-130{min-width:130px!important}.min-w-135{min-width:135px!important}.min-w-140{min-width:140px!important}.min-w-150{min-width:150px!important}.min-w-160{min-width:160px!important}.min-w-180{min-width:180px!important}.min-w-185{min-width:185px!important}.min-w-200{min-width:200px!important}.min-w-212{min-width:212px!important}.min-w-220{min-width:220px!important}.min-w-250{min-width:250px!important}.min-w-300{min-width:300px!important}.min-h-400{min-height:400px}.min-h-450{min-height:450px}.min-h-500{min-height:500px}.min-h-600{min-height:600px}.card .card_title{margin-bottom:1.25rem;width:100%;justify-content:space-between;min-height:1.5rem}.card .card_title>h2{font-size:var(--bodySize);color:var(--titleColor);font-family:var(--fontInter);font-weight:500;text-transform:capitalize}.card .card_title .smIcon{width:1.5rem;height:1.5rem}.card .stop-efficency{justify-content:flex-start}.card .card_body .row{align-items:center;justify-content:space-between}.card .card_body .row+.row{margin-top:.625rem}.card .card_body .row.sm_row{min-height:unset;margin-top:-.4375rem;color:var(--titleColor);font-weight:500}.card .card_body sup{font-size:1.125rem;top:-.5rem;display:inline-block}.card .card_body .count{font-weight:600;font-size:1.625rem;color:var(--gray20)}@media screen and (max-width:1440px){.card .card_body .count{font-size:1.375rem}}@media screen and (max-width:1280px){.card .card_body .count{font-size:1.25rem}}.card .card_body .count.primary{color:var(--primary)}.card .card_body .inner_txt{font-size:1.25rem;font-weight:500}@media screen and (max-width:1440px){.card .card_body .inner_txt{font-size:1rem}}@media screen and (max-width:1280px){.card .card_body .inner_txt{font-size:.875rem}}.card .card_body .smartstop-date{font-size:1.25rem}@media screen and (max-width:1440px){.card .card_body .smartstop-date{font-size:1rem}}@media screen and (max-width:1280px){.card .card_body .smartstop-date{font-size:.875rem}}*,*:after,*:before{box-sizing:border-box}html{line-height:1.5;-webkit-text-size-adjust:100%;scroll-behavior:smooth;height:auto}body{height:auto;margin:0;padding:0;font-size:var(--bodySize);font-family:var(--font);color:var(--titleColor);font-style:normal;word-break:break-word;-webkit-tap-highlight-color:transparent;overflow-y:auto;-webkit-overflow-scrolling:touch}:root ::-webkit-scrollbar{width:.3125rem;height:.3125rem}:root ::-webkit-scrollbar-track{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;background:var(--track)}:root ::-webkit-scrollbar-thumb{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;background:var(--scroller)}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent;cursor:pointer;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace;font-size:1em}ul,ol,dl{list-style-type:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0}address{font-style:normal}small{font-size:80%}figure{margin:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,select{cursor:pointer;text-transform:none}*:focus,button:focus,a:focus{outline:0}button,[type=button],[type=reset],[type=submit]{-moz-appearance:button;appearance:button;-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}fieldset{margin:0;padding:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-moz-appearance:textfield;appearance:textfield;-webkit-appearance:textfield;outline-offset:-.125rem}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button}details{display:block}summary{display:list-item}template{display:none}[hidden],.d_none{display:none}.fs_30{font-size:1.875rem}.fs_28{font-size:1.75rem}.fs_24{font-size:1.5rem}.fs_18{font-size:1.125rem}.fs_20{font-size:1.25rem}.fs_16{font-size:1rem}.fs_15{font-size:.9375rem}.fs_14{font-size:.875rem}.fs_13{font-size:.8125rem}.fs_12{font-size:.75rem}.fs_11{font-size:.6875rem}.fs_10{font-size:.625rem}.fs_9{font-size:.5625rem}.fs_8{font-size:.5rem}.fs_7{font-size:.4375rem}.fs_6{font-size:.375rem}.f_400{font-weight:400}.f_500{font-weight:500}.f_600{font-weight:600}.f_700{font-weight:700}@media screen and (max-width:1440px){.fs_30{font-size:1.75rem}.fs_20{font-size:1.125rem}.fs_16{font-size:.9375rem}.fs_15{font-size:.875rem}.fs_13{font-size:.75rem}}@media screen and (max-width:1367px){.fs_30{font-size:1.625rem}.fs_24{font-size:1.375rem}.fs_16{font-size:.875rem}.fs_14{font-size:.8125rem}}@media screen and (max-width:1280px){.fs_30{font-size:1.5rem}.fs_24{font-size:1.25rem}.fs_20{font-size:1rem}}@media screen and (max-width:991px){.fs_30{font-size:1.375rem}.fs_24{font-size:1.125rem}}.black{color:var(--black)}.titleColor30{color:var(--titleColor30)}.gray{color:var(--gray20)}.gray30{color:var(--gray30)}.white_30{color:#ffffffb3}.bgPrimary{background-color:var(--primary)}.fontInter{font-family:var(--fontInter)}.placeholder{color:var(--placeholder)}.showing{color:var(--textColor);font-weight:500;font-size:1rem}@media screen and (max-width:1440px){.showing{font-size:.875rem}}.badge{border-radius:.75rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;-o-border-radius:.75rem;padding:.125rem .5rem}.badge.value:before{content:"("}.badge.value:after{content:")"}.badge.success{background-color:var(--successBg)}.badge.error{color:var(--error);background-color:var(--errorBg)}.tooltip_title{font-size:.8125rem;font-family:var(--fontInter);margin-bottom:.5rem;display:inline-block}.table_link{background-color:transparent;border:none;text-decoration:underline;font-size:var(--bodySize);font-weight:500;color:var(--primary);text-underline-offset:.1875rem;font-family:var(--fontInter);white-space:nowrap}.table_link.disabled_link{opacity:.5;pointer-events:none}.table_link.p-0{padding:0}.table_container{border:1px solid var(--borderColor);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;max-height:calc(100vh - 17.5rem);will-change:scroll-position;scroll-behavior:smooth}.table_container.hide_overflow{max-height:unset}.table_container.no_border{border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.table_container.no_border .MuiTableRow-root .MuiTableCell-body{border-color:transparent}.table_container.no_border .MuiTableRow-root.pinned-row .MuiTableCell-body{border-top:.0625rem solid var(--lightColor);background-color:var(--highlight)}.table_container.no_border .MuiTableRow-root.pinned-row .MuiTableCell-body:nth-of-type(1){font-weight:700}.custom_table.table_label{color:var(--titleColor);background-color:var(--lightBg);border-bottom:none}.custom_table .MuiTableCell-root,.custom_table .MuiTableSortLabel-root,.custom_table *{font-family:var(--fontInter)!important}.custom_table .MuiTableCell-root{font-weight:500;padding-left:.5rem;padding-right:.5rem;color:var(--titleColor);border-color:var(--lightColor);font-size:var(--bodySize);word-break:keep-all}.custom_table .MuiTableCell-head{padding:.125rem .5rem;white-space:normal;color:var(--textColor);line-height:1rem;min-width:unset;height:2.5rem}.custom_table .MuiTableCell-head:first-of-type{padding-left:1rem;position:sticky;left:0;z-index:10}.custom_table .MuiTableCell-head:last-of-type{padding-right:1rem}.custom_table .MuiTableCell-head.sort .MuiTableSortLabel-root{flex-direction:row;margin-right:-.375rem}.custom_table .MuiTableCell-head.sort .MuiTableSortLabel-root svg{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0 5.73719H6L3 8.61719L0 5.73719Z' fill='%23858DA4'/%3E%3Cpath d='M6 3.49719L0 3.49719L3 0.617188L6 3.49719Z' fill='%23858DA4'/%3E%3C/svg%3E") no-repeat center;opacity:1;width:.625rem}.custom_table .MuiTableCell-head.sort .MuiTableSortLabel-root svg path{opacity:0}.custom_table .MuiTableCell-head.sort .MuiTableSortLabel-root:hover svg{opacity:1}.custom_table .MuiTableCell-head.sort .MuiTableSortLabel-root.Mui-active,.custom_table .MuiTableCell-head.sort.sorted .MuiTableSortLabel-root{filter:brightness(.2)}.custom_table .MuiTableCell-head.MuiTableCell-alignRight .infowrap{justify-content:flex-end}.custom_table .MuiTableCell-head.MuiTableCell-stickyHeader{transform:translateZ(0);will-change:transform,top;contain:paint}.custom_table .MuiTableCell-head.table_label{color:var(--titleColor);background-color:var(--lightBg);border-bottom:none}.custom_table .infowrap span{margin-right:-.125rem}.custom_table .infowrap button{padding:0;width:1.25rem;height:1.25rem}.custom_table .infowrap button svg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.99992 10.9974V8.33073M7.99992 5.66406H8.00659M14.6666 8.33073C14.6666 12.0126 11.6818 14.9974 7.99992 14.9974C4.31802 14.9974 1.33325 12.0126 1.33325 8.33073C1.33325 4.64883 4.31802 1.66406 7.99992 1.66406C11.6818 1.66406 14.6666 4.64883 14.6666 8.33073Z' stroke='%2385929C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");width:1.25rem;height:1.25rem;color:var(--textColor)}.custom_table .MuiTableCell-body:first-of-type{padding-left:1rem;position:sticky;left:0}.custom_table .MuiTableCell-body:last-of-type{padding-right:1rem}.custom_table .MuiTableCell-body.MuiTableCell-alignRight{white-space:nowrap}.custom_table .MuiTableBody-root .MuiTableRow-root:nth-last-of-type(1) .MuiTableCell-root{border-bottom:0}.custom_table .MuiTableRow-footer .MuiTableCell-root{border:0}.custom_table .top-row{position:sticky;top:2.5rem}.custom_table .top-row .MuiTableRow-root{background-color:var(--lightColor60)}.custom_table .top-row .MuiTableRow-root .MuiTableCell-root{font-weight:500}.custom_table .pinned-row{background-color:var(--highlight)}.custom_table .MuiTableRow-root:nth-of-type(odd) .MuiTableCell-root{background-color:var(--cardBg20)}.custom_table .MuiTableRow-root:nth-of-type(2n) .MuiTableCell-root{background-color:var(--lightColor60)}.custom_table.has_header .MuiTableBody-root .MuiTableRow-root:nth-of-type(1){background-color:var(--highlight);position:sticky;top:2.5rem;z-index:11}.custom_table.has_header .MuiTableBody-root .MuiTableRow-root:nth-of-type(1) .MuiTableCell-root{font-weight:700;background-color:var(--highlight)}.custom_table.has_header.noBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(2n) .MuiTableCell-root{background-color:var(--white)}.custom_table.has_header.noBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(odd) .MuiTableCell-root{background-color:var(--lightColor60)}.custom_table.has_header.noBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(1){background-color:var(--lightColor60);position:static}.custom_table.has_header.noBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(1) .MuiTableCell-root{font-weight:500;background-color:var(--lightColor60)}.custom_table.no_header .MuiTableBody-root .MuiTableRow-root:nth-of-type(1){position:static;background-color:var(--cardBg20)}.custom_table.no_header .MuiTableBody-root .MuiTableRow-root:nth-of-type(1) .MuiTableCell-root{font-weight:500;background-color:var(--cardBg20)}.custom_table.tr_odd .MuiTableBody-root .MuiTableRow-root:nth-of-type(odd) .MuiTableCell-root{background-color:var(--lightColor60)}.custom_table.tr_odd .MuiTableBody-root .MuiTableRow-root:nth-of-type(2n) .MuiTableCell-root{background-color:var(--white)}.custom_table.lengthy .MuiTableCell-root{min-width:9.375rem}.custom_table.lengthy .MuiTableCell-root:nth-last-child(1){position:sticky;right:-.0625rem;box-shadow:inset 5px 0 4px #c0c0c040;text-align:center;z-index:12;min-width:8.375rem;padding-left:1rem}.custom_table.lengthy .MuiTableCell-root:nth-last-child(2){padding-right:1.875rem}.custom_table.lengthy.no_shadow .MuiTableCell-root:nth-last-child(1){box-shadow:none}.custom_table.lengthy.no_shadow_pinned .pinned-row .MuiTableCell-root{box-shadow:none}.custom_table.overflow_table .MuiTableCell-root{z-index:10}.custom_table.overflow_table .MuiTableCell-root:nth-of-type(1){position:sticky;left:-.0625rem;background-color:var(--cardBg20)}.custom_table.overflow_table .MuiTableCell-head:nth-of-type(1){z-index:11;background-color:var(--cardBg20)}.custom_table.overflow_table .pinned-row .MuiTableCell-body{z-index:21}.custom_table.overflow_table .MuiTableBody-root .MuiTableRow-root:nth-of-type(2n) .MuiTableCell-root{background-color:var(--lightColor60)}.custom_table.sm_wide th{white-space:nowrap}.custom_table.sm_wide td{min-width:5.625rem}.custom_table.wide th{white-space:nowrap}.custom_table.wide td{min-width:7.5rem}.custom_table.wide td.gross_quantity{min-width:7.8125rem}.pagination .MuiTablePagination-toolbar{padding:1.25rem 0 0;justify-content:space-between;overflow:hidden}.pagination .MuiTablePagination-toolbar .MuiTablePagination-spacer{display:none}.pagination .MuiTablePagination-toolbar .MuiTablePagination-selectLabel{text-transform:capitalize;order:2;margin-left:.9375rem;background-color:var(--selectBg);border:1px solid var(--selectBorder);border-right:0;border-radius:8px 0 0 8px;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;-ms-border-radius:8px 0 0 8px;-o-border-radius:8px 0 0 8px;padding:.625rem 0 .625rem .9375rem;height:2.5rem;font-size:var(--bodySize);font-weight:500;color:var(--gray30);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.pagination .MuiTablePagination-toolbar .MuiTablePagination-input{order:3;margin:0;background-color:var(--selectBg);border:1px solid var(--selectBorder);border-left:0;border-radius:0 8px 8px 0;-webkit-border-radius:0 8px 8px 0;-moz-border-radius:0 8px 8px 0;-ms-border-radius:0 8px 8px 0;-o-border-radius:0 8px 8px 0;height:2.5rem;width:auto}.pagination .MuiTablePagination-toolbar .MuiTablePagination-input .MuiTablePagination-select{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;min-width:1.875rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cmask id='path-1-inside-1_3836_72230' fill='white'%3E%3Cpath d='M5.05033 9.64307V1.50624C5.05033 1.19941 5.27419 0.950684 5.55033 0.950684C5.82648 0.950684 6.05033 1.19941 6.05033 1.50624V9.64307L10.1465 5.54688C10.3418 5.35162 10.6584 5.35162 10.8536 5.54688C11.0489 5.74214 11.0489 6.05872 10.8536 6.25398L6.61099 10.4966C6.3528 10.7548 6.02389 10.8992 5.6866 10.9298C5.64328 10.9434 5.59757 10.9507 5.55033 10.9507C5.50309 10.9507 5.45738 10.9434 5.41406 10.9298C5.07678 10.8992 4.74787 10.7548 4.48967 10.4966L0.247033 6.25398C0.0517704 6.05872 0.0517704 5.74214 0.247033 5.54688C0.442295 5.35162 0.758877 5.35162 0.954139 5.54688L5.05033 9.64307Z'/%3E%3C/mask%3E%3Cpath d='M5.05033 9.64307V1.50624C5.05033 1.19941 5.27419 0.950684 5.55033 0.950684C5.82648 0.950684 6.05033 1.19941 6.05033 1.50624V9.64307L10.1465 5.54688C10.3418 5.35162 10.6584 5.35162 10.8536 5.54688C11.0489 5.74214 11.0489 6.05872 10.8536 6.25398L6.61099 10.4966C6.3528 10.7548 6.02389 10.8992 5.6866 10.9298C5.64328 10.9434 5.59757 10.9507 5.55033 10.9507C5.50309 10.9507 5.45738 10.9434 5.41406 10.9298C5.07678 10.8992 4.74787 10.7548 4.48967 10.4966L0.247033 6.25398C0.0517704 6.05872 0.0517704 5.74214 0.247033 5.54688C0.442295 5.35162 0.758877 5.35162 0.954139 5.54688L5.05033 9.64307Z' fill='%23343741'/%3E%3Cpath d='M5.05033 9.64307L4.34323 10.3502L6.05033 12.0573V9.64307H5.05033ZM6.05033 9.64307H5.05033V12.0573L6.75744 10.3502L6.05033 9.64307ZM10.1465 5.54688L9.43942 4.83977L10.1465 5.54688ZM10.8536 5.54688L10.1465 6.25398V6.25398L10.8536 5.54688ZM10.8536 6.25398L10.1465 5.54688V5.54688L10.8536 6.25398ZM5.6866 10.9298L5.59629 9.93389L5.4894 9.94358L5.387 9.97574L5.6866 10.9298ZM5.41406 10.9298L5.71367 9.97574L5.61127 9.94358L5.50437 9.93389L5.41406 10.9298ZM4.48967 10.4966L5.19678 9.78952H5.19678L4.48967 10.4966ZM0.247033 6.25398L-0.460074 6.96109L0.247033 6.25398ZM0.247033 5.54688L0.954139 6.25398H0.954139L0.247033 5.54688ZM0.954139 5.54688L0.247033 6.25398H0.247033L0.954139 5.54688ZM6.05033 9.64307V1.50624H4.05033V9.64307H6.05033ZM6.05033 1.50624C6.05033 1.59603 6.0174 1.69645 5.94007 1.78237C5.86122 1.86998 5.72475 1.95068 5.55033 1.95068V-0.0493164C4.62541 -0.0493164 4.05033 0.748842 4.05033 1.50624H6.05033ZM5.55033 1.95068C5.37591 1.95068 5.23944 1.86998 5.16059 1.78237C5.08326 1.69645 5.05033 1.59603 5.05033 1.50624H7.05033C7.05033 0.748842 6.47526 -0.0493164 5.55033 -0.0493164V1.95068ZM5.05033 1.50624V9.64307H7.05033V1.50624H5.05033ZM6.75744 10.3502L10.8536 6.25398L9.43942 4.83977L5.34323 8.93597L6.75744 10.3502ZM10.8536 6.25398C10.6584 6.44925 10.3418 6.44925 10.1465 6.25398L11.5607 4.83977C10.975 4.25398 10.0252 4.25398 9.43942 4.83977L10.8536 6.25398ZM10.1465 6.25398C9.95127 6.05872 9.95127 5.74214 10.1465 5.54688L11.5607 6.96109C12.1465 6.3753 12.1465 5.42556 11.5607 4.83977L10.1465 6.25398ZM10.1465 5.54688L5.90389 9.78952L7.3181 11.2037L11.5607 6.96109L10.1465 5.54688ZM5.90389 9.78952C5.81721 9.87619 5.70919 9.92365 5.59629 9.93389L5.77692 11.9257C6.33859 11.8748 6.88838 11.6335 7.3181 11.2037L5.90389 9.78952ZM5.387 9.97574C5.43882 9.95946 5.49407 9.95068 5.55033 9.95068V11.9507C5.70107 11.9507 5.84774 11.9273 5.98621 11.8839L5.387 9.97574ZM5.55033 9.95068C5.60659 9.95068 5.66184 9.95946 5.71367 9.97574L5.11445 11.8839C5.25292 11.9273 5.39959 11.9507 5.55033 11.9507V9.95068ZM5.50437 9.93389C5.39148 9.92365 5.28345 9.87619 5.19678 9.78952L3.78257 11.2037C4.21229 11.6335 4.76207 11.8748 5.32375 11.9257L5.50437 9.93389ZM5.19678 9.78952L0.954139 5.54688L-0.460074 6.96109L3.78257 11.2037L5.19678 9.78952ZM0.954139 5.54688C1.1494 5.74214 1.1494 6.05872 0.954139 6.25398L-0.460074 4.83977C-1.04586 5.42556 -1.04586 6.3753 -0.460074 6.96109L0.954139 5.54688ZM0.954139 6.25398C0.758877 6.44925 0.442295 6.44925 0.247033 6.25398L1.66125 4.83977C1.07546 4.25398 0.125712 4.25398 -0.460074 4.83977L0.954139 6.25398ZM0.247033 6.25398L4.34323 10.3502L5.75744 8.93596L1.66125 4.83977L0.247033 6.25398Z' fill='%233A4F5F' mask='url(%23path-1-inside-1_3836_72230)'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-y:.4375rem;background-size:.75rem;background-position-x:calc(100% - .625rem);margin-top:.1875rem;font-weight:500;color:var(--titleColor)}.pagination .MuiTablePagination-toolbar .MuiTablePagination-input svg{display:none}.pagination .MuiTablePagination-toolbar .MuiTablePagination-input.Mui-focused .MuiSelect-select{background-color:transparent}.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows{text-align:right;flex:1;order:1}@media screen and (max-width:1024px){.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows{opacity:0}}.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root{width:auto;order:0;gap:.5rem}.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiButton-root{background-color:var(--selectBg);border:1px solid var(--selectBorder);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;text-transform:none;color:var(--titleColor);font-weight:500;padding:.875rem;height:2.5rem;letter-spacing:normal;white-space:nowrap;background-repeat:no-repeat;background-position-y:center}@media screen and (max-width:820px){.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiButton-root{font-size:0;padding:0;min-width:2rem;height:2rem;background-size:1.125rem}}.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiButton-root:hover{background-color:var(--cardBg)}.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiButton-root:first-of-type{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M15.8334 10.6673H4.16675M4.16675 10.6673L10.0001 16.5007M4.16675 10.6673L10.0001 4.83398' stroke='%234B5879' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");padding-left:2.5rem;background-position-x:.75rem}@media screen and (max-width:820px){.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiButton-root:first-of-type{padding-left:0;background-position-x:center}}.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiButton-root:last-of-type{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M4.16675 10.6673H15.8334M15.8334 10.6673L10.0001 4.83398M15.8334 10.6673L10.0001 16.5007' stroke='%234B5879' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");padding-right:2.5rem;background-position-x:calc(100% - .75rem)}@media screen and (max-width:820px){.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiButton-root:last-of-type{background-position-x:center;padding-right:0}}.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiButton-root.Mui-disabled{opacity:.5;border-color:var(--gray50)}.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiBox-root{min-width:2.5rem;height:2.5rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background-color:var(--lightBg30);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;font-weight:500;color:var(--gray40);margin:0;padding:0 .5rem;white-space:nowrap}@media screen and (max-width:820px){.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiBox-root{min-width:2rem;height:2rem}}.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiBox-root.active{color:var(--titleColor);background-color:var(--track)}.total .MuiTableCell-head{white-space:nowrap}.total .MuiTableCell-head:nth-of-type(1){min-width:21.875rem;width:21.875rem}.total .MuiTableCell-head:nth-of-type(2){width:10rem;min-width:10rem}.total .MuiTableCell-head:nth-of-type(3){width:6.25rem;min-width:6.25rem}.total .MuiTableCell-head:nth-of-type(4){width:8.75rem;min-width:8.75rem}.total .MuiTableCell-head:nth-of-type(5){width:6.25rem;min-width:6.25rem}.total .MuiTableCell-head:nth-of-type(6){width:8.75rem;min-width:8.75rem}.total .MuiTableCell-head:nth-of-type(7){width:10rem;min-width:10rem}.total .MuiTableCell-head:nth-of-type(8){width:8.75rem;min-width:8.75rem}.total .MuiTableCell-head:nth-of-type(9){width:10.625rem;min-width:10.625rem}.total .MuiTableCell-head:nth-of-type(10){width:10.625rem;min-width:10.625rem}.total .MuiTableCell-head:nth-of-type(11){width:8.75rem;min-width:8.75rem}.total .MuiTableCell-head:nth-of-type(12){width:6.25rem;min-width:6.25rem}.total .MuiTableCell-head:nth-of-type(13){width:8.75rem;min-width:8.75rem}.single .MuiTableCell-head{white-space:nowrap}.single .MuiTableCell-head:nth-of-type(1){min-width:11.875rem;width:11.875rem}.single .MuiTableCell-head:nth-of-type(2){width:10rem;min-width:10rem}.single .MuiTableCell-head:nth-of-type(3){width:10rem;min-width:10rem}.single .MuiTableCell-head:nth-of-type(4){width:6.25rem;min-width:6.25rem}.single .MuiTableCell-head:nth-of-type(5){width:8.75rem;min-width:8.75rem}.single .MuiTableCell-head:nth-of-type(6){width:6.25rem;min-width:6.25rem}.single .MuiTableCell-head:nth-of-type(7){width:8.75rem;min-width:8.75rem}.single .MuiTableCell-head:nth-of-type(8){width:12.25rem;min-width:12.25rem}.single .MuiTableCell-head:nth-of-type(9){width:8.75rem;min-width:8.75rem}.single .MuiTableCell-head:nth-of-type(10){width:10.625rem;min-width:10.625rem}.single .MuiTableCell-head:nth-of-type(11){width:10.625rem;min-width:10.625rem}.single .MuiTableCell-head:nth-of-type(12){width:8.75rem;min-width:8.75rem}.single .MuiTableCell-head:nth-of-type(13){width:6.25rem;min-width:6.25rem}.single .MuiTableCell-head:nth-of-type(14){width:8.75rem;min-width:8.75rem}.promotion_total .MuiTableCell-head:nth-of-type(1){min-width:18.75rem;width:18.75rem}.promotion_total .MuiTableCell-head:nth-of-type(2){min-width:9.375rem;width:9.375rem}.promotion_total .MuiTableCell-head:nth-of-type(3){min-width:10rem;width:10rem}.promotion_total .MuiTableCell-head:nth-of-type(4){min-width:10rem;width:10rem}.promotion_single .MuiTableCell-head:nth-of-type(1){min-width:12.5rem;width:12.5rem}.promotion_single .MuiTableCell-head:nth-of-type(2){min-width:6.25rem;width:6.25rem}.promotion_single .MuiTableCell-head:nth-of-type(3){min-width:9.375rem;width:9.375rem}.promotion_single .MuiTableCell-head:nth-of-type(4){min-width:10rem;width:10rem}.promotion_single .MuiTableCell-head:nth-of-type(5){min-width:10rem;width:10rem}.multisite_table.table1 .MuiTableCell-head:nth-of-type(1){min-width:18.75rem;width:18.75rem}.multisite_table.table1 .MuiTableCell-head:nth-of-type(2){min-width:11.25rem;width:11.25rem}.multisite_table.table1 .MuiTableCell-head:nth-of-type(3){min-width:11.25rem;width:11.25rem}.multisite_table.table1 .MuiTableCell-head:nth-of-type(4){min-width:12.5rem;width:12.5rem}.multisite_table.table1 .MuiTableCell-head:nth-of-type(5){min-width:11.25rem;width:11.25rem}.multisite_table.table1 .MuiTableCell-head:nth-of-type(6){min-width:11.25rem;width:11.25rem}.multisite_table.table1 .MuiTableCell-head:nth-of-type(7){min-width:11.25rem;width:11.25rem}.multisite_table.table2 .MuiTableCell-head:nth-of-type(1){min-width:18.75rem;width:18.75rem}.multisite_table.table2 .MuiTableCell-head:not(:nth-of-type(1)){padding-left:20px;min-width:11.25rem}.recurring_pending_model_table .MuiTableCell-head:nth-of-type(1),.recurring_pending_model_table .MuiTableCell-body:nth-of-type(1){min-width:8.125rem;width:8.125rem;text-align:left}.recurring_pending_model_table .MuiTableCell-head:nth-of-type(2),.recurring_pending_model_table .MuiTableCell-body:nth-of-type(2){min-width:8.125rem;width:8.125rem;text-align:center}.recurring_pending_model_table .MuiTableCell-head:nth-of-type(3),.recurring_pending_model_table .MuiTableCell-body:nth-of-type(3){min-width:9.375rem;width:9.375rem;text-align:center}.recurring_pending_model_table .MuiTableCell-head:nth-of-type(4),.recurring_pending_model_table .MuiTableCell-body:nth-of-type(4){min-width:9.375rem;width:9.375rem;text-align:right}.recurring_pending_model_table .MuiTableCell-head:nth-of-type(5),.recurring_pending_model_table .MuiTableCell-body:nth-of-type(5){min-width:9.375rem;width:9.375rem;text-align:left}.recurring_pending_model_table .MuiTableCell-head:nth-of-type(6),.recurring_pending_model_table .MuiTableCell-body:nth-of-type(6){min-width:7.5rem;width:7.5rem;text-align:center}.recurring_pending_model_table .MuiTableCell-head:nth-of-type(7),.recurring_pending_model_table .MuiTableCell-body:nth-of-type(7){min-width:9.375rem;width:9.375rem;text-align:left}.recurring_pending_model_table .MuiTableCell-head:nth-of-type(8),.recurring_pending_model_table .MuiTableCell-body:nth-of-type(8){min-width:7.5rem;width:7.5rem;text-align:right}.recurring_pending_model_table .MuiTableCell-head:nth-of-type(9),.recurring_pending_model_table .MuiTableCell-body:nth-of-type(9){min-width:9.375rem;width:9.375rem;text-align:left}.special_transaction_table .MuiTableCell-head,.special_transaction_table .MuiTableCell-body{text-align:left}.special_transaction_table .MuiTableCell-head:nth-of-type(2),.special_transaction_table .MuiTableCell-body:nth-of-type(2){padding-right:1.25rem}.special_transaction_table .MuiTableCell-head:nth-of-type(2),.special_transaction_table .MuiTableCell-head:nth-of-type(4),.special_transaction_table .MuiTableCell-head:nth-of-type(7),.special_transaction_table .MuiTableCell-head:nth-of-type(8),.special_transaction_table .MuiTableCell-body:nth-of-type(2),.special_transaction_table .MuiTableCell-body:nth-of-type(4),.special_transaction_table .MuiTableCell-body:nth-of-type(7),.special_transaction_table .MuiTableCell-body:nth-of-type(8){text-align:right}.special_transaction_table.yearly .MuiTableCell-head:nth-of-type(4),.special_transaction_table.yearly .MuiTableCell-body:nth-of-type(4){text-align:left}.special_transaction_table.yearly .MuiTableCell-head:nth-of-type(5),.special_transaction_table.yearly .MuiTableCell-body:nth-of-type(5){white-space:normal}.inventory_table .MuiTableCell-head:nth-of-type(2),.inventory_table .MuiTableCell-body:nth-of-type(2){text-align:left}.incomplete_transaction_table .MuiTableCell-head:nth-of-type(1),.incomplete_transaction_table .MuiTableCell-head:nth-of-type(2),.incomplete_transaction_table .MuiTableCell-head:nth-of-type(3),.incomplete_transaction_table .MuiTableCell-head:nth-of-type(4),.incomplete_transaction_table .MuiTableCell-head:nth-of-type(6),.incomplete_transaction_table .MuiTableCell-head:nth-of-type(7),.incomplete_transaction_table .MuiTableCell-body:nth-of-type(1),.incomplete_transaction_table .MuiTableCell-body:nth-of-type(2),.incomplete_transaction_table .MuiTableCell-body:nth-of-type(3),.incomplete_transaction_table .MuiTableCell-body:nth-of-type(4),.incomplete_transaction_table .MuiTableCell-body:nth-of-type(6),.incomplete_transaction_table .MuiTableCell-body:nth-of-type(7){text-align:left}.line_item_table .MuiTableCell-head:nth-of-type(2),.line_item_table .MuiTableCell-head:nth-of-type(3),.line_item_table .MuiTableCell-head:nth-of-type(4),.line_item_table .MuiTableCell-head:nth-of-type(6),.line_item_table .MuiTableCell-head:nth-of-type(7),.line_item_table .MuiTableCell-head:nth-of-type(8),.line_item_table .MuiTableCell-head:nth-of-type(9),.line_item_table .MuiTableCell-body:nth-of-type(2),.line_item_table .MuiTableCell-body:nth-of-type(3),.line_item_table .MuiTableCell-body:nth-of-type(4),.line_item_table .MuiTableCell-body:nth-of-type(6),.line_item_table .MuiTableCell-body:nth-of-type(7),.line_item_table .MuiTableCell-body:nth-of-type(8),.line_item_table .MuiTableCell-body:nth-of-type(9){text-align:left}.washbook_audit_table .MuiTableCell-head:nth-of-type(2),.washbook_audit_table .MuiTableCell-head:nth-of-type(6),.washbook_audit_table .MuiTableCell-head:nth-of-type(7),.washbook_audit_table .MuiTableCell-head:nth-of-type(8),.washbook_audit_table .MuiTableCell-head:nth-of-type(9),.washbook_audit_table .MuiTableCell-body:nth-of-type(2),.washbook_audit_table .MuiTableCell-body:nth-of-type(6),.washbook_audit_table .MuiTableCell-body:nth-of-type(7),.washbook_audit_table .MuiTableCell-body:nth-of-type(8),.washbook_audit_table .MuiTableCell-body:nth-of-type(9){text-align:left}.washbook_audit_table .MuiTableCell-head:nth-of-type(4),.washbook_audit_table .MuiTableCell-body:nth-of-type(4){white-space:nowrap}.loyalty_table .MuiTableCell-head:nth-of-type(4),.loyalty_table .MuiTableCell-body:nth-of-type(4){white-space:normal;min-width:15rem;overflow-wrap:anywhere}.loyalty_table .MuiTableCell-head:nth-of-type(11),.loyalty_table .MuiTableCell-body:nth-of-type(11){white-space:normal;min-width:20rem;overflow-wrap:anywhere}.loyalty_table .MuiTableCell-head:nth-of-type(3),.loyalty_table .MuiTableCell-head:nth-of-type(4),.loyalty_table .MuiTableCell-head:nth-of-type(8),.loyalty_table .MuiTableCell-head:nth-of-type(9),.loyalty_table .MuiTableCell-head:nth-of-type(10),.loyalty_table .MuiTableCell-head:nth-of-type(11),.loyalty_table .MuiTableCell-head:nth-of-type(12),.loyalty_table .MuiTableCell-body:nth-of-type(3),.loyalty_table .MuiTableCell-body:nth-of-type(4),.loyalty_table .MuiTableCell-body:nth-of-type(8),.loyalty_table .MuiTableCell-body:nth-of-type(9),.loyalty_table .MuiTableCell-body:nth-of-type(10),.loyalty_table .MuiTableCell-body:nth-of-type(11),.loyalty_table .MuiTableCell-body:nth-of-type(12){text-align:left}.recurring_pending_table .MuiTableCell-head:nth-of-type(2),.recurring_pending_table .MuiTableCell-body:nth-of-type(2){text-align:center}.recurring_billing_redemption_overview_plan_table .MuiTableCell-head,.recurring_billing_redemption_overview_plan_table .MuiTableCell-body{text-align:right}.recurring_billing_redemption_overview_plan_table .MuiTableCell-head:nth-of-type(1),.recurring_billing_redemption_overview_plan_table .MuiTableCell-body:nth-of-type(1){text-align:left}.recurring_billing_redemption_overview_plan_table .MuiTableCell-head:nth-of-type(4),.recurring_billing_redemption_overview_plan_table .MuiTableCell-body:nth-of-type(4){text-align:center}.overview_plan_modal_table .MuiTableCell-head,.overview_plan_modal_table .MuiTableCell-body{text-align:right}.overview_plan_modal_table .MuiTableCell-head:nth-of-type(1),.overview_plan_modal_table .MuiTableCell-head:nth-of-type(2),.overview_plan_modal_table .MuiTableCell-body:nth-of-type(1),.overview_plan_modal_table .MuiTableCell-body:nth-of-type(2){text-align:left}.overview_plan_modal_table .MuiTableCell-head:nth-of-type(1).MuiTableCell-alignRight .infowrap,.overview_plan_modal_table .MuiTableCell-head:nth-of-type(2).MuiTableCell-alignRight .infowrap,.overview_plan_modal_table .MuiTableCell-body:nth-of-type(1).MuiTableCell-alignRight .infowrap,.overview_plan_modal_table .MuiTableCell-body:nth-of-type(2).MuiTableCell-alignRight .infowrap{justify-content:flex-start}.washbook_audit .MuiTableCell-head,.washbook_audit .MuiTableCell-body{text-align:right}.washbook_audit .MuiTableCell-head:nth-of-type(1),.washbook_audit .MuiTableCell-head:nth-of-type(6),.washbook_audit .MuiTableCell-head:nth-of-type(7),.washbook_audit .MuiTableCell-head:nth-of-type(8),.washbook_audit .MuiTableCell-head:nth-of-type(9),.washbook_audit .MuiTableCell-body:nth-of-type(1),.washbook_audit .MuiTableCell-body:nth-of-type(6),.washbook_audit .MuiTableCell-body:nth-of-type(7),.washbook_audit .MuiTableCell-body:nth-of-type(8),.washbook_audit .MuiTableCell-body:nth-of-type(9){text-align:left}.washbook_audit .MuiTableCell-head:nth-of-type(6),.washbook_audit .MuiTableCell-body:nth-of-type(6){padding-left:1.25rem}.wash_book_pending_modal .MuiTableCell-head,.wash_book_pending_modal .MuiTableCell-body{text-align:left}.wash_book_pending_modal .MuiTableCell-head:nth-of-type(4),.wash_book_pending_modal .MuiTableCell-body:nth-of-type(4){text-align:right}.wash_book_pending_modal .MuiTableCell-head:nth-of-type(7),.wash_book_pending_modal .MuiTableCell-body:nth-of-type(7){text-align:right}.sales_overview_table .MuiTableBody-root .MuiTableRow-root:nth-of-type(2) .MuiTableCell-root,.sales_overview_table .MuiTableBody-root .MuiTableRow-root:nth-of-type(3) .MuiTableCell-root,.sales_overview_table .MuiTableBody-root .MuiTableRow-root:nth-of-type(16) .MuiTableCell-root{background-color:var(--highlight);font-weight:700}.deposits_refunds_table .MuiTableBody-root .MuiTableRow-root:nth-of-type(2) .MuiTableCell-root,.deposits_refunds_table .MuiTableBody-root .MuiTableRow-root:nth-of-type(16) .MuiTableCell-root{background-color:var(--highlight);font-weight:700}.recurring_cancel_table .MuiTableCell-head:nth-of-type(3),.recurring_cancel_table .MuiTableCell-body:nth-of-type(3){text-align:center}.recurring_profitability .MuiTableCell-head:nth-of-type(5),.recurring_profitability .MuiTableCell-body:nth-of-type(5){text-align:left;padding-left:1.25rem}.recurring_purchases .MuiTableCell-head{white-space:nowrap}.recurring_purchases .MuiTableCell-head,.recurring_purchases .MuiTableCell-body{text-align:left}.recurring_purchases .MuiTableCell-body:nth-of-type(5){white-space:normal;min-width:11.25rem;overflow-wrap:anywhere}.washbook_stats_table .MuiTableCell-head:nth-of-type(2),.washbook_stats_table .MuiTableCell-head:nth-of-type(3),.washbook_stats_table .MuiTableCell-head:nth-of-type(4),.washbook_stats_table .MuiTableCell-head:nth-of-type(6),.washbook_stats_table .MuiTableCell-head:nth-of-type(7),.washbook_stats_table .MuiTableCell-body:nth-of-type(2),.washbook_stats_table .MuiTableCell-body:nth-of-type(3),.washbook_stats_table .MuiTableCell-body:nth-of-type(4),.washbook_stats_table .MuiTableCell-body:nth-of-type(6),.washbook_stats_table .MuiTableCell-body:nth-of-type(7){text-align:right}.washbook_stats_table .MuiTableCell-head:nth-of-type(6),.washbook_stats_table .MuiTableCell-body:nth-of-type(6){width:6.25rem}.all_left_table .MuiTableCell-head,.all_left_table .MuiTableCell-body{text-align:left}.sales_overview_v2table .MuiTableBody-root .MuiTableRow-root:nth-of-type(2) .MuiTableCell-root,.sales_overview_v2table .MuiTableBody-root .MuiTableRow-root:nth-of-type(3) .MuiTableCell-root,.sales_overview_v2table .MuiTableBody-root .MuiTableRow-root:nth-of-type(10) .MuiTableCell-root{background-color:var(--highlight);font-weight:700}.general_ledger_table .MuiTableCell-head:nth-of-type(2),.general_ledger_table .MuiTableCell-body:nth-of-type(2){text-align:left}.recurring_table .MuiTableCell-head:nth-of-type(3),.recurring_table .MuiTableCell-body:nth-of-type(3){text-align:left}.recurring_table .MuiTableCell-head:nth-of-type(3).MuiTableCell-alignRight .infowrap,.recurring_table .MuiTableCell-body:nth-of-type(3).MuiTableCell-alignRight .infowrap{justify-content:flex-start}.recurring_table .MuiTableCell-head:last-of-type,.recurring_table .MuiTableCell-body:last-of-type{text-align:center}.recurring_tracking_m_table .MuiTableCell-head:nth-of-type(4){width:200px!important}.recurring_tracking_m_table .MuiTableCell-head,.recurring_tracking_m_table .MuiTableCell-body{text-align:left}.recurring_tracking_m_table .MuiTableCell-head.MuiTableCell-alignRight .infowrap,.recurring_tracking_m_table .MuiTableCell-body.MuiTableCell-alignRight .infowrap{justify-content:flex-start}.recurring_tracking_m_table .MuiTableCell-head:nth-of-type(4),.recurring_tracking_m_table .MuiTableCell-body:nth-of-type(4){text-align:right}.recurring_tracking_m_table .MuiTableCell-head:nth-of-type(4).MuiTableCell-alignRight,.recurring_tracking_m_table .MuiTableCell-body:nth-of-type(4).MuiTableCell-alignRight{min-width:12.5rem;white-space:normal}.recurring_tracking_m_table .MuiTableCell-head:nth-of-type(4).MuiTableCell-alignRight span,.recurring_tracking_m_table .MuiTableCell-body:nth-of-type(4).MuiTableCell-alignRight span{word-break:break-word}.recurring_tracking_m_table .MuiTableCell-head:nth-of-type(4).MuiTableCell-alignRight .infowrap,.recurring_tracking_m_table .MuiTableCell-body:nth-of-type(4).MuiTableCell-alignRight .infowrap{justify-content:flex-end}.recurring_tracking_m_table .MuiTableCell-head:nth-of-type(5).MuiTableCell-alignRight,.recurring_tracking_m_table .MuiTableCell-body:nth-of-type(5).MuiTableCell-alignRight{min-width:13.125rem;white-space:normal}.recurring_tracking_m_table .MuiTableCell-head:nth-of-type(5).MuiTableCell-alignRight span,.recurring_tracking_m_table .MuiTableCell-body:nth-of-type(5).MuiTableCell-alignRight span{word-break:break-word}.recurring_tracking_m_table .MuiTableCell-head:nth-of-type(7).MuiTableCell-alignRight,.recurring_tracking_m_table .MuiTableCell-body:nth-of-type(7).MuiTableCell-alignRight{white-space:normal}.otu_redeemed_table .MuiTableCell-head:nth-of-type(3),.otu_redeemed_table .MuiTableCell-head:nth-of-type(4),.otu_redeemed_table .MuiTableCell-head:nth-of-type(5),.otu_redeemed_table .MuiTableCell-head:nth-of-type(7),.otu_redeemed_table .MuiTableCell-head:nth-of-type(8),.otu_redeemed_table .MuiTableCell-body:nth-of-type(3),.otu_redeemed_table .MuiTableCell-body:nth-of-type(4),.otu_redeemed_table .MuiTableCell-body:nth-of-type(5),.otu_redeemed_table .MuiTableCell-body:nth-of-type(7),.otu_redeemed_table .MuiTableCell-body:nth-of-type(8){text-align:left}.otu_redeemed_table .MuiTableCell-head:nth-of-type(3),.otu_redeemed_table .MuiTableCell-head:nth-of-type(4),.otu_redeemed_table .MuiTableCell-body:nth-of-type(3),.otu_redeemed_table .MuiTableCell-body:nth-of-type(4){padding-left:1.25rem;padding-right:1.25rem;min-width:12.5rem}.otu_redeemed_table .MuiTableCell-head:nth-of-type(3).MuiTableCell-alignRight,.otu_redeemed_table .MuiTableCell-head:nth-of-type(4).MuiTableCell-alignRight,.otu_redeemed_table .MuiTableCell-body:nth-of-type(3).MuiTableCell-alignRight,.otu_redeemed_table .MuiTableCell-body:nth-of-type(4).MuiTableCell-alignRight{white-space:normal}.otu_redeemed_table .MuiTableCell-head:nth-of-type(6),.otu_redeemed_table .MuiTableCell-body:nth-of-type(6){min-width:7.5rem}.otu_redeemed_table .MuiTableCell-head:nth-of-type(7),.otu_redeemed_table .MuiTableCell-body:nth-of-type(7){padding-left:1.875rem;padding-right:1.875rem}.otu_redeemed_table .MuiTableCell-head:nth-last-of-type(1),.otu_redeemed_table .MuiTableCell-body:nth-last-of-type(1){white-space:nowrap;padding-left:1.25rem;padding-right:1.25rem}.recurring_cc_exp_table .MuiTableCell-head,.recurring_cc_exp_table .MuiTableCell-body{text-align:left}.recurring_cc_exp_table .MuiTableCell-head:last-of-type,.recurring_cc_exp_table .MuiTableCell-body:last-of-type{text-align:center}.recurring_cc_exp_table .MuiTableCell-head{white-space:nowrap}.recurring_import_table .MuiTableCell-head,.recurring_import_table .MuiTableCell-body{text-align:left}.recurring_import_table .MuiTableCell-head:last-of-type,.recurring_import_table .MuiTableCell-body:last-of-type{text-align:center}.recurring_import_table .MuiTableCell-head{white-space:nowrap}.recurring_import_table .MuiTableCell-body:nth-last-of-type(2),.recurring_import_table .MuiTableCell-body:nth-last-of-type(3){min-width:18.75rem;white-space:normal}.last_column_center .MuiTableCell-head:last-of-type,.last_column_center .MuiTableCell-body:last-of-type{text-align:center}.last_column_right .MuiTableCell-head:last-of-type,.last_column_right .MuiTableCell-body:last-of-type{text-align:right}.polish_tunnel_table .MuiTableCell-head:nth-of-type(1),.polish_tunnel_table .MuiTableCell-body:nth-of-type(1){width:50%}.polish_tunnel_table .MuiTableCell-head:nth-of-type(2),.polish_tunnel_table .MuiTableCell-body:nth-of-type(2){width:25%}.polish_tunnel_table .MuiTableCell-head:nth-of-type(3),.polish_tunnel_table .MuiTableCell-body:nth-of-type(3){width:25%}.house_account_table .MuiTableCell-head,.house_account_table .MuiTableCell-body{text-align:left}.house_account_table .MuiTableCell-head:nth-of-type(2),.house_account_table .MuiTableCell-head:nth-of-type(5),.house_account_table .MuiTableCell-body:nth-of-type(2),.house_account_table .MuiTableCell-body:nth-of-type(5){width:11.25rem;white-space:normal}.house_account_table .MuiTableCell-head:nth-of-type(6),.house_account_table .MuiTableCell-head:nth-of-type(7),.house_account_table .MuiTableCell-head:nth-of-type(9),.house_account_table .MuiTableCell-head:nth-of-type(10),.house_account_table .MuiTableCell-body:nth-of-type(6),.house_account_table .MuiTableCell-body:nth-of-type(7),.house_account_table .MuiTableCell-body:nth-of-type(9),.house_account_table .MuiTableCell-body:nth-of-type(10){text-align:right}.house_account_table .MuiTableCell-head:nth-of-type(8),.house_account_table .MuiTableCell-head:nth-of-type(9),.house_account_table .MuiTableCell-body:nth-of-type(8),.house_account_table .MuiTableCell-body:nth-of-type(9){white-space:nowrap}.house_account_table .MuiTableCell-head.Balance_class .MuiTableSortLabel-root>span:after,.house_account_table .MuiTableCell-head.Credit_class .MuiTableSortLabel-root>span:after{content:"*";color:var(--error);margin-left:.125rem}.house_billing_table .MuiTableCell-head,.house_billing_table .MuiTableCell-body{text-align:left}.house_billing_table .MuiTableCell-head:nth-of-type(2),.house_billing_table .MuiTableCell-body:nth-of-type(2){padding-right:1.25rem}.house_billing_table .MuiTableCell-head:nth-of-type(2),.house_billing_table .MuiTableCell-head:nth-of-type(6),.house_billing_table .MuiTableCell-body:nth-of-type(2),.house_billing_table .MuiTableCell-body:nth-of-type(6){text-align:right}.house_billing_table .MuiTableCell-head:nth-of-type(4),.house_billing_table .MuiTableCell-body:nth-of-type(4){width:12.5rem;white-space:normal}.house_billing_table .MuiTableCell-head:nth-last-of-type(1),.house_billing_table .MuiTableCell-body:nth-last-of-type(1){text-align:center}.house_billing_details_table .MuiTableCell-head,.house_billing_details_table .MuiTableCell-body{text-align:right;white-space:nowrap}.house_billing_details_table .MuiTableCell-head:nth-of-type(1),.house_billing_details_table .MuiTableCell-head:nth-of-type(2),.house_billing_details_table .MuiTableCell-head:nth-of-type(3),.house_billing_details_table .MuiTableCell-head:nth-of-type(5),.house_billing_details_table .MuiTableCell-body:nth-of-type(1),.house_billing_details_table .MuiTableCell-body:nth-of-type(2),.house_billing_details_table .MuiTableCell-body:nth-of-type(3),.house_billing_details_table .MuiTableCell-body:nth-of-type(5){text-align:left}.house_billing_details_table .MuiTableCell-head:nth-of-type(1),.house_billing_details_table .MuiTableCell-body:nth-of-type(1){min-width:200px;white-space:normal}.employee_timesheet_list .MuiTableCell-head,.employee_timesheet_list .MuiTableCell-body{text-align:right}.employee_timesheet_list .MuiTableCell-head:nth-of-type(1),.employee_timesheet_list .MuiTableCell-body:nth-of-type(1){text-align:left}.employee_timesheet_list .MuiTableCell-head:nth-of-type(7),.employee_timesheet_list .MuiTableCell-body:nth-of-type(7){text-align:center}.employee_timesheet_modal .MuiTableCell-head,.employee_timesheet_modal .MuiTableCell-body{text-align:right;white-space:nowrap}.employee_timesheet_modal .MuiTableCell-head:nth-of-type(1),.employee_timesheet_modal .MuiTableCell-head:nth-of-type(2),.employee_timesheet_modal .MuiTableCell-head:nth-of-type(3),.employee_timesheet_modal .MuiTableCell-head:nth-of-type(4),.employee_timesheet_modal .MuiTableCell-head:nth-of-type(5),.employee_timesheet_modal .MuiTableCell-body:nth-of-type(1),.employee_timesheet_modal .MuiTableCell-body:nth-of-type(2),.employee_timesheet_modal .MuiTableCell-body:nth-of-type(3),.employee_timesheet_modal .MuiTableCell-body:nth-of-type(4),.employee_timesheet_modal .MuiTableCell-body:nth-of-type(5){text-align:left}.employee_timesheet_modal .MuiTableCell-head:first-of-type{left:unset}.employee_timesheet_modal .pinned-row .MuiTableCell-body:first-of-type{position:static}.employee_timesheet_modal .pinned-row .MuiTableCell-body:nth-of-type(4){min-width:8.75rem;white-space:normal;padding-top:.3125rem;padding-bottom:.3125rem}.employee_timesheet_modal .MuiTableCell-body:first-of-type{position:static}.employee_timesheet_modal .MuiTableCell-body:nth-of-type(4){min-width:8.75rem;white-space:normal}.labor_table .MuiTableCell-head,.labor_table .MuiTableCell-body{padding-left:15px;padding-right:15px;text-align:right;white-space:nowrap}.labor_table .MuiTableCell-head:nth-of-type(1),.labor_table .MuiTableCell-body:nth-of-type(1){text-align:left}.net_dc_table .MuiTableCell-head:last-of-type,.net_dc_table .MuiTableCell-body:last-of-type{text-align:center}.labor_modal_table .MuiTableCell-head{white-space:nowrap}.labor_modal_table .MuiTableCell-head,.labor_modal_table .MuiTableCell-body{padding-left:15px;padding-right:15px}.recurring_vehicles .MuiTableCell-head,.recurring_vehicles .MuiTableCell-body{text-align:left}.recurring_vehicles .MuiTableCell-head.MuiTableCell-alignRight:nth-of-type(3),.recurring_vehicles .MuiTableCell-body.MuiTableCell-alignRight:nth-of-type(3){width:6.25rem}.recurring_vehicles .MuiTableCell-head.MuiTableCell-alignRight:nth-of-type(3) .infowrap,.recurring_vehicles .MuiTableCell-body.MuiTableCell-alignRight:nth-of-type(3) .infowrap{justify-content:flex-start}.recurring_vehicles .MuiTableCell-head:nth-of-type(2),.recurring_vehicles .MuiTableCell-body:nth-of-type(2){text-align:right;padding-right:6.25rem}.site_recurring_table .MuiTableCell-head:nth-last-of-type(1),.site_recurring_table .MuiTableCell-body:nth-last-of-type(1){text-align:center}.site_recurring_modal_table .MuiTableCell-head,.site_recurring_modal_table .MuiTableCell-body{text-align:left}.site_recurring_modal_table .MuiTableCell-head:nth-of-type(3),.site_recurring_modal_table .MuiTableCell-body:nth-of-type(3){text-align:right}.site_recurring_modal_table .MuiTableCell-head:nth-of-type(4),.site_recurring_modal_table .MuiTableCell-body:nth-of-type(4){width:17.5rem;padding-left:5rem}.redemption_entry_table .MuiTableCell-head{white-space:nowrap}.redemption_entry_table .MuiTableCell-head,.redemption_entry_table .MuiTableCell-body{text-align:left}.redemption_entry_table .MuiTableCell-head:nth-of-type(1),.redemption_entry_table .MuiTableCell-body:nth-of-type(1){white-space:nowrap}.redemption_entry_table .MuiTableCell-head:nth-of-type(10),.redemption_entry_table .MuiTableCell-body:nth-of-type(10){text-align:left}.redemption_entry_table .MuiTableCell-head:nth-of-type(6),.redemption_entry_table .MuiTableCell-body:nth-of-type(6){text-align:right}.maintenance_report_table .MuiTableCell-head,.maintenance_report_table .MuiTableCell-body{text-align:left}.maintenance_report_table .MuiTableCell-head:nth-of-type(5),.maintenance_report_table .MuiTableCell-head:nth-of-type(6),.maintenance_report_table .MuiTableCell-head:nth-of-type(7),.maintenance_report_table .MuiTableCell-body:nth-of-type(5),.maintenance_report_table .MuiTableCell-body:nth-of-type(6),.maintenance_report_table .MuiTableCell-body:nth-of-type(7){text-align:right}.maintenance_report_table .MuiTableCell-head:nth-of-type(7),.maintenance_report_table .MuiTableCell-body:nth-of-type(7){white-space:normal;width:6.25rem;padding-right:1.25rem;padding-left:1.25rem}.release_listing .MuiTableCell-head:nth-last-of-type(2),.release_listing .MuiTableCell-body:nth-last-of-type(2){padding-right:40px;text-align:right}.line_item_table2 .MuiTableCell-head:nth-of-type(2),.line_item_table2 .MuiTableCell-body:nth-of-type(2){text-align:left}.line_item_table3 .MuiTableCell-head:nth-of-type(2),.line_item_table3 .MuiTableCell-body:nth-of-type(2){text-align:left}.line_item_table4 .MuiTableCell-head:nth-of-type(3),.line_item_table4 .MuiTableCell-body:nth-of-type(3){text-align:left}.sales_overview_report_table .MuiTableCell-head{white-space:nowrap;min-width:150px}.sales_overview_report_table .MuiTableCell-head:nth-of-type(1){min-width:120px}.sales_overview_report_table .MuiTableCell-head:nth-of-type(2){min-width:200px}.site_list td{vertical-align:top;padding-bottom:.5rem}.site_list td.name{padding-left:.3125rem;padding-right:.5rem}.leader_detail_table .MuiTableCell-head:nth-last-of-type(1),.leader_detail_table .MuiTableCell-body:nth-last-of-type(1){text-align:left;padding-left:1.25rem}.quivio_line_item_table .MuiTableCell-head:nth-of-type(5),.quivio_line_item_table .MuiTableCell-head:nth-last-of-type(1),.quivio_line_item_table .MuiTableCell-body:nth-of-type(5),.quivio_line_item_table .MuiTableCell-body:nth-last-of-type(1){text-align:left}.quivio_line_item_table .MuiTableCell-head:nth-of-type(6),.quivio_line_item_table .MuiTableCell-body:nth-of-type(6){width:9.375rem}.quivio_line_item_table .MuiTableCell-head:nth-last-of-type(1),.quivio_line_item_table .MuiTableCell-body:nth-last-of-type(1){padding-left:2.5rem}.recurring_conversion_table .MuiTableCell-head,.recurring_conversion_table .MuiTableCell-body{min-width:7.5rem}.recurring_conversion_table .MuiTableCell-head:nth-of-type(4),.recurring_conversion_table .MuiTableCell-body:nth-of-type(4){min-width:12.5rem}.recurring_conversion_table .MuiTableCell-head:nth-of-type(1),.recurring_conversion_table .MuiTableCell-head:nth-of-type(7),.recurring_conversion_table .MuiTableCell-body:nth-of-type(1),.recurring_conversion_table .MuiTableCell-body:nth-of-type(7){min-width:10rem}.billing_vs_redemption_detail_table .MuiTableCell-head:nth-last-of-type(1),.billing_vs_redemption_detail_table .MuiTableCell-body:nth-last-of-type(1){width:30%}.row{display:flex;align-items:stretch;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 size(-15)}.row.flexible_row{margin:0}@media screen and (max-width:1367px)and (min-width:1200px){.MuiGrid-root.MuiGrid-grid-lg-3{-webkit-flex-basis:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}}.chartsHighlight{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;column-gap:3.125rem;margin:.3125rem 0 1.875rem}.chartsHighlight .label{color:var(--scroller);margin-bottom:.375rem;font-weight:500;display:block;min-height:1.3125rem}.chartsHighlight .value{white-space:nowrap}.chartsHighlight:empty{display:none}.chartsHighlight.loader .label{border-radius:.25rem;color:transparent;background:linear-gradient(90deg,#f6f7f7,#e5e8ea,#f6f7f7);background-size:200%;animation:skeleton .7s cubic-bezier(.53,.38,.36,.79) infinite forwards;margin-bottom:.375rem;display:block;width:8.125rem}.chartsHighlight.loader .value{border-radius:.25rem;color:transparent;background:linear-gradient(90deg,#f6f7f7,#e5e8ea,#f6f7f7);background-size:200%;animation:skeleton .7s cubic-bezier(.53,.38,.36,.79) infinite forwards;height:1.625rem;width:8.125rem}.charts_wrapper{width:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;min-height:30.9375rem}.chart_highlight{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;padding:1.25rem 0 .625rem}.chart_highlight .option{color:var(--titleColor);font-weight:500;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.chart_highlight .option:before{display:block;content:"";width:1.25rem;height:.875rem;border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;margin-right:.625rem}.chart_highlight .option+.option{margin-left:1.875rem}.chart_highlight .option:nth-of-type(1):before{background-color:var(--primary)}.chart_highlight .option:nth-of-type(2):before{background-color:var(--warn)}*[class^=Mui]{font-family:var(--font)!important}.MuiTouchRipple-child{background-color:var(--primaryBg20)!important}.MuiPopover-paper,.MuiTooltip-tooltip{transform:none!important}.MuiInputBase-root{width:100%}.MuiInputBase-root .MuiOutlinedInput-notchedOutline{top:-.25rem;border-color:var(--borderColor)}.MuiInputBase-root .MuiSelect-outlined{color:var(--secondary)}.MuiInputBase-root .MuiInputAdornment-positionStart{margin-left:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;margin-right:.625rem}.MuiInputBase-root.form_field{height:2.75rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;font-size:var(--bodySize)}.MuiInputBase-root.form_field .MuiSelect-select{background-repeat:no-repeat;background-position-y:center;background-size:.75rem;background-position-x:calc(100% - .625rem);padding-right:2.25rem}.MuiInputBase-root.form_field .MuiSelect-select>span:nth-of-type(1){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MuiInputBase-root.form_field .MuiInputBase-input{padding-top:0;padding-bottom:0;height:2.75rem;line-height:2.75rem;font-weight:500;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.MuiInputBase-root.form_field .MuiSelect-icon{width:1.25rem;color:var(--titleColor)}.MuiInputBase-root.form_field:hover .MuiOutlinedInput-notchedOutline{border-color:var(--borderColor30)}.MuiInputBase-root.form_field.Mui-focused .MuiSelect-select{background-color:transparent}.MuiInputBase-root.form_field.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)}.MuiInputBase-root.form_field.center .MuiSelect-select{justify-content:center;text-align:center;background-size:.625rem}.MuiInputBase-root.form_field.monthPicker{min-width:7.5rem}.button_tabs.MuiTabs-root{min-height:unset}.button_tabs .MuiTab-root{height:2.5rem;min-height:unset;padding:.9375rem;font-size:var(--bodySize);color:var(--scroller);font-weight:600;border:1px solid var(--borderColor);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;text-transform:none;-webkit-box-shadow:0px 1px 2px 0px rgba(16,24,40,.0509803922);-moz-box-shadow:0px 1px 2px 0px rgba(16,24,40,.0509803922);box-shadow:0 1px 2px #1018280d;letter-spacing:normal;min-width:auto}.button_tabs .MuiTab-root~.MuiTab-root{margin-left:.75rem}.button_tabs .MuiTab-root.Mui-disabled{color:var(--textColor)}.button_tabs .MuiTab-root.Mui-selected{border-color:var(--primary);background-color:var(--primary);color:var(--white)}.button_tabs .MuiTab-root.Mui-selected.Mui-disabled{color:var(--white)}.button_tabs .MuiTabs-indicator{display:none}.button_tabs .MuiTabScrollButton-root{width:2.5rem;height:2.5rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;border:1px solid var(--borderColor30);background-repeat:no-repeat;background-position:center}.button_tabs .MuiTabScrollButton-root svg{display:none}.button_tabs .MuiTabScrollButton-root.Mui-disabled{opacity:.4;cursor:not-allowed;pointer-events:all}.button_tabs .MuiTabScrollButton-root:first-of-type{margin-right:.625rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M12.3337 5H1.66699M1.66699 5L5.66699 9M1.66699 5L5.66699 1' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.button_tabs .MuiTabScrollButton-root:last-of-type{margin-left:.625rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.66634 8L13.333 8M13.333 8L9.33301 4M13.333 8L9.33301 12' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.custom_menu.MuiPopover-paper{-webkit-box-shadow:0 15px 15px -1px rgba(0,0,0,.0392156863),0 5.7px 12px -1px rgba(0,0,0,.0509803922),0 2.6px 8px -1px rgba(0,0,0,.0588235294),0 .9px 4px -1px rgba(0,0,0,.0784313725);-moz-box-shadow:0 15px 15px -1px rgba(0,0,0,.0392156863),0 5.7px 12px -1px rgba(0,0,0,.0509803922),0 2.6px 8px -1px rgba(0,0,0,.0588235294),0 .9px 4px -1px rgba(0,0,0,.0784313725);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;max-height:18.75rem;margin-top:.625rem}.custom_menu.MuiPopover-paper .MuiMenu-list{padding-top:.9375rem;padding-bottom:.9375rem}.custom_menu.MuiPopover-paper .MuiMenuItem-root{font-size:var(--bodySize);font-weight:500;margin:0 1.25rem;padding:.625rem .9375rem;background-repeat:no-repeat;background-position-x:calc(100% - .9375rem);background-position-y:center;border-radius:.375rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;-ms-border-radius:.375rem;-o-border-radius:.375rem}.custom_menu.MuiPopover-paper .MuiMenuItem-root .MuiTypography-root{font-size:var(--bodySize);font-weight:500}.custom_menu.MuiPopover-paper .MuiMenuItem-root:hover{background-color:var(--lightBg30)}.custom_menu.MuiPopover-paper .MuiMenuItem-root.Mui-selected{font-weight:700;color:var(--primary);background-color:var(--primaryBg30)}.custom_menu.MuiPopover-paper .MuiMenuItem-root.Mui-selected .MuiTypography-root{font-weight:700}.custom_menu.MuiPopover-paper .MuiMenuItem-root:not(:nth-last-of-type(1)){margin-bottom:.375rem}.custom_menu.MuiPopover-paper .MuiListSubheader-root{color:var(--primary);font-style:italic;font-weight:500;height:2.1875rem;line-height:2.1875rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;margin:-.0625rem 1.25rem 0}.custom_menu.center.MuiPopover-paper .MuiMenuItem-root{justify-content:center}.custom_menu.has_search.MuiPopover-paper .MuiList-root{padding-top:0rem}.custom_menu.has_search.MuiPopover-paper .MuiMenuItem-root:nth-of-type(1){position:sticky;top:0;padding:.9375rem 0 .625rem;margin-bottom:.3125rem;z-index:1;background-color:var(--white);border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.custom_menu.has_search.MuiPopover-paper .MuiMenuItem-root.Mui-disabled{color:var(--disabledText);opacity:1}.custom_menu.multiple.MuiPopover-paper .MuiMenu-list{padding-top:.625rem;padding-bottom:.625rem}.custom_menu.multiple.MuiPopover-paper .MuiMenuItem-root{margin:0}.custom_menu.multiple.MuiPopover-paper .MuiMenuItem-root .MuiTouchRipple-root{display:none}.custom_menu.multiple.MuiPopover-paper .MuiMenuItem-root.Mui-selected{font-weight:500;color:var(--titleColor);background-color:transparent}.custom_menu_item.MuiMenuItem-root{font-size:var(--bodySize);font-weight:500;margin:0 .3125rem;justify-content:center;padding:.5rem .625rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem}.custom_menu_item.MuiMenuItem-root:hover{background-color:var(--lightBg30)}.custom_menu_item.MuiMenuItem-root.Mui-selected{font-weight:700;color:var(--primary);background-color:var(--primaryBg20)}.custom_menu_item.MuiMenuItem-root:not(:nth-last-of-type(1)){margin-bottom:.3125rem}.custom_menu_item.MuiMenuItem-root.start{padding:.625rem .9375rem;justify-content:flex-start;margin:0}.custom_tabs{align-items:center;padding:.5625rem .75rem 0}.custom_tabs .MuiTabs-flexContainer{justify-content:space-between;border-bottom:2px solid var(--lightBg)}.custom_tabs .MuiTabs-flexContainer .MuiTab-root{min-height:2.5rem;flex-shrink:0;white-space:nowrap;font-family:var(--font);text-transform:none;color:var(--gray20);font-size:var(--bodySize);letter-spacing:normal;min-width:unset;padding:0 .375rem;margin-right:3.125rem;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;margin-bottom:.375rem;overflow:visible}@media screen and (max-width:1800px){.custom_tabs .MuiTabs-flexContainer .MuiTab-root{font-size:.9375rem}}@media screen and (max-width:1600px){.custom_tabs .MuiTabs-flexContainer .MuiTab-root{font-size:.875rem}}@media screen and (max-width:1280px){.custom_tabs .MuiTabs-flexContainer .MuiTab-root{font-size:.8125rem}}.custom_tabs .MuiTabs-flexContainer .MuiTab-root.Mui-selected{color:var(--titleColor);font-weight:700}.custom_tabs .MuiTabs-flexContainer .MuiTab-root.Mui-selected:before{content:"";width:100%;height:.25rem;background-color:var(--primary);position:absolute;bottom:-.5rem;left:0;right:0}.custom_tabs .MuiTabScrollButton-root{width:2.5rem;height:2.5rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;border:1px solid var(--borderColor30);margin-top:-.5625rem;background-repeat:no-repeat;background-position:center}.custom_tabs .MuiTabScrollButton-root svg{display:none}.custom_tabs .MuiTabScrollButton-root.Mui-disabled{opacity:.5}.custom_tabs .MuiTabScrollButton-root:first-of-type{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M12.3337 5H1.66699M1.66699 5L5.66699 9M1.66699 5L5.66699 1' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.custom_tabs .MuiTabScrollButton-root:last-of-type{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.66634 8L13.333 8M13.333 8L9.33301 4M13.333 8L9.33301 12' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.custom_tabs .MuiTabs-scroller{margin:0 .75rem}.custom_tabs .MuiTabs-indicator{display:none}.custom_tabs.stretched{padding:0}.custom_tabs.stretched .MuiTabs-flexContainer{border-bottom:2px solid var(--lightBg)}.custom_tabs.stretched .MuiTabs-flexContainer .MuiTab-root{min-height:2.5rem;padding:0;margin:0;flex:1}.custom_tabs.stretched .MuiTabs-scroller{margin:0}.custom_tabs.stretched .MuiTabs-indicator{height:.25rem}.custom_tabs.border{border:1px solid var(--borderColor);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem}.custom_tabs.stick{position:sticky;top:-.625rem;z-index:10;background-color:var(--cardBg20)}.custom_tabs.start .MuiTabs-scroller{margin:0}.custom_tabs.start .MuiTabs-flexContainer{justify-content:flex-start}.custom_tabs.start .MuiTabs-flexContainer .MuiTab-root{margin-right:1.875rem}.custom_tabs.thin .MuiTabs-flexContainer .MuiTab-root{font-weight:500}.field_wrapper{margin-bottom:1.25rem}.field_wrapper label{display:block;font-weight:600;color:var(--titleColor);margin-bottom:.375rem}.field_wrapper .character_count{text-align:right;font-size:.875rem;color:var(--gray20);margin-top:.375rem}.field_wrapper.no_label{margin-top:1.25rem}.field_wrapper.no_label label{display:none}.filter_popover .MuiPopover-paper{-webkit-box-shadow:0 15px 15px -1px rgba(0,0,0,.0392156863),0 5.7px 12px -1px rgba(0,0,0,.0509803922),0 2.6px 8px -1px rgba(0,0,0,.0588235294),0 .9px 4px -1px rgba(0,0,0,.0784313725);-moz-box-shadow:0 15px 15px -1px rgba(0,0,0,.0392156863),0 5.7px 12px -1px rgba(0,0,0,.0509803922),0 2.6px 8px -1px rgba(0,0,0,.0588235294),0 .9px 4px -1px rgba(0,0,0,.0784313725);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;width:21.875rem;margin-top:.625rem;max-height:unset}.filter_popover .filter_header{padding:1.5rem 1.5rem .75rem}.filter_popover .filter_header h2{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;color:var(--textColor);font-weight:700}.filter_popover .filter_header .btnText{font-size:var(--smSize)}.filter_popover .overflow{padding:0 1.5rem;overflow-y:auto;max-height:calc(100vh - 12.5rem)}.filter_popover .overflow .field_wrapper:last-of-type{margin-bottom:0}.filter_popover .button_cover{padding:.75rem 1.5rem 1.5rem}.filter_popover.datepicker_popover .MuiPopover-paper{width:auto;overflow-y:auto;max-height:calc(100vh - 18.75rem);transition:width .5s ease!important}.form_control .MuiInputBase-input{color:var(--titleColor);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;font-weight:500}.form_control .MuiInputBase-input::-webkit-input-placeholder{color:var(--titleColor);opacity:1}.form_control .MuiInputBase-input::-moz-placeholder{color:var(--titleColor);opacity:1}.form_control .MuiInputBase-input::-ms-input-placeholder{color:var(--titleColor);opacity:1}.form_control .Mui-readOnly{pointer-events:none}.form_control .MuiInputBase-root{height:2.75rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;font-size:var(--bodySize);background-color:transparent}.form_control .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border-color:var(--borderColor)}.form_control .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--borderColor30)}.form_control .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)}.form_control .MuiFormHelperText-root{text-align:right;color:var(--gray30);margin:.3125rem 0;font-size:var(--bodySize)}.form_control .MuiFormHelperText-root.Mui-error{text-align:left;font-size:var(--smSize);letter-spacing:normal;margin-left:.875rem}.form_control.center .MuiInputBase-input{text-align:center}.form_control.textarea .MuiInputBase-root{height:unset}.form_control.normal .MuiInputBase-input{font-weight:400}.form_control.normal .MuiInputBase-input::-webkit-input-placeholder{color:var(--placeholder)}.form_control.normal .MuiInputBase-input::-moz-placeholder{color:var(--placeholder)}.form_control.normal .MuiInputBase-input::-ms-input-placeholder{color:var(--placeholder)}.form_control.normal.Mui-disabled{-webkit-text-fill-color:var(--titleColor)}.form_control.placeholderDark .MuiInputBase-input::-webkit-input-placeholder{color:var(--titleColor)}.form_control.placeholderDark .MuiInputBase-input::-moz-placeholder{color:var(--titleColor)}.form_control.placeholderDark .MuiInputBase-input::-ms-input-placeholder{color:var(--titleColor)}.more_info .MuiPopover-paper{max-width:18.75rem;-webkit-box-shadow:6px 6px 54px 0 rgba(0,0,0,.0509803922);-moz-box-shadow:6px 6px 54px 0 rgba(0,0,0,.0509803922);box-shadow:6px 6px 54px #0000000d;background-color:var(--titleColor20);border-radius:.75rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;-o-border-radius:.75rem;padding:.875rem;margin-top:.375rem}.more_info .MuiPopover-paper .txt{color:var(--white);font-size:.75rem;font-weight:500;line-height:1.25rem}@media screen and (max-width:1440px){.more_info .MuiPopover-paper .txt{font-size:.625rem}}.more_info .MuiPopover-paper .txt.fontInter,.more_info .MuiPopover-paper .txt.fontInter *{font-family:var(--fontInter);font-weight:400}.more_info .MuiPopover-paper .txt.fs_10{font-size:.625rem}.more_info .MuiPopover-paper ul{padding-left:.75rem}.more_info .MuiPopover-paper ul li{list-style:disc;color:var(--white)}.more_info .MuiPopover-paper .info_status{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;background-repeat:no-repeat;background-position-x:left;background-position-y:center;padding-left:2.5rem}.more_info .MuiPopover-paper .info_status.increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='18' viewBox='0 0 29 18' fill='none'%3E%3Crect width='29' height='18' rx='9' fill='%23BCE6BE'/%3E%3Cpath d='M6.9165 11.0846L11.0832 6.91797M11.0832 6.91797H6.9165M11.0832 6.91797V11.0846' stroke='%2317B26A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.46 12.5L22.24 5.5H22.83L18.05 12.5H17.46ZM18 9.25C17.6867 9.25 17.41 9.17333 17.17 9.02C16.93 8.86 16.7433 8.63667 16.61 8.35C16.4833 8.06333 16.42 7.73 16.42 7.35C16.42 6.97 16.4833 6.63667 16.61 6.35C16.7433 6.06333 16.93 5.84333 17.17 5.69C17.41 5.53 17.6867 5.45 18 5.45C18.3133 5.45 18.5867 5.53 18.82 5.69C19.06 5.84333 19.2467 6.06333 19.38 6.35C19.5133 6.63667 19.58 6.97 19.58 7.35C19.58 7.73 19.5133 8.06333 19.38 8.35C19.2467 8.63667 19.06 8.86 18.82 9.02C18.5867 9.17333 18.3133 9.25 18 9.25ZM18 8.8C18.3267 8.8 18.5867 8.67333 18.78 8.42C18.98 8.16 19.08 7.80333 19.08 7.35C19.08 6.89667 18.98 6.54333 18.78 6.29C18.5867 6.03 18.3267 5.9 18 5.9C17.6667 5.9 17.4033 6.03 17.21 6.29C17.0167 6.54333 16.92 6.89667 16.92 7.35C16.92 7.80333 17.0167 8.16 17.21 8.42C17.4033 8.67333 17.6667 8.8 18 8.8ZM22.29 12.55C21.9833 12.55 21.71 12.4733 21.47 12.32C21.23 12.16 21.0433 11.9367 20.91 11.65C20.7767 11.3633 20.71 11.03 20.71 10.65C20.71 10.27 20.7767 9.93667 20.91 9.65C21.0433 9.36333 21.23 9.14333 21.47 8.99C21.71 8.83 21.9833 8.75 22.29 8.75C22.61 8.75 22.8867 8.83 23.12 8.99C23.36 9.14333 23.5433 9.36333 23.67 9.65C23.8033 9.93667 23.87 10.27 23.87 10.65C23.87 11.03 23.8033 11.3633 23.67 11.65C23.5433 11.9367 23.36 12.16 23.12 12.32C22.8867 12.4733 22.61 12.55 22.29 12.55ZM22.29 12.1C22.6167 12.1 22.8767 11.9733 23.07 11.72C23.27 11.46 23.37 11.1033 23.37 10.65C23.37 10.1967 23.27 9.84333 23.07 9.59C22.8767 9.33 22.6167 9.2 22.29 9.2C21.9633 9.2 21.7 9.33 21.5 9.59C21.3067 9.84333 21.21 10.1967 21.21 10.65C21.21 11.1033 21.3067 11.46 21.5 11.72C21.7 11.9733 21.9633 12.1 22.29 12.1Z' fill='%2317B26A'/%3E%3C/svg%3E")}.more_info .MuiPopover-paper .info_status.decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='18' viewBox='0 0 29 18' fill='none'%3E%3Crect width='29' height='18' rx='9' fill='%23FBCBC7'/%3E%3Cpath d='M6.9165 6.91797L11.0832 11.0846M11.0832 11.0846V6.91797M11.0832 11.0846H6.9165' stroke='%23F04438' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.46 12.5L22.24 5.5H22.83L18.05 12.5H17.46ZM18 9.25C17.6867 9.25 17.41 9.17333 17.17 9.02C16.93 8.86 16.7433 8.63667 16.61 8.35C16.4833 8.06333 16.42 7.73 16.42 7.35C16.42 6.97 16.4833 6.63667 16.61 6.35C16.7433 6.06333 16.93 5.84333 17.17 5.69C17.41 5.53 17.6867 5.45 18 5.45C18.3133 5.45 18.5867 5.53 18.82 5.69C19.06 5.84333 19.2467 6.06333 19.38 6.35C19.5133 6.63667 19.58 6.97 19.58 7.35C19.58 7.73 19.5133 8.06333 19.38 8.35C19.2467 8.63667 19.06 8.86 18.82 9.02C18.5867 9.17333 18.3133 9.25 18 9.25ZM18 8.8C18.3267 8.8 18.5867 8.67333 18.78 8.42C18.98 8.16 19.08 7.80333 19.08 7.35C19.08 6.89667 18.98 6.54333 18.78 6.29C18.5867 6.03 18.3267 5.9 18 5.9C17.6667 5.9 17.4033 6.03 17.21 6.29C17.0167 6.54333 16.92 6.89667 16.92 7.35C16.92 7.80333 17.0167 8.16 17.21 8.42C17.4033 8.67333 17.6667 8.8 18 8.8ZM22.29 12.55C21.9833 12.55 21.71 12.4733 21.47 12.32C21.23 12.16 21.0433 11.9367 20.91 11.65C20.7767 11.3633 20.71 11.03 20.71 10.65C20.71 10.27 20.7767 9.93667 20.91 9.65C21.0433 9.36333 21.23 9.14333 21.47 8.99C21.71 8.83 21.9833 8.75 22.29 8.75C22.61 8.75 22.8867 8.83 23.12 8.99C23.36 9.14333 23.5433 9.36333 23.67 9.65C23.8033 9.93667 23.87 10.27 23.87 10.65C23.87 11.03 23.8033 11.3633 23.67 11.65C23.5433 11.9367 23.36 12.16 23.12 12.32C22.8867 12.4733 22.61 12.55 22.29 12.55ZM22.29 12.1C22.6167 12.1 22.8767 11.9733 23.07 11.72C23.27 11.46 23.37 11.1033 23.37 10.65C23.37 10.1967 23.27 9.84333 23.07 9.59C22.8767 9.33 22.6167 9.2 22.29 9.2C21.9633 9.2 21.7 9.33 21.5 9.59C21.3067 9.84333 21.21 10.1967 21.21 10.65C21.21 11.1033 21.3067 11.46 21.5 11.72C21.7 11.9733 21.9633 12.1 22.29 12.1Z' fill='%23F04438'/%3E%3C/svg%3E")}.more_info .MuiPopover-paper .info_status+.info_status{margin-top:.625rem}.more_info.arrow .MuiPopover-paper{overflow:visible;margin-top:-.25rem;margin-left:.5rem}.more_info.arrow .MuiPopover-paper:before{position:absolute;content:"";display:block;width:0;height:0;left:0;border-left:.9375rem solid transparent;border-right:.9375rem solid transparent;border-bottom:.9375rem solid var(--titleColor20);transform:translate(-50%) rotate(-90deg)}.more_info.arrow.up .MuiPopover-paper{margin-top:.625rem;margin-left:0}.more_info.arrow.up .MuiPopover-paper:before{left:50%;top:-.625rem;transform:translate(-50%);border-bottom:20px solid var(--titleColor20)}.more_info.arrow.down .MuiPopover-paper{margin-top:-.625rem;margin-left:0}.more_info.arrow.down .MuiPopover-paper:before{left:50%;bottom:-1.875rem;transform:translate(-50%);border-top:20px solid var(--titleColor20);border-bottom-color:transparent}.more_info.arrow.left .MuiPopover-paper{margin-top:0;margin-left:.9375rem}.more_info.arrow.left .MuiPopover-paper:before{left:-.625rem;bottom:.5rem;transform:translate(-50%) rotate(90deg);border-top:20px solid var(--titleColor20);border-bottom-color:transparent}.more_info.legal_Content .MuiPopover-paper{max-width:20.625rem}.popover .MuiPaper-root{-webkit-box-shadow:0 15px 15px -1px rgba(0,0,0,.0392156863),0 5.7px 12px -1px rgba(0,0,0,.0509803922),0 2.6px 8px -1px rgba(0,0,0,.0588235294),0 .9px 4px -1px rgba(0,0,0,.0784313725);-moz-box-shadow:0 15px 15px -1px rgba(0,0,0,.0392156863),0 5.7px 12px -1px rgba(0,0,0,.0509803922),0 2.6px 8px -1px rgba(0,0,0,.0588235294),0 .9px 4px -1px rgba(0,0,0,.0784313725);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;border:1px solid var(--borderColor)}.popover .MuiPaper-root .MuiMultiSectionDigitalClockSection-root::-webkit-scrollbar{width:0;height:0}.popover .MuiPaper-root .MuiMultiSectionDigitalClockSection-root::-webkit-scrollbar-track{background:transparent}.popover .MuiPaper-root .MuiMultiSectionDigitalClockSection-root::-webkit-scrollbar-thumb{background:transparent}.popover .MuiPaper-root .MuiMultiSectionDigitalClockSection-root:after{display:none}.popover .MuiPaper-root .MuiMenuItem-root{border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;color:var(--titleColor);font-size:var(--bodySize);padding:.375rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem}.popover .MuiPaper-root .MuiMenuItem-root.Mui-selected{background-color:var(--primary);color:var(--white)}.tooltip.MuiTooltip-tooltip{font-size:.625rem;background-color:var(--titleColor20)}.tooltip .arrow.MuiTooltip-arrow{color:var(--titleColor20)}.tile{border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;width:1.25rem;height:.875rem;margin-right:.625rem;font-family:var(--fontInter)}.tile.succeed{background-color:var(--success)}.tile.failed{background-color:var(--error)}.custom-multi-select.MuiPaper-root{-webkit-box-shadow:0 15px 15px -1px rgba(0,0,0,.0392156863),0 5.7px 12px -1px rgba(0,0,0,.0509803922),0 2.6px 8px -1px rgba(0,0,0,.0588235294),0 .9px 4px -1px rgba(0,0,0,.0784313725);-moz-box-shadow:0 15px 15px -1px rgba(0,0,0,.0392156863),0 5.7px 12px -1px rgba(0,0,0,.0509803922),0 2.6px 8px -1px rgba(0,0,0,.0588235294),0 .9px 4px -1px rgba(0,0,0,.0784313725);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;border-radius:.625rem 0 0 .625rem;-webkit-border-radius:.625rem 0 0 .625rem;-moz-border-radius:.625rem 0 0 .625rem;-ms-border-radius:.625rem 0 0 .625rem;-o-border-radius:.625rem 0 0 .625rem;overflow:hidden;background-color:transparent}.custom-multi-select ul{box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;background-color:var(--white);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;padding-left:.3125rem;padding-top:0;max-height:23.75rem;overflow:auto;min-width:18.75rem}.custom-multi-select .MuiMenuItem-root{align-items:flex-start}.custom-multi-select .MuiMenuItem-root .MuiTypography-root{font-size:var(--bodySize);font-weight:500;white-space:normal;word-break:break-word;max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.custom-multi-select .MuiMenuItem-root .MuiTouchRipple-root{opacity:0}.custom-multi-select .MuiMenuItem-root:first-child{position:sticky;top:0;background-color:var(--white);z-index:10;padding:1.25rem 1.125rem 1rem;height:5rem}.custom-multi-select .MuiMenuItem-root:last-child{margin-bottom:.625rem}.custom-multi-select .MuiMenuItem-root.Mui-focusVisible,.custom-multi-select .MuiMenuItem-root:hover,.custom-multi-select .MuiMenuItem-root.Mui-selected,.custom-multi-select .MuiMenuItem-root.Mui-selected:hover{background-color:var(--white)}.custom-multi-select .MuiMenuItem-root.Mui-disabled{opacity:1;color:var(--titleColor);font-size:var(--bodySize)}.custom-multi-select .MuiMenuItem-root.listItem{align-items:center;padding:0;margin-bottom:0;text-transform:capitalize}.custom-multi-select .MuiMenuItem-root.listItem .MuiTypography-root{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.custom-multi-select .MuiMenuItem-root.wFull .MuiTypography-root{max-width:100%}.custom-multi-select .MuiListSubheader-root{top:4.375rem;padding-left:1.5rem;font-weight:700;color:var(--primary)}.custom-multi-select .MuiInputBase-input{padding-left:2.5rem;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%2014L11.6667%2011.6667M13.3333%207.66667C13.3333%2010.7963%2010.7963%2013.3333%207.66667%2013.3333C4.53705%2013.3333%202%2010.7963%202%207.66667C2%204.53705%204.53705%202%207.66667%202C10.7963%202%2013.3333%204.53705%2013.3333%207.66667Z'%20stroke='%233A4F5F'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;background-position:.875rem center}.custom-multi-select .multi-text{display:inline-flex;padding:.25rem .5rem;border:1px solid #3A4F5F;border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;-ms-border-radius:1.25rem;-o-border-radius:1.25rem;margin-left:.5rem;line-height:1;font-weight:600}.custom-multi-select.react_dropdown ul{overflow-y:hidden}.custom-multi-select.react_dropdown .dropdown_list{margin-top:.125rem}.custom-multi-select.react_dropdown .dropdown_list .MuiMenuItem-root{padding:0}.custom-multi-select.react_dropdown .dropdown_list .MuiMenuItem-root .MuiTypography-root{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.custom-multi-select.react_dropdown .dropdown_list .MuiMenuItem-root:first-child{padding:0}.custom-multi-select.react_dropdown .dropdown_list .MuiMenuItem-root:last-child{margin-bottom:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.custom-multi-select.react_dropdown .dropdown_list .MuiCheckbox-root{flex-shrink:0;margin-top:-2px}.custom-multi-select.react_dropdown .MuiTouchRipple-root{display:none}.custom-multi-select.noSearch .MuiMenuItem-root:first-child{height:auto}.modal_dialog{height:100vh;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;padding:1.25rem}.modal_dialog .modal_content{position:relative;width:100%;background:var(--white);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;-webkit-box-shadow:0px 8px 8px -4px rgba(16,24,40,.031372549),0px 20px 24px -4px rgba(16,24,40,.0784313725);-moz-box-shadow:0px 8px 8px -4px rgba(16,24,40,.031372549),0px 20px 24px -4px rgba(16,24,40,.0784313725);box-shadow:0 8px 8px -4px #10182808,0 20px 24px -4px #10182814}.modal_dialog .modal_header{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;padding:.9375rem 1.25rem}.modal_dialog .modal_header.block{display:block}.modal_dialog .modal-close{width:2.25rem;height:2.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18 6.66748L6 18.6675M6 6.66748L18 18.6675' stroke='%23F04438' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;border:0;background-color:transparent;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.modal_dialog .modal-close:hover{background-color:var(--lightColor30)}.modal_dialog .modal_body{max-height:85vh;padding:1.25rem;overflow-y:auto}.modal_dialog .modal_body.pt-0{padding-top:0}.modal_dialog .modal_body.sat_report_modal_body{max-height:31.25rem}.modal_dialog .MuiModal-backdrop{background-color:#141111b3!important;-webkit-backdrop-filter:blur(.25rem)!important;backdrop-filter:blur(.25rem)!important}@media screen and (min-height:1000px){.modal_dialog .table_container{max-height:calc(100vh - 25rem)}}@media screen and (min-height:1800px){.modal_dialog .table_container{max-height:calc(100vh - 40.625rem)}}@media screen and (min-height:3000px){.modal_dialog .table_container{max-height:calc(100vh - 43.75rem)}}.modal_dialog .custom_table .MuiTableRow-root:nth-of-type(odd) .MuiTableCell-root{background-color:var(--lightBg)}.modal_dialog .custom_table .MuiTableRow-root.warn .MuiTableCell-root{background-color:var(--warn2)}.modal_dialog .custom_table .MuiTableRow-root.error .MuiTableCell-root{background-color:var(--errorBg)}.modal_dialog .custom_table .MuiTableRow-root.info_tr .MuiTableCell-body{padding-top:.625rem;padding-bottom:0;border-bottom:0}.modal_dialog .custom_table .MuiTableRow-root.info_tr.warn .MuiTableCell-body{color:var(--warn)}.modal_dialog .custom_table .MuiTableRow-root.info_tr.error .MuiTableCell-body{color:var(--error)}.modal_dialog .custom_table .MuiTableRow-root.info_tr+.warn .MuiTableCell-body,.modal_dialog .custom_table .MuiTableRow-root.info_tr+.error .MuiTableCell-body{padding-top:.5rem}.modal_dialog .custom_table.no_header .MuiTableBody-root .MuiTableRow-root:nth-of-type(1) .MuiTableCell-root{background-color:var(--white)}.modal_dialog .custom_table.no_header.firstBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(1){background-color:var(--highlight);position:sticky;will-change:transform;contain:paint;top:2.5rem;transform:translateZ(0);z-index:5}.modal_dialog .custom_table.no_header.firstBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(1) .MuiTableCell-root{font-weight:700;background-color:var(--highlight)}.modal_dialog .custom_table.no_header.firstBold-page.noBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(2n) .MuiTableCell-root{background-color:var(--white)}.modal_dialog .custom_table.no_header.firstBold-page.noBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(odd) .MuiTableCell-root{background-color:var(--lightColor60)}.modal_dialog .custom_table.no_header.firstBold-page.noBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(1){background-color:var(--lightColor60);position:static}.modal_dialog .custom_table.no_header.firstBold-page.noBold-page .MuiTableBody-root .MuiTableRow-root:nth-of-type(1) .MuiTableCell-root{font-weight:500;background-color:var(--lightColor60)}.modal_dialog .custom_table.bg .MuiTableRow-root:nth-of-type(odd) .MuiTableCell-root{background-color:var(--white)}.modal_dialog .custom_table.washbook_modal .MuiTableCell-head:nth-of-type(8),.modal_dialog .custom_table.washbook_modal .MuiTableCell-body:nth-of-type(8){min-width:130px}.modal_dialog.xl .modal_content{max-width:78.75rem}.modal_dialog.lg .modal_content{max-width:75rem}.modal_dialog.md .modal_content{max-width:64rem}.modal_dialog.w_768 .modal_content{max-width:48rem}.modal_dialog.w_500 .modal_content{max-width:31.25rem}.modal_dialog.w_400 .modal_content{max-width:25rem}.modal_dialog.border .modal_header{border-bottom:.0625rem solid var(--borderColor50);margin-bottom:.9375rem}.modal_dialog.p-sm .modal_body{padding-left:.75rem;padding-right:.75rem;padding-bottom:.75rem}.modal_dialog.bg_light .modal_content{background-color:var(--cardBg20)}.sat_report_modal_content .table_container{overflow:hidden}.details-card{position:relative;text-align:center;padding:.625rem;border:1px solid var(--borderColor30);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem}.details-card .label{margin-bottom:.4375rem;font-weight:500}.details-card .value{color:var(--titleColor);font-weight:500;font-family:var(--fontInter)}.inline-block{display:inline-block}.pointer{cursor:pointer}.pointer_none{pointer-events:none}.rotate180{transform:rotate(180deg)}.underline:hover{text-decoration:underline}.relative{position:relative}.w-auto{width:auto}.w-100{width:100%}.h-100{height:100%}.h-auto{height:auto}.hidden{display:none}.flex{display:flex}.inline-flex{display:inline-flex}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.warn{color:var(--warn)}.danger{color:var(--danger)}.hyphen{margin:0 .625rem;font-size:1.75rem}.img_cover{width:100%;height:100%;object-fit:cover}.img_contain{width:100%;height:100%;object-fit:contain}.flexCenter{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.flexbox{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.flexbox.between{justify-content:space-between}.flexbox.center{justify-content:center}.flexbox.end{justify-content:flex-end}.flexbox.start{align-items:flex-start}.flexbox.stretch{align-items:stretch}.flexbox.alStart{align-items:flex-start}.flexbox.alEnd{align-items:flex-end}.flexbox.col{flex-direction:column}.row-gap-15{row-gap:15px}.m-auto{margin:0 auto}.field_wrapper input:-webkit-autofill,.field_wrapper input:-webkit-autofill:hover,.field_wrapper input:-webkit-autofill:focus,.field_wrapper textarea:-webkit-autofill,.field_wrapper textarea:-webkit-autofill:hover,.field_wrapper textarea:-webkit-autofill:focus,.field_wrapper select:-webkit-autofill,.field_wrapper select:-webkit-autofill:hover,.field_wrapper select:-webkit-autofill:focus{-webkit-text-fill-color:var(--inputColor);box-shadow:0 0 0 1000px transparent inset!important;transition:background-color 5000s ease-in-out 0s}.field_wrapper.overflow_hide{overflow:hidden}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}input[type=file],input[type=file]::-webkit-file-upload-button{cursor:pointer}input[type=search i]::-webkit-search-cancel-button{display:none}.transparent::-webkit-scrollbar{width:0;height:0}.transparent::-webkit-scrollbar-track{background:transparent}.transparent::-webkit-scrollbar-thumb{background:transparent}.dateTime{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" on}.chip{border:1px solid var(--titleColor);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;font-weight:600;padding:0 .5rem;height:1.25rem;line-height:normal;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.chip .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:4.375rem}.chip+.chip{margin-left:.5rem}.smChip{background-color:var(--white);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;padding:0 .3125rem;font-weight:700}.tag{border-radius:.9375rem;-webkit-border-radius:.9375rem;-moz-border-radius:.9375rem;-ms-border-radius:.9375rem;-o-border-radius:.9375rem;padding:.3125rem .5rem;height:1.875rem;line-height:1.875rem;display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;align-items:center;justify-content:center;position:relative;font-weight:500;min-width:6.25rem;font-family:var(--font)}.tag.success{background-color:var(--successBg);color:var(--success)}.tag.failed{background-color:var(--errorBg);color:var(--error)}.tag.failed2{background-color:var(--errorBg2);color:var(--error);height:1.375rem;padding:0 .25rem}.tag:not(:nth-last-of-type(1)){margin-right:1rem}.tag:not(:nth-last-of-type(1)):after{position:absolute;right:-.5rem;transform:translate(-50%);top:0;content:"";display:block;width:1px;height:100%;background-color:var(--textColor)}.colorDot:before{width:.75rem;height:.75rem;content:"";display:inline-block;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-right:.3125rem}.colorDot:nth-of-type(1):before{background:#fde0ba}.colorDot:nth-of-type(2):before{background:#fbcbc7}.card{background-color:var(--cardBg20);padding:1.25rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;-webkit-box-shadow:6px 6px 54px 0px rgba(0,0,0,.0509803922);-moz-box-shadow:6px 6px 54px 0px rgba(0,0,0,.0509803922);box-shadow:6px 6px 54px #0000000d}@media screen and (max-width:991px){.card{padding:1rem}}.card.border{border:1px solid var(--borderColor);height:auto;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.card.bg{background-color:var(--white)}.card.h-100{height:100%;min-height:100%}.card.br-20{border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;-ms-border-radius:1.25rem;-o-border-radius:1.25rem}.card.smMargin:not(:nth-last-of-type(1)){margin-bottom:.625rem}.card.smCard{padding:.5rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.card.mdCard{padding:.75rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;min-height:3.75rem}.card.break{position:relative}.card.break:before{pointer-events:none;position:absolute;width:100%;height:100%;left:0;right:0;top:0;bottom:0;content:"";display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;border-bottom:.3125rem solid var(--appPrimary);opacity:.05}.card.active{border-color:#b2cfe7}.card.overflow_x{overflow-x:auto}.card.light{background-color:#ecf3f9}.card_label{padding:.0625rem .3125rem;border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;-ms-border-radius:1.25rem;-o-border-radius:1.25rem}.card_label.failed{background-color:var(--errorBg2);color:var(--error)}.indicator{display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;align-items:center;color:var(--secondary);font-weight:500;font-size:.875rem}.indicator .dot{width:.75rem;height:.75rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-right:.625rem}.indicator .dot.primary{background-color:var(--primary)}.indicator .dot.gray{background-color:var(--gray20)}.indicator .dot.warn{background-color:var(--warn)}.card-loader{min-height:8.5625rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;flex-direction:column}.card-loader>div{min-height:1.0625rem;border-radius:.25rem;color:transparent;background:linear-gradient(90deg,#f6f7f7,#e5e8ea,#f6f7f7);background-size:200%;animation:skeleton .7s cubic-bezier(.53,.38,.36,.79) infinite forwards}.text-loader{min-height:1.125rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;flex-direction:column;margin-bottom:1.25rem}.text-loader>div{min-height:1.5rem;border-radius:.25rem;color:transparent;background:linear-gradient(90deg,#f6f7f7,#e5e8ea,#f6f7f7);background-size:200%;animation:skeleton .7s cubic-bezier(.53,.38,.36,.79) infinite forwards}.table-loader th:nth-child(1) span,.table-loader td:nth-child(1) span{width:13.75rem}.table-loader th span,.table-loader td span{height:1.125rem;width:7.5rem;display:block;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;border-radius:.25rem;background:linear-gradient(90deg,#f6f7f7,#e5e8ea,#f6f7f7);background-size:200%;animation:skeleton .7s cubic-bezier(.53,.38,.36,.79) infinite forwards;color:transparent}.table-loader .custom_table .MuiTableCell-head:first-of-type{position:static}.table-box-loader .flexbox>h1,.table-box-loader .flexbox span{width:7.5rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;border-radius:.25rem;color:transparent;background:linear-gradient(90deg,#f6f7f7,#e5e8ea,#f6f7f7);background-size:200%;animation:skeleton .7s cubic-bezier(.53,.38,.36,.79) infinite forwards}.spinner_wrap{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.spinner{max-width:2.5rem;margin:1.5rem auto 0;display:inline-flex;justify-content:center;align-items:center}.spinner.lg{min-height:25rem}.spinner.xl{height:26.75rem}.expandable{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;width:100%;padding:0;background-color:transparent;font-weight:500;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1.46484 1.64844L4.96484 5.14844L8.46484 1.64844' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center;cursor:pointer;margin:.1875rem 0 .25rem;font-family:var(--fontInter);border:0}.expandable .panel{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.expandable.expanded{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M8.46484 4.35156L4.96484 0.851563L1.46484 4.35156' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.filter_wrap{flex-wrap:wrap;row-gap:.9375rem}.filter_wrap.with_search{margin-left:.625rem}@media screen and (max-width:1024px){.filter_wrap.with_search{width:100%;margin-left:0}}.imp_info{position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;padding-left:1.25rem;color:var(--gray20);font-weight:500}.imp_info:before{position:absolute;left:0;top:50%;transform:translateY(-50%);content:"*";color:var(--error);font-size:1.125rem;width:1.125rem;height:1.375rem}.imp_info.info_icon{padding-left:1.875rem}.imp_info.info_icon:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M10.3802 13.3346V10.0013M10.3802 6.66797H10.3885M18.7135 10.0013C18.7135 14.6037 14.9826 18.3346 10.3802 18.3346C5.77784 18.3346 2.04688 14.6037 2.04688 10.0013C2.04688 5.39893 5.77784 1.66797 10.3802 1.66797C14.9826 1.66797 18.7135 5.39893 18.7135 10.0013Z' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");height:1.25rem;background-repeat:no-repeat;background-size:contain}.infoimg{width:1.25rem;filter:brightness(0) saturate(100%) invert(25%) sepia(7%) saturate(2102%) hue-rotate(164deg) brightness(102%) contrast(85%)}.no_data_found{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:6.25rem 0}.no_data_found img{margin-bottom:1.25rem}.no_data_found .btn_refresh{min-width:9.75rem;height:2.75rem;font-size:1rem;font-weight:600}@media screen and (max-width:1440px){.no_data_found .btn_refresh{font-size:.875rem}}.barStyles{height:26.25rem}.percent{font-size:.625rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;padding:.1875rem .5rem .1875rem 1.25rem;height:1.25rem;font-weight:500;background-repeat:no-repeat;background-position-y:center;background-position-x:.3125rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem}.percent.success{background-color:var(--successBg);color:var(--success);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M2.9165 7.95182L7.08317 3.78516M7.08317 3.78516H2.9165M7.08317 3.78516V7.95182' stroke='%2317B26A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.percent.decline{background-color:var(--errorBg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M2.91675 3.78516L7.08341 7.95182M7.08341 7.95182V3.78516M7.08341 7.95182H2.91675' stroke='%23F04438' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");color:var(--error)}.percent.success-labor{background-color:var(--successBg);color:var(--success);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M2.91732 3.66699L7.08398 7.83366M7.08398 7.83366L7.08398 3.66699M7.08398 7.83366L2.91732 7.83366' stroke='%2317B26A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.percent.decline-labor{background-color:var(--errorBg);color:var(--error);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M2.91602 7.83301L7.08268 3.66634M7.08268 3.66634L2.91602 3.66634M7.08268 3.66634L7.08268 7.83301' stroke='%23F04438' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.quantityWrap{margin-top:.375rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;-webkit-box-shadow:0 1px 2px 0px rgba(16,24,40,.0509803922);-moz-box-shadow:0 1px 2px 0px rgba(16,24,40,.0509803922);box-shadow:0 1px 2px #1018280d;padding:8px;border:1px solid var(--borderColor);gap:10px}.quantityWrap .MuiIconButton-root{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem}.quantityWrap .MuiIconButton-root:hover{background-color:var(--primary)}.horizontalLine{border-top:1px solid var(--borderColor);border-bottom:0}.previewImgWrap{aspect-ratio:3/2;max-width:210px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.migrationWrapper{max-width:20rem}.migrationWrapper .linearProgressBar{max-width:15.625rem;margin:0 auto}.migrationWrapper .greenProgress{background-color:var(--cardBg20)}.migrationWrapper .greenProgress .MuiLinearProgress-bar{background-color:var(--success)}.MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root:hover{color:#2a7bbb!important}.MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects{cursor:default!important}.MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects.active,.MuiMenu-paper.singleSearchPopover .MuiList-root .MuiMenuItem-root.singleSelects:hover{font-weight:500!important;color:var(--menuText)!important;background:var(--white)!important}.aqDateSec{display:flex;flex-direction:column;gap:0;text-align:left;white-space:nowrap}.sortByPopover{min-width:300px!important;margin-top:10px;border-radius:12px}.sortByPopover .filterBtnWrapper{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:10px}.sortByPopover .filterBtnWrapper button{width:100%!important}.sortByPopover .MuiList-root{min-width:200px;font-family:var(--font)}.sortByPopover .MuiList-root .MuiMenuItem-root{padding:10px 20px!important;transition:all .3s ease}.sortByPopover .MuiList-root .MuiMenuItem-root:hover:not(:first-of-type){transition:all .3s ease;font-weight:600!important}.sortByPopover .MuiList-root .MuiMenuItem-root:first-of-type{padding:0 0 10px!important;opacity:1!important}.sortByPopover.packageListing .MuiList-root .MuiMenuItem-root.Mui-selected{display:flex}.sortByPopover.packageListing .MuiList-root .MuiMenuItem-root.Mui-selected .MuiListItemText-root span{overflow:hidden;text-overflow:ellipsis}.cardActionPopover .MuiMenu-paper,.cardActionPopover .pumpDropdown{border-radius:12px!important;padding:0 10px!important;min-width:184px}.cardActionPopover .MuiMenu-paper .MuiList-root .MuiMenuItem-root,.cardActionPopover .pumpDropdown .MuiList-root .MuiMenuItem-root{padding:10px!important;background:#ffffff03;border-radius:10px;font-family:var(--font);font-size:14px!important;font-weight:500!important;color:var(--btnBlackBg)!important;justify-content:flex-start;align-items:center;line-height:1.5rem}.cardActionPopover .MuiMenu-paper .MuiList-root .MuiMenuItem-root:hover,.cardActionPopover .pumpDropdown .MuiList-root .MuiMenuItem-root:hover{background-color:#d2e7ff;color:#2a7bbb!important}.packageDetailsLoading .MuiSkeleton-root{width:31%!important}@media screen and (max-width:1024px){.packageDetailsLoading .MuiSkeleton-root{width:43%!important}}.packageDetailsLoading .MuiSkeleton-pulse.pumpLoader.w10{width:10%!important}@media screen and (max-width:1024px){.packageDetailsLoading .MuiSkeleton-pulse.pumpLoader.w10{width:48%!important}}.packageDetailsLoading .MuiSkeleton-pulse.pumpLoader.w200{width:200px!important}@media screen and (max-width:1024px){.packageDetailsLoading .MuiSkeleton-pulse.pumpLoader.w200{width:48%!important}}.valveMaintenanceAccordionWrapper .MuiAccordionSummary-expandIconWrapper{display:flex;gap:10px;transform:rotate(0)!important}.valveMaintenanceAccordionWrapper .MuiAccordion-root{padding:0 15px;border-radius:12px!important;background:#f8f9f9;margin-bottom:20px!important}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionSummary-root{padding:0;background-color:transparent}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionSummary-content{margin:15px 0}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionSummary-content .accordionHeader{display:flex;align-items:center;gap:10px}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionSummary-content .accordionHeader .cardTitle{margin-bottom:0}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionSummary-content .accordionHeader .headerTooltip{display:flex!important;align-items:center;height:19px}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionSummary-content .accordionHeader h4{font-size:14px;font-weight:600}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root{padding:0!important}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper{margin:20px -15px 0;display:flex;align-items:flex-start;flex-wrap:wrap}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper{width:50%;padding:0 15px;margin-bottom:30px}@media screen and (max-width:1024px){.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper{width:100%;margin-bottom:20px}}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper{border:.5px solid #bdc4ca;border-radius:12px;padding:15px}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .topView{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .topView button{width:160px}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .topView .onLoadWrapper{display:flex;align-items:center;gap:5px}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .topView .onLoadWrapper .loaderTxt{color:#3a4f5f;font-weight:600;font-size:13px}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .topView .onLoadWrapper .btnLoaderImg{animation-name:rotate;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .cardDataListWrapper .dataList{padding:10px 0;display:flex;align-items:center;justify-content:space-between}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .cardDataListWrapper .dataList:last-of-type{padding-bottom:0}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .cardDataListWrapper .dataList:first-of-type{padding-top:0}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .cardDataListWrapper .dataList .key{font-weight:500;font-size:14px;line-height:17.5px;color:#85929c}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .cardDataListWrapper .dataList .repairKitLinks{min-height:45px;max-width:200px;text-align:right;word-break:break-word;display:flex;align-items:center;justify-content:space-between;flex-direction:column;justify-content:center}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .cardDataListWrapper .dataList .repairKitLinks a{color:#2a7bbb;font-weight:500;font-size:16px;line-height:20px;display:inline-block}.valveMaintenanceAccordionWrapper .MuiAccordion-root .MuiAccordionDetails-root .cardsGridWrapper .card-wrapper .cardInnerWrapper .cardDataListWrapper .dataList .value{font-weight:500;font-size:16px;line-height:20px;color:#3a4f5f}.pumpDropdown{min-width:300px!important;max-height:300px}.pumpDropdown.MuiMenu-paper{border-radius:12px!important;padding:0 10px!important}.pumpDropdown.MuiMenu-paper .MuiList-root .MuiMenuItem-root{padding:10px!important;background:#ffffff03;border-radius:10px;font-family:var(--font);font-size:14px!important;font-weight:500!important;color:var(--btnBlackBg)!important;justify-content:flex-start;align-items:center;line-height:1.5rem}.pumpDropdown.MuiMenu-paper .MuiList-root .MuiMenuItem-root:hover{background-color:#d2e7ff;color:#2a7bbb!important}.pumpDropdown.MuiMenu-paper .MuiList-root .MuiMenuItem-root.MuiMenuItem-root{padding:10px!important;background:#ffffff03;border-radius:10px;font-family:var(--font);font-size:14px!important;font-weight:500!important;color:var(--btnBlackBg)!important;justify-content:flex-start;align-items:center;line-height:1.5rem}.pumpDropdown.MuiMenu-paper .MuiList-root .MuiMenuItem-root.MuiMenuItem-root:hover,.pumpDropdown.MuiMenu-paper .MuiList-root .MuiMenuItem-root.MuiMenuItem-root.Mui-selected{background-color:#d2e7ff;color:#2a7bbb!important}.single-tab-container{display:flex;align-items:center;justify-content:center;border:1px solid #bdc4ca;padding:10px;border-radius:12px;gap:10px;flex:1}.single-tab-container+.single-tab-container{margin-left:20px}.single-tab-container .single-panel-pump.highlighted-tab{border:2px solid #2a7bbb;background:#ecf3f9}.single-tab-container .single-panel-pump{display:flex;border:1px solid #bdc4ca;padding:10px;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;flex-grow:0;width:160px!important}.single-tab-container .single-panel-pump .sensingTabsLabel{color:#85929c;font-weight:600;font-size:14px;line-height:17.07px}.single-tab-container .single-panel-pump .sensingTabsWrapper{min-width:fit-content!important}.single-tab-container .single-panel-pump .sensing-tab-panel{width:fit-content;border-radius:10px;font-weight:600;font-size:10px;line-height:12.19px;padding:5px;text-transform:uppercase}.single-tab-container .single-panel-pump .sensing-tab-panel.CYAN{background:#d6edef;color:#07a6b4}.single-tab-container .single-panel-pump .sensing-tab-panel.PURPLE{color:#866ff4;background:#e8e6f8}.InfoModalPopper .AQtext{color:#60707d;font-size:14px;font-weight:600}.InfoModalPopper .AQFadedText{background-color:#f8f9f9;color:#60707d;font-size:14px;font-weight:500;border-radius:10px;margin:10px auto;text-align:left;padding:12px}.InfoModalPopper .AQSelectDropdownHeight{max-height:254px;overflow:auto;margin-right:-10px;padding-right:10px}.addPositionValveWrapper .from-grid-inner{display:flex;flex-wrap:wrap;align-items:flex-start;padding:0 15px}@media screen and (max-width:1024px){.addPositionValveWrapper .from-grid-inner .AQ-selectSearchWrapper{padding-bottom:8px!important}}.addPositionValveWrapper .from-grid-inner .form-field{margin-bottom:.625rem;width:33.33%;padding:0 15px}@media screen and (max-width:1024px){.addPositionValveWrapper .from-grid-inner .form-field{width:50%}}@media screen and (max-width:1024px){.addPositionValveWrapper .from-grid-inner .form-field:not(:last-of-type){margin-bottom:15px!important}}.addPositionValveWrapper .from-grid-inner .form-field .MuiTextField-root{margin-top:0}.addPositionValveWrapper .from-grid-inner .form-field .ration-input-container{display:flex;gap:20px;position:relative;justify-content:space-between}.addPositionValveWrapper .from-grid-inner .form-field .ration-input-container .inputDivider{width:fit-content;margin:auto;font-weight:600;position:absolute;left:0;right:0;top:12px}.addPositionValveWrapper .from-grid-inner .form-field .customCostInput{position:relative}.addPositionValveWrapper .from-grid-inner .form-field .customCostInput .per-container-label{height:43.1px;padding:0 10px;display:flex;align-items:center;background:#f8f9f9;border-radius:0 12px 12px 0;border:1px solid #bdc4ca;font-weight:600;font-size:14px;line-height:20px;color:#3a4f5f;position:absolute;bottom:8px;right:-3px}.addPositionValveWrapper .from-grid-inner .form-field .error-message{color:#f04438;font-size:12px;margin-top:5px}.add-container-btn{width:100%;height:40px;margin-bottom:20px;border-radius:12px;background:#ecf3f9;border:.5px solid #b2cfe7;color:#2a7bbb;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:24px}.cardSkeletonWrapper{flex-wrap:nowrap}@media screen and (max-width:1024px){.cardSkeletonWrapper{flex-wrap:wrap}}.cardSkeletonWrapper .cards-skeleton-loader{width:33.33%!important}@media screen and (max-width:1024px){.cardSkeletonWrapper .cards-skeleton-loader{width:48%!important}}@media screen and (max-width:1024px){.sensing-aqualabsystem-panel-inner-container .paginationContainer .rowsPerPageWrapper{margin-left:auto!important}}.chemical_information-loader{width:30%!important}@media screen and (max-width:1024px){.chemical_information-loader{width:50%!important}}.undermaintenance .adminAccessTableWrapper{overflow:auto;clip-path:border-box}.undermaintenance .adminAccessTableWrapper .title{font-weight:600;font-size:20px}@media screen and (max-width:1024px){.undermaintenance .adminAccessTableWrapper .title{font-size:18px}}.undermaintenance .adminAccessTableWrapper .text{border-top:1px solid #e5e8ea;padding-top:16px;margin-top:16px;font-weight:400;font-size:14px;max-width:380px;line-height:25px}@media screen and (max-width:1024px){.undermaintenance .adminAccessTableWrapper .text{padding-top:12px;margin-top:12px;font-size:14px;line-height:22px}}.undermaintenance .maintenanceWrapper img{max-width:510px}@media screen and (max-width:1500px){.undermaintenance .maintenanceWrapper img{max-width:450px}}@media screen and (max-width:1280px){.undermaintenance .maintenanceWrapper img{max-width:250px}}@media screen and (max-width:1100px){.undermaintenance .maintenanceWrapper img{max-width:160px}}@media screen and (max-width:1024px){.undermaintenance .maintenanceWrapper img{max-width:120px}}.breadcrumbsWrap{border-radius:.75rem}.breadcrumbsWrap .breadcrumbInner{display:flex;justify-content:space-between;align-items:center}.breadcrumbsWrap .breadcrumbInner .btnWrap{display:flex}.breadcrumbsWrap .breadcrumbInner .btnWrap button{width:2.75rem;min-width:2.75rem;height:2.5rem;display:flex;justify-content:center;align-items:center}.breadcrumbsWrap .breadcrumbInner .btnWrap button+button{margin-left:.5rem}.breadcrumbsWrap .mainTitle{margin:0;font-size:1.875rem;font-weight:700;line-height:2.625rem;color:var(--colorSecondary)}.breadcrumbsWrap .mainTitle .infoIcon{margin-left:.375rem;margin-bottom:.75rem;display:inline-block;vertical-align:middle;cursor:pointer}.breadcrumbsWrap .rightSec{display:flex}.breadcrumbsWrap .rightSec button{width:44px;height:40px;padding:0;border-radius:10px;background-color:var(--white);display:flex;justify-content:center;align-items:center;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;cursor:pointer;outline:0}.breadcrumbsWrap .rightSec button img{width:18px;height:18px}.breadcrumbsWrap .rightSec button+button{margin-left:.5rem}.breadcrumbsWrap .breadcrumbList{margin-bottom:1.25rem;display:flex;gap:.625rem}.breadcrumbsWrap .breadcrumbList .bredcrumbContent{white-space:nowrap}.breadcrumbsWrap .breadcrumbList .bredcrumbContent .breadcrumbLink{font-size:.875rem;font-weight:400;line-height:1.25rem;text-decoration:none;color:#85929c}.breadcrumbsWrap .breadcrumbList .bredcrumbContent .breadcrumbLink.active{color:#85929c;cursor:pointer}.breadcrumbsWrap .breadcrumbList .bredcrumbContent .breadcrumbLink.cursorDefault{cursor:default!important;pointer-events:none!important}.breadcrumbsWrap .breadcrumbList .bredcrumbContent:last-child .breadcrumbLink{color:var(--colorSecondary);cursor:default;font-weight:600}.breadcrumbsWrap .breadcrumbList .bredcrumbContent .separator{margin-left:.625rem;color:var(--tableBorder);display:inline-block;vertical-align:middle}.titleWrapper{display:flex;justify-content:space-between;align-items:flex-start}.titleWrapper .imageButton{width:2.5rem;height:2.5rem;padding:0!important;margin:0;outline:0;border:0;background-color:transparent;cursor:pointer}.titleWrapper .imageButton img{width:100%;height:100%}@media screen and (max-width:1500px){.breadcrumbsWrap .mainTitle{font-size:1.5rem;line-height:1.875rem}.breadcrumbsWrap .mainTitle .infoIcon{margin-left:.375rem;margin-bottom:.4375rem}.breadcrumbsWrap .breadcrumbList{margin-bottom:.625rem;gap:.375rem}.breadcrumbsWrap .breadcrumbList .bredcrumbContent{white-space:nowrap}.breadcrumbsWrap .breadcrumbList .bredcrumbContent .breadcrumbLink{font-size:.8125rem}.breadcrumbsWrap .breadcrumbList .bredcrumbContent .separator{margin-left:.375rem}}@media screen and (max-width:1280px){.breadcrumbsWrap .mainTitle .infoIcon{margin-bottom:.5rem}}@media screen and (max-width:1024px){.breadcrumbsWrap .mainTitle{font-size:1.5rem;line-height:25px}.breadcrumbsWrap .breadcrumbList{gap:.25rem;flex-wrap:wrap}.breadcrumbsWrap .breadcrumbList .bredcrumbContent{white-space:nowrap}.breadcrumbsWrap .breadcrumbList .bredcrumbContent .breadcrumbLink{font-size:.8125rem}.breadcrumbsWrap .breadcrumbList .bredcrumbContent .separator{margin-left:.25rem}}.notificationTooltipPopper .MuiTooltip-arrow{width:14px!important;margin-left:-13px!important;height:21px!important;margin-top:-6px!important;left:14px!important}@media screen and (max-width:1500px){.notificationTooltipPopper .MuiTooltip-arrow{margin-top:-5px!important}}@media screen and (max-width:1280px){.notificationTooltipPopper .MuiTooltip-arrow{margin-top:-4px!important}}.notificationTooltipPopper .MuiTooltip-tooltip{margin-left:12px!important;margin-top:0;max-width:238px!important;padding:14px!important;border-radius:12px!important;background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d!important;font-family:Inter,sans-serif!important}@media screen and (max-width:768px){.notificationTooltipPopper .MuiTooltip-tooltip{max-width:150px!important}}@media screen and (max-width:700px){.notificationTooltipPopper .MuiTooltip-tooltip{max-width:120px!important}}@media screen and (max-width:600px){.notificationTooltipPopper .MuiTooltip-tooltip{max-width:130px!important}}.notificationTooltipPopper .tooltipTitle{font-family:Inter,sans-serif!important;font-size:10px!important;font-weight:400!important;line-height:15px!important;color:#fff!important}.notificationTooltipPopper .MuiTooltip-arrow:before{background-color:#0e1f2c!important;box-shadow:6px 6px 54px #0000000d}.notificationTooltipPopper .learnMoreTxt{font-weight:700!important;text-decoration:underline!important;display:inline-block;color:#fff;font-family:Inter,sans-serif!important}.keywordDetailSection,.keywordDetailSection .keywordDetailsWrapper{display:flex;flex-direction:column;gap:20px}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;padding:24px 20px}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .actionBtn{cursor:pointer}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection p{margin:0}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .headingSection{display:flex;justify-content:space-between;align-items:center;gap:20px}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .headingSection .keywordTitleSection{display:flex;flex-direction:column;gap:10px}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .headingSection .keywordTitleSection .keywordName{display:flex;gap:20px}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .headingSection .keywordTitleSection .keywordName .keywordStatus{display:flex;align-items:center;gap:5px}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .headingSection .keywordTitleSection .keywordName .keywordStatus .statusLegend{width:8px;height:8px;border-radius:50%}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .headingSection .keywordTitleSection .createdDate{display:flex;gap:10px}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .headingSection .keywordTitleSection .createdDate .dateTime{display:flex;gap:5px}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .headingSection h3{font-family:var(--font);font-size:16px;line-height:24px;font-weight:700;color:var(--colorSecondary)}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .loadingSection{justify-content:space-between;flex-direction:row;display:flex;gap:20px}.keywordDetailSection .keywordDetailsWrapper .basicDetailsSection .loader{min-height:2.75rem;width:100%;border-radius:.25rem;color:transparent;background:linear-gradient(90deg,#f6f7f7,#e5e8ea,#f6f7f7);background-size:200%;animation:skeleton .7s cubic-bezier(.53,.38,.36,.79) infinite forwards}.keywordDetailSection .keywordDetailsWrapper .keywordAnalyticsWrapper{display:flex;flex-direction:column;gap:20px;background-color:var(--headerBg)}.keywordDetailSection .keywordDetailsWrapper .keywordAnalyticsWrapper .grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width:1024px){.keywordDetailSection .keywordDetailsWrapper .keywordAnalyticsWrapper .grid-container{grid-template-columns:repeat(2,1fr);gap:15px}}.keywordDetailSection .keywordDetailsWrapper .keywordAnalyticsWrapper .grid-container .grid-item{display:flex;flex-direction:column;padding:1.5rem;gap:24px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px}.keywordDetailSection .keywordDetailsWrapper .keywordAnalyticsWrapper .grid-container .grid-item .iconSection{display:flex;justify-content:flex-start;align-items:center;gap:12px}.keywordDetailSection .keywordDetailsWrapper .keywordAnalyticsWrapper .grid-container .grid-item .iconSection img{width:48px;height:48px}.keywordDetailSection .keywordDetailsWrapper .keywordAnalyticsWrapper .grid-container .grid-item .iconSection .grid-item-name{margin:0;display:inline-block;font-family:var(--font);font-size:16px;font-weight:500;line-height:24px;color:var(--tabTextColor)}.keywordDetailSection .keywordDetailsWrapper .keywordAnalyticsWrapper .grid-container .grid-item .iconSection .grid-item-name img{cursor:pointer;width:16px;height:16px;margin-left:6px;margin-top:-2px;display:inline-block;vertical-align:middle}.keywordDetailSection .keywordDetailsWrapper .keywordAnalyticsWrapper .grid-container .grid-item .grid-item-value{font-size:36px;font-weight:700;color:var(--inputColor);word-break:break-word}.keywordDetailSection .keywordDetailsWrapper .shimmer{width:100%;border-radius:8px;background:linear-gradient(90deg,#e5e5e5 25%,#f2f2f2 37%,#e5e5e5 63%);background-size:400% 100%;animation:shimmerMove 1.4s ease infinite}@keyframes shimmerMove{0%{background-position:-400px 0}to{background-position:400px 0}}.keywordDetailSection .keywordDetailsWrapper .shimmer-iconSection{height:50px;margin-bottom:20px}.keywordDetailSection .keywordDetailsWrapper .shimmer-valueSection{height:50px}.keywordDetailSection .keywordDetailsWrapper .topInfoSection{display:flex;flex-direction:column;gap:12px;width:30%}.keywordDetailSection .keywordDetailsWrapper .shimmer-topBlock,.keywordDetailSection .keywordDetailsWrapper .shimmer-subBlock{height:28px;width:60%}.keywordDetailSection .keywordDetailsWrapper .shimmer-actionBtn{width:120px;height:40px}.keywordDetailSection .keywordTabsWrapper{display:flex;flex-direction:column;background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;padding:12px 20px 24px;gap:24px}.keywordDetailsSubTabs{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;padding:20px}.keywordDetailsSubTabs .campaignTabSection .tabsPanel{border:none;border-radius:0;border-bottom:1px solid var(--btnDisabled)!important}.keywordDetailsSubTabs .status-legend{display:flex;align-items:center;gap:10px}.keywordDetailsSubTabs .status-dot{width:8px;height:8px;border-radius:50%}.keywordDetailsSubTabs .status-text{font-weight:500}.keywordDetailsSubTabs .status-dot.active{background-color:#17b26a}.keywordDetailsSubTabs .status-dot.exhausted{background-color:#bdc4ca}.keywordDetailsSubTabs .status-dot.replaced{background-color:#f79009}.keywordDetailsSubTabs .status-dot.removed{background-color:#f04438}.keywordDetailsSubTabs .status-dot.sent{background-color:#17b26a}.keywordDetailsSubTabs .status-dot.delivered{background-color:#2a7bbb}.keywordDetailsSubTabs .status-dot.failed{background-color:#f04438}.keywordDetailsSubTabs .status-dot.received{background-color:#53c3dd}.commonSearchWrapper{width:100%}.commonSearchWrapper input:-webkit-autofill,.commonSearchWrapper input:-webkit-autofill:hover,.commonSearchWrapper input:-webkit-autofill:focus,.commonSearchWrapper input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px #f8f9f9 inset;box-shadow:0 0 0 1000px #f8f9f9 inset;-webkit-text-fill-color:var(--black)}.commonSearchWrapper.customerSearch{width:212px!important;min-width:13.25rem!important}@media screen and (max-width:1100px){.commonSearchWrapper.customerSearch.w100{width:100%!important;min-width:100%!important}}.commonSearchWrapper button{width:fit-content!important}.commonSearchWrapper .searchCloseIcon{width:fit-content!important;height:auto!important;padding:5px!important}.commonSearchWrapper .MuiInputBase-root{width:100%}.commonSearchWrapper .MuiInputBase-root:before{content:none}.commonSearchWrapper .MuiInputBase-root:after{content:none}.commonSearchWrapper .searchInput .MuiTextField-root{margin-top:.375rem}.commonSearchWrapper .searchInput .MuiInputBase-input{padding:10px 15px 10px 0;font-family:var(--font)!important;font-size:.875rem!important;font-weight:500;line-height:1.5rem;color:var(--inputTextColor)!important}.commonSearchWrapper .searchInput .MuiInputBase-input::placeholder{color:var(--placeholderTextColor);opacity:1;font-weight:500;font-size:.875rem!important}.commonSearchWrapper .searchInput .MuiInputBase-root{height:2.5rem;background-color:var(--headerBg);border-radius:.625rem}.commonSearchWrapper .searchInput .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;border-radius:.625rem!important;box-shadow:0 1px 2px #1018280d}.commonSearchWrapper .searchInput .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d0d5dd!important;box-shadow:0 1px 2px #1018280d}.commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiOutlinedInput-notchedOutline,.commonSearchWrapper .searchInput .MuiTextField-root.errorTextField .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--listRedBg)!important}.commonSearchWrapper .searchInput .MuiInputAdornment-root p{margin:0 -6px 0 0;font-size:.875rem;font-weight:400;color:var(--inputColor);font-family:var(--font)!important}.tabsSkeleton{display:flex;gap:10px;width:100%}.tabsSkeleton .MuiTabs-root{width:77%;padding:0;overflow:hidden!important}.tabsSkeleton .templateSection .skeleton-loader{width:calc(33% - 10px);height:300px}.skeleton-loader{width:100%;height:28px;background-color:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out;color:transparent}.skeleton-loader:not(:last-child){margin-bottom:8px}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f5f5f5}to{background-color:#e0e0e0}}.sortWrapper{height:12px;margin-left:7px;display:flex;flex-direction:column;justify-content:center;align-items:center}.sortWrapper .upArrow,.sortWrapper .downArrow{width:8px;cursor:pointer}.sortWrapper .upArrow{margin-bottom:3px}.CommonCampaignTableWrapper .tableWrapper .MuiTableCell-root .textRight{text-align:left!important;justify-content:flex-start!important}.CommonCampaignTableWrapper .tableWrapper .MuiTableCell-root:first-of-type{width:auto!important}.CommonCampaignTableWrapper .tableWrapper .MuiTableCell-root .withChecks.numericAlign{text-align:left!important;width:fit-content;justify-content:flex-start!important;margin:0!important}.CommonCampaignTableWrapper .tableWrapper .MuiTableCell-root.textRight{text-align:left!important;justify-content:flex-start!important}@media(max-width:1440px){.CommonCampaignTableWrapper .MuiTableCell-root{white-space:nowrap}}.removeBorder,.CouponCodeSectionWrapper .couponCodeSectionTable{padding:0;border:none}.CouponCodeSectionWrapper .couponCodeSectionTable .MuiPaper-root{background-color:transparent;box-shadow:none}.CouponCodeSectionWrapper .couponCodeSectionTable .MuiPaper-root .MuiTableContainer-root{border:none;border-radius:0}.CouponCodeSectionWrapper .couponCodeSectionTable .MuiPaper-root table{border:1px solid var(--btnDisabled);border-radius:10px;overflow:hidden}.CouponCodeSectionWrapper .couponCodeSectionTable .MuiPaper-root table .nav_link{color:var(--colorPrimary);font-family:Inter;font-size:14px;font-weight:500;line-height:16.94px;text-align:left;text-decoration-line:underline;cursor:pointer}.CouponCodeSectionWrapper .couponCodeSectionTable .MuiPaper-root table th{background-color:transparent!important;padding:10px}.CouponCodeSectionWrapper .couponCodeSectionTable .MuiPaper-root table tbody .MuiTableRow-root:nth-of-type(odd){background-color:#f4f4f8}.CouponCodeSectionWrapper .couponCodeSectionTable .MuiPaper-root table tbody td{padding:10px}.CouponCodeSectionWrapper .couponCodeSectionTable .MuiPaper-root table tbody td p{margin:0}.CouponCodeSectionWrapper .couponCodeSectionTable .MuiPaper-root table .MuiTableCell-body{padding:10px!important}.CouponCodeSectionWrapper .couponCodeHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.CouponCodeSectionWrapper .couponCodeHeader h3{font-weight:600;font-size:18px;line-height:24px;color:#3a4f5f}:root{--tableLink: #0071c2;--white: #ffffff;--black: #000000;--grayBg: linear-gradient(45deg, #f4f2f3 0%, #e4edf4 100%);--grayText: #525454;--lightGrayText: #5d6d84;--colorError: #f04438;--lightBlackText: #152d40;--placeholderTextColor: #abb3ba;--stepperActiveTextColor: #0162dd;--inputColor: #3a4f5f;--hoverBg: #D2E7FF;--headerBg: #f8f9f9;--borderGrayBg: #bdc4ca;--headerBorder: #edecf2;--btnPrimary: #2a7bbb;--colorPrimary: #2a7bbb;--colorSecondary: #3a4f5f;--stepperColor: #242e39;--headerText: #84a0b8;--labelColor: #3a4f5f;--inputTextColor: #3a4f5f;--modalTitle: #3a4f5f;--modalInfoText: #60707d;--listBlueBg: #2a7cdc;--listRedBg: #f5867e;--menuText: #60707d;--activeMenuText: #3a4f5f;--activeMenuBg: #d2e7ff;--sidebarActiveBg: #c3daec;--sidebarActiveMeuBg: #ecf3f9;--seperatorBg: #abb3ba;--tabBorderColor: #f1f4fa;--tabTextColor: #60707d;--lightBorder: #d0d5dd;--lightColor40: #eaecf0;--borderGray: #d4d7e3;--borderError: #f5867e;--stepperBorder: #a1aebe;--tableBorder: #d3dae6;--btnDisabled: #bdc4ca;--stepperDisableBg: #abb3ba;--stepperBg: #2a7bbb;--bgLight: #f1f4fa;--tabActiveColor: #3a4f5f;--filterTitleText: #85929c;--checkboxBg: #c9cbcd;--btnBlueBg: #eef6ff;--btnLightBlueBg: #f7fbff;--btnBlackBg: #344f5f;--greenStatus: #17b26a;--lightGreenBg: #bee9d5;--gradientBg: linear-gradient(180deg, #f9faff 0%, #fbfcff 100%);--font: "Montserrat", sans-serif;--lightgrey: #475467;--grey200: #e4e7ec;--lodaerBgColor: #e0e0e0;--placeholder-font-family: "Montserrat", sans-serif;--orangeStatus: #f79009;--attachmentBorderClr: #90badc;--primary500: #53c3dd;--accent700: #9c9e9f}.campaignTabSection .tabsPanel{margin-bottom:1.25rem;display:flex;gap:50px;background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;padding:0rem 1.5rem}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root{min-height:3.625rem;height:3.625rem;padding:15px 0;font-family:var(--font);font-weight:500;line-height:1.5rem;color:var(--tabTextColor);text-transform:capitalize;transition:all .3s ease-in;border-bottom:2px solid transparent;font-size:1rem}@media screen and (max-width:1024px){.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root{font-size:.875rem}}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:first-child{width:fit-content!important;min-width:fit-content!important}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:first-child.MuiCheckbox-root{width:fit-content}@media screen and (max-width:768px){.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:first-child.MuiCheckbox-root{white-space:nowrap}}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:not(:first-child){margin-left:2.5rem}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:nth-of-type(2){width:fit-content!important;min-width:fit-content!important}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:nth-of-type(3){width:fit-content!important;min-width:fit-content!important}@media screen and (max-width:768px){.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:nth-of-type(3){white-space:nowrap}}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:nth-of-type(3).MuiCheckbox-root{width:fit-content}@media screen and (max-width:768px){.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:nth-of-type(3).MuiCheckbox-root{white-space:nowrap}}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root .MuiFormControlLabel-root{margin:0}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root .MuiFormControlLabel-root .MuiTypography-root{margin:0!important;font-family:var(--font);font-weight:500;line-height:1.5rem;color:var(--tabTextColor);font-size:1rem}@media screen and (max-width:1024px){.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root .MuiFormControlLabel-root .MuiTypography-root{font-size:.875rem}}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected,.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected .MuiFormControlLabel-root .MuiTypography-root,.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:hover{color:var(--tabActiveColor);font-weight:700}.campaignTabSection .tabsPanel .MuiTabs-root .MuiTabs-indicator{height:.1875rem;background-color:var(--colorPrimary)}.campaignTabSection .tabsPanel .MuiTabs-indicator{height:4px!important}.campaignTabSection .tabsPanel .MuiTabs-scrollButtons{min-width:fit-content;width:fit-content}.equalTabSection{width:100%;border-bottom:1px solid var(--btnDisabled);background-color:var(--headerBg)}.equalTabSection .MuiTabs-root{min-height:3.125rem}.equalTabSection .MuiTabs-root .MuiTabs-flexContainer{display:flex;justify-content:space-between}.equalTabSection .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root{flex:1;max-width:none;text-align:center;color:var(--tabTextColor);font-family:var(--font);font-weight:500;text-transform:capitalize;font-size:1rem;padding:.875rem 0;transition:all .3s ease}.equalTabSection .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root:hover{color:var(--tabActiveColor);font-weight:600}.equalTabSection .MuiTabs-root .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected{color:var(--tabActiveColor);font-weight:700}.equalTabSection .MuiTabs-root .MuiTabs-indicator{height:.1875rem;background-color:var(--colorPrimary)}.assigntabModalSection.siteModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(1){width:150px!important;min-width:150px!important}.assigntabModalSection.siteModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(1) .skeleton-loader{width:150px!important;min-width:150px!important}.assigntabModalSection.siteModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(2){width:fit-content!important;min-width:fit-content!important;white-space:normal!important}.assigntabModalSection.siteModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(2) .skeleton-loader{width:fit-content!important;min-width:fit-content!important;white-space:normal!important}.assigntabModalSection.siteModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(1){width:150px!important;min-width:150px!important}.assigntabModalSection.siteModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(1) .skeleton-loader{width:150px!important;min-width:150px!important}.assigntabModalSection.siteModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(2){width:fit-content!important;min-width:fit-content!important;white-space:normal!important}.assigntabModalSection.siteModal .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(1){width:150px!important;min-width:150px!important}.assigntabModalSection.siteModal .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(2){width:fit-content!important;min-width:fit-content!important;white-space:normal!important}.assigntabModalSection.siteModal .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(1){width:180px!important;min-width:180px!important}.assigntabModalSection.siteModal .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(2){width:fit-content!important;min-width:fit-content!important;white-space:normal!important}.assigntabModalSection.siteModal .w-100{display:none!important}.assigntabModalSection.siteModal .assigntabModal{border-radius:10px!important}@media screen and (max-width:1280px){.assigntabModalSection.siteModal .assigntabModal .MuiTableContainer-root{max-height:250px!important}}@media screen and (max-width:1024px){.assigntabModalSection.siteModal .assigntabModal .MuiTableContainer-root{max-height:200px!important}}.TabModal{width:768px!important;padding:0rem!important;position:relative!important;outline:none!important;zoom:1.15}@media screen and (max-width:1600px){.TabModal{zoom:1}}.TabModal .noDataWrapper{height:299px!important}@media screen and (max-width:1500px){.TabModal .noDataWrapper{height:299px!important}}@media screen and (max-width:1280px){.TabModal .noDataWrapper{height:250px!important}}@media screen and (max-width:1100px){.TabModal .noDataWrapper{height:250px!important;padding:20px 0}}@media screen and (max-width:1280px){.TabModal .noDataWrapper img{width:150px}}.TabModal .modal-title{margin-bottom:0rem!important;padding:1.25rem!important}.TabModal .title-separator{padding-bottom:0rem!important;margin-bottom:1.25rem!important}.TabModal .modalContentBox{padding:0rem 1.25rem 1.25rem}.TabModal .modalCloseBtn{right:1.25rem!important;width:2rem!important;height:2rem!important;display:block!important;top:1.125rem;padding:0rem}.TabModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(1){width:200px!important;min-width:200px!important;word-break:break-all!important}.TabModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(1) .skeleton-loader{width:200px!important;min-width:200px!important;word-break:break-all!important}.TabModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(2){width:120px;min-width:120px}.TabModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head:nth-of-type(2) .skeleton-loader{width:120px;min-width:120px}.TabModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(1){width:50px!important;min-width:50px!important;padding-right:7px!important}.TabModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(1) .CheckboxGroup .MuiCheckbox-root:after{width:20px;min-width:20px;height:20px}.TabModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(1) .CheckboxGroup .MuiCheckbox-root.Mui-checked:after{width:20px;min-width:20px;height:20px}.TabModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(2){width:180px!important;min-width:180px!important;word-break:break-all!important;padding-left:7px!important}.TabModal .Tabledataloader .MuiTableContainer-root .MuiTableCell-root .MuiTableCell-root:nth-of-type(3){width:120px;min-width:120px;white-space:nowrap!important}.TabModal .MuiTableContainer-root .MuiTableCell-root:nth-of-type(1){width:50px!important;min-width:50px!important;padding-right:8px!important}.TabModal .MuiTableContainer-root .MuiTableCell-root:nth-of-type(1) .CheckboxGroup .MuiCheckbox-root:after{width:20px;min-width:20px;height:20px}.TabModal .MuiTableContainer-root .MuiTableCell-root:nth-of-type(1) .CheckboxGroup .MuiCheckbox-root.Mui-checked:after{width:20px;min-width:20px;height:20px}.TabModal .MuiTableContainer-root .MuiTableCell-root:nth-of-type(2){width:180px!important;min-width:180px!important;word-break:break-all!important;padding-left:7px!important}.TabModal .MuiTableContainer-root .MuiTableCell-root:nth-of-type(3){width:120px;min-width:120px;white-space:nowrap!important}@media(max-width:768px){.TabModal{width:90%!important}}@media(max-width:1024px){.TabModal .scrollable-grid{height:100%!important}.TabModal .scrollable-grid .segmentationTableListing .MuiTableContainer-root{max-height:18.75rem!important}.TabModal .scrollable-grid .segmentationTableListing .MuiTableContainer-root .MuiTableCell-root:nth-of-type(2){width:130px!important;min-width:130px!important}}.TabModal .tabDataLoader .filter_loader{display:none}.TabModal .tabDataLoader .MuiTableContainer-root{border-top:0!important;border-left:0!important;border-right:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.TabModal .segmentationTableListing .MuiRadio-root:after,.TabModal .segmentationTableListing .MuiRadio-root.Mui-checked:after{width:1.25rem!important;height:1.25rem!important;top:0;background-size:1.25rem!important}.modal-containers{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:980px;background-color:var(--white);box-shadow:24px;max-height:95vh;display:flex;flex-direction:column;border:1px solid var(--white);border-radius:16px;padding:28px;overflow-y:auto;clip-path:border-box}@media screen and (max-width:1024px){.modal-containers{max-height:calc(100vh - 100px)}}@media screen and (max-width:768px){.modal-containers{max-height:calc(100vh - 150px)}}.modal-containers.w728{max-width:728px}.modal-containers .commonSearchWrapper input:-webkit-autofill,.modal-containers .commonSearchWrapper input:-webkit-autofill:hover,.modal-containers .commonSearchWrapper input:-webkit-autofill:focus,.modal-containers .commonSearchWrapper input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--white) inset!important;box-shadow:0 0 0 1000px var(--white) inset!important;-webkit-text-fill-color:var(--black)}.modal-containers .textArrow{display:flex;align-items:center;justify-content:flex-start}.modal-containers .textArrow img{margin-right:8px}.modal-containers .textArrow .tableLink{text-decoration:underline;color:var(--btnPrimary)!important;font-family:Inter,sans-serif!important;cursor:pointer}.modal-containers .textArrow .tableLink span{text-decoration:underline;color:var(--btnPrimary)!important;font-family:Inter,sans-serif!important}.modal-containers .bb0{padding:0!important;border:0!important;max-height:auto!important}.modal-containers h5{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:24.38px;color:#3a4f5f}.modal-containers .searchBox{margin-left:auto;border-radius:20px 20px 0 0;display:flex;justify-content:space-between;align-items:center}.modal-containers .searchBox.pttt14{padding-top:14px!important}.modal-containers .searchBox.w100{width:100%!important}.modal-containers .searchBox.w100 .commonSearchWrapper{width:232px!important}@media screen and (max-width:1024px){.modal-containers .searchBox.w100 .commonSearchWrapper{width:auto!important;min-width:auto!important;max-width:232px!important}}.modal-containers .searchBox.w100 .commonSearchWrapper .searchInput .MuiInputBase-root{background:var(--white)!important}.modal-containers .searchBox .searchTexts{margin:0;font-size:16px;font-weight:600;line-height:24.38px;color:#3a4f5f}.modal-containers .commonSearchWrapper{margin-left:auto;width:232px!important}@media screen and (max-width:1024px){.modal-containers .commonSearchWrapper{width:auto!important;min-width:auto!important;max-width:232px!important}}.modal-containers .commonSearchWrapper .searchInput .MuiInputBase-root{background:var(--white)!important}.modal-containers .title-separator{padding-bottom:10px;margin-bottom:16px;color:gray;border-bottom:1px solid var(--borderGrayBg)}.modal-containers .title-separator.borderNone{border-bottom:0;padding-bottom:0}.modal-containers .template-card{width:216px!important;height:270px!important;box-shadow:0 4px 8px #0000001a;border-radius:10px;cursor:pointer;border:1px solid transparent;transition:border-color .3s ease}.modal-containers .template-card .templateImg{padding:24px 24px 0;margin-bottom:-12px;height:100%;position:relative}.modal-containers .template-card .templateImg .templateCardDetails{height:130px;position:absolute;z-index:2;left:0;bottom:-500px;width:216px;background:#0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:16px;transition:.3s;border-radius:0 0 14px 10px;overflow:hidden!important;text-transform:capitalize}@media screen and (max-width:1100px){.modal-containers .template-card .templateImg .templateCardDetails{width:100%}}.modal-containers .template-card .templateImg .templateCardDetails span{font-family:var(--font);font-size:11px;font-weight:400;line-height:14.63px;text-align:center;color:var(--white);display:block}.modal-containers .template-card .templateImg .templateCardDetails p{font-family:var(--font);font-size:12px;font-weight:600;line-height:14.63px;text-align:center;color:var(--white);width:100%;max-height:30px;overflow:hidden}.modal-containers .template-card .templateImg .templateCardDetails .inactive{width:120px;height:40px;border-radius:.625rem!important;border:1px solid var(--lightBorder)!important;color:var(--white)!important;display:flex;align-items:center;justify-content:center;margin:0 auto;text-transform:capitalize}.modal-containers .template-card .templateImg .templateCardDetails .active{width:120px;height:40px;color:var(--colorPrimary)!important;background:var(--sidebarActiveBg);display:flex;margin:0 auto;text-transform:capitalize;border-radius:.625rem!important}.modal-containers .template-card .templateImg .templateCardDetails .active:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.49967%208.00065L7.49967%2010.0007L11.4997%206.00065M15.1663%208.00065C15.1663%2011.6826%2012.1816%2014.6673%208.49967%2014.6673C4.81778%2014.6673%201.83301%2011.6826%201.83301%208.00065C1.83301%204.31875%204.81778%201.33398%208.49967%201.33398C12.1816%201.33398%2015.1663%204.31875%2015.1663%208.00065Z'%20stroke='%232A7BBB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:20px;height:20px;background-size:100%;margin-right:5px}.modal-containers .template-card .templateImg:hover .templateCardDetails{bottom:0!important;height:130px}.modal-containers .template-card .select .templateCardDetails{bottom:0!important;display:block;border-radius:0 0 8px 8px;overflow:hidden!important;box-sizing:border-box}.modal-containers .template-image{max-width:100%;border-radius:8px;margin-top:0;height:238px;object-fit:cover}.modal-containers .cancel-button{width:120px;height:40px;padding:10px 14px;border:1px solid var(--borderGrayBg);background:none;color:var(--tabActiveColor);margin-right:10px;border-radius:.625rem;text-transform:none;text-transform:capitalize;font-weight:600}.modal-containers .cancel-button.Mui-disabled,.modal-containers .Mui-disabled.cancel-button{opacity:.6;cursor:not-allowed}.modal-containers .pp0{padding:0!important;border:0!important}.modal-containers .modalCloseBtn{position:absolute;right:30px;width:30px;height:30px;display:flex;align-items:center;justify-content:flex-end;cursor:pointer;background:transparent;border:none}.modal-containers .modalCloseBtn img{max-width:16px}.modal-containers .w-100{display:flex;justify-content:flex-end;border-radius:.625rem .625rem 0 0;border:1px solid var(--borderGrayBg);border-bottom:none;padding:20px;align-items:center}.modal-containers .w-100 .leftContent{margin-right:auto}.modal-containers .w-100 .leftContent .listTitle{padding-right:8px;font-weight:600;font-size:16px;line-height:100%;color:#3a4f5f;word-break:break-word}@media screen and (max-width:1024px){.modal-containers .w-100 .leftContent .listTitle{white-space:nowrap}}.modal-containers .w-100 .rightContent{display:flex}.modal-containers .w-100 .createTagButtonWrap{margin-left:10px}.modal-containers .w-100 .createTagButtonWrap .CreateTagButton{min-width:150px!important;width:150px!important;border:1px solid #b2cfe7!important;border-radius:10px!important;background-color:#ecf3f9!important;font-family:var(--font)!important;font-weight:600!important;font-size:14px!important;line-height:24px!important;color:#2a7bbb!important;text-align:center;gap:8px}.modal-containers .w-100 .createTagButtonWrap .CreateTagButton img{width:11px}.modal-containers .emailTemplateBtnGroup{margin-top:0;background:transparent}.modal-containers .emailTemplateSection{border:none!important;border-radius:0!important;overflow-y:hidden!important}.modal-containers .emailTemplateSection .radiusSmall{border:1px solid var(--borderGrayBg)!important;margin-top:-10px;border-radius:none!important}.modal-containers .emailTemplateSection .bbnone{border-radius:0 0 10px 10px!important}.modal-containers .emailTemplateSection .nodata{background-color:var(--headerBg);border-radius:none;border:1px solid var(--borderGrayBg);height:350px!important}@media screen and (max-width:1500px){.modal-containers .emailTemplateSection .nodata{height:300px!important}}@media screen and (max-width:1280px){.modal-containers .emailTemplateSection .nodata{height:440px!important}}.modal-containers .emailTemplateSection .nodatass{border:1px solid var(--borderGrayBg);border-radius:0 0 10px 10px}.modal-containers .triggerBoxModal{overflow-y:hidden;border-radius:20px;padding-bottom:2px}.modal-containers .triggerBoxModal .w-100{margin-top:.625rem;border:1px solid var(--borderGrayBg);border-radius:24px 24px 0 0}.modal-containers .triggerBoxModal .tabModalSection .tabModal{overflow:auto;max-height:350px;border:1px solid var(--borderGrayBg);border-radius:0 0 .625rem .625rem;margin-top:0}.modal-containers .triggerBoxModal .tabModalSection .tabModal .MuiPaper-root{box-shadow:none;border:1px solid var(--borderGrayBg);border-top:none;border-radius:0 0 24px 24px}.modal-containers .triggerBoxModal .tabModalSection .tabModal .MuiPaper-root table th{font-family:var(--font);font-size:14px;font-weight:500;line-height:18px;text-align:left;color:var(--colorSecondary);background:var(--headerBg)}.modal-containers .triggerBoxModal .tabModalSection .tabModal .MuiPaper-root .MuiTable-root tbody tr:last-child td{border-bottom:24px}.modal-containers .paginationContainer{padding:0 5px;flex-direction:row-reverse;align-items:flex-start;justify-content:space-between}.modal-containers .paginationContainer .pagination .previous,.modal-containers .paginationContainer .pagination .next{background:transparent!important}.modal-containers .paginationContainer .customSelect .MuiSelect-select{background-color:transparent!important}.modal-containers .dataLoader .radiusSmall{border:1px solid var(--borderGrayBg)!important}.modal-containers .dataLoader .MuiTableContainer-root{width:100%;overflow-x:auto;border-bottom:none;overflow-y:auto;max-height:350px;background-color:transparent!important}@media screen and (max-width:1500px){.modal-containers .dataLoader .MuiTableContainer-root{max-height:300px}}@media screen and (max-width:1280px){.modal-containers .dataLoader .MuiTableContainer-root{max-height:440px}}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root{border-color:var(--btnDisabled);font-weight:500!important;font-size:.875rem;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root .withChecks{justify-content:flex-start}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root.oneline,.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root.oneline .withChecks,.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root.oneline p{white-space:nowrap!important}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root.table_description_text{min-width:250px;white-space:normal!important;text-align:left!important}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root.textRight{text-align:right!important}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root.textRight .withChecks{justify-content:flex-end}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root.textCenter{text-align:center!important}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root.textCenter .withChecks{justify-content:center}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root span{font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root:first-of-type{text-align:left!important}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head{color:var(--filterTitleText)}.modal-containers .dataLoader .MuiTableContainer-root .MuiTableCell-root p{margin:0rem;font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper{margin-top:1.25rem;padding:.9375rem;border-radius:.75rem;border:1px solid var(--btnDisabled);font-family:Inter,sans-serif!important}@media screen and (max-width:1024px){.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper{margin-top:.9375rem}}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper.mt0{margin-top:0}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper.p0{padding:0}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper *{font-family:var(--font)}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .totalCount{margin:10px 0;padding-bottom:.9375rem;border-bottom:1px solid var(--tableBorder);font-size:.875rem;font-weight:600;font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .tableLink,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .tableLink span{text-decoration:underline;color:var(--btnPrimary)!important;font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .tableLink.none{padding-left:3px;text-decoration:none;cursor:pointer}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiPaper-root{background-color:transparent;box-shadow:none;border-radius:0}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableSortLabel-root svg path{fill:#3a4f5f}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableSortLabel-root :hover{color:#3a4f5f}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo{margin-top:0;font-size:.75rem;font-weight:400;line-height:1.125rem;color:#85929c;text-align:left;font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo .withChecks{justify-content:flex-start}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo.textRight{text-align:right!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo.textRight .withChecks{justify-content:flex-end}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo.textCenter{text-align:center!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo.textCenter .withChecks{justify-content:center}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo span{font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type{text-align:left}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type .withChecks{justify-content:flex-start}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type.textRight{text-align:right!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type.textRight .withChecks{justify-content:flex-end}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-head{padding:11px 16px;font-size:.875rem;font-weight:500!important;line-height:1rem;font-family:Inter,sans-serif!important;color:var(--filterTitleText);white-space:nowrap;border-color:var(--btnDisabled)}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-head span{font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-head .tableLink,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-head .MuiTableCell-root{color:var(--colorSecondary)!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root{border-color:var(--btnDisabled);font-weight:500!important;font-size:.875rem;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root .withChecks{justify-content:flex-start}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.oneline,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.oneline .withChecks,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.oneline p{white-space:nowrap!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.table_description_text{min-width:250px;white-space:normal!important;text-align:left!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textRight{text-align:right!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textRight .withChecks{justify-content:flex-end}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textCenter{text-align:center!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textCenter .withChecks{justify-content:center}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root span{font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.MuiTableCell-head{color:var(--filterTitleText)}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root:first-of-type{text-align:left!important;width:55%!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root p{margin:0rem;font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper thead .MuiTableRow-root:first-child{background-color:#f8f9f9!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper.activityTable .MuiTableCell-root:first-of-type,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper.userData .MuiTableCell-root:first-of-type{width:40%!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper.auditLogTable .MuiTableCell-body:nth-of-type(3){white-space:nowrap!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper.auditLogTable .MuiTableCell-body:nth-of-type(3) .withChecks{justify-content:flex-start;min-width:150px;width:100%}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper tbody tr:last-child .MuiTableCell-root{border:0}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper tbody .MuiTableRow-root:nth-of-type(2n){background-color:#f8f9f9}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper tbody .MuiTableRow-root:nth-of-type(odd){background-color:#f4f4f8}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body{height:51px;padding:6px 16px!important;font-size:.875rem;font-weight:500!important;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.oneline,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.oneline .withChecks,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.oneline p{white-space:nowrap!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.smTable{padding:11px 16px!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body .withChecks{justify-content:flex-start}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textRight{text-align:right!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textRight .withChecks{justify-content:flex-end}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textCenter{text-align:center!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textCenter .withChecks{justify-content:center}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body span{font-family:Inter,sans-serif!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiToolbar-root{padding-left:0}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-spacer{display:none}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-selectLabel,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-select{font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg);text-align:right}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-selectLabel .MuiSvgIcon-root,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-select .MuiSvgIcon-root,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiSelect-icon{color:var(--colorPrimary)!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-displayedRows{margin-left:auto;font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg)}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-actions .MuiButtonBase-root svg{fill:var(--colorPrimary)!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-actions .MuiButtonBase-root.Mui-disabled{opacity:.6}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableRow-root.Mui-selected,.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .MuiTableRow-root:hover{background-color:#2a7cdc0d!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn{padding:0!important;min-width:fit-content!important;width:fit-content!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn .withChecks{justify-content:flex-start}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn.textRight{text-align:right!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn.textRight .withChecks{justify-content:flex-end}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn.textCenter{text-align:center!important}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn.textCenter .withChecks{justify-content:center}.modal-containers .dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn:hover{background-color:transparent!important}.modal-containers .dataLoader .MuiTableContainer-root .adminAccessTableWrapper{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;padding:1.25rem}.modal-containers .dataLoader .MuiTableContainer-root .adminAccessTableWrapper.pbtt0{padding:0;border:0}.modal-containers .dataLoader .MuiTableContainer-root .adminAccessTableWrapper .MuiTableContainer-root{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem}.modal-containers .dataLoader .MuiTableContainer-root .adminAccessTableWrapper .topView{display:flex;align-items:center;justify-content:space-between}.modal-containers .dataLoader .MuiTableContainer-root .adminAccessTableWrapper .topView .title{margin:0;font-size:1.125rem;font-weight:500!important}.modal-containers .dataLoader .MuiTableContainer-root .adminAccessTableWrapper .topView .totalCount{margin:0;color:var(--filterTitleText)}.modal-containers .dataLoader .MuiTableContainer-root .adminAccessTableWrapper .MuiTableCell-head{padding:11px 16px}.modal-containers .dataLoader .MuiTableContainer-root .adminAccessTableWrapper .MuiTableCell-head:first-of-type{width:55%;text-align:left!important}.modal-containers .dataLoader .MuiTableContainer-root table .MuiTableHead-root tr th{position:sticky;top:0}.modal-containers .tabModalSection .radioWrapper.prr0{padding-right:0!important}.modal-containers .tabModalSection .tabModal{border:1px solid var(--borderGrayBg);border-radius:0 0 10px 10px;overflow:hidden}.modal-containers .tabModalSection .tabModal .MuiPaper-root{background:transparent!important}.modal-containers .tabModalSection .tabModal.radiusFive{border-radius:10px}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root{width:100%;overflow-x:auto;border-bottom:none;overflow-y:auto;max-height:300px}@media screen and (max-width:1500px){.modal-containers .tabModalSection .tabModal .MuiTableContainer-root{max-height:300px}}@media screen and (max-width:1280px){.modal-containers .tabModalSection .tabModal .MuiTableContainer-root{max-height:220px}}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root{border-color:var(--btnDisabled);font-weight:500!important;font-size:.875rem;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root .withChecks{justify-content:flex-start}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root.oneline,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root.oneline .withChecks,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root.oneline p{white-space:nowrap!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root.table_description_text{min-width:250px;white-space:normal!important;text-align:left!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root.textRight{text-align:right!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root.textRight .withChecks{justify-content:flex-end}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root.textCenter{text-align:center!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root.textCenter .withChecks{justify-content:center}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root span{font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root:first-of-type{text-align:left!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head{color:var(--filterTitleText)}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .MuiTableCell-root p{margin:0rem;font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper{margin-top:1.25rem;padding:.9375rem;border-radius:.75rem;border:1px solid var(--btnDisabled);font-family:Inter,sans-serif!important}@media screen and (max-width:1024px){.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper{margin-top:.9375rem}}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper.mt0{margin-top:0}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper.p0{padding:0}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper *{font-family:var(--font)}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .totalCount{margin:10px 0;padding-bottom:.9375rem;border-bottom:1px solid var(--tableBorder);font-size:.875rem;font-weight:600;font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .tableLink,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .tableLink span{text-decoration:underline;color:var(--btnPrimary)!important;font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .tableLink.none{padding-left:3px;text-decoration:none;cursor:pointer}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiPaper-root{background-color:transparent;box-shadow:none;border-radius:0}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableSortLabel-root svg path{fill:#3a4f5f}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableSortLabel-root :hover{color:#3a4f5f}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo{margin-top:0;font-size:.75rem;font-weight:400;line-height:1.125rem;color:#85929c;text-align:left;font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo .withChecks{justify-content:flex-start}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo.textRight{text-align:right!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo.textRight .withChecks{justify-content:flex-end}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo.textCenter{text-align:center!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo.textCenter .withChecks{justify-content:center}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo span{font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type{text-align:left}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type .withChecks{justify-content:flex-start}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type.textRight{text-align:right!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type.textRight .withChecks{justify-content:flex-end}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-head{padding:11px 16px;background-color:transparent;font-size:.875rem;font-weight:500!important;line-height:1rem;font-family:Inter,sans-serif!important;color:var(--filterTitleText);white-space:nowrap;border-color:var(--btnDisabled)}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-head span{font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-head .tableLink,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-head .MuiTableCell-root{color:var(--colorSecondary)!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root{border-color:var(--btnDisabled);font-weight:500!important;font-size:.875rem;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root .withChecks{justify-content:flex-start}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root.oneline,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root.oneline .withChecks,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root.oneline p{white-space:nowrap!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root.table_description_text{min-width:250px;white-space:normal!important;text-align:left!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textRight{text-align:right!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textRight .withChecks{justify-content:flex-end}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textCenter{text-align:center!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textCenter .withChecks{justify-content:center}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root span{font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root.MuiTableCell-head{color:var(--filterTitleText)}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root:first-of-type{text-align:left!important;width:55%!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-root p{margin:0rem;font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper thead .MuiTableRow-root:first-child{background-color:#f8f9f9!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper.activityTable .MuiTableCell-root:first-of-type,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper.userData .MuiTableCell-root:first-of-type{width:40%!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper.auditLogTable .MuiTableCell-body:nth-of-type(3) .withChecks{justify-content:flex-start;min-width:150px;width:100%}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper tbody tr:last-child .MuiTableCell-root{border:0}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper tbody .MuiTableRow-root:nth-of-type(2n){background-color:#f8f9f9}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper tbody .MuiTableRow-root:nth-of-type(odd){background-color:#f4f4f8}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body{height:51px;padding:6px 16px!important;font-size:.875rem;font-weight:500!important;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body.oneline,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body.oneline .withChecks,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body.oneline p{white-space:nowrap!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body.smTable{padding:11px 16px!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body .withChecks{justify-content:flex-start}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textRight{text-align:right!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textRight .withChecks{justify-content:flex-end}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textCenter{text-align:center!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textCenter .withChecks{justify-content:center}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableCell-body span{font-family:Inter,sans-serif!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiToolbar-root{padding-left:0}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTablePagination-selectLabel,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTablePagination-select{font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg);text-align:right}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTablePagination-selectLabel .MuiSvgIcon-root,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTablePagination-select .MuiSvgIcon-root,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiSelect-icon{color:var(--colorPrimary)!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTablePagination-spacer{display:none}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTablePagination-displayedRows{margin-left:auto;font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg)}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTablePagination-actions .MuiButtonBase-root svg{fill:var(--colorPrimary)!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTablePagination-actions .MuiButtonBase-root.Mui-disabled{opacity:.6}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableRow-root.Mui-selected,.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .MuiTableRow-root:hover{background-color:#2a7cdc0d!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .moreActionBtn{padding:0!important;min-width:fit-content!important;width:fit-content!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .moreActionBtn .withChecks{justify-content:flex-start}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .moreActionBtn.textRight{text-align:right!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .moreActionBtn.textRight .withChecks{justify-content:flex-end}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .moreActionBtn.textCenter{text-align:center!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .moreActionBtn.textCenter .withChecks{justify-content:center}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .tableWrapper .moreActionBtn:hover{background-color:transparent!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .adminAccessTableWrapper{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;padding:1.25rem}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .adminAccessTableWrapper.pbtt0{padding:0;border:0}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .adminAccessTableWrapper .MuiTableContainer-root{border:1px solid var(--btnDisabled);border-radius:.75rem;background:transparent!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .adminAccessTableWrapper .topView{display:flex;align-items:center;justify-content:space-between}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .adminAccessTableWrapper .topView .title{margin:0;font-size:1.125rem;font-weight:500!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .adminAccessTableWrapper .topView .totalCount{margin:0;color:var(--filterTitleText)}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .adminAccessTableWrapper .MuiTableCell-head{padding:11px 16px}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root .adminAccessTableWrapper .MuiTableCell-head:first-of-type{width:55%;text-align:left!important}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root table .MuiTableHead-root tr th{position:sticky;top:0}.modal-containers .button-container{display:flex;justify-content:flex-end;margin-top:20px}.modal-containers .ModalBorder{border:.5px solid var(--btnDisabled);border-radius:20px}.modal-containers .modal-title{margin-bottom:8px}.modal-containers .scrollable-grid{flex-grow:1;overflow-y:hidden;margin-bottom:24px}.modal-containers .scrollable-grid .MuiTable-stickyHeader tr:nth-child(2n){background:var(--bgLight)}.modal-containers .scrollable-grid .MuiGrid-container{overflow-y:auto;height:360px}.modal-containers .template-title{font-weight:700}.modal-containers .save-button{width:120px;height:40px;padding:10px 14px;border:1px solid var(--borderGrayBg);background:var(--btnDisabled);text-transform:none;background-color:var(--colorPrimary);color:var(--white);border-radius:.625rem;font-weight:600}.modal-containers .save-button.active{background:var(--btnPrimary);border:1px solid var(--btnPrimary)}.modal-containers .save-button.disabled{cursor:not-allowed!important;background-color:var(--btnDisabled)!important;color:var(--white)!important;border:none}.modal-containers .card-wrapper{background:var(--headerBg);box-shadow:none;border-radius:12px;border:.3px solid var(--borderGrayBg);width:214px;height:240px}.modal-containers .template-card.selected{border-color:var(--colorPrimary);background:transparent}.modal-containers .bbnone .adminAccessTableWrapper .MuiTableContainer-root{border:none!important}.dataLoader .MuiTableContainer-root{width:100%;overflow-x:auto;border-bottom:none;overflow-y:auto;max-height:350px;background-color:transparent!important;border-radius:none!important;border:none!important}@media screen and (max-width:1500px){.dataLoader .MuiTableContainer-root{max-height:300px}}@media screen and (max-width:1280px){.dataLoader .MuiTableContainer-root{max-height:440px}}.dataLoader .MuiTableContainer-root .MuiTableCell-root{border-color:var(--btnDisabled);font-weight:500!important;font-size:.875rem;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .MuiTableCell-root .withChecks{justify-content:flex-start}.dataLoader .MuiTableContainer-root .MuiTableCell-root.oneline,.dataLoader .MuiTableContainer-root .MuiTableCell-root.oneline .withChecks,.dataLoader .MuiTableContainer-root .MuiTableCell-root.oneline p{white-space:nowrap!important}.dataLoader .MuiTableContainer-root .MuiTableCell-root.table_description_text{min-width:250px;white-space:normal!important;text-align:left!important}.dataLoader .MuiTableContainer-root .MuiTableCell-root.textRight{text-align:right!important}.dataLoader .MuiTableContainer-root .MuiTableCell-root.textRight .withChecks{justify-content:flex-end}.dataLoader .MuiTableContainer-root .MuiTableCell-root.textCenter{text-align:center!important}.dataLoader .MuiTableContainer-root .MuiTableCell-root.textCenter .withChecks{justify-content:center}.dataLoader .MuiTableContainer-root .MuiTableCell-root span{font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .MuiTableCell-root:first-of-type{text-align:left!important}.dataLoader .MuiTableContainer-root .MuiTableCell-root.MuiTableCell-head{color:var(--filterTitleText)}.dataLoader .MuiTableContainer-root .MuiTableCell-root p{margin:0rem;font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper{margin-top:1.25rem;padding:.9375rem;border-radius:.75rem;border:1px solid var(--btnDisabled);font-family:Inter,sans-serif!important}@media screen and (max-width:1024px){.dataLoader .MuiTableContainer-root .tableWrapper{margin-top:.9375rem}}.dataLoader .MuiTableContainer-root .tableWrapper.mt0{margin-top:0}.dataLoader .MuiTableContainer-root .tableWrapper.p0{padding:0}.dataLoader .MuiTableContainer-root .tableWrapper *{font-family:var(--font)}.dataLoader .MuiTableContainer-root .tableWrapper .totalCount{margin:10px 0;padding-bottom:.9375rem;border-bottom:1px solid var(--tableBorder);font-size:.875rem;font-weight:600;font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper .tableLink,.dataLoader .MuiTableContainer-root .tableWrapper .tableLink span{text-decoration:underline;color:var(--btnPrimary)!important;font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper .tableLink.none{padding-left:3px;text-decoration:none;cursor:pointer}.dataLoader .MuiTableContainer-root .tableWrapper .MuiPaper-root{background-color:transparent;box-shadow:none;border-radius:0}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableSortLabel-root svg path{fill:#3a4f5f}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableSortLabel-root :hover{color:#3a4f5f}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo{margin-top:0;font-size:.75rem;font-weight:400;line-height:1.125rem;color:#85929c;text-align:left;font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo .withChecks{justify-content:flex-start}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo.textRight{text-align:right!important}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo.textRight .withChecks{justify-content:flex-end}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo.textCenter{text-align:center!important}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo.textCenter .withChecks{justify-content:center}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo span{font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type{text-align:left}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type .withChecks{justify-content:flex-start}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type.textRight{text-align:right!important}.dataLoader .MuiTableContainer-root .tableWrapper .contactInfo:first-of-type.textRight .withChecks{justify-content:flex-end}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-head{padding:11px 16px;background-color:transparent;font-size:.875rem;font-weight:500!important;line-height:1rem;font-family:Inter,sans-serif!important;color:var(--filterTitleText);white-space:nowrap;border-color:var(--btnDisabled)}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-head span{font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-head .tableLink,.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-head .MuiTableCell-root{color:var(--colorSecondary)!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root{border-color:var(--btnDisabled);font-weight:500!important;font-size:.875rem;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root .withChecks{justify-content:flex-start}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.oneline,.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.oneline .withChecks,.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.oneline p{white-space:nowrap!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.table_description_text{min-width:250px;white-space:normal!important;text-align:left!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textRight{text-align:right!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textRight .withChecks{justify-content:flex-end}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textCenter{text-align:center!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.textCenter .withChecks{justify-content:center}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root span{font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root.MuiTableCell-head{color:var(--filterTitleText)}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root:first-of-type{text-align:left!important;width:55%!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-root p{margin:0rem;font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper thead .MuiTableRow-root:first-child{background-color:#f8f9f9!important}.dataLoader .MuiTableContainer-root .tableWrapper.activityTable .MuiTableCell-root:first-of-type,.dataLoader .MuiTableContainer-root .tableWrapper.userData .MuiTableCell-root:first-of-type{width:40%!important}.dataLoader .MuiTableContainer-root .tableWrapper.auditLogTable .MuiTableCell-body:nth-of-type(3){white-space:nowrap!important}.dataLoader .MuiTableContainer-root .tableWrapper.auditLogTable .MuiTableCell-body:nth-of-type(3) .withChecks{justify-content:flex-start;min-width:150px;width:100%}.dataLoader .MuiTableContainer-root .tableWrapper tbody tr:last-child .MuiTableCell-root{border:0}.dataLoader .MuiTableContainer-root .tableWrapper tbody .MuiTableRow-root:nth-of-type(2n){background-color:#f8f9f9}.dataLoader .MuiTableContainer-root .tableWrapper tbody .MuiTableRow-root:nth-of-type(odd){background-color:#f4f4f8}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body{height:51px;padding:6px 16px!important;font-size:.875rem;font-weight:500!important;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.oneline,.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.oneline .withChecks,.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.oneline p{white-space:nowrap!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.smTable{padding:11px 16px!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body .withChecks{justify-content:flex-start}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textRight{text-align:right!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textRight .withChecks{justify-content:flex-end}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textCenter{text-align:center!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body.textCenter .withChecks{justify-content:center}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableCell-body span{font-family:Inter,sans-serif!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiToolbar-root{padding-left:0}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-spacer{display:none}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-selectLabel,.dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-select{font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg);text-align:right}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-selectLabel .MuiSvgIcon-root,.dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-select .MuiSvgIcon-root,.dataLoader .MuiTableContainer-root .tableWrapper .MuiSelect-icon{color:var(--colorPrimary)!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-displayedRows{margin-left:auto;font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg)}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-actions .MuiButtonBase-root svg{fill:var(--colorPrimary)!important}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTablePagination-actions .MuiButtonBase-root.Mui-disabled{opacity:.6}.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableRow-root.Mui-selected,.dataLoader .MuiTableContainer-root .tableWrapper .MuiTableRow-root:hover{background-color:#2a7cdc0d!important}.dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn{padding:0!important;min-width:fit-content!important;width:fit-content!important}.dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn .withChecks{justify-content:flex-start}.dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn.textRight{text-align:right!important}.dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn.textRight .withChecks{justify-content:flex-end}.dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn.textCenter{text-align:center!important}.dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn.textCenter .withChecks{justify-content:center}.dataLoader .MuiTableContainer-root .tableWrapper .moreActionBtn:hover{background-color:transparent!important}.dataLoader .MuiTableContainer-root .adminAccessTableWrapper{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;padding:1.25rem}.dataLoader .MuiTableContainer-root .adminAccessTableWrapper.pbtt0{padding:0;border:0}.dataLoader .MuiTableContainer-root .adminAccessTableWrapper .MuiTableContainer-root{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem}.dataLoader .MuiTableContainer-root .adminAccessTableWrapper .topView{display:flex;align-items:center;justify-content:space-between}.dataLoader .MuiTableContainer-root .adminAccessTableWrapper .topView .title{margin:0;font-size:1.125rem;font-weight:500!important}.dataLoader .MuiTableContainer-root .adminAccessTableWrapper .topView .totalCount{margin:0;color:var(--filterTitleText)}.dataLoader .MuiTableContainer-root .adminAccessTableWrapper .MuiTableCell-head .MuiTableCell-head{padding:11px 16px}.dataLoader .MuiTableContainer-root .adminAccessTableWrapper .MuiTableCell-head:first-of-type{width:55%;text-align:left!important}.dataLoader .MuiTableContainer-root table .MuiTableHead-root tr th{position:sticky;top:0}@media(max-width:1280px){.modal-containers .scrollable-grid{margin-bottom:5px;max-height:440px;overflow:hidden}}@media screen and (max-width:1280px)and (max-width:1280px){.modal-containers .scrollable-grid .nodata.btAuto,.modal-containers .scrollable-grid .nodatass.btAuto{height:440px!important}}@media screen and (max-width:1280px)and (max-width:1280px){.modal-containers .scrollable-grid .nodata.btAuto .noDataWrapper,.modal-containers .scrollable-grid .nodatass.btAuto .noDataWrapper{height:100%!important}}@media(max-width:1280px){.modal-containers .paginationContainer{flex-direction:row-reverse}.modal-containers .paginationContainer .pagination{justify-content:flex-start}.modal-containers .paginationContainer .rowsPerPageWrapper{margin-right:2px}.modal-containers .button-container{margin-top:5px}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root{max-height:160px!important}.modal-containers .tabModalSection .paginationContainer{margin-bottom:15px}}@media screen and (max-width:1100px){.modal-containers .tabModalSection .tabModal .MuiTableContainer-root{max-height:140px!important}.modal-containers .tabModalSection .paginationContainer{margin-bottom:0}.modal-containers .tabModalSection .scrollable-grid{margin-bottom:5px;max-height:440px;overflow:hidden}.modal-containers .tabModalSection .scrollable-grid.ModalBorder,.modal-containers .tabModalSection .scrollable-grid.emailTemplateSection,.modal-containers .tabModalSection .scrollable-grid .MuiGrid-container{max-height:440px}.modal-containers .tabModalSection .scrollable-grid .nodata,.modal-containers .tabModalSection .scrollable-grid .nodatass{height:210px}.modal-containers .tabModalSection .scrollable-grid .nodata .noDataWrapper,.modal-containers .tabModalSection .scrollable-grid .nodatass .noDataWrapper{height:210px!important}.modal-containers .button-container{margin-top:20px}}@media(max-width:1024px){.modal-containers{width:90%!important}.modal-containers .scrollable-grid{margin-bottom:5px;max-height:440px;overflow:hidden}.modal-containers .scrollable-grid.ModalBorder,.modal-containers .scrollable-grid.emailTemplateSection{max-height:440px}.modal-containers .tabModalSection .tabModal .MuiTableContainer-root{max-height:220px!important}.modal-containers .template-card{width:100%!important}.modal-containers .paginationContainer{flex-direction:column;align-items:center}.modal-containers .paginationContainer .pagination{justify-content:center}.modal-containers .paginationContainer .rowsPerPageWrapper{margin-right:2px}}.modal-containers .scrollable-grid .MuiTable-stickyHeader tr:nth-child(odd){background-color:inherit!important}.no-search-result{border-radius:0 0 .625rem .625rem;border:1px solid var(--borderGrayBg);border-top:none}.no-search-result.btAuto{border-radius:.625rem!important;border-top:1px solid var(--borderGrayBg)!important}.noDataFoundBorder{border-radius:.625rem;border:1px solid var(--borderGrayBg);margin:0!important}.skeleton-loader{width:100%;height:1.875rem;background-color:var(--lightColor30);border-radius:.25rem;animation:pulse 1.5s infinite ease-in-out}.skeleton-loader.sm{height:1.5rem}.skeleton-loader.md{height:2.5rem}.skeleton-loader:not(:last-child){margin-bottom:.5rem}@keyframes pulse{0%{background-color:var(--lightColor30)}50%{background-color:var(--lightColor50)}to{background-color:var(--lightColor30)}}.filter_loader{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1.25rem}.topseller_handpick_loader{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:1.25rem;margin-bottom:1.25rem;width:21.25rem;height:2rem}.keywordContentCard{border:none!important;border-radius:0!important;background-color:transparent!important}.keywordContentCard__conditionPrefix{font-family:var(--font);font-size:14px;font-weight:600;line-height:20px;text-align:left;color:var(--colorSecondary);word-break:break-all}.keywordContentCard__wrapper{display:flex;flex-direction:column;gap:24px}.keywordContentCard__contentSection{display:flex;flex-direction:column;gap:8px}.keywordContentCard__contentText{white-space:pre-line}.keywordContentCard__tagsContainer{width:100%;margin:0!important;padding:0!important;gap:16px}.keywordContentCard__tagColumn{padding:0!important;margin:0!important}.keywordContentCard .MuiLink-root.keywordContentCard__moreLink{margin-left:4px;color:#1976d2;font-weight:600;text-decoration:none;cursor:pointer}.keywordContentCard .MuiLink-root.keywordContentCard__moreLink:hover{text-decoration:none}.keywordContentCard__tagModal .TabModal .MuiTableContainer-root .MuiTableCell-root:nth-of-type(1){min-width:130px!important;max-width:150px!important;padding-right:8px!important;width:unset!important}.keywordContentCard__tagModal .TabModal .MuiTableContainer-root .MuiTableCell-root:nth-of-type(2){min-width:100px!important;max-width:110px!important}.keywordContentCard__tagModal .TabModal .MuiTableContainer-root .MuiTableCell-root:nth-of-type(3){min-width:120px!important;width:auto!important;flex-grow:1}.qr-container{display:flex;padding:24px 24px 0;border-radius:12px;gap:24px;flex-wrap:wrap}.qr-container .qr-title.qr-title{color:#3a4f5f;font-family:Montserrat;font-weight:700;font-size:20px;margin-bottom:20px}.qr-container .qr-left{flex:2 1 0}.qr-container .qr-left .label{margin-bottom:10px;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0;leading-trim:none}.qr-container .qr-left .qr-header{display:flex;align-items:center;justify-content:space-between}.qr-container .qr-left .qr-header .qr-reset{display:flex;align-items:center;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0px;text-align:center;color:#1976d2}.qr-container .qr-left .qr-header .qr-reset .qr-reset-icon{width:18px;height:18px;margin-right:6px;display:inline-block;transform:rotate(0);opacity:1}.qr-container .qr-left .style-pattern-wrapper{margin-bottom:20px}.qr-container .qr-left .style-pattern-wrapper .toggle_button_pattern{color:red;padding:0!important;margin-right:24px!important;border:0!important}.qr-container .qr-left .style-pattern-wrapper .toggle_button_pattern .pattern-image-class{width:100%;height:100%;object-fit:cover;display:block}.qr-container .qr-right{flex:1 1 0;border-left:1px solid #e0e0e0;padding-left:24px;position:relative;display:flex;flex-direction:column}.qr-container .qr-right .qr-right:before{content:"";position:absolute;left:0;top:0;height:calc(100% - 90px);width:1px;background-color:#e0e0e0}.qr-container .qr-right .qr-title{font-family:Montserrat,sans-serif;font-weight:600;font-size:18px;text-align:center;margin-bottom:16px;color:#4a4a4a}.qr-container .qr-right .qr-preview-wrapper{display:flex;justify-content:center;align-items:center;border-radius:8px;padding:20px}.qr-container .qr-right .qr-preview-box{width:260px;height:auto;display:flex;justify-content:center;align-items:center;position:relative}.qr-container .qr-right .qr-preview-inner{position:relative;z-index:2;padding-top:10px}.qr-container .qr-right .qr-bottom-actions{display:flex;gap:16px;margin-top:auto;flex-direction:row;justify-content:flex-end}.qr-container .qr-right .qr-btn-outlined,.qr-container .qr-right .qr-btn-contained{width:126px;height:40px;display:flex;justify-content:center;align-items:center;gap:10px;border-radius:8px;padding-left:10px;padding-right:10px;transform:rotate(0);opacity:1}.qr-container .qr-right .qr-btn-outlined{border-width:1px!important;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px}.qr-container .qr-right .qr-btn-contained{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px}.frameOverlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.colorButton{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;padding:8px 12px;border:1px solid #333;border-radius:8px;color:#fff;font-family:monospace;font-size:14px;cursor:pointer;transition:all .2s ease}.colorButton.active,.colorButton:focus{border:2px solid #1976d2;box-shadow:0 0 0 2px #2196f3;outline:none}.colorButton .icon{font-size:16px}.colorPickerPopover{position:absolute;top:-60px;left:100%;margin-left:10px;z-index:9999;width:300px}.colorPickerPopover .sketch-picker{left:auto!important;width:auto}.colorPickerPopover.background-picker{height:500px!important;display:flex;flex-direction:column}.colorPickerPopover.background-picker .sketch-picker{flex:1;height:380px;max-height:500px}.colorPickerPopover.background-picker .transparent-checkbox{margin-top:auto}.colorPickerPopover .arrow-left{position:absolute;top:20px;left:-10px}.colorPickerWrappers{width:100%;position:absolute;z-index:100;left:0}.colorPickerWrappers .sketch-picker{position:relative;max-height:330px;width:105%!important;margin-left:10px;background:#fff!important;border:0;box-shadow:0 16px 32px #1d232833!important;border-radius:12px!important;padding:16px 16px 24px!important}@media screen and (max-width:1100px){.colorPickerWrappers .sketch-picker{left:-117%!important;width:calc(217% - 31px)!important}}@media screen and (max-width:1024px){.colorPickerWrappers .sketch-picker{left:-106%!important;width:calc(206% - 31px)!important}}@media screen and (max-width:820px){.colorPickerWrappers .sketch-picker{left:-108%!important;width:calc(208% - 31px)!important}}@media screen and (max-width:768px){.colorPickerWrappers .sketch-picker{left:-112%!important;width:calc(212% - 31px)!important}}.colorPickerWrappers .sketch-picker:before{content:"";position:absolute;top:20px;left:7px;width:24px;height:24px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%200L24%2012L12.7071%2023.2929C12.3166%2023.6834%2011.6834%2023.6834%2011.2929%2023.2929L0%2012L12%200Z'%20fill='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:24px}.colorPickerWrappers .sketch-picker>div:first-child{overflow:hidden;border-radius:8px;border:1px solid rgba(0,0,0,.1019607843)}.colorPickerWrappers .sketch-picker>div+.flexbox-fix>div:first-child{padding:16px 0!important;overflow:hidden}.colorPickerWrappers .sketch-picker>div+.flexbox-fix>div:first-child>div{overflow:visible!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix>div:first-child>div+div{display:none!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix>div:first-child+div{display:none!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix>div:first-child .hue-horizontal{border-radius:24px!important;height:12px!important;border:1px solid rgba(0,0,0,.1019607843)}.colorPickerWrappers .sketch-picker>div+.flexbox-fix>div:first-child .hue-horizontal>div>div{background-color:#2a7bbb!important;width:16px!important;padding:8px;margin-top:-11px!important;height:16px!important;outline:1px solid rgba(0,0,0,.1019607843)!important;border:8px solid #ffffff!important;border-radius:50%!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix{padding:0!important}@media screen and (max-width:1200px){.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix{overflow-x:auto;width:100%}}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div{padding:0!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:first-child{margin-right:8px;flex:0 0 102px!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:first-child input{width:102px!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:first-child+div{display:block!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(2){margin-right:8px;flex:0 0 63px!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(2) input{width:63px!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(3){margin-right:8px;flex:0 0 63px!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(3) input{width:63px!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(4){flex:0 0 63px!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(4) input{width:63px!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div:nth-of-type(5){display:none!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div>div{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div>div label{margin-bottom:8px;padding:0!important;font-size:12px;font-weight:700;line-height:16px;color:#111;font-family:var(--font)!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div>div input{height:40px;padding:8px 16px!important;border-radius:8px;border:1px solid #e5e8e8!important;background-color:#fff!important;outline:0;box-shadow:none!important;font-size:16px!important;font-weight:400!important;font-family:var(--font)!important;color:#111!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix>div>div input:focus{border-color:#2a7bbb!important}.colorPickerWrappers .sketch-picker>div+.flexbox-fix+.flexbox-fix+.flexbox-fix{display:none!important}.colorPickerWrappers .sketch-picker .saturation-white .saturation-black+div>div{background-color:#2a7bbb!important;width:16px!important;border:0;height:16px!important;outline:8px solid #ffffff!important}.transparent-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e5e7eb;background:#fafafa;border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;width:max-content;transition:all .2s ease}.transparent-checkbox:hover{background:#f3f4f6;border-color:#d1d5db}.transparent-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6}.transparent-checkbox span{font-size:14px;color:#374151;font-weight:500}.transparent-checkbox input{width:16px;height:16px;cursor:pointer}.transparent-icon{font-size:14px;opacity:.6}.transparent-text,.frame-text{font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0%;color:#3a4f5f}.colorPickerContainer{position:relative;display:inline-block}.transparent-option{position:absolute;bottom:8px;left:12px;display:flex;align-items:center;gap:6px;background:#fff;padding:4px 8px;cursor:pointer;-webkit-user-select:none;user-select:none}.modaltrans_mgmt_table .MuiTableCell-root:nth-of-type(4){text-align:right}.modaltrans_mgmt_table .MuiTableCell-root:nth-of-type(6){text-align:right}.modaltrans_mgmt_table .MuiTableCell-root:nth-of-type(5){text-align:center}.modaltrans_mgmt_table .MuiTableCell-root:nth-of-type(7){text-align:center}.discount_table{margin-top:1.25rem}.discount_table .MuiTableCell-root:nth-of-type(3){text-align:right}.breadcrumb .MuiBreadcrumbs-li a{color:var(--textColor);font-weight:400;font-size:var(--bodySize)}.breadcrumb .MuiBreadcrumbs-li a:hover{text-decoration:underline;color:var(--primary)}.breadcrumb .MuiBreadcrumbs-li p{color:var(--textColor);font-size:var(--bodySize)}.breadcrumb .MuiBreadcrumbs-li:last-of-type a{color:var(--titleColor);font-weight:600}.breadcrumb .MuiBreadcrumbs-li:last-of-type a:hover{text-decoration:underline;color:var(--primary)}.breadcrumb .MuiBreadcrumbs-li:last-of-type p{color:var(--titleColor);font-weight:600}.breadcrumb .MuiBreadcrumbs-separator{color:var(--lightColor)}.ct-infomation-icon .MuiPopover-paper{overflow:visible;box-shadow:6px 6px 54px #0000000d;background-color:var(--titleColor20);padding:.875rem;max-width:18.75rem;min-width:16px;min-height:16px;border-radius:12px;margin:-20px 0 0 12px}.ct-infomation-icon .MuiPopover-paper .txt{color:var(--white);font-size:.75rem;font-weight:500;line-height:1.25rem}.ct-infomation-icon .MuiPopover-paper .txt .fontInter{font-family:var(--fontInter);font-weight:400}.ct-infomation-icon.arrow .MuiPopover-paper:before{content:"";position:absolute;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:10px solid var(--titleColor20);transform:translate(0);left:-9px;top:18px}.surveyFeedbackListing .noDataWrapper{border:1px solid var(--borderColor);border-radius:12px}@media screen and (max-width:1280px){.surveyFeedbackListing .surveryOneLine .current-filter-title{margin-right:15px}}@media screen and (max-width:1200px){.surveyFeedbackListing .surveryOneLine .current-filter-title{margin-right:0}}.surveyFeedbackListing .customeradminAccessTableWrapper .MuiPaper-root{background-color:transparent}.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTable-root{table-layout:fixed!important}.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root p,.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root span:not(.MuiTableSortLabel-icon),.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root div,.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root .tableRatingStar,.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root .tableRatingNumber{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:100%}.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root .tableGmail,.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root .tableReview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%}.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root .tableGmail span,.surveyFeedbackListing .customeradminAccessTableWrapper .MuiTableCell-root .tableReview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline}.surveyFeedbackListing .MuiTableHead-root .MuiTableCell-root{position:relative;overflow:hidden!important;text-overflow:ellipsis!important}.surveyFeedbackListing .MuiTableHead-root .MuiTableCell-root .MuiTableSortLabel-root{width:100%;justify-content:flex-start;overflow:hidden!important;text-overflow:ellipsis!important}.surveyFeedbackListing .MuiTableHead-root .MuiTableCell-root .MuiTableSortLabel-root .MuiTableSortLabel-icon{margin-left:4px}.surveyFeedbackListing .MuiTableCell-head:first-of-type{width:150px}.surveyFeedbackListing .MuiTableCell-body .withChecks{white-space:nowrap}.surveyFeedbackListing .MuiTableCell-body .withChecks a{text-decoration:underline;text-transform:capitalize!important}@media screen and (max-width:1024px){.surveyFeedbackListing .surveyNoDataWrapper .noDataWrapper{height:calc(100vh - 460px)!important}}.tableRatingStar{background-color:var(--bgColor30);display:flex;align-items:center;justify-content:center;border-radius:5px;gap:4px;padding:6px 10px}.tableRatingStar img{max-width:12px}.site-column{max-width:200px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.ct_selectMultiplWrapper{border:1px solid var(--borderColor);border-radius:10px;height:40px;width:190px;overflow:hidden}.ct_selectMultiplWrapper.rotatee180 .MuiButton-endIcon{transform:rotate(180deg)!important}.ct_selectMultiplWrapper .Ct_SelectSite{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;color:var(--titleColor);text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:40px!important}.ct_selectMultiplWrapper .Ct_SelectSite .textinput{width:140px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:left}.ct_selectMultiplWrapper .Ct_SelectSite.active{background-color:var(--primaryBg30);color:var(--primary)}.ct_selectMultiplWrapper .Ct_SelectSite .MuiButton-icon{position:absolute;right:10px;bottom:10px;width:20px;height:50%}.surveyTableListingWrapper thead .MuiTableRow-root:nth-of-type(odd) .MuiTableCell-root:first-of-type{background-color:#f8f9f9!important;position:sticky;left:0;z-index:9}.surveyTableListingWrapper tbody .MuiTableRow-root:nth-of-type(2n) .MuiTableCell-root:first-of-type{background-color:#f8f9f9!important;position:sticky;left:0;width:150px}.surveyTableListingWrapper tbody .MuiTableRow-root:nth-of-type(odd) .MuiTableCell-root:first-of-type{background-color:#f4f4f8!important;position:sticky;left:0;width:150px}.pagination .previous.disabled{opacity:.9}.pagination .previous.disabled .disabled{opacity:1!important}.pagination .previous.disabled .disabled span{opacity:.6!important}.customeMultiplySelect .customesearch{width:100%;margin:0 auto 12px}.customeMultiplySelect .customesearch .MuiInputBase-root{border-radius:10px;font-size:12px;font-weight:500}.customeMultiplySelect .customesearch input{height:25px}.customeMultiplySelect .MuiPopover-paper{border-radius:10px;padding:20px;width:320px}.customeMultiplySelect .MuiPopover-paper .customeMultiplyCheckboxWrapper .MuiCheckbox-root:after{top:0}.customeMultiplySelect .MuiPopover-paper .customeMultiplyCheckboxWrapper .MuiCheckbox-root.Mui-checked:after{top:0}.customeMultiplySelect .MuiPopover-paper .ct_selectwrapper{width:100%;height:250px;overflow:auto;padding:10px 0 0;margin:10px 0 0}.customeMultiplySelect .MuiPopover-paper .ct_selectwrapper .MuiFormControlLabel-root{width:100%;padding:0 0 10px;margin:0}.customeMultiplySelect .MuiPopover-paper .ct_selectwrapper .allselectLabel .MuiTypography-root{color:var(--textlightColor)}.customeMultiplySelect .MuiPopover-paper .site-filter-loading,.customeMultiplySelect .MuiPopover-paper .site-filter-no-data,.customeMultiplySelect .MuiPopover-paper .site-filter-no-results{text-align:center;padding:20px;color:#666;font-size:14px}.customeMultiplySelect .MuiPopover-paper .site-filter-error{text-align:center;padding:20px;color:red;font-size:14px}.customeMultiplySelect .MuiPopover-paper .site-filter-error .site-filter-error-message{font-size:12px;margin-top:8px;color:#666}.customeMultiplySelect .MuiPopover-paper .city-group,.customeMultiplySelect .MuiPopover-paper .city-group .city-header{margin-bottom:10px}.customeMultiplySelect .MuiPopover-paper .city-group .city-header .MuiFormControlLabel-root{margin:0;width:100%}.customeMultiplySelect .MuiPopover-paper .city-group .city-header .MuiFormControlLabel-root .MuiCheckbox-root{padding:4px 0;margin-right:10px}.customeMultiplySelect .MuiPopover-paper .city-group .city-header .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root{position:relative}.customeMultiplySelect .MuiPopover-paper .city-group .city-header .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root:after{content:"";width:15px;height:15px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='3.5'%20fill='white'%20stroke='%23C9CBCD'/%3e%3c/svg%3e");background-size:100%;background-position:center center;background-repeat:no-repeat}.customeMultiplySelect .MuiPopover-paper .city-group .city-header .MuiFormControlLabel-root .MuiButtonBase-root.Mui-checked:after{content:"";width:15px;height:15px;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.32698%201.63803C0%202.27976%200%203.11984%200%204.8V13.2C0%2014.8802%200%2015.7202%200.32698%2016.362C0.6146%2016.9265%201.07354%2017.3854%201.63803%2017.673C2.27976%2018%203.11984%2018%204.8%2018H13.2C14.8802%2018%2015.7202%2018%2016.362%2017.673C16.9265%2017.3854%2017.3854%2016.9265%2017.673%2016.362C18%2015.7202%2018%2014.8802%2018%2013.2V4.8C18%203.11984%2018%202.27976%2017.673%201.63803C17.3854%201.07354%2016.9265%200.6146%2016.362%200.32698C15.7202%200%2014.8802%200%2013.2%200H4.8C3.11984%200%202.27976%200%201.63803%200.32698C1.07354%200.6146%200.6146%201.07354%200.32698%201.63803ZM14.3678%206.86781C14.8471%206.38853%2014.8471%205.61147%2014.3678%205.13219C13.8885%204.65291%2013.1115%204.65291%2012.6322%205.13219L7.5%2010.2644L5.36781%208.13219C4.88853%207.65291%204.11147%207.65291%203.63219%208.13219C3.15291%208.61147%203.15291%209.38853%203.63219%209.86781L6.63219%2012.8678C7.11147%2013.3471%207.88853%2013.3471%208.36781%2012.8678L14.3678%206.86781Z'%20fill='%232A7BBB'/%3e%3c/svg%3e");background-image:100%;background-repeat:no-repeat}.customeMultiplySelect .MuiPopover-paper .city-group .city-header .MuiFormControlLabel-root .MuiButtonBase-root svg{display:none}.customeMultiplySelect .MuiPopover-paper .city-group .city-header .MuiFormControlLabel-root .MuiButtonBase-root:hover{background-color:transparent}.customeMultiplySelect .MuiPopover-paper .city-group .city-header .city-label{font-weight:700;font-size:12px;vertical-align:middle;color:var(--textColor)}.customeMultiplySelect .MuiPopover-paper .city-group .sites-list .site-item{margin-bottom:8px}.customeMultiplySelect .MuiPopover-paper .city-group .sites-list .site-item .MuiFormControlLabel-root{margin:0;width:100%}.customeMultiplySelect .MuiPopover-paper .city-group .sites-list .site-item .MuiFormControlLabel-root .MuiCheckbox-root{padding:2px 0;margin-right:10px}.customeMultiplySelect .MuiPopover-paper .city-group .sites-list .site-item .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root{position:relative}.customeMultiplySelect .MuiPopover-paper .city-group .sites-list .site-item .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root:after{content:"";width:15px;height:15px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='3.5'%20fill='white'%20stroke='%23C9CBCD'/%3e%3c/svg%3e");background-size:100%;background-position:center center;background-repeat:no-repeat}.customeMultiplySelect .MuiPopover-paper .city-group .sites-list .site-item .MuiFormControlLabel-root .MuiButtonBase-root.Mui-checked:after{content:"";width:15px;height:15px;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.32698%201.63803C0%202.27976%200%203.11984%200%204.8V13.2C0%2014.8802%200%2015.7202%200.32698%2016.362C0.6146%2016.9265%201.07354%2017.3854%201.63803%2017.673C2.27976%2018%203.11984%2018%204.8%2018H13.2C14.8802%2018%2015.7202%2018%2016.362%2017.673C16.9265%2017.3854%2017.3854%2016.9265%2017.673%2016.362C18%2015.7202%2018%2014.8802%2018%2013.2V4.8C18%203.11984%2018%202.27976%2017.673%201.63803C17.3854%201.07354%2016.9265%200.6146%2016.362%200.32698C15.7202%200%2014.8802%200%2013.2%200H4.8C3.11984%200%202.27976%200%201.63803%200.32698C1.07354%200.6146%200.6146%201.07354%200.32698%201.63803ZM14.3678%206.86781C14.8471%206.38853%2014.8471%205.61147%2014.3678%205.13219C13.8885%204.65291%2013.1115%204.65291%2012.6322%205.13219L7.5%2010.2644L5.36781%208.13219C4.88853%207.65291%204.11147%207.65291%203.63219%208.13219C3.15291%208.61147%203.15291%209.38853%203.63219%209.86781L6.63219%2012.8678C7.11147%2013.3471%207.88853%2013.3471%208.36781%2012.8678L14.3678%206.86781Z'%20fill='%232A7BBB'/%3e%3c/svg%3e");background-image:100%;background-repeat:no-repeat}.customeMultiplySelect .MuiPopover-paper .city-group .sites-list .site-item .MuiFormControlLabel-root .MuiButtonBase-root svg{display:none}.customeMultiplySelect .MuiPopover-paper .city-group .sites-list .site-item .MuiFormControlLabel-root .MuiButtonBase-root:hover{background-color:transparent}.customeMultiplySelect .MuiPopover-paper .city-group .sites-list .site-item .site-label{font-size:14px;font-weight:500;color:var(--darkBg)}.customeMultiplySelect .MuiPopover-paper .filter-actions{display:flex;justify-content:space-between;margin-top:16px;padding-top:12px;border-top:1px solid #eee}.customeMultiplySelect .MuiPopover-paper .filter-actions .MuiButton-root{font-size:12px;padding:4px 12px}.surveyFeedbackdetails .ticket_detailsSection h4{margin-bottom:5px}.surveyFeedbackdetails .ticket_detailsSection .underlineAlways{color:var(--primary)}.surveyFeedbackdetails .headingwrapper{padding-bottom:10px;border-bottom:1px solid var(--bgColor30);margin-bottom:15px}.surveyFeedbackdetails .starReview{display:flex;gap:5px}.surveyFeedbackdetails .starReview span{width:20px;height:20px;box-sizing:border-box;overflow:hidden;display:inline-block}.surveyFeedbackdetails .starReview span img{max-width:100%}.surveyFeedbackdetails .ticketNumber{font-size:14px;font-weight:600}.customTooltipArrow{left:50%!important;transform:translate(-50%)!important;color:var(--darkBg)!important}@media screen and (max-width:991px){.filter_wrapper{flex-wrap:wrap;justify-content:flex-end!important;width:100%}.filter_wrapper .w-212,.filter_wrapper .ct_selectMultiplWrapper{width:150px}}:root{--primary: #2A7BBB;--primaryBg: #ECF3F9;--primaryBg20: #C3DAEC66;--primaryBg30: #C3DAEC;--primaryBg40: #23679D1A;--white: #FFFFFF;--secondary: #343741;--bgColor: #F1F0F5;--titleColor: #3A4F5F;--titleColor20: #0E1F2C;--titleColor30: #151D48;--darkBg: #3A4F5F;--textColor: #85929C;--lightColor: #D3DAE6;--lightColor20: #DFE6EC;--lightColor30: #F2F3F7;--lightColor40: #EAECF0;--lightColor50: #E7F0F7;--lightColor60: #F4F4F8;--lightColor70: #F7FBFF;--lightColor80: #edecf2;--lightColor90: #F5F5F5;--borderColor: #D0D5DD;--borderColor20: #F6F7F7;--borderColor30: #BDC4CA;--borderColor40: #E0E0E0;--borderColor50: #A7AEBA1F;--borderColor60: #c5d6e3;--borderColor70: #E9ECED;--track: #BDC4CA;--scroller: #60707D;--gray: #6C8BA6;--gray20: #60707D;--gray30: #4B5879;--gray40: #1D2939;--gray50: #A0A6AB;--gray60: #5C6C7A;--dark: #344054;--cardBg: #ECF3F9;--cardBg20: #F8F9F9;--lightBg: #F8F9F9;--lightBg20: #F8F9F980;--lightBg30: #F9FAFB;--successBg: #BCE6BE;--success: #17B26A;--errorBg: #FBCBC7;--error: #F04438;--warn: #F79009;--highlight: #E7EDFC;--selectBg: #F9F9FC;--selectBorder: #DFE6ED;--headerBorder: #F1F4FA;--disabledBg: #BDC4CA;--disabledText: #FFFFFF;--placeholder: #ABB3BA;--bodySize: 14px;--smSize: 12px;--font: "Montserrat", sans-serif;--fontInter: "Inter", sans-serif;--appFont: "Montserrat", sans-serif;--appPrimary: #2A7BBB;--appText: #152D40;--filterPrimary: brightness(0) saturate(100%) invert(41%) sepia(55%) saturate(662%) hue-rotate(164deg) brightness(93%) contrast(94%);--filterText: brightness(0) saturate(100%) invert(15%) sepia(9%) saturate(3130%) hue-rotate(165deg) brightness(94%) contrast(96%)}.wl_cover{max-height:calc(100vh - 21.875rem)}.wlcwo_table .MuiTableCell-root{padding-top:.625rem;padding-bottom:.625rem}.wlcwo_table .MuiTableCell-head{white-space:nowrap}.wlcwo_table .MuiTableCell-head:first-of-type{position:sticky;top:0}.wlcwo_table .MuiTableCell-body:first-of-type{position:static}.wl_pagination.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiBox-root{font-family:var(--fontInter)!important}.product_mgmt_table .MuiTableCell-root{padding-right:3.75rem}.product_mgmt_table .MuiTableCell-root:nth-of-type(1){white-space:nowrap}.product_mgmt_table .Price,.product_mgmt_table .SKU,.product_mgmt_table .fetchedOn,.product_mgmt_table .Bonus,.product_mgmt_table .alignRight{text-align:right}.product_mgmt_table.washbook_table .MuiTableCell-root:nth-of-type(3){text-align:right}.filter_mgmt_table .MuiTableCell-root:nth-of-type(4){white-space:nowrap;padding-right:5rem}.build_mag_table .MuiTableCell-body{white-space:nowrap}.locked_mgmt_table .MuiTableCell-root:nth-of-type(1){white-space:nowrap}.locked_mgmt_table .MuiTableCell-root:nth-of-type(3){text-align:right}.locked_mgmt_table .MuiTableCell-root:nth-of-type(4){text-align:right;padding-right:3.75rem}.locked_mgmt_table .MuiTableCell-root:last-child{text-align:left}.tag_mgmt_table .MuiTableCell-root{width:15%}.tag_mgmt_table .MuiTableCell-root:nth-of-type(1){padding-right:10%;width:30%}.tag_mgmt_table .MuiTableCell-root:nth-of-type(2){padding-right:15%}.tag_mgmt_table.loader .MuiTableCell-root:nth-of-type(1){padding-right:10px}.tag_mgmt_table.loader .MuiTableCell-root:nth-of-type(2){padding-right:10px}.datepicker_box{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;width:100%;gap:.625rem}.datepicker_box .date{flex:1;border:1px solid var(--borderColor);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;height:2.75rem;cursor:pointer;padding:.625rem .75rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;position:relative;font-weight:500;color:var(--placeholder)}.datepicker_box .date img{position:absolute;right:8px}.datepicker_box.date_selected .date{color:var(--titleColor)}.multi_select_tags{width:100%}.multi_select_tags .MuiAutocomplete-root .MuiInputBase-input{color:var(--titleColor);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;font-weight:500;cursor:pointer}.multi_select_tags .MuiAutocomplete-root .MuiInputBase-input::-webkit-input-placeholder{color:var(--placeholder);opacity:1}.multi_select_tags .MuiAutocomplete-root .MuiInputBase-input::-moz-placeholder{color:var(--placeholder);opacity:1}.multi_select_tags .MuiAutocomplete-root .MuiInputBase-input::-ms-input-placeholder{color:var(--placeholder);opacity:1}.multi_select_tags .MuiAutocomplete-root .Mui-readOnly{pointer-events:none}.multi_select_tags .MuiAutocomplete-root .MuiInputBase-root{min-height:2.75rem;height:auto;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;font-size:var(--bodySize);background-color:transparent;padding-top:.3125rem;padding-bottom:.3125rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.multi_select_tags .MuiAutocomplete-root .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border-color:var(--borderColor)}.multi_select_tags .MuiAutocomplete-root .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--borderColor30)}.multi_select_tags .MuiAutocomplete-root .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)}.multi_select_tags .MuiAutocomplete-popupIndicator{position:relative;width:.875rem;height:.875rem;top:0;right:.625rem;overflow:hidden;padding:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23152D40' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:.3s}.multi_select_tags .MuiAutocomplete-popupIndicator svg{display:none}.multi_select_tags .MuiAutocomplete-popupIndicator[aria-label=Close]{transform:rotate(180deg)}.multi_select_tags .MuiAutocomplete-clearIndicator{display:none}.multi_select_tags .MuiChip-filled{background:transparent;border:1px solid var(--titleColor);height:1.5rem;position:relative}.multi_select_tags .MuiChip-filled .MuiChip-label{font-weight:600;color:var(--titleColor);line-height:normal}.multi_select_tags .MuiChip-filled svg{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9M1 1L9 9' stroke='%23152D40' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center}.multi_select_tags .MuiChip-filled svg path{display:none}.custom_autocomplete .MuiAutocomplete-paper{-webkit-box-shadow:0px 15px 15px -1px rgba(0,0,0,.0392156863),0px 5.7px 12px -1px rgba(0,0,0,.0509803922),0px 2.6px 8px -1px rgba(0,0,0,.0588235294),0px .9px 4px -1px rgba(0,0,0,.0784313725);-moz-box-shadow:0px 15px 15px -1px rgba(0,0,0,.0392156863),0px 5.7px 12px -1px rgba(0,0,0,.0509803922),0px 2.6px 8px -1px rgba(0,0,0,.0588235294),0px .9px 4px -1px rgba(0,0,0,.0784313725);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;max-height:18.75rem;margin-top:.625rem}.custom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-listbox{padding-top:.9375rem;padding-bottom:.9375rem}.custom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-option,.custom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-noOptions{font-size:var(--bodySize);font-weight:500;margin:0 1.25rem;padding:.625rem .9375rem;background-repeat:no-repeat;background-position-x:calc(100% - .9375rem);background-position-y:center;border-radius:.375rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;-ms-border-radius:.375rem;-o-border-radius:.375rem;color:var(--titleColor)}.custom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-option:hover,.custom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-noOptions:hover{background-color:var(--lightBg30)}.custom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-option.Mui-selected,.custom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-noOptions.Mui-selected{font-weight:700;color:var(--primary);background-color:var(--primaryBg30)}.custom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-option:not(:nth-last-of-type(1)),.custom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-noOptions:not(:nth-last-of-type(1)){margin-bottom:.375rem}.keywords_control.MuiFormControl-root{flex-wrap:wrap;flex-direction:row;gap:.5rem;padding:.5rem;height:2.75rem;border:.0625rem solid var(--borderColor);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem}.keywords_control.MuiFormControl-root.Mui-focused{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.keywords_control .MuiChip-root{background-color:var(--white);border:.0625rem solid var(--borderColor);border-radius:.375rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;-ms-border-radius:.375rem;-o-border-radius:.375rem;height:1.75rem;white-space:nowrap;margin:0;font-weight:500;text-transform:capitalize;color:var(--titleColor);max-width:unset;width:auto;min-width:none}.keywords_control .MuiChip-root .MuiChip-deleteIcon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M7.5 2.5L2.5 7.5M2.5 2.5L7.5 7.5' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");font-size:0;width:.75rem;height:.75rem;background-size:cover;background-color:transparent;color:transparent;margin-left:.125rem}.keywords_control .MuiChip-root .MuiChip-deleteIcon:hover{color:transparent}.keywords_control .MuiInputBase-root{min-height:unset!important;height:auto;width:auto;padding:0!important}.keywords_control .MuiInputBase-input{padding:0}.privacy_control .MuiInputAdornment-root{margin-right:0}.radio_wrapper .MuiFormControlLabel-root{margin-bottom:0}.radio_wrapper .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:var(--bodySize);font-weight:500}.radio_wrapper .MuiFormControlLabel-root .MuiRadio-root{margin-top:-.125rem}.radio_wrapper .MuiFormControlLabel-root .MuiRadio-root.Mui-checked+.MuiFormControlLabel-label{color:var(--primary);font-weight:600}.radio_wrapper .sm_radio .MuiFormControlLabel-label{color:var(--gray20)}.radio_wrapper .sm_radio .MuiRadio-root{padding:.125rem}.radio_wrapper .sm_radio .MuiRadio-root img{width:1.5rem}.radio_wrapper .sm_radio .MuiRadio-root.Mui-checked+.MuiFormControlLabel-label{color:var(--titleColor);font-weight:600}.radio_wrapper.MuiFormGroup-row~.MuiFormControlLabel-root{margin-left:.625rem}.radio_wrapper.disabled{pointer-events:none;opacity:.6}.searchInput .MuiInputBase-root{height:2.5rem}@media screen and (max-width:767px){.stepperContainer .MuiStep-root{padding-left:0;padding-right:0}}.stepperContainer .MuiStepLabel-root{cursor:pointer;font-size:.8125rem}@media screen and (max-width:767px){.stepperContainer .MuiStepLabel-root{font-size:.75rem}}.stepperContainer .MuiStepLabel-label{color:var(--placeholder);font-weight:600;font-size:1rem;text-transform:capitalize}@media screen and (max-width:1600px){.stepperContainer .MuiStepLabel-label{font-size:.9375rem}}@media screen and (max-width:1440px){.stepperContainer .MuiStepLabel-label{font-size:.875rem}}@media screen and (max-width:1280px){.stepperContainer .MuiStepLabel-label{font-size:.8125rem}}.stepperContainer .MuiStepLabel-label.Mui-active{color:var(--primary);font-weight:600}.stepperContainer .MuiStepLabel-label.Mui-completed{font-weight:600;color:var(--primary)}.stepperContainer .MuiStepLabel-label:not(:empty){margin-right:.625rem}.stepperContainer .MuiStepIcon-root{color:transparent;border:.125rem solid var(--borderColor);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;width:2rem;height:2rem;z-index:1}.stepperContainer .MuiStepIcon-root text{display:none}.stepperContainer .MuiStepIcon-root.Mui-active{color:var(--primary);border-color:var(--primary);background-color:var(--primary);outline:.1875rem solid var(--borderColor60)}.stepperContainer .MuiStepIcon-root.Mui-completed{background-color:var(--primary)}.stepperContainer .MuiStepIcon-root.Mui-completed path{opacity:0}.stepperContainer .MuiStepLabel-iconContainer{position:relative}.stepperContainer .MuiStepLabel-iconContainer:before{content:"";display:block;width:.625rem;height:.625rem;background-color:var(--borderColor);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;z-index:2}.stepperContainer .MuiStepLabel-iconContainer.Mui-active:before{background-color:var(--white)}.stepperContainer .MuiStepLabel-iconContainer.Mui-completed:before{background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7953 0.854197L5.24867 10.0675L2.71534 7.36086C2.24867 6.92086 1.51534 6.8942 0.982005 7.26753C0.462005 7.6542 0.315338 8.3342 0.635338 8.88086L3.63534 13.7609C3.92867 14.2142 4.43534 14.4942 5.00867 14.4942C5.55534 14.4942 6.07534 14.2142 6.36867 13.7609C6.84867 13.1342 16.0087 2.2142 16.0087 2.2142C17.2087 0.98753 15.7553 -0.0924696 14.7953 0.840864V0.854197Z' fill='white'/%3E%3C/svg%3E");width:1.125rem;height:1.125rem}.stepperContainer .MuiStepConnector-root{top:.9375rem;left:calc(-50% + 15px);right:calc(50% + 15px)}.stepperContainer .MuiStepConnector-line{border-color:var(--borderColor30)}.MuiTooltip-popper.wlTooltipWrapper .MuiTooltip-arrow{width:14px;margin-left:-13px;margin-right:0;height:21px}.MuiTooltip-popper.wlTooltipWrapper .MuiTooltip-arrow:before{background-color:var(--titleColor20)}.MuiTooltip-popper.wlTooltipWrapper .MuiTooltip-tooltip{margin-left:.75rem;margin-top:0;max-width:18.75rem;padding:.875rem;border-radius:.75rem;font-size:var(--smSize);line-height:1.25rem;background-color:var(--titleColor20);box-shadow:6px 6px 54px #0000000d}.MuiTooltip-popper.wlTooltipWrapper .MuiTooltip-tooltip .tooltipTitle{font-weight:400;font-family:var(--fontInter)}@media screen and (max-width:1024px){.MuiTooltip-popper.wlTooltipWrapper .MuiTooltip-tooltip{max-width:15.625rem;line-height:1.125rem}}@media screen and (max-width:767px){.MuiTooltip-popper.wlTooltipWrapper .MuiTooltip-tooltip{max-width:12.5rem}}.MuiTooltip-popper.wlTooltipWrapper .MuiTooltip-tooltip .fontInter *{font-family:var(--fontInter);font-weight:400}.MuiTooltip-popper.wlTooltipWrapper ul{padding-left:.75rem}.MuiTooltip-popper.wlTooltipWrapper ul li{list-style:disc;color:var(--white)}.MuiTooltip-popper.wlTooltipWrapper.wAuto .MuiTooltip-tooltip{max-width:auto}.select_list_box.MuiList-root{padding:0}.select_list_box.MuiList-root .MuiListItem-root{margin-bottom:1.25rem;padding:1.25rem}.select_list_box.MuiList-root .MuiListItem-root .MuiListItemText-root{margin:0}.select_list_box.MuiList-root .MuiListItem-root .MuiListItemText-primary{font-weight:500;font-size:var(--bodySize)}.select_list_box.MuiList-root .MuiListItem-root .desc{color:var(--placeholder);font-size:var(--smSize);margin-left:.375rem}.select_dropdown.MuiMenu-paper{max-height:12.5rem;overflow-y:auto;margin-top:.625rem;padding:.625rem;border-radius:.75rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;-o-border-radius:.75rem;-webkit-box-shadow:0px 15px 15px -1px rgba(0,0,0,.0392156863),0px 5.7px 12px -1px rgba(0,0,0,.0509803922),0px 2.6px 8px -1px rgba(0,0,0,.0588235294),0px .9px 4px -1px rgba(0,0,0,.0784313725);-moz-box-shadow:0px 15px 15px -1px rgba(0,0,0,.0392156863),0px 5.7px 12px -1px rgba(0,0,0,.0509803922),0px 2.6px 8px -1px rgba(0,0,0,.0588235294),0px .9px 4px -1px rgba(0,0,0,.0784313725);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014}.select_dropdown.MuiMenu-paper .MuiList-root{padding:0}.select_dropdown.MuiMenu-paper .MuiList-root .MuiMenuItem-root{border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;padding:.625rem .75rem;background:var(--white);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;font-size:var(--bodySize);font-weight:500;color:var(--titleColor);transition:all .3s ease-in;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.select_dropdown.MuiMenu-paper .MuiList-root .MuiMenuItem-root.active,.select_dropdown.MuiMenu-paper .MuiList-root .MuiMenuItem-root:hover{color:var(--activeMenuText);font-weight:600;background-color:var(--activeMenuBg)}.select_dropdown.MuiMenu-paper .MuiList-root .MuiMenuItem-root:not(:last-child){margin-bottom:.25rem}.select_with_action{width:auto;height:2.75rem;line-height:2.75rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;border:.0625rem solid var(--borderColor30);padding-right:1.25rem}.select_with_action .MuiInputBase-root{width:auto}.select_with_action .MuiInputBase-root .MuiOutlinedInput-notchedOutline{display:none}.switch{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.switch .MuiSwitch-root{width:2.375rem;height:1.375rem;padding:0}.switch .MuiSwitch-root .MuiButtonBase-root+.MuiSwitch-track{background:var(--borderColor30);opacity:1}.switch .MuiSwitch-root .MuiButtonBase-root.Mui-checked+.MuiSwitch-track{background:var(--primary);opacity:1}.switch .MuiSwitch-root .MuiSwitch-thumb{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:1.125rem;height:1.125rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.switch .MuiSwitch-root .MuiSwitch-track{width:2.375rem;height:1.375rem;border-radius:.75rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;-o-border-radius:.75rem}.switch .MuiSwitch-root .MuiSwitch-track .MuiSwitch-switchBase{padding:0}.switch .MuiSwitch-root .MuiSwitch-track .MuiSwitch-thumb{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:1.125rem;height:1.125rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:var(--white)}.switch .MuiSwitch-root .MuiTouchRipple-root{display:none}.switch .MuiSwitch-switchBase{padding:.125rem}.switch .MuiSwitch-switchBase.Mui-disabled+.MuiSwitch-track{opacity:.6;cursor:not-allowed}.switch .MuiSwitch-switchBase.Mui-checked{color:var(--white);padding:.125rem 0;margin:0 -.125rem}.bordered_list>li{border:1px solid var(--borderColor);border-radius:.75rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;-o-border-radius:.75rem;margin-bottom:1.25rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;min-height:4.6875rem;background-color:var(--cardBg20)}.bordered_list>li .iconBtn{background-color:transparent}.bordered_list>li .img_box{width:1.875rem;height:1.875rem;position:relative;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;margin-right:.625rem;background-color:var(--primaryBg)}.bordered_list>li .img_box img{max-width:.9375rem}.bordered_list.draggable{align-items:stretch}.bordered_list.draggable>li{padding:0;align-items:stretch;overflow:hidden}.bordered_list.draggable>li .drag{width:3.25rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background-color:var(--borderColor70)}.bordered_list.draggable>li .btn_options{width:2.25rem;height:2.25rem;border:.0625rem solid var(--borderColor);margin-right:1.25rem}.bordered_list.draggable>li .list-content{flex:1;padding:1.25rem;justify-content:space-between}.bordered_list.draggable>li .iconBtn{background-color:transparent}.app_menu.MuiInputBase-root{height:.9375rem;width:auto}.app_menu.MuiInputBase-root .MuiOutlinedInput-notchedOutline{border:0}.app_menu.MuiInputBase-root .MuiInputBase-input{font-size:.5rem;font-weight:600;padding:0;color:var(--white);text-transform:capitalize;max-width:6.25rem;width:auto}.app_menu.MuiInputBase-root .MuiInputBase-input.MuiSelect-select{padding-right:.75rem}.app_menu.MuiInputBase-root .MuiSelect-icon{width:.625rem;color:var(--white);right:0}.app_dropdown.MuiPopover-paper{border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;margin-top:0}.app_dropdown.MuiPopover-paper .MuiList-root{padding:.25rem}.app_dropdown.MuiPopover-paper .MuiMenuItem-root{font-size:.5rem;padding:.25rem .5rem;margin:0;color:var(--appText)}.app_dropdown.MuiPopover-paper .MuiMenuItem-root:not(:nth-last-of-type(1)){margin-bottom:0}.app_dropdown.MuiPopover-paper .MuiMenuItem-root.Mui-selected{background-color:transparent;color:var(--appPrimary)}.app_control .MuiInputBase-root{height:1.5rem;border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;-ms-border-radius:1.25rem;-o-border-radius:1.25rem;background-color:var(--white);padding-left:.625rem}.app_control .MuiInputBase-root .MuiInputBase-input{font-size:.5rem;color:var(--appText)}.app_control .MuiInputBase-root .MuiInputBase-input::placeholder{font-size:.5rem;color:var(--appText);opacity:.7;font-weight:400}.app_control .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border:0}.app_control .MuiInputBase-root .MuiInputAdornment-positionStart{margin-right:.25rem}.app_control.temp2 .MuiInputBase-root{border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;height:1.875rem}.app_list.MuiList-root{padding:0}.app_list.MuiList-root .MuiListItem-root{padding:.5rem 0}.app_list.MuiList-root .MuiListItem-root:not(:nth-last-of-type(1)){border-bottom:1px solid var(--borderColor70)}.app_list.MuiList-root .MuiListItemSecondaryAction-root{right:0}.app_list.MuiList-root .MuiListItemButton-root{padding:0}.app_list.MuiList-root .MuiListItemButton-root .MuiListItemAvatar-root{min-width:unset;margin-right:.5rem}.app_list.MuiList-root .MuiListItemButton-root .MuiAvatar-root{position:relative;width:1.5rem;height:1.5rem;overflow:visible}.app_list.MuiList-root .MuiListItemButton-root .MuiAvatar-root img{max-width:.75rem;margin-left:.03125rem;margin-right:-.03125rem;height:auto;object-fit:unset;filter:var(--filterText)}.app_list.MuiList-root .MuiListItemButton-root .MuiAvatar-root:before{pointer-events:none;position:absolute;width:100%;height:100%;left:0;right:0;top:0;bottom:0;content:"";display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background-color:var(--appText);opacity:.08;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;top:.03125rem;left:.03125rem}.app_list.MuiList-root .MuiListItemButton-root .MuiTypography-root{font-weight:500;font-size:.5rem;color:var(--appText)}.app_list.MuiList-root .MuiListItemButton-root:hover{background-color:transparent}.app_list.MuiList-root .active .MuiAvatar-root img{filter:var(--filterPrimary)}.app_list.MuiList-root .active .MuiAvatar-root:before{background-color:var(--appPrimary)}.app_list.MuiList-root .active .MuiTypography-root{color:var(--appPrimary)}.app_list.MuiList-root.account .MuiListItemButton-root .MuiAvatar-root img{filter:var(--filterPrimary)}.app_list.MuiList-root.account .MuiListItemButton-root .MuiAvatar-root:before{background-color:var(--appPrimary)}.app_list.MuiList-root.temp2 .MuiAvatar-root:before{border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem}.app_menu_fixed.MuiList-root{position:absolute;bottom:0;background:var(--white);left:0;right:0;z-index:10;border-top:1px solid var(--borderColor40);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:.625rem;height:3.125rem;overflow:hidden;gap:.25rem;justify-content:space-evenly}.app_menu_fixed.MuiList-root .MuiListItem-root{width:20%;padding:0}.app_menu_fixed.MuiList-root .MuiListItemButton-root{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0}.app_menu_fixed.MuiList-root .MuiListItemButton-root .img{width:1rem;height:1rem;margin-bottom:.25rem;filter:var(--filterText);opacity:.7}.app_menu_fixed.MuiList-root .MuiListItemButton-root .name{font-size:.4375rem;white-space:nowrap;color:var(--appText);opacity:.7;font-weight:500;text-align:center;text-overflow:ellipsis;overflow:hidden;display:block;width:100%}.app_menu_fixed.MuiList-root .MuiListItemButton-root:hover{background-color:transparent}.app_menu_fixed.MuiList-root .MuiListItemButton-root.active .name{color:var(--appPrimary);opacity:1;font-weight:600}.app_menu_fixed.MuiList-root.navigation_menu{position:relative;max-width:26.875rem;margin:0 auto;height:auto;padding:.75rem;width:100%;justify-content:space-between}.app_menu_fixed.MuiList-root.navigation_menu .MuiListItemButton-root .img{width:1.25rem;height:1.25rem;margin-bottom:.5rem}.app_menu_fixed.MuiList-root.navigation_menu .MuiListItemButton-root .name{font-size:.75rem}.app_menu_fixed.MuiList-root.navigation_menu .MuiListItemButton-root.active .name{color:var(--appText);opacity:.7;font-weight:500}.app_menu_fixed.MuiList-root.navigation_menu .MuiListItemButton-root.active .img{filter:var(--appText);opacity:.7}.appControl{overflow:hidden}.appControl .MuiInputBase-root{border-radius:.375rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;-ms-border-radius:.375rem;-o-border-radius:.375rem;height:2rem;background-color:var(--white)}.appControl .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--appPrimary)}.appControl .MuiInputBase-input{font-size:.625rem;padding-left:.625rem;padding-right:.625rem;color:var(--appText)}.appControl .MuiInputBase-input::-webkit-input-placeholder{font-weight:400;color:var(--appText);opacity:.3}.appControl .MuiInputBase-input::-moz-placeholder{font-weight:400;color:var(--appText);opacity:.3}.appControl .MuiInputBase-input::-ms-input-placeholder{font-weight:400;color:var(--appText);opacity:.3}.appControl .MuiInputAdornment-positionEnd{margin-top:.125rem;z-index:1}.appControl .MuiInputAdornment-positionEnd svg{cursor:pointer;font-size:.875rem;color:var(--appText)}.appControl .MuiOutlinedInput-notchedOutline{top:-.3125rem}.appControl.temp2 .MuiInputBase-root{position:relative;border-radius:.1875rem;-webkit-border-radius:.1875rem;-moz-border-radius:.1875rem;-ms-border-radius:.1875rem;-o-border-radius:.1875rem}.appControl.temp2 .MuiInputBase-root:before{pointer-events:none;position:absolute;width:100%;height:100%;left:0;right:0;top:0;bottom:0;content:"";display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background-color:var(--appPrimary);opacity:.05}.appControl.temp2 .MuiInputBase-input::-webkit-input-placeholder{color:var(--appText);opacity:.4}.appControl.temp2 .MuiInputBase-input::-moz-placeholder{color:var(--appText);opacity:.4}.appControl.temp2 .MuiInputBase-input::-ms-input-placeholder{color:var(--appText);opacity:.4}.appControl.temp2 .MuiOutlinedInput-notchedOutline{border-color:var(--appPrimary);opacity:.12}.appControl .Mui-focused .MuiOutlinedInput-notchedOutline{top:-.25rem;opacity:.8}.appRadio .MuiRadio-root{padding:.3125rem;margin-right:.1875rem}.appRadio .MuiRadio-root img{max-width:1rem}.appTabs{overflow:auto}.appTabs .MuiTabs-scroller{overflow:auto!important;scrollbar-width:none}.appTabs .MuiTab-root{font-size:.625rem;height:1.75rem;border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;-ms-border-radius:1.25rem;-o-border-radius:1.25rem;color:var(--appText);padding:0 .9375rem;border:0;margin:0 .25rem}.appTabs .MuiTab-root:before{pointer-events:none;position:absolute;width:100%;height:100%;left:0;right:0;top:0;bottom:0;content:"";display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;-ms-border-radius:1.25rem;-o-border-radius:1.25rem;border:1px solid var(--appText);opacity:.12}.appTabs .MuiTab-root~.MuiTab-root{margin-left:.25rem}.appTabs .MuiTab-root.Mui-selected{background-color:var(--appPrimary)}.appTabs .MuiTab-root.Mui-selected:before{border-color:var(--appPrimary);opacity:1}.appTabs .MuiTab-root:nth-of-type(1){margin-left:.75rem}.appTabs.temp2 .MuiTab-root{border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem}.appTabs.temp2 .MuiTab-root:before{border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem}.appTabs.margin .MuiTab-root{padding:0 .75rem}.appTabs.margin .MuiTab-root:nth-of-type(1){margin-left:0rem}.appTabs.webTabs .MuiTab-root{height:24px;line-height:normal;font-size:9px;padding:0 14px}.keywords{align-items:flex-start;flex-wrap:wrap;gap:.5rem;width:100%}.keywords .MuiChip-root{background-color:var(--white);border:.0625rem solid var(--borderColor);border-radius:.375rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;-ms-border-radius:.375rem;-o-border-radius:.375rem;height:1.75rem;white-space:nowrap;margin-left:0;font-weight:500;text-transform:capitalize;color:var(--titleColor)}.keywords .MuiChip-root .MuiChip-deleteIcon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M7.5 2.5L2.5 7.5M2.5 2.5L7.5 7.5' stroke='%233A4F5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");font-size:0;width:.75rem;height:.75rem;background-size:cover;background-color:transparent;color:transparent;margin-left:.125rem}.keywords .MuiChip-root .MuiChip-deleteIcon:hover{color:transparent}.keywords:not(:empty){margin-right:.625rem}.uploadImg{position:relative;width:100%;overflow:hidden;background-color:transparent;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem}.uploadImg .innerbox{border-image-repeat:repeat;border-width:.125rem;border-style:solid;border-image-source:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='863' height='126' viewBox='0 0 863 126' fill='none'%3E%3Crect x='0.5' y='0.5' width='862' height='125' rx='11.5' stroke='%232A7BBB' stroke-dasharray='4 4'/%3E%3C/svg%3E");border-image-slice:1;display:block;text-align:center;width:100%;margin:0 auto;padding:1rem;cursor:pointer}.uploadImg .innerbox input{position:absolute;top:0;left:0;width:100%;height:100%}.modal_backdrop{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.confirmModal{width:100%;max-width:25rem;max-height:calc(100vh - 2.5rem);overflow-y:auto;padding:1.75rem;outline:none;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;background-color:var(--white);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:.0625rem solid var(--lightColor60)}.confirmModal .content{text-align:center}.confirmModal .content .modalTitle{margin:1rem 0 .5rem}.confirmModal .content p{margin-bottom:1.75rem}.confirmModal .button_cover button~button{margin-left:1rem}.confirmModal.hasInput p{margin-bottom:1.25rem}.confirmModal.hasInput .button_cover{margin-top:1.75rem}.congrats_popup .confirmModal{background-image:url(/assets/congrats_background-BDwxIseC.gif);background-position:center top}.global_config_modal .modal_body{height:29.375rem;padding-bottom:3.75rem}.global_config_modal .btnAbs{position:absolute;right:1.25rem;bottom:1.625rem}.badgesContainer{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:.75rem}.badgesContainer .badge{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;padding:.25rem .625rem;gap:.25rem;font-size:var(--smSize);font-weight:700;height:1.5rem;color:var(--primary);background-color:var(--primaryBg40)}.badgesContainer .badge.success{background-color:#17b26a1a;color:var(--success)}.badgesContainer .badge.warn{background-color:#f790091a;color:var(--warn)}.dotPrice{position:relative;margin-left:1.25rem}.dotPrice:before{position:absolute;top:.5rem;left:-.75rem;content:"";display:block;background-color:var(--titleColor);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;width:.3125rem;height:.3125rem}.serviceTag.lg{column-gap:1rem}.serviceTag.lg span{padding:.625rem 1.25rem;height:2.5rem;border-color:var(--borderColor30);border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem}.image-preview{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:.625rem}.image-preview .imgContainer{position:relative;width:8rem;height:8rem;overflow:hidden;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;flex-shrink:0}.image-preview .imgContainer.lg{width:auto;aspect-ratio:108/53}.image-preview .delete{position:absolute;right:.5rem;top:.5rem;background:transparent;border:0;padding:0}.image-preview .delete img{width:1.5rem}.no-data-container{min-height:22.1875rem}.decimal-list{list-style-type:decimal;padding-left:20px;margin:0}.details_wrapper .profile{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:flex-start;justify-content:space-between}.details_wrapper .imagesSection{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:flex-start;margin-bottom:1.25rem}.details_wrapper .imagesSection .image{position:relative;width:9.375rem;aspect-ratio:1/1;overflow:hidden;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;margin-right:1.25rem;flex-shrink:0}@media screen and (max-width:1280px){.details_wrapper .imagesSection .image{margin-right:.625rem}}.details_wrapper .imagesSection .absolute{position:absolute;bottom:.625rem;right:.625rem;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;padding:.1875rem .75rem;font-size:var(--smSize)}.details_wrapper .imagesSection .content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-top:.3125rem;row-gap:.625rem}.details_wrapper .imagesSection .tags{width:100%;display:block}.details_wrapper .btnAction:after{content:"";width:.875rem;height:.875rem;display:block;margin-left:.75rem;background-repeat:no-repeat;background-size:1.25rem;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSelect-icon MuiSelect-iconOutlined css-hfutr2-MuiSvgIcon-root-MuiSelect-icon' focusable='false' aria-hidden='true' viewBox='0 0 24 24'%3E%3Cpath d='M15.88 9.29 12 13.17 8.12 9.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0' fill='%23FFFFFF'%3E%3C/path%3E%3C/svg%3E")}.details_wrapper .btnAction.expanded:after{transform:rotate(180deg)}.details_box{border:1px solid var(--borderGray);border-radius:.75rem;padding:1.25rem;margin-bottom:1.25rem}.details_box .subheading{width:100%;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:var(--colorSecondary);display:block;margin-bottom:12px}.details_box .flex{display:flex;align-items:flex-start;justify-content:flex-start}.details_box .flex .parameter{width:20%;word-wrap:break-word}.details_box .flex .parameter .heading{display:block;margin-bottom:8px;color:var(--infoText);font-weight:500}.details_box .flex .parameter .data{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:20px}.hoursCard{border:1px solid var(--borderColor30);align-items:flex-start;border-radius:.75rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;-o-border-radius:.75rem;padding:1.25rem;min-height:100%}.hoursCard .time{width:8.125rem}.hoursCard .time p:not(.error){color:#0009}.hoursCard .time p:not(:nth-last-of-type(1)){margin-bottom:.375rem}:root{--primary: #2A7BBB;--primaryBg: #ECF3F9;--primaryBg20: #C3DAEC66;--primaryBg30: #C3DAEC;--primaryBg40: #23679D1A;--white: #FFFFFF;--secondary: #343741;--dark: #344054;--darkskyblue: #c3daec;--darkBg: #3a4f5f;--bgColor: #F1F0F5;--bgColor30: #EDEFF1;--titleColor: #3A4F5F;--titleColor20: #0E1F2C;--titleColor30: #151D48;--warm20: #F9EFE2;--success600: #139659;--textColor: #85929c;--error600: #ca392f;--blue: #53c3dd;--blue500: #dcf0f5;--blue600: #46a4ba;--blueoverdue: #CFEEF5;--lightColor: #d3dae6;--lightColor20: #dfe6ec;--lightColor30: #f2f3f7;--lightColor40: #eaecf0;--lightColor50: #e7f0f7;--lightColor60: #f4f4f8;--lightColor70: #f7fbff;--lightColor80: #edecf2;--lightColor90: #f5f5f5;--borderColor: #d0d5dd;--borderColor20: #f6f7f7;--borderColor30: #bdc4ca;--borderColor40: #e0e0e0;--borderColor50: #a7aeba1f;--borderColor60: #c5d6e3;--borderColor70: #e9eced;--borderColor80: #ebebeb;--borderToast: #c0c3c5;--gray: #6c8ba6;--graydark: #53575f;--gray20: #60707d;--gray30: #4b5879;--gray40: #1d2939;--gray50: #a0a6ab;--gray60: #5c6c7a;--grey70: #eef4fa;--greybg: #e5e8ea;--lightgrey: #f8f9f9;--lightgrey20: #f3f4f5;--track: #bdc4ca;--scroller: #60707d;--textlightColor: #85929c;--successBg: #BCE6BE;--success: #17B26A;--success10: #DFF4EA;--errorBg: #FBCBC7;--error: #F04438;--warn: #F79009;--warm10:#feefdd;--warnbgColor: #F9EFE2;--highlight: #E7EDFC;--selectBg: #F9F9FC;--selectBorder: #DFE6ED;--headerBorder: #F1F4FA;--disabledBg: #BDC4CA;--disabledText: #FFFFFF;--lightBluebg: #c3daec;--maroon: #ab3d3d;--cardBg: #ecf3f9;--cardBg20: #f8f9f9;--lightBg20: #f8f9f980;--lightBg30: #f9fafb;--lightBg40: #f4f8fc;--successBg: #bce6be;--success: #17b26a;--success10: #dff4ea;--errorBg: #fbcbc7;--error: #f04438;--warn: #f79009;--highlight: #e7edfc;--selectBg: #f9f9fc;--selectBorder: #dfe6ed;--headerBorder: #f1f4fa;--disabledBg: #bdc4ca;--disabledText: #ffffff;--placeholder: #abb3ba;--hoverbg: #d2e7ff;--bodySize: 14px;--smSize: 12px;--font: "Montserrat", sans-serif;--fontInter: "Inter", sans-serif;--appFont: "Montserrat", sans-serif;--filterPrimary: brightness(0) saturate(100%) invert(41%) sepia(55%) saturate(662%) hue-rotate(164deg) brightness(93%) contrast(94%);--filterText: brightness(0) saturate(100%) invert(15%) sepia(9%) saturate(3130%) hue-rotate(165deg) brightness(94%) contrast(96%)}@media screen and (max-width:1280px){:root{--bodySize: 13px;--smSize: 11px}}@keyframes skeleton{0%{background-position:0}to{background-position:-200%}}.ct_cover{max-height:calc(100vh - 21.875rem)}.ct_table .MuiTableCell-root{padding-top:.625rem;padding-bottom:.625rem}.ct_table .MuiTableCell-head{white-space:nowrap}.ct_pagination.pagination .MuiTablePagination-toolbar .MuiTablePagination-displayedRows+.MuiBox-root .MuiBox-root{font-family:var(--fontInter)!important}.ct-ticktform-listing .MuiTableHead-root .MuiTableCell-root:nth-child(1){width:120px}.ct-ticktform-listing .MuiTableCell-body:nth-child(1){width:120px}.ticktform_listing .MuiTableCell-body:nth-of-type(4){white-space:nowrap}.ticktform_listing .MuiTableCell-body:nth-child(3){text-align:left!important}.ticktform_listing .MuiTableHead-root .MuiTableCell-root:nth-child(3){text-align:left!important}.ct-ticktform-listing .MuiTableHead-root .MuiTableCell-root:nth-child(3){text-align:left!important}.ct-ticktform-listing .MuiTableCell-body:nth-of-type(3){text-align:left!important}.CustomertableWrapper{margin-top:1.25rem;padding:.9375rem;border-radius:.75rem;border:1px solid var(--btnDisabled);font-family:Inter,sans-serif!important}@media screen and (max-width:1024px){.CustomertableWrapper{margin-top:.9375rem}}.CustomertableWrapper.mt0{margin-top:0}.CustomertableWrapper.mt8{margin-top:8px!important}.CustomertableWrapper.p0{padding:0}.CustomertableWrapper.pb0{padding:0!important;border:0!important}.CustomertableWrapper *{font-family:var(--font)}.CustomertableWrapper .tableLink,.CustomertableWrapper .tableLink span{text-decoration:underline;color:#2a7bbb!important;font-family:Inter,sans-serif!important}.CustomertableWrapper .tableLink.none{padding-left:3px;text-decoration:none;cursor:pointer}.CustomertableWrapper .MuiPaper-root{background-color:transparent;box-shadow:none;border-radius:12px;border:0;overflow:auto}.CustomertableWrapper .MuiTableSortLabel-root.Mui-active{color:#85929c!important}.CustomertableWrapper .MuiTableSortLabel-root svg path{fill:#3a4f5f}.CustomertableWrapper .MuiTableSortLabel-root :hover{color:#3a4f5f}.CustomertableWrapper .contactInfo{margin-top:0;font-size:.75rem;font-weight:400;line-height:1.125rem;color:#85929c;text-align:left;font-family:Inter,sans-serif!important;text-decoration:none!important}.CustomertableWrapper .contactInfo .withChecks{justify-content:flex-start}.CustomertableWrapper .contactInfo .withChecks.textRight{text-align:right!important}.CustomertableWrapper .contactInfo .withChecks.textRight .numericAlign,.CustomertableWrapper .contactInfo .withChecks.textRight .withChecks{display:flex!important;justify-content:flex-end!important}.CustomertableWrapper .contactInfo .withChecks.textCenter{text-align:center!important}.CustomertableWrapper .contactInfo .withChecks.textCenter .withChecks{justify-content:center}.CustomertableWrapper .contactInfo.textRight{text-align:right!important}.CustomertableWrapper .contactInfo.textRight .withChecks{justify-content:flex-end}.CustomertableWrapper .contactInfo.textCenter{text-align:center!important}.CustomertableWrapper .contactInfo.textCenter .withChecks{justify-content:center}.CustomertableWrapper .contactInfo span{font-family:Inter,sans-serif!important}.CustomertableWrapper .contactInfo:first-of-type{text-align:left}.CustomertableWrapper .contactInfo:first-of-type .withChecks{justify-content:flex-start}.CustomertableWrapper .contactInfo:first-of-type.textRight{text-align:right!important}.CustomertableWrapper .contactInfo:first-of-type.textRight .numericAlign,.CustomertableWrapper .contactInfo:first-of-type.textRight .withChecks{display:flex!important;justify-content:flex-end!important}.CustomertableWrapper .MuiTableCell-head{height:40.3px;padding:10px 16px;background-color:transparent;font-size:.875rem;font-weight:500!important;line-height:1rem;font-family:Inter,sans-serif!important;color:var(--filterTitleText);white-space:nowrap;border-color:var(--btnDisabled)}.CustomertableWrapper .MuiTableCell-head .tableLink,.CustomertableWrapper .MuiTableCell-head .MuiTableCell-root{color:var(--colorSecondary)!important}.CustomertableWrapper .MuiTableCell-head span{font-family:Inter,sans-serif!important}.CustomertableWrapper .MuiTableCell-root{border-color:var(--btnDisabled);font-weight:500!important;font-size:.875rem;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.CustomertableWrapper .MuiTableCell-root .withChecks{justify-content:flex-start}.CustomertableWrapper .MuiTableCell-root.oneline,.CustomertableWrapper .MuiTableCell-root.oneline .withChecks,.CustomertableWrapper .MuiTableCell-root.oneline p{white-space:nowrap!important}.CustomertableWrapper .MuiTableCell-root.table_description_text{min-width:250px;white-space:normal!important;text-align:left!important}.CustomertableWrapper .MuiTableCell-root .textRight{text-align:right!important}.CustomertableWrapper .MuiTableCell-root .textRight .withChecks{justify-content:flex-end!important}.CustomertableWrapper .MuiTableCell-root .textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.CustomertableWrapper .MuiTableCell-root .textCenter{text-align:center!important}.CustomertableWrapper .MuiTableCell-root .textCenter .custom-tooltip{display:flex;text-align:center!important;justify-content:center}.CustomertableWrapper .MuiTableCell-root .textCenter .withChecks{justify-content:center}.CustomertableWrapper .MuiTableCell-root.textRight{text-align:right!important}.CustomertableWrapper .MuiTableCell-root.textRight .withChecks{justify-content:flex-end!important}.CustomertableWrapper .MuiTableCell-root.textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.CustomertableWrapper .MuiTableCell-root.textCenter{text-align:center!important}.CustomertableWrapper .MuiTableCell-root.textCenter .withChecks{display:flex;text-align:center!important;justify-content:center!important}.CustomertableWrapper .MuiTableCell-root span{font-family:Inter,sans-serif!important}.CustomertableWrapper .MuiTableCell-root.MuiTableCell-head{color:var(--filterTitleText)}.CustomertableWrapper .MuiTableCell-root:first-of-type{text-align:left!important}.CustomertableWrapper .MuiTableCell-root p{margin:0rem;font-family:Inter,sans-serif!important}.CustomertableWrapper thead .MuiTableRow-root:first-child{background-color:#f8f9f9!important}.CustomertableWrapper .tableCheckbox{display:inline-block;vertical-align:middle;width:fit-content;position:relative}.CustomertableWrapper .tableCheckbox .MuiCheckbox-root{margin-right:6px;padding:0;position:static}.CustomertableWrapper .tableCheckbox .MuiCheckbox-root:after{position:static}.CustomertableWrapper .tableCheckbox .PrivateSwitchBase-input{width:18px;height:18px;position:absolute;left:0}.CustomertableWrapper tbody .MuiTableRow-root:nth-of-type(2n){background-color:#f8f9f9}.CustomertableWrapper tbody .MuiTableRow-root:nth-of-type(odd){background-color:#f4f4f8}.CustomertableWrapper tbody tr:last-child .MuiTableCell-root{border:0}.CustomertableWrapper .MuiTableCell-body{height:50px;padding:6px 16px!important;font-size:.875rem;font-weight:500!important;line-height:1rem;color:#3a4f5f;text-align:left;font-family:Inter,sans-serif!important}.CustomertableWrapper .MuiTableCell-body.oneline,.CustomertableWrapper .MuiTableCell-body.oneline .withChecks,.CustomertableWrapper .MuiTableCell-body.oneline p{white-space:nowrap!important}.CustomertableWrapper .MuiTableCell-body .textRight{text-align:right!important}.CustomertableWrapper .MuiTableCell-body .textRight .withChecks{justify-content:flex-end!important}.CustomertableWrapper .MuiTableCell-body .textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.CustomertableWrapper .MuiTableCell-body .textCenter{text-align:center!important}.CustomertableWrapper .MuiTableCell-body .textCenter .withChecks{justify-content:center}.CustomertableWrapper .MuiTableCell-body.smTable{padding:10px 16px!important}.CustomertableWrapper .MuiTableCell-body .withChecks{justify-content:flex-start}.CustomertableWrapper .MuiTableCell-body.textRight{text-align:right!important}.CustomertableWrapper .MuiTableCell-body.textRight .withChecks{justify-content:flex-end!important}.CustomertableWrapper .MuiTableCell-body.textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.CustomertableWrapper .MuiTableCell-body.textCenter{text-align:center!important}.CustomertableWrapper .MuiTableCell-body.textCenter .withChecks{justify-content:center}.CustomertableWrapper .MuiToolbar-root{padding-left:0}.CustomertableWrapper .MuiTablePagination-spacer{display:none}.CustomertableWrapper .MuiTablePagination-selectLabel,.CustomertableWrapper .MuiTablePagination-select{font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg);text-align:right}.CustomertableWrapper .MuiTablePagination-selectLabel .MuiSvgIcon-root,.CustomertableWrapper .MuiTablePagination-select .MuiSvgIcon-root,.CustomertableWrapper .MuiSelect-icon{color:var(--colorPrimary)!important}.CustomertableWrapper .MuiTablePagination-displayedRows{margin-left:auto;font-family:var(--font)!important;font-size:.875rem;font-weight:500!important;color:var(--btnBlackBg)}.CustomertableWrapper .MuiTablePagination-actions .MuiButtonBase-root svg{fill:var(--colorPrimary)!important}.CustomertableWrapper .MuiTablePagination-actions .MuiButtonBase-root.Mui-disabled{opacity:.6}.CustomertableWrapper .MuiTableRow-root.Mui-selected,.CustomertableWrapper .MuiTableRow-root:hover{background-color:#2a7cdc0d!important}.CustomertableWrapper .moreActionBtn{padding:10px!important;min-width:fit-content!important;width:fit-content!important}.CustomertableWrapper .moreActionBtn .withChecks{justify-content:flex-start}.CustomertableWrapper .moreActionBtn.textRight{text-align:right!important}.CustomertableWrapper .moreActionBtn.textRight .withChecks{justify-content:flex-end!important}.CustomertableWrapper .moreActionBtn.textRight .numericAlign{display:flex!important;justify-content:flex-end!important}.CustomertableWrapper .moreActionBtn.textCenter{text-align:center!important}.CustomertableWrapper .moreActionBtn.textCenter .withChecks{justify-content:center}.CustomertableWrapper .withChecks{justify-content:flex-start!important}.CustomertableWrapper .withChecks.textRight{text-align:right!important}.CustomertableWrapper .withChecks.textRight .numericAlign,.CustomertableWrapper .withChecks.textRight .withChecks{display:flex!important;justify-content:flex-end!important}.CustomertableWrapper .withChecks.textCenter{text-align:center!important}.CustomertableWrapper .withChecks.textCenter .withChecks{justify-content:center!important}.CustomertableWrapper .ticketTypeWidth{width:150px;overflow:hidden;text-overflow:ellipsis}.customeradminAccessTableWrapper{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;padding:1.25rem}.customeradminAccessTableWrapper .MuiPaper-root{background-color:transparent;box-shadow:none}.customeradminAccessTableWrapper.pbtt0{padding:0;border:0}.customeradminAccessTableWrapper.br20{border-radius:20px!important}.customeradminAccessTableWrapper.mb200{margin-bottom:20px!important}.customeradminAccessTableWrapper .MuiTableContainer-root{background-color:var(--headerBg);border:1px solid var(--btnDisabled);border-radius:.75rem;clip-path:border-box}.customeradminAccessTableWrapper .MuiTableCell-head .MuiTableCell-head{height:40.3px;padding:10px 16px}.customeradminAccessTableWrapper .MuiTableCell-head:first-of-type{width:55%;text-align:left!important}.customeradminAccessTableWrapper .searchFilterWrapper.mnone{justify-content:space-between!important}.customeradminAccessTableWrapper .searchFilterWrapper.mnone.mb20{margin-bottom:8px!important}.customeradminAccessTableWrapper .searchFilterWrapper.mnone .rightSearchFilter.mb0,.customeradminAccessTableWrapper .searchFilterWrapper.mnone .leftSearchFilter.mb0{margin-bottom:0!important}.tableReview{max-width:150px;text-overflow:ellipsis;overflow:hidden}.TableCustomTooltip.MuiTooltip-tooltip{background-color:var(--black)!important;color:var(--white)!important;font-size:.75rem;border-radius:8px;padding:6px 10px;box-shadow:0 2px 6px #0003;min-width:200px;right:30px!important;max-height:300px;overflow:auto}.name-column{max-width:150px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.name-column200{max-width:200px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.actionMenu .MuiPaper-root{padding:.75rem;border-radius:.75rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;-o-border-radius:.75rem;background-color:var(--white);-webkit-box-shadow:0px 15px 15px -1px rgba(0,0,0,.0392156863),0px 5.7px 12px -1px rgba(0,0,0,.0509803922),0px 2.6px 8px -1px rgba(0,0,0,.0588235294),0px .9px 4px -1px rgba(0,0,0,.0784313725);-moz-box-shadow:0px 15px 15px -1px rgba(0,0,0,.0392156863),0px 5.7px 12px -1px rgba(0,0,0,.0509803922),0px 2.6px 8px -1px rgba(0,0,0,.0588235294),0px .9px 4px -1px rgba(0,0,0,.0784313725);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;min-width:9.375rem;max-width:max-content;margin-top:.625rem}.actionMenu .MuiPaper-root .MuiList-padding{padding:0}.actionMenu .MuiPaper-root .MuiList-padding li{border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;padding:.5rem;background:var(--white);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;font-size:var(--smSize);font-weight:500;color:var(--gray20);transition:all .3s ease-in;justify-content:flex-start;align-items:center;text-decoration:none;cursor:pointer}.actionMenu .MuiPaper-root .MuiList-padding li:hover{color:var(--primary);background-color:var(--primaryBg)}.ct-multi-select-tags{width:100%}.ct-multi-select-tags .MuiAutocomplete-root .MuiInputBase-input{color:var(--titleColor);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;font-weight:500;cursor:pointer}.ct-multi-select-tags .MuiAutocomplete-root .MuiInputBase-input::-webkit-input-placeholder{color:var(--placeholder);opacity:1}.ct-multi-select-tags .MuiAutocomplete-root .MuiInputBase-input::-moz-placeholder{color:var(--placeholder);opacity:1}.ct-multi-select-tags .MuiAutocomplete-root .MuiInputBase-input::-ms-input-placeholder{color:var(--placeholder);opacity:1}.ct-multi-select-tags .MuiAutocomplete-root .Mui-readOnly{pointer-events:none}.ct-multi-select-tags .MuiAutocomplete-root .MuiInputBase-root{min-height:2.75rem;height:auto;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;font-size:var(--bodySize);background-color:transparent;padding-top:.3125rem;padding-bottom:.3125rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.ct-multi-select-tags .MuiAutocomplete-root .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border-color:var(--borderColor)}.ct-multi-select-tags .MuiAutocomplete-root .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--borderColor30)}.ct-multi-select-tags .MuiAutocomplete-root .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary)}.ct-multi-select-tags .MuiAutocomplete-popupIndicator{position:relative;width:.875rem;height:.875rem;top:0;right:.3125rem;overflow:hidden;padding:0;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L6%206.5L11%201.5'%20stroke='%233A4F5F'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transition:.3s}.ct-multi-select-tags .MuiAutocomplete-popupIndicator svg{display:none}.ct-multi-select-tags .MuiAutocomplete-popupIndicator[aria-label=Close]{transform:rotate(180deg)}.ct-multi-select-tags .MuiAutocomplete-clearIndicator{display:none}.ct-multi-select-tags .MuiChip-filled{background:transparent;border:1px solid var(--titleColor);height:1.5rem;position:relative}.ct-multi-select-tags .MuiChip-filled .MuiChip-label{font-weight:600;color:var(--titleColor);line-height:normal}.ct-multi-select-tags .MuiChip-filled svg{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9M1 1L9 9' stroke='%23152D40' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center}.ct-multi-select-tags .MuiChip-filled svg path{display:none}.ctcustom_autocomplete .MuiAutocomplete-paper{-webkit-box-shadow:0px 15px 15px -1px rgba(0,0,0,.0392156863),0px 5.7px 12px -1px rgba(0,0,0,.0509803922),0px 2.6px 8px -1px rgba(0,0,0,.0588235294),0px .9px 4px -1px rgba(0,0,0,.0784313725);-moz-box-shadow:0px 15px 15px -1px rgba(0,0,0,.0392156863),0px 5.7px 12px -1px rgba(0,0,0,.0509803922),0px 2.6px 8px -1px rgba(0,0,0,.0588235294),0px .9px 4px -1px rgba(0,0,0,.0784313725);box-shadow:0 15px 15px -1px #0000000a,0 5.7px 12px -1px #0000000d,0 2.6px 8px -1px #0000000f,0 .9px 4px -1px #00000014;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;-o-border-radius:.625rem;max-height:18.75rem;margin-top:.625rem;width:300px}.ctcustom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-listbox{padding-top:.9375rem;padding-bottom:.9375rem}.ctcustom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-option,.ctcustom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-noOptions{font-size:var(--bodySize);font-weight:500;margin:0 1.25rem;padding:.625rem .9375rem;background-repeat:no-repeat;background-position-x:calc(100% - .9375rem);background-position-y:center;border-radius:.375rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;-ms-border-radius:.375rem;-o-border-radius:.375rem;color:var(--titleColor)}.ctcustom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-option.Mui-selected,.ctcustom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-noOptions.Mui-selected{font-weight:700;color:var(--primary);background-color:var(--primaryBg30)}.ctcustom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-option:not(:nth-last-of-type(1)),.ctcustom_autocomplete .MuiAutocomplete-paper .MuiAutocomplete-noOptions:not(:nth-last-of-type(1)){margin-bottom:.375rem}.form_control{width:100%}.form_control .MuiInputBase-input::-webkit-input-placeholder{color:var(--placeholder);opacity:1}.form_control .MuiInputBase-input::-moz-placeholder{color:var(--placeholder);opacity:1}.form_control .MuiInputBase-input::-ms-input-placeholder{color:var(--placeholder);opacity:1}.ctradio_wrapper .MuiFormControlLabel-root{margin-bottom:0}.ctradio_wrapper .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:var(--bodySize);font-weight:500}.ctradio_wrapper .MuiFormControlLabel-root .MuiRadio-root{margin-top:-.125rem}.ctradio_wrapper .MuiFormControlLabel-root .MuiRadio-root.Mui-checked+.MuiFormControlLabel-label{color:var(--primary);font-weight:600}.ctradio_wrapper .sm_radio .MuiFormControlLabel-label{color:var(--gray20)}.ctradio_wrapper .sm_radio .MuiRadio-root{padding:.125rem}.ctradio_wrapper .sm_radio .MuiRadio-root img{width:1.5rem}.ctradio_wrapper .sm_radio .MuiRadio-root.Mui-checked+.MuiFormControlLabel-label{color:var(--titleColor);font-weight:600}.ctradio_wrapper.MuiFormGroup-row~.MuiFormControlLabel-root{margin-left:.625rem}.ctradio_wrapper.disabled{pointer-events:none;opacity:.6}.ctsearchInput .MuiInputBase-root{height:2.5rem}.ctsearchInput .MuiInputBase-input{height:2.5rem;background-color:transparent;padding:0;box-shadow:none!important}.ctsearchInput .MuiInputBase-input:-webkit-autofill,.ctsearchInput .MuiInputBase-input:-webkit-autofill:hover,.ctsearchInput .MuiInputBase-input:-webkit-autofill:focus,.ctsearchInput .MuiInputBase-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:var(--black);background-color:transparent!important;transition:background-color 9999s ease-in-out 0s!important}.Toastify__toast-container{padding:0}.Toastify__toast-container .Toastify__toast-theme--light{margin:0}.rotate{animation:rotate 3s infinite linear}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fs32{font-size:32px}.fs30{font-size:30px}.fs24{font-size:24px}.fs20{font-size:20px}.fs18{font-size:18px}.fs16{font-size:16px}.fs14{font-size:14px}.fs13{font-size:13px}.fs12{font-size:12px}.fs10{font-size:10px}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.ln22{line-height:22px}.ln26{line-height:26px}.ln28{line-height:28px}.ln30{line-height:30px}.primary{color:var(--primary)}.secondary{color:var(--secondary)}.secondary20{color:var(--secondary20)}.secondary30{color:var(--secondary30)}.secondary40{color:var(--secondary40)}.secondary50{color:var(--secondary50)}.white{color:var(--white)}.white20{color:var(--white20)}.white30{color:var(--white30)}.titleColor{color:var(--titleColor)}.bgwhite{background-color:var(--white)}.textColor{color:var(--textColor)}.success{color:var(--success)}.error{color:var(--error)}.lightBluebg{background-color:var(--lightBluebg)!important}.lightGreybg{background-color:var(--lightgrey20)!important}.gray20{color:var(--gray20)}.textlightColor{color:var(--textlightColor)}.ln{line-height:normal}.br{border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px}.br20{border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.link{display:inline-block}.underLinenone{text-decoration:none!important}.block{display:block}.nowrap{white-space:nowrap}.w-30{width:30px}.PointerNone{pointer-events:none}.underline{text-underline-offset:2px}.underline:hover{color:var(--primary);text-decoration:underline}.underline.show{text-decoration:underline}.p-10{padding:10px}.pl-10{padding-left:10px}.pr-10{padding-right:10px}.pt-0{padding-top:0!important}.left{text-align:left}.center{text-align:center}.right{text-align:right}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.wFull{width:100%}.hFull{height:100%}.vhFull{height:100dvh}.gap10{gap:10px}.imgCover{width:100%;height:100%;object-fit:cover}.timeDate{margin-right:.75rem;text-align:right;font-size:var(--bodySize)}.timeDate .last_update{font-weight:500;color:var(--gray20)}.timeDate .time{color:var(--textColor)}.mx-auto{margin:0 auto}.sortWrapper{height:.75rem;margin-left:.375rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.sortWrapper .upArrow,.sortWrapper .downArrow{width:.46875rem;cursor:pointer;object-fit:contain}.sortWrapper .upArrow{margin-bottom:.125rem}.text{line-height:1.25rem;color:var(--titleColor)}.status{position:relative;padding-left:1.25rem;font-size:1rem;font-weight:600;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;margin-right:1.5625rem}@media screen and (max-width:1280px){.status{font-size:.875rem}}.status:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;top:50%;transform:translateY(-50%);left:5px}.status.active:before{background-color:var(--success)}.status.inactive:before{background-color:var(--error)}.status.pending:before{background-color:var(--warn)}.status.cancel:before{background-color:var(--disabledBg)}.textareahelper{text-align:right;margin-top:5px;display:block;font-size:14px;font-weight:400}.flex-wrap{display:flex;flex-wrap:wrap}.serviceTag{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:.625rem;flex-wrap:wrap;margin-top:.625rem}.serviceTag span{height:1.25rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;border:1px solid var(--titleColor);padding:.25rem .5rem;color:var(--titleColor);border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;-ms-border-radius:1.25rem;-o-border-radius:1.25rem;font-weight:600;min-width:60px}.edit_page .img_wrapper{width:7.8125rem;flex-shrink:0;aspect-ratio:1/1;overflow:hidden;border-radius:.25rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem}.Ctimage-preview{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:.625rem;flex-wrap:wrap}.Ctimage-preview .img_container{position:relative;width:8rem;height:8rem;overflow:hidden;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;flex-shrink:0}.Ctimage-preview .img_container.lg{width:auto;aspect-ratio:8/3}.Ctimage-preview .delete{position:absolute;right:.5rem;top:.5rem;background:transparent;border:0;padding:0}.Ctimage-preview .delete img{width:1.5rem}.ctno-data-container{min-height:22.1875rem;height:calc(100vh - 268px)}.ctno-data-container .noDataWrapper{height:100%}.ctno-data-container.noDataCard{min-height:calc(100vh - 340px)}.editor{border:.0625rem solid var(--borderColor);border-radius:.75rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;-o-border-radius:.75rem}.editor .ql-toolbar,.editor .ql-toolbar.ql-snow{border:0}.editor .ql-toolbar.ql-snow .ql-picker-label:hover{color:var(--primary)}.editor .ql-container.ql-snow{border:0;resize:vertical;min-height:9.375rem;max-height:31.25rem;overflow-y:auto}.editor .ql-editor{min-height:9.375rem;font-size:var(--bodySize)}.editor .ql-editor.ql-blank:before{color:var(--placeholder);font-style:normal;font-size:var(--bodySize)}.ctfield_wrapper label{display:block;font-weight:600;color:var(--titleColor);margin-bottom:.375rem;white-space:nowrap;overflow:hidden}.ctfield_wrapper label .labelTooltip{width:14px;height:14px;margin-top:3px}.ctfield_wrapper label .labelTooltip svg{max-width:100%;height:100%}.ctfield_wrapper .form_control .MuiInputBase-input{font-weight:400;font-size:16px;color:var(--titleColor)}.ctfield_wrapper .form_control .MuiInputBase-input:-webkit-autofill,.ctfield_wrapper .form_control .MuiInputBase-input:-webkit-autofill:hover,.ctfield_wrapper .form_control .MuiInputBase-input:-webkit-autofill:focus,.ctfield_wrapper .form_control .MuiInputBase-input:-webkit-autofill:active{box-shadow:0 0 0 1000px var(--cardBg20) inset!important}.ctfield_wrapper .form_control .MuiFormHelperText-root.Mui-error{margin-left:0}.ctfield_wrapper .MuiFormControl-root{box-shadow:none;overflow:hidden}.underlineAlways{text-decoration:underline}.toggle-icon .MuiSwitch-track{background-color:var(--track)!important}.toggle-icon .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{opacity:1;background-color:var(--primary)!important}.commentBoxWrapper{width:310px;pointer-events:none}.commentBoxWrapper .commentBox .MuiInputBase-root{height:100px}.commentBoxDiv{width:100%;height:100px;background:var(--white);border:1px solid var(--borderColor70);border-radius:8px}.commentBoxDiv p{color:#83a2bb;font-size:10px;font-weight:400}.Height70{height:70px}.iosStatusBar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:12px;font-weight:600;color:#000;position:relative;padding:2px 12px;z-index:1}.iosStatusBar .dynamicIsland{width:100px;height:24px;background-color:#0000000a;border-radius:12px;display:flex;justify-content:space-between;z-index:1}.iosStatusBar .dynamicIsland .rectangle{width:60px;height:25px;background:#0000000a;display:block;border-radius:10px}.iosStatusBar .dynamicIsland .circle{width:25px;height:25px;background:#0000000a;display:block;border-radius:50%}.iosStatusBar .iconsContainer{display:flex;align-items:center;justify-content:flex-end;gap:5px}.iosStatusBar .iconsContainer svg{font-size:14px}.iosStatusBar .iconsContainer .batteryIcon{width:20px;height:10px;border:1px solid #000;border-radius:2px;padding:1px;position:relative}.iosStatusBar .iconsContainer .batteryIcon:after{content:"";position:absolute;right:-3px;top:3px;width:2px;height:4px;background-color:#000;border-radius:0 1px 1px 0}.iosStatusBar .iconsContainer .batteryIcon .batteryLevel{width:80%;height:100%;background-color:#000}.slaFormWrapper{display:flex;align-items:center;justify-content:flex-start}.slaFormWrapper .inputWrapper{border-radius:8px;border:1px solid var(--borderColor)}.slaFormWrapper .inputWrapper .MuiInputBase-root{height:48px;border-radius:8px}.slaFormWrapper .inputWrapper .MuiOutlinedInput-notchedOutline,.slaFormWrapper .inputWrapper .Mui-focused .MuiOutlinedInput-notchedOutline{border-width:0px}.slaFormWrapper .inputUnit{width:120px;display:flex;height:48px;align-items:center;justify-content:center;border-left:1px solid var(--borderColor);cursor:default}.ribbionLabel{background:var(--bgColor30);font-weight:500;font-size:14px;padding:5px 10px;border-radius:5px;color:var(--titleColor)}.CtTicketTypeData{align-items:flex-start;gap:20px}.CtTicketDate{min-width:210px}.nameWrapper{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;margin-bottom:20px}.nameWrapper .profileImg{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--maroon);color:var(--white);font-weight:600}.nameWrapper .postedDate{color:var(--textColor);margin-top:-2px;display:block}.ticketDifficulty_Medium{background-color:var(--warm20);color:var(--warn);padding:5px 10px;border-radius:4px}.ticketDifficulty_Low{background-color:var(--successBg);color:var(--success);padding:5px 10px;border-radius:4px}.ticketStatus_Close{background-color:var(--blueoverdue);color:var(--blue600);padding:5px 10px;border-radius:4px}.ticketDifficulty_High{background-color:var(--errorBg);color:var(--error);padding:5px 10px;border-radius:4px}.Overdue{width:max-content;margin:0 0 10px auto;background-color:var(--errorBg);color:var(--error)}.CTfilterBadge .MuiBadge-dot{background-color:var(--error)}.CTFilterPopover .field_wrapper label{width:max-content}.ct_multiselect .ct_selectwrapper{width:100%}.ct_multiselect .ct_selectwrapper label{margin:0;display:flex}.ct_multiselect .ct_selectwrapper .flexbox{margin-bottom:10px}.ct_multiselect .MuiCheckbox-root{padding-left:0}.ct_multiselect .MuiCheckbox-root:after{margin-left:15px;margin-top:0}.ct_multiselect .MuiCheckbox-root .PrivateSwitchBase-input{left:7px;top:4px}.ct_multiselect .MuiCheckbox-root .MuiTypography-root{margin:5px 0 0 10px;display:inline-block}.ct_multiselect .MuiFormControlLabel-label{margin:5px 0 0 20px!important}.ctsingle-select label{margin-bottom:5px;color:var(--darkBg);display:block}.filterBadge .MuiButton-root:hover{box-shadow:none;background-color:transparent}@media screen and (max-width:1600px){.Ctimage-preview .img_container{width:6.875rem;height:6.875rem}}@media screen and (max-width:1400px){.Ctimage-preview .color-suggestions{padding:.75rem}}@media screen and (max-width:1280px){.Ctimage-preview .img_container{width:5.625rem;height:5.625rem}}@media screen and (max-width:1200px){.ct_btnWrapper{display:flex;justify-content:flex-end;margin-top:10px}}@media screen and (max-width:991px){.ct_btnWrapper{display:flex;justify-content:flex-end;margin-top:10px}.MdisplayBlock{display:block}}@media screen and (max-width:600px){.MdisplayBlock,.TicketResolutionWrapper .ctcardheader{display:block}.TicketResolutionWrapper .ctBtnWrapper{justify-content:flex-end;margin-top:10px}}.disabled{pointer-events:none;opacity:.4}.submitBtn{background:var(--primary);color:var(--white);border:1px solid var(--primary)}.submitBtn.disabled,.submitBtn .Mui-disabled{opacity:.3;pointer-events:none}.Iconsm,.Iconsm img{width:18px;height:18px}.mdBtn{width:120px;height:40px;min-width:100px}.NodataButton.MuiButton-root{width:115px;height:40px;gap:4px;border-radius:10px;padding:12px}.MuiButtonBase-root.normalBtn{text-transform:capitalize;font-weight:600;font-size:14px;text-align:center;border:1px solid var(--borderColor30);border-radius:10px;width:120px;height:40px;color:var(--titleColor)}.MuiButtonBase-root.normalBtn.contained{background:var(--primary);color:var(--white);border:1px solid var(--primary)}.MuiButtonBase-root.normalBtn.greyDisabled{pointer-events:none;background-color:var(--secondary);border:1px solid var(--secondary);color:var(--white)}.MuiButtonBase-root.disabled{pointer-events:none;opacity:.4}.MuiButtonBase-root.dublicpateformBtn,.MuiButtonBase-root.dublicpatesectionBtn{background-color:var(--cardBg);width:100%;color:var(--primary);height:44px;border:1px solid #b2cfe7;border-radius:10px}.MuiButtonBase-root.dublicpatesectionBtn{height:66px;font-weight:600}.ratingSection{display:flex;gap:5px}.ratingSection span{border-radius:50%;border:1px solid var(--primary);size:10px;font-weight:600;color:var(--primary);width:25px;height:25px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.ratingSection span:hover{background:var(--primaryBg)}.ratingSection span.selected{background-color:var(--primary);color:var(--white)}.btnWrapper80{width:80%;margin:0 auto}.disabledBtn{background:var(--disabledBg)!important;color:var(--white)!important;border-width:0px!important;pointer-events:none}
