@charset "UTF-8";@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.newLoader{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bd;height:100%;justify-content:center;left:0;position:fixed;top:0;z-index:9991}.newLoader,.newLoader .innerWrapper{align-items:center;display:flex;width:100%}.newLoader .innerWrapper{flex-direction:column;margin:20px;max-width:1164px}.newLoader .innerWrapper h4{color:#fff;font-size:20px;font-weight:400;line-height:36px;margin:0;text-align:center}.newLoader .innerWrapper h4 span{display:block;font-weight:700}.newLoader .innerWrapper .loader-box{display:flex;justify-content:center;margin-top:40px;max-width:360px;width:100%}.newLoader .innerWrapper .loader-box .loading span{animation:loading 2s ease-in-out infinite;background:#eae9ff30;display:inline-block;height:2.5em;margin:0 5px;vertical-align:middle;width:.5em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(2){animation-delay:.2s;background:#fff;height:3.5em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(3){animation-delay:.4s;background:#fff;height:8em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(4){animation-delay:.6s;background:#fff;height:7em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(5){animation-delay:.8s;background:#fff;height:5em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(6){animation-delay:1s;background:#fff;height:2.5em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(7){animation-delay:1.2s;background:#fff;height:3.5em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(8){animation-delay:1.4s;background:#fff;height:8em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(9){animation-delay:1.6s;background:#fff;height:7em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(10){animation-delay:1.8s;background:#fff;height:6em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(11){animation-delay:2s;background:#fff;height:2.5em}.newLoader .innerWrapper .loader-box .loading span:nth-of-type(12){animation-delay:2.2s;background:#fff;height:3.5em}@keyframes loading{0%{background-color:#eae9ff30}33%{background-color:#eae9ff30}66%{background-color:#fff}to{background-color:#fff}}.mob_loader{align-items:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9991}.mob_loader .spinner{height:9px;position:absolute;width:9px}.mob_loader .spinner div{animation:spinner-fzua35 1s calc(var(--delay)*1s) infinite ease;background:#e4e1e1;height:150%;position:absolute;transform:rotate(calc(var(--rotation)*1deg)) translateY(calc(var(--translation)*1%));width:50%}.mob_loader .spinner div:first-child{--delay:0.1;--rotation:36;--translation:150}.mob_loader .spinner div:nth-child(2){--delay:0.2;--rotation:72;--translation:150}.mob_loader .spinner div:nth-child(3){--delay:0.3;--rotation:108;--translation:150}.mob_loader .spinner div:nth-child(4){--delay:0.4;--rotation:144;--translation:150}.mob_loader .spinner div:nth-child(5){--delay:0.5;--rotation:180;--translation:150}.mob_loader .spinner div:nth-child(6){--delay:0.6;--rotation:216;--translation:150}.mob_loader .spinner div:nth-child(7){--delay:0.7;--rotation:252;--translation:150}.mob_loader .spinner div:nth-child(8){--delay:0.8;--rotation:288;--translation:150}.mob_loader .spinner div:nth-child(9){--delay:0.9;--rotation:324;--translation:150}.mob_loader .spinner div:nth-child(10){--delay:1;--rotation:360;--translation:150}@keyframes spinner-fzua35{0%,10%,20%,30%,50%,60%,70%,80%,90%,to{transform:rotate(calc(var(--rotation)*1deg)) translateY(calc(var(--translation)*1%))}50%{transform:rotate(calc(var(--rotation)*1deg)) translateY(calc(var(--translation)*1.5%))}}.loginWrapper{background-color:#fff;max-height:100vh;min-height:100vh}.loginWrapper .leftcol{align-items:center;background:rgba(33,96,170,.102);display:flex;justify-content:center;min-height:100vh;padding:0 16px}.loginWrapper .leftcol img{height:100%;max-height:560px}.loginWrapper .formsection{align-items:center;display:flex;justify-content:center}.loginWrapper .formsection .innerWrapper{animation:fadeIn 1s both;opacity:0;text-align:center;width:470px}.loginWrapper .formsection .innerWrapper h2{font-size:27px;font-weight:600;margin-bottom:16px}.loginWrapper .formsection .innerWrapper p{color:#6f6f6f;font-size:14px;line-height:24px}.loginWrapper .formsection .innerWrapper h6{color:#000;font-size:16px;font-weight:400}.loginWrapper .formsection .innerWrapper .error_display_div{display:flex;justify-content:center}.loginWrapper .formsection .innerWrapper .error_display_div .error_display{align-items:center;background:#fdd;border:1px solid #ec3f3f;border-radius:6px;color:#ec3f3f;display:flex;font-size:.75rem;font-weight:400;line-height:15px;padding:8px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.loginWrapper .formsection .innerWrapper .formFields{margin:20px auto;max-width:320px}.loginWrapper .formsection .innerWrapper .forgotpassword_link{text-align:right}.loginWrapper .formsection .innerWrapper .forgotpassword_link button{color:#2160aa!important}.m_login .header{background:#fff3f9;display:flex;justify-content:center;overflow:hidden;padding:40px 0 20px;position:relative;z-index:1}.m_login .header:before{background:#fff;border-radius:50% 50% 0 0;content:"";height:70%;left:0;position:absolute;top:68%;width:100%;z-index:2}.m_login .header>img{z-index:2}.m_login .head{font-family:Hind;font-size:24px;font-weight:600;line-height:38.42px}.m_login .para{color:#5b5b5b;font-family:Hind;font-size:14px;font-weight:300;line-height:22.41px}.m_login .error_display_div{display:flex;justify-content:center}.m_login .error_display_div .error_display{align-items:center;background:#fdd;border:1px solid #ec3f3f;border-radius:6px;color:#ec3f3f;display:flex;font-size:.75rem;font-weight:400;line-height:15px;padding:8px 10px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.m_login .fw_link{color:#2160aa;font-family:Roboto;font-size:14px;font-weight:500;line-height:16.41px;text-decoration:none}.m_login .mSubmit{background:linear-gradient(270deg,#ce5d9a 3.77%,#e88a81 90.8%);border-radius:8px;color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;line-height:19.5px;padding:12px 24px}.m_login .mcaptcha{display:flex;justify-content:center}.m_login .mcaptcha .mcaptcha_div{max-width:300px}.m_login .mcaptcha .mcaptcha_div>iframe{max-width:250px}.m_login .resetPw{margin-top:100px}.m_login .confirmation_content>p{font-size:14px;margin-bottom:16px}.m_login .confirmation_content>ul li{font-size:12px}.MNotAllowedContainer{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:0 16px;width:100%}.MNotAllowedContainer div{text-align:center}.MNotAllowedContainer div h1{font-family:Hind;font-size:28px;font-weight:600;line-height:44.83px;margin-bottom:12px;text-align:center}.MNotAllowedContainer div p{font-family:Hind;font-size:16px;font-weight:300;line-height:25.62px;text-align:center}.enrollmentdrive_wrapper .row{margin:0 auto;max-width:1070px}.enrollmentdrive_wrapper .row:hover{outline:none!important}.enrollmentdrive_wrapper .enrollment_bg{background:#edf1fe;min-height:100vh;padding:58px 30px 48px 66px;position:relative}.enrollmentdrive_wrapper .enrollment_bg:before{background:url(/static/media/enrollmentdrive_bg.4896ad9cbc0b3a62960e.svg) no-repeat 0 0/100%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.enrollmentdrive_wrapper .enrollment_bg .backBtn{left:-120px;position:relative;top:-50px}.enrollmentdrive_wrapper .enrollment_bg .backBtn svg{cursor:pointer;left:0;margin-right:20px;position:relative;transition:all .5s ease}.enrollmentdrive_wrapper .enrollment_bg .backBtn svg:hover{color:#ec3f3f;left:-4px}.enrollmentdrive_wrapper .enrollment_bg .backBtn span{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection{background:#fff;border:2px solid #2160aa;border-radius:60px;box-shadow:17px 17px 0 #2160aab3;min-height:740px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content{padding:60px 0 0 60px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content h5{font-family:Montserrat;font-size:2.125rem;font-weight:500;line-height:50px;margin:20px 0 10px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content h5 span{font-weight:600}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content p{font-family:Roboto;font-size:1rem;font-weight:300;line-height:19px;margin-bottom:20px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content .ctaBtn .submitBtn{padding:10px 94px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy{padding-top:50px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy h5{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px;margin-bottom:0;text-align:center}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy hr{color:#0000001a;margin:20px 0!important}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:0}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li{list-style:none;min-width:200px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox{display:inline-block;position:relative}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label{border:1px solid #d9dcff;border-radius:12px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;height:216px;padding:40px 10px 10px;position:relative;text-align:center;width:209px}.theme-dark .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label{background:#333;border-color:#333}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label:after{border:1px solid #2160aa;border-radius:50%;content:"";height:20px;left:10px;position:absolute;top:7px;width:20px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label p{font-size:.875rem;font-weight:500;left:0;line-height:17px;width:100%}.theme-dark .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label p{color:#ddd}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label p span{color:#00000080;display:block;font-size:.75rem;font-weight:500;line-height:17px;padding-top:8px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label.super:before{background:url(/static/media/enrollment_producttype_icons.d702f8477238075d52c2.svg) no-repeat 0 0/420px;border:none;content:"";height:100px;left:calc(50% - 52px);position:absolute;top:30px;width:105px;z-index:2}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label.health:before{background:url(/static/media/enrollment_producttype_icons.d702f8477238075d52c2.svg) no-repeat -105px 0/420px;border:none;content:"";height:100px;left:calc(50% - 52px);position:absolute;top:30px;width:105px;z-index:2}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label.critical:before{background:url(/static/media/enrollment_producttype_icons.d702f8477238075d52c2.svg) no-repeat -210px 0/420px;border:none;content:"";height:100px;left:calc(50% - 52px);position:absolute;top:30px;width:105px;z-index:2}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label.accident:before{background:url(/static/media/enrollment_producttype_icons.d702f8477238075d52c2.svg) no-repeat -315px 0/420px;border:none;content:"";height:100px;left:calc(50% - 52px);position:absolute;top:30px;width:105px;z-index:2}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox input:checked~label{border:1px solid #2160aa;box-shadow:0 -4px 12px #0000001a;color:#000}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox input:checked~label:after{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat 50%/100%;border:none;border-radius:50%;content:"";height:22px;left:10px;position:absolute;top:7px;width:22px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox hr{border:none;border-top:1px solid #0000001a;margin-bottom:12px}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox input:hover{cursor:pointer}.enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .ctaBtn .submitBtn{padding:10px 78px}.m_enrollmentdrive{min-height:100vh;overflow:hidden;overflow-y:scroll;width:100%}.m_enrollmentdrive .inner_content{align-items:center;display:flex;flex-direction:column;gap:12px;padding:40px 16px 0;text-align:center}.m_enrollmentdrive .m_inner_section-heading{color:#2160aa;font-family:Montserrat;font-size:24px;font-weight:700;line-height:32px}.m_enrollmentdrive .m_inner_section-heading span{text-transform:capitalize}.m_enrollmentdrive .welcome_text{font-family:Montserrat;font-size:18px;font-weight:400;line-height:21.94px}.m_enrollmentdrive .m_inner_section_desc{font-family:Roboto;font-size:12px;font-weight:300;line-height:14.06px;text-align:center}.m_enrollmentdrive .choose-policy-text{font-family:Montserrat;font-size:16px;font-weight:500;line-height:24.38px;margin-top:26px;text-align:left}.m_enrollmentdrive .mpolicy_main_container{display:flex;flex-direction:column;gap:24px}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container{align-items:center;border:1px solid #0000;border-radius:20px;cursor:pointer;display:flex;gap:24px}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container.checked{border:1px solid #2160aa}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container hr{border:1px solid rgba(0,0,0,.102)}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container hr.active{border:1px solid #2160aa}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container .policy-top{align-items:center;display:flex;gap:8px;padding:12px 0 12px 12px;position:relative}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container .policy-top .checkbox-circle{align-items:center;background-color:#fff;border:1px solid #2160aa;border-radius:50%;cursor:pointer;display:flex;height:17px;justify-content:center;position:relative;width:23px}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container .policy-top .checkbox-circle.checked{border:1px solid #2160aa}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container .policy-top .checkbox-circle img{-webkit-user-select:none;user-select:none}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container .policy-top .checkbox-circle img.checked{display:block}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container .policy-top .w-100{display:flex;flex-grow:1;justify-content:center}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container .policy-bottom{align-items:center;display:flex;font-family:Montserrat;-webkit-user-select:none;user-select:none;width:100%}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container .policy-bottom h3{color:#000;font-family:Montserrat;font-size:12px;font-weight:500;line-height:14.63px;margin:0;padding:0}.m_enrollmentdrive .mpolicy_main_container .mpolicy_container .policy-bottom span{color:rgba(0,0,0,.502);display:block;font-size:12px;font-weight:500;line-height:14.63px}.full-width{width:100%}.justify-center{justify-content:center}.add_family_save_btn{background:red;border-radius:10px;color:#fff;cursor:pointer;font-family:Montserrat;font-size:16px;height:52px;margin-bottom:0;margin-top:16px;padding:16px 40px;text-decoration:none}.add_family_save_btn:hover{background:#2160aa}.MenrollmentStartBtn{background:#fff;bottom:0;left:0;padding:0 10px 24px;position:fixed;width:100%}.MenrollmentStartBtn.gradient_bg{background:#6b62dc33}.MenrollmentStartBtn .submitBtn{background:#2160aa;border-radius:10px;box-shadow:none;color:#fff;font-family:Montserrat;font-size:1rem;font-style:normal;font-weight:500;padding:10px 40px;position:relative;text-transform:capitalize;width:100%}.MenrollmentStartBtn .submitBtn:hover{background:#2160aa}.MenrollmentBackBtn{align-items:center;background:#fff;box-sizing:border-box;display:flex;gap:18px;height:64px;left:0;padding:0 9px;position:fixed;top:0;width:100%;z-index:10}.MenrollmentBackBtn h5{font-family:Montserrat;font-size:16px;font-weight:500;line-height:24.38px;margin:0;padding:0;text-align:left}.Mdrawer{font-family:Montserrat!important;margin-top:50px;overflow:hidden}.Mdrawer input[type=radio]{background:red}.Mdrawer span.error{bottom:-24px;text-transform:capitalize}.Mdrawer p,.Mdrawer span{font-size:.875rem;font-style:normal;line-height:24px}.Mdrawer p,.Mdrawer span{font-family:Montserrat;font-weight:500}.Mdrawer p{color:#2160aa;font-size:.6875rem;line-height:13px;margin-bottom:0}.choosePolicy_wrapper .row{margin:0 auto;max-width:1424px}.choosePolicy_wrapper .backBtn svg{cursor:pointer;left:0;margin-right:20px;position:relative;transition:all .5s ease}.choosePolicy_wrapper .backBtn svg:hover{color:#ec3f3f;left:-4px}.choosePolicy_wrapper .backBtn span{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px}.choosePolicy_wrapper .pay_container{border:"1px solid green";border-radius:20px;box-shadow:0 8px 20px 0 #6b62dc33;display:flex;flex-direction:column;gap:24px;padding:12px}.choosePolicy_wrapper .pay_container .heading{border:"1px solid green";font-family:Montserrat;font-size:20px!important;font-weight:600!important;line-height:24.38px;margin:0;padding:0;text-align:left}.choosePolicy_wrapper .pay_container hr{border:1px solid rgba(0,0,0,.102)}.choosePolicy_wrapper .pay_container .payment_container{display:flex;flex-direction:column;gap:16px}.choosePolicy_wrapper .pay_container .payment_container ul{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0}.choosePolicy_wrapper .pay_container .payment_container ul li{align-items:center;display:flex;font-family:Montserrat;justify-content:space-between;text-transform:capitalize}.choosePolicy_wrapper .pay_container .payment_container ul li .name{font-size:14px;font-weight:400;line-height:17.07px}.choosePolicy_wrapper .pay_container .payment_container ul li .value{font-size:16px;font-weight:500;line-height:19.5px}.choosePolicy_wrapper .pay_container .payment_container ul.total_payment{background:#ebeaff;border-radius:10px;gap:12px;padding:12px}.choosePolicy_wrapper .paysection-outer{position:-webkit-sticky;position:sticky;top:12px}.choosePolicy_wrapper .paysection-outer .pay_section{background:#fff;border-radius:20px;box-shadow:0 8px 20px 0 #6b62dc33;margin-bottom:20px;padding:24px}@media(max-width:599px){.choosePolicy_wrapper .paysection-outer .pay_section{padding:10px}}.choosePolicy_wrapper .paysection-outer .pay_section>h5{font-family:Montserrat;font-size:1.25rem;font-weight:600;line-height:29px;margin-bottom:0}@media(max-width:599px){.choosePolicy_wrapper .paysection-outer .pay_section>h5{font-size:16px;font-weight:600;line-height:19.5px;margin-bottom:15px;margin-left:9px;text-align:left}}.choosePolicy_wrapper .paysection-outer .pay_section hr{color:#000;margin:24px 0;opacity:10%}.choosePolicy_wrapper .paysection-outer .pay_section .pay_list{margin-bottom:0}.choosePolicy_wrapper .paysection-outer .pay_section .pay_list li{display:flex;font-family:Montserrat;font-size:.875rem;font-weight:400;gap:12px;justify-content:space-between;line-height:17px;list-style-type:none;margin-bottom:16px}.choosePolicy_wrapper .paysection-outer .pay_section .pay_list li .name{font-size:.875rem;font-weight:500;line-height:20px;width:60%}.choosePolicy_wrapper .paysection-outer .pay_section .pay_list li .price{font-size:.875rem;font-weight:500;line-height:20px;width:40%}.choosePolicy_wrapper .paysection-outer .pay_section .pay_list .total_payment{background:#ebeaff;border-radius:10px;font-size:.875rem;font-weight:600;line-height:17px;padding:15px 14px}.choosePolicy_wrapper .paysection-outer .pay_section .pay_list .total_payment span{font-size:1rem;line-height:20px}.choosePolicy_wrapper .paysection-outer .pay_section img{height:243px}.choosePolicy_wrapper .ctaBtn .submitBtn{width:100%}.choosePolicy_wrapper .Accordion_section{background:#fff;border-radius:20px!important;box-shadow:0 4px 16px #0000001a;margin-bottom:24px!important;padding:0 12px}.theme-dark .choosePolicy_wrapper .Accordion_section{background-color:#171b1e;border:1px solid #333}.choosePolicy_wrapper .Accordion_section:before{background:#0000}.choosePolicy_wrapper .Accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content,.choosePolicy_wrapper .Accordion_section.Mui-expanded{margin:0}.choosePolicy_wrapper .Accordion_section .MuiAccordionSummary-root.Mui-expanded{min-height:48px}.choosePolicy_wrapper .Accordion_section h5{font-family:Montserrat;font-size:1.25rem;font-weight:600;line-height:29px;margin-bottom:0}.theme-dark .choosePolicy_wrapper .Accordion_section h5{color:#ddd}.choosePolicy_wrapper .Accordion_section hr{color:#000;margin:0;opacity:10%}.choosePolicy_wrapper .Accordion_section .policy_calender{display:flex;flex-wrap:wrap;margin-bottom:0}.choosePolicy_wrapper .Accordion_section .policy_calender li{color:#30364d;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:18px;list-style-type:none;min-width:160px;padding-left:48px;position:relative}.choosePolicy_wrapper .Accordion_section .policy_calender li span{display:block;font-size:.75rem;font-weight:600;line-height:14px;padding-top:4px}.choosePolicy_wrapper .Accordion_section .policy_calender li.lastdate:before{background:url(/static/media/policy_calendar_icons.bc24490a4058f81e23c5.svg) no-repeat 0 0/80px;content:"";height:40px;left:0;position:absolute;top:0;width:40px}.choosePolicy_wrapper .Accordion_section .policy_calender li.startdate:before{background:url(/static/media/policy_calendar_icons.bc24490a4058f81e23c5.svg) no-repeat -40px 0/80px;content:"";height:40px;left:0;position:absolute;top:0;width:40px}.choosePolicy_wrapper .Accordion_section .coverage_section{background:#f4f6fe;border:1px dashed #acd4fb;border-radius:12px;padding:12px 24px}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .coverage_section{padding:12px}}.choosePolicy_wrapper .Accordion_section .sum_insured h6{font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:14px;margin-bottom:0}.choosePolicy_wrapper .Accordion_section .sum_insured h6 span{display:block;font-weight:600;padding-top:5px}.choosePolicy_wrapper .Accordion_section .payment_config{align-items:center;display:flex}.choosePolicy_wrapper .Accordion_section .payment_config h5{font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:14px;margin-bottom:0}.choosePolicy_wrapper .Accordion_section .payment_config img{height:42px;margin-right:8px}.choosePolicy_wrapper .Accordion_section .choose_dependents h5{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px;margin-bottom:0}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .choose_dependents{padding:0 12px}}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list{display:flex;flex-wrap:wrap;margin:0;padding:15px 0 0}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list{column-gap:20px;padding:12px 0 0;row-gap:16px}}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li{list-style:none;margin-bottom:16px;margin-right:16px}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li{margin-bottom:0!important;margin-right:0!important;width:calc(50% - 10px)}}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li:last-child{margin-bottom:20px!important}@media(max-width:1100px){.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li{margin-bottom:16px;margin-right:16px}}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox{display:inline-block;position:relative}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox{width:100%}}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label{border:1px solid #d9dcff;border-radius:12px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;height:151px;position:relative;text-align:center;width:153px}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label{height:144px;width:100%}}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.add_member{border:1px solid #2160aa;padding:10px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.add_member:after{display:none}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.add_member p{bottom:45px;position:absolute}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.add_member p{bottom:20px}}.theme-dark .choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label{background:#333;border-color:#333}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label:after{border:1px solid #2160aa;border-radius:50%;content:"";height:20px;left:10px;position:absolute;top:7px;width:20px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label p{bottom:12px;font-size:.875rem;font-weight:500;left:0;line-height:17px;position:absolute;width:100%}.theme-dark .choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label p{color:#ddd}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label p span{color:#00000080;display:block;font-size:.75rem;font-weight:400;line-height:14px;padding-top:2px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.father-in-law:before{background:url(/static/media/family-members.9817d21d88fbfe93ae73.svg) no-repeat 0 0/280px;background-size:cover;border-radius:50%;content:"";height:70px;left:calc(50% - 35px);position:absolute;top:10px;width:70px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.mother-in-law:before{background:url(/static/media/family-members.9817d21d88fbfe93ae73.svg) no-repeat -70px 0/280px;background-size:cover;border-radius:50%;content:"";height:70px;left:calc(50% - 35px);position:absolute;top:10px;width:70px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.husband:before{background:url(/static/media/family-members.9817d21d88fbfe93ae73.svg) no-repeat -140px 0/280px;background-size:cover;border-radius:50%;content:"";height:70px;left:calc(50% - 35px);position:absolute;top:10px;width:70px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.wife:before{background:url(/static/media/family-members.9817d21d88fbfe93ae73.svg) no-repeat -210px 0/280px;background-size:cover;border-radius:50%;content:"";height:70px;left:calc(50% - 35px);position:absolute;top:10px;width:70px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.brother:before{background:url(/static/media/family-members.9817d21d88fbfe93ae73.svg) no-repeat -280px 0/280px;background-size:cover;border-radius:50%;content:"";height:70px;left:calc(50% - 35px);position:absolute;top:10px;width:70px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.sister:before{background:url(/static/media/family-members.9817d21d88fbfe93ae73.svg) no-repeat -350px 0/280px;background-size:cover;border-radius:50%;content:"";height:70px;left:calc(50% - 35px);position:absolute;top:10px;width:70px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.son:before{background:url(/static/media/family-members.9817d21d88fbfe93ae73.svg) no-repeat -420px 0/280px;background-size:cover;border-radius:50%;content:"";height:70px;left:calc(50% - 35px);position:absolute;top:10px;width:70px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox label.daughter:before{background:url(/static/media/family-members.9817d21d88fbfe93ae73.svg) no-repeat -490px 0/280px;background-size:cover;border-radius:50%;content:"";height:70px;left:calc(50% - 35px);position:absolute;top:10px;width:70px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox input:checked~label{border:1px solid #2160aa;box-shadow:0 -4px 12px #0000001a;color:#000}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox input:checked~label:after{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat 50%/100%;border:none;border-radius:50%;content:"";height:22px;left:10px;position:absolute;top:10px;width:22px}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.choosePolicy_wrapper .Accordion_section .choose_dependents .dependent_list li .Checkbox input:hover{cursor:pointer}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .feature_exclusion_btn{display:flex;justify-content:space-between}}.choosePolicy_wrapper .Accordion_section .feature_exclusion_btn .featureBtn{background:#fff;border:1px solid #2160aa;border-radius:10px;box-shadow:none;color:#2160aa;font-family:Montserrat;font-size:1rem;font-weight:500;line-height:19px;padding:13px 24px;position:relative;text-transform:capitalize}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .feature_exclusion_btn .featureBtn{width:48%}}.choosePolicy_wrapper .Accordion_section .feature_exclusion_btn .featureBtn:hover{background:#2160aa;color:#fff}.choosePolicy_wrapper .Accordion_section .feature_exclusion_btn .featureBtn img{height:30px;margin-right:10px;width:25px}@media(max-width:599px){.choosePolicy_wrapper .Accordion_section .feature_exclusion_btn .featureBtn img{height:30px;width:30px}.choosePolicy_wrapper .Accordion_section .feature_exclusion_btn{display:flex;font-size:10px;margin:0!important;text-align:left}.choosePolicy_wrapper .Accordion_section .feature_exclusion_btn .featureBtn{font-size:12px;margin:0;padding:10px 12px}.choosePolicy_wrapper .Accordion_section .feature_exclusion_btn .featureBtn img{padding:0}}.m_policy_calender{display:flex;flex-wrap:wrap;margin-bottom:0}.m_policy_calender li{color:#717174;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:18px;list-style-type:none;padding-left:48px;position:relative;width:50%}@media(max-width:599px){.m_policy_calender li{padding-left:48px}}.m_policy_calender li span{display:block;font-size:.75rem;font-weight:600;line-height:14px;padding-top:4px}.m_policy_calender li.lastdate:before{background:url(/static/media/policy_calendar_icons.bc24490a4058f81e23c5.svg) no-repeat 0 0/80px;content:"";height:40px;left:0;position:absolute;top:0;width:40px}.m_policy_calender li.startdate:before{background:url(/static/media/policy_calendar_icons.bc24490a4058f81e23c5.svg) no-repeat -40px 0/80px;content:"";height:40px;left:0;position:absolute;top:0;width:40px}.m_payment_config{align-items:start;display:flex;flex-direction:column!important}.m_payment_config h5{font-family:Montserrat;font-size:10px!important;font-weight:600;line-height:14px;margin-bottom:0}.m_payment_config img{height:42px;margin-right:8px}.riders_cont{position:relative}.riders_cont .switch{position:absolute;right:12px;top:6px}.riders_cont h6{font-weight:600;line-height:14.63px;margin-bottom:12px}.riders_cont .rider_sa,.riders_cont h6{font-family:Montserrat;font-size:12px;text-align:left}.riders_cont .rider_sa{font-weight:400;line-height:18px;margin-bottom:4px}.riders_cont .rider_amount{line-height:14.63px;margin-bottom:16px}.riders_cont .description-heading,.riders_cont .rider_amount{font-family:Montserrat;font-size:12px;font-weight:600;text-align:left}.riders_cont .description-heading{line-height:18px}.riders_cont .description-text{font-family:Montserrat;font-size:12px;font-weight:400;line-height:14.63px;text-align:left}.dotted_border{border:1px dashed #acd4fb;border-radius:12px}.rider-text-light{color:#7b7c7e;font-weight:400}.policy_pay_text{font-family:Montserrat;font-size:12px;font-weight:700;line-height:18px;padding-bottom:0!important;padding-top:12px!important;text-align:left}.calculate_policy_amount .Accordion_section{box-shadow:none}.exclusion_box .exclusion_list{align-items:center;background:linear-gradient(270.54deg,#fff0 .41%,#c73c3c12 99.59%);border:1px dotted rgba(199,60,60,.541);border-radius:10px;display:flex;list-style-type:none;margin-bottom:12px;min-height:64px;padding:10px;position:relative}.exclusion_box .exclusion_list:last-child{margin-bottom:0}.exclusion_box .exclusion_list span{display:inline-block}.exclusion_box .exclusion_list span.aids{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat 0 0/400px}.exclusion_box .exclusion_list span.pregnancy{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -50px 0/400px}.exclusion_box .exclusion_list span.ectopic{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -100px 0/400px;content:"";height:50px;left:12px;position:absolute;top:calc(50% - 25px);width:50px}@media(max-width:599px){.exclusion_box .exclusion_list span.ectopic{top:12px}}.exclusion_box .exclusion_list span.std{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -150px 0/400px}.exclusion_box .exclusion_list span.aids{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -200px 0/400px;content:"";height:50px;left:12px;position:absolute;top:calc(50% - 25px);width:50px}@media(max-width:599px){.exclusion_box .exclusion_list span.aids{top:12px}}.exclusion_box .exclusion_list span.pregnancy{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -250px 0/400px;content:"";height:50px;left:12px;position:absolute;top:calc(50% - 25px);width:50px}@media(max-width:599px){.exclusion_box .exclusion_list span.pregnancy{top:12px}}.exclusion_box .exclusion_list span.ectopic1{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -300px 0/400px;content:"";height:50px;left:12px;position:absolute;top:calc(50% - 25px);width:50px}@media(max-width:599px){.exclusion_box .exclusion_list span.ectopic1{top:12px}}.exclusion_box .exclusion_list span.std{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -350px 0/400px;content:"";height:50px;left:12px;position:absolute;top:calc(50% - 25px);width:50px}@media(max-width:599px){.exclusion_box .exclusion_list span.std{top:12px}}.exclusion_box .exclusion_list .exclusion_inerlist{padding-left:64px}.exclusion_box .exclusion_list .exclusion_inerlist .exclusion_content{text-align:left}.exclusion_box .exclusion_list .exclusion_inerlist .exclusion_content h5{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:24px;margin-bottom:4px}.exclusion_box .exclusion_list .exclusion_inerlist .exclusion_content p{font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:16px;margin-bottom:0}.features_box .features_list{background:#ecffee}.features_box .features_list span.ambulance,.features_box .features_list span.emergency,.features_box .features_list span.maternity,.features_box .features_list span.medical,.features_box .features_list span.waiting{top:calc(50% - 25px)}.features_box .features_list .feature_inerlist .feature_content h5{font-size:1rem}.features_box .features_list .feature_inerlist .feature_content p{font-size:.875rem}.features_box .features_list .feature_inerlist .feature_content ul li{font-size:.75rem}@media(max-width:599px){.box{background:#fff;min-height:100vh;width:100%}.box .header{align-items:center;color:#000;display:flex;font-family:Montserrat;font-size:10px;font-weight:600;justify-content:space-between;line-height:24.38px;margin-bottom:16px;padding:16px;text-align:left}.box .header h1{margin-bottom:0}.box .header button{align-items:center;display:flex}.box .header button .header button{background:#0000!important}.box .header .exclusion_box{padding:10px!important}.box .header .exclusion_box .exclusion_list{align-items:center;background:#fff3f3;border-radius:10px;display:flex;list-style-type:none;margin-bottom:12px;min-height:64px;padding:10px;position:relative}.box .header .exclusion_box .exclusion_list:last-child{margin-bottom:0}.box .header .exclusion_box .exclusion_list span{display:inline-block}.box .header .exclusion_box .exclusion_list span.aids{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat 0 0/400px}.box .header .exclusion_box .exclusion_list span.pregnancy{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -50px 0/400px}.box .header .exclusion_box .exclusion_list span.ectopic{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -100px 0/400px;content:"";height:50px;left:12px;position:absolute;top:10px;width:50px}.box .header .exclusion_box .exclusion_list span.std{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -150px 0/400px}.box .header .exclusion_box .exclusion_list span.aids{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -200px 0/400px;content:"";height:50px;left:12px;position:absolute;top:10px;width:50px}.box .header .exclusion_box .exclusion_list span.pregnancy{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -250px 0/400px;content:"";height:50px;left:12px;position:absolute;top:10px;width:50px}.box .header .exclusion_box .exclusion_list span.ectopic1{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -300px 0/400px;content:"";height:50px;left:12px;position:absolute;top:10px;width:50px}.box .header .exclusion_box .exclusion_list span.std{background:url(/static/media/policy_exclusion_icon.e0c9047204e70bb536cc.svg) no-repeat -350px 0/400px;content:"";height:50px;left:12px;position:absolute;top:10px;width:50px}.box .header .exclusion_box .exclusion_list .exclusion_inerlist{padding-left:64px}.box .header .exclusion_box .exclusion_list .exclusion_inerlist .exclusion_content{text-align:left}.box .header .exclusion_box .exclusion_list .exclusion_inerlist .exclusion_content h5{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:24px;margin-bottom:4px}.box .header .exclusion_box .exclusion_list .exclusion_inerlist .exclusion_content p{font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:16px;margin-bottom:0}}.header button{background:#0000!important}.features_box{padding:10px}.features_box .features_list{align-items:center;background:linear-gradient(270.54deg,#fff0 .41%,#eefff0 99.59%);border:1px dotted #15a42282;border-radius:10px;display:flex;list-style-type:none;margin-bottom:12px;min-height:64px;padding:10px;position:relative}.features_box .features_list:last-child{margin-bottom:0}.features_box .features_list span{display:inline-block}.features_box .features_list span.medical{background:url(/static/media/policy_features_icon.0ef20f2d8d41d97da4bb.svg) no-repeat 0 0/400px;content:"";height:50px;left:12px;position:absolute;top:12px;width:50px}.features_box .features_list span.emergency{background:url(/static/media/policy_features_icon.0ef20f2d8d41d97da4bb.svg) no-repeat -50px 0/400px;background:url(/static/media/policy_features_icon.0ef20f2d8d41d97da4bb.svg) no-repeat -100px 0/400px}.features_box .features_list span.waiting{background:url(/static/media/policy_features_icon.0ef20f2d8d41d97da4bb.svg) no-repeat -150px 0/400px}.features_box .features_list span.maternity{background:url(/static/media/policy_features_icon.0ef20f2d8d41d97da4bb.svg) no-repeat -200px 0/400px;content:"";height:50px;left:12px;position:absolute;top:12px;width:50px}.features_box .features_list span.ambulance{background:url(/static/media/policy_features_icon.0ef20f2d8d41d97da4bb.svg) no-repeat -250px 0/400px;content:"";height:50px;left:12px;position:absolute;top:12px;width:50px}.features_box .features_list span.waiting{background:url(/static/media/policy_features_icon.0ef20f2d8d41d97da4bb.svg) no-repeat -300px 0/400px;content:"";height:50px;left:12px;position:absolute;top:12px;width:50px}.features_box .features_list span.emergency{background:url(/static/media/policy_features_icon.0ef20f2d8d41d97da4bb.svg) no-repeat -350px 0/400px;content:"";height:50px;left:12px;position:absolute;top:12px;width:50px}.features_box .features_list .feature_inerlist{padding-left:64px}.features_box .features_list .feature_inerlist .feature_content{text-align:left}.features_box .features_list .feature_inerlist .feature_content h5{font-family:Montserrat;font-size:14px;font-weight:600;line-height:24px;margin-bottom:4px;text-transform:capitalize}.features_box .features_list .feature_inerlist .feature_content p{display:flex;font-family:Montserrat;font-size:10px;font-weight:400;justify-content:space-between;line-height:20px;margin-bottom:4px}.features_box .features_list .feature_inerlist .feature_content p span{text-align:end}.features_box .features_list .feature_inerlist .feature_content ul{margin-bottom:0}.features_box .features_list .feature_inerlist .feature_content ul li{font-family:Montserrat;font-size:10px;font-weight:600;line-height:20px;list-style-type:none;padding-left:20px;position:relative}.features_box .features_list .feature_inerlist .feature_content ul li span{display:block;opacity:.7}.features_box .features_list .feature_inerlist .feature_content ul li:before{background:#000;border-radius:100%;content:"";height:5px;left:8px;position:absolute;top:9px;width:5px}.confirmation_wrapper .row{margin:0 auto;max-width:1424px}.confirmation_wrapper .backBtn svg{cursor:pointer;left:0;margin-right:20px;position:relative;transition:all .5s ease}.confirmation_wrapper .backBtn svg:hover{color:#ec3f3f;left:-4px}.confirmation_wrapper .backBtn span{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px}.confirmation_wrapper .pay_section{background:#fff;border-radius:20px;box-shadow:0 8px 20px 0 #6b62dc33;margin-bottom:20px;padding:24px}@media(max-width:599px){.confirmation_wrapper .pay_section{box-shadow:0 8px 20px 0 #2160aa33;margin-bottom:82px;padding:20px 8px}}.confirmation_wrapper .pay_section h5{font-family:Montserrat;font-size:1.25rem;font-weight:600;line-height:29px;margin-bottom:0}.confirmation_wrapper .pay_section hr{color:#000;margin:24px 0;opacity:10%}@media(max-width:599px){.confirmation_wrapper .pay_section hr{margin:12px 0}}.confirmation_wrapper .pay_section .pay_list{margin-bottom:0}.confirmation_wrapper .pay_section .pay_list li{display:flex;font-family:Montserrat;font-size:.875rem;font-weight:400;gap:12px;justify-content:space-between;line-height:17px;list-style-type:none;margin-bottom:16px}.confirmation_wrapper .pay_section .pay_list li .name{font-size:.875rem;font-weight:500;line-height:20px;text-transform:capitalize;width:60%}@media(max-width:599px){.confirmation_wrapper .pay_section .pay_list li .name{font-family:Montserrat,sans-serif;font-size:14px;font-weight:400}}.confirmation_wrapper .pay_section .pay_list li .price{font-size:.875rem;font-weight:500;line-height:20px;width:40%}@media(max-width:599px){.confirmation_wrapper .pay_section .pay_list li .price{color:#000;font-size:15px;font-weight:500}}.confirmation_wrapper .pay_section .pay_list .total_payment{background:#ebeaff;border-radius:10px;font-size:.875rem;font-weight:600;line-height:17px;padding:15px 14px}.confirmation_wrapper .pay_section .pay_list .total_payment span{font-size:1rem;line-height:20px}.confirmation_wrapper .pay_section .ctaBtn .submitBtn{width:100%}.confirmation_wrapper .pay_section img{height:243px}.confirmation_wrapper .confirmation_rightSection{background:#edf1fe;border-radius:20px;height:100%;padding:103px 147px 124px 124px;position:relative}.confirmation_wrapper .confirmation_rightSection:before{background:url(/static/media/enrollmentdrive_bg.4896ad9cbc0b3a62960e.svg) no-repeat;content:"";height:100%;left:40px;position:absolute;top:30px;width:100%}.confirmation_wrapper .confirmation_rightSection .confirmation_innerSection{background:#fff;border:2px solid #2160aa;border-radius:30px;box-shadow:17px 17px 0 #2160aab3;min-height:450px;padding:67px 92px;text-align:center}.confirmation_wrapper .confirmation_rightSection .confirmation_innerSection img{margin-bottom:20px;max-width:100%}.confirmation_wrapper .confirmation_rightSection .confirmation_innerSection h5{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px;margin-bottom:20px;text-align:center}.confirmation_wrapper .confirmation_rightSection .confirmation_innerSection p{font-family:Roboto;font-size:1rem;font-weight:300;line-height:18px;margin-bottom:0;text-align:center}.image_container{align-items:center;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:20px;padding:50px 12px 0}.image_container h5{color:#000;font-family:Montserrat;font-size:24px;font-weight:600;line-height:29.26px;margin:0;padding:0;text-align:left}.image_container p{color:#000;font-family:Montserrat;font-size:14px;font-weight:300;line-height:16.41px;text-align:center}.enrollmentConfirmation_wrapper{position:relative}.enrollmentConfirmation_wrapper:before{background:url(/static/media/enrollmentdrive_bg.4896ad9cbc0b3a62960e.svg) no-repeat 0 0/100%;content:"";height:100%;left:40px;position:absolute;top:0;width:100%}.enrollmentConfirmation_wrapper .row{margin:0 auto;max-width:1424px}.enrollmentConfirmation_wrapper .backBtn svg{cursor:pointer;left:0;margin-right:20px;position:relative;transition:all .5s ease}.enrollmentConfirmation_wrapper .backBtn svg:hover{color:#ec3f3f;left:-4px}.enrollmentConfirmation_wrapper .backBtn span{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px}.enrollmentConfirmation_wrapper .confirmation_section{margin:0 auto;max-width:1070px}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection{background:#fff;border:2px solid #2160aa;border-radius:30px;box-shadow:17px 17px 0 #2160aab3;padding:50px 24px 49px;text-align:center}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection h5{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:50px;margin-bottom:0}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection hr{color:#000;margin:24px 0;opacity:10%}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content{text-align:left}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content p{color:gray;font-family:Montserrat;font-size:.875rem;font-weight:400;line-height:17px;margin-bottom:24px}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content p span{color:#029d11;font-weight:500}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content ul{margin-bottom:24px}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content ul li{color:#029d11;font-family:Montserrat;font-size:.875rem;font-weight:400;line-height:17px;list-style-type:none;margin-bottom:14px;padding-left:30px;position:relative}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content ul li.success{position:relative}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content ul li.success:before{background:url(/static/media/green_tick.5b979fe9182e17c28e12.svg) no-repeat;content:"";height:20px;left:0;position:absolute;top:calc(50% - 10px);width:22px}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content ul li.error{color:red;position:relative}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content ul li.error:before{background:url(/static/media/crossup.32018de3d972933d6308.svg) no-repeat;content:"";height:20px;left:0;position:absolute;top:calc(50% - 10px);width:22px}.enrollmentConfirmation_wrapper .confirmation_section .confirmation_innerSection .confirmation_content .ctaBtn .submitBtn{padding:10px 78px}.enrollmentConfirmation_wrapper .password_container{border-radius:30px;display:flex;flex-direction:column;gap:20px}.enrollmentConfirmation_wrapper .password_container h5{font-family:Montserrat;font-size:24px;font-weight:600;line-height:29.26px;text-align:center}@media(max-width:599px){.enrollmentConfirmation_wrapper .password_container h5{color:#2160aa;font-family:Montserrat;font-size:24px;font-weight:700;line-height:32px;margin:0 0 12px;padding:0;text-align:center;text-transform:capitalize}.enrollmentConfirmation_wrapper .password_container h4.label{color:#000;font-family:Montserrat;font-size:18px;font-weight:400;line-height:21.94px;text-align:center}}.reset_wrapper{background:#edf1fe;height:100vh;position:relative}.reset_wrapper:before{background:url(/static/media/enrollmentdrive_bg.4896ad9cbc0b3a62960e.svg) no-repeat 0 0/100%;content:"";height:100%;left:40px;position:absolute;top:0;width:100%}.reset_wrapper .row{margin:0 auto;max-width:1424px}.reset_wrapper .backBtn svg{cursor:pointer;left:0;margin-right:20px;position:relative;transition:all .5s ease}.reset_wrapper .backBtn svg:hover{color:#ec3f3f;left:-4px}.reset_wrapper .backBtn span{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px}.reset_wrapper .reset_section{margin:0 auto;max-width:1070px}.reset_wrapper .reset_section .reset_innerSection{background:#fff;border:2px solid #2160aa;border-radius:30px;box-shadow:17px 17px 0 #2160aab3;min-height:759px;padding-top:160px;position:relative;text-align:center}.reset_wrapper .reset_section .reset_innerSection h5{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px;margin-bottom:20px;text-align:center}.reset_wrapper .reset_section .reset_innerSection p{font-family:Roboto;font-size:1rem;font-weight:300;line-height:18px;margin-bottom:0;text-align:center}.reset_wrapper .reset_section .reset_innerSection .ctaBtn{margin-top:30px}.reset_wrapper .reset_section .reset_innerSection .ctaBtn .submitBtn{padding:10px 96px}.reset_wrapper .reset_section .reset_innerSection:before{background:url(/static/media/reset_password_img.99a1ddeb5085544d03f9.svg) no-repeat;content:"";height:560px;left:80px;max-width:100%;position:absolute;top:205px;width:902px}.m_reset_wrapper{align-items:center;display:flex;height:100vh;justify-content:center;padding:0 16px;width:100%}.m_reset_wrapper .content_container{border:2px solid #2160aa;border-radius:30px;gap:20px;padding:24px 12px}.m_reset_wrapper .content_container h1{font-family:Montserrat;font-size:24px;font-weight:600;line-height:29.26px;text-align:center}.m_reset_wrapper .content_container p{font-family:Roboto;font-size:14px;font-weight:300;line-height:16.41px;text-align:center}.m_reset_wrapper .content_container .ctaBtn .submitBtn{background:#2160aa;padding:10px 96px}.thankyou_wrapper{background:#edf1fe;height:100vh;position:relative}.thankyou_wrapper:before{background:url(/static/media/enrollmentdrive_bg.4896ad9cbc0b3a62960e.svg) no-repeat 0 0/100%;content:"";height:100%;left:40px;position:absolute;top:0;width:100%}.thankyou_wrapper .row{margin:0 auto;max-width:1424px}.thankyou_wrapper .backBtn svg{cursor:pointer;left:0;margin-right:20px;position:relative;transition:all .5s ease}.thankyou_wrapper .backBtn svg:hover{color:#ec3f3f;left:-4px}.thankyou_wrapper .backBtn span{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px}.thankyou_wrapper .thankyou_section{margin:0 auto;max-width:1070px}.thankyou_wrapper .thankyou_section .thankyou_innerSection{background:#fff;border:2px solid #2160aa;border-radius:30px;box-shadow:17px 17px 0 #2160aab3;min-height:450px;padding:67px 92px;text-align:center}.thankyou_wrapper .thankyou_section .thankyou_innerSection img{margin-bottom:20px;max-width:100%}.thankyou_wrapper .thankyou_section .thankyou_innerSection h5{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px;margin-bottom:20px;text-align:center}.thankyou_wrapper .thankyou_section .thankyou_innerSection p{font-family:Roboto;font-size:1rem;font-weight:300;line-height:18px;margin-bottom:0;text-align:center}.thankyou_wrapper .thankyou_section .thankyou_innerSection .ctaBtn{margin-top:30px}.thankyou_wrapper .thankyou_section .thankyou_innerSection .ctaBtn .submitBtn{padding:10px 96px}.m_image_container{height:100vh;width:100%}.m_image_container .img_cont{border-radius:30px;padding:24px;text-align:center}.m_image_container .img_cont h5{font-family:Montserrat;font-size:24px;font-weight:600;line-height:29.26px;margin-bottom:16px;margin-top:20px;text-align:center}.m_image_container .img_cont p{font-family:Montserrat;font-size:12px;font-weight:300;line-height:14.63px;text-align:center}.m_image_container .img_cont button{background:#2160aa;border-radius:10px;color:#fff;font-family:Montserrat;font-size:16px;font-weight:400;margin-top:20px;padding:10px 40px;text-transform:capitalize}.main-container .header{box-shadow:0 4px 11px 0 rgba(0,0,0,.102);padding:20px}.main-container .header h3{font-family:Montserrat;font-size:20px!important;font-weight:600;line-height:24.38px;margin:0;padding:0;text-align:left}.main-container .record-container{border:1px solid rgba(0,0,0,.102);display:flex;flex-direction:row;justify-content:space-between;padding:12px}.main-container .record-container .leftSide{display:flex;gap:40px}.main-container .record-container .leftSide .record-section{font-family:Montserrat;font-size:14px;font-weight:600;line-height:24px;text-align:left}.main-container .record-container .leftSide .record-section .value{font-weight:700}.main-container .record-container .right-side{align-items:center;display:flex}.main-container .record-container .right-side span{color:#2160aa;display:inline-block;font-family:Montserrat;font-size:12px;font-weight:500;line-height:14.63px;margin-left:5px;text-align:right}.main-container .done-btn{background:#2160aa;border-radius:10px;color:#fff;font-family:Montserrat;gap:10px;padding:10px 40px;position:relative;z-index:500000}.flex{display:flex}.customHeight,.tableHeight{height:100%;max-height:760px;min-height:calc(100vh - 180px)}@media(max-height:730px){.tableHeight.th-setting,.th-setting.customHeight{max-height:550px;min-height:300px}}.customHeight{min-height:calc(100vh - 500px)!important}.filterBar{display:flex;justify-content:center;left:0;position:relative;width:30px;z-index:91}.filterBar button{background:#e4f1ff;border-radius:4px 0 0 4px;height:56px;min-width:25px;padding:4px}.filterBar button:hover{background:#d9dcff99}.filterBar button .bars{background:#3569b6;border-radius:6px;display:block;height:3px;position:relative;top:-5px;width:3px}.filterBar button .bars:after,.filterBar button .bars:before{background:#3569b6;border-radius:6px;content:"";height:3px;width:3px}.filterBar button .bars:before{position:absolute;right:0;top:6px}.filterBar button .bars:after{position:absolute;right:0;top:12px}.theme-dark .filterBar button{background:#333}.filterBar .showColumns{background:#fff;border-radius:8px;box-shadow:0 4px 20px #171b1e33;height:390px;left:0;min-width:280px;padding:4px 0;position:absolute;top:56px;width:280px;z-index:99}.theme-dark .filterBar .showColumns{background:#333;box-shadow:0 4px 20px #0009}.filterBar .showColumns .findInput{border-bottom:1px solid #d9dcff;padding:0 12px}.theme-dark .filterBar .showColumns .findInput{border-color:#171b1e}.filterBar .showColumns .findInput input{background:#0000;border:none;font-size:.875rem;font-weight:400;height:40px}.filterBar .showColumns .findInput input:focus{outline:none}.theme-dark .filterBar .showColumns .findInput input{color:#fff}.filterBar .showColumns .rahul{font-size:.875rem;height:319px;overflow-x:hidden;overflow-y:scroll;padding:0 12px 0 0;position:relative}.theme-dark .filterBar .showColumns .rahul{color:#ddd}.filterBar .showColumns .rahul p{font-size:.875rem}.filterBar .showColumns .rahul .checkBox:hover{cursor:pointer}.filterBar .showColumns .rahul .MuiCheckbox-root{padding:6px}.theme-dark .filterBar .showColumns .rahul .MuiCheckbox-root svg{color:rgba(0,0,0,.502)}.filterBar .showColumns .rahul .MuiCheckbox-root.Mui-checked svg{color:#3569b6}.filterBar .showColumns .hideShowComulns{background:#e4f1ff;border-radius:0 0 8px 8px;display:flex;justify-content:space-between;padding:6px 12px}.theme-dark .filterBar .showColumns .hideShowComulns{background:#171b1e}.filterBar .showColumns .hideShowComulns a{color:#3569b6;font-size:.75rem;text-decoration:none}.dataList{border:none!important;font-size:12px!important}.theme-dark .dataList{background:#000}.dataList .MuiDataGrid-main{left:-30px;width:calc(100% + 30px)}.theme-dark .dataList .MuiDataGrid-main{background:#000;border-radius:4px 4px 0 0;color:rgba(0,0,0,.502)}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders{background:#e4f1ff;border:none;padding-left:30px}.theme-dark .dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders{background:#333;color:rgba(0,0,0,.502)}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeaderCheckbox .MuiDataGrid-columnHeaderTitleContainer{justify-content:center}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-checkboxInput svg{height:18px;width:18px}.theme-dark .dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-checkboxInput svg{color:rgba(0,0,0,.502)}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-checkboxInput.Mui-checked svg{color:#3569b6}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeaderTitleContainer{justify-content:space-between}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-iconButtonContainer .MuiIconButton-root{background:#fff;height:20px;padding:2px 0;width:20px}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-iconButtonContainer .MuiIconButton-root:hover svg{opacity:1}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-iconButtonContainer .MuiIconButton-root svg{color:#3569b6;height:16px;opacity:1}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-columnSeparator svg{width:15px}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-menuIcon .MuiIconButton-root{padding:2px}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-menuIcon svg{color:rgba(0,0,0,.502)}.dataList .MuiDataGrid-main .MuiDataGrid-row{box-shadow:0 0 12px #0000001a;margin-top:8px;padding-left:30px}.theme-dark .dataList .MuiDataGrid-main .MuiDataGrid-row{background:#171b1e;color:#ddd}.dataList .MuiDataGrid-main .MuiDataGrid-row:hover{background:#e4f1ffbf}.theme-dark .dataList .MuiDataGrid-main .MuiDataGrid-row:hover{background:#333}.dataList .MuiDataGrid-main .MuiDataGrid-row .MuiDataGrid-cell{border:none;padding-bottom:4px;padding-top:4px}.dataList .MuiDataGrid-main .MuiDataGrid-row .MuiDataGrid-cell .MuiDataGrid-checkboxInput svg{height:18px;width:18px}.theme-dark .dataList .MuiDataGrid-main .MuiDataGrid-row .MuiDataGrid-cell .MuiDataGrid-checkboxInput svg{color:rgba(0,0,0,.502)}.dataList .MuiDataGrid-main .MuiDataGrid-row .MuiDataGrid-cell .MuiDataGrid-checkboxInput.Mui-checked svg{color:#3569b6}.dataList .MuiDataGrid-footerContainer{border:none;margin-top:0;padding-right:70px}.theme-dark .dataList .MuiDataGrid-footerContainer{background:#171b1e;color:#ddd}.theme-dark .dataList .MuiDataGrid-footerContainer .MuiTablePagination-actions .MuiButtonBase-root svg,.theme-dark .dataList .MuiDataGrid-footerContainer .MuiTablePagination-root{color:#ddd}.theme-dark .dataList .MuiDataGrid-footerContainer .MuiTablePagination-actions .MuiButtonBase-root.Mui-disabled{opacity:.5}.list-container{background-color:#eee;display:flex;flex-direction:column;font-size:18px}.item-container{background-color:#fff;border:1px solid #000;margin:15px 50px;padding:25px 70px}.draggableItem{align-items:center;background-color:#fff;display:flex;flex-direction:row;z-index:300}.draggableItem .MuiCheckbox-root{padding:6px}.theme-dark .draggableItem .MuiCheckbox-root svg{color:rgba(0,0,0,.502)}.draggableItem .MuiCheckbox-root.Mui-checked svg{color:#3569b6}.logoCol{cursor:pointer;margin-bottom:12px;max-width:183px!important}.topNavbar{margin-bottom:12px;width:calc(100% - 183px)}.topNavbar .searchBox{background:#acd4fb1a url(/static/media/search_icon.8a3851879ca43e501834.svg) no-repeat 17px/18px;border:1px solid #acd4fb33;border-radius:16px;color:#3a4855;font-family:Montserrat;font-size:14px;font-weight:400;height:46px;justify-content:start;padding-left:42px;position:relative;text-transform:capitalize;width:320px}.topNavbar .searchInput{background:url(/static/media/search_icon.8a3851879ca43e501834.svg) no-repeat 17px/18px;max-width:360px;position:relative}.topNavbar .searchInput input{background:#acd4fb1a;border:1px solid #acd4fb33;border-radius:16px;font-family:Montserrat;font-size:14px;font-weight:400;height:46px;padding-left:39px;width:360px}.topNavbar .searchInput input:focus-visible{border:none;outline:none}.topNavbar .notificationMenu{color:#000;display:inline-block;height:35px;margin-right:20px;width:35px}.topNavbar .notificationMenu .bellIcon{background:#fff url(/static/media/bell_icon.a5a3e6c3820cd7409437.svg) no-repeat center 6px/19px;border-radius:50%;height:31px;position:relative;width:31px}.theme-dark .topNavbar .notificationMenu .bellIcon{background-color:#000;background:#000 url(/static/media/bell_icon_white.ec29abf24bce20ebfe4c.svg) no-repeat center 6px/18px}.topNavbar .notificationMenu .bellIcon .number{background-color:#ec3f3f;border-radius:50%;color:#fff;font-size:10px;height:13px;padding-top:0;position:absolute;right:4px;top:5px;width:13px;z-index:9}.topNavbar .signoutMenu{background:url(/static/media/logout_icon.335fbcf075efd3a04cfa.svg) no-repeat 50%/36px;border-radius:8px;color:#000;display:inline-block;height:38px;width:50px}.theme-dark .topNavbar .signoutMenu{background:#000 url(/static/media/logout_icon_white.4f3e03845511411f4338.svg) no-repeat 50%/36px}.theme-dark .topNavbar .signoutMenu:hover{background-color:rgba(0,0,0,.502)}.topNavbar .signoutMenu:hover{background-color:#fff}.topNavbar .signoutMenu button{height:38px;width:50px}.topNavbar .signoutMenu button:hover{background-color:#0000}.topNavbar .portalChangeTab{border-radius:8px;color:#000;display:inline-block;margin-right:16px}.theme-dark .topNavbar .portalChangeTab{color:rgba(0,0,0,.502)}.topNavbar .portalChangeTab:hover{background-color:#fff}.topNavbar .portalChangeTab button{border:1px dashed #2160aa;border-radius:8px;color:#000;font-family:Montserrat;font-size:14px;font-weight:600;height:38px;padding:8px 20px 8px 12px;width:100%}.theme-dark .topNavbar .portalChangeTab button{color:rgba(0,0,0,.502)}.topNavbar .portalChangeTab button svg{background:#2160aa!important;border-radius:50%;color:#fff;font-size:14px;margin-left:8px}.topNavbar .portalChangeTab button:hover{background-color:#0000}.MuiMenu-paper .MuiMenu-list{min-width:100px;padding:0}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root{font-family:Montserrat;font-weight:600!important;justify-content:stretch;line-height:18px!important}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root.selected{background:#e4f1ff;color:#000}.notificationList .MuiMenu-list{max-height:310px;overflow:hidden;padding-bottom:0}.notificationList h5{margin-bottom:8px}.notificationList .menuWrapper{max-height:226px;overflow-y:auto;padding-top:30px}.notificationList .menuWrapper h5{background:#fff;left:0;padding:8px 12px;position:absolute;top:0;width:100%;z-index:91}.theme-dark .notificationList .menuWrapper h5{background:#333;color:#ddd}.notificationList .footer{background:#e4f1ff;padding:5px 12px}.theme-dark .notificationList .footer{background:#333}.notificationList .footer .viewall{display:inline-block;font-size:.875rem}.theme-dark .notificationList .footer .viewall{color:#ddd}.notificationList .listItem{border-top:1px solid #0000001a;display:block}.notificationList .listItem:hover{background-color:#f0effc}.notificationList .listItem h6{font-size:12px;font-weight:500;max-width:360px}.notificationList .listItem p{color:#000000b3;font-size:12px;font-weight:400;max-width:360px}.menus,.menus button{position:relative}.menus button{background-color:#0000;border:none;color:#00000080;font-family:Montserrat,sans-serif;font-size:10px;line-height:14px;max-width:138px;min-height:60px;padding:0 0 8px 62px;text-align:left}.menus button:hover{z-index:99}.theme-dark .menus button{color:rgba(0,0,0,.502)}.menus button p{font-size:.75rem}.menus button p span{text-decoration:underline}.menus button:hover{cursor:pointer}.menus button:before{border-radius:16px;content:"";height:50px;left:0;position:absolute;top:0;width:50px}.menus button.dashboard:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:0 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.dashboard:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.dashboard.active{color:#333}.theme-dark .menus button.dashboard.active{color:#fff}.menus button.dashboard.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.dashboard.active:before{box-shadow:0 0 16px #0006}.menus button.policywallet:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-50px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.policywallet:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.policywallet.active{color:#333}.theme-dark .menus button.policywallet.active{color:#fff}.menus button.policywallet.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.policywallet.active:before{box-shadow:0 0 16px #0006}.menus button.riskmap:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-100px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.riskmap:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.riskmap.active{color:#333}.theme-dark .menus button.riskmap.active{color:#fff}.menus button.riskmap.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.riskmap.active:before{box-shadow:0 0 16px #0006}.menus button.userprofile:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-150px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.userprofile:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.userprofile.active{color:#333}.theme-dark .menus button.userprofile.active{color:#fff}.menus button.userprofile.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.userprofile.active:before{box-shadow:0 0 16px #0006}.menus button.mydocument:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-200px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.mydocument:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.mydocument.active{color:#333}.theme-dark .menus button.mydocument.active{color:#fff}.menus button.mydocument.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.mydocument.active:before{box-shadow:0 0 16px #0006}.menus button.claimassistant:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-250px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.claimassistant:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.claimassistant.active{color:#333}.theme-dark .menus button.claimassistant.active{color:#fff}.menus button.claimassistant.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.claimassistant.active:before{box-shadow:0 0 16px #0006}.menus button.referafriend:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-300px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.referafriend:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.referafriend.active{color:#333}.theme-dark .menus button.referafriend.active{color:#fff}.menus button.referafriend.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.referafriend.active:before{box-shadow:0 0 16px #0006}.menus button.trendingquestions:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-350px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.trendingquestions:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.trendingquestions.active{color:#333}.theme-dark .menus button.trendingquestions.active{color:#fff}.menus button.trendingquestions.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.trendingquestions.active:before{box-shadow:0 0 16px #0006}.menus button.community:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-400px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.community:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.community.active{color:#333}.theme-dark .menus button.community.active{color:#fff}.menus button.community.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.community.active:before{box-shadow:0 0 16px #0006}.menus button.support:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-450px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.support:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.support.active{color:#333}.theme-dark .menus button.support.active{color:#fff}.menus button.support.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.support.active:before{box-shadow:0 0 16px #0006}.menus button.wellness:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-500px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.wellness:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.wellness.active{color:#333}.theme-dark .menus button.wellness.active{color:#fff}.menus button.wellness.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.wellness.active:before{box-shadow:0 0 16px #0006}.menus button.doctoronline:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-550px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.doctoronline:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.doctoronline.active{color:#333}.theme-dark .menus button.doctoronline.active{color:#fff}.menus button.doctoronline.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.doctoronline.active:before{box-shadow:0 0 16px #0006}.menus button.repairvehicle:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-600px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.repairvehicle:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.repairvehicle.active{color:#333}.theme-dark .menus button.repairvehicle.active{color:#fff}.menus button.repairvehicle.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.repairvehicle.active:before{box-shadow:0 0 16px #0006}.menus button.settings:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-650px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.settings:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.settings.active{color:#333}.theme-dark .menus button.settings.active{color:#fff}.menus button.settings.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.settings.active:before{box-shadow:0 0 16px #0006}.menus button.employe:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-700px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.employe:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.employe.active{color:#333}.theme-dark .menus button.employe.active{color:#fff}.menus button.employe.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.employe.active:before{box-shadow:0 0 16px #0006}.menus button.report:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-750px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.report:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.report.active{color:#333}.theme-dark .menus button.report.active{color:#fff}.menus button.report.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.report.active:before{box-shadow:0 0 16px #0006}.menus button.endorsement:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-800px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.endorsement:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.endorsement.active{color:#333}.theme-dark .menus button.endorsement.active{color:#fff}.menus button.endorsement.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.endorsement.active:before{box-shadow:0 0 16px #0006}.menus button.quote:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-850px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.quote:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.quote.active{color:#333}.theme-dark .menus button.quote.active{color:#fff}.menus button.quote.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.quote.active:before{box-shadow:0 0 16px #0006}.menus button.policies:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-900px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.policies:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.policies.active{color:#333}.theme-dark .menus button.policies.active{color:#fff}.menus button.policies.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.policies.active:before{box-shadow:0 0 16px #0006}.menus button.clients:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-950px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.clients:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.clients.active{color:#333}.theme-dark .menus button.clients.active{color:#fff}.menus button.clients.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.clients.active:before{box-shadow:0 0 16px #0006}.menus button.contacts:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-1000px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.contacts:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.contacts.active{color:#333}.theme-dark .menus button.contacts.active{color:#fff}.menus button.contacts.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.contacts.active:before{box-shadow:0 0 16px #0006}.menus button.taskmanagement:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-1050px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .menus button.taskmanagement:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.3}.menus button.taskmanagement.active{color:#333}.theme-dark .menus button.taskmanagement.active{color:#fff}.menus button.taskmanagement.active:before{background-color:#333;background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.taskmanagement.active:before{box-shadow:0 0 16px #0006}.menus .subMenu{background:linear-gradient(180deg,#fff,#f0effc 12.95%,#f0effc);height:100%;padding:9px 7px;position:absolute;right:0;top:0;width:calc(100% - 50px);z-index:99;z-index:100}.theme-dark .menus .subMenu{background:#000}.menus .subMenu ul{margin:0;padding:0}.menus .subMenu ul li{font-family:Montserrat,sans-serif;font-size:.625rem;font-weight:600;list-style-type:none;margin-bottom:14px}.menus .subMenu ul li.product{border-bottom:1px solid #333;font-size:12px;font-weight:700;margin-bottom:15px;padding-bottom:6px}.menus .subMenu ul li.product a{font-weight:700}.theme-dark .menus .subMenu ul li.product{border-color:#333;color:#ddd}.menus .subMenu ul li a{color:#000;display:inline-block;font-family:Montserrat,sans-serif;font-size:.625rem;font-weight:500;line-height:14px;padding:6px 0}.theme-dark .menus .subMenu ul li a{color:#ddd}.menus .subMenu ul li a:hover{color:#2160aa}.menus .subMenu ul li a.active{color:#2160aa;font-weight:600}.searchBox{border:1px solid #0000001a;border-radius:24px!important;display:inline-block;font-family:Montserrat,sans-serif;height:36px;max-width:200px;position:relative}.theme-dark .searchBox{background:#333}.searchBox svg{height:18px;left:10px;position:absolute;top:9px}.theme-dark .searchBox svg{color:#fff}.searchBox .MuiInputBase-root{border:none}.searchBox input{border:none!important;font-size:.875rem;height:36px;padding:0 12px 0 34px;width:100%}.theme-dark .searchBox input{color:#fff}.searchBox fieldset{border:none!important}.tableview{animation:fadeIn 1s both;overflow-x:auto;overflow-y:hidden}.tableview .tableinner{border:1px solid #d9dcff;border-radius:16px 16px 0 0;min-width:100%;padding:0;width:100%}.theme-dark .tableview .tableinner{border:1px solid #333}.tableview .tableinner .tableHeader{background:#e4f1ff;border-radius:16px 16px 0 0;display:flex;margin-bottom:0;padding:6px 12px}.theme-dark .tableview .tableinner .tableHeader{background:#333}.tableview .tableinner .tableHeader li{align-items:center;color:#000;display:flex;font-family:Montserrat;font-size:.75rem;font-weight:500;height:39px;line-height:14px;list-style-type:none;margin-bottom:0;padding:12px;width:300px}.theme-dark .tableview .tableinner .tableHeader li{background:#333!important;color:rgba(0,0,0,.502)!important}.tableview .tableinner .tableHeader li:nth-child(5){width:600px}.tableview .tableinner .tableHeader li:nth-child(3){width:400px}.tableview .tableinner .tableHeader li .sorting-btn{background:#0000;margin-left:auto;position:relative}.tableview .tableinner .tableHeader li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:0;top:-5px;width:7px}.tableview .tableinner .tableHeadercashlesshospital{background:#e4f1ff;border-radius:16px 16px 0 0;display:flex;margin-bottom:0;padding:6px 12px}.theme-dark .tableview .tableinner .tableHeadercashlesshospital{background:#333}.tableview .tableinner .tableHeadercashlesshospital li{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;height:39px;line-height:14px;list-style-type:none;margin-bottom:0;padding:12px;width:300px}.theme-dark .tableview .tableinner .tableHeadercashlesshospital li{background:#333!important;color:rgba(0,0,0,.502)!important}.tableview .tableinner .tableHeadercashlesshospital li .sorting-btn{background:#0000;margin-left:20px;position:relative;top:-2px}.tableview .tableinner .tableHeadercashlesshospital li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:0;top:-5px;width:7px}.tableview .tableinner .tableData{border-bottom:1px solid #e4f1ff;display:flex;margin-bottom:0;padding:6px 12px}.theme-dark .tableview .tableinner .tableData{border-bottom:1px solid #333}.tableview .tableinner .tableData:last-child{border-bottom:0}.tableview .tableinner .tableData li{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:24px;list-style-type:none;margin-bottom:0;min-height:50px;padding:13px 12px;width:300px}.tableview .tableinner .tableData li:nth-child(5){width:600px}.tableview .tableinner .tableData li:nth-child(3){color:#2160aa!important;width:400px}.theme-dark .tableview .tableinner .tableData li{color:#ddd!important}.tableview .tableinner .tableData li div.liItem{font-weight:500}.layoutWrapper{min-height:100vh;padding-top:70px}.theme-dark .layoutWrapper{background:#171b1e!important}.layoutWrapper .testingforserver{color:#000}.layoutWrapper .pageHeader{background:#fff;box-shadow:0 2px 12px #0000001a;height:70px;left:0;margin:0;position:fixed;top:0;width:100%;z-index:991}.theme-dark .layoutWrapper .pageHeader{background:#171b1e;box-shadow:0 8px 6px -6px #000}.layoutWrapper .pageHeader .pageTitle{align-items:center;display:flex}.layoutWrapper .pageHeader .pageTitle .backStep{align-items:center;color:#2160aa;display:flex;justify-content:center;margin-right:8px}.layoutWrapper .pageHeader .pageTitle .backStep:hover{color:#ec3f3f}.layoutWrapper .pageHeader .pageTitle .backStep:hover svg{left:-4px}.layoutWrapper .pageHeader .pageTitle .backStep svg{height:26px;left:0;position:relative;transition:all .5s ease;width:30px}.layoutWrapper .pageHeader .pageTitle .detailIcon{align-items:center;background:#fc6509;border-radius:50px;color:#fff;display:flex;font-size:1.25rem;height:40px;justify-content:center;margin-right:16px;text-transform:uppercase;width:40px}.layoutWrapper .pageHeader .pageTitle h3{font-size:1rem;line-height:20px;margin-bottom:0;text-transform:capitalize}.theme-dark .layoutWrapper .pageHeader .pageTitle h3{color:rgba(0,0,0,.502)}.layoutWrapper .pageHeader .pageTitle p{color:#00000080;font-size:.6875rem;margin-bottom:2px;margin-top:6px}.theme-dark .layoutWrapper .pageHeader .pageTitle p{color:rgba(0,0,0,.502)}.layoutWrapper .pageHeader .updatePassword{background:#2160aa1a;border-radius:50px;color:#2160aa;font-family:Montserrat;font-size:.75rem;font-weight:500;height:36px;padding:4px 16px;text-transform:capitalize}.layoutWrapper .pageHeader .updatePassword svg{height:18px}.layoutWrapper .pageHeader .actionLinks{align-items:center;background:#e4f1ff!important;border-radius:100px;color:#2160aa;cursor:pointer;display:flex;font-family:Montserrat;font-size:1rem;font-weight:500;height:36px;justify-content:center;line-height:20px;margin-right:12px;outline:none;text-decoration:none;width:36px}.layoutWrapper .pageHeader .actionLinks svg{height:16px;width:16px}.layoutWrapper .pageHeader .actionLinks:hover{background:#2160aa;color:#2160aa}.layoutWrapper .pageHeader .actionLinks.red_icon{background:#fcecdf;color:#ec3f3f}.layoutWrapper .pageHeader .actionLinks.red_icon svg{height:16px;width:16px}.layoutWrapper .pageHeader .actionLinks.red_icon:hover{background:#ec3f3f;color:#fff}.layoutWrapper .pageHeader h6{font-family:Montserrat;font-size:1.125rem;font-weight:500;line-height:22px}.layoutWrapper .pageHeader .status_dropdown{align-items:center;border:1px dashed;border-radius:20px;display:flex;min-width:140px;padding:0 10px}.layoutWrapper .pageHeader .status_dropdown svg{height:16px;width:24px}.layoutWrapper .pageHeader .status_dropdown .inputFieldd{margin-bottom:0;position:relative;width:100%}.layoutWrapper .pageHeader .status_dropdown .inputFieldd .MuiOutlinedInput-input{font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:15px;padding:9px 20px 7px 1px}.layoutWrapper .pageHeader .status_dropdown .inputFieldd input,.layoutWrapper .pageHeader .status_dropdown .inputFieldd label{font-family:Montserrat;font-size:.75rem;font-weight:500;letter-spacing:0}.theme-dark .layoutWrapper .pageHeader .status_dropdown .inputFieldd input,.theme-dark .layoutWrapper .pageHeader .status_dropdown .inputFieldd label{color:#ddd}.layoutWrapper .pageHeader .status_dropdown .inputFieldd label{top:2px}.layoutWrapper .pageHeader .status_dropdown .inputFieldd input{height:23px}.layoutWrapper .pageHeader .status_dropdown .inputFieldd .MuiSelect-select{background:url(/static/media/down_arrow.7781fc9021b45eae0c5a.svg) no-repeat right 5px center/10px!important;text-align:left}.theme-dark .layoutWrapper .pageHeader .status_dropdown .inputFieldd .MuiSelect-select{background:url(/static/media/down_arrow.7781fc9021b45eae0c5a.svg) no-repeat right 6px center/10px!important;color:#30364d}.layoutWrapper .pageHeader .status_dropdown .inputFieldd .MuiInputLabel-shrink{color:#2160aa!important}.layoutWrapper .pageHeader .status_dropdown .inputFieldd svg{display:none}.layoutWrapper .pageHeader .status_dropdown .inputFieldd .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2160aa!important}.layoutWrapper .pageHeader .status_dropdown .inputFieldd fieldset{border:none!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px}.theme-dark .layoutWrapper .pageHeader .status_dropdown .inputFieldd fieldset{border-color:rgba(0,0,0,.502)}.layoutWrapper .pageHeader div#Pending div{background:#fcecdf;border-color:#ff9b44;color:#ff9b44}.layoutWrapper .pageHeader div#Active div,.layoutWrapper .pageHeader div#Approved div{background:#d3fce5;border-color:#219653;color:#219653}.layoutWrapper .pageHeader div#Expired div,.layoutWrapper .pageHeader div#Rejected div{background:#ffe3e3;border-color:#ec3f3f;color:#ec3f3f}.layoutWrapper .pageHeader div#Inprogress div,.layoutWrapper .pageHeader div#Sent_To_Insurer div{background:#deeeff;border-color:#4293e4;color:#4293e4}.layoutWrapper .pageHeader div#Documents_Pending div{background:#c4b9c3;border-color:#ac25ac;color:#ac25ac}.layoutWrapper .pageHeader div#Request_Raised div{background:#cee6e7;border-color:#05daf7;color:#05daf7}.layoutWrapper .request{background:#b2ccac;border-color:#5de442!important;color:#01663c!important}.layoutWrapper .leftSection{height:calc(100vh - 130px);max-width:260px;padding-left:20px;padding-top:26px}.layoutWrapper .leftSection .sectionLink{color:#000;cursor:pointer;display:block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:17px;margin-bottom:15px;padding-left:30px;position:relative;text-decoration:none}.theme-dark .layoutWrapper .leftSection .sectionLink{color:#fff}.layoutWrapper .leftSection .sectionLink:before{background:#c5d8ed;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:-1px;width:20px}.theme-dark .layoutWrapper .leftSection .sectionLink:before{background:#333}.layoutWrapper .leftSection .sectionLink:after{background:url(/static/media/white_tick_icon.20dabed45ed988fa8dc8.svg) no-repeat 0 0/100%;content:"";height:12px;left:4px;position:absolute;top:5px;width:12px}.layoutWrapper .leftSection .sectionLink.active{color:#2160aa!important}.layoutWrapper .leftSection .sectionLink.active:before{background-color:#2160aa!important;border-radius:50%}.layoutWrapper .leftSection .accordion_list{list-style-type:none;margin-top:-12px}.layoutWrapper .leftSection .accordion_list li{margin-left:31px}.layoutWrapper .leftSection .accordion_list li .inner_link{color:#0000004d;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:14px;padding:8px;position:relative;text-decoration:none}.layoutWrapper .leftSection .accordion_list li .inner_link:before{background:#c5d8ed;content:"";height:30px;left:0;position:absolute;top:0;width:1px}.layoutWrapper .leftSection .accordion_list li .inner_link.active{color:#000}.theme-dark .layoutWrapper .leftSection .accordion_list li .inner_link.active{color:#fff}.layoutWrapper .leftSection .accordion_list li .inner_link.active:before{background:#2160aa}.theme-dark .layoutWrapper .leftSection .accordion_list li .inner_link{color:rgba(0,0,0,.502)}.layoutWrapper .leftSection.h-100{min-height:calc(100vh - 82px)}.layoutWrapper .rightSection{height:calc(100vh - 145px);overflow-y:auto;padding-top:16px}.layoutWrapper .rightSection.h-100{min-height:calc(100vh - 82px)}.layoutWrapper .rightSection.scroll{height:calc(100vh - 155px)}.layoutWrapper .rightSection .lastupdate{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:17px;margin:0;opacity:.5}.theme-dark .layoutWrapper .rightSection .lastupdate{color:#ddd}@media(max-width:1250px){.layoutWrapper .rightSection .lastupdate{font-size:.625rem}}.layoutWrapper .rightSection .small-text{color:#0009;font-size:.625rem;line-height:12px;margin:10px 0}.layoutWrapper .rightSection .net_premium{color:#0009;font-family:Montserrat;font-size:10px;font-weight:400;line-height:12px;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .net_premium{color:#ddd}.layoutWrapper .rightSection .client_div{width:300px}.layoutWrapper .rightSection .clientsID{display:inline-block!important;font-family:Montserrat;font-size:.625rem;font-weight:500;line-height:12px;margin-right:20px}.layoutWrapper .rightSection .clientsID span{font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:15px;padding-left:5px}.theme-dark .layoutWrapper .rightSection .clientsID{color:#ddd}.layoutWrapper .rightSection .companyDetails{font-family:Montserrat;font-size:.625rem;font-weight:500;line-height:12px;margin-right:20px}.theme-dark .layoutWrapper .rightSection .companyDetails{color:#ddd}.layoutWrapper .rightSection .companyDetails span{display:block;font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:15px;padding-top:4px}.layoutWrapper .rightSection .employee_icons{background:#f2f3fe;border-radius:10px;height:55px;width:115px}.layoutWrapper .rightSection .client_info_section{display:flex}.layoutWrapper .rightSection .client_info_section .client_info_p{align-items:center;border:1px solid #c5d8ed;border-radius:8px;display:flex;font-family:Montserrat;font-size:.875rem;font-weight:400;line-height:18px;margin-right:20px;padding:15px 12px 15px 42px;position:relative;width:280px}.theme-dark .layoutWrapper .rightSection .client_info_section .client_info_p{border:1px solid #333}.layoutWrapper .rightSection .client_info_section .client_info_p.md_width{width:250px}@media(max-width:1000px){.layoutWrapper .rightSection .client_info_section .client_info_p.md_width{max-width:280px}}@media(max-width:1300px){.layoutWrapper .rightSection .client_info_section .client_info_p{width:100%}}.theme-dark .layoutWrapper .rightSection .client_info_section .client_info_p{color:#fff}.layoutWrapper .rightSection .client_info_section .client_info_p span{display:contents;font-weight:600}.layoutWrapper .rightSection .client_info_section .client_info_p.freshPolicy:before{background:url(/static/media/client_info_icons.b1c9318d1eb3b9cfe7d8.svg) no-repeat 0 0/100px;border:none;content:"";height:20px;left:10px;position:absolute;top:calc(50% - 10px);width:20px;z-index:2}.layoutWrapper .rightSection .client_info_section .client_info_p.empID:before{background:url(/static/media/client_info_icons.b1c9318d1eb3b9cfe7d8.svg) no-repeat -20px 0/100px;border:none;content:"";height:20px;left:10px;position:absolute;top:calc(50% - 10px);width:20px;z-index:2}.layoutWrapper .rightSection .client_info_section .client_info_p.dependents:before{background:url(/static/media/client_info_icons.b1c9318d1eb3b9cfe7d8.svg) no-repeat -40px 0/100px;border:none;content:"";height:20px;left:10px;position:absolute;top:calc(50% - 10px);width:20px;z-index:2}.layoutWrapper .rightSection .client_info_section .client_info_p.totalEmployees:before{background:url(/static/media/client_info_icons.b1c9318d1eb3b9cfe7d8.svg) no-repeat -60px 0/100px;border:none;content:"";height:20px;left:10px;position:absolute;top:calc(50% - 10px);width:20px;z-index:2}.layoutWrapper .rightSection .client_info_section .client_info_p.user:before{background:url(/static/media/client_info_icons.b1c9318d1eb3b9cfe7d8.svg) no-repeat -80px 0/100px;border:none;content:"";height:20px;left:10px;position:absolute;top:calc(50% - 10px);width:20px;z-index:2}.layoutWrapper .rightSection .upload-logo{display:flex;position:relative}.layoutWrapper .rightSection .upload-logo .add_logo{position:relative;z-index:1!important}.layoutWrapper .rightSection .upload-logo .error{bottom:0;color:#eb5757!important;font-size:11px;position:absolute;right:50%}.layoutWrapper .rightSection .upload-logo .upload_company_logo{border:1px dashed #cfd2d3;border-radius:8px;max-height:100px;min-height:70px!important;outline:none;overflow:hidden;padding:8px;position:relative}.layoutWrapper .rightSection .upload-logo .upload_img{cursor:pointer;margin-left:20px;text-decoration:none}.layoutWrapper .rightSection .upload-logo .upload_img img{left:0;position:relative!important;right:auto!important;top:0!important}.layoutWrapper .rightSection .upload-logo .upload_img span{color:#219653;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:12px;padding-left:4px}.layoutWrapper .rightSection .detailSection{border:1px solid #d9dcff;border-radius:12px;margin-bottom:20px;padding-bottom:12px}.layoutWrapper .rightSection .detailSection.lastsection{margin-bottom:80px}.theme-dark .layoutWrapper .rightSection .detailSection{background:#171b1e;border:1px solid #333}.layoutWrapper .rightSection .detailSection .policy_table{overflow-x:auto}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner{min-width:2200px;width:100%}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .heading{align-items:center;background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:4px 4px 0 0;display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .heading{background:#333!important;border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .heading li{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;line-height:24px;list-style-type:none;margin-bottom:0;min-width:310px;padding:10px 12px;width:310px}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .heading li:first-child{max-width:200px;min-width:200px}.theme-dark .layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .heading li{background:#333!important;color:rgba(0,0,0,.502)}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading:last-child{border-bottom:0}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading li{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;list-style-type:none;margin-bottom:0;min-height:50px;min-width:310px;padding:13px 12px;width:310px}.theme-dark .layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading li:first-child{max-width:200px;min-width:200px}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading li .date{color:#0009!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;max-width:200px}.theme-dark .layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading li .date{color:#ddd!important}.layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading li .time{color:#0009!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;max-width:200px}.theme-dark .layoutWrapper .rightSection .detailSection .policy_table .policy_table_inner .subheading li .time{color:#ddd!important}.layoutWrapper .rightSection .detailSection .sectionTitle,.layoutWrapper .rightSection .detailSection .sectionTitle.spoc_section_title{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;margin-bottom:15px;padding:12px}.theme-dark .layoutWrapper .rightSection .detailSection .sectionTitle{background:#000}.layoutWrapper .rightSection .detailSection .sectionTitle h4,.layoutWrapper .rightSection .detailSection .sectionTitle.spoc_section_title h4{color:#2160aa;font-size:.875rem;font-weight:500;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .sectionTitle h4{color:rgba(0,0,0,.502)}.layoutWrapper .rightSection .detailSection .sectionTitle.spoc_section_title{background:#0000;margin-bottom:0;padding:0}.layoutWrapper .rightSection .detailSection .sectionTitle .actionBtns .edit_btn{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;outline:none;text-decoration:none}.layoutWrapper .rightSection .detailSection .sectionTitle .actionBtns .edit_btn .edit_btn_icon{height:12px;margin-right:4px;position:relative;top:-2px}.layoutWrapper .rightSection .detailSection .sectionTitle .actionBtns .addPremium{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin-right:10px;outline:none;padding:2px 0 0 28px;position:relative;text-decoration:none}.layoutWrapper .rightSection .detailSection .sectionTitle .actionBtns .addPremium.addfile:before{left:1px;position:absolute;top:0}.layoutWrapper .rightSection .detailSection .sectionTitle .total_lives p{color:#2160aa;font-family:Montserrat;font-size:16px;font-weight:600;line-height:20px;margin-bottom:0}.layoutWrapper .rightSection .detailSection .sectionTitle .total_lives p span{color:#000;font-weight:500}.theme-dark .layoutWrapper .rightSection .detailSection .sectionTitle .total_lives p span{color:#ddd}.layoutWrapper .rightSection .detailSection .plan_type{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .plan_type{color:#ddd}.layoutWrapper .rightSection .detailSection .lives{color:#000;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px}.layoutWrapper .rightSection .detailSection .lives span{color:#ec3f3f}.layoutWrapper .rightSection .detailSection .subHeading{font-size:.875rem;font-weight:600;line-height:24px;margin:0 0 12px;position:relative}.layoutWrapper .rightSection .detailSection .subHeading.hidden{height:0;margin-bottom:-20px;opacity:0;top:-31px}.theme-dark .layoutWrapper .rightSection .detailSection .subHeading{color:rgba(0,0,0,.502)}.layoutWrapper .rightSection .detailSection .subHeading:before{background:#2160aa;content:"";height:1px;left:0;position:absolute;top:26px;width:200px}.layoutWrapper .rightSection .detailSection .client_organization,.layoutWrapper .rightSection .detailSection .coverageDetail,.layoutWrapper .rightSection .detailSection .employeeDetail{min-width:250px}.layoutWrapper .rightSection .detailSection .client_organization h6,.layoutWrapper .rightSection .detailSection .coverageDetail h6,.layoutWrapper .rightSection .detailSection .employeeDetail h6{color:#000;font-family:Montserrat;font-size:.625rem;font-weight:500;line-height:12px;margin-bottom:16px}.theme-dark .layoutWrapper .rightSection .detailSection .client_organization h6,.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail h6,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail h6{color:#ddd}.layoutWrapper .rightSection .detailSection .client_organization h6 span,.layoutWrapper .rightSection .detailSection .coverageDetail h6 span,.layoutWrapper .rightSection .detailSection .employeeDetail h6 span{color:#000;display:block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;margin-top:8px;word-break:break-all}.theme-dark .layoutWrapper .rightSection .detailSection .client_organization h6 span,.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail h6 span,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail h6 span{color:#ddd}.layoutWrapper .rightSection .detailSection .MuiGrid2-container{padding-bottom:4px;padding-top:4px}.layoutWrapper .rightSection .detailSection.switchFields span{font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:42.68px;margin-right:20px;padding-right:24px}.theme-dark .layoutWrapper .rightSection .detailSection.switchFields span{color:#ddd}.layoutWrapper .rightSection .detailSection.switchFields.switchheight{min-height:80px}.layoutWrapper .rightSection .detailSection .switchFields span{font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px}.theme-dark .layoutWrapper .rightSection .detailSection .switchFields span{color:#ddd}.layoutWrapper .rightSection .detailSection .org-info{display:flex}.layoutWrapper .rightSection .detailSection .org-info .logo-div{width:350px}.layoutWrapper .rightSection .detailSection .org-info .logo-div .existing_client_logo{background:#fff;border:1px dashed #cfd2d3;border-radius:8px;max-width:250px;overflow:hidden;padding:12px}.theme-dark .layoutWrapper .rightSection .detailSection .org-info .logo-div .existing_client_logo{background:#333}.layoutWrapper .rightSection .detailSection .org-info .logo-div .existing_client_logo .company_logo{border-radius:8px;display:block;margin:auto;max-width:100%}.layoutWrapper .rightSection .detailSection .org-info .info-details .inner-info-div{min-width:300px}.layoutWrapper .rightSection .detailSection .org-info .info-details .inner-info-div .company-name{color:#000;font-family:Montserrat;font-size:1rem;font-weight:500;line-height:20px;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .org-info .info-details .inner-info-div .company-name{color:#ddd}.layoutWrapper .rightSection .detailSection .org-info .info-details .inner-info-div .company-name span{color:rgba(0,0,0,.502);display:block;font-size:.6875rem;line-height:20px}.theme-dark .layoutWrapper .rightSection .detailSection .org-info .info-details .inner-info-div .company-name span{color:#ddd}.layoutWrapper .rightSection .detailSection .org-info .info-details .inner-info-div .info_p{font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:20px}.theme-dark .layoutWrapper .rightSection .detailSection .org-info .info-details .inner-info-div .info_p{color:#ddd}.layoutWrapper .rightSection .detailSection .org-info .info-details .inner-info-div .info_p span{color:#2160aa;display:block;font-family:Montserrat;font-size:1rem;font-weight:500;line-height:20px;padding-top:4px}.layoutWrapper .rightSection .detailSection .org-info .info-details .inner-info-div .info_p span .link{color:#2160aa;text-decoration:none}.layoutWrapper .rightSection .detailSection .brand_logo{display:flex;width:450px}.layoutWrapper .rightSection .detailSection .brand_logo .company_logo{cursor:pointer;margin-right:15px;width:200px}.layoutWrapper .rightSection .detailSection .ParentOrgSection{padding:12px}.layoutWrapper .rightSection .detailSection .ParentOrgSection .sm-font{color:#000;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;padding-bottom:10px}.layoutWrapper .rightSection .detailSection .ParentOrgSection .sm-font span{display:block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px}.layoutWrapper .rightSection .detailSection .ParentOrgSection .mobile{font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;padding-left:20px;position:relative}.layoutWrapper .rightSection .detailSection .ParentOrgSection .mobile:before{background:url(/static/media/phone_icon.73426ce550724d7d238c.svg) 0 0/15px;content:"";height:15px;left:0;position:absolute;top:0;width:15px}.layoutWrapper .rightSection .detailSection .ParentOrgSection .email{font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;padding-left:20px;position:relative}.layoutWrapper .rightSection .detailSection .ParentOrgSection .email:before{background:url(/static/media/email_icon.ddd93bb2879b0126ff7e.svg) 0 0/15px;content:"";height:15px;left:0;position:absolute;top:0;width:15px}.layoutWrapper .rightSection .detailSection .ParentOrgSection .address{font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;padding-left:20px;position:relative}.layoutWrapper .rightSection .detailSection .ParentOrgSection .address:before{background:url(/static/media/locations_icon.3c93f9857b540099c79c.svg) 0 0/15px;content:"";height:14px;left:0;position:absolute;top:0;width:14px}.layoutWrapper .rightSection .detailSection .insurer_logo{max-height:60px;max-width:140px}.layoutWrapper .rightSection .detailSection .insurers-table{overflow-x:auto}.layoutWrapper .rightSection .detailSection .insurers-table .heading{background:#eef6fe;border-bottom:1px solid #e4f1ff;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .insurers-table .heading{background:#333;border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .insurers-table .heading li{color:#000;display:flex;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;justify-content:space-between;line-height:20px;list-style-type:none;margin-bottom:0;padding:10px 12px;width:400px}.theme-dark .layoutWrapper .rightSection .detailSection .insurers-table .heading li{color:#ddd}.layoutWrapper .rightSection .detailSection .insurers-table .heading li:first-child,.layoutWrapper .rightSection .detailSection .insurers-table .heading li:last-child{max-width:100px}.layoutWrapper .rightSection .detailSection .insurers-table .heading li .sorting-btn{background:#0000;margin-left:auto;margin-right:15px;position:relative}.layoutWrapper .rightSection .detailSection .insurers-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:0;top:5px;width:7px}.theme-dark .layoutWrapper .rightSection .detailSection .insurers-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.layoutWrapper .rightSection .detailSection .insurers-table .heading .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .insurers-table .heading .subheading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .insurers-table .heading .subheading:last-child{border-bottom:none}.layoutWrapper .rightSection .detailSection .insurers-table .heading .subheading li{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;padding:13px 12px;width:400px}.theme-dark .layoutWrapper .rightSection .detailSection .insurers-table .heading .subheading li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .insurers-table .heading .subheading li:first-child{max-width:100px}.layoutWrapper .rightSection .detailSection .insurers-table .heading .subheading li:last-child{max-width:100px;text-align:right}.layoutWrapper .rightSection .detailSection .insurers-table .profile_section{background:#f9fbff;border-radius:16px;margin-bottom:24px;min-height:190px;padding:20px 17px;text-align:center}.theme-dark .layoutWrapper .rightSection .detailSection .insurers-table .profile_section{background:#333}.layoutWrapper .rightSection .detailSection .insurers-table .profile_section .profile_inner_section{border:1px dashed #00000047;border-radius:20px}.theme-dark .layoutWrapper .rightSection .detailSection .insurers-table .profile_section .profile_inner_section{border-color:#ddd}.layoutWrapper .rightSection .detailSection .insurers-table .profile_section h6{font-family:Montserrat;font-size:.625rem;font-weight:500;line-height:12px;margin-bottom:16px;text-align:center}.theme-dark .layoutWrapper .rightSection .detailSection .insurers-table .profile_section h6{color:#ddd}.layoutWrapper .rightSection .detailSection .insurers-table .profile_section .profile_logo{border:1px solid #0000;border-radius:100%;height:92px;left:19px;overflow:hidden;padding:5px;position:relative;width:92px}.layoutWrapper .rightSection .detailSection .insurers-table .profile_section .upload_img{cursor:pointer}.layoutWrapper .rightSection .detailSection .insurers-table .profile_section .upload_img:hover{background-color:#0000}.layoutWrapper .rightSection .detailSection .insurers-table .profile_section .upload_img img{position:relative;right:3px;top:18px}.theme-dark .layoutWrapper .rightSection .detailSection .notessection{background:#333}.layoutWrapper .rightSection .detailSection .notessection .username{font-family:Montserrat;font-size:.6875rem;font-weight:600;line-height:16px;margin-bottom:6px}.theme-dark .layoutWrapper .rightSection .detailSection .notessection .username{color:#ddd}.layoutWrapper .rightSection .detailSection .notessection .creation_date{color:#00000080;font-size:.625rem;line-height:16px;margin-bottom:6px}.theme-dark .layoutWrapper .rightSection .detailSection .notessection .creation_date{color:rgba(0,0,0,.502)}.layoutWrapper .rightSection .detailSection .notessection .usernotes{font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;text-align:justify}.theme-dark .layoutWrapper .rightSection .detailSection .notessection .usernotes{color:#ddd}.layoutWrapper .rightSection .detailSection .radio_group{border:1px solid #d9dcff;border-radius:12px;display:flex;max-width:400px}.layoutWrapper .rightSection .detailSection .radio_group.no-border{border:none!important;min-width:658px}.theme-dark .layoutWrapper .rightSection .detailSection .radio_group.no-border{border:none!important}.theme-dark .layoutWrapper .rightSection .detailSection .radio_group{border:1px solid #333}.layoutWrapper .rightSection .detailSection .radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root{color:#828282}.layoutWrapper .rightSection .detailSection .radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root:hover{background-color:#0000;border:none}.layoutWrapper .rightSection .detailSection .radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root.Mui-checked{color:#2160aa}.layoutWrapper .rightSection .detailSection .radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiFormControlLabel-label{font-family:Montserrat;font-size:.875rem;font-style:normal;font-weight:500;line-height:24px}.theme-dark .layoutWrapper .rightSection .detailSection .radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#ddd}.layoutWrapper .rightSection .detailSection .productTypeView{background:#d9dcff;border:1px solid #aea8eb;border-radius:12px;padding:8px 12px;position:relative}.theme-dark .layoutWrapper .rightSection .detailSection .productTypeView{border-color:#333}.layoutWrapper .rightSection .detailSection .productTypeView .my{display:flex;flex-direction:column;justify-content:center;min-height:54px;padding-left:70px;width:100%}.layoutWrapper .rightSection .detailSection .productTypeView .my h5{font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:17px;margin-bottom:8px}.theme-dark .layoutWrapper .rightSection .detailSection .productTypeView .my h5{color:#ddd}.layoutWrapper .rightSection .detailSection .productTypeView .my p{color:#000;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:13px;opacity:.5}.theme-dark .layoutWrapper .rightSection .detailSection .productTypeView .my p{color:#ddd}.layoutWrapper .rightSection .detailSection .productTypeView span{display:block;position:relative}.layoutWrapper .rightSection .detailSection .productTypeView span.grpTerm:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat 0 0/300px;content:"";height:60px;left:0;position:absolute;top:-4px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .productTypeView span.grpHealth:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat -60px 0/300px;content:"";height:60px;left:0;position:absolute;top:-4px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .productTypeView span.grpTravel:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat -120px 0/300px;content:"";height:60px;left:0;position:absolute;top:-4px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .productTypeView span.grpPA:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat -180px 0/300px;content:"";height:60px;left:0;position:absolute;top:-4px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .productTypeView span.grpCI:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat -240px 0/300px;content:"";height:60px;left:0;position:absolute;top:-4px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .plantTypeView{background:#fef8ed;border:1px solid #f5be4c;border-radius:12px;padding:8px 20px;position:relative}.layoutWrapper .rightSection .detailSection .plantTypeView:before{background:url(/static/media/plantype_tickicon.197b1fdc8c419a8b57b2.svg) no-repeat 0 0/100%;content:"";height:26px;position:absolute;top:50%;transform:translateY(-50%);width:26px}.layoutWrapper .rightSection .detailSection .plantTypeView .select_plan_inner{display:flex;flex-direction:column;justify-content:center;min-height:54px;padding-left:40px}.layoutWrapper .rightSection .detailSection .plantTypeView .select_plan_inner h5{font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:17px;margin-bottom:8px}.layoutWrapper .rightSection .detailSection .plantTypeView .select_plan_inner p{color:#000;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:13px;opacity:.5}.layoutWrapper .rightSection .detailSection .planType_section,.layoutWrapper .rightSection .detailSection .premium_payment_section{padding-left:14px}.layoutWrapper .rightSection .detailSection .planType_section h6,.layoutWrapper .rightSection .detailSection .premium_payment_section h6{font-family:Montserrat;font-size:.8125rem;font-style:normal;font-weight:500;line-height:24px;margin-bottom:0;opacity:.4}.theme-dark .layoutWrapper .rightSection .detailSection .planType_section h6,.theme-dark .layoutWrapper .rightSection .detailSection .premium_payment_section h6{color:#fff}.layoutWrapper .rightSection .detailSection .planType_section .payment_radio_group,.layoutWrapper .rightSection .detailSection .premium_payment_section .payment_radio_group{display:flex}.layoutWrapper .rightSection .detailSection .planType_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root,.layoutWrapper .rightSection .detailSection .premium_payment_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root{color:#828282}.layoutWrapper .rightSection .detailSection .planType_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root:hover,.layoutWrapper .rightSection .detailSection .premium_payment_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root:hover{background-color:#0000;border:none}.layoutWrapper .rightSection .detailSection .planType_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root.Mui-checked,.layoutWrapper .rightSection .detailSection .premium_payment_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root.Mui-checked{color:#2160aa}.layoutWrapper .rightSection .detailSection .planType_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiFormControlLabel-label,.layoutWrapper .rightSection .detailSection .premium_payment_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiFormControlLabel-label{font-family:Montserrat;font-size:.875rem;font-style:normal;font-weight:500;line-height:24px}.theme-dark .layoutWrapper .rightSection .detailSection .planType_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiFormControlLabel-label,.theme-dark .layoutWrapper .rightSection .detailSection .premium_payment_section .payment_radio_group .MuiFormGroup-row .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#ddd}.layoutWrapper .rightSection .detailSection .planType_section .payment_inner_section,.layoutWrapper .rightSection .detailSection .premium_payment_section .payment_inner_section{display:flex}.layoutWrapper .rightSection .detailSection .planType_section .payment_inner_section .inputField,.layoutWrapper .rightSection .detailSection .premium_payment_section .payment_inner_section .inputField{margin-right:15px;width:150px}.theme-dark .layoutWrapper .rightSection .detailSection .planType_section .payment_inner_section .inputField .MuiInputBase-root,.theme-dark .layoutWrapper .rightSection .detailSection .premium_payment_section .payment_inner_section .inputField .MuiInputBase-root{background:#333;border-radius:8px}.theme-dark .layoutWrapper .rightSection .detailSection .planType_section .payment_inner_section .inputField .MuiInputAdornment-root p,.theme-dark .layoutWrapper .rightSection .detailSection .premium_payment_section .payment_inner_section .inputField .MuiInputAdornment-root p{color:#fff}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section{display:flex;flex-wrap:wrap;margin:0}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li{list-style:none;margin-right:24px}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li:last-child,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li:last-child,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li:last-child{margin-right:0}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li .coverage_box,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li .coverage_box,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li .coverage_box{border:1px solid #2160aa;border-radius:12px;box-shadow:0 4px 12px #0000001a;color:#000;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;height:120px;line-height:17px;padding:12px;position:relative;text-align:center;width:160px}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li .coverage_box:after,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li .coverage_box:after,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li .coverage_box:after{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat 0 0/100%;border:none;border-radius:50%;content:"";height:22px;left:10px;position:absolute;width:22px}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li .coverage_box.employee:before,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li .coverage_box.employee:before,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li .coverage_box.employee:before{background:url(/static/media/coveragetype_icons1.c9b426563961007de0ef.svg) no-repeat 0 0/400px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li .coverage_box.spouse:before,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li .coverage_box.spouse:before,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li .coverage_box.spouse:before{background:url(/static/media/coveragetype_icons1.c9b426563961007de0ef.svg) no-repeat -80px 0/400px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li .coverage_box.kids:before,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li .coverage_box.kids:before,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li .coverage_box.kids:before{background:url(/static/media/coveragetype_icons1.c9b426563961007de0ef.svg) no-repeat -160px 0/400px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li .coverage_box.parents:before,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li .coverage_box.parents:before,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li .coverage_box.parents:before{background:url(/static/media/coveragetype_icons1.c9b426563961007de0ef.svg) no-repeat -240px 0/400px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li .coverage_box.parentsinlaw:before,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li .coverage_box.parentsinlaw:before,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li .coverage_box.parentsinlaw:before{background:url(/static/media/coveragetype_icons1.c9b426563961007de0ef.svg) no-repeat -320px 0/400px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li p,.layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li p,.layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li p{bottom:12px;font-size:.875rem;font-weight:500;left:0;line-height:17px;position:absolute;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .coverage_type_section li p,.theme-dark .layoutWrapper .rightSection .detailSection .coverageTypeView .coverage_type_section li p,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .coverage_type_section li p{color:#ddd}.layoutWrapper .rightSection .detailSection .employeeView .livesCount{background:#e4f1ff;border-radius:40px;display:inline-block}.theme-dark .layoutWrapper .rightSection .detailSection .employeeView .livesCount{background:#333;border-radius:40px}.layoutWrapper .rightSection .detailSection .employeeView .livesCount p{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:20px;padding:12px 20px}.theme-dark .layoutWrapper .rightSection .detailSection .employeeView .livesCount p{color:#ddd}.layoutWrapper .rightSection .detailSection .employeeView .livesCount p span{color:#ec3f3f}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection{border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:8px}.theme-dark .layoutWrapper .rightSection .detailSection .employeeView .GradedSection{border:1px solid #333}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection h5{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px;margin-bottom:0}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection p{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px}.theme-dark .layoutWrapper .rightSection .detailSection .employeeView .GradedSection p{color:#ddd}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection p span{background:#2160aa;border:1px solid #2160aa;border-radius:6px;color:#fff;margin-left:12px;padding:8px 16px 8px 30px;position:relative}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection p span:before{background:url(/static/media/rupee_white_icon.3bf7c0d5e85028392c40.svg) 0 0/8px;content:"";height:11px;left:16px;position:absolute;top:12px;width:8px}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection .feature_list{background:#ecffee;border-radius:8px;padding:16px}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection .feature_list ul{display:flex;margin:0}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection .feature_list ul li{color:#029d11;color:#000;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:17px;list-style:none;margin-right:20px;padding-left:28px;position:relative}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection .feature_list ul li:before{background:url(/static/media/feature_list_tickicon.5a9d0a5ad5daf1e6c7c7.svg) no-repeat;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:2px;width:20px}.layoutWrapper .rightSection .detailSection .employeeView .GradedSection .feature_list ul li span{color:#828282;display:block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;margin-top:4px}.layoutWrapper .rightSection .detailSection .PolicyTypeSection,.layoutWrapper .rightSection .detailSection .productTypeSection{display:flex;flex-wrap:wrap;padding-bottom:0}.layoutWrapper .rightSection .detailSection .PolicyTypeSection .radioBox,.layoutWrapper .rightSection .detailSection .productTypeSection .radioBox{margin-bottom:12px;margin-right:12px;width:140px}.layoutWrapper .rightSection .detailSection .super_topup{align-items:center;display:flex}.layoutWrapper .rightSection .detailSection .super_topup h6{color:#000;font-family:Montserrat;font-size:.8125rem;font-weight:500;line-height:14px;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .super_topup h6{color:#ddd}.layoutWrapper .rightSection .detailSection .PolicyTypeSection .radioBox{width:200px}.layoutWrapper .rightSection .detailSection .radioBox{display:inline-block;position:relative}.layoutWrapper .rightSection .detailSection .radioBox label{border:1px solid #0000001a;border-radius:12px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:14px;padding:12px;position:relative;text-align:center;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .radioBox label{background:#333;border:1px solid #333;color:#fff}.layoutWrapper .rightSection .detailSection .radioBox label p{font-size:.6875rem;font-weight:500;line-height:13px;opacity:.5;padding-top:12px}.layoutWrapper .rightSection .detailSection .radioBox label.policytype{height:200px;padding-top:120px;position:relative;width:200px}.layoutWrapper .rightSection .detailSection .radioBox label.policytype:after{background:url(/static/media/producttype_white_tick.7e0d79559158e345ceb4.svg) no-repeat 0 0/100%;content:"";height:18px;position:absolute;right:6px;top:6px;width:18px}.layoutWrapper .rightSection .detailSection .radioBox label.policytype.fresh:before{background:url(/static/media/policy-type.b7eab11cafb83105006e.svg) no-repeat 0 0/190px;border:none;content:"";height:102px;left:calc(50% - 48px);position:absolute;top:10px;width:95px;z-index:2}.layoutWrapper .rightSection .detailSection .radioBox label.policytype.renew:before{background:url(/static/media/policy-type.b7eab11cafb83105006e.svg) no-repeat -95px 0/190px;border:none;content:"";height:102px;left:calc(50% - 48px);position:absolute;top:10px;width:95px;z-index:2}.layoutWrapper .rightSection .detailSection .radioBox label.policytype input:checked~label{background-color:#2160aa;box-shadow:0 4px 12px #0000001a;color:#fff}.layoutWrapper .rightSection .detailSection .radioBox label.policytype input:checked~label:after{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat;border:none;border-radius:50%;content:"";height:29px;left:10px;position:absolute;top:6px;width:29px}.layoutWrapper .rightSection .detailSection .radioBox label.policytype hr{border:none;border-top:1px solid #0000001a;margin-bottom:12px}.layoutWrapper .rightSection .detailSection .radioBox label.producttype{padding-top:76px;position:relative}.layoutWrapper .rightSection .detailSection .radioBox label.producttype:after{background:url(/static/media/producttype_white_tick.7e0d79559158e345ceb4.svg) no-repeat 0 0/100%;content:"";height:18px;position:absolute;right:6px;top:6px;width:18px}.layoutWrapper .rightSection .detailSection .radioBox label.producttype.grpTerm:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat 0 0/360px;border:none;content:"";height:60px;left:calc(50% - 30px);position:absolute;top:10px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .radioBox label.producttype.grpHealth:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat -60px 0/360px;border:none;content:"";height:60px;left:calc(50% - 30px);position:absolute;top:10px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .radioBox label.producttype.grpTravel:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat -120px 0/360px;border:none;content:"";height:60px;left:calc(50% - 30px);position:absolute;top:10px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .radioBox label.producttype.grpPA:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat -180px 0/360px;border:none;content:"";height:60px;left:calc(50% - 30px);position:absolute;top:10px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .radioBox label.producttype.grpCI:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat -240px 0/360px;border:none;content:"";height:60px;left:calc(50% - 30px);position:absolute;top:10px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .radioBox label.producttype.grptopup:before{background:url(/static/media/producttype_icons.9807fac693da516100df.svg) no-repeat -300px 0/360px;border:none;content:"";height:60px;left:calc(50% - 30px);position:absolute;top:10px;width:60px;z-index:2}.layoutWrapper .rightSection .detailSection .radioBox label.producttype input:checked~label{background-color:#2160aa;box-shadow:0 4px 12px #0000001a;color:#fff}.layoutWrapper .rightSection .detailSection .radioBox label.producttype input:checked~label:after{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat;border:none;border-radius:50%;content:"";height:29px;left:10px;position:absolute;top:6px;width:29px}.layoutWrapper .rightSection .detailSection .radioBox label.producttype hr{border:none;border-top:1px solid #0000001a;margin-bottom:12px}.layoutWrapper .rightSection .detailSection .radioBox input:checked~label{background-color:#2160aa;box-shadow:0 4px 12px #0000001a;color:#fff}.layoutWrapper .rightSection .detailSection .radioBox input:checked~label p{opacity:.5}.layoutWrapper .rightSection .detailSection .radioBox input{height:100%;opacity:0;position:absolute;width:100%;z-index:990}.layoutWrapper .rightSection .detailSection .radioBox input:hover{cursor:pointer}.layoutWrapper .rightSection .detailSection .radioBox.plantype{width:100%}.layoutWrapper .rightSection .detailSection .radioBox.plantype label{font-size:.875rem;font-weight:500;line-height:20px;padding-bottom:12px;padding-left:60px;padding-top:12px;position:relative;text-align:left!important}.layoutWrapper .rightSection .detailSection .radioBox.plantype label span{display:block;font-family:Montserrat;font-size:.6875rem;font-weight:400;line-height:14px;padding-top:4px}.layoutWrapper .rightSection .detailSection .radioBox.plantype label:before{background:#ddd;border-radius:50%;content:"";height:26px;left:20px;position:absolute;top:50%;transform:translateY(-50%);width:26px}.layoutWrapper .rightSection .detailSection .radioBox.plantype input:checked~label{background-color:#fef8ed;border:1px solid #f5be4c;border-radius:12px;box-shadow:none;color:#000}.layoutWrapper .rightSection .detailSection .radioBox.plantype input:checked~label p{opacity:.5}.layoutWrapper .rightSection .detailSection .radioBox.plantype input:checked~label:before{background:url(/static/media/plantype_tickicon.197b1fdc8c419a8b57b2.svg) no-repeat 50%/26px;border:none}.layoutWrapper .rightSection .detailSection .coverageDetail .empsecHeading,.layoutWrapper .rightSection .detailSection .employeeDetail .empsecHeading{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .empsecHeading,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .empsecHeading{color:#ddd}.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt{display:flex;flex-wrap:wrap;margin:0}.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li{list-style:none;margin-right:12px}.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li:last-child,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li:last-child{margin-right:0}@media(max-width:1100px){.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li{margin-bottom:16px;margin-right:16px}}@media(max-width:1310px){.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li{margin-bottom:16px}}.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li .radioBox label,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li .radioBox label{border:1px solid #2160aa;border-radius:6px;font-size:.75rem;font-weight:500;line-height:17px;padding:8px 10px 8px 26px;position:relative}@media(max-width:1100px){.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li .radioBox label,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li .radioBox label{padding:10px 10px 10px 28px}}.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li .radioBox label:before,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li .radioBox label:before{background:url(/static/media/rupee_black_icon.cd631d90d0bd25d236af.svg) no-repeat 0 0/8px;border:none;content:"";height:12px;left:13px;outline:none;position:absolute;top:11px;width:12px}@media(max-width:1100px){.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li .radioBox label:before,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li .radioBox label:before{top:12px}}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li .radioBox label:before,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li .radioBox label:before{background:url(/static/media/rupee_white_icon.3bf7c0d5e85028392c40.svg) no-repeat}.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li .radioBox input:checked~label,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li .radioBox input:checked~label{position:relative}.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li .radioBox input:checked~label:before,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li .radioBox input:checked~label:before{background:url(/static/media/rupee_white_icon.3bf7c0d5e85028392c40.svg) no-repeat 0 0/7.5px;border:none;content:"";height:12px;left:13px;outline:none;position:absolute;top:11px;width:12px}@media(max-width:1100px){.layoutWrapper .rightSection .detailSection .coverageDetail .coverageAmt li .radioBox input:checked~label:before,.layoutWrapper .rightSection .detailSection .employeeDetail .coverageAmt li .radioBox input:checked~label:before{top:12px}}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox{display:inline-block;position:relative}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox label,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox label{border:1px solid #d9dcff;border-radius:12px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;height:120px;line-height:17px;padding:10px 12px;position:relative;text-align:center;width:160px}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox label,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox label{background:#333;border-color:#333}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox label:after,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox label:after{border:1px solid #2160aa;border-radius:50%;content:"";height:20px;left:10px;position:absolute;width:20px}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox label p,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox label p{bottom:12px;font-size:.75rem;font-weight:500;left:0;line-height:17px;position:absolute;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox label p,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox label p{color:#ddd}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox label.employee:before,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox label.employee:before{background:url(/static/media/coveragetype_icons.7b7dc3abf4e96aaf89e6.svg) no-repeat 0 0/320px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;top:10px;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox label.spouse:before,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox label.spouse:before{background:url(/static/media/coveragetype_icons.7b7dc3abf4e96aaf89e6.svg) no-repeat -80px 0/320px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;top:10px;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox label.kids:before,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox label.kids:before{background:url(/static/media/coveragetype_icons.7b7dc3abf4e96aaf89e6.svg) no-repeat -160px 0/320px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;top:10px;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox label.parents:before,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox label.parents:before{background:url(/static/media/coveragetype_icons.7b7dc3abf4e96aaf89e6.svg) no-repeat -240px 0/320px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;top:10px;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox input:checked~label,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox input:checked~label{border:1px solid #2160aa;box-shadow:0 -4px 12px #0000001a;color:#000}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox input:checked~label:after,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox input:checked~label:after{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat 50%/100%;border:none;border-radius:50%;content:"";height:22px;left:10px;position:absolute;width:22px}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox input,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox input:hover,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox input:hover{cursor:pointer}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two{display:inline-block;position:relative}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two.checked label,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two.checked label{border:1px solid #2160aa;box-shadow:0 -4px 12px #0000001a;color:#000}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two.checked label:after,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two.checked label:after{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat 50%/100%;border:none;border-radius:50%;content:"";height:22px;left:10px;position:absolute;width:22px}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two label,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two label{border:1px solid #d9dcff;border-radius:12px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;height:120px;line-height:17px;padding:10px 12px;position:relative;text-align:center;width:160px}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two label,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two label{background:#333;border-color:#333}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two label:after,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two label:after{border:1px solid #2160aa;border-radius:50%;content:"";height:20px;left:10px;position:absolute;width:20px}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two label p,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two label p{bottom:12px;font-size:.75rem;font-weight:500;left:0;line-height:17px;position:absolute;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two label p,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two label p{color:#ddd}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two label.employee:before,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two label.employee:before{background:url(/static/media/coveragetype_icons.7b7dc3abf4e96aaf89e6.svg) no-repeat 0 0/320px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;top:10px;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two label.spouse:before,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two label.spouse:before{background:url(/static/media/coveragetype_icons.7b7dc3abf4e96aaf89e6.svg) no-repeat -80px 0/320px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;top:10px;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two label.kids:before,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two label.kids:before{background:url(/static/media/coveragetype_icons.7b7dc3abf4e96aaf89e6.svg) no-repeat -160px 0/320px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;top:10px;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two label.parents:before,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two label.parents:before{background:url(/static/media/coveragetype_icons.7b7dc3abf4e96aaf89e6.svg) no-repeat -240px 0/320px;border:none;content:"";height:80px;left:calc(50% - 40px);position:absolute;top:10px;width:80px;z-index:2}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two input,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two input:hover,.layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two input:hover{cursor:pointer}.layoutWrapper .rightSection .detailSection .employeeDetail.w-100{width:100%}.layoutWrapper .rightSection .detailSection .employeeDetail .featureBtn{border:1px solid #2160aa;border-radius:8px;color:#2160aa;cursor:pointer;display:inline-block;font-size:.875rem;padding:10px 16px;-webkit-text-decoration:None;text-decoration:None}.layoutWrapper .rightSection .detailSection .employeeDetail .featureBtn:hover{box-shadow:0 4px 16px #0000001a}.layoutWrapper .rightSection .detailSection .employeeDetail .Accordion_section{animation:fadeIn 1s both;background:#fff;border-radius:12px!important;box-shadow:0 4px 16px #0000001a;margin-bottom:10px}.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .Accordion_section{background-color:#171b1e;border:1px solid #333}.layoutWrapper .rightSection .detailSection .employeeDetail .Accordion_section:before{background:#0000}.layoutWrapper .rightSection .detailSection .employeeDetail .Accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content,.layoutWrapper .rightSection .detailSection .employeeDetail .Accordion_section.Mui-expanded{margin:0}.layoutWrapper .rightSection .detailSection .employeeDetail .Accordion_section .MuiAccordionSummary-root.Mui-expanded{max-height:48px;min-height:48px}.layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection{border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:12px}.layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection.gradepadding{margin:0 16px 20px;padding:0!important}.layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection h5{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:23px;margin-bottom:0;padding-top:14px}.layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection h4{color:#000;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:47px;margin-bottom:0}.layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection p{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection p{color:#ddd}.layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection .featureBtn{border:1px solid #2160aa;border-radius:12px;box-shadow:0 4px 16px #0000001a;color:#2160aa;cursor:pointer;display:inline-block;padding:10px 16px;-webkit-text-decoration:None;text-decoration:None}.layoutWrapper .rightSection .detailSection .band_lives{margin:16px}.layoutWrapper .rightSection .detailSection .band_lives h5{color:#000;font-family:Montserrat;font-size:14px;font-weight:600;line-height:17px;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .band_lives h5{color:#ddd}.theme-dark .layoutWrapper .rightSection .detailSection .band_lives span{color:rgba(0,0,0,.502)}.layoutWrapper .rightSection .detailSection .band_lives .bandlives_inner{align-items:baseline;display:flex}.layoutWrapper .rightSection .detailSection .band_lives .bandlives_inner .disabled_inp .inputField div.Mui-disabled{-webkit-text-fill-color:#000}.layoutWrapper .rightSection .detailSection .band_lives .bandlives_inner .disabled_inp .inputField div.Mui-disabled input.Mui-disabled{border:2px solid #2160aa}.layoutWrapper .rightSection .detailSection .band_lives .bandlives_inner .inputField{margin-right:15px;min-width:150px}.layoutWrapper .rightSection .detailSection .sectionsHeading{align-items:center;display:flex;justify-content:space-between;padding:6px}.theme-dark .layoutWrapper .rightSection .detailSection .sectionsHeading{background:#000;border-radius:8px}.layoutWrapper .rightSection .detailSection .sectionsHeading h6{color:#000;font-size:.875rem;font-weight:500;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .sectionsHeading h6{color:rgba(0,0,0,.502)}.layoutWrapper .rightSection .detailSection .sectionsHeading .actionBtns .edit_btn{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;outline:none;text-decoration:none}.layoutWrapper .rightSection .detailSection .sectionsHeading .actionBtns .edit_btn .edit_btn_icon{height:12px;margin-right:4px;position:relative;top:-2px}.layoutWrapper .rightSection .detailSection .sectionsHeading .actionBtns .addPremium{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin-right:10px;outline:none;padding:2px 0 0 28px;position:relative;text-decoration:none}.layoutWrapper .rightSection .detailSection .sectionsHeading .actionBtns .addPremium.addfile:before{left:1px;position:absolute;top:0}.layoutWrapper .rightSection .detailSection .sectionsHeading .actionBtns .addnew_btn{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;outline:none;text-decoration:none}.layoutWrapper .rightSection .detailSection .sectionsHeading .actionBtns .addnew_btn .edit_btn_icon{height:12px;margin-right:4px;position:relative;top:-2px}.layoutWrapper .rightSection .detailSection .exclusionDetail{background:#fff0f0;border-radius:8px 8px;margin:0 15px;padding:16px;width:100%}.layoutWrapper .rightSection .detailSection .exclusionDetail .header{background:#e4f1ff;border-radius:12px 12px 0 0;padding:16px}.theme-dark .layoutWrapper .rightSection .detailSection .exclusionDetail .header{background:#171b1e}.layoutWrapper .rightSection .detailSection .exclusionDetail .header h3{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin:0}.layoutWrapper .rightSection .detailSection .exclusionDetail .header .addPremium{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin-right:10px;outline:none;padding:2px 0 0 28px;position:relative;text-decoration:none}.layoutWrapper .rightSection .detailSection .exclusionDetail .header .addPremium.addfile:before{left:1px;position:absolute;top:0}.layoutWrapper .rightSection .detailSection .exclusionDetail .edit_btn{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;outline:none;text-decoration:none}.layoutWrapper .rightSection .detailSection .exclusionDetail .edit_btn .edit_btn_icon{height:12px;margin-right:4px;position:relative;top:-2px}.layoutWrapper .rightSection .detailSection .exclusionDetail .features_list ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0}.layoutWrapper .rightSection .detailSection .exclusionDetail .features_list ul li{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;list-style:none;margin-bottom:0;padding-left:28px;padding-right:15px;position:relative;width:50%}.layoutWrapper .rightSection .detailSection .exclusionDetail .features_list ul li:before{background:url(/static/media/featurelist_red_tick_icon.5bcb8ba1140b7bf6329c.svg) no-repeat 0 0/100%;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:calc(50% - 17px);width:16px}.layoutWrapper .rightSection .detailSection .exclusionDetail .features_list ul li span{color:#000;display:block;font-family:Montserrat;font-size:.6875rem;font-weight:400;line-height:20px;margin-top:4px;opacity:.5}.layoutWrapper .rightSection .detailSection .voluntaryplans{background:#fef8ed;border-radius:8px 8px;margin:0 15px;padding:16px;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .voluntaryplans{background:#000;border-color:#000}.layoutWrapper .rightSection .detailSection .voluntaryplans .header{background:#e4f1ff;border-radius:12px 12px 0 0;padding:16px}.theme-dark .layoutWrapper .rightSection .detailSection .voluntaryplans .header{background:#171b1e}.layoutWrapper .rightSection .detailSection .voluntaryplans .header h3{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin:0}.layoutWrapper .rightSection .detailSection .voluntaryplans .header .addPremium{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin-right:10px;outline:none;padding:2px 0 0 28px;position:relative;text-decoration:none}.layoutWrapper .rightSection .detailSection .voluntaryplans .header .addPremium.addfile:before{left:1px;position:absolute;top:0}.layoutWrapper .rightSection .detailSection .voluntaryplans .edit_btn{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;outline:none;text-decoration:none}.layoutWrapper .rightSection .detailSection .voluntaryplans .edit_btn .edit_btn_icon{height:12px;margin-right:4px;position:relative;top:-2px}.layoutWrapper .rightSection .detailSection .voluntaryplans .features_list ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0}.layoutWrapper .rightSection .detailSection .voluntaryplans .features_list ul li{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;list-style:none;margin-bottom:0;padding-left:28px;padding-right:15px;position:relative;width:50%}.layoutWrapper .rightSection .detailSection .voluntaryplans .features_list ul li:before{background:url(/static/media/featurelist_yellow_tick_icon.fc8325444dc0aafa5ab0.svg) no-repeat 0 0/100%;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:calc(50% - 17px);width:16px}.layoutWrapper .rightSection .detailSection .voluntaryplans .features_list ul li span{color:#000;display:block;font-family:Montserrat;font-size:.6875rem;font-weight:400;line-height:20px;margin-top:4px;opacity:.5}.layoutWrapper .rightSection .detailSection .featuresDetail{background:#ecffee;border-radius:8px 8px;margin:0 15px;padding:16px;width:100%}.layoutWrapper .rightSection .detailSection .featuresDetail .header{background:#e4f1ff;border-radius:12px 12px 0 0;padding:16px}.theme-dark .layoutWrapper .rightSection .detailSection .featuresDetail .header{background:#171b1e}.layoutWrapper .rightSection .detailSection .featuresDetail .header h3{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin:0}.layoutWrapper .rightSection .detailSection .featuresDetail .header .addPremium{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin-right:10px;outline:none;padding:2px 0 0 28px;position:relative;text-decoration:none}.layoutWrapper .rightSection .detailSection .featuresDetail .header .addPremium.addfile:before{left:1px;position:absolute;top:0}.layoutWrapper .rightSection .detailSection .featuresDetail .edit_btn{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;outline:none;text-decoration:none}.layoutWrapper .rightSection .detailSection .featuresDetail .edit_btn .edit_btn_icon{height:12px;margin-right:4px;position:relative;top:-2px}.layoutWrapper .rightSection .detailSection .featuresDetail .features_list ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0}.layoutWrapper .rightSection .detailSection .featuresDetail .features_list ul li{color:#000;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;list-style:none;margin-bottom:12px;padding-left:28px;padding-right:15px;position:relative;width:50%}.layoutWrapper .rightSection .detailSection .featuresDetail .features_list ul li:before{background:url(/static/media/featurelist_green_tick_icon.5a9d0a5ad5daf1e6c7c7.svg) no-repeat 0 0/100%;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:calc(50% - 17px);width:16px}.layoutWrapper .rightSection .detailSection .featuresDetail .features_list ul li span{color:#000;display:block;font-family:Montserrat;font-size:.6875rem;font-weight:400;line-height:20px;margin-top:4px;opacity:.5}.layoutWrapper .rightSection .detailSection .add_logo{background:#efefef;border-radius:6px;height:50px;margin-left:0!important;width:150px}.theme-dark .layoutWrapper .rightSection .detailSection .add_logo{background:#333}.layoutWrapper .rightSection .detailSection .add_logo.greenBtn.addfile:after,.layoutWrapper .rightSection .detailSection .add_logo.greenBtn.addfile:before{left:30px;position:absolute;top:12px}.layoutWrapper .rightSection .detailSection .add_logo span{font-family:Montserrat;font-size:.75rem;left:20px;line-height:12px;position:relative;text-transform:capitalize}.layoutWrapper .rightSection .detailSection .emp_switchFields span{font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;padding-right:24px}.theme-dark .layoutWrapper .rightSection .detailSection .emp_switchFields span{color:#ddd}.layoutWrapper .rightSection .detailSection .planname{background:#2160aa;border-radius:8px;color:#fff;height:46px;padding:14px 12px;width:100%}.layoutWrapper .rightSection .detailSection .planname p{font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:17px;padding-left:40px;position:relative}.layoutWrapper .rightSection .detailSection .planname p .group_term:before{background-position:0 0}.layoutWrapper .rightSection .detailSection .planname p .group_health:before,.layoutWrapper .rightSection .detailSection .planname p .group_term:before{background-image:url(/static/media/policy_icons.27fc283db379b860e152.svg);background-size:150px;content:"";height:30px;left:0;position:absolute;top:-4px;width:30px}.layoutWrapper .rightSection .detailSection .planname p .group_health:before{background-position:-30px 0}.layoutWrapper .rightSection .detailSection .planname p .group_travel:before{background-position:-60px 0}.layoutWrapper .rightSection .detailSection .planname p .group_accident:before,.layoutWrapper .rightSection .detailSection .planname p .group_travel:before{background-image:url(/static/media/policy_icons.27fc283db379b860e152.svg);background-size:150px;content:"";height:30px;left:0;position:absolute;top:-4px;width:30px}.layoutWrapper .rightSection .detailSection .planname p .group_accident:before{background-position:-90px 0}.layoutWrapper .rightSection .detailSection .planname p .group_critical:before{background-image:url(/static/media/policy_icons.27fc283db379b860e152.svg);background-position:-120px 0;background-size:150px;content:"";height:30px;left:0;position:absolute;top:-4px;width:30px}.layoutWrapper .rightSection .detailSection .company_details,.layoutWrapper .rightSection .detailSection .contactNumber{color:#000;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .company_details,.theme-dark .layoutWrapper .rightSection .detailSection .contactNumber{color:#ddd}.layoutWrapper .rightSection .detailSection .company_details span,.layoutWrapper .rightSection .detailSection .contactNumber span{color:rgba(0,0,0,.502);display:block;font-size:.6875rem;line-height:20px}.theme-dark .layoutWrapper .rightSection .detailSection .company_details span,.theme-dark .layoutWrapper .rightSection .detailSection .contactNumber span{color:#ddd}.layoutWrapper .rightSection .detailSection .email_list{color:#2160aa;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:20px;text-decoration:none}.theme-dark .layoutWrapper .rightSection .detailSection .email_list{color:#2160aa}.layoutWrapper .rightSection .detailSection .email_list svg{height:16px;margin-right:7px;position:relative;top:4px;width:16px}.layoutWrapper .rightSection .detailSection .contactNumber{font-size:.75rem}.layoutWrapper .rightSection .detailSection .contactNumber svg{color:#2160aa;height:16px;margin-right:7px;position:relative;top:3px;width:17px}.layoutWrapper .rightSection .detailSection .settingtableview{overflow-x:auto;overflow-y:hidden;padding:12px}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner{border:1px solid #d9dcff;border-radius:16px 16px 0 0;min-width:100%;min-width:1600px;padding:0;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner{border:1px solid #333}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableHeader{background:#e4f1ff;border-radius:16px 16px 0 0;display:flex;margin-bottom:0;padding:6px 12px}.theme-dark .layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableHeader{background:#000}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableHeader li{align-items:center;color:#000;display:flex;font-family:Montserrat;font-size:.6875rem;font-weight:500;height:39px;line-height:14px;list-style-type:none;margin-bottom:0;min-width:300px;padding:12px}.theme-dark .layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableHeader li{background:#171b1e!important;color:#ddd!important}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableHeader li:nth-child(2){width:400px}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableHeader li:last-child{justify-content:end;min-width:200px}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableHeader li .sorting-btn{background:#0000;margin-left:auto}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableHeader li .sorting-btn img{height:10px}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableData{border-bottom:1px solid #e4f1ff;display:flex;margin-bottom:0;padding:6px 12px}.theme-dark .layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableData{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableData:last-child{border-bottom:0}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableData li{color:#00000080;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;list-style-type:none;margin-bottom:0;min-height:50px;padding:13px 12px;width:300px}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableData li:nth-child(2){width:400px}.layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableData li:last-child{justify-content:end;min-width:100px}.theme-dark .layoutWrapper .rightSection .detailSection .settingtableview .Settingstableinner .SettingstableData li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .upload_img{cursor:pointer;position:relative}.layoutWrapper .rightSection .detailSection .upload_img .add_logo{position:relative;z-index:1!important}.layoutWrapper .rightSection .detailSection .upload_img .upload_company_logo{border:1px solid;border-radius:8px;height:80px;left:0;overflow:hidden;position:relative;top:0;width:150px;z-index:10}.layoutWrapper .rightSection .detailSection .upload_img:hover{background-color:#0000}.layoutWrapper .rightSection .detailSection .upload_img img{position:absolute;right:-10px;top:24px;z-index:3!important}.layoutWrapper .rightSection .detailSection .edit_profile_logo{height:70px;padding:12px}.layoutWrapper .rightSection .detailSection .editlogo{color:#2160aa;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px;margin-left:20px;padding-left:20px;position:relative;text-decoration:none}.layoutWrapper .rightSection .detailSection .editlogo:before{background:url(/static/media/edit_icon.1d7fa91b9f7387639962.svg) 0 0/16px;content:"";height:16px;left:0;position:absolute;top:0;width:16px}.layoutWrapper .rightSection .detailSection .GradedLives{display:flex;justify-content:space-between}.layoutWrapper .rightSection .detailSection .GradedLives p{color:#000;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px;margin-bottom:0}.layoutWrapper .rightSection .detailSection .GradedLives p span{color:#ec3f3f}.layoutWrapper .rightSection .detailSection .table .voluntary-table{border-radius:12px;min-width:1500px;overflow-y:hidden;width:100%}.layoutWrapper .rightSection .detailSection .table .voluntary-table.addnewplan{border:none;border-radius:0}.layoutWrapper .rightSection .detailSection .table .voluntary-table .heading{background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:12px 12px 0 0;display:flex;flex-wrap:wrap;margin-bottom:8px}.theme-dark .layoutWrapper .rightSection .detailSection .table .voluntary-table .heading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .table .voluntary-table .heading.newplan{background:#0000}.layoutWrapper .rightSection .detailSection .table .voluntary-table .heading li{color:#000;display:flex;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;justify-content:space-between;line-height:20px;list-style-type:none;margin-bottom:0;padding:10px 12px}.layoutWrapper .rightSection .detailSection .table .voluntary-table .heading li:first-child{max-width:300px}.layoutWrapper .rightSection .detailSection .table .voluntary-table .heading li:last-child{max-width:100px}.layoutWrapper .rightSection .detailSection .table .voluntary-table .heading li .sorting-btn{background:#0000;margin-left:auto;margin-right:15px;position:relative}.layoutWrapper .rightSection .detailSection .table .voluntary-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:7px;top:5px;width:7px}.theme-dark .layoutWrapper .rightSection .detailSection .table .voluntary-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.layoutWrapper .rightSection .detailSection .table .voluntary-table .heading li .sorting-btn img{height:10px}.theme-dark .layoutWrapper .rightSection .detailSection .table .voluntary-table .heading li{background:#333;color:#ddd;overflow-y:hidden}.layoutWrapper .rightSection .detailSection .table .voluntary-table .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.layoutWrapper .rightSection .detailSection .table .voluntary-table .subheading:last-child{border-bottom:0}.layoutWrapper .rightSection .detailSection .table .voluntary-table .subheading li{align-self:center;color:#000;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;padding:10px 12px;width:250px}.theme-dark .layoutWrapper .rightSection .detailSection .table .voluntary-table .subheading li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .table .voluntary-table .subheading li:first-child{max-width:300px}.layoutWrapper .rightSection .detailSection .table .voluntary-table .subheading li:last-child{max-width:100px;text-align:end}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable{min-width:1500px;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable{border:1px #333}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable.addnewplan{border:none;border-radius:none}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata{background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:12px 12px 0 0;display:flex;flex-wrap:wrap;margin-bottom:8px;overflow-y:hidden}.theme-dark .layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata.newplan{background:#0000}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li{color:#000;display:flex;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;justify-content:space-between;line-height:20px;list-style-type:none;margin-bottom:0;padding:10px 12px}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li:first-child{max-width:250px;min-width:250px}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li:nth-child(2),.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li:nth-child(3),.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li:nth-child(4),.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li:nth-child(5){max-width:200px}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li:last-child{max-width:100px;text-align:right}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li .sorting-btn{background:#0000;margin-left:auto;margin-right:15px;position:relative}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:7px;top:5px;width:7px}.theme-dark .layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li .sorting-btn img{height:10px}.theme-dark .layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .headingdata li{background:#333;color:#ddd}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata:last-child{border-bottom:0}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata li{align-self:center;color:#000;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;padding:10px 12px;width:250px}.theme-dark .layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata li:first-child{max-width:250px;min-width:250px}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata li:nth-child(2),.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata li:nth-child(3),.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata li:nth-child(4),.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata li:nth-child(5){max-width:200px}.layoutWrapper .rightSection .detailSection .table .voluntaryfeaturetable .subheadingdata li:last-child{max-width:100px;text-align:right}.layoutWrapper .rightSection .detailSection .table .common-table{width:100%}@media(max-width:1200px){.layoutWrapper .rightSection .detailSection .table .common-table{width:1200px}}.layoutWrapper .rightSection .detailSection .table .common-table .heading{border-bottom:1px solid #e4f1ff;display:flex;flex-wrap:wrap;margin-bottom:8px}.theme-dark .layoutWrapper .rightSection .detailSection .table .common-table .heading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .table .common-table .heading li{color:#000;display:flex;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;justify-content:space-between;line-height:20px;list-style-type:none;margin-bottom:0;padding:10px 12px}.layoutWrapper .rightSection .detailSection .table .common-table .heading li .sorting-btn{background:#0000;margin-left:auto;margin-right:15px;position:relative}.layoutWrapper .rightSection .detailSection .table .common-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:7px;top:5px;width:7px}.theme-dark .layoutWrapper .rightSection .detailSection .table .common-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.layoutWrapper .rightSection .detailSection .table .common-table .heading li .sorting-btn img{height:10px}.theme-dark .layoutWrapper .rightSection .detailSection .table .common-table .heading li{background:#333;color:#ddd}.layoutWrapper .rightSection .detailSection .table .common-table .heading li:first-child{max-width:100px;width:50px}.layoutWrapper .rightSection .detailSection .table .common-table .heading li:nth-child(2){max-width:300px}.layoutWrapper .rightSection .detailSection .table .common-table .heading li:last-child{display:flex;justify-content:flex-end;max-width:90px}.layoutWrapper .rightSection .detailSection .table .common-table .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .table .common-table .subheading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .table .common-table .subheading:last-child{border-bottom:0}.layoutWrapper .rightSection .detailSection .table .common-table .subheading li{align-self:center;color:#000;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;padding:10px 12px;width:250px}.theme-dark .layoutWrapper .rightSection .detailSection .table .common-table .subheading li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .table .common-table .subheading li:first-child{max-width:100px;width:50px}.layoutWrapper .rightSection .detailSection .table .common-table .subheading li:nth-child(2){max-width:300px}.layoutWrapper .rightSection .detailSection .table .common-table .subheading li:last-child{cursor:pointer;display:flex;justify-content:flex-end;max-width:90px}.layoutWrapper .rightSection .detailSection .table .common-table .subheading li .Checkbox label:after{border:1px solid #0000001a;border-radius:2px;content:"";height:15px;left:2px;position:absolute;top:6px;width:15px}.theme-dark .layoutWrapper .rightSection .detailSection .table .common-table .subheading li .Checkbox label:after{border-color:#ddd!important}.layoutWrapper .rightSection .detailSection .table .template-table{width:100%}@media(max-width:1000px){.layoutWrapper .rightSection .detailSection .table .template-table{width:1000px}}.layoutWrapper .rightSection .detailSection .table .template-table .heading{border-bottom:1px solid #e4f1ff;display:flex;flex-wrap:wrap;margin-bottom:8px}.theme-dark .layoutWrapper .rightSection .detailSection .table .template-table .heading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .table .template-table .heading li{color:#000;display:flex;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;justify-content:space-between;line-height:20px;list-style-type:none;margin-bottom:0;padding:10px 12px}.layoutWrapper .rightSection .detailSection .table .template-table .heading li .sorting-btn{background:#0000;margin-left:auto;margin-right:15px;position:relative}.layoutWrapper .rightSection .detailSection .table .template-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:7px;top:5px;width:7px}.theme-dark .layoutWrapper .rightSection .detailSection .table .template-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.layoutWrapper .rightSection .detailSection .table .template-table .heading li .sorting-btn img{height:10px}.theme-dark .layoutWrapper .rightSection .detailSection .table .template-table .heading li{background:#333;color:#ddd}.layoutWrapper .rightSection .detailSection .table .template-table .heading li:first-child{max-width:100px;width:50px}.layoutWrapper .rightSection .detailSection .table .template-table .heading li:last-child{display:flex;justify-content:flex-end;max-width:90px}.layoutWrapper .rightSection .detailSection .table .template-table .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .table .template-table .subheading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .table .template-table .subheading:last-child{border-bottom:0}.layoutWrapper .rightSection .detailSection .table .template-table .subheading li{align-self:center;color:#000;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;padding:10px 12px;width:250px}.theme-dark .layoutWrapper .rightSection .detailSection .table .template-table .subheading li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .table .template-table .subheading li:first-child{max-width:100px;width:50px}.layoutWrapper .rightSection .detailSection .table .template-table .subheading li:last-child{cursor:pointer;display:flex;justify-content:flex-end;max-width:90px}.layoutWrapper .rightSection .detailSection .table .template-table .subheading li .Checkbox label:after{border:1px solid #0000001a;border-radius:2px;content:"";height:15px;left:2px;position:absolute;top:6px;width:15px}.theme-dark .layoutWrapper .rightSection .detailSection .table .template-table .subheading li .Checkbox label:after{border-color:#ddd!important}.layoutWrapper .rightSection .detailSection .table{overflow-x:auto}.layoutWrapper .rightSection .detailSection .table .physical-table{min-width:1500px;width:100%}.layoutWrapper .rightSection .detailSection .table .physical-table .heading{border-bottom:1px solid #e4f1ff;display:flex;flex-wrap:wrap;margin-bottom:8px}.theme-dark .layoutWrapper .rightSection .detailSection .table .physical-table .heading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .table .physical-table .heading li{color:#000;display:flex;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;justify-content:space-between;line-height:20px;list-style-type:none;margin-bottom:0;padding:10px 12px}.layoutWrapper .rightSection .detailSection .table .physical-table .heading li .sorting-btn{background:#0000;margin-left:auto;margin-right:15px;position:relative}.layoutWrapper .rightSection .detailSection .table .physical-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:7px;top:5px;width:7px}.theme-dark .layoutWrapper .rightSection .detailSection .table .physical-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.layoutWrapper .rightSection .detailSection .table .physical-table .heading li .sorting-btn img{height:10px}.theme-dark .layoutWrapper .rightSection .detailSection .table .physical-table .heading li{background:#333;color:#ddd}.layoutWrapper .rightSection .detailSection .table .physical-table .heading li:nth-child(3),.layoutWrapper .rightSection .detailSection .table .physical-table .heading li:nth-child(4),.layoutWrapper .rightSection .detailSection .table .physical-table .heading li:nth-child(5){max-width:200px}.layoutWrapper .rightSection .detailSection .table .physical-table .heading li:last-child{max-width:120px}.layoutWrapper .rightSection .detailSection .table .physical-table .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .table .physical-table .subheading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .table .physical-table .subheading:last-child{border-bottom:0}.layoutWrapper .rightSection .detailSection .table .physical-table .subheading li{align-self:center;color:#000;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;padding:10px 12px;width:250px}.theme-dark .layoutWrapper .rightSection .detailSection .table .physical-table .subheading li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .table .physical-table .subheading li:nth-child(3),.layoutWrapper .rightSection .detailSection .table .physical-table .subheading li:nth-child(4),.layoutWrapper .rightSection .detailSection .table .physical-table .subheading li:nth-child(5){max-width:200px}.layoutWrapper .rightSection .detailSection .table .physical-table .subheading li:last-child{max-width:120px}.layoutWrapper .rightSection .detailSection .table .physical-table .subheading li .Checkbox label:after{border:1px solid #0000001a;border-radius:2px;content:"";height:15px;left:2px;position:absolute;top:6px;width:15px}.theme-dark .layoutWrapper .rightSection .detailSection .table .physical-table .subheading li .Checkbox label:after{border-color:#ddd!important}.layoutWrapper .rightSection .detailSection .employee_table{overflow-x:auto}.layoutWrapper .rightSection .detailSection .employee_table .content_table{min-width:0!important;min-width:auto!important}.layoutWrapper .rightSection .detailSection .employee_table .content_table .heading li{width:30%!important}.layoutWrapper .rightSection .detailSection .employee_table .content_table .heading li.title{width:70%!important}.layoutWrapper .rightSection .detailSection .employee_table .content_table .subheading li{width:30%!important}.layoutWrapper .rightSection .detailSection .employee_table .content_table .subheading li.title{width:70%!important}.layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart{min-width:2000px;width:100%}.layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .heading{background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:4px 4px 0 0;display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .heading{background:#333!important;border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .heading li{background:#e4f1ff4d;color:#000;font-family:Montserrat;font-size:.75rem;font-weight:600;height:auto;line-height:24px;list-style-type:none;margin-bottom:0;min-width:300px;padding:10px 12px;width:300px}.layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .heading li:first-child{min-width:300px;width:auto!important}.theme-dark .layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .heading li{background:#333!important;color:rgba(0,0,0,.502)}.layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .subheading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .subheading:last-child{border-bottom:0}.layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .subheading li{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;list-style-type:none;margin-bottom:0;min-height:50px;min-width:300px;padding:13px 12px;width:300px}.theme-dark .layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .subheading li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .subheading li:first-child{min-width:300px;width:auto!important}.layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .subheading li:last-child{width:300px!important}.layoutWrapper .rightSection .detailSection .employee_table.tpa_table .employee_innerpart{max-height:200px}.layoutWrapper .rightSection .detailSection .employee_table.tpa_table .employee_innerpart .heading li,.layoutWrapper .rightSection .detailSection .employee_table.tpa_table .employee_innerpart .subheading li{flex:none}.layoutWrapper .rightSection .detailSection .employee_table.tpa_table .employee_innerpart .heading li:first-child,.layoutWrapper .rightSection .detailSection .employee_table.tpa_table .employee_innerpart .subheading li:first-child{width:70%!important}.layoutWrapper .rightSection .detailSection .employee_table.tpa_table .employee_innerpart .heading li:last-child,.layoutWrapper .rightSection .detailSection .employee_table.tpa_table .employee_innerpart .subheading li:last-child{width:30%!important}.layoutWrapper .rightSection .detailSection .Checkbox{display:inline-block!important;position:relative}.layoutWrapper .rightSection .detailSection .Checkbox label{color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:17px;margin-right:5px;padding:10px 12px;position:relative;text-align:center}.theme-dark .layoutWrapper .rightSection .detailSection .Checkbox label{background:#0000!important}.layoutWrapper .rightSection .detailSection .Checkbox label.contentbox{top:6px!important}.layoutWrapper .rightSection .detailSection .Checkbox label:after{border:2px solid #0000001a;border-radius:2px;content:"";height:12px;left:2px;position:absolute;top:2px;width:12px}.theme-dark .layoutWrapper .rightSection .detailSection .Checkbox label:after{background:#0000;border-color:#ddd!important}.layoutWrapper .rightSection .detailSection .Checkbox input:checked~label:after{background:#2160aa url(/static/media/transparent_tick.980c5a70189c5eb08498.svg) no-repeat 50%/10px;content:"";height:12px;position:absolute;width:12px}.layoutWrapper .rightSection .detailSection .Checkbox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.layoutWrapper .rightSection .detailSection .Checkbox input:hover{cursor:pointer}.layoutWrapper .rightSection .detailSection .module_table{overflow-x:auto;overflow-y:auto}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table{min-width:1500px;width:100%}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .heading{background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:4px 4px 0 0;display:flex;justify-content:space-between;margin-bottom:5px;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .heading{background:#333!important;border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .heading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;line-height:24px;list-style-type:none;margin-bottom:0;min-width:150px;padding:10px 11px}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .heading li:first-child{min-width:300px;width:50%}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .heading li:child(2){min-width:600px;width:50%}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .heading li{background:#333!important;color:rgba(0,0,0,.502)}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .heading li svg{height:12px;margin-right:5px;position:relative;top:2px;width:12px}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .collapse_plus{padding-right:0!important;position:relative}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .collapse_plus:before{background:url(/static/media/module_add_icon.e09ea0046d8f642be238.svg) no-repeat 0 0/15px;content:"";height:15px;left:5px;position:absolute;top:14px;width:15px}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .collapse_plus.setting_plus:before{left:12px}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .collapse_plus p{padding-left:25px!important;position:relative;z-index:99}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .collapse_minus{padding-right:0!important;position:relative}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .collapse_minus:before{background:url(/static/media/module_subtract_icon.506093f48aec0c4db6ae.svg) no-repeat 0 0/15px;content:"";height:15px;left:5px;position:absolute;top:14px;width:15px}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .collapse_minus.setting_minus:before{left:12px}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .collapse_minus p{padding-left:25px!important;position:relative;z-index:99}@media(max-width:2200px){.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .collapse_minus{padding-right:25px!important}}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_lines{position:relative}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_lines:before{border-left:1px solid #d9dcff;content:"";height:46px;left:-28px;position:absolute;top:0;width:1px}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_lines:before{border-color:#333!important}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_lines:after{border-bottom:1px solid #d9dcff;content:"";height:1px;left:-27px;position:absolute;top:21px;width:10px}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_lines:after{border-color:#333!important}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_lines.settings_lines:before{height:80vh;left:-12px;top:50px}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_lines.settings_lines:after{left:-12px;top:50px}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_line_last{position:relative}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_line_last:before{border-left:1px solid #d9dcff;content:"";height:23px;left:-28px;position:absolute;top:0;width:1px}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_line_last:before{border-color:#333!important}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_line_last:after{border-bottom:1px solid #d9dcff;content:"";height:1px;left:-27px;position:absolute;top:21px;width:10px}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_line_last:after{border-color:#333!important}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner{max-height:550px;overflow:inherit;overflow-y:auto}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0;width:calc(100% + 17px)}@media(max-width:2200px){.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading{width:100%}}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading{border-bottom:1px solid #333}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading:last-child{border-bottom:0;position:relative}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading:last-child>li{position:relative}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading:last-child>li:after{background:#d9dcff;content:"";height:100%;left:18px;position:absolute;top:45px;width:1px}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading:last-child>li:after{background:#333!important}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.parent li:last-child{cursor:pointer}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.child{cursor:pointer;margin-left:25px!important}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.child li{padding-left:0!important;padding-right:0!important;position:relative}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.child li:after{display:none}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.child li .setting_parent{padding-left:25px;position:relative;z-index:99}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.childofchild{border-bottom:1px solid #e4f1ff;margin-left:40px}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.childofchild:last-child{border-bottom:none}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.childofchild li:after{display:none}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.childofchild li:first-child{max-width:235px;min-width:235px;width:50%}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:28px;list-style-type:none;margin-bottom:0;min-height:45px;min-width:171px;padding:7px 12px}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading li{color:#ddd!important}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading li:first-child{min-width:300px;width:50%}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading li:child(2){min-width:600px;width:50%}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading li .Checkbox{display:inline-block!important;position:relative}.layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading li .Checkbox label{color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:17px;margin-right:5px;min-height:12px;min-width:12px;padding:7px 12px;position:relative;text-align:center}.layoutWrapper .rightSection .detailSection .profile_detail{border-radius:12px;display:flex;flex-wrap:wrap;gap:20px;padding:20px}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail{background:#333}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection{display:flex;flex-wrap:wrap;max-width:125px;padding-bottom:0}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox{display:inline-block;margin:0 46px 30px 0;position:relative}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox label{border:1px solid #0000001a;border-radius:12px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:14px;padding:12px;position:relative;text-align:center;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox label{background:#333;border:1px solid #000;color:#fff}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox h6{word-wrap:break-word!important;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:17px;padding-top:10px;text-align:center;word-break:break-all!important}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox h6{color:#ddd}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox p{font-size:.75rem;font-weight:400;line-height:15px;opacity:.5;padding-top:2px;text-align:center}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox p{color:#ddd}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox p span{display:block;font-size:.75rem;font-weight:400;line-height:15px;margin-top:2px}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox input:checked~label{background-color:#fff!important;border-color:#2160aa;box-shadow:0 4px 12px #0000001a;color:#fff}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox input:checked~label p{opacity:.5}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox input:checked~label{background-color:#000!important}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox input:hover{cursor:pointer}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two{display:inline-block;margin:0 46px 30px 0;position:relative}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two label{border:1px solid #0000001a;border-radius:12px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:14px;max-width:125px;padding:12px;position:relative;text-align:center;width:100%}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two label{background:#333;border:1px solid #000;color:#fff}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two h6{word-wrap:break-word!important;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:17px;padding-top:10px;text-align:center;word-break:break-all!important}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two h6{color:#ddd}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two p{font-size:.75rem;font-weight:400;line-height:15px;opacity:.5;padding-top:2px;text-align:center}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two p{color:#ddd}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two p span{display:block;font-size:.75rem;font-weight:400;line-height:15px;margin-top:2px}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two.check label{background-color:#fff!important;border-color:#2160aa;box-shadow:0 4px 12px #0000001a;color:#fff}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two.check label p{opacity:.5}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two.check label{background-color:#000!important}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two input{height:100%;max-width:125px;opacity:0;position:absolute;width:100%;z-index:999}.layoutWrapper .rightSection .detailSection .profile_detail .profileTypeSection .radioBox_two input:hover{cursor:pointer}.layoutWrapper .rightSection .detailSection .profile_detail .vehicle_details{display:flex}.layoutWrapper .rightSection .detailSection .profile_detail .vehicle_details li{list-style-type:none;width:250px}.layoutWrapper .rightSection .detailSection .profile_detail .vehicle_details li p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px}.layoutWrapper .rightSection .detailSection .profile_detail .vehicle_details li p span{color:#000;display:block;font-size:.75rem;font-weight:700;line-height:15px;margin-top:8px}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .vehicle_details li p span{color:#ddd}.layoutWrapper .rightSection .detailSection .profile_detail .vehicle_details li:first-child{width:180px}.layoutWrapper .rightSection .detailSection .profile_detail .vehicle_details li:nth-child(2){width:600px}.layoutWrapper .rightSection .detailSection .profile_detail .vehicle_details li:nth-child(4){width:300px}.layoutWrapper .rightSection .detailSection .profile_detail .vehicle_details li:nth-child(7){width:450px}.layoutWrapper .rightSection .detailSection .profile_detail .property_details{display:flex;flex-wrap:wrap}.layoutWrapper .rightSection .detailSection .profile_detail .property_details li{flex:1 1;list-style-type:none;margin-bottom:16px;min-width:200px;padding-right:12px}.layoutWrapper .rightSection .detailSection .profile_detail .property_details li p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px}.layoutWrapper .rightSection .detailSection .profile_detail .property_details li p span{color:#000;display:block;font-size:.75rem;font-weight:700;line-height:15px;margin-top:8px}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .property_details li p span{color:#ddd}.layoutWrapper .rightSection .detailSection .custom_dropdown{border:1px solid #ddd;border-radius:8px;cursor:pointer;min-height:38.6px;padding:0 39px 0 0;position:relative}.layoutWrapper .rightSection .detailSection .custom_dropdown:before{background:url(/static/media/down_arrow.7781fc9021b45eae0c5a.svg) no-repeat;content:"";height:10px;position:absolute;right:12px;top:15px;width:12px}.layoutWrapper .rightSection .detailSection .custom_dropdown:hover{border-color:#000}.layoutWrapper .rightSection .detailSection .custom_dropdown:active{border-color:#2160aa}.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList{left:0;max-width:400px;padding-bottom:16px;position:absolute;top:0;width:100%;z-index:9991}.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList .innerContainer{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:8px}.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList .innerContainer .cross{display:block;height:24px;margin-left:auto;position:relative;width:24px}.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList .innerContainer .cross:hover:after,.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList .innerContainer .cross:hover:before{transform:rotate(0deg)}.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList .innerContainer .cross:after,.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList .innerContainer .cross:before{background-color:#000;content:"";height:1.5px;left:4px;position:absolute;top:10px;transform:rotate(-45deg);transition:all .2s ease;width:16px}.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList .innerContainer .cross:after{transform:rotate(45deg)}.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList .innerContainer ul{max-height:200px;overflow-y:auto}.layoutWrapper .rightSection .detailSection .custom_dropdown .customDropdownList .innerContainer ul li{align-items:center;border-bottom:1px solid #0000001a;display:flex;font-size:.875rem}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input{display:flex;flex-wrap:wrap;height:100%;min-height:38px}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input label{color:#666;font-family:Montserrat;font-size:.8125rem;font-weight:500;left:13px;margin:0;pointer-events:none;position:absolute;top:10px;transition:all .25s cubic-bezier(.2,0,.03,1)}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input input:focus~label,.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input input:valid~label{background:#fff;color:#2160aa;font-size:.6875rem;font-weight:400;left:12px;top:-7px;transition:all .125s cubic-bezier(.2,0,.03,1)}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input input{display:none}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input input:focus{outline:0}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input .custom_field span{background:#e1e1e1;border-radius:40px;color:#000;display:inline-block;font-size:.75rem;margin:8px 4px;padding:4px 4px 4px 10px}.theme-dark .layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input .custom_field span{background:#333;color:#ddd}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input .custom_field span .MuiIconButton-root{padding:0}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input .custom_field span .MuiIconButton-root svg{color:#000;height:10px;padding:0;z-index:999}.theme-dark .layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input .custom_field span .MuiIconButton-root svg{color:#ddd}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input .custom_field span button{height:12px;position:relative;top:-1px}.layoutWrapper .rightSection .detailSection .custom_dropdown .custom_input .custom_field span button span{margin:0}.layoutWrapper .rightSection .detailSection .custom_dropdown .Checkboxx{display:inline-block!important;margin-right:10px;position:relative}.layoutWrapper .rightSection .detailSection .custom_dropdown .Checkboxx label{color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:17px;margin-right:5px;padding:10px 6px;position:relative;text-align:center}.theme-dark .layoutWrapper .rightSection .detailSection .custom_dropdown .Checkboxx label{background:#0000!important}.layoutWrapper .rightSection .detailSection .custom_dropdown .Checkboxx label:after{border:2px solid #0000001a;border-radius:2px;content:"";height:12px;left:3px!important;position:absolute;top:3px;width:12px}.theme-dark .layoutWrapper .rightSection .detailSection .custom_dropdown .Checkboxx label:after{background:#0000;border-color:#ddd!important}.layoutWrapper .rightSection .detailSection .custom_dropdown .Checkboxx input:checked~label:after{background:#2160aa url(/static/media/transparent_tick.980c5a70189c5eb08498.svg) no-repeat 50%/10px;content:"";height:12px;position:absolute;width:12px}.layoutWrapper .rightSection .detailSection .custom_dropdown .Checkboxx input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.layoutWrapper .rightSection .detailSection .custom_dropdown .Checkboxx input:hover{cursor:pointer}.layoutWrapper .rightSection .networkhosp{font-size:.875rem;line-height:17px}.layoutWrapper .rightSection .networkhosp,.layoutWrapper .rightSection .networkhosplist{color:#2160aa;font-family:Montserrat;font-weight:500;text-align:right;text-decoration:none}.layoutWrapper .rightSection .networkhosplist{font-size:.75rem;line-height:20px;padding-left:18px;position:relative}.layoutWrapper .rightSection .networkhosplist:before{background:url(/static/media/hospital_icon.3e0430e8a595d08be320.svg) no-repeat;content:"";height:16px;left:0;position:absolute;top:0;width:14px}.layoutWrapper .rightSection .policy_lives .coverageAmt{display:flex;margin:0}.layoutWrapper .rightSection .policy_lives .coverageAmt li{list-style:none;margin-right:12px}.layoutWrapper .rightSection .policy_lives .coverageAmt li:last-child{margin-right:0}@media(max-width:1100px){.layoutWrapper .rightSection .policy_lives .coverageAmt li{margin-bottom:16px;margin-right:16px}}@media(max-width:1310px){.layoutWrapper .rightSection .policy_lives .coverageAmt li{margin-bottom:16px}}.layoutWrapper .rightSection .policy_lives .coverageAmt li .radioBox{display:inline-block;position:relative}.layoutWrapper .rightSection .policy_lives .coverageAmt li .radioBox label{border:1px solid #0000001a;border-radius:8px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;padding:8px 16px;position:relative;text-align:center;width:100%}.theme-dark .layoutWrapper .rightSection .policy_lives .coverageAmt li .radioBox label{background:#333;border:1px solid #333;color:#fff}.layoutWrapper .rightSection .policy_lives .coverageAmt li .radioBox label p{font-size:.6875rem;font-weight:500;line-height:13px;opacity:.5;padding-top:12px}.layoutWrapper .rightSection .policy_lives .coverageAmt li .radioBox input:checked~label{background-color:#2160aa;box-shadow:0 4px 12px #0000001a;color:#fff}.layoutWrapper .rightSection .policy_lives .coverageAmt li .radioBox input:checked~label p{opacity:.5}.layoutWrapper .rightSection .policy_lives .coverageAmt li .radioBox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.layoutWrapper .rightSection .policy_lives .coverageAmt li .radioBox input:hover{cursor:pointer}.layoutWrapper .rightSection .policy_lives .quotedetail_field{animation:fadeIn 1s both;width:100%}.layoutWrapper .rightSection .table .age-table,.layoutWrapper .rightSection .table .rate-table{animation:fadeIn 1s both;min-width:1500px;width:100%}.layoutWrapper .rightSection .table .age-table .heading,.layoutWrapper .rightSection .table .rate-table .heading{background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:4px 4px 0 0;display:flex;justify-content:space-between;margin-bottom:8px}.theme-dark .layoutWrapper .rightSection .table .age-table .heading,.theme-dark .layoutWrapper .rightSection .table .rate-table .heading{border-bottom:1px solid #333}.layoutWrapper .rightSection .table .age-table .heading li,.layoutWrapper .rightSection .table .rate-table .heading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;line-height:20px;list-style-type:none;margin-bottom:0;padding:10px 12px}.theme-dark .layoutWrapper .rightSection .table .age-table .heading li,.theme-dark .layoutWrapper .rightSection .table .rate-table .heading li{background:#333;color:rgba(0,0,0,.502)}@media(max-width:1199px){.layoutWrapper .rightSection .table .age-table .heading li,.layoutWrapper .rightSection .table .rate-table .heading li{min-width:100px}}.layoutWrapper .rightSection .table .age-table .subheading,.layoutWrapper .rightSection .table .rate-table .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .table .age-table .subheading,.theme-dark .layoutWrapper .rightSection .table .rate-table .subheading{border-bottom:1px solid #333}.layoutWrapper .rightSection .table .age-table .subheading:last-child,.layoutWrapper .rightSection .table .rate-table .subheading:last-child{border-bottom:0}.layoutWrapper .rightSection .table .age-table .subheading li,.layoutWrapper .rightSection .table .rate-table .subheading li{align-self:center;color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;padding:13px 12px;width:250px}.layoutWrapper .rightSection .table .age-table .subheading li:first-child,.layoutWrapper .rightSection .table .rate-table .subheading li:first-child{padding-left:0}.layoutWrapper .rightSection .table .age-table .subheading li:last-child,.layoutWrapper .rightSection .table .rate-table .subheading li:last-child{padding-right:0}.theme-dark .layoutWrapper .rightSection .table .age-table .subheading li,.theme-dark .layoutWrapper .rightSection .table .rate-table .subheading li{color:#ddd!important}@media(max-width:1200px){.layoutWrapper .rightSection .table .age-table .subheading li,.layoutWrapper .rightSection .table .rate-table .subheading li{min-width:100px}}@media(max-width:991px){.layoutWrapper .rightSection .table .age-table .subheading li:first-child,.layoutWrapper .rightSection .table .rate-table .subheading li:first-child{min-width:180px}}.layoutWrapper .rightSection .table{overflow-x:auto}.layoutWrapper .rightSection .table .livesinformation-table{animation:fadeIn 1s both;min-width:1800px;width:100%}.layoutWrapper .rightSection .table .livesinformation-table .heading{background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:4px 4px 0 0;display:flex;margin-bottom:8px}.theme-dark .layoutWrapper .rightSection .table .livesinformation-table .heading{background:#333;border-bottom:1px solid #333}.layoutWrapper .rightSection .table .livesinformation-table .heading li{color:#000;display:flex;font-family:Montserrat;font-size:.75rem;font-weight:600;height:60px;height:auto;line-height:20px;list-style-type:none;margin-bottom:0;max-width:250px;padding:10px 12px;width:220px}.theme-dark .layoutWrapper .rightSection .table .livesinformation-table .heading li{background:#333;color:#ddd}.layoutWrapper .rightSection .table .livesinformation-table .subheading{border-bottom:1px solid #e4f1ff;display:flex;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .table .livesinformation-table .subheading{border-bottom:1px solid #333}.layoutWrapper .rightSection .table .livesinformation-table .subheading:last-child{border-bottom:0}.layoutWrapper .rightSection .table .livesinformation-table .subheading li{align-self:center;color:#000;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:24px;list-style-type:none;margin-bottom:0;max-width:250px;min-height:40px;padding:10px 12px;width:220px}.theme-dark .layoutWrapper .rightSection .table .livesinformation-table .subheading li{color:#ddd!important}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt{display:flex;flex-wrap:wrap;justify-content:center;margin:0}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li{list-style:none;margin-right:12px}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li:last-child{margin-right:0}@media(max-width:1100px){.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li{margin-bottom:16px;margin-right:16px}}@media(max-width:1310px){.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li{margin-bottom:16px}}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li .radioBox{display:inline-block;position:relative}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li .radioBox label{border:1px solid #0000001a;border-radius:8px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;padding:8px 16px;position:relative;text-align:center;width:100%}.theme-dark .layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li .radioBox label{background:#333;border:1px solid #333;color:#fff}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li .radioBox label p{font-size:.6875rem;font-weight:500;line-height:13px;opacity:.5;padding-top:12px}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li .radioBox input:checked~label{background-color:#2160aa;box-shadow:0 4px 12px #0000001a;color:#fff}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li .radioBox input:checked~label p{opacity:.5}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li .radioBox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.layoutWrapper .rightSection .voluntry_plans_outer .coverageAmt li .radioBox input:hover{cursor:pointer}.layoutWrapper .rightSection .rider_details_sec .inputField{margin-right:15px}.theme-dark .layoutWrapper .rightSection .rider_details_sec .inputField .MuiInputBase-root{background:#333;border-radius:8px}.theme-dark .layoutWrapper .rightSection .rider_details_sec .inputField .MuiInputAdornment-root p{color:#fff}.layoutWrapper .footerSection{background:#fff;bottom:0;box-shadow:0 -4px 12px #0000001a;left:0;margin:0;padding:4px;position:fixed;text-align:right;width:100%;z-index:991}.theme-dark .layoutWrapper .footerSection{background:#333}.layoutWrapper .footerSection button{font-size:.875rem;margin-left:12px;padding:8px 30px}.BulklayoutWrapper{min-height:100vh;padding-top:90px}.theme-dark .BulklayoutWrapper{background:#171b1e}.BulklayoutWrapper .pageHeader{background:#fff;box-shadow:0 2px 12px #0000001a;height:70px;left:0;margin:0;position:fixed;top:0;width:100%;z-index:991}.theme-dark .BulklayoutWrapper .pageHeader{background:#171b1e;box-shadow:0 8px 6px -6px #000}.BulklayoutWrapper .pageHeader .pageTitle{align-items:center;display:flex}.BulklayoutWrapper .pageHeader .pageTitle .backStep{align-items:center;color:#2160aa;display:flex;justify-content:center;margin-right:8px}.BulklayoutWrapper .pageHeader .pageTitle .backStep:hover{color:#ec3f3f}.BulklayoutWrapper .pageHeader .pageTitle .backStep:hover svg{left:-4px}.BulklayoutWrapper .pageHeader .pageTitle .backStep svg{height:26px;left:0;position:relative;transition:all .5s ease;width:30px}.BulklayoutWrapper .pageHeader .pageTitle .detailIcon{align-items:center;background:#fc6509;border-radius:50px;color:#fff;display:flex;font-size:1.25rem;height:40px;justify-content:center;margin-right:16px;text-transform:uppercase;width:40px}.BulklayoutWrapper .pageHeader .pageTitle h3{font-size:1rem;line-height:20px;margin-bottom:0}.theme-dark .BulklayoutWrapper .pageHeader .pageTitle h3{color:rgba(0,0,0,.502)}.BulklayoutWrapper .pageHeader .pageTitle p{color:#00000080;font-size:.6875rem;margin-bottom:2px;margin-top:6px}.theme-dark .BulklayoutWrapper .pageHeader .pageTitle p{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .leftPart p{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:24px;margin-bottom:8px}.theme-dark .BulklayoutWrapper .innerSection .leftPart p{color:#fff}.BulklayoutWrapper .innerSection .leftPart .browsebtn{background:#2160aa;border-radius:0 10px 10px 0;box-shadow:none;color:#fff;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;left:-4px;line-height:24px;padding:7.5px 14px;position:relative;text-align:center;text-transform:capitalize}.BulklayoutWrapper .innerSection .leftPart .browsebtn:hover{background:#2160aa;color:#fff}.BulklayoutWrapper .innerSection .leftPart .MuiFormControlLabel-root{max-width:100%;min-width:50px}.BulklayoutWrapper .innerSection .leftPart .MuiFormControlLabel-root .MuiRadio-root{color:#828282}.BulklayoutWrapper .innerSection .leftPart .MuiFormControlLabel-root .MuiRadio-root:hover{background-color:#0000}.BulklayoutWrapper .innerSection .leftPart .MuiFormControlLabel-root .MuiRadio-root.Mui-checked{color:#2160aa}.BulklayoutWrapper .innerSection .leftPart .MuiFormControlLabel-root .MuiSvgIcon-root{font-size:16px}.BulklayoutWrapper .innerSection .leftPart .MuiFormControlLabel-root .MuiFormControlLabel-label{font-family:Montserrat;font-size:.75rem;font-style:normal;font-weight:500;line-height:24px}.theme-dark .BulklayoutWrapper .innerSection .leftPart .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#ddd}.BulklayoutWrapper .innerSection .leftPart .fileUploadTypeDetails{font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:10px}.BulklayoutWrapper .innerSection .leftPart .advanced_option_link{color:#2160aa;cursor:pointer;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:12px;max-width:130px;position:relative;text-decoration:none}.BulklayoutWrapper .innerSection .leftPart .advanced_option_link:before{background:url(/static/media/purple_downArrow.296083ed86ddb9175adc.svg) no-repeat;content:"";height:6px;position:absolute;right:-15px;top:5px;width:10px}.BulklayoutWrapper .innerSection .rightPart .innerPart{border:1px solid #0000001a;border-radius:20px;padding:30px}.theme-dark .BulklayoutWrapper .innerSection .rightPart .innerPart{border:1px solid #333}.BulklayoutWrapper .innerSection .rightPart .innerPart p{font-family:Montserrat;font-size:.875rem;font-weight:700;line-height:24px;margin-bottom:8px}.theme-dark .BulklayoutWrapper .innerSection .rightPart .innerPart p{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .rightPart .innerPart ul li{font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:24px;margin-bottom:4px;margin-left:24px}.theme-dark .BulklayoutWrapper .innerSection .rightPart .innerPart ul li{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .rightPart .innerPart ul li .sublist li{font-family:Montserrat;font-size:.6875rem;font-weight:400;line-height:24px;margin-bottom:4px;margin-left:24px}.BulklayoutWrapper .innerSection .mapfields_instructions{border:1px solid #0000001a;border-radius:8px;padding:12px}.theme-dark .BulklayoutWrapper .innerSection .mapfields_instructions{border:1px solid #333}.BulklayoutWrapper .innerSection .mapfields_instructions p{font-family:Montserrat;font-size:.875rem;font-weight:700;line-height:24px;margin-bottom:4px}.theme-dark .BulklayoutWrapper .innerSection .mapfields_instructions p{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .mapfields_instructions ul li{font-family:Montserrat;font-size:.875rem;font-weight:400;line-height:24px;margin-left:24px}.theme-dark .BulklayoutWrapper .innerSection .mapfields_instructions ul li{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .mapfields_instructions .mapcolumnList{margin:0;padding:0}.BulklayoutWrapper .innerSection .mapfields_instructions .mapcolumnList li{color:#000c;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;list-style:none;margin-left:0}.theme-dark .BulklayoutWrapper .innerSection .mapfields_instructions .mapcolumnList li{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .mapfields_instructions .recordViewList{display:flex;margin:0;padding:0}.BulklayoutWrapper .innerSection .mapfields_instructions .recordViewList li{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;list-style:none;margin-left:0;margin-right:30px}.BulklayoutWrapper .innerSection .mapfields_instructions .recordViewList li span{font-weight:700}.BulklayoutWrapper .innerSection .mapfields_instructions .recordViewList li.black_li{color:#000}.theme-dark .BulklayoutWrapper .innerSection .mapfields_instructions .recordViewList li.black_li{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .detailSection{border:1px solid #d9dcff;border-radius:12px;margin-bottom:20px;padding-bottom:12px}.theme-dark .BulklayoutWrapper .innerSection .detailSection{background:#171b1e;border:1px solid #333}.BulklayoutWrapper .innerSection .detailSection .sectionTitle{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;margin-bottom:15px;padding:12px}.theme-dark .BulklayoutWrapper .innerSection .detailSection .sectionTitle{background:#000}.BulklayoutWrapper .innerSection .detailSection .sectionTitle h4{color:#2160aa;font-size:.875rem;font-weight:500;margin-bottom:0}.theme-dark .BulklayoutWrapper .innerSection .detailSection .sectionTitle h4{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .detailSection .sectionTitle .actionBtns .edit_btn{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;outline:none;text-decoration:none}.BulklayoutWrapper .innerSection .detailSection .sectionTitle .actionBtns .edit_btn .edit_btn_icon{height:12px;margin-right:4px;position:relative;top:-2px}.BulklayoutWrapper .innerSection .detailSection .sectionTitle .actionBtns .addPremium{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin-right:10px;outline:none;padding:2px 0 0 28px;position:relative;text-decoration:none}.BulklayoutWrapper .innerSection .detailSection .sectionTitle .actionBtns .addPremium.addfile:before{left:1px;position:absolute;top:0}.BulklayoutWrapper .innerSection .detailSection .subHeading{font-size:.875rem;font-weight:600;line-height:24px;margin:0 0 12px;position:relative}.theme-dark .BulklayoutWrapper .innerSection .detailSection .subHeading{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .detailSection .subHeading:before{background:#2160aa;content:"";height:1px;left:0;position:absolute;top:26px;width:200px}.BulklayoutWrapper .innerSection .detailSection .form_p{color:#000000b3;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:12px}.theme-dark .BulklayoutWrapper .innerSection .detailSection .form_p{color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .detailSection hr{border:.5px solid #6b62dc33}.BulklayoutWrapper .innerSection .detailSection .fieldTitle{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;margin-bottom:0}.BulklayoutWrapper .innerSection .detailSection .inputField{max-width:60%}.BulklayoutWrapper .innerSection .detailSection .inputField .MuiSelect-select{font-size:.8125rem}.BulklayoutWrapper .innerSection .table .renewal-table2{min-width:3000px;width:100%}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading{background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;margin-bottom:8px}.theme-dark .BulklayoutWrapper .innerSection .table .renewal-table2 .heading{background:#000;border:none;border-radius:8px 8px 0 0}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:20px;list-style-type:none;margin-bottom:0;padding:10px 12px;width:400px}.theme-dark .BulklayoutWrapper .innerSection .table .renewal-table2 .heading li{background:#000;border-radius:8px 8px 0 0;color:rgba(0,0,0,.502)}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:first-child{max-width:350px}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:nth-child(2){max-width:250px}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:nth-child(3){max-width:100px}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:nth-child(4){max-width:200px}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:nth-child(5){max-width:100px}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:nth-child(6),.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:nth-child(7){max-width:300px}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:nth-child(8),.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:nth-child(9){max-width:200px}.BulklayoutWrapper .innerSection .table .renewal-table2 .heading li:nth-child(10){width:300px}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading:last-child{border-bottom:0}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;padding:10px 12px;width:400px}.theme-dark .BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li{color:#ddd!important}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:first-child{max-width:350px}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:nth-child(2){max-width:250px}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:nth-child(3){max-width:100px}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:nth-child(4){max-width:200px}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:nth-child(5){max-width:100px}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:nth-child(6),.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:nth-child(7){max-width:300px}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:nth-child(8),.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:nth-child(9){max-width:200px}.BulklayoutWrapper .innerSection .table .renewal-table2 .subheading li:nth-child(10){width:300px}.BulklayoutWrapper .footerSection{background:#fff;bottom:0;box-shadow:0 -4px 12px #0000001a;left:0;margin:0;padding:4px;position:fixed;text-align:right;width:100%;z-index:991}.theme-dark .BulklayoutWrapper .footerSection{background:#171b1e;box-shadow:0 8px 6px 8px #000}.BulklayoutWrapper .footerSection button{font-size:.875rem;margin-left:12px;padding:8px 30px}.modal-container{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center}.modal-container .modal-root{background-color:#fff;border-radius:10px;height:90%;padding:80px 20px 20px;position:relative;text-align:center;width:90%}.modal-container .modal-root>button>img{left:20px;position:absolute;top:20px}.modal-container .modal-root .modal-image{margin-bottom:20px;width:350px}.modal-container .modal-root .modal-message{border-radius:8px;color:#5f6368;font-size:14px;gap:10px;margin:0 auto;opacity:1!important;opacity:0;padding:12px 16px;text-align:center;width:80%}.modal-container .modal-root .modal-done-button{background-color:#2160aa;bottom:20px;color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;left:50%;line-height:19.5px;padding:10px 40px;position:absolute;text-transform:capitalize;transform:translateX(-50%)}.modal-container .modal-root .modal-done-button:hover{background-color:#5748b5}.keyboardWrapper .MuiBackdrop-root{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3a485533}.keyboardWrapper .keyboardShortcuts{background:#3a4855e6;border-radius:16px;box-shadow:0 6px 16px #3a485566;color:#fff;height:360px;left:50%;padding:16px;position:absolute;top:50%;transform:translate(-50%,-50%);width:820px;z-index:999}.keyboardWrapper .keyboardShortcuts h4{font-weight:500;margin-bottom:8px}.keyboardWrapper .keyboardShortcuts .shortcutKeys{height:290px;overflow-y:auto}.keyboardWrapper .keyboardShortcuts p{align-items:center;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:8px}.keyboardWrapper .keyboardShortcuts kbd{background:#3a4855e6;border-radius:4px;font-size:.75rem;font-weight:500;padding:2px 8px;text-shadow:0 3px 6px #0003}.inputField2 input{background:#fff!important;border:1px solid rgba(0,0,0,.102)}.inputField2 .MuiInputLabel-shrink{background:#fff;border-radius:10px;padding:4px}.inputField{margin-bottom:4px}.inputField input,.inputField label{font-family:Montserrat;font-size:.8125rem;font-weight:500;letter-spacing:0}.theme-dark .inputField input,.theme-dark .inputField label{color:#ddd}.theme-dark .inputField.datepicker .MuiInputBase-root{background:#333;border-radius:8px}.theme-dark .inputField.datepicker input{color:#ddd!important}.inputField label{text-transform:capitalize;top:2px;transform:translate(14px,8px) scale(1)}.inputField label span{color:#ec3f3f}.inputField .infoMessage{background:#fff;border-radius:20px;height:16px;left:-7px;position:absolute;top:9px;width:16px;z-index:9}.inputField .infoMessage svg{color:#828282;display:inherit;font-size:.875rem;margin-left:1px;margin-top:1px}.inputField input{background:#0000;border-radius:8px;padding:11px 14px 9px}.theme-dark .inputField input{background:#333}.theme-dark .inputField input.Mui-disabled{-webkit-text-fill-color:#888686;color:#fff!important}.theme-dark .inputField .MuiChip-root{border:1px solid #fff}.theme-dark .inputField .MuiChip-root .MuiChip-label{color:#fff}.theme-dark .inputField .MuiChip-root svg{color:#fff!important}.inputField .MuiInputBase-adornedStart .MuiInputBase-inputAdornedStart{padding-left:0!important}.inputField .MuiAutocomplete-root .MuiAutocomplete-inputRoot{border-radius:8px;min-height:38.6px;padding:0 0 0 8px}.theme-dark .inputField .MuiAutocomplete-root .MuiAutocomplete-inputRoot.Mui-disabled input{-webkit-text-fill-color:#888686;color:#fff!important}.inputField .MuiAutocomplete-root .MuiAutocomplete-clearIndicator{background:#fff;border:1px solid rgba(0,0,0,.502);height:18px;width:18px}.theme-dark .inputField .MuiAutocomplete-root .MuiAutocomplete-clearIndicator{background:#171b1e;border:none}.inputField .MuiAutocomplete-root .MuiAutocomplete-clearIndicator svg{color:#ec3f3f;display:block;height:12px}.inputField .MuiAutocomplete-popper{background:#fff;border-radius:0 0 8px 8px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f!important;position:absolute}.inputField .MuiAutocomplete-popper .MuiAutocomplete-paper{box-shadow:0 4px 12px #0000}.theme-dark .inputField .MuiAutocomplete-popper .MuiAutocomplete-paper{background-color:rgba(0,0,0,.502)}.inputField .MuiAutocomplete-popper ul{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-height:244px;overflow-y:auto}.inputField .MuiAutocomplete-popper li{font-size:.875rem;line-height:16px}.inputField .MuiInputLabel-shrink{color:#2160aa!important;transform:translate(14px,-9px) scale(.75)}.inputField .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2160aa!important}.inputField .Mui-focused .MuiSelect-select:before{border:solid #3569b6;border-width:0 0 1.4px 1.4px;top:22px;transform:rotate(136deg)}.theme-dark .inputField .Mui-focused .MuiSelect-select.Mui-disabled,.theme-dark .inputField .MuiSelect-select.Mui-disabled{-webkit-text-fill-color:#888686;color:#fff!important}.inputField .MuiAutocomplete-hasClearIcon .MuiFormControl-root .MuiOutlinedInput-root{border-radius:8px;height:auto;padding:4px 0 1px 8px}.inputField .MuiAutocomplete-hasClearIcon .MuiFormControl-root .MuiOutlinedInput-root .MuiButtonBase-root{height:20px}.inputField .MuiAutocomplete-hasClearIcon .MuiFormControl-root .MuiOutlinedInput-root .MuiButtonBase-root.MuiAutocomplete-clearIndicator{display:none}.inputField .MuiAutocomplete-hasClearIcon .MuiFormControl-root .MuiOutlinedInput-root .MuiButtonBase-root .MuiChip-label{font-size:.625rem}.inputField .MuiAutocomplete-hasClearIcon .MuiFormControl-root .MuiOutlinedInput-root .MuiButtonBase-root#ArrowDropDownIcon{display:none!important}.inputField .MuiAutocomplete-hasClearIcon .MuiFormControl-root .MuiOutlinedInput-root .MuiButtonBase-root .MuiTouchRipple-root,.inputField .MuiAutocomplete-hasClearIcon .MuiFormControl-root .MuiOutlinedInput-root .MuiButtonBase-root svg{display:none}.inputField .MuiAutocomplete-hasClearIcon .MuiFormControl-root .MuiOutlinedInput-root .MuiButtonBase-root .MuiChip-deleteIcon{color:#00000042;cursor:pointer;display:block;font-size:1.125rem;margin:0 2px 0 -6px}.inputField .MuiAutocomplete-hasClearIcon .MuiFormControl-root .MuiOutlinedInput-root .MuiAutocomplete-input{min-width:0!important}.inputField.react-multiemail-box,.inputField.react-multiemail-box.not_allowed{position:relative}.inputField.react-multiemail-box.not_allowed:before{background:#0000;content:"";cursor:not-allowed;height:100%;position:absolute;width:100%;z-index:99}.inputField.react-multiemail-box .react-multi-email{background:#0000;border-radius:8px;padding:5px 14px}.theme-dark .inputField.react-multiemail-box .react-multi-email{background:#333}.inputField.react-multiemail-box .react-multi-email.focused,.inputField.react-multiemail-box .react-multi-email:active{border-color:#2160aa!important}.inputField.react-multiemail-box .react-multi-email:hover{border-color:#000000de!important}.inputField.react-multiemail-box .react-multi-email.empty span[data-placeholder]{color:#0009}.theme-dark .inputField.react-multiemail-box .react-multi-email.empty span[data-placeholder]{color:#ddd}.inputField.react-multiemail-box .react-multi-email .ug_email{color:#000;font-family:Montserrat;font-size:.8125rem;font-weight:500;letter-spacing:0;margin:0 5px 0 0;padding:5px}.theme-dark .inputField.react-multiemail-box .react-multi-email .ug_email{background:#171b1e;color:#ddd}.inputField.react-multiemail-box .label{color:#666;font-family:Montserrat;font-size:.8125rem;font-weight:500;left:14px;letter-spacing:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:top .3s ease,transform .3s ease}.theme-dark .inputField.react-multiemail-box .label{color:#ddd}.inputField.react-multiemail-box.focused .label{background:#fff;color:#2160aa;padding:0 4px;top:-1px;transform:translate(-8px,-8px) scale(.8)}.theme-dark .inputField.multiline .MuiInputBase-root{background:#333;border-radius:8px}.inputField.multiline .MuiInputBase-input{font-size:.875rem;height:100px!important}.theme-dark .inputField.multiline .MuiInputBase-input{color:#ddd}.inputField .MuiInputBase-readOnly .MuiOutlinedInput-notchedOutline{border-color:#0000001a!important}.inputField .css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root.Mui-error{color:#0009!important}.inputFieldMultipleline .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.Mui-disabled.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-multiline{height:39px;padding:8px 14px!important}.textArea .MuiInputBase-root{padding:8px 14px!important}.checkBox{display:block}.checkBox input{display:none}.checkBox label{cursor:pointer;display:inline-block;font-family:Montserrat;font-size:14px;font-weight:400;line-height:16px;padding-left:28px;position:relative}.theme-dark .checkBox label{color:#fff}.checkBox label:before{background-color:#0000;border:1px solid #828282;border-radius:4px;content:"";cursor:pointer;height:16px;left:0;position:absolute;top:-.5px;width:16px}.checkBox input:checked+label{color:#3569b6}.checkBox input:checked+label:before{border:1px solid #3569b6}.checkBox input:checked+label:after{border:solid #3569b6;border-width:0 2px 2px 0;content:"";display:block;height:7px;left:7px;position:absolute;top:3px;transform:rotate(45deg);width:3px}.inputGroup{font-family:Montserrat;font-weight:500;position:relative;width:100%}.inputGroup label{color:#000;font-size:1rem;left:0;margin:0;padding:18px 10px;pointer-events:none;position:absolute;top:0;transition:all .25s cubic-bezier(.2,0,.03,1)}.inputGroup input:focus~label,.inputGroup input:valid~label{background:#fff;color:#2160aa;font-size:.75rem;font-weight:500;left:5px;top:-25px;transition:all .125s cubic-bezier(.2,0,.03,1)}.inputGroup input{background:#0000;border:1px solid #0000001a;border-radius:8px;color:#000000de;font-size:1rem;font-weight:600;height:54px;padding:15px 14px;width:100%}.inputGroup input:hover{border:1px solid #000}.inputGroup input:focus{border:1px solid #2160aa;outline:0}.inputGroup.textareafield{margin-top:25px}.inputGroup.textareafield label{padding-left:0;top:-45px}.inputGroup textarea{background:#0000;border:0;box-shadow:0 0 0 #0000;font-size:1rem;font-weight:500;padding:10px;resize:none;width:100%}.individualEdit{position:relative}.individualEdit:hover .editUpdate{opacity:1}.individualEdit .infoMessage{background:#fff;border-radius:20px;height:16px;left:-7px;position:absolute;top:9px;width:16px;z-index:9}.individualEdit .infoMessage svg{color:#828282;display:inherit;font-size:.875rem;margin-left:1px;margin-top:1px}.individualEdit .staticField{border:1px solid #0000001a;border-radius:8px;margin-bottom:4px;min-height:38.68px;padding:0 13px}.individualEdit .staticField.nullValue label{color:#000;font-size:.8125rem;font-weight:500;top:8px}.theme-dark .individualEdit .staticField.nullValue label{color:#ddd}.theme-dark .individualEdit .staticField{background:#333}.individualEdit .staticField:hover{border-color:#000}.individualEdit .staticField label{background:#fff;color:#2160aa;font-family:Montserrat;font-size:.60625rem;font-weight:500;left:-4px;padding:1px 18px 1px 4px;position:relative;top:-12.3px}.theme-dark .individualEdit .staticField label{background:#0000}.individualEdit .staticField p{font-family:Montserrat;font-size:.8125rem;font-weight:500;position:relative;top:-7.5px}.theme-dark .individualEdit .staticField p{color:#fff}.individualEdit .staticField .infoMessage{background:#fff;border-radius:20px;height:16px;left:-7px;position:absolute;top:9px;width:16px;z-index:9}.individualEdit .staticField .infoMessage svg{color:#828282;display:inherit;font-size:.875rem;margin-left:1px;margin-top:1px}.individualEdit .editUpdate{align-items:center;background:#e4f1ff;border-radius:40px;color:#2160aa;display:flex;height:26px;justify-content:center;opacity:0;position:absolute;right:6px;top:5px;width:26px;z-index:9}.individualEdit .editUpdate:hover{background:#2160aa;color:#fff}.individualEdit .editUpdate svg{height:16px}.individualEdit .editUpdate.visible{background:#d0ffd8;color:#45b958;opacity:1}.individualEdit .editUpdate.visible:hover{background:#45b958;color:#fff}.theme-dark .structure_box .MuiChip-root{border:1px solid #333}.structure_box .MuiChip-root .MuiChip-label{font-family:Montserrat;font-size:.8125rem;font-weight:500;letter-spacing:0}.theme-dark .structure_box .MuiChip-root .MuiChip-label{color:#fff}.theme-dark .structure_box .MuiChip-root svg{color:#fff!important}.rs-theme-light,:root{--rs-gray-50:#f7f7fa;--rs-gray-100:#f2f2f5;--rs-gray-200:#e5e5ea;--rs-gray-300:#d9d9d9;--rs-gray-400:#c5c6c7;--rs-gray-500:#a6a6a6;--rs-gray-600:#8e8e93;--rs-gray-700:#7a7a7a;--rs-gray-800:#575757;--rs-gray-900:#272c36;--rs-primary-50:#f2faff;--rs-primary-100:#cce9ff;--rs-primary-200:#a6d7ff;--rs-primary-300:#80c4ff;--rs-primary-400:#59afff;--rs-primary-500:#3498ff;--rs-primary-600:#2589f5;--rs-primary-700:#1675e0;--rs-primary-800:#0a5dc2;--rs-primary-900:#004299;--rs-red-50:#fff2f2;--rs-red-100:#fccfcf;--rs-red-200:#faa9a7;--rs-red-300:#fa8682;--rs-red-400:#f7635c;--rs-red-500:#f44336;--rs-red-600:#eb3626;--rs-red-700:#d62915;--rs-red-800:#b81c07;--rs-red-900:#8f1300;--rs-orange-50:#fff8f2;--rs-orange-100:#ffdfc2;--rs-orange-200:#fcc690;--rs-orange-300:#fcb160;--rs-orange-400:#fa9b2f;--rs-orange-500:#fa8900;--rs-orange-600:#f08800;--rs-orange-700:#db8000;--rs-orange-800:#bd7100;--rs-orange-900:#945b00;--rs-yellow-50:#fffaf2;--rs-yellow-100:#ffe9c2;--rs-yellow-200:#ffd991;--rs-yellow-300:#ffca61;--rs-yellow-400:#ffbe30;--rs-yellow-500:#ffb300;--rs-yellow-600:#f5af00;--rs-yellow-700:#e0a500;--rs-yellow-800:#c29100;--rs-yellow-900:#997500;--rs-green-50:#eeffed;--rs-green-100:#c8f0c7;--rs-green-200:#a5e0a4;--rs-green-300:#82cf82;--rs-green-400:#65bf67;--rs-green-500:#4caf50;--rs-green-600:#37ab3c;--rs-green-700:#22a12a;--rs-green-800:#0f9119;--rs-green-900:#007d0c;--rs-cyan-50:#f2ffff;--rs-cyan-100:#bcf4f7;--rs-cyan-200:#87e6ed;--rs-cyan-300:#57dae6;--rs-cyan-400:#2acadb;--rs-cyan-500:#00bcd4;--rs-cyan-600:#00b1cc;--rs-cyan-700:#00a0bd;--rs-cyan-800:#008aa6;--rs-cyan-900:#006e87;--rs-blue-50:#f0f9ff;--rs-blue-100:#c5e7fc;--rs-blue-200:#9bd4fa;--rs-blue-300:#72c0f7;--rs-blue-400:#49abf5;--rs-blue-500:#2196f3;--rs-blue-600:#1787e8;--rs-blue-700:#0d73d4;--rs-blue-800:#045cb5;--rs-blue-900:#00448c;--rs-violet-50:#f6f2ff;--rs-violet-100:#d5c9f0;--rs-violet-200:#b6a1e3;--rs-violet-300:#987bd4;--rs-violet-400:#805ac7;--rs-violet-500:#673ab7;--rs-violet-600:#5f2bb3;--rs-violet-700:#531ba8;--rs-violet-800:#470c99;--rs-violet-900:#390085;--rs-state-success:#4caf50;--rs-state-info:#2196f3;--rs-state-warning:#ffb300;--rs-state-error:#f44336;--rs-body:#fff;--rs-bg-success:#edfae1;--rs-bg-info:#e9f5fe;--rs-bg-warning:#fff9e6;--rs-bg-error:#fde9ef;--rs-text-link:#1675e0;--rs-text-link-hover:#0a5dc2;--rs-text-link-active:#004299;--rs-text-primary:#575757;--rs-text-secondary:#8e8e93;--rs-text-tertiary:#a6a6a6;--rs-text-heading:#272c36;--rs-text-inverse:#f7f7fa;--rs-text-heading-inverse:#fff;--rs-text-active:#1675e0;--rs-text-disabled:#c5c6c7;--rs-text-error:#f44336;--rs-border-primary:#e5e5ea;--rs-border-secondary:#f2f2f5;--rs-bg-card:#fff;--rs-bg-overlay:#fff;--rs-bg-well:#f7f7fa;--rs-bg-active:#3498ff;--rs-bg-backdrop:#272c364d;--rs-state-hover-bg:#f2faff;--rs-color-focus-ring:#3498ff40;--rs-state-focus-shadow:0 0 0 3px #3498ff40;--rs-state-focus-outline:3px solid #3498ff40;--rs-shadow-overlay:0 4px 4px #0000001f,0 0 10px #0000000f;--rs-btn-default-bg:#f7f7fa;--rs-btn-default-text:#575757;--rs-btn-default-hover-bg:#e5e5ea;--rs-btn-default-active-bg:#d9d9d9;--rs-btn-default-active-text:#272c36;--rs-btn-default-disabled-bg:#f7f7fa;--rs-btn-default-disabled-text:#c5c6c7;--rs-btn-primary-bg:#3498ff;--rs-btn-primary-text:#fff;--rs-btn-primary-hover-bg:#2589f5;--rs-btn-primary-active-bg:#1675e0;--rs-btn-subtle-text:#8e8e93;--rs-btn-subtle-hover-bg:#f7f7fa;--rs-btn-subtle-hover-text:#575757;--rs-btn-subtle-active-bg:#e5e5ea;--rs-btn-subtle-active-text:#272c36;--rs-btn-subtle-disabled-text:#c5c6c7;--rs-btn-ghost-border:#1675e0;--rs-btn-ghost-text:#1675e0;--rs-btn-ghost-hover-border:#0a5dc2;--rs-btn-ghost-hover-text:#0a5dc2;--rs-btn-ghost-active-border:#004299;--rs-btn-ghost-active-text:#004299;--rs-btn-link-text:#1675e0;--rs-btn-link-hover-text:#0a5dc2;--rs-btn-link-active-text:#004299;--rs-iconbtn-addon:#f2f2f5;--rs-iconbtn-activated-addon:#d9d9d9;--rs-iconbtn-pressed-addon:#c5c6c7;--rs-iconbtn-primary-addon:#2589f5;--rs-iconbtn-primary-activated-addon:#1675e0;--rs-iconbtn-primary-pressed-addon:#0a5dc2;--rs-divider-border:#e5e5ea;--rs-loader-ring:#f7f7facc;--rs-loader-rotor:#a6a6a6;--rs-loader-backdrop:#ffffffe6;--rs-loader-ring-inverse:#f7f7fa4d;--rs-loader-rotor-inverse:#fff;--rs-loader-backdrop-inverse:#272c36d4;--rs-message-success-header:var(--rs-text-heading);--rs-message-success-text:var(--rs-text-primary);--rs-message-success-icon:#4caf50;--rs-message-success-bg:#eeffed;--rs-message-info-header:var(--rs-text-heading);--rs-message-info-text:var(--rs-text-primary);--rs-message-info-icon:#2196f3;--rs-message-info-bg:#f0f9ff;--rs-message-warning-header:var(--rs-text-heading);--rs-message-warning-text:var(--rs-text-primary);--rs-message-warning-icon:#ffb300;--rs-message-warning-bg:#fffaf2;--rs-message-error-header:var(--rs-text-heading);--rs-message-error-text:var(--rs-text-primary);--rs-message-error-icon:#f44336;--rs-message-error-bg:#fff2f2;--rs-tooltip-bg:#272c36;--rs-tooltip-text:#fff;--rs-progress-bg:#e5e5ea;--rs-progress-bar:#3498ff;--rs-progress-bar-success:#4caf50;--rs-progress-bar-fail:#f44336;--rs-placeholder:#f2f2f5;--rs-placeholder-active:#e5e5ea;--rs-dropdown-divider:#e5e5ea;--rs-dropdown-item-bg-hover:#cce9ff80;--rs-dropdown-item-bg-active:#f2faff;--rs-dropdown-item-text-active:#1675e0;--rs-dropdown-header-text:#a6a6a6;--rs-dropdown-shadow:0 0 10px #0000000f,0 4px 4px #0000001f;--rs-menuitem-active-bg:#cce9ff80;--rs-menuitem-active-text:#1675e0;--rs-steps-border:#8e8e93;--rs-steps-state-finish:#3498ff;--rs-steps-border-state-finish:#3498ff;--rs-steps-state-wait:#8e8e93;--rs-steps-state-process:#3498ff;--rs-steps-state-error:#f44336;--rs-steps-border-state-error:#f44336;--rs-steps-icon-state-process:#3498ff;--rs-steps-icon-state-error:#f44336;--rs-navs-text:#8e8e93;--rs-navs-text-hover:#575757;--rs-navs-bg-hover:#e5e5ea;--rs-navs-text-active:#272c36;--rs-navs-bg-active:#e5e5ea;--rs-navs-tab-border:#d9d9d9;--rs-navs-subtle-border:#f7f7fa;--rs-navs-selected:#1675e0;--rs-navbar-default-bg:#f7f7fa;--rs-navbar-default-text:#575757;--rs-navbar-default-selected-text:#1675e0;--rs-navbar-default-hover-bg:#e5e5ea;--rs-navbar-default-hover-text:#575757;--rs-navbar-inverse-bg:#3498ff;--rs-navbar-inverse-text:#fff;--rs-navbar-inverse-selected-bg:#1675e0;--rs-navbar-inverse-hover-bg:#2589f5;--rs-navbar-inverse-hover-text:#fff;--rs-navbar-subtle-bg:#fff;--rs-navbar-subtle-text:#8e8e93;--rs-navbar-subtle-selected-text:#1675e0;--rs-navbar-subtle-hover-bg:#f7f7fa;--rs-navbar-subtle-hover-text:#575757;--rs-sidenav-default-bg:#f7f7fa;--rs-sidenav-default-text:#575757;--rs-sidenav-default-selected-text:#1675e0;--rs-sidenav-default-hover-bg:#e5e5ea;--rs-sidenav-default-hover-text:#575757;--rs-sidenav-default-footer-border:#e5e5ea;--rs-sidenav-inverse-bg:#3498ff;--rs-sidenav-inverse-text:#fff;--rs-sidenav-inverse-selected-bg:#1675e0;--rs-sidenav-inverse-hover-bg:#2589f5;--rs-sidenav-inverse-footer-border:#2589f5;--rs-sidenav-subtle-bg:#fff;--rs-sidenav-subtle-text:#8e8e93;--rs-sidenav-subtle-selected-text:#1675e0;--rs-sidenav-subtle-hover-bg:#f7f7fa;--rs-sidenav-subtle-hover-text:#575757;--rs-sidenav-subtle-footer-border:#e5e5ea;--rs-input-bg:#fff;--rs-input-focus-border:#3498ff;--rs-input-disabled-bg:#f7f7fa;--rs-listbox-option-hover-bg:#cce9ff80;--rs-listbox-option-hover-text:#1675e0;--rs-listbox-option-selected-text:#1675e0;--rs-listbox-option-selected-bg:#f2faff;--rs-listbox-option-disabled-text:#c5c6c7;--rs-listbox-option-disabled-selected-text:#a6d7ff;--rs-checkbox-icon:#fff;--rs-checkbox-border:#d9d9d9;--rs-checkbox-checked-bg:#3498ff;--rs-checkbox-disabled-bg:#f7f7fa;--rs-radio-marker:#fff;--rs-radio-border:#d9d9d9;--rs-radio-checked-bg:#3498ff;--rs-radio-disabled-bg:#f7f7fa;--rs-rate-symbol:#8e8e93;--rs-rate-symbol-checked:#ffb300;--rs-toggle-bg:#d9d9d9;--rs-toggle-thumb:#fff;--rs-toggle-loader-ring:#f7f7fa4d;--rs-toggle-loader-rotor:#fff;--rs-toggle-hover-bg:#c5c6c7;--rs-toggle-disabled-bg:#f7f7fa;--rs-toggle-disabled-thumb:#fff;--rs-toggle-checked-bg:#3498ff;--rs-toggle-checked-thumb:#fff;--rs-toggle-checked-hover-bg:#2589f5;--rs-toggle-checked-disabled-bg:#cce9ff;--rs-toggle-checked-disabled-thumb:#fff;--rs-slider-bar:#f2f2f5;--rs-slider-hover-bar:#e5e5ea;--rs-slider-thumb-border:#3498ff;--rs-slider-thumb-bg:#fff;--rs-slider-thumb-hover-shadow:0 0 0 8px #3498ff40;--rs-slider-progress:#3498ff;--rs-uploader-item-bg:#d9d9d9;--rs-uploader-item-hover-bg:#f7f7fa;--rs-uploader-overlay-bg:#fffc;--rs-uploader-dnd-bg:#fff;--rs-uploader-dnd-border:#e5e5ea;--rs-uploader-dnd-hover-border:#3498ff;--rs-avatar-bg:#d9d9d9;--rs-avatar-text:#fff;--rs-badge-bg:#f44336;--rs-badge-text:#fff;--rs-tag-bg:#f7f7fa;--rs-tag-close:#f44336;--rs-carousel-bg:#8e8e93;--rs-carousel-indicator:#fff6;--rs-carousel-indicator-hover:#fff;--rs-carousel-indicator-active:#3498ff;--rs-panel-shadow:0 4px 4px #0000001f,0 0 10px #0000000f;--rs-list-bg:#fff;--rs-list-border:#e5e5ea;--rs-list-hover-bg:#f2faff;--rs-list-placeholder-bg:#f2faff80;--rs-list-placeholder-border:#3498ff;--rs-timeline-indicator-bg:#d9d9d9;--rs-timeline-indicator-active-bg:#3498ff;--rs-table-shadow:#09090914;--rs-table-sort:#3498ff;--rs-table-resize:#3498ff;--rs-table-scrollbar-track:#e5e5ea;--rs-table-scrollbar-thumb:#575757;--rs-table-scrollbar-thumb-active:#272c36;--rs-table-scrollbar-vertical-track:#e5e5ea66;--rs-drawer-shadow:0 4px 4px #0000001f,0 0 10px #0000000f;--rs-modal-shadow:0 4px 4px #0000001f,0 0 10px #0000000f;--rs-form-errormessage-text:#f44336;--rs-form-errormessage-bg:#fff;--rs-form-errormessage-border:#e5e5ea;--rs-picker-value:#1675e0;--rs-picker-count-bg:#3498ff;--rs-picker-count-text:#fff;--rs-calendar-today-bg:#3498ff;--rs-calendar-today-text:#fff;--rs-calendar-range-bg:#cce9ff80;--rs-calendar-time-unit-bg:#f7f7fa;--rs-calendar-date-selected-text:#fff;--rs-popover-shadow:0 1px 8px #0000001f}a{background-color:#0000}a:active,a:hover{outline:0}b,strong{font-weight:700}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}img{border:0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{border-radius:0;overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:not-allowed}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}textarea{overflow:auto}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}[tabindex="-1"]{outline:none}button,input[type=button],input[type=reset],input[type=submit]{border-width:0}input::-ms-clear{display:none}input[type=file]::-ms-browse,input[type=file]::-webkit-file-upload-button{background:#0000;border-width:0;color:currentColor}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#1675e0;color:var(--rs-text-link);text-decoration:none}a:focus,a:hover{color:#0a5dc2;color:var(--rs-text-link-hover)}a:active,a:focus,a:hover{text-decoration:underline}a:active{color:#004299;color:var(--rs-text-link-active)}img{vertical-align:middle}[role=button]{cursor:pointer}ol,ul{margin-bottom:10px;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dl{margin-bottom:10px;margin-top:0}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-bottom:10px;margin-left:0}@font-face{font-family:Apple-System;src:local(-apple-system),local(BlinkMacSystemFont),local(system-ui)}@keyframes slideInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes slideOutLeft{0%{opacity:1;transform:none}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes slideInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes slideOutRight{0%{opacity:1;transform:none}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes slideInTop{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes slideOutTop{0%{opacity:1;transform:none}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes slideInBottom{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes slideOutBottom{0%{opacity:1;transform:none}to{opacity:0;transform:translate3d(0,100%,0)}}.rs-anim-slide-out{animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,1,1)}.rs-anim-slide-in{animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.rs-anim-right.rs-anim-slide-in{animation-name:slideInRight}.rs-anim-right.rs-anim-slide-out{animation-name:slideOutRight}.rs-anim-left.rs-anim-slide-in{animation-name:slideInLeft}.rs-anim-left.rs-anim-slide-out{animation-name:slideOutLeft}.rs-anim-top.rs-anim-slide-in{animation-name:slideInTop}.rs-anim-top.rs-anim-slide-out{animation-name:slideOutTop}.rs-anim-bottom.rs-anim-slide-in{animation-name:slideInBottom}.rs-anim-bottom.rs-anim-slide-out{animation-name:slideOutBottom}.rs-anim-bounce-in{animation-duration:.3s;animation-fill-mode:forwards;animation-name:bounceIn;animation-timing-function:cubic-bezier(.68,-.55,.27,1.55)}@keyframes bounceIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.rs-anim-bounce-out{animation-duration:.3s;animation-fill-mode:forwards;animation-name:bounceOut;animation-timing-function:cubic-bezier(.4,0,1,1)}@keyframes bounceOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.rs-anim-fade{opacity:0;pointer-events:none;transition:opacity .15s linear}.rs-anim-fade.rs-anim-in{opacity:1;pointer-events:inherit}.rs-anim-collapse{display:none}.rs-anim-collapse.rs-anim-in{display:block}tr.rs-anim-collapse.rs-anim-in{display:table-row}tbody.rs-anim-collapse.rs-anim-in{display:table-row-group}.rs-anim-collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease,width .35s ease,visibility .35s ease}.rs-auto-complete-menu{margin-bottom:6px;margin-top:6px;overflow-y:auto}.rs-auto-complete-menu ul{list-style:none;margin:0;padding:0}.rs-auto-complete-item{clear:both;color:#575757;color:var(--rs-text-primary);cursor:pointer;display:block;font-weight:400;line-height:1.42857143;padding:8px 12px;text-decoration:none;width:100%}.ReactVirtualized__Grid .rs-auto-complete-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rs-auto-complete-item-focus,.rs-auto-complete-item:focus,.rs-auto-complete-item:hover{background-color:#cce9ff80;background-color:var(--rs-listbox-option-hover-bg);color:#1675e0;color:var(--rs-listbox-option-hover-text)}.rs-theme-high-contrast .rs-auto-complete-item-focus,.rs-theme-high-contrast .rs-auto-complete-item:focus,.rs-theme-high-contrast .rs-auto-complete-item:hover{color:#1675e0;color:var(--rs-listbox-option-hover-text);outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring);outline-offset:-3px;outline-width:2px;text-decoration:underline}.rs-theme-high-contrast .rs-theme-high-contrast .rs-auto-complete-item-focus,.rs-theme-high-contrast .rs-theme-high-contrast .rs-auto-complete-item:focus,.rs-theme-high-contrast .rs-theme-high-contrast .rs-auto-complete-item:hover{outline-offset:2px}.rs-auto-complete .rs-input:focus::-webkit-textfield-decoration-container{pointer-events:none;visibility:hidden}.rs-avatar{align-items:center;background-color:#d9d9d9;background-color:var(--rs-avatar-bg);border-radius:4px;color:#fff;color:var(--rs-avatar-text);display:inline-flex;font-size:18px;height:40px;justify-content:center;overflow:hidden;position:relative;width:40px}.rs-avatar>.rs-icon{font-size:29px;height:29px}.rs-avatar>.rs-avatar-image{height:40px;line-height:40px;width:40px}.rs-avatar>.rs-icon{vertical-align:middle}.rs-avatar-image:before{background:#d9d9d9;background:var(--rs-avatar-bg);content:attr(alt);height:inherit;left:0;overflow:hidden;padding:0 2px;position:absolute;text-align:center;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}.rs-avatar-circle{border-radius:50%}.rs-avatar-lg{font-size:26px;height:60px;width:60px}.rs-avatar-lg>.rs-icon{font-size:43px;height:43px}.rs-avatar-lg>.rs-avatar-image{height:60px;line-height:60px;width:60px}.rs-avatar-sm{font-size:14px;height:30px;width:30px}.rs-avatar-sm>.rs-icon{font-size:22px;height:22px}.rs-avatar-sm>.rs-avatar-image{height:30px;line-height:30px;width:30px}.rs-avatar-xs{font-size:12px;height:20px;width:20px}.rs-avatar-xs>.rs-icon{font-size:16px;height:16px}.rs-avatar-xs>.rs-avatar-image{height:20px;line-height:20px;width:20px}.rs-avatar-group{align-items:flex-end;display:flex}.rs-avatar-group-stack .rs-avatar{box-sizing:initial;margin-right:-10px;transition:margin .15s}.rs-avatar-group-stack .rs-avatar:hover,.rs-avatar-group-stack .rs-avatar:last-child{margin-right:0}.rs-badge-wrapper{position:relative}.rs-badge{display:inline-block}.rs-badge-content,.rs-badge-independent{background-color:#f44336;background-color:var(--rs-badge-bg);border-radius:8px;color:#fff;color:var(--rs-badge-text);font-size:12px;line-height:16px;padding:0 5px}.rs-badge-independent.rs-badge-dot,.rs-badge-wrapper .rs-badge-content:empty{border-radius:4px;height:8px;padding:0;width:8px}.rs-badge-wrapper .rs-badge-content{position:absolute;right:0;top:0;transform:translate(50%,-50%);z-index:1}.rs-badge-red .rs-badge-content,.rs-badge-red.rs-badge-independent{background-color:#f44336;background-color:var(--rs-red-500)}.rs-badge-orange .rs-badge-content,.rs-badge-orange.rs-badge-independent{background-color:#fa8900;background-color:var(--rs-orange-500)}.rs-badge-yellow .rs-badge-content,.rs-badge-yellow.rs-badge-independent{background-color:#ffb300;background-color:var(--rs-yellow-500)}.rs-badge-green .rs-badge-content,.rs-badge-green.rs-badge-independent{background-color:#4caf50;background-color:var(--rs-green-500)}.rs-badge-cyan .rs-badge-content,.rs-badge-cyan.rs-badge-independent{background-color:#00bcd4;background-color:var(--rs-cyan-500)}.rs-badge-blue .rs-badge-content,.rs-badge-blue.rs-badge-independent{background-color:#2196f3;background-color:var(--rs-blue-500)}.rs-badge-violet .rs-badge-content,.rs-badge-violet.rs-badge-independent{background-color:#673ab7;background-color:var(--rs-violet-500)}.rs-breadcrumb{color:#8e8e93;color:var(--rs-text-secondary);font-size:12px;margin-bottom:20px}.rs-breadcrumb-item{transition:color .3s linear}.rs-breadcrumb-item:focus{outline:0}.rs-breadcrumb-separator{margin:0 4px}.rs-btn{background-color:#f7f7fa;background-color:var(--rs-btn-default-bg);border:none;border:var(--rs-btn-default-border,none);border-radius:6px;color:#575757;color:var(--rs-btn-default-text);cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:20px;margin-bottom:0;overflow:hidden;padding:8px 12px;position:relative;text-align:center;text-decoration:none;transition:color .2s linear,background-color .3s linear;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.rs-theme-high-contrast .rs-btn{transition:none}.rs-btn-ghost.rs-btn{padding:7px 11px}.rs-btn-icon.rs-btn{line-height:16px;padding:10px}.rs-btn-icon.rs-btn>.rs-icon{font-size:16px}.rs-btn-icon-with-text.rs-btn{line-height:20px}.rs-btn-icon-with-text.rs-btn>.rs-icon{height:36px;padding:10px;width:36px}.rs-btn-icon-with-text.rs-btn.rs-btn-icon-placement-left{padding:8px 12px 8px 48px}.rs-btn-icon-with-text.rs-btn.rs-btn-icon-placement-left>.rs-icon{border-right:none;border-right:var(--rs-btn-default-border,none);left:0}.rs-btn-icon-with-text.rs-btn.rs-btn-icon-placement-right{padding:8px 48px 8px 12px}.rs-btn-icon-with-text.rs-btn.rs-btn-icon-placement-right>.rs-icon{border-left:none;border-left:var(--rs-btn-default-border,none);right:0}.rs-btn:focus-visible{outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring)}.rs-theme-high-contrast .rs-btn:focus-visible{outline-offset:2px}.rs-btn:focus,.rs-btn:hover{background-color:#e5e5ea;background-color:var(--rs-btn-default-hover-bg);color:var(--rs-btn-default-hover-text);text-decoration:none}.rs-btn.rs-btn-active,.rs-btn:active{background-color:#d9d9d9;background-color:var(--rs-btn-default-active-bg);color:#272c36;color:var(--rs-btn-default-active-text)}.rs-btn.rs-btn-disabled,.rs-btn:disabled{background-color:#f7f7fa;background-color:var(--rs-btn-default-disabled-bg);color:#c5c6c7;color:var(--rs-btn-default-disabled-text);cursor:not-allowed}.rs-theme-high-contrast .rs-btn.rs-btn-disabled,.rs-theme-high-contrast .rs-btn:disabled{opacity:.5}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:0.001dpcm){.rs-btn{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}}.rs-btn-primary{background-color:#3498ff;background-color:var(--rs-btn-primary-bg);border:none;color:#fff;color:var(--rs-btn-primary-text)}.rs-btn-primary:focus,.rs-btn-primary:hover{background-color:#2589f5;background-color:var(--rs-btn-primary-hover-bg);color:#fff;color:var(--rs-btn-primary-text)}.rs-btn-primary.rs-btn-active,.rs-btn-primary:active{background-color:#1675e0;background-color:var(--rs-btn-primary-active-bg);color:#fff;color:var(--rs-btn-primary-text)}.rs-btn-primary.rs-btn-disabled,.rs-btn-primary:disabled{background-color:#3498ff;background-color:var(--rs-btn-primary-bg);color:#fff;color:var(--rs-btn-primary-text);opacity:.3}.rs-theme-high-contrast .rs-btn-primary.rs-btn-disabled,.rs-theme-high-contrast .rs-btn-primary:disabled{opacity:.5}.rs-btn-subtle{background-color:#0000;border:none;color:#8e8e93;color:var(--rs-btn-subtle-text)}.rs-btn-subtle:focus,.rs-btn-subtle:hover{background-color:#f7f7fa;background-color:var(--rs-btn-subtle-hover-bg);color:#575757;color:var(--rs-btn-subtle-hover-text)}.rs-btn-subtle.rs-btn-active,.rs-btn-subtle:active{background-color:#e5e5ea;background-color:var(--rs-btn-subtle-active-bg);color:#272c36;color:var(--rs-btn-subtle-active-text)}.rs-btn-subtle.rs-btn-disabled,.rs-btn-subtle:disabled{background:none;color:#c5c6c7;color:var(--rs-btn-subtle-disabled-text)}.rs-theme-high-contrast .rs-btn-subtle.rs-btn-disabled,.rs-theme-high-contrast .rs-btn-subtle:disabled{opacity:.5}.rs-btn-link{background-color:#0000;border:none;color:#1675e0;color:var(--rs-btn-link-text)}.rs-btn-link:focus,.rs-btn-link:hover{background-color:#0000;color:#0a5dc2;color:var(--rs-btn-link-hover-text);text-decoration:underline}.rs-btn-link.rs-btn-active,.rs-btn-link:active{background-color:#0000;color:#004299;color:var(--rs-btn-link-active-text)}.rs-btn-link.rs-btn-disabled,.rs-btn-link:disabled{background-color:#0000;color:#0a5dc2;color:var(--rs-btn-link-hover-text);opacity:.3;text-decoration:none}.rs-theme-high-contrast .rs-btn-link.rs-btn-disabled,.rs-theme-high-contrast .rs-btn-link:disabled{opacity:.5}.rs-btn-ghost{background-color:#0000;border:1px solid #1675e0;border:1px solid var(--rs-btn-ghost-border);color:#1675e0;color:var(--rs-btn-ghost-text)}.rs-btn-ghost:focus,.rs-btn-ghost:hover{background-color:#0000;border-color:#0a5dc2;border-color:var(--rs-btn-ghost-hover-border);color:#0a5dc2;color:var(--rs-btn-ghost-hover-text)}.rs-btn-ghost.rs-btn-active,.rs-btn-ghost:active{background-color:#0000;border-color:#004299;border-color:var(--rs-btn-ghost-active-border);color:#004299;color:var(--rs-btn-ghost-active-text)}.rs-btn-ghost.rs-btn-disabled,.rs-btn-ghost:disabled{background-color:#0000;color:#1675e0;color:var(--rs-btn-ghost-text);opacity:.3}.rs-theme-high-contrast .rs-btn-ghost.rs-btn-disabled,.rs-theme-high-contrast .rs-btn-ghost:disabled{opacity:.5}.rs-btn-red{--rs-btn-primary-bg:var(--rs-red-500);--rs-btn-primary-hover-bg:var(--rs-red-600);--rs-btn-primary-active-bg:var(--rs-red-700);--rs-btn-subtle-hover-bg:var(--rs-red-500);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-red-600);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-red-700);--rs-btn-ghost-text:var(--rs-red-700);--rs-btn-ghost-hover-border:var(--rs-red-800);--rs-btn-ghost-hover-text:var(--rs-red-800);--rs-btn-ghost-active-border:var(--rs-red-900);--rs-btn-ghost-active-text:var(--rs-red-900);--rs-btn-link-text:var(--rs-red-700);--rs-btn-link-hover-text:var(--rs-red-800);--rs-btn-link-active-text:var(--rs-red-900);--rs-iconbtn-primary-addon:var(--rs-red-600);--rs-iconbtn-primary-activated-addon:var(--rs-red-700);--rs-iconbtn-primary-pressed-addon:var(--rs-red-800)}.rs-theme-dark .rs-btn-red{--rs-btn-primary-bg:var(--rs-red-700);--rs-btn-primary-hover-bg:var(--rs-red-600);--rs-btn-primary-active-bg:var(--rs-red-400);--rs-btn-subtle-hover-bg:var(--rs-red-600);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-red-400);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-red-500);--rs-btn-ghost-text:var(--rs-red-500);--rs-btn-ghost-hover-border:var(--rs-red-400);--rs-btn-ghost-hover-text:var(--rs-red-400);--rs-btn-ghost-active-border:var(--rs-red-200);--rs-btn-ghost-active-text:var(--rs-red-200);--rs-btn-link-text:var(--rs-red-500);--rs-btn-link-hover-text:var(--rs-red-400);--rs-btn-link-active-text:var(--rs-red-200);--rs-iconbtn-primary-addon:var(--rs-red-600);--rs-iconbtn-primary-activated-addon:var(--rs-red-500);--rs-iconbtn-primary-pressed-addon:var(--rs-red-400)}.rs-theme-high-contrast .rs-btn-red{--rs-btn-primary-bg:var(--rs-red-700);--rs-btn-primary-hover-bg:var(--rs-red-600);--rs-btn-primary-active-bg:var(--rs-red-400);--rs-btn-subtle-hover-bg:var(--rs-red-600);--rs-btn-subtle-hover-text:var(--rs-gray-900);--rs-btn-subtle-active-bg:var(--rs-red-400);--rs-btn-subtle-active-text:var(--rs-gray-900);--rs-btn-ghost-border:var(--rs-red-500);--rs-btn-ghost-text:var(--rs-red-500);--rs-btn-ghost-hover-border:var(--rs-red-400);--rs-btn-ghost-hover-text:var(--rs-red-400);--rs-btn-ghost-active-border:var(--rs-red-200);--rs-btn-ghost-active-text:var(--rs-red-200);--rs-btn-link-text:var(--rs-red-500);--rs-btn-link-hover-text:var(--rs-red-400);--rs-btn-link-active-text:var(--rs-red-200)}.rs-btn-orange{--rs-btn-primary-bg:var(--rs-orange-500);--rs-btn-primary-hover-bg:var(--rs-orange-600);--rs-btn-primary-active-bg:var(--rs-orange-700);--rs-btn-subtle-hover-bg:var(--rs-orange-500);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-orange-600);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-orange-700);--rs-btn-ghost-text:var(--rs-orange-700);--rs-btn-ghost-hover-border:var(--rs-orange-800);--rs-btn-ghost-hover-text:var(--rs-orange-800);--rs-btn-ghost-active-border:var(--rs-orange-900);--rs-btn-ghost-active-text:var(--rs-orange-900);--rs-btn-link-text:var(--rs-orange-700);--rs-btn-link-hover-text:var(--rs-orange-800);--rs-btn-link-active-text:var(--rs-orange-900);--rs-iconbtn-primary-addon:var(--rs-orange-600);--rs-iconbtn-primary-activated-addon:var(--rs-orange-700);--rs-iconbtn-primary-pressed-addon:var(--rs-orange-800)}.rs-theme-dark .rs-btn-orange{--rs-btn-primary-bg:var(--rs-orange-700);--rs-btn-primary-hover-bg:var(--rs-orange-600);--rs-btn-primary-active-bg:var(--rs-orange-400);--rs-btn-subtle-hover-bg:var(--rs-orange-600);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-orange-400);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-orange-500);--rs-btn-ghost-text:var(--rs-orange-500);--rs-btn-ghost-hover-border:var(--rs-orange-400);--rs-btn-ghost-hover-text:var(--rs-orange-400);--rs-btn-ghost-active-border:var(--rs-orange-200);--rs-btn-ghost-active-text:var(--rs-orange-200);--rs-btn-link-text:var(--rs-orange-500);--rs-btn-link-hover-text:var(--rs-orange-400);--rs-btn-link-active-text:var(--rs-orange-200);--rs-iconbtn-primary-addon:var(--rs-orange-600);--rs-iconbtn-primary-activated-addon:var(--rs-orange-500);--rs-iconbtn-primary-pressed-addon:var(--rs-orange-400)}.rs-theme-high-contrast .rs-btn-orange{--rs-btn-primary-bg:var(--rs-orange-700);--rs-btn-primary-hover-bg:var(--rs-orange-600);--rs-btn-primary-active-bg:var(--rs-orange-400);--rs-btn-subtle-hover-bg:var(--rs-orange-600);--rs-btn-subtle-hover-text:var(--rs-gray-900);--rs-btn-subtle-active-bg:var(--rs-orange-400);--rs-btn-subtle-active-text:var(--rs-gray-900);--rs-btn-ghost-border:var(--rs-orange-500);--rs-btn-ghost-text:var(--rs-orange-500);--rs-btn-ghost-hover-border:var(--rs-orange-400);--rs-btn-ghost-hover-text:var(--rs-orange-400);--rs-btn-ghost-active-border:var(--rs-orange-200);--rs-btn-ghost-active-text:var(--rs-orange-200);--rs-btn-link-text:var(--rs-orange-500);--rs-btn-link-hover-text:var(--rs-orange-400);--rs-btn-link-active-text:var(--rs-orange-200)}.rs-btn-yellow{--rs-btn-primary-bg:var(--rs-yellow-500);--rs-btn-primary-hover-bg:var(--rs-yellow-600);--rs-btn-primary-active-bg:var(--rs-yellow-700);--rs-btn-subtle-hover-bg:var(--rs-yellow-500);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-yellow-600);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-yellow-700);--rs-btn-ghost-text:var(--rs-yellow-700);--rs-btn-ghost-hover-border:var(--rs-yellow-800);--rs-btn-ghost-hover-text:var(--rs-yellow-800);--rs-btn-ghost-active-border:var(--rs-yellow-900);--rs-btn-ghost-active-text:var(--rs-yellow-900);--rs-btn-link-text:var(--rs-yellow-700);--rs-btn-link-hover-text:var(--rs-yellow-800);--rs-btn-link-active-text:var(--rs-yellow-900);--rs-iconbtn-primary-addon:var(--rs-yellow-600);--rs-iconbtn-primary-activated-addon:var(--rs-yellow-700);--rs-iconbtn-primary-pressed-addon:var(--rs-yellow-800)}.rs-theme-dark .rs-btn-yellow{--rs-btn-primary-bg:var(--rs-yellow-700);--rs-btn-primary-hover-bg:var(--rs-yellow-600);--rs-btn-primary-active-bg:var(--rs-yellow-400);--rs-btn-subtle-hover-bg:var(--rs-yellow-600);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-yellow-400);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-yellow-500);--rs-btn-ghost-text:var(--rs-yellow-500);--rs-btn-ghost-hover-border:var(--rs-yellow-400);--rs-btn-ghost-hover-text:var(--rs-yellow-400);--rs-btn-ghost-active-border:var(--rs-yellow-200);--rs-btn-ghost-active-text:var(--rs-yellow-200);--rs-btn-link-text:var(--rs-yellow-500);--rs-btn-link-hover-text:var(--rs-yellow-400);--rs-btn-link-active-text:var(--rs-yellow-200);--rs-iconbtn-primary-addon:var(--rs-yellow-600);--rs-iconbtn-primary-activated-addon:var(--rs-yellow-500);--rs-iconbtn-primary-pressed-addon:var(--rs-yellow-400)}.rs-theme-high-contrast .rs-btn-yellow{--rs-btn-primary-bg:var(--rs-yellow-700);--rs-btn-primary-hover-bg:var(--rs-yellow-600);--rs-btn-primary-active-bg:var(--rs-yellow-400);--rs-btn-subtle-hover-bg:var(--rs-yellow-600);--rs-btn-subtle-hover-text:var(--rs-gray-900);--rs-btn-subtle-active-bg:var(--rs-yellow-400);--rs-btn-subtle-active-text:var(--rs-gray-900);--rs-btn-ghost-border:var(--rs-yellow-500);--rs-btn-ghost-text:var(--rs-yellow-500);--rs-btn-ghost-hover-border:var(--rs-yellow-400);--rs-btn-ghost-hover-text:var(--rs-yellow-400);--rs-btn-ghost-active-border:var(--rs-yellow-200);--rs-btn-ghost-active-text:var(--rs-yellow-200);--rs-btn-link-text:var(--rs-yellow-500);--rs-btn-link-hover-text:var(--rs-yellow-400);--rs-btn-link-active-text:var(--rs-yellow-200)}.rs-btn-green{--rs-btn-primary-bg:var(--rs-green-500);--rs-btn-primary-hover-bg:var(--rs-green-600);--rs-btn-primary-active-bg:var(--rs-green-700);--rs-btn-subtle-hover-bg:var(--rs-green-500);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-green-600);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-green-700);--rs-btn-ghost-text:var(--rs-green-700);--rs-btn-ghost-hover-border:var(--rs-green-800);--rs-btn-ghost-hover-text:var(--rs-green-800);--rs-btn-ghost-active-border:var(--rs-green-900);--rs-btn-ghost-active-text:var(--rs-green-900);--rs-btn-link-text:var(--rs-green-700);--rs-btn-link-hover-text:var(--rs-green-800);--rs-btn-link-active-text:var(--rs-green-900);--rs-iconbtn-primary-addon:var(--rs-green-600);--rs-iconbtn-primary-activated-addon:var(--rs-green-700);--rs-iconbtn-primary-pressed-addon:var(--rs-green-800)}.rs-theme-dark .rs-btn-green{--rs-btn-primary-bg:var(--rs-green-700);--rs-btn-primary-hover-bg:var(--rs-green-600);--rs-btn-primary-active-bg:var(--rs-green-400);--rs-btn-subtle-hover-bg:var(--rs-green-600);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-green-400);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-green-500);--rs-btn-ghost-text:var(--rs-green-500);--rs-btn-ghost-hover-border:var(--rs-green-400);--rs-btn-ghost-hover-text:var(--rs-green-400);--rs-btn-ghost-active-border:var(--rs-green-200);--rs-btn-ghost-active-text:var(--rs-green-200);--rs-btn-link-text:var(--rs-green-500);--rs-btn-link-hover-text:var(--rs-green-400);--rs-btn-link-active-text:var(--rs-green-200);--rs-iconbtn-primary-addon:var(--rs-green-600);--rs-iconbtn-primary-activated-addon:var(--rs-green-500);--rs-iconbtn-primary-pressed-addon:var(--rs-green-400)}.rs-theme-high-contrast .rs-btn-green{--rs-btn-primary-bg:var(--rs-green-700);--rs-btn-primary-hover-bg:var(--rs-green-600);--rs-btn-primary-active-bg:var(--rs-green-400);--rs-btn-subtle-hover-bg:var(--rs-green-600);--rs-btn-subtle-hover-text:var(--rs-gray-900);--rs-btn-subtle-active-bg:var(--rs-green-400);--rs-btn-subtle-active-text:var(--rs-gray-900);--rs-btn-ghost-border:var(--rs-green-500);--rs-btn-ghost-text:var(--rs-green-500);--rs-btn-ghost-hover-border:var(--rs-green-400);--rs-btn-ghost-hover-text:var(--rs-green-400);--rs-btn-ghost-active-border:var(--rs-green-200);--rs-btn-ghost-active-text:var(--rs-green-200);--rs-btn-link-text:var(--rs-green-500);--rs-btn-link-hover-text:var(--rs-green-400);--rs-btn-link-active-text:var(--rs-green-200)}.rs-btn-cyan{--rs-btn-primary-bg:var(--rs-cyan-500);--rs-btn-primary-hover-bg:var(--rs-cyan-600);--rs-btn-primary-active-bg:var(--rs-cyan-700);--rs-btn-subtle-hover-bg:var(--rs-cyan-500);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-cyan-600);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-cyan-700);--rs-btn-ghost-text:var(--rs-cyan-700);--rs-btn-ghost-hover-border:var(--rs-cyan-800);--rs-btn-ghost-hover-text:var(--rs-cyan-800);--rs-btn-ghost-active-border:var(--rs-cyan-900);--rs-btn-ghost-active-text:var(--rs-cyan-900);--rs-btn-link-text:var(--rs-cyan-700);--rs-btn-link-hover-text:var(--rs-cyan-800);--rs-btn-link-active-text:var(--rs-cyan-900);--rs-iconbtn-primary-addon:var(--rs-cyan-600);--rs-iconbtn-primary-activated-addon:var(--rs-cyan-700);--rs-iconbtn-primary-pressed-addon:var(--rs-cyan-800)}.rs-theme-dark .rs-btn-cyan{--rs-btn-primary-bg:var(--rs-cyan-700);--rs-btn-primary-hover-bg:var(--rs-cyan-600);--rs-btn-primary-active-bg:var(--rs-cyan-400);--rs-btn-subtle-hover-bg:var(--rs-cyan-600);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-cyan-400);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-cyan-500);--rs-btn-ghost-text:var(--rs-cyan-500);--rs-btn-ghost-hover-border:var(--rs-cyan-400);--rs-btn-ghost-hover-text:var(--rs-cyan-400);--rs-btn-ghost-active-border:var(--rs-cyan-200);--rs-btn-ghost-active-text:var(--rs-cyan-200);--rs-btn-link-text:var(--rs-cyan-500);--rs-btn-link-hover-text:var(--rs-cyan-400);--rs-btn-link-active-text:var(--rs-cyan-200);--rs-iconbtn-primary-addon:var(--rs-cyan-600);--rs-iconbtn-primary-activated-addon:var(--rs-cyan-500);--rs-iconbtn-primary-pressed-addon:var(--rs-cyan-400)}.rs-theme-high-contrast .rs-btn-cyan{--rs-btn-primary-bg:var(--rs-cyan-700);--rs-btn-primary-hover-bg:var(--rs-cyan-600);--rs-btn-primary-active-bg:var(--rs-cyan-400);--rs-btn-subtle-hover-bg:var(--rs-cyan-600);--rs-btn-subtle-hover-text:var(--rs-gray-900);--rs-btn-subtle-active-bg:var(--rs-cyan-400);--rs-btn-subtle-active-text:var(--rs-gray-900);--rs-btn-ghost-border:var(--rs-cyan-500);--rs-btn-ghost-text:var(--rs-cyan-500);--rs-btn-ghost-hover-border:var(--rs-cyan-400);--rs-btn-ghost-hover-text:var(--rs-cyan-400);--rs-btn-ghost-active-border:var(--rs-cyan-200);--rs-btn-ghost-active-text:var(--rs-cyan-200);--rs-btn-link-text:var(--rs-cyan-500);--rs-btn-link-hover-text:var(--rs-cyan-400);--rs-btn-link-active-text:var(--rs-cyan-200)}.rs-btn-blue{--rs-btn-primary-bg:var(--rs-blue-500);--rs-btn-primary-hover-bg:var(--rs-blue-600);--rs-btn-primary-active-bg:var(--rs-blue-700);--rs-btn-subtle-hover-bg:var(--rs-blue-500);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-blue-600);--rs-btn-subtle-active-text:#fff;--rs-btn-ghost-border:var(--rs-blue-700);--rs-btn-ghost-text:var(--rs-blue-700);--rs-btn-ghost-hover-border:var(--rs-blue-800);--rs-btn-ghost-hover-text:var(--rs-blue-800);--rs-btn-ghost-active-border:var(--rs-blue-900);--rs-btn-ghost-active-text:var(--rs-blue-900);--rs-btn-link-text:var(--rs-blue-700);--rs-btn-link-hover-text:var(--rs-blue-800);--rs-btn-link-active-text:var(--rs-blue-900);--rs-iconbtn-primary-addon:var(--rs-blue-600);--rs-iconbtn-primary-activated-addon:var(--rs-blue-700);--rs-iconbtn-primary-pressed-addon:var(--rs-blue-800)}.rs-btn-lg{font-size:16px;line-height:22px;padding:10px 16px}.rs-btn-ghost.rs-btn-lg{padding:9px 15px}.rs-btn-icon.rs-btn-lg{line-height:20px;padding:11px}.rs-btn-icon.rs-btn-lg>.rs-icon{font-size:20px}.rs-btn-icon-with-text.rs-btn-lg{line-height:22px}.rs-btn-icon-with-text.rs-btn-lg>.rs-icon{height:42px;padding:11px;width:42px}.rs-btn-icon-with-text.rs-btn-lg.rs-btn-icon-placement-left{padding:10px 16px 10px 58px}.rs-btn-icon-with-text.rs-btn-lg.rs-btn-icon-placement-left>.rs-icon{border-right:none;border-right:var(--rs-btn-default-border,none);left:0}.rs-btn-icon-with-text.rs-btn-lg.rs-btn-icon-placement-right{padding:10px 58px 10px 16px}.rs-btn-icon-with-text.rs-btn-lg.rs-btn-icon-placement-right>.rs-icon{border-left:none;border-left:var(--rs-btn-default-border,none);right:0}.rs-btn-md{font-size:14px;line-height:20px;padding:8px 12px}.rs-btn-ghost.rs-btn-md{padding:7px 11px}.rs-btn-icon.rs-btn-md{line-height:16px;padding:10px}.rs-btn-icon.rs-btn-md>.rs-icon{font-size:16px}.rs-btn-icon-with-text.rs-btn-md{line-height:20px}.rs-btn-icon-with-text.rs-btn-md>.rs-icon{height:36px;padding:10px;width:36px}.rs-btn-icon-with-text.rs-btn-md.rs-btn-icon-placement-left{padding:8px 12px 8px 48px}.rs-btn-icon-with-text.rs-btn-md.rs-btn-icon-placement-left>.rs-icon{border-right:none;border-right:var(--rs-btn-default-border,none);left:0}.rs-btn-icon-with-text.rs-btn-md.rs-btn-icon-placement-right{padding:8px 48px 8px 12px}.rs-btn-icon-with-text.rs-btn-md.rs-btn-icon-placement-right>.rs-icon{border-left:none;border-left:var(--rs-btn-default-border,none);right:0}.rs-btn-sm{font-size:14px;line-height:20px;padding:5px 10px}.rs-btn-ghost.rs-btn-sm{padding:4px 9px}.rs-btn-icon.rs-btn-sm{line-height:16px;padding:7px}.rs-btn-icon.rs-btn-sm>.rs-icon{font-size:16px}.rs-btn-icon-with-text.rs-btn-sm{line-height:20px}.rs-btn-icon-with-text.rs-btn-sm>.rs-icon{height:30px;padding:7px;width:30px}.rs-btn-icon-with-text.rs-btn-sm.rs-btn-icon-placement-left{padding:5px 10px 5px 40px}.rs-btn-icon-with-text.rs-btn-sm.rs-btn-icon-placement-left>.rs-icon{border-right:none;border-right:var(--rs-btn-default-border,none);left:0}.rs-btn-icon-with-text.rs-btn-sm.rs-btn-icon-placement-right{padding:5px 40px 5px 10px}.rs-btn-icon-with-text.rs-btn-sm.rs-btn-icon-placement-right>.rs-icon{border-left:none;border-left:var(--rs-btn-default-border,none);right:0}.rs-btn-xs{font-size:12px;line-height:20px;padding:2px 8px}.rs-btn-ghost.rs-btn-xs{padding:1px 7px}.rs-btn-icon.rs-btn-xs{line-height:12px;padding:6px}.rs-btn-icon.rs-btn-xs>.rs-icon{font-size:12px}.rs-btn-icon-with-text.rs-btn-xs{line-height:20px}.rs-btn-icon-with-text.rs-btn-xs>.rs-icon{height:24px;padding:6px;width:24px}.rs-btn-icon-with-text.rs-btn-xs.rs-btn-icon-placement-left{padding:2px 8px 2px 32px}.rs-btn-icon-with-text.rs-btn-xs.rs-btn-icon-placement-left>.rs-icon{border-right:none;border-right:var(--rs-btn-default-border,none);left:0}.rs-btn-icon-with-text.rs-btn-xs.rs-btn-icon-placement-right{padding:2px 32px 2px 8px}.rs-btn-icon-with-text.rs-btn-xs.rs-btn-icon-placement-right>.rs-icon{border-left:none;border-left:var(--rs-btn-default-border,none);right:0}.rs-btn-block{display:block;width:100%}.rs-btn-block+.rs-btn-block{margin-top:5px}.rs-btn-loading{color:#0000!important;cursor:default;pointer-events:none;position:relative}.rs-btn-loading>.rs-btn-spin:after,.rs-btn-loading>.rs-btn-spin:before{border-radius:50%;bottom:0;content:"";height:18px;left:0;margin:auto;position:absolute;right:0;top:0;width:18px;z-index:1}.rs-btn-xs.rs-btn-loading>.rs-btn-spin:after,.rs-btn-xs.rs-btn-loading>.rs-btn-spin:before{height:16px;width:16px}.rs-btn-loading>.rs-btn-spin:before{border:3px solid #f7f7facc;border:3px solid var(--rs-loader-ring)}.rs-btn-primary.rs-btn-loading>.rs-btn-spin:before{border-color:#f8f7fa4d}.rs-theme-high-contrast .rs-btn-primary.rs-btn-loading>.rs-btn-spin:before{border-color:#f7f7fa4d;border-color:var(--rs-loader-ring-inverse)}.rs-btn-loading>.rs-btn-spin:after{animation:buttonSpin .6s linear infinite;border-color:#a6a6a6 #0000 #0000;border-color:var(--rs-loader-rotor) #0000 #0000;border-style:solid;border-width:3px}.rs-btn-primary.rs-btn-loading>.rs-btn-spin:after{border-top-color:#fff}.rs-theme-high-contrast .rs-btn-primary.rs-btn-loading>.rs-btn-spin:after{border-top-color:#fff;border-top-color:var(--rs-loader-rotor-inverse)}@keyframes buttonSpin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.rs-btn-group{display:inline-block;vertical-align:middle}.rs-btn-group,.rs-btn-group>.rs-btn{position:relative}.rs-btn-group>.rs-btn:active,.rs-btn-group>.rs-btn:focus{z-index:2}.rs-btn-group:not(.rs-btn-group-vertical)>.rs-btn{float:left}.rs-btn-group:not(.rs-btn-group-vertical)>.rs-btn:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.rs-btn-group:not(.rs-btn-group-vertical)>.rs-btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.rs-btn-group:not(.rs-btn-group-vertical)>.rs-btn-ghost+.rs-btn-ghost{margin-left:-1px}.rs-btn-group-vertical>.rs-btn{display:block;max-width:100%;width:100%}.rs-btn-group-vertical>.rs-btn:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.rs-btn-group-vertical>.rs-btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.rs-btn-group-vertical>.rs-btn-ghost+.rs-btn-ghost{margin-top:-1px}.rs-btn-group-justified{display:flex;width:100%}.rs-btn-group-justified>.rs-btn{flex:1 1 1%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rs-btn-toolbar{line-height:0}.rs-btn-toolbar>:not(:first-child):not(.rs-btn-block){margin-left:10px}.rs-picker-subtle .picker-subtle-toggle{cursor:pointer;display:inline-block;padding-right:32px;position:relative;z-index:5}.rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle{cursor:not-allowed}.rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:active,.rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:focus,.rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:hover{background:none}.rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:active:after,.rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:focus:after,.rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:hover:after{display:none}.rs-calendar{min-height:266px;overflow:hidden;padding-top:12px;position:relative}.rs-calendar-bordered .rs-calendar-table{border:1px solid #e5e5ea;border:1px solid var(--rs-border-primary);border-radius:6px}.rs-calendar-bordered .rs-calendar-table-header-row .rs-calendar-table-cell,.rs-calendar-bordered .rs-calendar-table-row:not(:last-child) .rs-calendar-table-cell{border-bottom:1px solid #f2f2f5;border-bottom:1px solid var(--rs-border-secondary)}.rs-calendar-bordered .rs-calendar-month-dropdown{border:1px solid #e5e5ea;border:1px solid var(--rs-border-primary);border-radius:6px}.rs-calendar-panel .rs-calendar-header{padding-bottom:6px;width:100%}.rs-calendar-panel .rs-calendar-header:after,.rs-calendar-panel .rs-calendar-header:before{content:" ";display:table}.rs-calendar-panel .rs-calendar-header:after{clear:both}.rs-calendar-panel .rs-calendar-header .rs-calendar-btn-today{float:right}.rs-calendar-panel .rs-calendar-header-backward,.rs-calendar-panel .rs-calendar-header-forward{float:none!important}.rs-calendar-panel.rs-calendar-show-month-dropdown .rs-calendar-header-backward,.rs-calendar-panel.rs-calendar-show-month-dropdown .rs-calendar-header-forward{display:inline-block;pointer-events:none;visibility:hidden}.rs-calendar-panel .rs-calendar-header-month-toolbar{width:auto!important}.rs-calendar-panel .rs-calendar-show-month-dropdown,.rs-calendar-panel.rs-calendar-show-month-dropdown .rs-calendar-header-month-toolbar{padding-left:0;padding-right:0}.rs-calendar-panel .rs-calendar-table-header-row .rs-calendar-table-cell-content{padding-bottom:8px;padding-top:8px}.rs-calendar-panel .rs-calendar-table-cell-is-today .rs-calendar-table-cell-day{background-color:#3498ff;background-color:var(--rs-calendar-today-bg);border-radius:50%;color:#fff;color:var(--rs-calendar-today-text);height:20px;margin-left:auto;margin-right:auto;width:20px}.rs-calendar-panel .rs-calendar-table-cell-is-today .rs-calendar-table-cell-content{box-shadow:none}.rs-calendar-panel .rs-calendar-table-cell-selected .rs-calendar-table-cell-content{background-color:inherit;box-shadow:inset 0 0 0 1px #3498ff;box-shadow:inset 0 0 0 1px var(--rs-input-focus-border);color:inherit}.rs-calendar-panel .rs-calendar-table-cell-day{display:block;margin-top:3px;text-align:center}.rs-calendar-panel .rs-calendar-month-dropdown{margin-left:12px;margin-right:12px;margin-top:-2px;top:54px;width:calc(100% - 24px)}.rs-calendar-panel:not(.rs-calendar-compact) .rs-calendar-month-dropdown-scroll{height:644px}.rs-calendar-panel.rs-calendar-compact .rs-calendar-month-dropdown-scroll{height:344px}.rs-calendar-panel:not(.rs-calendar-compact) .rs-calendar-table-row:not(.rs-calendar-table-header-row) .rs-calendar-table-cell-content{height:100px;overflow:hidden;width:100%}.rs-calendar-panel:not(.rs-calendar-compact) .rs-calendar-table-cell{vertical-align:top}.rs-calendar-panel .rs-calendar-table-cell{line-height:0;padding:0 1px}.rs-calendar-panel .rs-calendar-table-cell-content{border-radius:0;width:100%}.rs-calendar-panel .rs-calendar-table-row:last-child :first-child .rs-calendar-table-cell-content{border-bottom-left-radius:6px}.rs-calendar-panel .rs-calendar-table-row:last-child :last-child .rs-calendar-table-cell-content{border-bottom-right-radius:6px}.rs-calendar-panel.rs-calendar-compact .rs-calendar-table-row:not(.rs-calendar-table-header-row) .rs-calendar-table-cell-content{height:50px}.rs-calendar-show-month-dropdown .rs-calendar-header-month-toolbar{padding-left:24px;padding-right:24px}.rs-calendar-show-month-dropdown .rs-calendar-header-backward,.rs-calendar-show-month-dropdown .rs-calendar-header-forward{display:none}.rs-calendar-show-month-dropdown .rs-calendar-header-title-date{background:#0000;color:#1675e0;color:var(--rs-text-active)}.rs-calendar-show-month-dropdown .rs-calendar-header-title-date.rs-calendar-header-error{color:#f44336;color:var(--rs-text-error)}.rs-calendar-show-month-dropdown .rs-calendar-header-title-date.rs-calendar-header-error:focus,.rs-calendar-show-month-dropdown .rs-calendar-header-title-date.rs-calendar-header-error:hover:active{color:#fff!important}.rs-calendar-show-time-dropdown .rs-calendar-header-title-time{background:#0000;color:#1675e0;color:var(--rs-text-active)}.rs-calendar-show-time-dropdown .rs-calendar-header-title-time.rs-calendar-header-error{color:#f44336;color:var(--rs-text-error)}.rs-calendar-show-time-dropdown .rs-calendar-header-title-time.rs-calendar-header-error:hover:active{color:#fff}.rs-calendar-table-cell-in-range,.rs-calendar-table-cell-selected{position:relative}.rs-calendar-table-cell-in-range:before,.rs-calendar-table-cell-selected:before{content:"";display:block;height:24px;margin-top:4px;position:absolute;top:0;width:100%;z-index:0}.rs-calendar-table-cell-in-range .rs-calendar-table-cell-content,.rs-calendar-table-cell-selected .rs-calendar-table-cell-content{position:relative;z-index:1}.rs-calendar-table-cell-in-range:before{background-color:#cce9ff80;background-color:var(--rs-calendar-range-bg)}.rs-calendar-table-cell-in-range:hover:before{display:none}.rs-calendar-month-dropdown-scroll div:focus{outline:none}.rs-calendar-header{padding-left:12px;padding-right:12px;width:280px}.rs-calendar-header:after,.rs-calendar-header:before{content:" ";display:table}.rs-calendar-header:after{clear:both}.rs-calendar-header-month-toolbar,.rs-calendar-header-time-toolbar{display:inline-block}.rs-calendar-header-month-toolbar{float:left}.rs-calendar-header-time-toolbar{float:right}.rs-calendar-header-title{margin:0 4px}.rs-calendar-header-meridian{font-size:12px;margin-left:4px}.rs-calendar-header-error{--rs-btn-subtle-text:var(--rs-red-500);--rs-btn-subtle-hover-bg:var(--rs-red-500);--rs-btn-subtle-hover-text:#fff;--rs-btn-subtle-active-bg:var(--rs-red-600);--rs-btn-subtle-active-text:#fff;background-color:#0000;border:none;color:#8e8e93;color:var(--rs-btn-subtle-text)}.rs-calendar-header-error:focus,.rs-calendar-header-error:hover{background-color:#f7f7fa;background-color:var(--rs-btn-subtle-hover-bg);color:#575757;color:var(--rs-btn-subtle-hover-text)}.rs-calendar-header-error.rs-btn-active,.rs-calendar-header-error:active{background-color:#e5e5ea;background-color:var(--rs-btn-subtle-active-bg);color:#272c36;color:var(--rs-btn-subtle-active-text)}.rs-calendar-header-error.rs-btn-disabled,.rs-calendar-header-error:disabled{background:none;color:#c5c6c7;color:var(--rs-btn-subtle-disabled-text)}.rs-theme-high-contrast .rs-calendar-header-error.rs-btn-disabled,.rs-theme-high-contrast .rs-calendar-header-error:disabled{opacity:.5}.rs-theme-dark .rs-calendar-header-error{--rs-btn-subtle-hover-bg:var(--rs-red-600);--rs-btn-subtle-active-bg:var(--rs-red-400)}.rs-calendar-header-btn-disabled,.rs-calendar-header-btn-disabled:hover,.rs-calendar-header-btn-disabled:hover:focus{background:none;cursor:not-allowed;opacity:.3}.rs-calendar-header-btn-disabled:after{display:none!important}.rs-calendar-header-has-month:not(.rs-calendar-header-has-time){margin:0 auto;padding-left:12px;padding-right:12px}.rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar{display:block;text-align:center;width:100%}.rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar:after,.rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar:before{content:" ";display:table}.rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar:after{clear:both}.rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-backward{float:left}.rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-forward{float:right}.rs-calendar-header-has-time:not(.rs-calendar-header-has-month){margin:0 auto;text-align:center}.rs-calendar-header-has-time:not(.rs-calendar-header-has-month) .rs-calendar-header-time-toolbar{display:inline-block;float:none}.rs-calendar-header-has-month.rs-calendar-header-has-time{margin:0 auto}[dir=rtl] .rs-calendar-header-backward .rs-icon,[dir=rtl] .rs-calendar-header-forward .rs-icon{transform:rotate(180deg)}.rs-calendar-view{padding:4px 12px 12px}.rs-calendar-table-cell,.rs-calendar-table-header-cell{display:table-cell;padding:1px 0;text-align:center;vertical-align:middle;width:1%}.rs-calendar-table{display:table;table-layout:fixed;width:100%}.rs-calendar-table-row{display:table-row}.rs-calendar-table-row:nth-child(2) .rs-calendar-table-cell-week-number{border-top-left-radius:6px;border-top-right-radius:6px}.rs-calendar-table-row:last-child .rs-calendar-table-cell-week-number{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.rs-calendar-table-cell{display:table-cell;padding:1px 0;text-align:center;vertical-align:middle;width:1%}.rs-calendar-table-cell-disabled .rs-calendar-table-cell-content,.rs-calendar-table-cell-disabled .rs-calendar-table-cell-content:hover,.rs-calendar-table-cell-un-same-month .rs-calendar-table-cell-content,.rs-calendar-table-cell-un-same-month .rs-calendar-table-cell-content:hover{color:#c5c6c7;color:var(--rs-text-disabled)}.rs-calendar-table-cell-disabled .rs-calendar-table-cell-content,.rs-calendar-table-cell-disabled .rs-calendar-table-cell-content:hover{background:none;cursor:not-allowed;text-decoration:line-through}.rs-calendar-table-cell-disabled.rs-calendar-table-cell-is-today.rs-calendar-table-cell-selected .rs-calendar-table-cell-content:hover{background-color:#3498ff;background-color:var(--rs-bg-active);box-shadow:none;color:#fff;color:var(--rs-calendar-date-selected-text)}.rs-theme-high-contrast .rs-calendar-table-cell-disabled.rs-calendar-table-cell-is-today.rs-calendar-table-cell-selected .rs-calendar-table-cell-content:hover{text-decoration:underline}.rs-calendar-table-cell-disabled.rs-calendar-table-cell-selected .rs-calendar-table-cell-content{opacity:.3}.rs-calendar-table-cell-content{border-radius:6px;cursor:pointer;display:inline-block;font-size:14px;line-height:1.42857143;padding:5px}.rs-calendar-table-cell-content:hover{background-color:#f2faff;background-color:var(--rs-state-hover-bg)}.rs-calendar-table-cell-is-today .rs-calendar-table-cell-content{box-shadow:inset 0 0 0 1px #3498ff;box-shadow:inset 0 0 0 1px var(--rs-input-focus-border)}.rs-calendar-table-cell-selected .rs-calendar-table-cell-content{background-color:#3498ff;background-color:var(--rs-bg-active);box-shadow:none;color:#fff;color:var(--rs-calendar-date-selected-text)}.rs-theme-high-contrast .rs-calendar-table-cell-selected .rs-calendar-table-cell-content{text-decoration:underline}.rs-calendar-table-header-row .rs-calendar-table-cell-content{color:#8e8e93;color:var(--rs-text-secondary);font-size:12px;line-height:1.66666667;padding-bottom:2px;padding-top:2px}.rs-calendar-table-header-row .rs-calendar-table-cell-content,.rs-calendar-table-header-row .rs-calendar-table-cell-content:focus,.rs-calendar-table-header-row .rs-calendar-table-cell-content:hover,.rs-calendar-table-header-row .rs-calendar-table-cell-content:hover:focus{background:none;cursor:auto}.rs-calendar-table-cell-week-number{background-color:#f7f7fa;background-color:var(--rs-bg-well);color:#8e8e93;color:var(--rs-text-secondary);display:table-cell;font-size:12px;padding:1px;text-align:center;vertical-align:middle;width:1%}.rs-calendar-month-dropdown{background-color:#fff;background-color:var(--rs-bg-overlay);border-top:1px solid #e5e5ea;border-top:1px solid var(--rs-border-primary);display:none;margin-top:0;overflow:hidden;position:absolute;top:44px;width:100%;z-index:1}.rs-calendar-show-month-dropdown .rs-calendar-month-dropdown{display:block}.rs-calendar-show-month-dropdown .rs-calendar-month-dropdown-content{animation:slideDown .3s linear}.rs-calendar-month-dropdown-scroll{height:230px}.rs-calendar-month-dropdown-row{padding:5px 12px 5px 52px;position:relative}.rs-calendar-month-dropdown-row:not(:last-child){border-bottom:1px dotted #e5e5ea;border-bottom:1px dotted var(--rs-border-primary)}.rs-calendar-month-dropdown-year{left:12px;position:absolute;top:calc(50% - .5em)}.rs-calendar-month-dropdown-year-active{color:#1675e0;color:var(--rs-text-active)}.rs-calendar-month-dropdown-list{display:block}.rs-calendar-month-dropdown-list:after,.rs-calendar-month-dropdown-list:before{content:" ";display:table}.rs-calendar-month-dropdown-list:after{clear:both}.rs-calendar-month-dropdown-cell{display:inline-block;float:left;margin:1px;text-align:center;vertical-align:middle;width:calc(16.66667% - 2px)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.rs-calendar-month-dropdown-cell{width:calc(16.66667% - 2.16667px)}}@supports(-ms-ime-align:auto){.rs-calendar-month-dropdown-cell{width:calc(16.66667% - 2.16667px)}}.rs-calendar-month-dropdown-cell-content{border-radius:6px;cursor:pointer;display:inline-block;font-size:14px;line-height:1.42857143;padding:5px}.rs-calendar-month-dropdown-cell-content:hover{background-color:#f2faff;background-color:var(--rs-state-hover-bg)}.rs-calendar-month-dropdown-cell:not(.rs-calendar-month-dropdown-cell-active).disabled .rs-calendar-month-dropdown-cell-content{background:none;color:#c5c6c7;color:var(--rs-text-disabled);cursor:not-allowed;text-decoration:line-through}.rs-calendar-month-dropdown-cell-active.disabled .rs-calendar-month-dropdown-cell-content{cursor:not-allowed;opacity:.3}.rs-calendar-month-dropdown-cell-active .rs-calendar-month-dropdown-cell-content{background-color:#3498ff;background-color:var(--rs-bg-active);box-shadow:none;color:#fff;color:var(--rs-calendar-date-selected-text)}.rs-theme-high-contrast .rs-calendar-month-dropdown-cell-active .rs-calendar-month-dropdown-cell-content{text-decoration:underline}.rs-calendar-time-dropdown{background-color:#fff;background-color:var(--rs-bg-overlay);color:#575757;color:var(--rs-text-primary);display:none;overflow:hidden;padding-left:12px;padding-right:12px;position:absolute;top:44px;width:100%;z-index:1}.rs-calendar-show-time-dropdown .rs-calendar-time-dropdown{display:block}.rs-calendar-show-time-dropdown .rs-calendar-time-dropdown-content{animation:slideDown .3s linear}.rs-calendar-time-dropdown-row{display:table;width:100%}.rs-calendar-time-dropdown-column{display:table-cell;width:1%}.rs-calendar-time-dropdown-column>ul,.rs-calendar-time-dropdown-column>ul>li{list-style:none;margin:0;padding:0}.rs-calendar-time-dropdown-column>ul{height:230px;overflow-y:auto;padding-bottom:200px}.rs-calendar-time-dropdown-column-title{background-color:#f7f7fa;background-color:var(--rs-calendar-time-unit-bg);color:#8e8e93;color:var(--rs-text-secondary);font-size:12px;line-height:1.66666667;padding-bottom:2px;padding-top:2px;text-align:center;width:100%}.rs-calendar-time-dropdown-cell{color:inherit;cursor:pointer;display:block;font-size:14px;line-height:20px;padding:5px;text-align:center}.rs-calendar-time-dropdown-cell,.rs-calendar-time-dropdown-cell:focus,.rs-calendar-time-dropdown-cell:hover{text-decoration:none}.rs-calendar-time-dropdown-cell:hover{background-color:#cce9ff80;background-color:var(--rs-listbox-option-hover-bg);color:#1675e0;color:var(--rs-listbox-option-hover-text)}.rs-theme-high-contrast .rs-calendar-time-dropdown-cell:hover{color:#1675e0;color:var(--rs-listbox-option-hover-text);outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring);outline-offset:-3px;outline-width:2px;text-decoration:underline}.rs-theme-high-contrast .rs-theme-high-contrast .rs-calendar-time-dropdown-cell:hover{outline-offset:2px}.rs-calendar-time-dropdown-cell.rs-calendar-time-dropdown-cell-active{background-color:#3498ff;background-color:var(--rs-bg-active);color:#fff;color:var(--rs-calendar-date-selected-text)}.rs-theme-high-contrast .rs-calendar-time-dropdown-cell.rs-calendar-time-dropdown-cell-active:hover{background-color:#cce9ff80;background-color:var(--rs-listbox-option-hover-bg);color:#1675e0;color:var(--rs-listbox-option-hover-text)}.rs-theme-high-contrast .rs-theme-high-contrast .rs-calendar-time-dropdown-cell.rs-calendar-time-dropdown-cell-active:hover{color:#1675e0;color:var(--rs-listbox-option-hover-text);outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring);outline-offset:-3px;outline-width:2px;text-decoration:underline}.rs-theme-high-contrast .rs-theme-high-contrast .rs-theme-high-contrast .rs-calendar-time-dropdown-cell.rs-calendar-time-dropdown-cell-active:hover{outline-offset:2px}.rs-calendar-time-dropdown-cell.rs-calendar-time-dropdown-cell-disabled{background:none;color:#c5c6c7;color:var(--rs-text-disabled);cursor:not-allowed;text-decoration:line-through}.rs-calendar-time-dropdown-cell-active.rs-calendar-time-dropdown-cell-disabled.rs-calendar-time-dropdown-cell{cursor:not-allowed;opacity:.3}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes moveLeftHalf{0%{transform:none}to{transform:translateX(-50%)}}@keyframes moveLeftHalf-vertical{0%{transform:none}to{transform:translateY(-50%)}}.rs-picker-cascader-menu-items>div:after,.rs-picker-cascader-menu-items>div:before{content:" ";display:table}.rs-picker-cascader-menu-items>div:after{clear:both}.rs-picker-cascader-search-panel{max-height:300px;overflow:auto}.rs-picker-cascader-row{clear:both;color:#575757;color:var(--rs-text-primary);cursor:pointer;display:block;font-weight:400;line-height:1.42857143;padding:8px 12px;text-decoration:none;width:100%}.ReactVirtualized__Grid .rs-picker-cascader-row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rs-picker-cascader-row:hover{background-color:#cce9ff80;background-color:var(--rs-listbox-option-hover-bg);color:#1675e0;color:var(--rs-listbox-option-hover-text)}.rs-theme-high-contrast .rs-picker-cascader-row:hover{color:#1675e0;color:var(--rs-listbox-option-hover-text);outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring);outline-offset:-3px;outline-width:2px;text-decoration:underline}.rs-theme-high-contrast .rs-theme-high-contrast .rs-picker-cascader-row:hover{outline-offset:2px}.rs-picker-cascader-row.rs-picker-cascader-row-focus{background-color:#cce9ff80;background-color:var(--rs-listbox-option-hover-bg);color:#1675e0;color:var(--rs-listbox-option-hover-text)}.rs-theme-high-contrast .rs-picker-cascader-row.rs-picker-cascader-row-focus{color:#1675e0;color:var(--rs-listbox-option-hover-text);outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring);outline-offset:-3px;outline-width:2px;text-decoration:underline}.rs-theme-high-contrast .rs-theme-high-contrast .rs-picker-cascader-row.rs-picker-cascader-row-focus{outline-offset:2px}.rs-picker-cascader-row.rs-picker-cascader-row-disabled,.rs-picker-cascader-row:disabled{background:none;color:#c5c6c7;color:var(--rs-listbox-option-disabled-text);cursor:not-allowed}.rs-picker-cascader-row.rs-picker-cascader-row-disabled .rs-picker-cascader-search-match,.rs-picker-cascader-row:disabled .rs-picker-cascader-search-match{font-weight:400;opacity:.7}.rs-picker-cascader-col{display:inline-block}.rs-picker-cascader-col:after{content:" / "}.rs-picker-cascader-col:last-child:after{display:none}.rs-picker-cascader-search-match{color:#3498ff;color:var(--rs-primary-500);font-weight:700}.rs-picker-cascader-menu-column{float:left;overflow-y:auto}.rs-picker-cascader-menu-column-loading{align-items:center;display:flex;justify-content:center;padding:4px}.rs-picker-cascader-menu-column-loading .rs-icon{margin:4px}.rs-picker-cascader-menu-items{padding:6px 0}.rs-picker-cascader-menu-items li,.rs-picker-cascader-menu-items ul{list-style:none;margin:0;padding:0}.rs-picker-cascader-menu-item{clear:both;color:#575757;color:var(--rs-text-primary);cursor:pointer;display:block;font-weight:400;line-height:1.42857143;padding:8px 28px 8px 12px;position:relative;text-decoration:none;width:100%;word-break:break-word}.ReactVirtualized__Grid .rs-picker-cascader-menu-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rs-picker-cascader-menu-items-has-children .rs-picker-cascader-menu-item{padding-right:32px}.rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-focus,.rs-picker-cascader-menu-item.rs-picker-select-menu-item-focus,.rs-picker-cascader-menu-item:focus,.rs-picker-cascader-menu-item:hover{background-color:#cce9ff80;background-color:var(--rs-listbox-option-hover-bg);color:#1675e0;color:var(--rs-listbox-option-hover-text)}.rs-theme-high-contrast .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-focus,.rs-theme-high-contrast .rs-picker-cascader-menu-item.rs-picker-select-menu-item-focus,.rs-theme-high-contrast .rs-picker-cascader-menu-item:focus,.rs-theme-high-contrast .rs-picker-cascader-menu-item:hover{color:#1675e0;color:var(--rs-listbox-option-hover-text);outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring);outline-offset:-3px;outline-width:2px;text-decoration:underline}.rs-theme-high-contrast .rs-theme-high-contrast .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-focus,.rs-theme-high-contrast .rs-theme-high-contrast .rs-picker-cascader-menu-item.rs-picker-select-menu-item-focus,.rs-theme-high-contrast .rs-theme-high-contrast .rs-picker-cascader-menu-item:focus,.rs-theme-high-contrast .rs-theme-high-contrast .rs-picker-cascader-menu-item:hover{outline-offset:2px}.rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active{background-color:#f2faff;background-color:var(--rs-listbox-option-selected-bg);color:#1675e0;color:var(--rs-listbox-option-selected-text);font-weight:700}.rs-theme-high-contrast .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active{text-decoration:underline}.rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active .rs-picker-cascader-menu-caret{color:#575757;color:var(--rs-text-primary)}.rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-disabled,.rs-picker-cascader-menu-item:disabled{background:none;color:#c5c6c7;color:var(--rs-listbox-option-disabled-text);cursor:not-allowed}.rs-picker-cascader-menu-caret{align-items:center;display:flex;font-size:12px;height:20px;margin-left:2px;position:absolute;right:12px;top:8px}.rs-checkbox{display:inline-block;position:relative;vertical-align:middle}.rs-checkbox-disabled label{cursor:not-allowed}.rs-checkbox label{cursor:pointer;font-weight:400;line-height:1.14285714;margin-bottom:0}.rs-checkbox-inner:before{border-color:#3498ff;border-color:var(--rs-checkbox-checked-bg)}.rs-checkbox.rs-checkbox-disabled label{cursor:not-allowed}.rs-checkbox-disabled>.rs-checkbox-checker>label{color:#c5c6c7;color:var(--rs-text-disabled)}.rs-checkbox-inline{display:inline-block;font-weight:400;margin-bottom:0;margin-left:10px;margin-top:0;position:relative;vertical-align:middle}.rs-plaintext .rs-checkbox-inline:first-child{margin-left:0}.rs-checkbox [type=checkbox]:focus-visible~.rs-checkbox-inner:before{box-shadow:0 0 0 3px #3498ff40;box-shadow:var(--rs-state-focus-shadow)}.rs-checkbox-checker{line-height:1;min-height:36px;padding-bottom:10px;padding-left:36px;padding-top:10px;position:relative}.rs-checkbox-wrapper .rs-checkbox-inner:after,.rs-checkbox-wrapper .rs-checkbox-inner:before,.rs-checkbox-wrapper:after,.rs-checkbox-wrapper:before{content:"";display:block;left:0;position:absolute;top:0}.rs-checkbox-wrapper .rs-checkbox-inner:after{opacity:0;transform:rotate(45deg) scale(0);transition:opacity .2s ease-in,transform .2s cubic-bezier(.12,.4,.29,1.46)}.rs-theme-high-contrast .rs-checkbox-wrapper .rs-checkbox-inner:after{transition:none}.rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner:after,.rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner:after{border:solid #fff;border:solid var(--rs-checkbox-icon);height:9px;margin-left:5px;margin-top:2px;opacity:1;width:6px}.rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner:after{border-width:0 2px 2px 0;transform:rotate(45deg) scale(1)}.rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner:after{border-width:0 0 2px;margin-left:3px;margin-top:0;transform:rotate(0deg) scale(1);width:10px}.rs-checkbox-wrapper{display:inline-block;height:16px;left:10px;position:absolute;top:10px;width:16px}.rs-checkbox-wrapper [type=checkbox]{height:0;opacity:0;width:0}.rs-checkbox-wrapper .rs-checkbox-inner:after,.rs-checkbox-wrapper .rs-checkbox-inner:before,.rs-checkbox-wrapper:before{height:16px;width:16px}.rs-checkbox-wrapper:before{background-color:#0000;border:1px solid #3498ff;border:1px solid var(--rs-checkbox-checked-bg);border-radius:3px;opacity:.7;transform:scale(1);transition:transform .2s linear,opacity .2s linear;visibility:hidden}.rs-theme-high-contrast .rs-checkbox-wrapper:before{transition:none}.rs-checkbox-checked .rs-checkbox-wrapper:before{opacity:0;transform:scale(1.5);visibility:visible}.rs-checkbox-wrapper:after{bottom:-10px;left:-10px;right:-10px;top:-10px}.rs-checkbox-wrapper .rs-checkbox-inner:before{background-color:#0000;border:1px solid #d9d9d9;border:1px solid var(--rs-checkbox-border);border-radius:3px;transition:background .2s linear,border .2s linear,box-shadow .2s linear}.rs-theme-high-contrast .rs-checkbox-wrapper .rs-checkbox-inner:before{transition:none}label:hover .rs-checkbox-wrapper .rs-checkbox-inner:before{border-color:#3498ff;border-color:var(--rs-checkbox-checked-bg)}.rs-checkbox-disabled:not(.rs-checkbox-checked):not(.rs-checkbox-indeterminate) .rs-checkbox-wrapper .rs-checkbox-inner:before{background-color:#f7f7fa;background-color:var(--rs-checkbox-disabled-bg);border-color:#f7f7fa;border-color:var(--rs-checkbox-disabled-bg)}.rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner:before,.rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner:before{background-color:#3498ff;background-color:var(--rs-checkbox-checked-bg);border-color:#3498ff;border-color:var(--rs-checkbox-checked-bg)}.rs-checkbox-disabled.rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner:before,.rs-checkbox-disabled.rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner:before{opacity:.3}.rs-theme-high-contrast .rs-checkbox-disabled.rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner:before,.rs-theme-high-contrast .rs-checkbox-disabled.rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner:before{opacity:.5}.rs-checkbox-group{display:flex;flex-direction:column}.rs-checkbox-group-inline{flex-direction:row;margin-left:-10px}.rs-picker-check-menu-items{margin-bottom:6px;overflow-y:auto}.rs-picker-check-menu-items ul{list-style:none;margin:0;padding:0}.rs-picker-check-menu-items .rs-picker-menu-group:not(:first-child){border-top:1px solid #e5e5ea;border-top:1px solid var(--rs-border-primary);margin-top:6px;padding-top:6px}.rs-picker-check-menu-items .rs-picker-menu-group-title{color:#272c36;color:var(--rs-text-heading);cursor:default;padding:8px 32px 8px 12px;position:relative;transition:color .3s linear,background-color .3s linear}.rs-picker-check-menu-items .rs-picker-menu-group-title:hover{background-color:#f2faff;background-color:var(--rs-state-hover-bg)}.rs-picker-check-menu-items .rs-picker-menu-group-title .rs-picker-menu-group-caret{display:inline-block;margin-left:2px;padding:3px;position:absolute;right:12px;top:8px;transition:transform .3s linear}.rs-picker-check-menu-items .rs-picker-menu-group.folded .rs-picker-menu-group-caret{transform:rotate(90deg)}.rs-picker-check-menu-items .rs-check-item.rs-checkbox-checked .rs-checkbox-checker>label{font-weight:700}.rs-check-tree{flex:1 1 auto;height:100%;max-height:360px;overflow-y:auto}.rs-check-tree.rs-check-tree-virtualized{overflow:hidden}.rs-check-tree.rs-check-tree-virtualized .ReactVirtualized__Grid.ReactVirtualized__List{padding:0 12px 12px 0}.rs-check-tree.rs-check-tree-virtualized .ReactVirtualized__Grid.ReactVirtualized__List:focus{outline:none}.rs-check-tree .rs-check-item .rs-checkbox-checker>label{margin:0;padding:8px 12px 8px 50px;position:relative;text-align:left}.rs-check-tree .rs-check-item .rs-checkbox-checker>label:before{content:"";height:100%;margin-left:-52px;position:absolute;top:0;width:46px}.rs-check-tree .rs-check-item .rs-checkbox-checker .rs-checkbox-wrapper{left:20px}.rs-check-tree-without-children .rs-check-item .rs-checkbox-checker>label{padding-left:32px}.rs-check-tree-without-children .rs-check-item .rs-checkbox-checker>label:before{margin-left:-34px;width:28px}.rs-check-tree-without-children .rs-check-item .rs-checkbox-checker .rs-checkbox-wrapper{left:0}.rs-check-tree-node{font-size:14px;line-height:22px;position:relative}.rs-check-tree-node .rs-check-item{display:inline-block}.rs-picker-menu .rs-check-tree-node .rs-check-item{display:block}.rs-check-tree-node:focus .rs-check-item .rs-checkbox-checker>label{background-color:#f2faff;background-color:var(--rs-state-hover-bg);color:#575757;color:var(--rs-text-primary)}.rs-check-tree-node .rs-check-item.rs-checkbox-checked .rs-checkbox-checker>label{font-weight:700}.rs-check-tree-node-all-uncheckable .rs-check-item .rs-checkbox-checker>label{padding-left:22px}.rs-check-tree-node-all-uncheckable .rs-check-item .rs-checkbox-checker>label:before{left:0;margin-left:0;width:14px}.rs-check-tree-node-expand-icon-wrapper{cursor:pointer;display:inline-block;position:absolute;z-index:1}.rs-check-tree-node-expand-icon-wrapper>.rs-check-tree-node-expand-icon{display:inline-block;font-size:16px;height:36px;line-height:22px;margin-top:6px;padding:8px 8px 8px 0;transform:rotate(-90deg);transform-origin:1.5px 14px;-webkit-user-select:none;user-select:none}.rs-check-tree-node-expand-icon-wrapper>.rs-check-tree-node-expanded,.rs-check-tree-open>.rs-check-tree-node .rs-check-tree-node-expand-icon-wrapper>.rs-check-tree-node-expand-icon{margin-left:0;margin-top:0;transform:rotate(0deg)}.rs-check-tree-node-expand-icon-wrapper>.rs-check-tree-node-custom-icon,.rs-check-tree-node-expand-icon-wrapper>.rs-check-tree-node-loading-icon{align-items:center;display:flex;font-size:14px;height:36px;width:14px}.rs-check-tree-node-children>.rs-check-tree-children{display:none;position:relative}.rs-check-tree-open.rs-check-tree-node-children>.rs-check-tree-children{display:block}.rs-check-tree-indent-line{border-left:1px solid #0000001a;height:100%;margin-left:-13px;position:absolute;top:0;width:1px}.rs-picker-menu.rs-check-tree-menu{padding-top:12px}.rs-picker-menu.rs-check-tree-menu .rs-picker-search-bar{padding-top:0}.rs-picker-menu .rs-check-tree{padding:0 12px 12px 0}.rs-picker-menu .rs-check-tree.rs-check-tree-virtualized{padding:0}.rs-picker-menu .rs-check-tree-node>.rs-check-tree-node-label .rs-check-tree-node-text-wrapper{display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;width:100%}[dir=rtl] .rs-check-tree-node-expand-icon-wrapper{padding-right:inherit;right:0}[dir=rtl] .ReactVirtualized__Grid__innerScrollContainer .rs-check-tree-node>.rs-check-tree-node-label .rs-check-item .rs-checkbox-checker>label:before{padding-right:inherit;right:46px}.rs-container{display:flex;flex:auto;flex-direction:column}.rs-container-has-sidebar{flex-direction:row}.rs-content{flex:1 1 auto}.rs-form-control-label{margin-bottom:4px}.rs-form-plaintext .rs-form-control-label{color:#8e8e93;color:var(--rs-text-secondary)}.rs-picker-date.rs-picker-default .rs-picker-toggle-caret,.rs-picker-date.rs-picker-default .rs-picker-toggle-clean,.rs-picker-daterange.rs-picker-default .rs-picker-toggle-caret,.rs-picker-daterange.rs-picker-default .rs-picker-toggle-clean{top:7px}.rs-picker-toolbar{border-top:1px solid #e5e5ea;border-top:1px solid var(--rs-border-primary);padding:12px}.rs-picker-date-inline{height:299px}.rs-picker-date-inline .rs-calendar{height:286px}.rs-picker-menu .rs-picker-toolbar{max-width:100%}.rs-picker-menu .rs-picker-toolbar-ranges{max-width:400px}.rs-picker-menu .rs-calendar{display:block;margin:0 auto;min-width:246px}.rs-picker-menu .rs-calendar-show-week-numbers{min-width:278px}.rs-picker-menu .rs-calendar-header{width:100%}.rs-picker-menu .rs-calendar-table{width:auto}.rs-picker-menu .rs-calendar .rs-calendar-month-dropdown-cell-content,.rs-picker-menu .rs-calendar .rs-calendar-table-cell-content{height:30px;width:30px}.rs-picker-menu .rs-calendar .rs-calendar-month-dropdown-cell-content:hover{background-color:#cce9ff80;background-color:var(--rs-listbox-option-hover-bg);color:#1675e0;color:var(--rs-listbox-option-hover-text)}.rs-theme-high-contrast .rs-picker-menu .rs-calendar .rs-calendar-month-dropdown-cell-content:hover{color:#1675e0;color:var(--rs-listbox-option-hover-text);outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring);outline-offset:-3px;outline-width:2px;text-decoration:underline}.rs-theme-high-contrast .rs-theme-high-contrast .rs-picker-menu .rs-calendar .rs-calendar-month-dropdown-cell-content:hover{outline-offset:2px}.rs-picker-menu .rs-calendar .rs-calendar-table-header-row .rs-calendar-table-cell-content{height:24px;padding-top:0}.rs-picker-menu .rs-calendar .rs-calendar-table-cell-content{display:inline-block;padding-left:0;padding-right:0}.rs-picker-menu .rs-calendar .rs-calendar-table-cell:hover .rs-calendar-table-cell-content{background-color:#cce9ff80;background-color:var(--rs-listbox-option-hover-bg);color:#1675e0;color:var(--rs-listbox-option-hover-text)}.rs-theme-high-contrast .rs-picker-menu .rs-calendar .rs-calendar-table-cell:hover .rs-calendar-table-cell-content{color:#1675e0;color:var(--rs-listbox-option-hover-text);outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring);outline-offset:-3px;outline-width:2px;text-decoration:underline}.rs-theme-high-contrast .rs-theme-high-contrast .rs-picker-menu .rs-calendar .rs-calendar-table-cell:hover .rs-calendar-table-cell-content{outline-offset:2px}.rs-picker-menu .rs-calendar .rs-calendar-month-dropdown-scroll{height:227px}.rs-picker-menu .rs-calendar .rs-calendar-time-dropdown-column>ul{height:214px;padding-bottom:184px}.rs-picker-daterange-menu .rs-calendar{display:inline-block;height:276px;padding-bottom:12px}.rs-picker-daterange-menu .rs-calendar:first-child{border-right:1px solid #e5e5ea;border-right:1px solid var(--rs-border-primary)}.rs-picker-daterange-menu .rs-calendar-header{text-align:center;width:100%}.rs-picker-daterange-menu .rs-calendar-header-month-toolbar{float:none}.rs-picker-daterange-menu .rs-calendar-month-dropdown{z-index:1}.rs-picker-daterange-menu .rs-calendar-month-dropdown-list{width:185px}.rs-picker-daterange-menu .rs-picker-daterange-panel-show-one-calendar .rs-picker-toolbar{max-width:255px}.rs-picker-daterange-menu .rs-picker-daterange-panel-show-one-calendar .rs-picker-toolbar-ranges{width:190px}.rs-picker-daterange-menu .rs-picker-daterange-calendar-single .rs-calendar{border:0;display:block;margin:auto}.rs-picker-daterange-header{border-bottom:1px solid #e5e5ea;border-bottom:1px solid var(--rs-border-primary);font-size:14px;line-height:1.42857143;padding:8px 12px}.rs-picker-daterange-calendar-group{height:274px;min-width:492px}.rs-picker-daterange-predefined{border-right:1px solid #e5e5ea;border-right:1px solid var(--rs-border-primary);height:366px;padding:4px 0}.rs-picker-daterange-predefined .rs-btn{display:block}.rs-divider{background-color:#e5e5ea;background-color:var(--rs-divider-border)}.rs-divider-vertical{display:inline-block;height:1em;margin:0 12px;vertical-align:middle;width:1px}.rs-divider-horizontal{height:1px;margin:24px 0}.rs-divider-horizontal.rs-divider-with-text{align-items:center;background:#0000;display:flex;flex-direction:row;margin:30px 0}.rs-divider-horizontal.rs-divider-with-text:after,.rs-divider-horizontal.rs-divider-with-text:before{border-top:1px solid #e5e5ea;border-top:1px solid var(--rs-divider-border);content:"";flex:1 1 auto}.rs-divider-inner-text{flex:0 0 auto;padding:0 12px}@keyframes shakeHead{0%,to{transform:translateZ(0)}25%,75%{transform:translate3d(-10px,0,0)}50%{transform:translate3d(10px,0,0)}}.rs-drawer-wrapper{height:100%;left:0;position:fixed;top:0;width:100%;z-index:1050}.rs-drawer{box-shadow:0 4px 4px #0000001f,0 0 10px #0000000f;box-shadow:var(--rs-drawer-shadow);display:none;outline:0;position:fixed;z-index:1050}.rs-drawer,.rs-drawer-open.rs-drawer-has-backdrop{overflow:hidden}.rs-drawer-left,.rs-drawer-right{height:100%;top:0}.rs-drawer-left.rs-drawer-lg,.rs-drawer-right.rs-drawer-lg{width:968px}.rs-drawer-left.rs-drawer-md,.rs-drawer-right.rs-drawer-md{width:800px}.rs-drawer-left.rs-drawer-sm,.rs-drawer-right.rs-drawer-sm{width:600px}.rs-drawer-left.rs-drawer-xs,.rs-drawer-right.rs-drawer-xs{width:400px}.rs-drawer-bottom,.rs-drawer-top{width:100%}.rs-drawer-bottom.rs-drawer-lg,.rs-drawer-top.rs-drawer-lg{height:568px}.rs-drawer-bottom.rs-drawer-md,.rs-drawer-top.rs-drawer-md{height:480px}.rs-drawer-bottom.rs-drawer-sm,.rs-drawer-top.rs-drawer-sm{height:400px}.rs-drawer-bottom.rs-drawer-xs,.rs-drawer-top.rs-drawer-xs{height:290px}.rs-drawer-full.rs-drawer-bottom,.rs-drawer-full.rs-drawer-top{height:calc(100% - 60px)}.rs-drawer-full.rs-drawer-bottom .rs-drawer-content,.rs-drawer-full.rs-drawer-top .rs-drawer-content{height:100%}.rs-drawer-full.rs-drawer-left,.rs-drawer-full.rs-drawer-right{width:calc(100% - 60px)}.rs-drawer-right{right:0}.rs-drawer-left{left:0}.rs-drawer-top{top:0}.rs-drawer-bottom{bottom:0}.rs-drawer-open .rs-drawer{overflow:visible}.rs-drawer-dialog{height:100%;position:relative;width:100%}.rs-drawer-shake .rs-drawer-dialog{animation:shakeHead .3s linear}.rs-drawer-content{background-color:#fff;background-color:var(--rs-bg-overlay);height:100%;outline:0;position:absolute;width:100%}.rs-theme-high-contrast .rs-drawer-content{background-color:var(--rs-drawer-bg)}.rs-drawer-backdrop{background-color:#272c364d;background-color:var(--rs-bg-backdrop);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.rs-drawer-backdrop.rs-anim-fade{opacity:0;transition:opacity .3s ease-in}.rs-drawer-backdrop.rs-anim-in{opacity:1}.rs-drawer-header{border-bottom:1px solid #e5e5ea;border-bottom:1px solid var(--rs-border-primary);display:flex;padding:20px 40px 20px 60px;position:relative}.rs-drawer-header:after,.rs-drawer-header:before{content:" ";display:table}.rs-drawer-header:after{clear:both}.rs-drawer-header .rs-drawer-header-close{left:15px;position:absolute;top:23px}.rs-drawer-title{color:#272c36;color:var(--rs-text-heading);flex-grow:1;flex-shrink:1;font-size:16px;font-weight:400;line-height:36px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rs-drawer-actions{border-top:none;flex-shrink:0;margin-left:auto;text-align:right}.rs-drawer-actions:after,.rs-drawer-actions:before{content:" ";display:table}.rs-drawer-actions:after{clear:both}.rs-drawer-title~.rs-drawer-actions{margin-left:10px}.rs-drawer-actions .rs-btn+.rs-btn{margin-bottom:0;margin-left:10px}.rs-drawer-actions .rs-btn-group .rs-btn+.rs-btn{margin-left:-1px}.rs-drawer-actions .rs-btn-block+.rs-btn-block{margin-left:0}.rs-drawer-body{height:100%;overflow:auto;padding:30px 60px;position:relative}.rs-drawer-header+.rs-drawer-body{height:calc(100% - 76px)}.rs-drawer-body-close{left:15px;position:absolute;top:25px}.rs-drawer-header~.rs-drawer-body .rs-drawer-body-close{display:none}.rs-drawer-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}.rs-drawer-footer{border-top:none;margin:0 20px 20px;text-align:right}.rs-drawer-footer:after,.rs-drawer-footer:before{content:" ";display:table}.rs-drawer-footer:after{clear:both}.rs-drawer-footer .rs-btn+.rs-btn{margin-bottom:0;margin-left:10px}.rs-drawer-footer .rs-btn-group .rs-btn+.rs-btn{margin-left:-1px}.rs-drawer-footer .rs-btn-block+.rs-btn-block{margin-left:0}.rs-dropdown-toggle-caret{align-items:center;display:flex;font-size:12px;height:20px;margin-left:2px;position:absolute;right:12px;top:8px}@keyframes slideUpIn{0%{transform:scaleY(.8);transform-origin:0 0}to{transform:scaleY(1);transform-origin:0 0}}.rs-picker-toggle-wrapper{display:inline-block;max-width:100%;vertical-align:middle}.rs-picker-toggle.rs-btn .rs-ripple-pond{display:none!important}.rs-picker-block{display:block}.rs-picker-disabled{opacity:.3}.rs-picker-toggle .rs-picker-toggle-placeholder{color:#8e8e93;color:var(--rs-text-secondary);font-family:Montserrat!important;font-size:13px;font-weight:500}.rs-picker-has-value .rs-btn .rs-picker-toggle-value,.rs-picker-has-value .rs-picker-toggle .rs-picker-toggle-value{color:#1675e0;color:var(--rs-picker-value)}.rs-picker-none{color:#8e8e93;color:var(--rs-text-secondary);cursor:default;padding:6px 12px 12px}.rs-picker-countable .rs-picker-toggle-value{display:flex}.rs-picker-value-list{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.rs-picker-value-list{max-width:100%}}.rs-picker-value-count{background-color:#3498ff;background-color:var(--rs-picker-count-bg);border-radius:10px;color:#fff;color:var(--rs-picker-count-text);line-height:20px;margin:0 4px;padding:0 8px}.rs-picker-value-separator{margin:0 4px 0 0}.rs-picker.rs-picker-focused,.rs-picker:not(.rs-picker-disabled):hover{border-color:#3498ff;border-color:var(--rs-input-focus-border)}.rs-picker-toggle-active,.rs-picker.rs-picker-focused{box-shadow:0 0 0 3px #3498ff40;box-shadow:var(--rs-state-focus-shadow)}.rs-picker-toggle{background-color:#f7f7fa;background-color:var(--rs-btn-default-bg);border:none;border:var(--rs-btn-default-border,none);border-radius:6px;color:#575757;color:var(--rs-btn-default-text);cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:20px;margin-bottom:0;padding:8px 12px;position:relative;text-align:center;text-decoration:none;transition:color .2s linear,background-color .3s linear;-webkit-user-select:none;user-select:none;vertical-align:middle}.rs-theme-high-contrast .rs-picker-toggle{transition:none}.rs-btn-ghost.rs-picker-toggle{padding:7px 11px}.rs-btn-icon.rs-picker-toggle{line-height:16px;padding:10px}.rs-btn-icon.rs-picker-toggle>.rs-icon{font-size:16px}.rs-btn-icon-with-text.rs-picker-toggle{line-height:20px}.rs-btn-icon-with-text.rs-picker-toggle>.rs-icon{height:36px;padding:10px;width:36px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-icon-placement-left{padding:8px 12px 8px 48px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-icon-placement-left>.rs-icon{border-right:none;border-right:var(--rs-btn-default-border,none);left:0}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-icon-placement-right{padding:8px 48px 8px 12px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-icon-placement-right>.rs-icon{border-left:none;border-left:var(--rs-btn-default-border,none);right:0}.rs-picker-toggle:focus-visible{outline:3px solid #3498ff40;outline:3px solid var(--rs-color-focus-ring)}.rs-theme-high-contrast .rs-picker-toggle:focus-visible{outline-offset:2px}.rs-picker-toggle:focus,.rs-picker-toggle:hover{background-color:#e5e5ea;background-color:var(--rs-btn-default-hover-bg);color:var(--rs-btn-default-hover-text);text-decoration:none}.rs-picker-toggle.rs-btn-active,.rs-picker-toggle:active{background-color:#d9d9d9;background-color:var(--rs-btn-default-active-bg);color:#272c36;color:var(--rs-btn-default-active-text)}.rs-picker-toggle.rs-btn-disabled,.rs-picker-toggle:disabled{background-color:#f7f7fa;background-color:var(--rs-btn-default-disabled-bg);color:#c5c6c7;color:var(--rs-btn-default-disabled-text);cursor:not-allowed}.rs-theme-high-contrast .rs-picker-toggle.rs-btn-disabled,.rs-theme-high-contrast .rs-picker-toggle:disabled{opacity:.5}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:0.001dpcm){.rs-picker-toggle{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}}.rs-picker-default .rs-picker-toggle{transition:border-color .3s ease-in-out}.rs-theme-high-contrast .rs-picker-default .rs-picker-toggle{transition:none}.rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle-active,.rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle:focus,.rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle:hover{border-color:#3498ff;border-color:var(--rs-input-focus-border)}.rs-picker-subtle .rs-picker-toggle{background-color:#0000;border:none;color:#8e8e93;color:var(--rs-btn-subtle-text);transition:none}.rs-picker-subtle .rs-picker-toggle:focus,.rs-picker-subtle .rs-picker-toggle:hover{background-color:#f7f7fa;background-color:var(--rs-btn-subtle-hover-bg);color:#575757;color:var(--rs-btn-subtle-hover-text)}.rs-picker-subtle .rs-picker-toggle.rs-btn-active,.rs-picker-subtle .rs-picker-toggle:active{background-color:#e5e5ea;background-color:var(--rs-btn-subtle-active-bg);color:#272c36;color:var(--rs-btn-subtle-active-text)}.rs-picker-subtle .rs-picker-toggle.rs-btn-disabled,.rs-picker-subtle .rs-picker-toggle:disabled{background:none;color:#c5c6c7;color:var(--rs-btn-subtle-disabled-text)}.rs-theme-high-contrast .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled,.rs-theme-high-contrast .rs-picker-subtle .rs-picker-toggle:disabled{opacity:.5}.rs-picker-subtle .rs-picker-toggle-active{background-color:#f7f7fa;background-color:var(--rs-btn-subtle-hover-bg);color:#575757;color:var(--rs-btn-subtle-hover-text)}.rs-picker-default .rs-picker-toggle{padding:7px 11px}.rs-picker-toggle-textbox{background-color:#fff;background-color:var(--rs-input-bg);border:1px solid #0000;color:#575757;color:var(--rs-text-primary);font-family:Montserrat!important;font-size:13px;font-weight:500;height:100%;left:0;outline:none;padding-left:10px;padding-right:32px;position:absolute;top:-1px;width:100%}.rs-picker-toggle.rs-btn-lg .rs-picker-toggle-textbox{padding-left:14px}.rs-picker-toggle.rs-btn-sm .rs-picker-toggle-textbox{padding-left:8px}.rs-picker-toggle.rs-btn-xs .rs-picker-toggle-textbox{padding-left:6px}.rs-picker-toggle-read-only{font-family:Montserrat!important;opacity:0}.rs-picker-default .rs-btn,.rs-picker-default .rs-picker-toggle{transition:border-color .3s ease-in-out}.rs-theme-high-contrast .rs-picker-default .rs-btn,.rs-theme-high-contrast .rs-picker-default .rs-picker-toggle{transition:none}.rs-picker-default:not(.rs-picker-disabled) .rs-btn-active,.rs-picker-default:not(.rs-picker-disabled) .rs-btn:focus,.rs-picker-default:not(.rs-picker-disabled) .rs-btn:hover,.rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle-active,.rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle:focus,.rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle:hover{border-color:#3498ff;border-color:var(--rs-input-focus-border)}.rs-picker-subtle .rs-btn,.rs-picker-subtle .rs-picker-toggle{background-color:#0000;border:none;color:#8e8e93;color:var(--rs-btn-subtle-text);transition:none}.rs-picker-subtle .rs-btn:focus,.rs-picker-subtle .rs-btn:hover,.rs-picker-subtle .rs-picker-toggle:focus,.rs-picker-subtle .rs-picker-toggle:hover{background-color:#f7f7fa;background-color:var(--rs-btn-subtle-hover-bg);color:#575757;color:var(--rs-btn-subtle-hover-text)}.rs-picker-subtle .rs-btn.rs-btn-active,.rs-picker-subtle .rs-btn:active,.rs-picker-subtle .rs-picker-toggle.rs-btn-active,.rs-picker-subtle .rs-picker-toggle:active{background-color:#e5e5ea;background-color:var(--rs-btn-subtle-active-bg);color:#272c36;color:var(--rs-btn-subtle-active-text)}.rs-picker-subtle .rs-btn.rs-btn-disabled,.rs-picker-subtle .rs-btn:disabled,.rs-picker-subtle .rs-picker-toggle.rs-btn-disabled,.rs-picker-subtle .rs-picker-toggle:disabled{background:none;color:#c5c6c7;color:var(--rs-btn-subtle-disabled-text)}.rs-theme-high-contrast .rs-picker-subtle .rs-btn.rs-btn-disabled,.rs-theme-high-contrast .rs-picker-subtle .rs-btn:disabled,.rs-theme-high-contrast .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled,.rs-theme-high-contrast .rs-picker-subtle .rs-picker-toggle:disabled{opacity:.5}.rs-picker-subtle .rs-btn-active,.rs-picker-subtle .rs-picker-toggle-active{background-color:#f7f7fa;background-color:var(--rs-btn-subtle-hover-bg);color:#575757;color:var(--rs-btn-subtle-hover-text)}.rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn{padding-right:32px}.rs-picker-has-value.rs-picker-cleanable .rs-picker-toggle.rs-btn{padding-right:44px}.rs-picker-toggle.rs-btn .rs-picker-toggle-caret,.rs-picker-toggle.rs-btn .rs-picker-toggle-clean{top:8px}.rs-picker-default .rs-picker-toggle.rs-btn .rs-picker-toggle-caret,.rs-picker-default .rs-picker-toggle.rs-btn .rs-picker-toggle-clean{top:7px}.rs-picker-toggle.rs-btn .rs-picker-toggle-caret{right:12px}.rs-picker-toggle.rs-btn .rs-picker-toggle-clean{right:30px}.rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:14px;line-height:1.42857143;padding:7px 12px}.rs-picker-tag .rs-picker-toggle.rs-btn~.rs-picker-tag-wrapper{padding-bottom:5px}.rs-picker-tag .rs-picker-toggle.rs-btn~.rs-picker-tag-wrapper .rs-tag{margin-top:5px}.rs-picker-tag .rs-picker-toggle.rs-btn~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:14px;margin-top:5px;padding-left:12px}.rs-picker-tag .rs-picker-toggle.rs-btn~.rs-picker-tag-wrapper input{height:18px}.rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn{box-shadow:none;padding-bottom:7px;padding-top:7px}.rs-picker-date .rs-picker-toggle.rs-btn,.rs-picker-daterange .rs-picker-toggle.rs-btn{padding-right:36px}.rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-caret,.rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-clean{top:8px}.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-clean,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-clean{top:7px}.rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-caret{right:12px}.rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-clean{right:30px}.rs-picker-default .rs-picker-toggle.rs-btn{padding-bottom:7px;padding-top:7px}.rs-picker-toggle.rs-btn-lg{font-size:16px;line-height:22px;padding:10px 16px}.rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn-lg{padding-right:36px}.rs-picker-has-value.rs-picker-cleanable .rs-picker-toggle.rs-btn-lg{padding-right:50px}.rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret,.rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean{top:10px}.rs-picker-default .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret,.rs-picker-default .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean{top:9px}.rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret{right:16px}.rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean{right:32px}.rs-picker-default .rs-picker-toggle.rs-btn-lg{padding-left:15px}.rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn-lg~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:16px;line-height:1.375;padding:8px 16px}.rs-picker-tag .rs-picker-toggle.rs-btn-lg~.rs-picker-tag-wrapper{padding-bottom:6px}.rs-picker-tag .rs-picker-toggle.rs-btn-lg~.rs-picker-tag-wrapper .rs-tag{margin-top:6px}.rs-picker-tag .rs-picker-toggle.rs-btn-lg~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:16px;margin-top:6px;padding-left:16px}.rs-picker-tag .rs-picker-toggle.rs-btn-lg~.rs-picker-tag-wrapper input{height:20px}.rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-lg{box-shadow:none;padding-bottom:8px;padding-top:8px}.rs-picker-date .rs-picker-toggle.rs-btn-lg,.rs-picker-daterange .rs-picker-toggle.rs-btn-lg{padding-right:42px}.rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret,.rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean{top:10px}.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean{top:9px}.rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret{right:16px}.rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean{right:36px}.rs-picker-default .rs-picker-toggle.rs-btn-lg{padding-bottom:9px;padding-top:9px}.rs-btn-ghost.rs-picker-toggle.rs-btn-lg{padding:9px 15px}.rs-btn-icon.rs-picker-toggle.rs-btn-lg{line-height:20px;padding:11px}.rs-btn-icon.rs-picker-toggle.rs-btn-lg>.rs-icon{font-size:20px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-lg{line-height:22px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-lg>.rs-icon{height:42px;padding:11px;width:42px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-lg.rs-btn-icon-placement-left{padding:10px 16px 10px 58px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-lg.rs-btn-icon-placement-left>.rs-icon{border-right:none;border-right:var(--rs-btn-default-border,none);left:0}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-lg.rs-btn-icon-placement-right{padding:10px 58px 10px 16px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-lg.rs-btn-icon-placement-right>.rs-icon{border-left:none;border-left:var(--rs-btn-default-border,none);right:0}.rs-picker-toggle.rs-btn-lg .rs-picker-value-count{line-height:22px}.rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn-md{padding-right:32px}.rs-picker-has-value.rs-picker-cleanable .rs-picker-toggle.rs-btn-md{padding-right:44px}.rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret,.rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean{top:8px}.rs-picker-default .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret,.rs-picker-default .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean{top:7px}.rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret{right:12px}.rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean{right:30px}.rs-picker-default .rs-picker-toggle.rs-btn-md{padding-left:11px}.rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn-md~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:14px;line-height:1.42857143;padding:7px 12px}.rs-picker-tag .rs-picker-toggle.rs-btn-md~.rs-picker-tag-wrapper{padding-bottom:5px}.rs-picker-tag .rs-picker-toggle.rs-btn-md~.rs-picker-tag-wrapper .rs-tag{margin-top:5px}.rs-picker-tag .rs-picker-toggle.rs-btn-md~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:14px;margin-top:5px;padding-left:12px}.rs-picker-tag .rs-picker-toggle.rs-btn-md~.rs-picker-tag-wrapper input{height:18px}.rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-md{box-shadow:none;padding-bottom:7px;padding-top:7px}.rs-picker-date .rs-picker-toggle.rs-btn-md,.rs-picker-daterange .rs-picker-toggle.rs-btn-md{padding-right:36px}.rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret,.rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean{top:8px}.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean{top:7px}.rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret{right:12px}.rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean{right:30px}.rs-picker-default .rs-picker-toggle.rs-btn-md{padding-bottom:7px;padding-top:7px}.rs-picker-toggle.rs-btn-sm{font-size:14px;line-height:20px;padding:5px 10px}.rs-btn-ghost.rs-picker-toggle.rs-btn-sm{padding:4px 9px}.rs-btn-icon.rs-picker-toggle.rs-btn-sm{line-height:16px;padding:7px}.rs-btn-icon.rs-picker-toggle.rs-btn-sm>.rs-icon{font-size:16px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-sm{line-height:20px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-sm>.rs-icon{height:30px;padding:7px;width:30px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-sm.rs-btn-icon-placement-left{padding:5px 10px 5px 40px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-sm.rs-btn-icon-placement-left>.rs-icon{border-right:none;border-right:var(--rs-btn-default-border,none);left:0}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-sm.rs-btn-icon-placement-right{padding:5px 40px 5px 10px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-sm.rs-btn-icon-placement-right>.rs-icon{border-left:none;border-left:var(--rs-btn-default-border,none);right:0}.rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn-sm{padding-right:30px}.rs-picker-has-value.rs-picker-cleanable .rs-picker-toggle.rs-btn-sm{padding-right:42px}.rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret,.rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean{top:5px}.rs-picker-default .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret,.rs-picker-default .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean{top:4px}.rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret{right:10px}.rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean{right:28px}.rs-picker-default .rs-picker-toggle.rs-btn-sm{padding-left:9px}.rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn-sm~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:14px;line-height:1.42857143;padding:4px 10px}.rs-picker-tag .rs-picker-toggle.rs-btn-sm~.rs-picker-tag-wrapper{padding-bottom:2px}.rs-picker-tag .rs-picker-toggle.rs-btn-sm~.rs-picker-tag-wrapper .rs-tag{margin-top:2px}.rs-picker-tag .rs-picker-toggle.rs-btn-sm~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:14px;margin-top:2px;padding-left:10px}.rs-picker-tag .rs-picker-toggle.rs-btn-sm~.rs-picker-tag-wrapper input{height:18px}.rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-sm{box-shadow:none;padding-bottom:4px;padding-top:4px}.rs-picker-date .rs-picker-toggle.rs-btn-sm,.rs-picker-daterange .rs-picker-toggle.rs-btn-sm{padding-right:34px}.rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret,.rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean{top:4px}.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean{top:3px}.rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret{right:10px}.rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean{right:28px}.rs-picker-default .rs-picker-toggle.rs-btn-sm{padding-bottom:4px;padding-top:4px}.rs-picker-toggle.rs-btn-xs{font-size:12px;line-height:20px;padding:2px 8px}.rs-btn-ghost.rs-picker-toggle.rs-btn-xs{padding:1px 7px}.rs-btn-icon.rs-picker-toggle.rs-btn-xs{line-height:12px;padding:6px}.rs-btn-icon.rs-picker-toggle.rs-btn-xs>.rs-icon{font-size:12px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-xs{line-height:20px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-xs>.rs-icon{height:24px;padding:6px;width:24px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-xs.rs-btn-icon-placement-left{padding:2px 8px 2px 32px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-xs.rs-btn-icon-placement-left>.rs-icon{border-right:none;border-right:var(--rs-btn-default-border,none);left:0}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-xs.rs-btn-icon-placement-right{padding:2px 32px 2px 8px}.rs-btn-icon-with-text.rs-picker-toggle.rs-btn-xs.rs-btn-icon-placement-right>.rs-icon{border-left:none;border-left:var(--rs-btn-default-border,none);right:0}.rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn-xs{padding-right:28px}.rs-picker-has-value.rs-picker-cleanable .rs-picker-toggle.rs-btn-xs{padding-right:40px}.rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret,.rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean{top:2px}.rs-picker-default .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret,.rs-picker-default .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean{top:1px}.rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret{right:8px}.rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean{right:26px}.rs-picker-default .rs-picker-toggle.rs-btn-xs{padding-left:7px}.rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn-xs~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:12px;line-height:1.66666667;padding:1px 8px}.rs-picker-tag .rs-picker-toggle.rs-btn-xs~.rs-picker-tag-wrapper{padding-bottom:-1px}.rs-picker-tag .rs-picker-toggle.rs-btn-xs~.rs-picker-tag-wrapper .rs-tag{margin-top:-1px}.rs-picker-tag .rs-picker-toggle.rs-btn-xs~.rs-picker-tag-wrapper .rs-picker-search-input{font-size:12px;margin-top:-1px;padding-left:8px}.rs-picker-tag .rs-picker-toggle.rs-btn-xs~.rs-picker-tag-wrapper input{height:18px}.rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs{box-shadow:none;padding-bottom:1px;padding-top:1px}.rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs~.rs-picker-tag-wrapper{padding-bottom:1px}.rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs~.rs-picker-tag-wrapper .rs-tag{margin-top:1px}.rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs~.rs-picker-tag-wrapper .rs-picker-search-input{padding-bottom:1px;padding-top:1px}.rs-picker-date .rs-picker-toggle.rs-btn-xs,.rs-picker-daterange .rs-picker-toggle.rs-btn-xs{padding-right:30px}.rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret,.rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean{top:2px}.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret,.rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean{top:1px}.rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret,.rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret{right:8px}.rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean{right:24px}.rs-picker-default .rs-picker-toggle.rs-btn-xs{padding-bottom:1px;padding-top:1px}.rs-picker-toggle{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.rs-picker-default .rs-picker-toggle{border:1px solid #e5e5ea;border:1px solid var(--rs-border-primary);color:#575757;color:var(--rs-text-primary);cursor:pointer;display:inline-block;padding-right:32px;position:relative;z-index:5}.rs-picker-disabled .rs-picker-toggle{cursor:not-allowed}.rs-picker-toggle .rs-picker-default:not(.rs-picker-disabled):focus,.rs-picker-toggle .rs-picker-default:not(.rs-picker-disabled):hover{border-color:#3498ff;border-color:var(--rs-input-focus-border)}.rs-picker-subtle .rs-picker-toggle{cursor:pointer;display:inline-block;padding-right:32px;position:relative;z-index:5}.rs-picker-subtle.rs-picker-disabled .rs-picker-toggle{cursor:not-allowed}.rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:active,.rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:focus,.rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:hover{background:none}.rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:active:after,.rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:focus:after,.rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:hover:after{display:none}.rs-picker-toggle-label{color:#575757;color:var(--rs-text-primary)}.rs-picker-toggle-value{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.rs-picker-cleanable.rs-picker-has-value .rs-picker-toggle{padding-right:44px}.rs-picker-date.rs-picker-cleanable.rs-picker-has-value .rs-picker-toggle,.rs-picker-daterange.rs-picker-cleanable.rs-picker-has-value .rs-picker-toggle{padding-right:52px}.rs-picker-toggle-clean{align-items:center;background:inherit;color:#8e8e93;color:var(--rs-text-secondary);cursor:pointer;display:flex;font-size:12px;height:20px;margin-left:2px;position:absolute;right:30px;top:8px;transition:color .2s linear}.rs-picker-toggle-clean.rs-btn-close{padding:4px 0}.rs-picker-toggle-clean:hover{color:#f44336;color:var(--rs-state-error)}.rs-picker-date .rs-picker-toggle-clean,.rs-picker-daterange .rs-picker-toggle-clean{right:38px}.rs-picker-toggle-caret{align-items:center;color:#8e8e93;color:var(--rs-text-secondary);display:flex;font-size:12px;height:20px;margin-left:2px;position:absolute;right:12px;top:8px}.rs-picker-menu{background-color:#fff;background-color:var(--rs-bg-overlay);border-radius:6px;box-shadow:0 4px 4px #0000001f,0 0 10px #0000000f;box-shadow:var(--rs-shadow-overlay);display:flex;flex-direction:column;overflow:hidden;position:absolute;text-align:left;transition:none;z-index:7}.rs-theme-high-contrast .rs-picker-menu{border:1px solid #e5e5ea;border:1px solid var(--rs-border-primary)}.rs-drawer-open .rs-picker-menu,.rs-modal-open .rs-picker-menu{z-index:1055}.rs-picker-menu.rs-picker-check-menu,.rs-picker-menu.rs-picker-select-menu{padding-top:6px}.rs-picker-menu .rs-picker-search-bar{padding:6px 12px 12px;position:relative}.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input{background-color:#fff;background-color:var(--rs-input-bg);background-image:none;border:1px solid #e5e5ea;border:1px solid var(--rs-border-primary);border-radius:6px;color:#575757;color:var(--rs-text-primary);display:block;font-size:14px;line-height:1.42857143;min-width:200px;padding:7px 36px 7px 11px;transition:border-color .3s ease-in-out;width:100%}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input{height:36px}}textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input{height:auto}.rs-theme-high-contrast .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input{transition:none}.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input::placeholder{color:#8e8e93;color:var(--rs-text-secondary)}.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input:focus,.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input:hover:not(:disabled){border-color:#3498ff;border-color:var(--rs-input-focus-border)}.rs-btn-close{background:#0000;border:none;cursor:pointer;font-size:12px;line-height:1;outline:none!important;padding:8px 8px 0;position:absolute;right:0;top:0}.rs-btn-close .rs-icon{vertical-align:bottom}.rs-stack{display:flex}.dateRangePicker{border:1px solid #ddd;border-radius:6px}.theme-dark .dateRangePicker{background:#fff;border-radius:6px}.dateRangePicker p{display:inline-block;font-family:Montserrat}.dateRangePicker .rs-picker-toggle-active{border-color:#0000!important;box-shadow:0 0 0 #fff0}.dateRangePicker .rs-picker-toggle{background:#0000;border:none}.dateRangePicker .rs-picker-toggle:focus-visible{outline:none}.dateRangePicker .rs-picker-toggle .rs-picker-toggle-value{color:#000;font-family:Montserrat;font-size:.8125rem;font-weight:500}.dateRangePicker .rs-picker-toggle .rs-picker-toggle-caret{color:#000;top:6px!important}.rs-anim-fade{border-radius:12px;box-shadow:0 4px 20px #3569b633;z-index:9}.rs-anim-fade .rs-picker-daterange-header{font-family:Montserrat;font-size:.8125rem;font-style:normal;font-weight:500}.rs-anim-fade .rs-picker-daterange-predefined{border:none}.rs-anim-fade .rs-calendar-table-cell-selected .rs-calendar-table-cell-content{background:#3569b6}.rs-anim-fade .rs-picker-toolbar .rs-stack-item input{font-family:Montserrat!important}.rs-anim-fade .rs-picker-toolbar .rs-stack-item .rs-btn-link{color:#3569b6;font-family:Montserrat;font-size:.8125rem;font-style:normal;font-weight:500}.rs-anim-fade .rs-picker-toolbar .rs-stack-item .rs-btn-link:hover{background:#3569b61a;text-decoration:none}.rs-anim-fade .rs-picker-toolbar .rs-stack-item .rs-btn-primary{background:#3569b6;box-shadow:0 4px 12px #3569b64d}.rs-anim-fade .rs-picker-toolbar .rs-stack-item .rs-btn-primary:hover{background:#3569b6e6}.detailSection .table .attatchment_table .subheading li{word-wrap:break-word}.notessection{background:#fff;border-bottom:1px solid #0000001a;margin:0 12px 12px;overflow:hidden}.theme-dark .notessection{background:#333;border-radius:8px}.notessection .username{font-family:Montserrat;font-size:.6875rem;font-weight:600;line-height:16px;margin-bottom:0;margin-top:4px}.theme-dark .notessection .username{color:#ddd}.notessection .creation_date{color:#00000080;font-size:.625rem;line-height:16px;margin-bottom:6px}.theme-dark .notessection .creation_date{color:rgba(0,0,0,.502)}.notessection .usernotes{font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;text-align:justify}.theme-dark .notessection .usernotes{color:#ddd}.notessection:last-child{margin-bottom:0}.react-multi-email{-webkit-tap-highlight-color:rgba(255,255,255,0);align-content:flex-start;align-items:center;background:#fff;border:1px solid #22242626;border-radius:.28571429rem;color:#000000de;display:flex;flex:1 0 auto;flex-wrap:wrap;font-size:13px;line-height:1.21428571em;margin:0;max-width:100%;outline:0;padding:.4em .5em;position:relative;text-align:left;transition:box-shadow .1s ease,border-color .1s ease}.react-multi-email>span[data-placeholder]{display:none;left:.5em;line-height:1.21428571em;padding:.4em;position:absolute;top:.4em}.react-multi-email.focused{background:#fff;border-color:#85b7d9}.react-multi-email.empty>span[data-placeholder]{color:#ccc;display:inline}.react-multi-email.focused>span[data-placeholder]{display:none}.react-multi-email>input{border:0!important;display:inline-block!important;line-height:1;outline:none!important;padding:.4em .1em!important;vertical-align:initial!important;width:auto!important}.react-multi-email [data-tag]{align-items:center;background-color:#f3f3f3;background-image:none;border:0 solid #0000;border-radius:.28571429rem;color:#0009;display:flex;font-size:.8rem;font-weight:600;justify-content:flex-start;line-height:1;margin:.14285714em;max-width:100%;padding:.5833em .833em;text-transform:none;transition:background .1s ease;vertical-align:initial}.react-multi-email [data-tag] [data-tag-item]{max-width:100%;overflow:hidden}.react-multi-email [data-tag]:first-child{margin-left:0}.react-multi-email [data-tag] [data-tag-handle]{cursor:pointer;margin-left:.833em}.theme-dark .headerSection{border-bottom:1px solid #f6f6f6}.headerSection .pageTitle{align-items:center;display:flex}.ScrollSection{padding:100px 20px 120px;z-index:10}.theme-dark .ScrollSection{background:#000}.ScrollSection .detailBox{border:1px solid #0000001a;border-radius:12px;margin-bottom:24px;padding:25px}.theme-dark .ScrollSection .detailBox{border:1px solid #333}.ScrollSection .detailBox h5{border-bottom:1px solid #2160aa;font-family:Montserrat;font-size:16px;font-weight:600;line-height:24px;padding-bottom:12px;width:200px}.theme-dark .ScrollSection .detailBox h5{color:#ddd}.ScrollSection .detailBox .add_logo{background:#efefef;border-radius:100px;height:96px;margin-left:0!important;width:96px}.ScrollSection .detailBox .add_logo.greenBtn.addfile:after,.ScrollSection .detailBox .add_logo.greenBtn.addfile:before{left:35px;position:absolute;top:27px}.ScrollSection .detailBox .add_logo span{left:-9px;position:relative;top:49px}.ScrollSection .detailBox .switch_btn{height:38px;width:60px}.ScrollSection .detailBox .switch_btn .MuiSwitch-root .MuiSwitch-switchBase{padding:0 13px 0 0}.ScrollSection .detailBox .switch_btn .MuiSwitch-root .MuiSwitch-switchBase:hover{background-color:#0000!important}.ScrollSection .detailBox .switch_btn .MuiSwitch-root .MuiSwitch-switchBase .MuiSwitch-thumb{background:#fff!important;border-radius:50%;box-shadow:none!important;height:20px;width:20px}.ScrollSection .detailBox .switch_btn .MuiSwitch-root .MuiSwitch-track{background:#2160aa;border-radius:100px;bottom:5px;height:24px;min-width:44px;opacity:1;position:relative}.ScrollSection .detailBox.employee_portal{font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px;padding:10px 25px}.theme-dark .ScrollSection .detailBox.employee_portal{color:#ddd}.footer_section{background:#fff;bottom:0;box-shadow:0 -2px 10px #00000026;display:flex;height:92px;justify-content:end;padding:20px!important;position:fixed;z-index:99}.theme-dark .footer_section{border:1px solid #333}.footer_section .cancel-btn{border:1px solid #2160aa;color:#2160aa;margin-right:24px;padding:16px 59px;text-decoration:none!important}.footer_section .cancel-btn,.footer_section .save_btn{border-radius:10px;cursor:pointer;font-family:Montserrat;font-size:16px;font-weight:500;line-height:20px}.footer_section .save_btn{background:#2160aa;color:#fff;height:52px;margin-right:0!important;padding:16px 21px!important;text-decoration:none}.footer_section .save_btn:hover{background-color:#2160aa}[data-rbd-draggable-id]{left:auto!important;top:auto!important}.custom_layout_header,.custom_layout_header .right_side{display:flex;justify-content:space-between}.custom_layout_header .right_side{align-items:center;width:calc(200%/var(--Grid-columns))}.custom_layout_header .privew_button{background:#2160aa;border:1px solid #2160aa66;border-radius:6px;color:#fff;font-size:.8125rem;font-weight:400;height:36px;padding:4px 16px 4px 12px;text-transform:capitalize}.custom_layout_header .privew_button svg{height:16px;margin-right:4px}.custom_layout_header .privew_button:hover{color:#2160aa}.width_100{width:100%}.width_20{width:20%}.module_tab{align-items:center;display:flex}.module_tab .right_tab{flex-grow:1}.customModuleWrapper{min-height:100vh;padding:24px 12px 12px}.theme-dark .customModuleWrapper{background:#171b1e}.customModuleWrapper .pageTitle{align-items:center;display:flex;margin-bottom:0}.customModuleWrapper .pageTitle a{color:#2160aa;display:flex;justify-content:center;margin-right:12px}.customModuleWrapper .pageTitle a svg{left:0;position:relative;transition:all .5s ease}.customModuleWrapper .pageTitle a:hover{color:#ec3f3f;cursor:pointer}.customModuleWrapper .pageTitle a:hover svg{left:-4px}.customModuleWrapper .pageTitle .MuiSelect-select{min-width:220px}.customModuleWrapper .fieldsSection{height:calc(100vh - 100px);max-width:330px;min-width:330px;padding-right:8px;position:-webkit-sticky;position:sticky;top:0}.customModuleWrapper .fieldsSection .MuiAccordion-root{border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:16px}.customModuleWrapper .fieldsSection .MuiAccordion-root:before{display:none}.customModuleWrapper .fieldsSection .MuiAccordion-root .MuiAccordionSummary-root{height:48px;width:100%}.customModuleWrapper .fieldsSection .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:0}.customModuleWrapper .fieldsSection .MuiAccordion-root .MuiAccordionSummary-root.Mui-expanded{margin:0;min-height:20px}.customModuleWrapper .fieldsSection .MuiAccordion-root .MuiAccordionDetails-root{padding:0 8px}.customModuleWrapper .fieldsSection .MuiAccordion-root h5{align-items:center;color:#2160aa;display:flex;font-size:.875rem;margin-bottom:4px;padding:12px 8px 4px;position:relative;width:100%}.customModuleWrapper .fieldsSection .MuiAccordion-root h5 svg{height:20px;margin-right:4px}.customModuleWrapper .fieldsSection .MuiAccordion-root h5.unusedTitle:hover{cursor:pointer}.customModuleWrapper .fieldsSection .MuiAccordion-root h5.unusedTitle .count{align-items:center;border:1px solid #d9dcff;border-radius:20px;display:inline-flex;font-size:.75rem;height:22px;justify-content:center;position:absolute;right:8px;top:12px;width:34px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul{display:flex;flex-wrap:wrap;padding:0}.customModuleWrapper .fieldsSection .MuiAccordion-root ul.unusedFields li{width:100%}.customModuleWrapper .fieldsSection .MuiAccordion-root ul.unusedFields li:hover .removeIcon{display:block}.customModuleWrapper .fieldsSection .MuiAccordion-root ul.unusedFields li label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul.unusedFields li label:hover{cursor:grabbing}.customModuleWrapper .fieldsSection .MuiAccordion-root ul.unusedFields li span{border-right:1px dashed #0003;display:inline-block;height:20px;margin:0 8px;width:1px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul.unusedFields li .removeIcon{background:#fff;border-radius:0 4px 4px 0;color:#ec3f3f;display:none;height:36px;padding:4px 0;position:absolute;right:0;top:0}.customModuleWrapper .fieldsSection .MuiAccordion-root ul.unusedFields li .removeIcon svg{height:16px;margin-top:7px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li{align-items:center;background:#e4f1ff;border:.5px solid #d9dcff;border-radius:4px;display:flex;font-size:.75rem;list-style-type:none;margin:1%;min-height:38px;padding:8px 8px 8px 24px;position:relative;width:48%}.theme-dark .customModuleWrapper .fieldsSection .MuiAccordion-root ul li{background:#3a4855;border-color:#3a4855;color:rgba(0,0,0,.502)}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li:hover{cursor:grabbing}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.singleline:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat 0 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.multiline:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -15px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.phone:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -30px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.email:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -45px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.singleselect:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -60px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.multiselect:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -75px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.datepicker:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -90px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.number:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -105px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.currency:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -120px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.checkbox:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -135px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.url:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -150px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.radio:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -165px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.searchselect:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -180px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .MuiAccordion-root ul li.address:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -195px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart{border-radius:12px;box-shadow:0 4px 12px #0000001a;padding-bottom:6px}.theme-dark .customModuleWrapper .fieldsSection .innerPart{background:#000}.customModuleWrapper .fieldsSection .innerPart h5{align-items:center;color:#2160aa;display:flex;font-size:.875rem;margin-bottom:0;padding:12px 8px 4px;position:relative}.customModuleWrapper .fieldsSection .innerPart h5 svg{height:20px;margin-right:4px}.customModuleWrapper .fieldsSection .innerPart h5.unusedTitle:hover{cursor:pointer}.customModuleWrapper .fieldsSection .innerPart h5.unusedTitle .count{align-items:center;border:1px solid #d9dcff;border-radius:20px;display:inline-flex;font-size:.75rem;height:22px;justify-content:center;position:absolute;right:8px;top:12px;width:34px}.customModuleWrapper .fieldsSection .innerPart.notes{border:1px solid #d9dcff;box-shadow:0 4px 12px #0000;margin-bottom:12px}.customModuleWrapper .fieldsSection .innerPart.notes h6{color:#fc6509;font-weight:400}.customModuleWrapper .fieldsSection .innerPart.notes ol{margin:8px 0 0 12px;padding:0}.customModuleWrapper .fieldsSection .innerPart.notes ol li{background:#0000;border:none;color:#00000080;font-size:.75rem;margin:0;padding:2px 4px;width:100%}.customModuleWrapper .fieldsSection .innerPart ul{display:flex;flex-wrap:wrap;margin:4px 6px 0;padding:0}.customModuleWrapper .fieldsSection .innerPart ul.unusedFields li{width:100%}.customModuleWrapper .fieldsSection .innerPart ul.unusedFields li:hover .removeIcon{display:block}.customModuleWrapper .fieldsSection .innerPart ul.unusedFields li label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:56%}.customModuleWrapper .fieldsSection .innerPart ul.unusedFields li label:hover{cursor:grabbing}.customModuleWrapper .fieldsSection .innerPart ul.unusedFields li span{border-right:1px dashed #0003;display:inline-block;height:20px;margin:0 8px;width:1px}.customModuleWrapper .fieldsSection .innerPart ul.unusedFields li .removeIcon{background:#fff;border-radius:0 4px 4px 0;color:#ec3f3f;display:none;height:36px;padding:4px 0;position:absolute;right:0;top:0}.customModuleWrapper .fieldsSection .innerPart ul.unusedFields li .removeIcon svg{height:16px;margin-top:7px}.customModuleWrapper .fieldsSection .innerPart ul li{align-items:center;background:#e4f1ff;border:.5px solid #d9dcff;border-radius:4px;display:flex;font-size:.75rem;list-style-type:none;margin:1%;min-height:38px;padding:8px 8px 8px 24px;position:relative;width:48%}.theme-dark .customModuleWrapper .fieldsSection .innerPart ul li{background:#3a4855;border-color:#3a4855;color:rgba(0,0,0,.502)}.customModuleWrapper .fieldsSection .innerPart ul li:hover{cursor:grabbing}.customModuleWrapper .fieldsSection .innerPart ul li.singleline:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat 0 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.multiline:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -15px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.phone:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -30px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.email:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -45px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.singleselect:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -60px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.multiselect:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -75px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.datepicker:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -90px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.number:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -105px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.currency:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -120px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.checkbox:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -135px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.url:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -150px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.radio:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -165px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.searchselect:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -180px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .fieldsSection .innerPart ul li.address:before{background:url(/static/media/fields_icons.376ab67e5f6e55b4365c.svg) no-repeat -195px 0/225px;content:"";height:15px;left:4px;position:absolute;top:11px;width:15px}.customModuleWrapper .layoutSection{min-height:100vh}.customModuleWrapper .layoutSection .innerPart{border:1px solid #d9dcff;border-radius:12px;padding-bottom:4px}.theme-dark .customModuleWrapper .layoutSection .innerPart{background:#000;border-color:#333}.customModuleWrapper .layoutSection .innerPart .sectionTitle{background:#e4f1ff;border-radius:11px 11px 0 0;display:flex;height:46px;justify-content:space-between;padding:12px}.theme-dark .customModuleWrapper .layoutSection .innerPart .sectionTitle{background:#333}.customModuleWrapper .layoutSection .innerPart .sectionTitle h5{align-items:center;color:#000;display:flex;font-size:.875rem;line-height:21px;margin-bottom:0;margin-top:-4px;outline:none;padding:4px}.customModuleWrapper .layoutSection .innerPart .sectionTitle h5:focus-visible{animation:borderAnimation 1.5s linear infinite;background-image:repeating-linear-gradient(0deg,#6b61dc,#6b61dc 5px,#0000 0,#0000 15px,#6b61dc 0),repeating-linear-gradient(90deg,#6b61dc,#6b61dc 5px,#0000 0,#0000 15px,#6b61dc 0),repeating-linear-gradient(180deg,#6b61dc,#6b61dc 5px,#0000 0,#0000 15px,#6b61dc 0),repeating-linear-gradient(270deg,#6b61dc,#6b61dc 5px,#0000 0,#0000 15px,#6b61dc 0);background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat;background-size:1px calc(100% + 15px),calc(100% + 15px) 1px,1px calc(100% + 15px),calc(100% + 15px) 1px;border-radius:4px;outline:none}.theme-dark .customModuleWrapper .layoutSection .innerPart .sectionTitle h5{color:#ddd}.customModuleWrapper .layoutSection .innerPart .sectionTitle h5 svg{margin-right:8px}.customModuleWrapper .layoutSection .innerPart .sectionTitle .actionBtns{display:none}.customModuleWrapper .layoutSection .innerPart .sectionTitle .actionBtns .addPremium,.customModuleWrapper .layoutSection .innerPart .sectionTitle .actionBtns .delete_btn,.customModuleWrapper .layoutSection .innerPart .sectionTitle .actionBtns .edit_btn{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:16px;outline:none;text-decoration:none}.customModuleWrapper .layoutSection .innerPart .sectionTitle .actionBtns .edit_btn .edit_btn_icon{height:12px;margin-right:4px;position:relative;top:-2px}.customModuleWrapper .layoutSection .innerPart .sectionTitle .actionBtns .addPremium{margin-right:10px;padding:2px 0 0 28px;position:relative}.customModuleWrapper .layoutSection .innerPart .sectionTitle .actionBtns .addPremium.addfile:before{left:1px;position:absolute;top:0}.customModuleWrapper .layoutSection .innerPart .sectionTitle .actionBtns .delete_btn{color:#ec3f3f}.customModuleWrapper .layoutSection .innerPart .sectionTitle .actionBtns svg{color:#eb5757;height:16px;position:relative;top:3px}.customModuleWrapper .layoutSection .innerPart .sectionTitle:hover .actionBtns{display:inherit}.customModuleWrapper .layoutSection .innerPart .subTitle{align-items:center;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;height:40px;margin-bottom:0;padding:12px;position:relative;text-transform:capitalize}.customModuleWrapper .layoutSection .innerPart .subTitle span{outline:none;padding:4px 16px 4px 4px}.customModuleWrapper .layoutSection .innerPart .subTitle span:focus-visible{animation:borderAnimation 1.5s linear infinite;background-image:repeating-linear-gradient(0deg,#6b61dc,#6b61dc 5px,#0000 0,#0000 15px,#6b61dc 0),repeating-linear-gradient(90deg,#6b61dc,#6b61dc 5px,#0000 0,#0000 15px,#6b61dc 0),repeating-linear-gradient(180deg,#6b61dc,#6b61dc 5px,#0000 0,#0000 15px,#6b61dc 0),repeating-linear-gradient(270deg,#6b61dc,#6b61dc 5px,#0000 0,#0000 15px,#6b61dc 0);background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat;background-size:1px calc(100% + 15px),calc(100% + 15px) 1px,1px calc(100% + 15px),calc(100% + 15px) 1px;border-radius:4px;outline:none}@keyframes borderAnimation{0%{background-position:0 0,-15px 0,100% -15px,0 100%}to{background-position:0 -15px,0 0,100% 0,-15px 100%}}.theme-dark .customModuleWrapper .layoutSection .innerPart .subTitle{color:rgba(0,0,0,.502)}.customModuleWrapper .layoutSection .innerPart .subTitle:before{background:#2160aa;bottom:0;content:"";height:1px;left:16px;position:absolute;width:240px}.customModuleWrapper .layoutSection .innerPart .subTitle .actionBtns{display:none;padding-left:8px}.customModuleWrapper .layoutSection .innerPart .subTitle .actionBtns .delete_btn,.customModuleWrapper .layoutSection .innerPart .subTitle .actionBtns .edit_btn{border-radius:4px;color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;height:22px;line-height:20px;outline:none;text-decoration:none}.customModuleWrapper .layoutSection .innerPart .subTitle .actionBtns .edit_btn:hover{background:#2160aa;color:#fff}.customModuleWrapper .layoutSection .innerPart .subTitle .actionBtns .delete_btn{color:#ec3f3f;margin-left:4px}.customModuleWrapper .layoutSection .innerPart .subTitle .actionBtns .delete_btn:hover{background:#ec3f3f;color:#fff}.customModuleWrapper .layoutSection .innerPart .subTitle .actionBtns svg{height:16px;position:relative;top:3px}.customModuleWrapper .layoutSection .innerPart .subTitle:hover .actionBtns{display:inherit}.customModuleWrapper .layoutSection .innerPart .fieldBox{align-items:center;display:inline-flex;position:relative;width:100%}.customModuleWrapper .layoutSection .innerPart .fieldBox:focus,.customModuleWrapper .layoutSection .innerPart .fieldBox:hover{background:#fffced;border-radius:8px}.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox:focus,.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox:hover{background:#333}.customModuleWrapper .layoutSection .innerPart .fieldBox:focus .delete,.customModuleWrapper .layoutSection .innerPart .fieldBox:focus .settings,.customModuleWrapper .layoutSection .innerPart .fieldBox:hover .delete,.customModuleWrapper .layoutSection .innerPart .fieldBox:hover .settings{opacity:1}.customModuleWrapper .layoutSection .innerPart .fieldBox:focus .selectField label,.customModuleWrapper .layoutSection .innerPart .fieldBox:focus .textField label,.customModuleWrapper .layoutSection .innerPart .fieldBox:hover .selectField label,.customModuleWrapper .layoutSection .innerPart .fieldBox:hover .textField label{background:#fffced}.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox:focus .selectField label,.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox:focus .textField label,.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox:hover .selectField label,.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox:hover .textField label{background:#333}.customModuleWrapper .layoutSection .innerPart .fieldBox .selectField,.customModuleWrapper .layoutSection .innerPart .fieldBox .textField{border:1px solid #ddddddb3;border-radius:8px;height:38px;margin-bottom:0;margin-right:2px;padding:12px 10px;position:relative;text-transform:capitalize;width:100%}.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox .selectField,.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox .textField{border-color:#ddd6}.customModuleWrapper .layoutSection .innerPart .fieldBox .selectField label,.customModuleWrapper .layoutSection .innerPart .fieldBox .textField label{align-items:center;background:#fff;color:#2160aa;display:flex;font-size:.625rem;height:20px;left:7px;line-height:10px;padding:0 8px 0 3px;position:absolute;top:-10px}.customModuleWrapper .layoutSection .innerPart .fieldBox .selectField label span,.customModuleWrapper .layoutSection .innerPart .fieldBox .textField label span{color:#ec3f3f;min-height:auto;min-width:auto;padding-left:4px;position:relative;right:auto}.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox .selectField label,.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox .textField label{background:#000}.customModuleWrapper .layoutSection .innerPart .fieldBox .selectField p,.customModuleWrapper .layoutSection .innerPart .fieldBox .textField p{font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:90%}.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox .selectField p,.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox .textField p{color:rgba(0,0,0,.502)}.customModuleWrapper .layoutSection .innerPart .fieldBox .selectField{background:url(/static/media/down_arrow.7781fc9021b45eae0c5a.svg) no-repeat right 12px center/10px}.customModuleWrapper .layoutSection .innerPart .fieldBox .delete,.customModuleWrapper .layoutSection .innerPart .fieldBox .settings{height:20px;min-width:20px;opacity:0}.customModuleWrapper .layoutSection .innerPart .fieldBox .delete svg,.customModuleWrapper .layoutSection .innerPart .fieldBox .settings svg{height:15px;width:15px}.customModuleWrapper .layoutSection .innerPart .fieldBox .settings{padding:1px}.customModuleWrapper .layoutSection .innerPart .fieldBox .settings svg{color:#000}.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox .settings svg{color:#ddd}.customModuleWrapper .layoutSection .innerPart .fieldBox .delete svg{color:#ec3f3f}.customModuleWrapper .layoutSection .innerPart .fieldBox .delete_disable svg{color:#eb575780}.customModuleWrapper .layoutSection .innerPart .fieldBox span{min-height:36px;min-width:26px;position:absolute;right:24px;top:0}.customModuleWrapper .layoutSection .innerPart .fieldBox span a{position:relative;top:0}.customModuleWrapper .layoutSection .innerPart .fieldBox a{align-items:center;border-radius:4px;color:#000;display:flex;height:24px;justify-content:center;padding:4px 2px;position:absolute;right:2px;top:7px;width:24px}.customModuleWrapper .layoutSection .innerPart .fieldBox a span{min-height:20px;min-width:24px;right:0;top:2px}.customModuleWrapper .layoutSection .innerPart .fieldBox a:hover{background:#dddddd80}.customModuleWrapper .layoutSection .innerPart .fieldBox a button:hover{background:#0000}.customModuleWrapper .layoutSection .innerPart .fieldBox a button .MuiTouchRipple-root{display:none}.customModuleWrapper .layoutSection .innerPart .fieldBox a .closedLock{color:rgba(0,0,0,.502);height:15px}.theme-dark .customModuleWrapper .layoutSection .innerPart .fieldBox a .closedLock{color:#ddd}.customModuleWrapper .layoutSection .innerPart .fieldBox a svg{height:16px}.customModuleWrapper .fieldsBox{min-height:100vh}.customModuleWrapper .fieldsBox .dataHeading,.customModuleWrapper .fieldsBox .dataLists{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;flex-wrap:wrap;margin-bottom:0;padding:16px 12px}.theme-dark .customModuleWrapper .fieldsBox .dataHeading,.theme-dark .customModuleWrapper .fieldsBox .dataLists{background:#333;border:1px solid #dddddd80!important;color:#ddd}.customModuleWrapper .fieldsBox .dataHeading li,.customModuleWrapper .fieldsBox .dataLists li{display:flex;flex-basis:0;flex-grow:1;font-size:.875rem;font-weight:500;justify-content:space-between;list-style-type:none;max-width:100%}.customModuleWrapper .fieldsBox .dataHeading li:first-child,.customModuleWrapper .fieldsBox .dataLists li:first-child{max-width:100px}.customModuleWrapper .fieldsBox .dataHeading li:last-child,.customModuleWrapper .fieldsBox .dataLists li:last-child{justify-content:flex-start;max-width:200px;text-align:left}.customModuleWrapper .fieldsBox .dataHeading li:hover .sorting-btn,.customModuleWrapper .fieldsBox .dataLists li:hover .sorting-btn{opacity:1}.customModuleWrapper .fieldsBox .dataHeading li .sorting-btn,.customModuleWrapper .fieldsBox .dataLists li .sorting-btn{background:#0000;background:#fff;border-radius:50%;height:21px;margin-left:auto;margin-right:15px;opacity:0;position:relative;width:21px}.theme-dark .customModuleWrapper .fieldsBox .dataHeading li .sorting-btn,.theme-dark .customModuleWrapper .fieldsBox .dataLists li .sorting-btn{background-color:rgba(0,0,0,.502)}.customModuleWrapper .fieldsBox .dataHeading li .sorting-btn:before,.customModuleWrapper .fieldsBox .dataLists li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:7px;top:5px;width:7px}.theme-dark .customModuleWrapper .fieldsBox .dataHeading li .sorting-btn:before,.theme-dark .customModuleWrapper .fieldsBox .dataLists li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.customModuleWrapper .fieldsBox .dataHeading li .sorting-btn img,.customModuleWrapper .fieldsBox .dataLists li .sorting-btn img{height:11px}.customModuleWrapper .fieldsBox .dataHeading li .sorting-btn.last,.customModuleWrapper .fieldsBox .dataLists li .sorting-btn.last{margin-left:10px;margin-right:0}.customModuleWrapper .fieldsBox .dataLists{background:#0000;border:1px solid #dddddd80!important;border-radius:0;margin-bottom:0;padding:12px}.theme-dark .customModuleWrapper .fieldsBox .dataLists{background:#000;border:1px solid #333;color:#ddd}.customModuleWrapper .fieldsBox .dataLists li{align-self:center;font-weight:400}.customModuleWrapper .fieldsBox .dataLists li:first-child{max-width:100px}.customModuleWrapper .fieldsBox .dataLists li:last-child{justify-content:flex-start;max-width:200px;text-align:left}.customModuleWrapper .summaryBox{background:#e4f1ff;border:1px dashed #a7d1ff;border-radius:16px;margin-bottom:42px;margin-left:15px;padding:12px 24px}.theme-dark .customModuleWrapper .summaryBox{background:#000;border:1px dashed #ddd;color:#ddd}.customModuleWrapper .summaryBox label{background:#bbdcff;border-radius:20px;font-size:1rem;padding:4px 16px;position:relative;top:-22px}.theme-dark .customModuleWrapper .summaryBox label{background:#000;color:#ddd}.customModuleWrapper .summaryBox ul{margin:0 18px}.customModuleWrapper .summaryBox ul li{border-bottom:1px solid #dddddd80;display:flex;list-style-type:none;padding:12px 0}.customModuleWrapper .summaryBox ul li:last-child{border:none}.customModuleWrapper .summaryBox ul li div{display:inline-block;min-width:260px}.customModuleWrapper .summaryBox ul li div:last-child{font-weight:600;padding-left:12px}.customModuleWrapper .summaryBox ul li ul{margin:0}.customModuleWrapper .summaryBox ul li ul li{border:none;padding:0 0 12px}.customModuleWrapper .summaryBox ul li ul li span{display:inline-block;font-weight:400;padding-right:8px}.customModuleWrapper .summaryBox ul li ul li span:last-child{font-weight:600}.customModuleWrapper .btn{cursor:pointer;display:inline-block;padding:8px}.customModuleWrapper .stagessection .tableHeading{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;flex-wrap:wrap;margin-bottom:0;padding:16px 12px}.theme-dark .customModuleWrapper .stagessection .tableHeading{background:#333;border:1px solid #333;color:#ddd}.customModuleWrapper .stagessection .tableHeading li{flex-basis:0;flex-grow:1;font-size:.875rem;font-weight:500;list-style-type:none;max-width:200px}.customModuleWrapper .stagessection .tableHeading li:first-child{max-width:95%}.customModuleWrapper .stagessection .tableHeading li:last-child{margin-right:0;text-align:right}.customModuleWrapper .stagessection .contentarea .tableSubHeading{align-items:center;align-self:center;background:#f8f8f8;display:flex;justify-content:space-between;list-style-type:none;margin-bottom:0;padding:8px 12px}.theme-dark .customModuleWrapper .stagessection .contentarea .tableSubHeading{background:#000;color:#ddd}.customModuleWrapper .stagessection .contentarea .tableSubHeading p{align-items:center;color:#000;font-size:12px;font-weight:400;max-width:200px}.customModuleWrapper .stagessection .contentarea .tableSubHeading p:last-child{text-align:right}.customModuleWrapper .stagessection .contentarea .tableSubHeading p .sourcing{color:#000!important;font-family:Montserrat;font-size:12px;font-weight:400;line-height:15px;text-decoration:none!important}.customModuleWrapper .stagessection .contentarea .tableSubHeading p .sourcing:active,.customModuleWrapper .stagessection .contentarea .tableSubHeading p .sourcing:focus,.customModuleWrapper .stagessection .contentarea .tableSubHeading p .sourcing:hover,.customModuleWrapper .stagessection .contentarea .tableSubHeading p .sourcing:link,.customModuleWrapper .stagessection .contentarea .tableSubHeading p .sourcing:visited{text-decoration:none!important}.customModuleWrapper .stagessection .contentarea .subheading_data{align-items:center;align-self:center;background:#fff;display:flex;justify-content:space-between;list-style-type:none;margin-bottom:0;padding:4px 12px 8px}.customModuleWrapper .stagessection .contentarea .subheading_data li{align-items:center;color:#000;height:30px;max-width:200px}.customModuleWrapper .stagessection .contentarea .subheading_data li:first-child{max-width:80%;padding-left:30px;position:relative}.customModuleWrapper .stagessection .contentarea .subheading_data li:first-child:before{background:#2196537d;border-radius:4px;content:"";height:18px;left:0;position:absolute;top:0;width:18px}.customModuleWrapper .stagessection .contentarea .subheading_data li:last-child{text-align:right}.customModuleWrapper .stagessection .contentarea .innertable{align-items:center;align-self:center;background:#fff;display:flex;justify-content:space-between;list-style-type:none;margin-bottom:0;padding:4px 12px 4px 30px}.theme-dark .customModuleWrapper .stagessection .contentarea .innertable{background:#000}.customModuleWrapper .stagessection .contentarea .innertable li{align-items:center;align-self:center;color:#000;font-size:12px;font-weight:400;margin-bottom:0;max-width:200px;padding:8px 4px 6px}.theme-dark .customModuleWrapper .stagessection .contentarea .innertable li{color:#ddd}.customModuleWrapper .stagessection .contentarea .innertable li:first-child{max-width:80%;padding-left:13px;position:relative}.customModuleWrapper .stagessection .contentarea .innertable li:last-child{text-align:right}.customModuleWrapper .sliding-panel-container .panel-content{padding:24px}.customModuleWrapper .sliding-panel-container .panel-content .pickListView{background:#e4f1ff;border-radius:12px;margin-bottom:24px}.customModuleWrapper .sliding-panel-container .panel-content .pickListView .dragField{position:relative}.customModuleWrapper .sliding-panel-container .panel-content .pickListView .dragField:before{background:url(/static/media/drag-icon.ba694c6500f4ce9859b1.svg) no-repeat 50%/10px;content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;width:24px}.customModuleWrapper .sliding-panel-container .panel-content .pickListView .dragField .inputField{margin-bottom:0;margin-left:24px;width:calc(100% - 24px)}.customModuleWrapper .sliding-panel-container .panel-content .pickListView .add,.customModuleWrapper .sliding-panel-container .panel-content .pickListView .remove{align-items:center;display:inline-flex;height:24px;margin-top:4px;width:24px}.customModuleWrapper .sliding-panel-container .panel-content .pickListView .add{color:#2160aa;margin-right:12px}.customModuleWrapper .sliding-panel-container .panel-content .pickListView .remove{color:#ec3f3f}.customModuleWrapper .sliding-panel-container .successMessage,.customModuleWrapper .sliding-panel-container .warningMessage{animation:slideup 1s ease forwards;background:#fbd4d4;border:1px solid #ec3f3f4d;border-radius:12px;bottom:64px;color:#ec3f3f;font-size:.875rem;left:50%;line-height:18px;max-width:300px;padding:12px 24px;position:absolute;text-align:center;transform:translateX(-50%);z-index:9991}.customModuleWrapper .sliding-panel-container .successMessage h4,.customModuleWrapper .sliding-panel-container .warningMessage h4{margin-bottom:12px}.theme-dark .customModuleWrapper .sliding-panel-container .successMessage h4,.theme-dark .customModuleWrapper .sliding-panel-container .warningMessage h4{color:#ec3f3f}.customModuleWrapper .sliding-panel-container .successMessage{background:#24ff24;border:1px solid #0080004d;color:green}@keyframes slideup{0%{bottom:-110px;opacity:0}to{bottom:64px;opacity:1}}.dropZone.horizontalDrag{height:auto;width:36px}.dropZone.horizontalDrag:before{border-left:1px dashed #00000026;border-right:1px dashed #00000026;content:"";height:calc(100% - 8px);left:2px;position:absolute;top:3px;width:calc(100% - 8px)}.dropZone.active.horizontalDrag{max-width:100px!important;min-width:auto!important;width:100px!important}.dropZone:not(.horizontalDrag).isLast{flex-basis:0;flex-grow:1;max-width:100%}.dropZone{flex:0 0 auto;min-height:30px;position:relative;transition:all .3s ease-in-out;width:100%}.dropZone.active,.trashDropZone.active{background:#e4f1ff;color:#fff;min-height:60px;min-width:100px;transition:all .3s ease-in-out}.theme-dark .dropZone.active,.theme-dark .trashDropZone.active{background:#333}.component{cursor:move;height:40px;padding:0!important}.component.disabled{cursor:not-allowed!important}.column{cursor:move;flex-basis:0;flex-grow:1;max-width:100%}.column,.columns{-webkit-box-flex:1}.columns{align-items:center;display:flex;flex-wrap:wrap;padding:0 4px}.columns .column{position:relative}.columns .column.lastColumn{display:flex;flex-direction:column}.columns .column .actionBtns{position:absolute;right:0;top:0}.columns .column .actionBtns a{cursor:pointer}.columns .column .actionBtns a.delete_btn{color:#ec3f3f;opacity:0}.columns .column .actionBtns a svg{height:18px}.columns .column:hover .actionBtns a.delete_btn{opacity:1}.columnContainer{display:flex}.row{cursor:move;padding:0}.row:hover{outline:1px solid #eb5757}.trashDropZone{align-items:center;border:1px solid purple;display:flex;height:100px;justify-content:center;margin:0 auto;padding:20px 0;position:relative;text-align:center;width:100px}.pageContainer{display:flex;flex:1 1;flex-direction:column;margin-bottom:100px}.swal2-modal .swal2-title{font-size:1.375rem}.swal2-modal .swal2-html-container{font-size:.875rem}.swal2-modal .swal2-cancel,.swal2-modal .swal2-confirm{background-color:#2160aa!important;font-size:.875rem;font-weight:400}.removePopupWrapper{background:#0000004d;height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:991}.removePopupWrapper .innerWrapper{align-items:center;display:flex;margin:24px auto;max-width:400px;min-height:calc(100% - 48px);transition:transform .3s ease-out}.removePopupWrapper .innerWrapper .popupContent{animation:fadeInDown 1s ease-in-out 0s forwards;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0003;opacity:0;padding:32px 24px;width:100%}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:none}}.removePopupWrapper .innerWrapper .popupContent h4{font-size:1.25rem;margin-bottom:24px}.removePopupWrapper .innerWrapper .popupContent p{font-size:.875rem;line-height:18px}.removePopupWrapper .innerWrapper .popupContent .cancelBtn{border-radius:8px;color:#ec3f3f;font-family:Montserrat;padding:12px 24px}.removePopupWrapper .innerWrapper .popupContent .binImg{height:140px;margin:0 auto 24px;position:relative;width:140px}.removePopupWrapper .innerWrapper .popupContent .binImg .lid{animation:swing 2s ease-in-out infinite alternate;position:absolute;right:40px;top:22px;transform-origin:bottom right;z-index:9}.removePopupWrapper .innerWrapper .popupContent .binImg .bin{height:140px}@keyframes swing{0%{transform:rotate(8deg)}to{transform:rotate(-8deg)}}.removePopupWrapper .innerWrapper .popupContent svg{display:block;margin:20px auto 40px;width:100px}.removePopupWrapper .innerWrapper .popupContent svg .path{stroke-dasharray:1000;stroke-dashoffset:0}.removePopupWrapper .innerWrapper .popupContent svg .path.circle{animation:dash 1s ease-in-out}.removePopupWrapper .innerWrapper .popupContent svg .path.check{stroke-dashoffset:-100;animation:dash-check 1s ease-in-out 1s forwards}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}.totalClients{background:#2160aa1a}.theme-dark .totalClients{background:#2160aa66}.totalClients h3{font-family:Montserrat;font-size:1.75rem}.totalClients p{font-family:Montserrat;font-size:.875rem}.theme-dark .totalClients p{color:#ddd}.totalClients .charts{right:0;top:-7px}.activePolicies h3{font-family:Montserrat;font-size:1.75rem}.activePolicies p{font-size:.875rem}.activePolicies p,.activePolicies ul li{font-family:Montserrat}.activePolicies ul li.stp:before{background:#ffc107}.noofLives .totalLives h3,.noofLives h5,.noofLives p{font-family:Montserrat}.noofLives p{color:#000}.alertMessage_broker{background:#fff;border:1px solid #fc650980;border-radius:12px;box-shadow:0 4px 12px #fc650933;padding:16px 12px 12px;position:relative}.alertMessage_broker h5{align-items:center;display:flex;font-family:Montserrat;font-size:.875rem;font-weight:600;gap:8px;margin-bottom:8px}.theme-dark .alertMessage_broker h5{color:#171b1e}.alertMessage_broker h5 svg{color:#fc6509}.alertMessage_broker p{color:#00000080;font-family:Montserrat;font-size:.8125rem;margin-bottom:4px}.theme-dark .alertMessage_broker p{color:#ffffff80}.alertMessage_broker a{display:block;height:18px;position:absolute;right:16px;top:22px;width:18px}.alertMessage_broker a svg{color:rgba(0,0,0,.502);left:auto;position:relative;top:auto}.alertMessage_broker a:hover{cursor:pointer}.alertMessage_broker ul{margin:0;max-height:300px;overflow-x:hidden;overflow-y:auto;padding-left:10px}.alertMessage_broker ul::-webkit-scrollbar{width:0}.alertMessage_broker ul li{color:#00000080;font-family:Montserrat;font-size:.8125rem;margin-bottom:6px;padding-left:10px;position:relative}.alertMessage_broker ul li:before{background:#2160aa;border-radius:50%;content:"";height:5px;left:0;position:absolute;top:7px;width:5px}@media(max-width:1450px){.alertMessage_broker ul li{display:flex;flex-direction:column;gap:0}}.theme-dark .policyRenewal{background:#def5e6b3;box-shadow:0 4px 16px #000000e6}.policyRenewal p{font-size:.875rem}.theme-dark .alertSummary p{color:#ffffffb3}.theme-dark .alertSummary ul li{border-color:#ffffff4d}.loginTypeToggle button{font-family:Montserrat}.graphLib .graphBox{background:#6b62dc1a}.dateRangePicker .rs-picker-has-value .rs-btn-default{padding-right:50px}.supportWrapper p{font-family:Montserrat}.theme-dark .supportWrapper p{color:rgba(0,0,0,.502)}.detailSection .employee_detailpolicy .Accordion_section{animation:fadeIn 1s both;background:#fff;border-radius:12px!important;box-shadow:0 4px 16px #0000001a;margin-bottom:10px}.theme-dark .detailSection .employee_detailpolicy .Accordion_section{background-color:#171b1e;border:1px solid #333}.detailSection .employee_detailpolicy .Accordion_section:before{background:#0000}.detailSection .employee_detailpolicy .Accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content,.detailSection .employee_detailpolicy .Accordion_section.Mui-expanded{margin:0}.detailSection .employee_detailpolicy .Accordion_section .MuiAccordionSummary-root.Mui-expanded{min-height:48px}.detailSection .employee_detailpolicy .Accordion_section .policies_detail{display:flex;justify-content:space-between}.detailSection .employee_detailpolicy .Accordion_section .policies_detail h4{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px}.detailSection .employee_detailpolicy .Accordion_section .policies_detail h4 span{color:#000;display:block;font-size:.75rem;font-weight:700;line-height:15px;padding-top:8px}.theme-dark .detailSection .employee_detailpolicy .Accordion_section .policies_detail h4 span{color:#ddd}.detailSection .employee_detailpolicy .Accordion_section .policies_detail .subHeading{font-size:.875rem;font-weight:600;line-height:14px;margin:0 0 12px;position:relative}.theme-dark .detailSection .employee_detailpolicy .Accordion_section .policies_detail .subHeading{color:rgba(0,0,0,.502)}.detailSection .employee_detailpolicy .Accordion_section .policies_detail .subHeading:before{background:#2160aa;content:"";height:1px;left:0;position:absolute;top:30px;width:200px}.detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable{overflow-x:auto}.detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table{min-width:2200px;width:100%}.detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table .heading{align-items:center;background:#e4f1ff66;border-bottom:1px solid #e4f1ff;border-radius:4px 4px 0 0;display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.theme-dark .detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table .heading{background:#333!important;border-bottom:1px solid #333}.detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table .heading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:auto;line-height:24px;list-style-type:none;margin-bottom:0;min-width:200px;padding:10px 12px}.theme-dark .detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table .heading li{background:#333!important;color:rgba(0,0,0,.502)}.detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.theme-dark .detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table .subheading{border-bottom:1px solid #333}.detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table .subheading:last-child{border-bottom:0}.detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table .subheading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;list-style-type:none;margin-bottom:0;min-height:50px;min-width:200px;padding:13px 12px}.theme-dark .detailSection .employee_detailpolicy .Accordion_section .employeeDetailtable .employeePolicy_table .subheading li{color:#ddd!important}.detailSection .employee_detailpolicy .employee_policiesSection{border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:12px}.detailSection .employee_detailpolicy .employee_policiesSection.accordion_padding{margin:0 16px 20px;padding:0!important}.detailSection .employee_detailpolicy .employee_policiesSection h5{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:23px;margin-bottom:0;max-width:70%;overflow:hidden;padding-top:8px;text-overflow:ellipsis;white-space:nowrap}.detailSection .employee_detailpolicy .employee_policiesSection h6{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;margin-bottom:0;padding-top:8px}.theme-dark .detailSection .employee_detailpolicy .employee_policiesSection h6{color:#ddd}.detailSection .policyDetail .Accordion_section{animation:fadeIn 1s both;background:#fff;border-radius:12px!important;box-shadow:0 4px 16px #0000001a;margin-bottom:10px}.theme-dark .detailSection .policyDetail .Accordion_section{background-color:#171b1e;border:1px solid #333}.detailSection .policyDetail .Accordion_section:before{background:#0000}.detailSection .policyDetail .Accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content,.detailSection .policyDetail .Accordion_section.Mui-expanded{margin:0}.detailSection .policyDetail .Accordion_section .MuiAccordionSummary-root.Mui-expanded{max-height:48px;min-height:48px}.detailSection .policyDetail .Accordion_section .emp_switchFields span{font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;padding-right:24px}.theme-dark .detailSection .policyDetail .Accordion_section .emp_switchFields span{color:#ddd}.detailSection .policyDetail .Accordion_section .heading{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px;margin-top:14px}.theme-dark .detailSection .policyDetail .Accordion_section .heading{color:#ddd}.detailSection .policyDetail .Accordion_section .coverageAmt{display:flex;flex-wrap:wrap;margin:0}.detailSection .policyDetail .Accordion_section .coverageAmt li{list-style:none;margin-right:12px}.detailSection .policyDetail .Accordion_section .coverageAmt li:last-child{margin-right:0}@media(max-width:1100px){.detailSection .policyDetail .Accordion_section .coverageAmt li{margin-bottom:16px;margin-right:16px}}@media(max-width:1310px){.detailSection .policyDetail .Accordion_section .coverageAmt li{margin-bottom:16px}}.detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx{display:inline-block;position:relative}.detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx label{border:1px solid #d9dcff;border-radius:20px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;height:57px;line-height:17px;padding:10px 12px;position:relative;text-align:center;width:177px}.theme-dark .detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx label{background:#333;border-color:#333}.detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx label:after{border:1px solid #2160aa;border-radius:50%;content:"";height:25px;left:10px;position:absolute;top:14px;width:25px}.detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx label p{bottom:19px;font-size:.75rem;font-weight:500;left:0;line-height:17px;position:absolute;width:100%}.theme-dark .detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx label p{color:#ddd}.detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx input:checked~label{border:1px solid #2160aa;box-shadow:0 -4px 12px #0000001a;color:#000}.detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx input:checked~label:after{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat 50%/100%;border:none;border-radius:50%;content:"";height:26px;left:10px;position:absolute;width:26px}.detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.detailSection .policyDetail .Accordion_section .coverageAmt li .Checkboxx input:hover{cursor:pointer}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box{display:inline-block;position:relative}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box label{border:1px solid #0000001a;border-radius:20px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:14px;padding:12px;position:relative;text-align:center;width:100%}.theme-dark .detailSection .policyDetail .Accordion_section .planTypeSection .radio_box label{background:#333;border:1px solid #333;color:#fff}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box label p{font-size:.6875rem;font-weight:500;line-height:13px;opacity:.5;padding-top:12px}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box input:checked~label{box-shadow:0 4px 12px #0000001a;color:#fff}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box input:checked~label p{opacity:.5}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box input:hover{cursor:pointer}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box.plantypes label{font-size:.875rem;font-weight:500;line-height:20px;padding-bottom:17px;padding-left:60px;padding-top:17px;position:relative;text-align:left!important}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box.plantypes label span{display:block;font-family:Montserrat;font-size:.6875rem;font-weight:400;line-height:14px;padding-top:4px}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box.plantypes label:before{border:1px solid #2160aa;border-radius:50%;content:"";height:26px;left:11px;position:absolute;top:50%;transform:translateY(-50%);width:26px}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box.plantypes input:checked~label{border:1px solid #2160aa;border-radius:20px;box-shadow:none;color:#000}.theme-dark .detailSection .policyDetail .Accordion_section .planTypeSection .radio_box.plantypes input:checked~label{color:#fff}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box.plantypes input:checked~label p{opacity:.5}.detailSection .policyDetail .Accordion_section .planTypeSection .radio_box.plantypes input:checked~label:before{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat 50%/26px;border:none}.detailSection .policyDetail .policyyearSection{border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:12px}.detailSection .policyDetail .policyyearSection.gradepadding{margin:0 16px 20px;padding:0!important}.detailSection .policyDetail .policyyearSection h5{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detailSection .policyDetail .policyyearSection h4,.detailSection .policyDetail .policyyearSection h5{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:23px;margin-bottom:0;padding-top:8px}.detailSection .policyDetail .policyyearSection h6{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;margin-bottom:0;padding-top:8px}.theme-dark .detailSection .policyDetail .policyyearSection h6{color:#ddd}.theme-dark .detailSection .MuiAccordionSummary-expandIconWrapper{color:#fff}.status_dropdown{align-items:center;border:1px dashed;border-radius:20px;display:flex;max-width:250px;min-width:140px;padding:2px 10px}.theme-dark .status_dropdown{border-color:#fff!important}.status_dropdown.disabled_sd .inputFieldd .MuiSelect-select,.theme-dark .status_dropdown.disabled_sd .inputFieldd .MuiSelect-select{background:none!important}.status_dropdown svg{height:16px;width:24px}.status_dropdown .inputFieldd{margin-bottom:0;position:relative;text-align:center;width:100%}.status_dropdown .inputFieldd .MuiOutlinedInput-input{font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:15px;padding:9px 20px 7px 1px}.status_dropdown .inputFieldd input,.status_dropdown .inputFieldd label{font-family:Montserrat;font-size:.75rem;font-weight:500;letter-spacing:0}.theme-dark .status_dropdown .inputFieldd input,.theme-dark .status_dropdown .inputFieldd label{color:#ddd}.status_dropdown .inputFieldd label{background:#fff;left:-30px;top:0}.theme-dark .status_dropdown .inputFieldd label{background:#0000!important;color:#fff!important}.status_dropdown .inputFieldd input{height:23px}.status_dropdown .inputFieldd .MuiSelect-select{background:url(/static/media/down_arrow.7781fc9021b45eae0c5a.svg) no-repeat right 5px center/10px!important;text-align:left}.status_dropdown .inputFieldd .MuiInputLabel-shrink{color:#2160aa!important}.status_dropdown .inputFieldd svg{display:none}.status_dropdown .inputFieldd .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2160aa!important}.status_dropdown .inputFieldd fieldset{border:none!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px}.theme-dark .status_dropdown .inputFieldd fieldset{border-color:rgba(0,0,0,.502)}.status_dropdown span{font-family:Montserrat;font-size:13px;font-weight:600;padding:8px 0 6px 4px}div#_1 div,div#_20 div,div#_72 div{background:#d4d4d4;border-color:#7b7b7b;border-radius:20px;color:#7b7b7b}div#_2 div{background:#caceff;border-color:#525ceb;border-radius:20px;color:#525ceb}div#_3 div{background:#c4ebf9;border-color:#227d9f;border-radius:20px;color:#227d9f}div#_4 div,div#_75 div{background:#c0fbd7;border-color:#008032;border-radius:20px;color:#008032}div#_26 div,div#_5 div,div#_51 div,div#_58 div,div#_76 div{background:#fcb1b1;border-color:#ff1d1d;border-radius:20px;color:#ff1d1d}div#_6 div,div#_71 div{background:#ffca99;border-color:#fb8b24;border-radius:20px;color:#fb8b24}div#_17 div{background:#fed6ff;border-color:#e26ee5;border-radius:20px;color:#e26ee5}div#_21 div{background:#c6fdff;border-color:#52d3d8;border-radius:20px;color:#52d3d8}div#_22,div#_52,div#_59,div#_73 div{background:#fecaca;border-color:#fa7070;border-radius:20px;color:#fa7070}div#_23 div{background:#ffdce8;border-color:#d61355;border-radius:20px;color:#d61355}div#_24 div,div#_34 div{background:#ffe7d4;border-color:#f6b17a;border-radius:20px;color:#f6b17a}div#_25 div,div#_67 div,div#_78 div{background:#f9d2d2;border-color:#e64848;border-radius:20px;color:#e64848}div#_29 div{background:#e0ffff;border-color:#2d9596;border-radius:20px;color:#2d9596}div#_30 div{background:#d0e8fb;border-color:#0766ad;border-radius:20px;color:#0766ad}div#_31 div{background:#d5ffe6;border-color:#508d69;border-radius:20px;color:#508d69}div#_35 div,div#_79 div{background:#ffdae7;border-color:#860a35;border-radius:20px;color:#860a35}div#_36 div{background:#ffe1ec;border-color:#cb6488;border-radius:20px;color:#cb6488}div#_37 div{background:#e1ffe4;border-color:#4f6f52;border-radius:20px;color:#4f6f52}div#_38 div{background:#dcfffd;border-color:#339690;border-radius:20px;color:#339690}div#_39 div,div#_43 div{background:#c4aecd;border-color:#7702a9;border-radius:20px;color:#7702a9}div#_40 div{background:#ffd2d4;border-color:#e06469;border-radius:20px;color:#e06469}div#_41 div,div#_44 div{background:#ffe4dd;border-color:#fa7070;border-radius:20px;color:#fa7070}div#_42 div,div#_45 div,div#_66 div{background:#d7ffff;border-color:#1b4242;border-radius:20px;color:#1b4242}div#_46 div{background:#fce7d7;border-color:#cd5c08;border-radius:20px;color:#cd5c08}div#_47 div,div#_54 div,div#_61 div,div#_77 div{background:#d6e3fb;border-color:#447eea!important;border-radius:20px;color:#447eea!important}div#_48 div,div#_55 div{background:#caceff;border-color:#525ceb;border-radius:20px;color:#525ceb}div#_49 div,div#_56 div{background:#dcd6ff;border-color:#7360df;border-radius:20px;color:#7360df}div#_50 div,div#_57 div{background:#c0fbd7;border-color:#008032;border-radius:20px;color:#008032!important}div#_53 div{background:#e9ccfc;border-color:#90f;border-radius:20px;color:#90f}div#_60 div,div#_62 div,div#_65 div{background:#c6e0b4;border-color:#00871b;border-radius:20px;color:#00871b}div#_63 div,div#_64 div{background:#d0e0ff;border-color:#447eea;border-radius:20px;color:#447eea}div#_59 div{background:#fdd;border-color:#c00;border-radius:20px;color:#c00}div#_68 div{background:#ffeac4;border-color:#fda403;border-radius:20px;color:#fda403}div#_69 div{background:#fcd6bd;border-color:#cf4c00;border-radius:20px;color:#cf4c00}div#_70 div{background:#e8e3ff;border-color:#280bba;border-radius:20px;color:#280bba}div#_74 div{background:#d9e1f2;border-color:#8ea9db;border-radius:20px;color:#8ea9db}div#_11 div,div#_13 div,div#_15 div,div#_18 div,div#_27 div,div#_32 div,div#_7 div,div#_9 div{background:#dfffd9;border-color:#1db300;border-radius:20px;color:#1db300}div#_10 div,div#_12 div,div#_14 div,div#_16 div,div#_19 div,div#_28 div,div#_33 div,div#_8 div{background:#ffe8d1;border-color:#f3aa60;border-radius:20px;color:#f3aa60}h2{font-size:36px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}.signout_option .MuiMenu-list .MuiMenuItem-root{font-size:.75rem;justify-content:end}.dashboardWrapper{min-height:100vh;padding:8px 12px 0}.theme-dark .dashboardWrapper{background-color:#171b1e}.dashboardWrapper .CustomModuleLink{align-items:center;border-radius:8px;color:#3a4855;display:flex;height:30px;justify-content:center;width:30px}.dashboardWrapper .CustomModuleLink:hover{cursor:pointer}.dashboardWrapper .CustomModuleLink svg{height:20px}.theme-dark .dashboardWrapper .CustomModuleLink{background-color:#000;color:#fff}.dashboardWrapper .quickLaunch{background:#2160aa;border-radius:8px;bottom:16px;box-shadow:0 4px 12px #2160aa66;height:38px;min-width:20px;position:fixed;right:16px;transition:all .3s ease;width:38px;z-index:991}.dashboardWrapper .quickLaunch:hover{background:#2160aa;border-radius:20px}.dashboardWrapper .quickLaunch svg{color:#fff}.dashboardWrapper .todolist{margin-bottom:40px}.dashboardWrapper .todolist:active{text-decoration:none!important}.dashboardWrapper .todolist h4{margin-bottom:17px}.dashboardWrapper .todolist .addpolicy{align-items:center;color:#000;display:flex;font-family:Montserrat,sans-serif;font-size:14px;margin-bottom:12px;min-height:36px;padding:0 4px 0 44px;position:relative}.theme-dark .dashboardWrapper .todolist .addpolicy{color:rgba(0,0,0,.502)}.dashboardWrapper .todolist .addpolicy:active,.dashboardWrapper .todolist .addpolicy:focus,.dashboardWrapper .todolist .addpolicy:link,.dashboardWrapper .todolist .addpolicy:visited{text-decoration:none}.dashboardWrapper .todolist .addpolicy:hover{color:#2160aa;text-decoration:none}.dashboardWrapper .todolist .addpolicy:hover:before{background-color:#c5d8ed}.dashboardWrapper .todolist .addpolicy:before{background-color:#eee;background-image:url(/static/media/todo_icons.937f33caf926ab12c5bd.svg);background-position:0 0;background-size:128px;border-radius:50px;content:"";height:32px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:32px}.dashboardWrapper .todolist .familyprofile{align-items:center;color:#000;display:flex;font-family:Montserrat,sans-serif;font-size:14px;margin-bottom:12px;min-height:36px;padding:0 4px 0 44px;position:relative}.theme-dark .dashboardWrapper .todolist .familyprofile{color:rgba(0,0,0,.502)}.dashboardWrapper .todolist .familyprofile:active,.dashboardWrapper .todolist .familyprofile:focus,.dashboardWrapper .todolist .familyprofile:link,.dashboardWrapper .todolist .familyprofile:visited{text-decoration:none}.dashboardWrapper .todolist .familyprofile:hover{color:#2160aa;text-decoration:none}.dashboardWrapper .todolist .familyprofile:hover:before{background-color:#c5d8ed}.dashboardWrapper .todolist .familyprofile:before{background-color:#eee;background-image:url(/static/media/todo_icons.937f33caf926ab12c5bd.svg);background-position:-32px 0;background-size:128px;border-radius:50px;content:"";height:32px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:32px}.dashboardWrapper .todolist .riskscore{align-items:center;color:#000;display:flex;font-family:Montserrat,sans-serif;font-size:14px;margin-bottom:12px;min-height:36px;padding:0 4px 0 44px;position:relative}.theme-dark .dashboardWrapper .todolist .riskscore{color:rgba(0,0,0,.502)}.dashboardWrapper .todolist .riskscore:active,.dashboardWrapper .todolist .riskscore:focus,.dashboardWrapper .todolist .riskscore:link,.dashboardWrapper .todolist .riskscore:visited{text-decoration:none}.dashboardWrapper .todolist .riskscore:hover{color:#2160aa;text-decoration:none}.dashboardWrapper .todolist .riskscore:hover:before{background-color:#c5d8ed}.dashboardWrapper .todolist .riskscore:before{background-color:#eee;background-image:url(/static/media/todo_icons.937f33caf926ab12c5bd.svg);background-position:-64px 0;background-size:128px;border-radius:50px;content:"";height:32px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:32px}.dashboardWrapper .todolist .addcity{align-items:center;color:#000;display:flex;font-family:Montserrat,sans-serif;font-size:14px;margin-bottom:12px;min-height:36px;padding:0 4px 0 44px;position:relative}.theme-dark .dashboardWrapper .todolist .addcity{color:rgba(0,0,0,.502)}.dashboardWrapper .todolist .addcity:active,.dashboardWrapper .todolist .addcity:focus,.dashboardWrapper .todolist .addcity:link,.dashboardWrapper .todolist .addcity:visited{text-decoration:none}.dashboardWrapper .todolist .addcity:hover{color:#2160aa;text-decoration:none}.dashboardWrapper .todolist .addcity:hover:before{background-color:#c5d8ed}.dashboardWrapper .todolist .addcity:before{background-color:#eee;background-image:url(/static/media/todo_icons.937f33caf926ab12c5bd.svg);background-position:-96px 0;background-size:128px;border-radius:50px;content:"";height:32px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:32px}.showMenuBtns .MuiMenu-paper{border-radius:8px!important;box-shadow:0 4px 24px #0003!important;margin-top:-44px}.showMenuBtns .MuiMenu-paper li{font-size:.875rem}.scrollable_area{height:calc(100vh - 180px);overflow-x:hidden;overflow-y:auto}.scrollable_area .popup-subheading{color:#000;font-family:Montserrat;font-size:16px;font-weight:600;line-height:24px;position:relative}.scrollable_area .popup-subheading:before{background:#2160aa;bottom:0;content:"";height:1px;left:0;position:absolute;width:200px}.scrollable_area .voluntry_accordion{margin:12px}.scrollable_area .voluntry_accordion .accordion_section{background:#fff;border-radius:12px!important;box-shadow:0 4px 16px #0000001a;margin-bottom:16px!important}.theme-dark .scrollable_area .voluntry_accordion .accordion_section{background-color:#333}.scrollable_area .voluntry_accordion .accordion_section:before{background:#0000}.scrollable_area .voluntry_accordion .accordion_section.Mui-expanded{margin:10px 0}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:12px 0!important;padding-left:0!important}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .checkBox{display:block;margin-left:10px}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .checkBox input{display:none}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .checkBox label{cursor:pointer;display:inline-block;font-family:Montserrat;font-size:14px;font-weight:400;line-height:16px;padding-left:28px;position:relative}.theme-dark .scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .checkBox label{color:#fff}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .checkBox label:before{background-color:#0000;border:1px solid #828282;border-radius:4px;content:"";cursor:pointer;height:16px;left:0;position:absolute;top:20px;width:16px}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .checkBox input:checked+label{color:#2160aa}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .checkBox input:checked+label:before{border:1px solid #2160aa}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .checkBox input:checked+label:after{border:solid #2160aa;border-width:0 2px 2px 0;content:"";display:block;height:7px;left:7px;position:absolute;top:23px;transform:rotate(45deg);width:3px}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .Mui-expanded,.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .title{align-self:center;color:#2160aa;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:24px;margin-bottom:0;padding-left:6px}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .Mui-expanded span,.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .title span{color:#000;display:block;font-family:Montserrat;font-size:.6875rem;font-weight:400;line-height:20px;margin-top:8px;opacity:.5}.theme-dark .scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .Mui-expanded span,.theme-dark .scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .title span{color:#ddd}.scrollable_area .voluntry_accordion .accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .Mui-expanded{max-height:78px;min-height:78px}.theme-dark .slidingPanel{background:#171b1e}.slidingPanel .select_feature{padding:0 0 0 12px}.slidingPanel .select_feature hr{border:none;border-top:1px solid #d9dcff}.theme-dark .slidingPanel .select_feature hr{border-color:#ddd}.slidingPanel .select_feature h4{color:#000;font-family:Montserrat;font-size:1.125rem;font-weight:600;line-height:24px}.theme-dark .slidingPanel .select_feature h4{color:#ddd}.slidingPanel .popup-subheading{color:#000;font-family:Montserrat;font-size:16px;font-weight:600;line-height:24px;position:relative}.slidingPanel .popup-subheading:before{background:#2160aa;bottom:0;content:"";height:1px;left:0;position:absolute;width:200px}.slidingPanel .scrollable_area{height:calc(100vh - 180px);overflow-x:hidden;overflow-y:auto}.slidingPanel .scrollable_area .popup-subheading{color:#000;font-family:Montserrat;font-size:16px;font-weight:600;line-height:24px;position:relative}.slidingPanel .scrollable_area .popup-subheading:before{background:#2160aa;bottom:0;content:"";height:1px;left:0;position:absolute;width:200px}.slidingPanel .scrollable_area .MuiPaper-root{border-radius:4px;margin-bottom:16px}.slidingPanel .scrollable_area .MuiPaper-root:before{background-color:#0000}.theme-dark .slidingPanel .scrollable_area .MuiPaper-root{background-color:#333}.slidingPanel .scrollable_area .MuiPaper-root .MuiButtonBase-root{min-height:0;padding:0}.slidingPanel .scrollable_area .MuiPaper-root .MuiButtonBase-root .MuiAccordionSummary-content{padding-left:12px}.slidingPanel .scrollable_area .MuiPaper-root .MuiButtonBase-root .MuiAccordionSummary-content .MuiTypography-root{font-family:Montserrat,sans-serif;font-size:1rem;line-height:20px}.theme-dark .slidingPanel .scrollable_area .MuiPaper-root .MuiButtonBase-root .MuiAccordionSummary-content .MuiTypography-root{color:#ddd}.slidingPanel .scrollable_area .MuiPaper-root .MuiButtonBase-root .MuiAccordionSummary-content.Mui-expanded{margin:10px 0 0}.slidingPanel .scrollable_area .MuiPaper-root .MuiButtonBase-root .MuiAccordionSummary-content.Mui-expanded .MuiTypography-root{color:#3569b6;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;line-height:20px;margin-bottom:0}.slidingPanel .scrollable_area .MuiPaper-root .MuiAccordionDetails-root{padding-left:0;padding-right:0}.slidingPanel .scrollable_area .MuiPaper-root .MuiAccordionDetails-root .MuiTypography-root .MuiGrid2-root.MuiGrid2-container .pl{padding-left:0!important}.slidingPanel .scrollable_area .MuiPaper-root .MuiAccordionDetails-root .MuiTypography-root .MuiGrid2-root.MuiGrid2-container .pr{padding-right:0!important}.slidingPanel .scrollable_area .browse_btn{background:#2160aa;border-radius:0 10px 10px 0;color:#fff;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;padding:16px 14px;text-align:center;text-transform:capitalize}.slidingPanel .scrollable_area .browse_btn:hover{background:#2160aa;color:#fff}.slidingPanel .scrollable_area .selector{color:#000;display:flex;font-family:Montserrat;font-size:.875rem;height:38px;line-height:17px;max-width:360px;position:relative}.slidingPanel .scrollable_area .selector:after{border:1px solid #000;border-radius:10px;content:"";height:calc(100% - 2px);left:0;position:absolute;top:0;width:calc(100% - 4px);z-index:0}.slidingPanel .scrollable_area .selector button{font-family:Montserrat;font-size:14px;position:relative;text-transform:capitalize;z-index:1}.slidingPanel .scrollable_area .selector .selection{align-items:center;background-clip:initial;background:#acd4fb;color:#000;cursor:pointer;display:flex;font-family:Montserrat;font-size:.875rem;height:100%;justify-content:center;line-height:17px;margin-left:-1px;transform:scaleX(1);transition:background-color .15s ease-in-out;width:100%}.theme-dark .slidingPanel .scrollable_area .selector .selection{background:#333}.slidingPanel .scrollable_area .selector .selection.selected{background:#0000!important;color:#000;font-size:.875rem;font-weight:600;line-height:17px;z-index:2}.theme-dark .slidingPanel .scrollable_area .selector .selection.selected{background:#fff}.slidingPanel .scrollable_area .selector .selection:hover{background:#acd4fb}.theme-dark .slidingPanel .scrollable_area .selector .selection:hover{background:#00000080}.slidingPanel .scrollable_area .selector .selection:first-child{border-radius:10px 0 0 10px;margin-left:0}.slidingPanel .scrollable_area .selector .selection:last-child{border-radius:10px 0 0 10px}.slidingPanel .scrollable_area .selector.width-per-item{margin:0 auto}.slidingPanel .scrollable_area .selector.width-per-item .selection,.slidingPanel .scrollable_area .selector.width-per-item button{font-weight:500;max-width:100%;padding:0 10px;width:190px}.theme-dark .slidingPanel .scrollable_area .selector.width-per-item .selection,.theme-dark .slidingPanel .scrollable_area .selector.width-per-item button{color:rgba(0,0,0,.502)!important}.slidingPanel .scrollable_area .coverage_section{border-radius:12px}.slidingPanel .scrollable_area .coverage_section .mini_scroll{height:350px;overflow-x:hidden;overflow-y:auto}.slidingPanel .scrollable_area .coverage_section.premium_section{border:1px solid #d9dcff}.slidingPanel .scrollable_area .coverage_section.red{border:1px solid #ffe4e4}.slidingPanel .scrollable_area .coverage_section.red .coverage_heading{background:#ffeded}.slidingPanel .scrollable_area .coverage_section.red .coverage_heading h5{color:#ec3f3f}.slidingPanel .scrollable_area .coverage_section.blue{border:1px solid #e5e7fe}.slidingPanel .scrollable_area .coverage_section.blue .coverage_heading{background:#e4f1ff}.slidingPanel .scrollable_area .coverage_section.blue .coverage_heading h5{color:#2160aa}.slidingPanel .scrollable_area .coverage_section.yellow{border:1px solid #fff2db}.slidingPanel .scrollable_area .coverage_section.yellow .coverage_heading{background:#fef8ed}.slidingPanel .scrollable_area .coverage_section.yellow .coverage_heading h5{color:#f5be4c}.slidingPanel .scrollable_area .coverage_section.green{border:1px solid #cdffd2}.slidingPanel .scrollable_area .coverage_section.green .coverage_heading{background:#ecffee}.slidingPanel .scrollable_area .coverage_section.green .coverage_heading h5{color:#029d11}.slidingPanel .scrollable_area .coverage_section.blue .coverage_heading,.slidingPanel .scrollable_area .coverage_section.green .coverage_heading,.slidingPanel .scrollable_area .coverage_section.red .coverage_heading,.slidingPanel .scrollable_area .coverage_section.yellow .coverage_heading{border-radius:12px 12px 0 0;padding:12px 16px}.theme-dark .slidingPanel .scrollable_area .coverage_section.blue .coverage_heading,.theme-dark .slidingPanel .scrollable_area .coverage_section.green .coverage_heading,.theme-dark .slidingPanel .scrollable_area .coverage_section.red .coverage_heading,.theme-dark .slidingPanel .scrollable_area .coverage_section.yellow .coverage_heading{background:#333}.slidingPanel .scrollable_area .coverage_section.blue .coverage_heading h5,.slidingPanel .scrollable_area .coverage_section.green .coverage_heading h5,.slidingPanel .scrollable_area .coverage_section.red .coverage_heading h5,.slidingPanel .scrollable_area .coverage_section.yellow .coverage_heading h5{font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:18px;margin-bottom:0}.slidingPanel .scrollable_area .coverage_section .insurer_heading{background:#e4f1ff;border-radius:12px 12px 0 0;padding:12px 16px;width:100%}.theme-dark .slidingPanel .scrollable_area .coverage_section .insurer_heading{background:#333}.slidingPanel .scrollable_area .coverage_section .insurer_heading h5{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:18px;margin-bottom:0}.slidingPanel .scrollable_area .coverage_section hr{border:none;border-top:1px solid #d9dcff!important}.theme-dark .slidingPanel .scrollable_area .coverage_section hr{border-color:#333!important}.theme-dark .slidingPanel .scrollable_area .coverage_section{border-color:#333}.slidingPanel .checkbox_feature .checkBox label:before{top:calc(50% - 8px)}.slidingPanel .checkbox_feature .checkBox input:checked+label{color:#3569b6}.slidingPanel .checkbox_feature .checkBox input:checked+label:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:block;height:7px;left:7px;position:absolute;top:calc(50% - 5px);transform:rotate(45deg);width:3px}.slidingPanel .checkbox_feature .checkBox input:checked+label:before{background:#2160aa;border:1px solid #2160aa}.slidingPanel .checkbox_feature p{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:17px;margin-bottom:0}.theme-dark .slidingPanel .checkbox_feature p{color:#ddd}.slidingPanel .checkbox_feature p span{color:#000;display:block;font-family:Montserrat;font-size:.6875rem;font-weight:400;line-height:14px;opacity:.5;padding-top:4px}.theme-dark .slidingPanel .checkbox_feature p span{color:#ddd}.slidingPanel .footer_sec{background:#fff;bottom:0;box-shadow:0 -2px 10px #00000012;display:flex;height:92px;justify-content:center;left:0;padding:20px 0!important;position:fixed;z-index:99}.theme-dark .slidingPanel .footer_sec{background:#171b1e}.slidingPanel .footer_sec .save_btn{background:#2160aa;border-radius:10px;color:#fff;cursor:pointer;font-family:Montserrat;font-size:1rem;height:52px;margin-bottom:0;padding:16px 40px;text-decoration:none}.slidingPanel .footer_sec .save_btn:hover{background-color:#2160aa}.email_section{padding-left:14px}.email_section .person_name{color:#2160aa!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;margin-bottom:0;padding-left:36px;position:relative}.email_section .person_name:before{background:url(/static/media/rahul_initial.0d7bba6617b223144094.svg) 0 0/26px;content:"";height:26px;left:0;position:absolute;top:2px;width:26px}.email_section .subjects{line-height:24px}.email_section .cc_bcc,.email_section .subjects{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:600;margin-bottom:0;padding-left:36px}.email_section .cc_bcc{line-height:16px}.email_section .cc_bcc span{font-weight:400}.email_section .date_time{color:#00000080;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:16px;margin-bottom:20px;text-align:right}.email_section .mail_common{color:#000!important;font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:15px;margin-bottom:0}.email_section .attatchments_section img{height:12px;margin-left:15px;width:12px}.email_section .thanks{font-weight:600;line-height:15px;margin-bottom:24px}.email_section .mail_data,.email_section .thanks{color:#000!important;font-family:Montserrat;font-size:.75rem}.email_section .mail_data{font-weight:500;line-height:16px;margin:24px 0}.panel{overflow:hidden!important}.footer_sec{background:#fff;bottom:0;box-shadow:0 -2px 10px #00000012;display:flex;height:92px;justify-content:center;left:0;padding:20px 0!important;position:fixed;z-index:99}.theme-dark .footer_sec{background:#171b1e}.footer_sec .save_btn{background:#2160aa;border-radius:10px;color:#fff;cursor:pointer;font-family:Montserrat;font-size:1rem;height:52px;margin-bottom:0;padding:16px 40px;text-decoration:none}.footer_sec .save_btn.menrollment{margin:auto;width:calc(100% - 20px)}.footer_sec .save_btn:hover{background-color:#2160aa}.cdledger{overflow-x:auto}.cdledger .cdledger-table{min-width:2420px;width:100%}.cdledger .cdledger-table .heading{background:#e4f1ff;border-radius:4px 4px 0 0;display:flex;justify-content:space-between;margin-bottom:0}.theme-dark .cdledger .cdledger-table .heading{background:#333}.cdledger .cdledger-table .heading li{color:#000;display:flex;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:600;justify-content:space-between;line-break:anywhere;line-height:20px;list-style-type:none;margin-bottom:0;min-height:40px;min-width:220px;padding:15px 12px;width:250px}.theme-dark .cdledger .cdledger-table .heading li{background:#333;color:rgba(0,0,0,.502)}.cdledger .cdledger-table .heading li .sorting-btn{background:#0000;border-radius:50%;height:21px;margin-left:auto;position:relative;width:21px}.cdledger .cdledger-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:7px;top:5px;width:7px}.theme-dark .cdledger .cdledger-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.cdledger .cdledger-table .heading li .sorting-btn img{height:11px}.cdledger .cdledger-table .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.theme-dark .cdledger .cdledger-table .subheading{border-bottom:1px solid #333}.cdledger .cdledger-table .subheading li{color:#00000080;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;min-width:220px;padding:13px 12px;width:250px}.theme-dark .cdledger .cdledger-table .subheading li{color:#ddd!important}.voluntry_plans{animation:fadeIn 1s both}.voluntry_plans .voluntry_plans_fea{display:flex;justify-content:center}.voluntry_plans .voluntry_plans_fea .voluntry_description h6{color:#2160aa;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:24px;margin-bottom:0}.voluntry_plans .voluntry_plans_fea .voluntry_description p{color:#000;font-family:Montserrat;font-size:.875rem;font-weight:400;line-height:24px;margin-bottom:0}.theme-dark .voluntry_plans .voluntry_plans_fea .voluntry_description p{color:#ddd}.voluntry_plans .voluntry_plans_fea .voluntry_features{background:#fef8ed;border:1px solid #f5be4c;border-radius:12px;box-shadow:0 10px 36px #f5be4c40;max-height:calc(100vh - 300px);overflow-x:hidden;overflow-y:auto;padding:22px;position:relative}.voluntry_plans .voluntry_plans_fea .voluntry_features::-webkit-scrollbar{width:0}.voluntry_plans .voluntry_plans_fea .voluntry_features::-webkit-scrollbar-thumb{background-color:#f5be4c}.voluntry_plans .voluntry_plans_fea .voluntry_features::-webkit-scrollbar-track{background-color:rgba(255,251,245,.369)}.voluntry_plans .voluntry_plans_fea .voluntry_features .feature_img{text-align:center}.voluntry_plans .voluntry_plans_fea .voluntry_features .feature_img .voluntry_feature_img{height:100px;margin-bottom:24px}.voluntry_plans .voluntry_plans_fea .voluntry_features .feature_img h6{color:#000;font-family:Montserrat;font-size:1.125rem;font-weight:600;line-height:24px;margin-bottom:24px;text-align:center}.voluntry_plans .voluntry_plans_fea .voluntry_features .feature_img .action_edit{position:absolute;right:20px;top:30px}.voluntry_plans .voluntry_plans_fea .voluntry_features .feature_img .action_edit .action_btn{align-items:center;background:#e4f1ff!important;border-radius:100px;color:#2160aa;display:flex;height:36px;justify-content:center;text-decoration:none;width:36px}.voluntry_plans .voluntry_plans_fea .voluntry_features .feature_img .action_edit .action_btn svg{height:16px;width:16px}.voluntry_plans .voluntry_plans_fea .voluntry_features .feature_img .action_edit .action_btn:hover{background:#2160aa;color:#fff}.voluntry_plans .voluntry_plans_fea .voluntry_features .medical_cover h5{background:#ffffffb3;border-bottom:1px solid #f5be4c;border-radius:20px;color:#f5be4c;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:24px;margin-bottom:0;padding:4px 0 4px 16px}.voluntry_plans .voluntry_plans_fea .voluntry_features .medical_cover p{font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:20px;margin-bottom:0}.voluntry_plans .voluntry_plans_fea .voluntry_features .medical_cover ul{margin-bottom:0;padding-left:20px}.voluntry_plans .voluntry_plans_fea .voluntry_features .medical_cover h4,.voluntry_plans .voluntry_plans_fea .voluntry_features .medical_cover ul li{font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:17px;margin-bottom:12px}.voluntry_plans .voluntry_plans_fea .voluntry_features .medical_cover h6{font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:20px;margin-bottom:0}.voluntry_plans .voluntry_plans_fea .voluntry_features .medical_cover .word_break{word-break:break-all}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion{background:#555;border-radius:20px;max-height:calc(100vh - 300px);overflow-x:hidden;overflow-y:auto;padding:22px;position:relative}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion::-webkit-scrollbar{width:0}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_img{text-align:center}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_img img{height:100px;margin-bottom:16px}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_img h6{color:#fff;font-family:Montserrat;font-size:1.125rem;font-weight:600;line-height:24px;margin-bottom:16px;text-align:center}.theme-dark .voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_img h6{color:#ddd}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_img .action_edit{position:absolute;right:20px;top:30px}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_img .action_edit .action_btn{align-items:center;background:#e4f1ff!important;border-radius:100px;color:#fff;display:flex;height:36px;justify-content:center;text-decoration:none;width:36px}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_img .action_edit .action_btn svg{height:16px;width:16px}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_img .action_edit .action_btn:hover{background:#2160aa;color:#fff}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_para h6{color:#fff;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:24px;margin-bottom:6px}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_para p{color:#fff;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:16px;margin-bottom:16px}.voluntry_plans .voluntry_plans_fea .voluntry_exclusion .exclusion_para hr{border:1px solid #fff;margin-bottom:12px;max-width:349px;opacity:.2}@keyframes fadeIn{0%{opacity:0;transform:translate3d(0,-3%,0)}to{opacity:1;transform:translateZ(0)}}.table .spoc-table{max-height:300px;min-width:2500px;width:100%}.table .spoc-table .heading{background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:12px 12px 0 0;display:flex;margin-bottom:8px}.theme-dark .table .spoc-table .heading{border-bottom:1px solid #333}.table .spoc-table .heading li{color:#000;display:flex;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;justify-content:space-between;line-height:20px;list-style-type:none;margin-bottom:0;min-width:250px;padding:10px 12px;width:250px}.table .spoc-table .heading li .sorting-btn{background:#0000;margin-left:auto;margin-right:15px;position:relative}.table .spoc-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:7px;top:5px;width:7px}.theme-dark .table .spoc-table .heading li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.table .spoc-table .heading li .sorting-btn img{height:10px}.table .spoc-table .heading li:last-child{justify-content:end;max-width:100px}.theme-dark .table .spoc-table .heading li{background:#333;color:#ddd}.table .spoc-table .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:0}.theme-dark .table .spoc-table .subheading{border-bottom:1px solid #333}.table .spoc-table .subheading:last-child{border-bottom:0}.table .spoc-table .subheading li{align-self:center;color:#000;flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;min-width:282px;padding:10px 12px;width:290px}.table .spoc-table .subheading li:last-child{justify-content:end;max-width:100px}.theme-dark .table .spoc-table .subheading li{color:#ddd!important}.table .spoc-table .subheading li .Checkbox label:after{border:1px solid #0000001a;border-radius:2px;content:"";height:15px;left:2px;position:absolute;top:7px;width:15px}.theme-dark .table .spoc-table .subheading li .Checkbox label:after{border-color:#ddd!important}.assignbulkpolicy_table th{background:#d9dcff}.assignbulkpolicy_table .parent_rows td{padding:12px}.assignbulkpolicy_table .parent_rows td:first-child{padding:12px 0;width:34px}.sliding-panel-container .panel-content .scrollableArea{height:calc(100vh - 90px);overflow-x:hidden;overflow-y:auto;padding-top:5px}.filter_button{cursor:pointer;display:flex;gap:4px;justify-content:end}.filter_button>a{color:#2160aa;font-family:Montserrat;font-size:13px;font-weight:500;text-decoration:none}.filter_button>img{height:15px;width:15px}.modal_filter .filterModal .label{color:#2160aa;font-size:11px;font-weight:500;line-height:24px;margin-bottom:0}.modal_filter .filterModal .form_fields{align-items:center;display:flex;gap:10px;width:100%}.modal_filter .filterModal .form_fields .chipp{display:flex;flex-wrap:wrap;gap:10px}.modal_filter .filterModal .form_fields .chipp .neww{background:#e8eaff;border-radius:4px;padding:0 10px}.modal_filter .filterModal .form_fields .chipp .neww .filter_selected{background:#e8eaff;border-radius:4px;font-family:Montserrat;font-size:12px;font-weight:500;line-height:24px;padding:0;position:relative}.modal_filter .filterModal .form_fields .chipp .neww .filter_selected>span{padding:0}.modal_filter .filterModal .form_fields .chipp .neww .cross{color:#000;cursor:pointer;font-size:inherit;margin-left:10px}.modal_filter .filterModal .form_fields .chipp .neww .cross.icon{align-items:center;background:#ccc;border-radius:50%;display:flex;font-size:7px;height:13px;justify-content:center;position:absolute;right:-18px;top:-3px;width:13px}.modal_filter .filterModal .form_fields .field_row{width:calc(100% - 24px)}.modal_filter .filterModal .form_fields .delete_icon{width:24px}.modal_filter .filterModal .form_fields .delete_icon .dlt{color:#cf0707;cursor:pointer;display:block}.modal_filter .filterModal .footer{display:flex;gap:12px;justify-content:center;padding:24px 0!important}.addFeaturesWrapper hr{border:none;border-top:1px solid #d9dcff}.addFeaturesWrapper .backbtn{color:#2160aa;display:flex;font-size:1rem;height:30px;margin-right:32px;padding:3px 0;text-decoration:none}.addFeaturesWrapper .backbtn:hover{cursor:pointer}.addFeaturesWrapper .backbtn:hover svg{left:-3px}.addFeaturesWrapper .backbtn svg{left:0;position:relative;top:-2px;transition:all .5s ease}.text_area{background:#fff;border:1px solid #0000001a;border-radius:10px;height:150px!important;overflow-x:auto;overflow-y:hidden;padding:12px;resize:none;width:100%}.text_area:focus-visible{outline:none}.theme-dark .text_area{background:#333;border-color:#000;color:#ddd}.modalSideOpen{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0003;overflow-x:hidden;overflow-y:auto}.modalSideOpen .MuiBackdrop-root{background:#0000}.modalSideOpen .modalInner{animation:out 1s both;background:#fff;box-shadow:0 4px 16px #0003;min-height:100%;padding:24px;position:absolute;right:0;top:0;transform:translateX(700px);width:582px}.modalSideOpen .modalInner.show{animation:in 1s 1s both}@keyframes in{0%{transform:translateX(700px)}to{transform:translateX(0)}}@keyframes out{0%{transform:translateX(0)}to{transform:translateX(700px)}}.modalSideOpen .modalInner hr{border:none;border-top:1px solid #d9dcff}.theme-dark .modalSideOpen .modalInner hr{border-color:#000}.theme-dark .productTabs{border:1px solid #333}.labelTitle{padding-bottom:12px;position:relative}.labelTitle:before{bottom:0;content:"";height:14px;left:0;position:absolute;width:100%}.theme-dark .labelTitle{color:#ddd}.table .fieldBox{min-width:calc(1500px - 10%);width:100%}.table .fieldBox .content,.table .fieldBox .dataHeading{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;flex-wrap:wrap;margin-bottom:0;padding:16px 12px}.theme-dark .table .fieldBox .content,.theme-dark .table .fieldBox .dataHeading{background:#333;border:1px solid #dddddd80!important;color:#ddd}.table .fieldBox .content li,.table .fieldBox .dataHeading li{display:flex;flex-basis:0;flex-grow:1;font-size:.875rem;font-weight:500;justify-content:space-between;list-style-type:none;max-width:100%}.table .fieldBox .content li:first-child,.table .fieldBox .dataHeading li:first-child{max-width:100px}.table .fieldBox .content li:last-child,.table .fieldBox .dataHeading li:last-child{justify-content:end;max-width:150px}.table .fieldBox .content li:nth-child(2),.table .fieldBox .dataHeading li:nth-child(2){max-width:220px}.table .fieldBox .content li:nth-child(5),.table .fieldBox .dataHeading li:nth-child(5){max-width:500px}.table .fieldBox .content li .sorting-btn,.table .fieldBox .dataHeading li .sorting-btn{background:#0000;margin-left:auto;margin-right:15px}.table .fieldBox .content li .sorting-btn img,.table .fieldBox .dataHeading li .sorting-btn img{height:11px}.table .fieldBox .content li .sorting-btn.last,.table .fieldBox .dataHeading li .sorting-btn.last{margin-left:10px;margin-right:0}.table .fieldBox .content{background:#0000;border:1px solid #dddddd80!important;border-radius:0;margin-bottom:0;padding:12px}.theme-dark .table .fieldBox .content{background:#000;color:#ddd}.table .fieldBox .content li{align-self:center;font-size:.875rem;font-weight:400}.table .fieldBox .content li .insurername{color:#000;text-decoration:none}.table .fieldBox .content li .insurername:hover{text-decoration:none}.theme-dark .table .fieldBox .content li .insurername{color:#ddd}.table .fieldBox .content .insurer_img{background:#fff;height:40px}.table .fieldBox .content .insurer_site:hover{text-decoration:none!important}.table{min-width:100%;overflow-x:auto}.table.bulk_scroll{height:calc(100vh - 240px)}.table .fieldsBox{min-width:calc(1800px - 10%);width:100%}.table .fieldsBox .voluntry_table{width:100%}.table .fieldsBox .voluntry_table .tableHeading,.table .fieldsBox .voluntry_table .tablecontent{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;flex-wrap:wrap;margin-bottom:0;padding:16px 12px}.theme-dark .table .fieldsBox .voluntry_table .tableHeading,.theme-dark .table .fieldsBox .voluntry_table .tablecontent{background:#333;border:1px solid #333!important;border-radius:12px 12px 0 0;color:#ddd}.table .fieldsBox .voluntry_table .tableHeading li,.table .fieldsBox .voluntry_table .tablecontent li{align-items:center;display:flex;flex-basis:0;flex-grow:1;font-size:.875rem;font-weight:500;justify-content:space-between;list-style-type:none;max-width:100%}.table .fieldsBox .voluntry_table .tableHeading li .Checkbox,.table .fieldsBox .voluntry_table .tablecontent li .Checkbox{display:inline-block!important;position:relative}.table .fieldsBox .voluntry_table .tableHeading li .Checkbox label,.table .fieldsBox .voluntry_table .tablecontent li .Checkbox label{color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:17px;margin-right:5px;padding:10px 12px;position:relative;text-align:center}.theme-dark .table .fieldsBox .voluntry_table .tableHeading li .Checkbox label,.theme-dark .table .fieldsBox .voluntry_table .tablecontent li .Checkbox label{background:#0000!important}.table .fieldsBox .voluntry_table .tableHeading li .Checkbox label:after,.table .fieldsBox .voluntry_table .tablecontent li .Checkbox label:after{border:2px solid #0000001a;border-radius:2px;content:"";height:12px;left:2px;position:absolute;top:3px;width:12px}.theme-dark .table .fieldsBox .voluntry_table .tableHeading li .Checkbox label:after,.theme-dark .table .fieldsBox .voluntry_table .tablecontent li .Checkbox label:after{background:#0000;border-color:#999!important}.table .fieldsBox .voluntry_table .tableHeading li .Checkbox input:checked~label:after,.table .fieldsBox .voluntry_table .tablecontent li .Checkbox input:checked~label:after{background:#2160aa url(/static/media/transparent_tick.980c5a70189c5eb08498.svg) no-repeat 50%/10px;border-color:#2160aa!important;content:"";height:12px;position:absolute;width:12px}.table .fieldsBox .voluntry_table .tableHeading li .Checkbox input,.table .fieldsBox .voluntry_table .tablecontent li .Checkbox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.table .fieldsBox .voluntry_table .tableHeading li .Checkbox input:hover,.table .fieldsBox .voluntry_table .tablecontent li .Checkbox input:hover{cursor:pointer}.table .fieldsBox .voluntry_table .tableHeading li:hover .sorting-btn,.table .fieldsBox .voluntry_table .tablecontent li:hover .sorting-btn{opacity:1}.table .fieldsBox .voluntry_table .tableHeading li:first-child,.table .fieldsBox .voluntry_table .tablecontent li:first-child{max-width:300px}.table .fieldsBox .voluntry_table .tableHeading li:last-child,.table .fieldsBox .voluntry_table .tablecontent li:last-child{justify-content:end;max-width:150px}.table .fieldsBox .voluntry_table .tableHeading li .sorting-btn,.table .fieldsBox .voluntry_table .tablecontent li .sorting-btn{background:#0000;background:#fff;border-radius:50%;height:21px;margin-left:auto;margin-right:15px;opacity:0;position:relative;width:21px}.theme-dark .table .fieldsBox .voluntry_table .tableHeading li .sorting-btn,.theme-dark .table .fieldsBox .voluntry_table .tablecontent li .sorting-btn{background-color:rgba(0,0,0,.502)}.table .fieldsBox .voluntry_table .tableHeading li .sorting-btn:before,.table .fieldsBox .voluntry_table .tablecontent li .sorting-btn:before{background:url(/static/media/sorting_btn.caa2fe4b51a533164668.svg) no-repeat 0 0/100%;content:"";height:12px;position:absolute;right:7px;top:5px;width:7px}.theme-dark .table .fieldsBox .voluntry_table .tableHeading li .sorting-btn:before,.theme-dark .table .fieldsBox .voluntry_table .tablecontent li .sorting-btn:before{background:url(/static/media/sorting_btn_white.e25ad48ab1e128e0250b.svg) no-repeat 0 0/100%}.table .fieldsBox .voluntry_table .tableHeading li .sorting-btn img,.table .fieldsBox .voluntry_table .tablecontent li .sorting-btn img{height:11px}.table .fieldsBox .voluntry_table .tableHeading li .sorting-btn.last,.table .fieldsBox .voluntry_table .tablecontent li .sorting-btn.last{margin-left:10px;margin-right:0}.table .fieldsBox .voluntry_table .tablecontent{background:#0000;border:1px solid #dddddd80!important;border-radius:0!important;border-top:none!important;margin-bottom:0;padding:12px}.table .fieldsBox .voluntry_table .tablecontent .Checkbox{display:inline-block!important;position:relative}.table .fieldsBox .voluntry_table .tablecontent .Checkbox label{color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:17px;margin-right:5px;padding:10px 12px;position:relative;text-align:center}.theme-dark .table .fieldsBox .voluntry_table .tablecontent .Checkbox label{background:#0000!important}.table .fieldsBox .voluntry_table .tablecontent .Checkbox label:after{border:1px solid #0000001a;border-radius:2px;content:"";height:15px;left:2px;position:absolute;top:7px;width:15px}.theme-dark .table .fieldsBox .voluntry_table .tablecontent .Checkbox label:after{background:#0000;border-color:#ddd!important}.table .fieldsBox .voluntry_table .tablecontent .Checkbox input:checked~label:after{background:#2160aa url(/static/media/transparent_tick.980c5a70189c5eb08498.svg) no-repeat 50%/100%;content:"";height:15px;position:absolute;width:15px}.table .fieldsBox .voluntry_table .tablecontent .Checkbox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.table .fieldsBox .voluntry_table .tablecontent .Checkbox input:hover{cursor:pointer}.theme-dark .table .fieldsBox .voluntry_table .tablecontent{background:#171b1e;border-bottom:1px solid #333!important;border-top:none!important;color:#ddd}.table .fieldsBox .voluntry_table .tablecontent li{align-self:center;font-size:.8125rem;font-weight:400}.table .fieldsBox .voluntry_table .tablecontent li .productname{color:#000;text-decoration:none}.table .fieldsBox .voluntry_table .tablecontent li .productname:hover{text-decoration:none}.theme-dark .table .fieldsBox .voluntry_table .tablecontent li .productname{color:#ddd}.table .fieldsBox .voluntry_table .tablecontent li:first-child{display:flex;justify-content:flex-start;max-width:300px}.table .fieldsBox .voluntry_table .tablecontent li:last-child{justify-content:end;max-width:150px}.popup-subheading{color:#000;font-family:Montserrat;font-size:16px;font-weight:600;line-height:24px;padding-bottom:8px;position:relative}.theme-dark .popup-subheading{color:#ddd}.popup-subheading:before{background:#2160aa;bottom:0;content:"";height:1px;left:0;position:absolute;width:200px}.sliding-panel-container{left:0;position:fixed;top:0}.sliding-panel-container.active{background-color:#0000004d;z-index:999}.sliding-panel-container.active body{overflow:hidden}.sliding-panel-container.active .panel{animation:inpanel .6s both}@keyframes inpanel{0%{transform:translateX(1000px)}to{transform:translateX(0)}}.sliding-panel-container .glass{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-width:calc(100vw - 700px)}.sliding-panel-container .panel{animation:outpanel .3s both;background-color:#fff;height:100%;max-width:700px;width:100%}.theme-dark .sliding-panel-container .panel{background-color:#171b1e}@keyframes outpanel{0%{transform:translateX(0)}to{transform:translateX(1000px)}}.sliding-panel-container .panel-content{padding:0 20px;position:relative!important}.sliding-panel-container .panel-content svg[data-testid=CloseIcon]{cursor:pointer;transition:all .3s ease}.theme-dark .sliding-panel-container .panel-content svg[data-testid=CloseIcon]{color:#fff}.sliding-panel-container .panel-content svg[data-testid=CloseIcon]:hover{color:#ec3f3f;transform:rotate(-90deg)}.sliding-panel-container .panel-content hr{border:none;border-top:1px solid #d9dcff}.theme-dark .sliding-panel-container .panel-content hr{border-color:#333}.sliding-panel-container .panel-content p{font-family:Montserrat}.theme-dark .sliding-panel-container .panel-content p{color:rgba(0,0,0,.502)}.sliding-panel-container .panel-content .scrollable_area{height:calc(100vh - 240px);overflow-x:hidden;overflow-y:auto;padding-top:5px}.sliding-panel-container .panel-content .scrollable_area.smScroll{height:calc(100vh - 500px)}.sliding-panel-container .panel-content .scrollable_area.mdScroll{height:calc(100vh - 200px)}.sliding-panel-container .panel-content .scrollable_area.lgScroll{height:calc(100vh - 230px)}.sliding-panel-container .panel-content .scrollable_area .uploadFile .inputField textarea{height:23px!important}.sliding-panel-container .panel-content .scrollable_area .browsebtn{background:#2160aa;border-radius:0 10px 10px 0;box-shadow:none;color:#fff;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;left:-4px;line-height:24px;padding:7.5px 15px;position:relative;text-align:center;text-transform:capitalize}.sliding-panel-container .panel-content .scrollable_area .browsebtn:hover{background:#2160aa;color:#fff}.sliding-panel-container .panel-content .scrollable_area .fileUploadTypeDetails{font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:10px;margin-top:4px}.theme-dark .sliding-panel-container .panel-content .scrollable_area .fileUploadTypeDetails{color:#ddd}.sliding-panel-container .panel-content .scrollable_area .description{font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:10px;margin-bottom:10px}.theme-dark .sliding-panel-container .panel-content .scrollable_area .description{color:#ddd}.sliding-panel-container .panel-content .scrollable_area .cdbalance_text{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;margin-bottom:0;opacity:.5}.theme-dark .sliding-panel-container .panel-content .scrollable_area .cdbalance_text{color:#ddd}.sliding-panel-container .panel-content .scrollable_area .note_text{color:#999;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:20px}.sliding-panel-container .fileName_text{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:20px}.sliding-panel-container .associate_tax{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:15px;margin-bottom:12px}.theme-dark .sliding-panel-container .associate_tax{color:#ddd}.sliding-panel-container .tax_list_table .tax_list_heading{background:#eef6fe;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;margin-bottom:0;padding:12px}.theme-dark .sliding-panel-container .tax_list_table .tax_list_heading{background:#000}.sliding-panel-container .tax_list_table .tax_list_heading li{color:#000;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px;list-style-type:none}.theme-dark .sliding-panel-container .tax_list_table .tax_list_heading li{color:#ddd}.sliding-panel-container .tax_list_table .tax_list_subheading{display:flex;justify-content:space-between;margin-bottom:0;padding:12px}.sliding-panel-container .tax_list_table .tax_list_subheading li{align-self:center;color:#000;font-family:Montserrat;font-size:12px;font-weight:400;line-height:15px;list-style-type:none}.theme-dark .sliding-panel-container .tax_list_table .tax_list_subheading li{color:#ddd}.sliding-panel-container .tax_list_table .tax_list_subheading li .Checkbox{display:inline-block;position:relative}.sliding-panel-container .tax_list_table .tax_list_subheading li .Checkbox label{color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:17px;padding:10px 17px 10px 12px;position:relative;text-align:center}.sliding-panel-container .tax_list_table .tax_list_subheading li .Checkbox label:after{border:1px solid #0000001a;border-radius:2px;content:"";height:15px;left:4px;position:absolute;top:6px;width:15px}.theme-dark .sliding-panel-container .tax_list_table .tax_list_subheading li .Checkbox label:after{border-color:#ddd}.sliding-panel-container .tax_list_table .tax_list_subheading li .Checkbox input:checked~label:after{background:#2160aa url(/static/media/transparent_tick.980c5a70189c5eb08498.svg) no-repeat 50%/100%;content:"";height:15px;position:absolute;width:15px}.sliding-panel-container .tax_list_table .tax_list_subheading li .Checkbox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.sliding-panel-container .tax_list_table .tax_list_subheading li .Checkbox input:hover{cursor:pointer}.sliding-panel-container .group_note{color:#0009;font-family:Montserrat;font-size:10px;font-style:normal;font-weight:500;line-height:12px}.theme-dark .sliding-panel-container .group_note{color:#ddd}.sliding-panel-container .group_note span{font-weight:400}.sliding-panel-container .health_ecard{color:#3569b6;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:13px;margin-bottom:0}.sliding-panel-container .health_ecard span{color:#000;display:block;font-size:.8125rem;font-weight:500;line-height:20px}.theme-dark .sliding-panel-container .health_ecard span{color:#ddd}.sliding-panel-container .addPolicy_info_section{display:flex}.sliding-panel-container .addPolicy_info_section .addPolicy_info_p{border:1px solid #c5d8ed;border-radius:48px;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;padding:15px 12px 15px 42px;position:relative;width:220px}.theme-dark .sliding-panel-container .addPolicy_info_section .addPolicy_info_p{border:1px solid #333;color:#fff}.sliding-panel-container .addPolicy_info_section .addPolicy_info_p span{font-weight:600}.sliding-panel-container .addPolicy_info_section .addPolicy_info_p:before{background:url(/static/media/employeePolicy_icon.bc1ed03a2e3a7dfe95c8.svg) no-repeat;content:"";height:20px;left:15px;position:absolute;top:calc(50% - 10px);width:20px}.sliding-panel-container .policy_subheading{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:24px;margin:0;position:relative}.theme-dark .sliding-panel-container .policy_subheading{color:rgba(0,0,0,.502)}.sliding-panel-container .policy_subheading:before{background:#2160aa;content:"";height:1px;left:0;position:absolute;top:32px;width:200px}.sliding-panel-container .empl_detail_policy_subheading,.sliding-panel-container .employee_detail_policy_subheading{font-family:Montserrat;font-size:.75rem;font-weight:300;line-height:15px;margin:0 0 8px;position:relative}.theme-dark .sliding-panel-container .empl_detail_policy_subheading,.theme-dark .sliding-panel-container .employee_detail_policy_subheading{color:rgba(0,0,0,.502)}.sliding-panel-container .empl_detail_policy_subheading:before,.sliding-panel-container .employee_detail_policy_subheading:before{background:#2160aa;content:"";height:1px;left:0;position:absolute;top:18px;width:150px}.sliding-panel-container .employee_detail_policy_subheading{font-size:14px;font-weight:600;line-height:21px}.sliding-panel-container .employee_detail_policy_subheading:before{bottom:-5px;top:auto;width:200px}.sliding-panel-container .ppolicy_table{overflow-x:auto}.sliding-panel-container .ppolicy_table .policy_table_inner{max-height:300px;min-width:1500px;overflow-y:scroll!important;width:100%}.sliding-panel-container .ppolicy_table .policy_table_inner .heading{align-items:center;background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:4px 4px 0 0;display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.theme-dark .sliding-panel-container .ppolicy_table .policy_table_inner .heading{background:#333!important;border-bottom:1px solid #333}.sliding-panel-container .ppolicy_table .policy_table_inner .heading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:24px;list-style-type:none;margin-bottom:0;min-height:40px;min-width:150px;padding:10px 12px}.sliding-panel-container .ppolicy_table .policy_table_inner .heading li:first-child{max-width:120px;min-width:120px}.sliding-panel-container .ppolicy_table .policy_table_inner .heading li:last-child{min-width:350px!important}.theme-dark .sliding-panel-container .ppolicy_table .policy_table_inner .heading li{background:#333!important;color:rgba(0,0,0,.502)}.sliding-panel-container .ppolicy_table .policy_table_inner .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.theme-dark .sliding-panel-container .ppolicy_table .policy_table_inner .subheading{border-bottom:1px solid #333}.sliding-panel-container .ppolicy_table .policy_table_inner .subheading:last-child{border-bottom:0}.sliding-panel-container .ppolicy_table .policy_table_inner .subheading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;list-style-type:none;margin-bottom:0;min-width:150px;padding:8px 12px}.theme-dark .sliding-panel-container .ppolicy_table .policy_table_inner .subheading li{color:#ddd!important}.sliding-panel-container .ppolicy_table .policy_table_inner .subheading li:first-child{max-width:120px;min-width:120px}.sliding-panel-container .ppolicy_table .policy_table_inner .subheading li:last-child{min-width:350px!important}.sliding-panel-container .ppolicy_table .policy_table_inner .subheading li .date{color:#0009!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;max-width:200px}.theme-dark .sliding-panel-container .ppolicy_table .policy_table_inner .subheading li .date{color:#ddd!important}.sliding-panel-container .ppolicy_table .policy_table_inner .subheading li .time{color:#0009!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;max-width:200px}.theme-dark .sliding-panel-container .ppolicy_table .policy_table_inner .subheading li .time{color:#ddd!important}.sliding-panel-container .radio_button{border:1px solid #d9dcff;border-radius:12px;display:flex;max-width:400px}.sliding-panel-container .radio_button.no-border{border:none!important;min-width:610px}.theme-dark .sliding-panel-container .radio_button.no-border{border:none!important}.theme-dark .sliding-panel-container .radio_button{border:1px solid #333}.sliding-panel-container .radio_button .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root{color:#828282}.sliding-panel-container .radio_button .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root:hover{background-color:#0000;border:none}.sliding-panel-container .radio_button .MuiFormGroup-row .MuiFormControlLabel-root .MuiRadio-root.Mui-checked{color:#2160aa}.sliding-panel-container .radio_button .MuiFormGroup-row .MuiFormControlLabel-root .MuiFormControlLabel-label{font-family:Montserrat;font-size:.875rem;font-style:normal;font-weight:500;line-height:24px}.theme-dark .sliding-panel-container .radio_button .MuiFormGroup-row .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#ddd}.sliding-panel-container .status_data{display:flex;flex-wrap:wrap;margin-bottom:0}.sliding-panel-container .status_data li{display:flex;justify-content:space-between;list-style-type:none;margin-bottom:30px;max-width:100%;position:relative;width:120px}.sliding-panel-container .status_data li:before{background-color:#e0e0e0;content:"";height:4px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}.sliding-panel-container .status_data li:last-child:before{display:none}.sliding-panel-container .status_data li .circle{align-items:center;background-color:#fff;border:3px solid #e0e0e0;border-radius:50%;color:#999;display:flex;height:30px;justify-content:center;transition:.4s ease;width:30px}.sliding-panel-container .status_data li .circle span{font-size:.875rem;font-weight:400;line-height:18px;position:relative;top:30px}.sliding-panel-container .status_data li .circle span.active{color:#219653}.sliding-panel-container .status_data li .circle span.inprogress{color:#4293e4}.sliding-panel-container .status_data li .circle span.pending{color:#ff9b44}.sliding-panel-container .status_data li .circle span.rejected{color:#ec3f3f}.sliding-90 .glass{min-width:0!important;min-width:auto!important}.sliding-90 .sliding-panel-container .panel{max-width:none!important}.flter_none .glass{-webkit-backdrop-filter:initial;backdrop-filter:none}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root{white-space:wrap}.settingMenuWrapper .address_details_section .contact_details_innerBox h6{font-family:Montserrat;font-size:12px;font-weight:500}.settingMenuWrapper .logosection .detail_list{display:flex;flex-wrap:wrap;gap:24px;padding-left:0}.settingMenuWrapper .logosection .detail_list li{list-style:none;padding-right:8px;text-align:left;width:calc(50% - 12px)}.settingMenuWrapper .logosection .detail_list li p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px}.settingMenuWrapper .logosection .detail_list li h6{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:14px;margin-bottom:0;text-align:left;word-break:break-all}.theme-dark .settingMenuWrapper .logosection .detail_list li h6{color:#ddd}.settingMenuWrapper .logosection .detail_list_v2{display:flex;flex-direction:column;gap:24px;padding-left:0}.settingMenuWrapper .logosection .detail_list_v2 li{list-style:none;padding-right:8px;text-align:left;width:calc(50% - 12px)}.settingMenuWrapper .logosection .detail_list_v2 li p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px}.settingMenuWrapper .logosection .detail_list_v2 li h6{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:14px;margin-bottom:0;text-align:left;word-break:break-all}.theme-dark .settingMenuWrapper .logosection .detail_list_v2 li h6{color:#ddd}@media(max-width:1450px){.settingMenuWrapper .logosection .Companydetail{align-items:flex-start;flex-direction:column}.settingMenuWrapper .logosection .Companydetail p{text-align:left}}.settingMenuWrapper .logosection .Companydetail h6{word-break:break-all}@media(max-width:1450px){.settingMenuWrapper .logosection .Companydetail h6{text-align:left}}.settingMenuWrapper .personal_logosection .Companydetail h4{text-align:right}.settingMenuWrapper .address_section{background:#f9fbff}.confirmation_content{text-align:left}.confirmation_content p{color:gray;font-family:Montserrat;font-size:.875rem;font-weight:400;line-height:17px;margin-bottom:24px}.confirmation_content p span{color:#029d11;font-weight:500}.confirmation_content ul{margin-bottom:24px}.confirmation_content ul li{color:#029d11;font-family:Montserrat;font-size:.875rem;font-weight:400;line-height:17px;list-style-type:none;margin-bottom:14px;padding-left:30px;position:relative}.confirmation_content ul li.success{position:relative}.confirmation_content ul li.success:before{background:url(/static/media/green_tick.5b979fe9182e17c28e12.svg) no-repeat;content:"";height:20px;left:0;position:absolute;top:calc(50% - 10px);width:22px}.confirmation_content ul li.error{color:red;position:relative}.confirmation_content ul li.error:before{background:url(/static/media/crossup.32018de3d972933d6308.svg) no-repeat;content:"";height:20px;left:0;position:absolute;top:calc(50% - 10px);width:22px}.confirmation_content .ctaBtn .submitBtn{padding:10px 78px}.mainSettingWrapper{padding:24px 12px}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading{font-family:Montserrat}.taxation_wrapper{padding:120px 20px 0}.taxation_wrapper .detailSection{border:1px solid #d9dcff;border-radius:12px;margin-bottom:20px;padding-bottom:12px}.theme-dark .taxation_wrapper .detailSection{background:#171b1e;border:1px solid #333}.taxation_wrapper .detailSection .sectionTitle{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;margin-bottom:15px;padding:12px}.theme-dark .taxation_wrapper .detailSection .sectionTitle{background:#000}.taxation_wrapper .detailSection .sectionTitle h4{color:#2160aa;font-size:.875rem;font-weight:500;margin-bottom:0}.theme-dark .taxation_wrapper .detailSection .sectionTitle h4{color:rgba(0,0,0,.502)}.taxation_wrapper .detailSection .tax_id{color:#000;font-family:Montserrat;font-size:14px;font-style:italic;font-weight:600;line-height:17px;padding-left:27px;position:relative}.theme-dark .taxation_wrapper .detailSection .tax_id{color:#ddd}.taxation_wrapper .detailSection .tax_id span{font-family:Montserrat;font-size:14px;font-style:italic;font-weight:400;line-height:17px}.taxation_wrapper .detailSection .tax_id:before{background:url(/static/media/tax_id_icon.5140354cc339839873aa.svg) no-repeat 0 0/20px;content:"";height:20px;left:0;position:absolute;top:calc(50% - 10px);width:20px}.taxation_wrapper .detailSection .ctaBtn{text-align:right}.taxation_wrapper .detailSection .ctaBtn .submitBtn{padding:5px 40px}.taxation_wrapper .BasicInfoLabel p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px}.taxation_wrapper .BasicInfoLabel h6{color:#000;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:21px;margin-bottom:10px}.theme-dark .taxation_wrapper .BasicInfoLabel h6{color:#ddd}.taxation_wrapper .fieldsBox .dataHeading,.taxation_wrapper .fieldsBox .dataLists{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;flex-wrap:wrap;margin-bottom:0;padding:16px 12px}.theme-dark .taxation_wrapper .fieldsBox .dataHeading,.theme-dark .taxation_wrapper .fieldsBox .dataLists{background:#000;border:1px solid #333!important;color:#ddd}.taxation_wrapper .fieldsBox .dataHeading li,.taxation_wrapper .fieldsBox .dataLists li{display:flex;flex-basis:0;flex-grow:1;font-size:.75rem;font-weight:500;justify-content:space-between;line-height:15px;list-style-type:none;max-width:100%}.taxation_wrapper .fieldsBox .dataHeading li:last-child,.taxation_wrapper .fieldsBox .dataLists li:last-child{justify-content:end}.taxation_wrapper .fieldsBox .dataHeading li .sorting-btn,.taxation_wrapper .fieldsBox .dataLists li .sorting-btn{background:#0000;margin-right:15px}.taxation_wrapper .fieldsBox .dataHeading li .sorting-btn img,.taxation_wrapper .fieldsBox .dataLists li .sorting-btn img{height:10px}.taxation_wrapper .fieldsBox .dataLists{background:#0000;border:1px solid #dddddd80!important;border-radius:0;margin-bottom:0;padding:12px}.theme-dark .taxation_wrapper .fieldsBox .dataLists{background:#000;color:#ddd}.taxation_wrapper .fieldsBox .dataLists:last-child{border-radius:0 0 12px 12px}.taxation_wrapper .fieldsBox .dataLists li{font-weight:400}html{scroll-behavior:auto}body{background:#fff!important}h1,h2,h3,h4{font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:20px}.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4{color:#ddd}h5{font-family:Montserrat,sans-serif;font-weight:500;margin-bottom:20px}.theme-dark h5{color:#ddd}.testingforserver{color:#000}*{-webkit-font-smoothing:antialiased;-moz-font-feature-settings:"kern";-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-synthesis:none;margin:0;padding:0;text-rendering:auto;text-rendering:optimizeSpeed;text-rendering:optimizeLegibility;text-rendering:geometricPrecision}html{scroll-behavior:smooth}body{font-smooth:always;font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none;background-color:#fff;font-family:Roboto,sans-serif;font-size:1rem;height:100%;margin:0;overflow-x:hidden;padding:0}.theme-dark body{background-color:#333}.healthicon,.lifeicon,.taxicon{height:60px;width:60px}.w-100{width:100%!important}a{cursor:pointer}link,link:hover{text-decoration:none}.ctaBtn .mediumBtn,.ctaBtn .smBtn,.ctaBtn .submitBtn{background:#2160aa;border-radius:10px;box-shadow:none;color:#fff;font-family:Montserrat;font-size:1rem;font-style:normal;font-weight:500;min-width:130px;padding:10px 40px;position:relative;text-transform:capitalize}.ctaBtn .fixedbtn.mediumBtn,.ctaBtn .fixedbtn.smBtn,.ctaBtn .submitBtn.fixedbtn{bottom:1.5%;position:fixed;right:36%}.ctaBtn .mediumBtn:hover,.ctaBtn .smBtn:hover,.ctaBtn .submitBtn:hover{background:#2873cc;color:#fff}.ctaBtn .mediumBtn{font-weight:400;padding:6px 18px}.ctaBtn .smBtn{font-size:.75rem;font-weight:400;padding:4px 12px}.ctaBtn .rejectBtn{background:#eb5757;border-radius:10px;color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;padding:10px 40px;text-transform:capitalize}.ctaBtn .rejectBtn:hover{background:#ef7b7b;color:#fff}.ctaBtn .borderBtn,.ctaBtn .borderBtn.smBtn{background:#fff;border-radius:10px;color:#2160aa;font-family:Montserrat;font-size:1rem;font-style:normal;font-weight:500;min-width:130px;outline:1px solid #2160aa;outline-offset:-1px;padding:10px 40px;text-transform:capitalize}.ctaBtn .borderBtn:hover{background:#2160aa;color:#fff;outline:1px solid #0000}.ctaBtn .borderBtn.smBtn{font-size:.75rem;font-weight:400;padding:4px 12px}.ctaBtn .cancelBtn{background:#fff;border-radius:10px;box-shadow:none;color:#252525;font-family:Montserrat;font-size:1rem;font-style:normal;font-weight:500;min-width:130px;outline:1px solid #2160aa;outline-offset:-1px;padding:9px 39px;position:relative;text-transform:capitalize}.ctaBtn .cancelBtn:hover{background:#2160aa;color:#fff}.ctaBtn .MuiCircularProgress-root{height:25px!important;width:25px!important}.status-btn{border-radius:40px;color:#fff;display:inline-block;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;padding:4px 10px}.status-btn.bg-red{background-color:#eb5757!important}.status-btn.bg-green{background-color:#219653!important}.status-btn.bg-blue{background-color:#2160aa!important}.status-btn.bg-orange{background-color:#f2994a!important}.blackBtn,.blueBtn,.greenBtn,.lightblueBtn,.orangeBtn,.redBtn,.redBtnlight,.textBtn{display:inline-block;font-family:Montserrat!important;font-size:11px!important;font-weight:500!important;line-height:15px!important;margin-left:28px!important;padding:4px 0 4px 28px;position:relative}.blackBtn:after,.blueBtn:after,.greenBtn:after,.lightblueBtn:after,.orangeBtn:after,.redBtn:after,.redBtnlight:after,.textBtn:after{border-radius:6px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:1}@media(max-width:992px){.text-md-center{text-align:center!important}}@media(max-width:768px){.text-sm-center{text-align:center!important}}.truncate_text{overflow:hidden;text-overflow:ellipsis}.blueBtn{color:#2160aa!important}.blueBtn:after{background:#2160aa}.blueBtn:hover:after{box-shadow:0 8px 12px #2160aa33}.blueBtn.docs:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:0 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.docs:active,.blueBtn.docs:focus,.blueBtn.docs:hover,.blueBtn.docs:link,.blueBtn.docs:visited{text-decoration:none}.blueBtn.addfile:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-24px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.addfile:active,.blueBtn.addfile:focus,.blueBtn.addfile:hover,.blueBtn.addfile:link,.blueBtn.addfile:visited{text-decoration:none}.blueBtn.delete:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-48px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.delete:active,.blueBtn.delete:focus,.blueBtn.delete:hover,.blueBtn.delete:link,.blueBtn.delete:visited{text-decoration:none}.blueBtn.upload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-72px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.upload:active,.blueBtn.upload:focus,.blueBtn.upload:hover,.blueBtn.upload:link,.blueBtn.upload:visited{text-decoration:none}.blueBtn.settings:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-96px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.settings:active,.blueBtn.settings:focus,.blueBtn.settings:hover,.blueBtn.settings:link,.blueBtn.settings:visited{text-decoration:none}.blueBtn.download:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-120px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.download:active,.blueBtn.download:focus,.blueBtn.download:hover,.blueBtn.download:link,.blueBtn.download:visited{text-decoration:none}.blueBtn.mail:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-144px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.mail:active,.blueBtn.mail:focus,.blueBtn.mail:hover,.blueBtn.mail:link,.blueBtn.mail:visited{text-decoration:none}.blueBtn.addperson:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-168px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.addperson:active,.blueBtn.addperson:focus,.blueBtn.addperson:hover,.blueBtn.addperson:link,.blueBtn.addperson:visited{text-decoration:none}.blueBtn.filters:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-192px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.filters:active,.blueBtn.filters:focus,.blueBtn.filters:hover,.blueBtn.filters:link,.blueBtn.filters:visited{text-decoration:none}.blueBtn.message:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-216px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.message:active,.blueBtn.message:focus,.blueBtn.message:hover,.blueBtn.message:link,.blueBtn.message:visited{text-decoration:none}.blueBtn.edit:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-240px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.edit:active,.blueBtn.edit:focus,.blueBtn.edit:hover,.blueBtn.edit:link,.blueBtn.edit:visited{text-decoration:none}.blueBtn.view:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-264px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.view:active,.blueBtn.view:focus,.blueBtn.view:hover,.blueBtn.view:link,.blueBtn.view:visited{text-decoration:none}.blueBtn.righttick:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-288px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.righttick:active,.blueBtn.righttick:focus,.blueBtn.righttick:hover,.blueBtn.righttick:link,.blueBtn.righttick:visited{text-decoration:none}.blueBtn.cross:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-312px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.cross:active,.blueBtn.cross:focus,.blueBtn.cross:hover,.blueBtn.cross:link,.blueBtn.cross:visited{text-decoration:none}.blueBtn.reload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-336px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.reload:active,.blueBtn.reload:focus,.blueBtn.reload:hover,.blueBtn.reload:link,.blueBtn.reload:visited{text-decoration:none}.blueBtn.downloadbox:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-360px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.downloadbox:active,.blueBtn.downloadbox:focus,.blueBtn.downloadbox:hover,.blueBtn.downloadbox:link,.blueBtn.downloadbox:visited{text-decoration:none}.blueBtn.location:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-384px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.location:active,.blueBtn.location:focus,.blueBtn.location:hover,.blueBtn.location:link,.blueBtn.location:visited{text-decoration:none}.blueBtn.replace_icon:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-408px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.replace_icon:active,.blueBtn.replace_icon:focus,.blueBtn.replace_icon:hover,.blueBtn.replace_icon:link,.blueBtn.replace_icon:visited{text-decoration:none}.blueBtn.attatch:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-432px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blueBtn.attatch:active,.blueBtn.attatch:focus,.blueBtn.attatch:hover,.blueBtn.attatch:link,.blueBtn.attatch:visited{text-decoration:none}.greenBtn{color:#219653!important}.greenBtn:after{background:#219653}.greenBtn:hover:after{box-shadow:0 8px 12px #21965333}.greenBtn.docs:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:0 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.docs:active,.greenBtn.docs:focus,.greenBtn.docs:hover,.greenBtn.docs:link,.greenBtn.docs:visited{text-decoration:none}.greenBtn.addfile:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-24px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.addfile:active,.greenBtn.addfile:focus,.greenBtn.addfile:hover,.greenBtn.addfile:link,.greenBtn.addfile:visited{text-decoration:none}.greenBtn.delete:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-48px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.delete:active,.greenBtn.delete:focus,.greenBtn.delete:hover,.greenBtn.delete:link,.greenBtn.delete:visited{text-decoration:none}.greenBtn.upload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-72px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.upload:active,.greenBtn.upload:focus,.greenBtn.upload:hover,.greenBtn.upload:link,.greenBtn.upload:visited{text-decoration:none}.greenBtn.settings:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-96px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.settings:active,.greenBtn.settings:focus,.greenBtn.settings:hover,.greenBtn.settings:link,.greenBtn.settings:visited{text-decoration:none}.greenBtn.download:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-120px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.download:active,.greenBtn.download:focus,.greenBtn.download:hover,.greenBtn.download:link,.greenBtn.download:visited{text-decoration:none}.greenBtn.mail:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-144px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.mail:active,.greenBtn.mail:focus,.greenBtn.mail:hover,.greenBtn.mail:link,.greenBtn.mail:visited{text-decoration:none}.greenBtn.addperson:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-168px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.addperson:active,.greenBtn.addperson:focus,.greenBtn.addperson:hover,.greenBtn.addperson:link,.greenBtn.addperson:visited{text-decoration:none}.greenBtn.filters:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-192px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.filters:active,.greenBtn.filters:focus,.greenBtn.filters:hover,.greenBtn.filters:link,.greenBtn.filters:visited{text-decoration:none}.greenBtn.message:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-216px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.message:active,.greenBtn.message:focus,.greenBtn.message:hover,.greenBtn.message:link,.greenBtn.message:visited{text-decoration:none}.greenBtn.edit:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-240px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.edit:active,.greenBtn.edit:focus,.greenBtn.edit:hover,.greenBtn.edit:link,.greenBtn.edit:visited{text-decoration:none}.greenBtn.view:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-264px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.view:active,.greenBtn.view:focus,.greenBtn.view:hover,.greenBtn.view:link,.greenBtn.view:visited{text-decoration:none}.greenBtn.righttick:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-288px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.righttick:active,.greenBtn.righttick:focus,.greenBtn.righttick:hover,.greenBtn.righttick:link,.greenBtn.righttick:visited{text-decoration:none}.greenBtn.cross:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-312px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.cross:active,.greenBtn.cross:focus,.greenBtn.cross:hover,.greenBtn.cross:link,.greenBtn.cross:visited{text-decoration:none}.greenBtn.reload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-336px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.reload:active,.greenBtn.reload:focus,.greenBtn.reload:hover,.greenBtn.reload:link,.greenBtn.reload:visited{text-decoration:none}.greenBtn.downloadbox:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-360px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.downloadbox:active,.greenBtn.downloadbox:focus,.greenBtn.downloadbox:hover,.greenBtn.downloadbox:link,.greenBtn.downloadbox:visited{text-decoration:none}.greenBtn.location:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-384px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.location:active,.greenBtn.location:focus,.greenBtn.location:hover,.greenBtn.location:link,.greenBtn.location:visited{text-decoration:none}.greenBtn.replace_icon:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-408px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.replace_icon:active,.greenBtn.replace_icon:focus,.greenBtn.replace_icon:hover,.greenBtn.replace_icon:link,.greenBtn.replace_icon:visited{text-decoration:none}.greenBtn.attatch:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-432px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.greenBtn.attatch:active,.greenBtn.attatch:focus,.greenBtn.attatch:hover,.greenBtn.attatch:link,.greenBtn.attatch:visited{text-decoration:none}.blackBtn{color:#000!important}.blackBtn:after{background:#000}.blackBtn:hover:after{box-shadow:0 8px 12px #0003}.blackBtn.docs:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:0 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.docs:active,.blackBtn.docs:focus,.blackBtn.docs:hover,.blackBtn.docs:link,.blackBtn.docs:visited{text-decoration:none}.blackBtn.addfile:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-24px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.addfile:active,.blackBtn.addfile:focus,.blackBtn.addfile:hover,.blackBtn.addfile:link,.blackBtn.addfile:visited{text-decoration:none}.blackBtn.delete:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-48px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.delete:active,.blackBtn.delete:focus,.blackBtn.delete:hover,.blackBtn.delete:link,.blackBtn.delete:visited{text-decoration:none}.blackBtn.upload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-72px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.upload:active,.blackBtn.upload:focus,.blackBtn.upload:hover,.blackBtn.upload:link,.blackBtn.upload:visited{text-decoration:none}.blackBtn.settings:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-96px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.settings:active,.blackBtn.settings:focus,.blackBtn.settings:hover,.blackBtn.settings:link,.blackBtn.settings:visited{text-decoration:none}.blackBtn.download:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-120px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.download:active,.blackBtn.download:focus,.blackBtn.download:hover,.blackBtn.download:link,.blackBtn.download:visited{text-decoration:none}.blackBtn.mail:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-144px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.mail:active,.blackBtn.mail:focus,.blackBtn.mail:hover,.blackBtn.mail:link,.blackBtn.mail:visited{text-decoration:none}.blackBtn.addperson:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-168px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.addperson:active,.blackBtn.addperson:focus,.blackBtn.addperson:hover,.blackBtn.addperson:link,.blackBtn.addperson:visited{text-decoration:none}.blackBtn.filters:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-192px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.filters:active,.blackBtn.filters:focus,.blackBtn.filters:hover,.blackBtn.filters:link,.blackBtn.filters:visited{text-decoration:none}.blackBtn.message:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-216px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.message:active,.blackBtn.message:focus,.blackBtn.message:hover,.blackBtn.message:link,.blackBtn.message:visited{text-decoration:none}.blackBtn.edit:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-240px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.edit:active,.blackBtn.edit:focus,.blackBtn.edit:hover,.blackBtn.edit:link,.blackBtn.edit:visited{text-decoration:none}.blackBtn.view:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-264px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.view:active,.blackBtn.view:focus,.blackBtn.view:hover,.blackBtn.view:link,.blackBtn.view:visited{text-decoration:none}.blackBtn.righttick:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-288px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.righttick:active,.blackBtn.righttick:focus,.blackBtn.righttick:hover,.blackBtn.righttick:link,.blackBtn.righttick:visited{text-decoration:none}.blackBtn.cross:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-312px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.cross:active,.blackBtn.cross:focus,.blackBtn.cross:hover,.blackBtn.cross:link,.blackBtn.cross:visited{text-decoration:none}.blackBtn.reload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-336px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.reload:active,.blackBtn.reload:focus,.blackBtn.reload:hover,.blackBtn.reload:link,.blackBtn.reload:visited{text-decoration:none}.blackBtn.downloadbox:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-360px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.downloadbox:active,.blackBtn.downloadbox:focus,.blackBtn.downloadbox:hover,.blackBtn.downloadbox:link,.blackBtn.downloadbox:visited{text-decoration:none}.blackBtn.location:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-384px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.location:active,.blackBtn.location:focus,.blackBtn.location:hover,.blackBtn.location:link,.blackBtn.location:visited{text-decoration:none}.blackBtn.replace_icon:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-408px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.replace_icon:active,.blackBtn.replace_icon:focus,.blackBtn.replace_icon:hover,.blackBtn.replace_icon:link,.blackBtn.replace_icon:visited{text-decoration:none}.blackBtn.attatch:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-432px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.blackBtn.attatch:active,.blackBtn.attatch:focus,.blackBtn.attatch:hover,.blackBtn.attatch:link,.blackBtn.attatch:visited{text-decoration:none}.redBtn{color:#eb5757!important}.redBtn:after{background:#eb5757}.redBtn:hover:after{box-shadow:0 8px 12px #eb575733}.redBtn.docs:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:0 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.docs:active,.redBtn.docs:focus,.redBtn.docs:hover,.redBtn.docs:link,.redBtn.docs:visited{text-decoration:none}.redBtn.addfile:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-24px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.addfile:active,.redBtn.addfile:focus,.redBtn.addfile:hover,.redBtn.addfile:link,.redBtn.addfile:visited{text-decoration:none}.redBtn.delete:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-48px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.delete:active,.redBtn.delete:focus,.redBtn.delete:hover,.redBtn.delete:link,.redBtn.delete:visited{text-decoration:none}.redBtn.upload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-72px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.upload:active,.redBtn.upload:focus,.redBtn.upload:hover,.redBtn.upload:link,.redBtn.upload:visited{text-decoration:none}.redBtn.settings:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-96px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.settings:active,.redBtn.settings:focus,.redBtn.settings:hover,.redBtn.settings:link,.redBtn.settings:visited{text-decoration:none}.redBtn.download:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-120px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.download:active,.redBtn.download:focus,.redBtn.download:hover,.redBtn.download:link,.redBtn.download:visited{text-decoration:none}.redBtn.mail:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-144px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.mail:active,.redBtn.mail:focus,.redBtn.mail:hover,.redBtn.mail:link,.redBtn.mail:visited{text-decoration:none}.redBtn.addperson:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-168px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.addperson:active,.redBtn.addperson:focus,.redBtn.addperson:hover,.redBtn.addperson:link,.redBtn.addperson:visited{text-decoration:none}.redBtn.filters:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-192px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.filters:active,.redBtn.filters:focus,.redBtn.filters:hover,.redBtn.filters:link,.redBtn.filters:visited{text-decoration:none}.redBtn.message:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-216px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.message:active,.redBtn.message:focus,.redBtn.message:hover,.redBtn.message:link,.redBtn.message:visited{text-decoration:none}.redBtn.edit:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-240px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.edit:active,.redBtn.edit:focus,.redBtn.edit:hover,.redBtn.edit:link,.redBtn.edit:visited{text-decoration:none}.redBtn.view:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-264px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.view:active,.redBtn.view:focus,.redBtn.view:hover,.redBtn.view:link,.redBtn.view:visited{text-decoration:none}.redBtn.righttick:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-288px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.righttick:active,.redBtn.righttick:focus,.redBtn.righttick:hover,.redBtn.righttick:link,.redBtn.righttick:visited{text-decoration:none}.redBtn.cross:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-312px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.cross:active,.redBtn.cross:focus,.redBtn.cross:hover,.redBtn.cross:link,.redBtn.cross:visited{text-decoration:none}.redBtn.reload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-336px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.reload:active,.redBtn.reload:focus,.redBtn.reload:hover,.redBtn.reload:link,.redBtn.reload:visited{text-decoration:none}.redBtn.downloadbox:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-360px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.downloadbox:active,.redBtn.downloadbox:focus,.redBtn.downloadbox:hover,.redBtn.downloadbox:link,.redBtn.downloadbox:visited{text-decoration:none}.redBtn.location:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-384px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.location:active,.redBtn.location:focus,.redBtn.location:hover,.redBtn.location:link,.redBtn.location:visited{text-decoration:none}.redBtn.replace_icon:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-408px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.replace_icon:active,.redBtn.replace_icon:focus,.redBtn.replace_icon:hover,.redBtn.replace_icon:link,.redBtn.replace_icon:visited{text-decoration:none}.redBtn.attatch:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-432px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtn.attatch:active,.redBtn.attatch:focus,.redBtn.attatch:hover,.redBtn.attatch:link,.redBtn.attatch:visited{text-decoration:none}.redBtnlight{color:#f18989!important}.redBtnlight:after{background:#f18989}.redBtnlight:hover:after{box-shadow:0 8px 12px #f1898933}.redBtnlight.docs:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:0 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.docs:active,.redBtnlight.docs:focus,.redBtnlight.docs:hover,.redBtnlight.docs:link,.redBtnlight.docs:visited{text-decoration:none}.redBtnlight.addfile:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-24px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.addfile:active,.redBtnlight.addfile:focus,.redBtnlight.addfile:hover,.redBtnlight.addfile:link,.redBtnlight.addfile:visited{text-decoration:none}.redBtnlight.delete:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-48px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.delete:active,.redBtnlight.delete:focus,.redBtnlight.delete:hover,.redBtnlight.delete:link,.redBtnlight.delete:visited{text-decoration:none}.redBtnlight.upload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-72px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.upload:active,.redBtnlight.upload:focus,.redBtnlight.upload:hover,.redBtnlight.upload:link,.redBtnlight.upload:visited{text-decoration:none}.redBtnlight.settings:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-96px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.settings:active,.redBtnlight.settings:focus,.redBtnlight.settings:hover,.redBtnlight.settings:link,.redBtnlight.settings:visited{text-decoration:none}.redBtnlight.download:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-120px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.download:active,.redBtnlight.download:focus,.redBtnlight.download:hover,.redBtnlight.download:link,.redBtnlight.download:visited{text-decoration:none}.redBtnlight.mail:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-144px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.mail:active,.redBtnlight.mail:focus,.redBtnlight.mail:hover,.redBtnlight.mail:link,.redBtnlight.mail:visited{text-decoration:none}.redBtnlight.addperson:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-168px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.addperson:active,.redBtnlight.addperson:focus,.redBtnlight.addperson:hover,.redBtnlight.addperson:link,.redBtnlight.addperson:visited{text-decoration:none}.redBtnlight.filters:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-192px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.filters:active,.redBtnlight.filters:focus,.redBtnlight.filters:hover,.redBtnlight.filters:link,.redBtnlight.filters:visited{text-decoration:none}.redBtnlight.message:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-216px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.message:active,.redBtnlight.message:focus,.redBtnlight.message:hover,.redBtnlight.message:link,.redBtnlight.message:visited{text-decoration:none}.redBtnlight.edit:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-240px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.edit:active,.redBtnlight.edit:focus,.redBtnlight.edit:hover,.redBtnlight.edit:link,.redBtnlight.edit:visited{text-decoration:none}.redBtnlight.view:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-264px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.view:active,.redBtnlight.view:focus,.redBtnlight.view:hover,.redBtnlight.view:link,.redBtnlight.view:visited{text-decoration:none}.redBtnlight.righttick:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-288px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.righttick:active,.redBtnlight.righttick:focus,.redBtnlight.righttick:hover,.redBtnlight.righttick:link,.redBtnlight.righttick:visited{text-decoration:none}.redBtnlight.cross:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-312px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.cross:active,.redBtnlight.cross:focus,.redBtnlight.cross:hover,.redBtnlight.cross:link,.redBtnlight.cross:visited{text-decoration:none}.redBtnlight.reload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-336px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.reload:active,.redBtnlight.reload:focus,.redBtnlight.reload:hover,.redBtnlight.reload:link,.redBtnlight.reload:visited{text-decoration:none}.redBtnlight.downloadbox:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-360px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.downloadbox:active,.redBtnlight.downloadbox:focus,.redBtnlight.downloadbox:hover,.redBtnlight.downloadbox:link,.redBtnlight.downloadbox:visited{text-decoration:none}.redBtnlight.location:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-384px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.location:active,.redBtnlight.location:focus,.redBtnlight.location:hover,.redBtnlight.location:link,.redBtnlight.location:visited{text-decoration:none}.redBtnlight.replace_icon:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-408px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.replace_icon:active,.redBtnlight.replace_icon:focus,.redBtnlight.replace_icon:hover,.redBtnlight.replace_icon:link,.redBtnlight.replace_icon:visited{text-decoration:none}.redBtnlight.attatch:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-432px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.redBtnlight.attatch:active,.redBtnlight.attatch:focus,.redBtnlight.attatch:hover,.redBtnlight.attatch:link,.redBtnlight.attatch:visited{text-decoration:none}.lightblueBtn{color:#acd4fb!important}.lightblueBtn:after{background:#acd4fb}.lightblueBtn:hover:after{box-shadow:0 8px 12px #acd4fb33}.lightblueBtn.docs:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:0 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.docs:active,.lightblueBtn.docs:focus,.lightblueBtn.docs:hover,.lightblueBtn.docs:link,.lightblueBtn.docs:visited{text-decoration:none}.lightblueBtn.addfile:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-24px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.addfile:active,.lightblueBtn.addfile:focus,.lightblueBtn.addfile:hover,.lightblueBtn.addfile:link,.lightblueBtn.addfile:visited{text-decoration:none}.lightblueBtn.delete:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-48px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.delete:active,.lightblueBtn.delete:focus,.lightblueBtn.delete:hover,.lightblueBtn.delete:link,.lightblueBtn.delete:visited{text-decoration:none}.lightblueBtn.upload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-72px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.upload:active,.lightblueBtn.upload:focus,.lightblueBtn.upload:hover,.lightblueBtn.upload:link,.lightblueBtn.upload:visited{text-decoration:none}.lightblueBtn.settings:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-96px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.settings:active,.lightblueBtn.settings:focus,.lightblueBtn.settings:hover,.lightblueBtn.settings:link,.lightblueBtn.settings:visited{text-decoration:none}.lightblueBtn.download:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-120px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.download:active,.lightblueBtn.download:focus,.lightblueBtn.download:hover,.lightblueBtn.download:link,.lightblueBtn.download:visited{text-decoration:none}.lightblueBtn.mail:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-144px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.mail:active,.lightblueBtn.mail:focus,.lightblueBtn.mail:hover,.lightblueBtn.mail:link,.lightblueBtn.mail:visited{text-decoration:none}.lightblueBtn.addperson:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-168px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.addperson:active,.lightblueBtn.addperson:focus,.lightblueBtn.addperson:hover,.lightblueBtn.addperson:link,.lightblueBtn.addperson:visited{text-decoration:none}.lightblueBtn.filters:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-192px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.filters:active,.lightblueBtn.filters:focus,.lightblueBtn.filters:hover,.lightblueBtn.filters:link,.lightblueBtn.filters:visited{text-decoration:none}.lightblueBtn.message:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-216px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.message:active,.lightblueBtn.message:focus,.lightblueBtn.message:hover,.lightblueBtn.message:link,.lightblueBtn.message:visited{text-decoration:none}.lightblueBtn.edit:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-240px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.edit:active,.lightblueBtn.edit:focus,.lightblueBtn.edit:hover,.lightblueBtn.edit:link,.lightblueBtn.edit:visited{text-decoration:none}.lightblueBtn.view:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-264px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.view:active,.lightblueBtn.view:focus,.lightblueBtn.view:hover,.lightblueBtn.view:link,.lightblueBtn.view:visited{text-decoration:none}.lightblueBtn.righttick:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-288px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.righttick:active,.lightblueBtn.righttick:focus,.lightblueBtn.righttick:hover,.lightblueBtn.righttick:link,.lightblueBtn.righttick:visited{text-decoration:none}.lightblueBtn.cross:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-312px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.cross:active,.lightblueBtn.cross:focus,.lightblueBtn.cross:hover,.lightblueBtn.cross:link,.lightblueBtn.cross:visited{text-decoration:none}.lightblueBtn.reload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-336px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.reload:active,.lightblueBtn.reload:focus,.lightblueBtn.reload:hover,.lightblueBtn.reload:link,.lightblueBtn.reload:visited{text-decoration:none}.lightblueBtn.downloadbox:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-360px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.downloadbox:active,.lightblueBtn.downloadbox:focus,.lightblueBtn.downloadbox:hover,.lightblueBtn.downloadbox:link,.lightblueBtn.downloadbox:visited{text-decoration:none}.lightblueBtn.location:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-384px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.location:active,.lightblueBtn.location:focus,.lightblueBtn.location:hover,.lightblueBtn.location:link,.lightblueBtn.location:visited{text-decoration:none}.lightblueBtn.replace_icon:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-408px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.replace_icon:active,.lightblueBtn.replace_icon:focus,.lightblueBtn.replace_icon:hover,.lightblueBtn.replace_icon:link,.lightblueBtn.replace_icon:visited{text-decoration:none}.lightblueBtn.attatch:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-432px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.lightblueBtn.attatch:active,.lightblueBtn.attatch:focus,.lightblueBtn.attatch:hover,.lightblueBtn.attatch:link,.lightblueBtn.attatch:visited{text-decoration:none}.orangeBtn{color:#f2994a!important}.orangeBtn:after{background:#f2994a}.orangeBtn:hover:after{box-shadow:0 8px 12px #f2994a33}.orangeBtn.docs:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:0 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.docs:active,.orangeBtn.docs:focus,.orangeBtn.docs:hover,.orangeBtn.docs:link,.orangeBtn.docs:visited{text-decoration:none}.orangeBtn.addfile:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-24px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.addfile:active,.orangeBtn.addfile:focus,.orangeBtn.addfile:hover,.orangeBtn.addfile:link,.orangeBtn.addfile:visited{text-decoration:none}.orangeBtn.delete:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-48px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.delete:active,.orangeBtn.delete:focus,.orangeBtn.delete:hover,.orangeBtn.delete:link,.orangeBtn.delete:visited{text-decoration:none}.orangeBtn.upload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-72px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.upload:active,.orangeBtn.upload:focus,.orangeBtn.upload:hover,.orangeBtn.upload:link,.orangeBtn.upload:visited{text-decoration:none}.orangeBtn.settings:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-96px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.settings:active,.orangeBtn.settings:focus,.orangeBtn.settings:hover,.orangeBtn.settings:link,.orangeBtn.settings:visited{text-decoration:none}.orangeBtn.download:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-120px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.download:active,.orangeBtn.download:focus,.orangeBtn.download:hover,.orangeBtn.download:link,.orangeBtn.download:visited{text-decoration:none}.orangeBtn.mail:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-144px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.mail:active,.orangeBtn.mail:focus,.orangeBtn.mail:hover,.orangeBtn.mail:link,.orangeBtn.mail:visited{text-decoration:none}.orangeBtn.addperson:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-168px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.addperson:active,.orangeBtn.addperson:focus,.orangeBtn.addperson:hover,.orangeBtn.addperson:link,.orangeBtn.addperson:visited{text-decoration:none}.orangeBtn.filters:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-192px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.filters:active,.orangeBtn.filters:focus,.orangeBtn.filters:hover,.orangeBtn.filters:link,.orangeBtn.filters:visited{text-decoration:none}.orangeBtn.message:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-216px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.message:active,.orangeBtn.message:focus,.orangeBtn.message:hover,.orangeBtn.message:link,.orangeBtn.message:visited{text-decoration:none}.orangeBtn.edit:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-240px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.edit:active,.orangeBtn.edit:focus,.orangeBtn.edit:hover,.orangeBtn.edit:link,.orangeBtn.edit:visited{text-decoration:none}.orangeBtn.view:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-264px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.view:active,.orangeBtn.view:focus,.orangeBtn.view:hover,.orangeBtn.view:link,.orangeBtn.view:visited{text-decoration:none}.orangeBtn.righttick:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-288px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.righttick:active,.orangeBtn.righttick:focus,.orangeBtn.righttick:hover,.orangeBtn.righttick:link,.orangeBtn.righttick:visited{text-decoration:none}.orangeBtn.cross:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-312px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.cross:active,.orangeBtn.cross:focus,.orangeBtn.cross:hover,.orangeBtn.cross:link,.orangeBtn.cross:visited{text-decoration:none}.orangeBtn.reload:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-336px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.reload:active,.orangeBtn.reload:focus,.orangeBtn.reload:hover,.orangeBtn.reload:link,.orangeBtn.reload:visited{text-decoration:none}.orangeBtn.downloadbox:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-360px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.downloadbox:active,.orangeBtn.downloadbox:focus,.orangeBtn.downloadbox:hover,.orangeBtn.downloadbox:link,.orangeBtn.downloadbox:visited{text-decoration:none}.orangeBtn.location:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-384px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.location:active,.orangeBtn.location:focus,.orangeBtn.location:hover,.orangeBtn.location:link,.orangeBtn.location:visited{text-decoration:none}.orangeBtn.replace_icon:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-408px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.replace_icon:active,.orangeBtn.replace_icon:focus,.orangeBtn.replace_icon:hover,.orangeBtn.replace_icon:link,.orangeBtn.replace_icon:visited{text-decoration:none}.orangeBtn.attatch:before{background:url(/static/media/text_button_icons.4e7ff8a79d256dc91572.svg);background-position:-432px 0;background-size:504px;content:"";height:24px;left:0;position:absolute;top:0;width:24px;z-index:2}.orangeBtn.attatch:active,.orangeBtn.attatch:focus,.orangeBtn.attatch:hover,.orangeBtn.attatch:link,.orangeBtn.attatch:visited{text-decoration:none}.theme-dark .blackBtn{color:#ddd!important}.clearFilter{background:#f1f1f1 url(/static/media/cross_solid.9a607a2366bf13040123.svg) no-repeat right 10px center/7px;border-radius:4px;color:#000!important;font-size:.6875rem;font-weight:500;padding:6px 22px 6px 12px}.rounded_add_icons{color:#2160aa!important;display:inline-block;font-family:Montserrat;font-size:11px;font-weight:500;line-height:15px;margin-left:28px!important;padding:4px 0 4px 28px;position:relative;text-decoration:none!important}.rounded_add_icons:before{background:url(/static/media/round-add-icon.3b80aad22eb5df334a13.svg) no-repeat 0 0/16px;content:"";height:16px;left:10px;position:absolute;top:calc(50% - 8px);width:16px}.text-right{text-align:right}.text-center{text-align:center}.align-self-center{align-self:center}.df{display:flex}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.m-0{margin:0!important}.ml-1{margin-left:4px!important}.mr-1{margin-right:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-bottom:4px!important;margin-top:4px!important}.m-1{margin:4px!important}.ml-2{margin-left:8px!important}.mr-2{margin-right:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-bottom:8px!important;margin-top:8px!important}.m-2{margin:8px!important}.ml-3{margin-left:12px!important}.mr-3{margin-right:12px!important}.mt-3{margin-top:12px!important}.mb-3{margin-bottom:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-bottom:12px!important;margin-top:12px!important}.m-3{margin:12px!important}.ml-4{margin-left:16px!important}.mr-4{margin-right:16px!important}.mt-4{margin-top:16px!important}.mb-4{margin-bottom:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-bottom:16px!important;margin-top:16px!important}.m-4{margin:16px!important}.ml-5{margin-left:20px!important}.mr-5{margin-right:20px!important}.mt-5{margin-top:20px!important}.mb-5{margin-bottom:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-bottom:20px!important;margin-top:20px!important}.m-5{margin:20px!important}.ml-6{margin-left:24px!important}.mr-6{margin-right:24px!important}.mt-6{margin-top:24px!important}.mb-6{margin-bottom:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-bottom:24px!important;margin-top:24px!important}.m-6{margin:24px!important}.ml-7{margin-left:28px!important}.mr-7{margin-right:28px!important}.mt-7{margin-top:28px!important}.mb-7{margin-bottom:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-bottom:28px!important;margin-top:28px!important}.m-7{margin:28px!important}.ml-8{margin-left:32px!important}.mr-8{margin-right:32px!important}.mt-8{margin-top:32px!important}.mb-8{margin-bottom:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-bottom:32px!important;margin-top:32px!important}.m-8{margin:32px!important}.ml-9{margin-left:36px!important}.mr-9{margin-right:36px!important}.mt-9{margin-top:36px!important}.mb-9{margin-bottom:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-bottom:36px!important;margin-top:36px!important}.m-9{margin:36px!important}.ml-10{margin-left:40px!important}.mr-10{margin-right:40px!important}.mt-10{margin-top:40px!important}.mb-10{margin-bottom:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-bottom:40px!important;margin-top:40px!important}.m-10{margin:40px!important}.ml-11{margin-left:44px!important}.mr-11{margin-right:44px!important}.mt-11{margin-top:44px!important}.mb-11{margin-bottom:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-bottom:44px!important;margin-top:44px!important}.m-11{margin:44px!important}.ml-12{margin-left:48px!important}.mr-12{margin-right:48px!important}.mt-12{margin-top:48px!important}.mb-12{margin-bottom:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-bottom:48px!important;margin-top:48px!important}.m-12{margin:48px!important}.ml-13{margin-left:52px!important}.mr-13{margin-right:52px!important}.mt-13{margin-top:52px!important}.mb-13{margin-bottom:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-bottom:52px!important;margin-top:52px!important}.m-13{margin:52px!important}.ml-14{margin-left:56px!important}.mr-14{margin-right:56px!important}.mt-14{margin-top:56px!important}.mb-14{margin-bottom:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-bottom:56px!important;margin-top:56px!important}.m-14{margin:56px!important}.ml-15{margin-left:60px!important}.mr-15{margin-right:60px!important}.mt-15{margin-top:60px!important}.mb-15{margin-bottom:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-bottom:60px!important;margin-top:60px!important}.m-15{margin:60px!important}.ml-16{margin-left:64px!important}.mr-16{margin-right:64px!important}.mt-16{margin-top:64px!important}.mb-16{margin-bottom:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-bottom:64px!important;margin-top:64px!important}.m-16{margin:64px!important}.ml-17{margin-left:68px!important}.mr-17{margin-right:68px!important}.mt-17{margin-top:68px!important}.mb-17{margin-bottom:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-bottom:68px!important;margin-top:68px!important}.m-17{margin:68px!important}.ml-18{margin-left:72px!important}.mr-18{margin-right:72px!important}.mt-18{margin-top:72px!important}.mb-18{margin-bottom:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-bottom:72px!important;margin-top:72px!important}.m-18{margin:72px!important}.ml-19{margin-left:76px!important}.mr-19{margin-right:76px!important}.mt-19{margin-top:76px!important}.mb-19{margin-bottom:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-bottom:76px!important;margin-top:76px!important}.m-19{margin:76px!important}.ml-20{margin-left:80px!important}.mr-20{margin-right:80px!important}.mt-20{margin-top:80px!important}.mb-20{margin-bottom:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-bottom:80px!important;margin-top:80px!important}.m-20{margin:80px!important}.ml-21{margin-left:84px!important}.mr-21{margin-right:84px!important}.mt-21{margin-top:84px!important}.mb-21{margin-bottom:84px!important}.mx-21{margin-left:84px!important;margin-right:84px!important}.my-21{margin-bottom:84px!important;margin-top:84px!important}.m-21{margin:84px!important}.ml-22{margin-left:88px!important}.mr-22{margin-right:88px!important}.mt-22{margin-top:88px!important}.mb-22{margin-bottom:88px!important}.mx-22{margin-left:88px!important;margin-right:88px!important}.my-22{margin-bottom:88px!important;margin-top:88px!important}.m-22{margin:88px!important}.ml-23{margin-left:92px!important}.mr-23{margin-right:92px!important}.mt-23{margin-top:92px!important}.mb-23{margin-bottom:92px!important}.mx-23{margin-left:92px!important;margin-right:92px!important}.my-23{margin-bottom:92px!important;margin-top:92px!important}.m-23{margin:92px!important}.ml-24{margin-left:96px!important}.mr-24{margin-right:96px!important}.mt-24{margin-top:96px!important}.mb-24{margin-bottom:96px!important}.mx-24{margin-left:96px!important;margin-right:96px!important}.my-24{margin-bottom:96px!important;margin-top:96px!important}.m-24{margin:96px!important}.ml-25{margin-left:100px!important}.mr-25{margin-right:100px!important}.mt-25{margin-top:100px!important}.mb-25{margin-bottom:100px!important}.mx-25{margin-left:100px!important;margin-right:100px!important}.my-25{margin-bottom:100px!important;margin-top:100px!important}.m-25{margin:100px!important}.ml-26{margin-left:104px!important}.mr-26{margin-right:104px!important}.mt-26{margin-top:104px!important}.mb-26{margin-bottom:104px!important}.mx-26{margin-left:104px!important;margin-right:104px!important}.my-26{margin-bottom:104px!important;margin-top:104px!important}.m-26{margin:104px!important}.ml-27{margin-left:108px!important}.mr-27{margin-right:108px!important}.mt-27{margin-top:108px!important}.mb-27{margin-bottom:108px!important}.mx-27{margin-left:108px!important;margin-right:108px!important}.my-27{margin-bottom:108px!important;margin-top:108px!important}.m-27{margin:108px!important}.ml-28{margin-left:112px!important}.mr-28{margin-right:112px!important}.mt-28{margin-top:112px!important}.mb-28{margin-bottom:112px!important}.mx-28{margin-left:112px!important;margin-right:112px!important}.my-28{margin-bottom:112px!important;margin-top:112px!important}.m-28{margin:112px!important}.ml-29{margin-left:116px!important}.mr-29{margin-right:116px!important}.mt-29{margin-top:116px!important}.mb-29{margin-bottom:116px!important}.mx-29{margin-left:116px!important;margin-right:116px!important}.my-29{margin-bottom:116px!important;margin-top:116px!important}.m-29{margin:116px!important}.ml-30{margin-left:120px!important}.mr-30{margin-right:120px!important}.mt-30{margin-top:120px!important}.mb-30{margin-bottom:120px!important}.mx-30{margin-left:120px!important;margin-right:120px!important}.my-30{margin-bottom:120px!important;margin-top:120px!important}.m-30{margin:120px!important}.ml-31{margin-left:124px!important}.mr-31{margin-right:124px!important}.mt-31{margin-top:124px!important}.mb-31{margin-bottom:124px!important}.mx-31{margin-left:124px!important;margin-right:124px!important}.my-31{margin-bottom:124px!important;margin-top:124px!important}.m-31{margin:124px!important}.ml-32{margin-left:128px!important}.mr-32{margin-right:128px!important}.mt-32{margin-top:128px!important}.mb-32{margin-bottom:128px!important}.mx-32{margin-left:128px!important;margin-right:128px!important}.my-32{margin-bottom:128px!important;margin-top:128px!important}.m-32{margin:128px!important}.ml-33{margin-left:132px!important}.mr-33{margin-right:132px!important}.mt-33{margin-top:132px!important}.mb-33{margin-bottom:132px!important}.mx-33{margin-left:132px!important;margin-right:132px!important}.my-33{margin-bottom:132px!important;margin-top:132px!important}.m-33{margin:132px!important}.ml-34{margin-left:136px!important}.mr-34{margin-right:136px!important}.mt-34{margin-top:136px!important}.mb-34{margin-bottom:136px!important}.mx-34{margin-left:136px!important;margin-right:136px!important}.my-34{margin-bottom:136px!important;margin-top:136px!important}.m-34{margin:136px!important}.ml-35{margin-left:140px!important}.mr-35{margin-right:140px!important}.mt-35{margin-top:140px!important}.mb-35{margin-bottom:140px!important}.mx-35{margin-left:140px!important;margin-right:140px!important}.my-35{margin-bottom:140px!important;margin-top:140px!important}.m-35{margin:140px!important}.ml-36{margin-left:144px!important}.mr-36{margin-right:144px!important}.mt-36{margin-top:144px!important}.mb-36{margin-bottom:144px!important}.mx-36{margin-left:144px!important;margin-right:144px!important}.my-36{margin-bottom:144px!important;margin-top:144px!important}.m-36{margin:144px!important}.ml-37{margin-left:148px!important}.mr-37{margin-right:148px!important}.mt-37{margin-top:148px!important}.mb-37{margin-bottom:148px!important}.mx-37{margin-left:148px!important;margin-right:148px!important}.my-37{margin-bottom:148px!important;margin-top:148px!important}.m-37{margin:148px!important}.ml-38{margin-left:152px!important}.mr-38{margin-right:152px!important}.mt-38{margin-top:152px!important}.mb-38{margin-bottom:152px!important}.mx-38{margin-left:152px!important;margin-right:152px!important}.my-38{margin-bottom:152px!important;margin-top:152px!important}.m-38{margin:152px!important}.ml-39{margin-left:156px!important}.mr-39{margin-right:156px!important}.mt-39{margin-top:156px!important}.mb-39{margin-bottom:156px!important}.mx-39{margin-left:156px!important;margin-right:156px!important}.my-39{margin-bottom:156px!important;margin-top:156px!important}.m-39{margin:156px!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.p-0{padding:0!important}.pl-1{padding-left:4px!important}.pr-1{padding-right:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-bottom:4px!important;padding-top:4px!important}.p-1{padding:4px!important}.pl-2{padding-left:8px!important}.pr-2{padding-right:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-bottom:8px!important;padding-top:8px!important}.p-2{padding:8px!important}.pl-3{padding-left:12px!important}.pr-3{padding-right:12px!important}.pt-3{padding-top:12px!important}.pb-3{padding-bottom:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-bottom:12px!important;padding-top:12px!important}.p-3{padding:12px!important}.pl-4{padding-left:16px!important}.pr-4{padding-right:16px!important}.pt-4{padding-top:16px!important}.pb-4{padding-bottom:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-bottom:16px!important;padding-top:16px!important}.p-4{padding:16px!important}.pl-5{padding-left:20px!important}.pr-5{padding-right:20px!important}.pt-5{padding-top:20px!important}.pb-5{padding-bottom:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-bottom:20px!important;padding-top:20px!important}.p-5{padding:20px!important}.pl-6{padding-left:24px!important}.pr-6{padding-right:24px!important}.pt-6{padding-top:24px!important}.pb-6{padding-bottom:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-bottom:24px!important;padding-top:24px!important}.p-6{padding:24px!important}.pl-7{padding-left:28px!important}.pr-7{padding-right:28px!important}.pt-7{padding-top:28px!important}.pb-7{padding-bottom:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-bottom:28px!important;padding-top:28px!important}.p-7{padding:28px!important}.pl-8{padding-left:32px!important}.pr-8{padding-right:32px!important}.pt-8{padding-top:32px!important}.pb-8{padding-bottom:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-bottom:32px!important;padding-top:32px!important}.p-8{padding:32px!important}.pl-9{padding-left:36px!important}.pr-9{padding-right:36px!important}.pt-9{padding-top:36px!important}.pb-9{padding-bottom:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-bottom:36px!important;padding-top:36px!important}.p-9{padding:36px!important}.pl-10{padding-left:40px!important}.pr-10{padding-right:40px!important}.pt-10{padding-top:40px!important}.pb-10{padding-bottom:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-bottom:40px!important;padding-top:40px!important}.p-10{padding:40px!important}.pl-11{padding-left:44px!important}.pr-11{padding-right:44px!important}.pt-11{padding-top:44px!important}.pb-11{padding-bottom:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-bottom:44px!important;padding-top:44px!important}.p-11{padding:44px!important}.pl-12{padding-left:48px!important}.pr-12{padding-right:48px!important}.pt-12{padding-top:48px!important}.pb-12{padding-bottom:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-bottom:48px!important;padding-top:48px!important}.p-12{padding:48px!important}.pl-13{padding-left:52px!important}.pr-13{padding-right:52px!important}.pt-13{padding-top:52px!important}.pb-13{padding-bottom:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-bottom:52px!important;padding-top:52px!important}.p-13{padding:52px!important}.pl-14{padding-left:56px!important}.pr-14{padding-right:56px!important}.pt-14{padding-top:56px!important}.pb-14{padding-bottom:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-bottom:56px!important;padding-top:56px!important}.p-14{padding:56px!important}.pl-15{padding-left:60px!important}.pr-15{padding-right:60px!important}.pt-15{padding-top:60px!important}.pb-15{padding-bottom:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-bottom:60px!important;padding-top:60px!important}.p-15{padding:60px!important}.pl-16{padding-left:64px!important}.pr-16{padding-right:64px!important}.pt-16{padding-top:64px!important}.pb-16{padding-bottom:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-bottom:64px!important;padding-top:64px!important}.p-16{padding:64px!important}.pl-17{padding-left:68px!important}.pr-17{padding-right:68px!important}.pt-17{padding-top:68px!important}.pb-17{padding-bottom:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-bottom:68px!important;padding-top:68px!important}.p-17{padding:68px!important}.pl-18{padding-left:72px!important}.pr-18{padding-right:72px!important}.pt-18{padding-top:72px!important}.pb-18{padding-bottom:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-bottom:72px!important;padding-top:72px!important}.p-18{padding:72px!important}.pl-19{padding-left:76px!important}.pr-19{padding-right:76px!important}.pt-19{padding-top:76px!important}.pb-19{padding-bottom:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-bottom:76px!important;padding-top:76px!important}.p-19{padding:76px!important}.pl-20{padding-left:80px!important}.pr-20{padding-right:80px!important}.pt-20{padding-top:80px!important}.pb-20{padding-bottom:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-bottom:80px!important;padding-top:80px!important}.p-20{padding:80px!important}.pl-21{padding-left:84px!important}.pr-21{padding-right:84px!important}.pt-21{padding-top:84px!important}.pb-21{padding-bottom:84px!important}.px-21{padding-left:84px!important;padding-right:84px!important}.py-21{padding-bottom:84px!important;padding-top:84px!important}.p-21{padding:84px!important}.pl-22{padding-left:88px!important}.pr-22{padding-right:88px!important}.pt-22{padding-top:88px!important}.pb-22{padding-bottom:88px!important}.px-22{padding-left:88px!important;padding-right:88px!important}.py-22{padding-bottom:88px!important;padding-top:88px!important}.p-22{padding:88px!important}.pl-23{padding-left:92px!important}.pr-23{padding-right:92px!important}.pt-23{padding-top:92px!important}.pb-23{padding-bottom:92px!important}.px-23{padding-left:92px!important;padding-right:92px!important}.py-23{padding-bottom:92px!important;padding-top:92px!important}.p-23{padding:92px!important}.pl-24{padding-left:96px!important}.pr-24{padding-right:96px!important}.pt-24{padding-top:96px!important}.pb-24{padding-bottom:96px!important}.px-24{padding-left:96px!important;padding-right:96px!important}.py-24{padding-bottom:96px!important;padding-top:96px!important}.p-24{padding:96px!important}.pl-25{padding-left:100px!important}.pr-25{padding-right:100px!important}.pt-25{padding-top:100px!important}.pb-25{padding-bottom:100px!important}.px-25{padding-left:100px!important;padding-right:100px!important}.py-25{padding-bottom:100px!important;padding-top:100px!important}.p-25{padding:100px!important}.pl-26{padding-left:104px!important}.pr-26{padding-right:104px!important}.pt-26{padding-top:104px!important}.pb-26{padding-bottom:104px!important}.px-26{padding-left:104px!important;padding-right:104px!important}.py-26{padding-bottom:104px!important;padding-top:104px!important}.p-26{padding:104px!important}.pl-27{padding-left:108px!important}.pr-27{padding-right:108px!important}.pt-27{padding-top:108px!important}.pb-27{padding-bottom:108px!important}.px-27{padding-left:108px!important;padding-right:108px!important}.py-27{padding-bottom:108px!important;padding-top:108px!important}.p-27{padding:108px!important}.pl-28{padding-left:112px!important}.pr-28{padding-right:112px!important}.pt-28{padding-top:112px!important}.pb-28{padding-bottom:112px!important}.px-28{padding-left:112px!important;padding-right:112px!important}.py-28{padding-bottom:112px!important;padding-top:112px!important}.p-28{padding:112px!important}.pl-29{padding-left:116px!important}.pr-29{padding-right:116px!important}.pt-29{padding-top:116px!important}.pb-29{padding-bottom:116px!important}.px-29{padding-left:116px!important;padding-right:116px!important}.py-29{padding-bottom:116px!important;padding-top:116px!important}.p-29{padding:116px!important}.pl-30{padding-left:120px!important}.pr-30{padding-right:120px!important}.pt-30{padding-top:120px!important}.pb-30{padding-bottom:120px!important}.px-30{padding-left:120px!important;padding-right:120px!important}.py-30{padding-bottom:120px!important;padding-top:120px!important}.p-30{padding:120px!important}.pl-31{padding-left:124px!important}.pr-31{padding-right:124px!important}.pt-31{padding-top:124px!important}.pb-31{padding-bottom:124px!important}.px-31{padding-left:124px!important;padding-right:124px!important}.py-31{padding-bottom:124px!important;padding-top:124px!important}.p-31{padding:124px!important}.pl-32{padding-left:128px!important}.pr-32{padding-right:128px!important}.pt-32{padding-top:128px!important}.pb-32{padding-bottom:128px!important}.px-32{padding-left:128px!important;padding-right:128px!important}.py-32{padding-bottom:128px!important;padding-top:128px!important}.p-32{padding:128px!important}.pl-33{padding-left:132px!important}.pr-33{padding-right:132px!important}.pt-33{padding-top:132px!important}.pb-33{padding-bottom:132px!important}.px-33{padding-left:132px!important;padding-right:132px!important}.py-33{padding-bottom:132px!important;padding-top:132px!important}.p-33{padding:132px!important}.pl-34{padding-left:136px!important}.pr-34{padding-right:136px!important}.pt-34{padding-top:136px!important}.pb-34{padding-bottom:136px!important}.px-34{padding-left:136px!important;padding-right:136px!important}.py-34{padding-bottom:136px!important;padding-top:136px!important}.p-34{padding:136px!important}.pl-35{padding-left:140px!important}.pr-35{padding-right:140px!important}.pt-35{padding-top:140px!important}.pb-35{padding-bottom:140px!important}.px-35{padding-left:140px!important;padding-right:140px!important}.py-35{padding-bottom:140px!important;padding-top:140px!important}.p-35{padding:140px!important}.pl-36{padding-left:144px!important}.pr-36{padding-right:144px!important}.pt-36{padding-top:144px!important}.pb-36{padding-bottom:144px!important}.px-36{padding-left:144px!important;padding-right:144px!important}.py-36{padding-bottom:144px!important;padding-top:144px!important}.p-36{padding:144px!important}.pl-37{padding-left:148px!important}.pr-37{padding-right:148px!important}.pt-37{padding-top:148px!important}.pb-37{padding-bottom:148px!important}.px-37{padding-left:148px!important;padding-right:148px!important}.py-37{padding-bottom:148px!important;padding-top:148px!important}.p-37{padding:148px!important}.pl-38{padding-left:152px!important}.pr-38{padding-right:152px!important}.pt-38{padding-top:152px!important}.pb-38{padding-bottom:152px!important}.px-38{padding-left:152px!important;padding-right:152px!important}.py-38{padding-bottom:152px!important;padding-top:152px!important}.p-38{padding:152px!important}.pl-39{padding-left:156px!important}.pr-39{padding-right:156px!important}.pt-39{padding-top:156px!important}.pb-39{padding-bottom:156px!important}.px-39{padding-left:156px!important;padding-right:156px!important}.py-39{padding-bottom:156px!important;padding-top:156px!important}.p-39{padding:156px!important}.mx-3{margin-left:10px!important;margin-right:16px!important}.d-none{display:none!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-bold{font-weight:600!important}.fontMontserrat{font-family:Montserrat}.font-sm{font-size:14px!important}.animate__animated.animate__delay-500ms{animation-delay:.5s}.animate__animated.animate__delay-1500ms{animation-delay:1.5s}.animate__animated.animate__delay-2500ms{animation-delay:2.5s}.animate__animated.animate__delay-3500ms{animation-delay:3.5s}.animate__animated.animate__delay-4500ms{animation-delay:4.5s}.rupeeIcon{position:relative}.rupeeIcon input{background:#fff;padding-left:25px!important}.rupeeIcon input:focus{background:#0000}.rupeeIcon:before{background:url(/static/media/inr_icon.f1579f3253d3c872a50d.svg) no-repeat 0 0/9px}.rupeeIcon:before,.theme-dark .rupeeIcon:before{content:"";height:16px;left:7px;position:absolute;top:14px;width:16px}.theme-dark .rupeeIcon:before{background:url(/static/media/inr_icon_white.54e5d5e2404420c9adb1.svg) no-repeat 0 0/9px;z-index:999}.display-block{display:block}.inputField{position:relative}.inputField.color-input input{border:none!important;border-radius:8px;color:#0000!important;height:22px;width:25px!important}.inputField.color-input input[type=password]{padding:12px 47px 12px 15px}.inputField.iconInputField:before{background:url(/static/media/accordion_edit_icon.48b66cd3e29965a8b2f1.svg) no-repeat;content:"";height:15px;opacity:0;position:absolute;right:14px;top:18px;width:15px;z-index:999}.inputField.iconInputField:hover:before{cursor:pointer;opacity:1}.inputField svg{display:none}.inputField .passwordView{color:#828282;padding:4px 0;position:absolute;right:8px;top:9px;z-index:9}.inputField .passwordView:hover{color:#333}.inputField .passwordView svg{display:inherit;height:14px}.inputField .MuiAutocomplete-root{background:url(/static/media/down_arrow.7781fc9021b45eae0c5a.svg) no-repeat right 14px center/10px}.theme-dark .inputField .MuiAutocomplete-root{background:#333 url(/static/media/down_arrow_white.8f5648fa4ef7b6544fb8.svg) no-repeat right 14px center/10px;border-radius:8px}.inputField .MuiSelect-select{background:url(/static/media/down_arrow.7781fc9021b45eae0c5a.svg) no-repeat right 14px center/10px;border-radius:8px;font-family:Montserrat;font-size:.875rem;padding:7.8px 14px;text-align:left}.theme-dark .inputField .MuiSelect-select{background:#333 url(/static/media/down_arrow_white.8f5648fa4ef7b6544fb8.svg) no-repeat right 14px center/10px;border-radius:8px;color:#ddd}.inputField fieldset{border-color:#0000001a;border-radius:8px;border-width:1px!important;font-family:Montserrat;font-weight:500}.inputField.uploadFile fieldset{border-radius:8px 0 0 8px}.inputField .error{bottom:-16px;color:#ec3f3f;font-size:11px;position:absolute;right:0}.inputField .multi_inputs .MuiChip-root{height:20px;padding:4px}.inputField .multi_inputs .MuiChip-root .MuiChip-label,.inputField .multi_inputs .MuiChip-root .MuiChip-labelMedium,.inputField .multi_inputs .MuiChip-root .css-6od3lo-MuiChip-label{font-size:10px;height:20px}.MuiGrid2-container{padding:4px 12px}.error_msg{bottom:1px;color:#ec3f3f;display:inline-block;font-size:11px;position:relative;right:-21px}.no_records{align-items:center;background:#e4f1ff!important;display:flex;justify-content:center;min-height:100px}.theme-dark .MuiMenu-paper{background-color:rgba(0,0,0,.502)}.MuiMenu-paper .MuiMenu-list{max-height:200px;overflow-y:auto}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root{font-size:.8125rem;justify-content:stretch!important;line-height:18px;padding:8px 12px;width:100%}.switch{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#d9d9d9;border-radius:30px;color:#fff;height:24px;min-width:52px;outline:none;transform:translate(0);transition:background .09s ease-in-out;width:52px}.switch:hover{cursor:pointer}.switch:checked{background:#2160aa}.switch:after{background:#fff;border-radius:50%;content:"";height:20px;left:2px;position:absolute;top:2px;transition:left .2s ease-in-out;width:20px}.switch:checked:after{left:30px}.MuiFormControl-root{width:100%}.datagridTable{border:none!important}.datagridTable thead th:first-child{border-radius:16px 0 0 0}.datagridTable thead th:last-child{border-radius:0 16px 0 0}.productTabs{border:1px solid #0000001a;border-radius:100px;display:inline-block;padding:0 8px}.theme-dark .productTabs{border:1px solid #e4f1ff}.productTabs .defaultTab{background:#0000;border-radius:100px;color:#00000080;font-family:Montserrat,sans-serif;font-size:.8125rem;font-weight:500;margin-bottom:-2px;padding:6px 25px;position:relative;text-transform:capitalize;top:-1px}.theme-dark .productTabs .defaultTab{color:rgba(0,0,0,.502)}@media(max-width:1250px){.productTabs .defaultTab{font-size:.6875rem;padding:6px 15px}}.productTabs .defaultTab.active{background:#2160aa;box-shadow:0 4px 16px #00000026;color:#fff;padding:10px 25px}@media(max-width:1250px){.productTabs .defaultTab.active{padding:10px 15px}}.productTabs .defaultTab.active:before{background-image:none}.productTabs .health{padding:7px 27px 7px 55px;transition:all .3s ease-in-out}.productTabs .health:before{background-image:url(/static/media/claim_product_grey_icons.6e2f48b14416c8467af8.svg);background-position:0 0;background-size:140px;content:"";height:20px;left:27px;position:absolute;top:9px;width:20px}.productTabs .health.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.productTabs .health.active:before{background-image:url(/static/media/claim_product_white_icons.96f5a0ea341d2430064b.svg);background-position:0 0}.productTabs .car{padding:7px 27px 7px 55px;transition:all .3s ease-in-out}.productTabs .car:before{background-image:url(/static/media/claim_product_grey_icons.6e2f48b14416c8467af8.svg);background-position:-24px 0;background-size:140px;content:"";height:20px;left:27px;position:absolute;top:9px;width:20px}.productTabs .car.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.productTabs .car.active:before{background-image:url(/static/media/claim_product_white_icons.96f5a0ea341d2430064b.svg);background-position:-24px 0}.productTabs .bike{padding:7px 27px 7px 55px;transition:all .3s ease-in-out}.productTabs .bike:before{background-image:url(/static/media/claim_product_grey_icons.6e2f48b14416c8467af8.svg);background-position:-48px 0;background-size:140px;content:"";height:20px;left:27px;position:absolute;top:9px;width:20px}.productTabs .bike.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.productTabs .bike.active:before{background-image:url(/static/media/claim_product_white_icons.96f5a0ea341d2430064b.svg);background-position:-48px 0}.productTabs .term{padding:7px 27px 7px 55px;transition:all .3s ease-in-out}.productTabs .term:before{background-image:url(/static/media/claim_product_grey_icons.6e2f48b14416c8467af8.svg);background-position:-72px 0;background-size:140px;content:"";height:20px;left:27px;position:absolute;top:9px;width:20px}.productTabs .term.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.productTabs .term.active:before{background-image:url(/static/media/claim_product_white_icons.96f5a0ea341d2430064b.svg);background-position:-72px 0}.productTabs .investment{padding:7px 27px 7px 55px;transition:all .3s ease-in-out}.productTabs .investment:before{background-image:url(/static/media/claim_product_grey_icons.6e2f48b14416c8467af8.svg);background-position:-96px 0;background-size:140px;content:"";height:20px;left:27px;position:absolute;top:9px;width:20px}.productTabs .investment.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.productTabs .investment.active:before{background-image:url(/static/media/claim_product_white_icons.96f5a0ea341d2430064b.svg);background-position:-96px 0}.productTabs .travel{padding:7px 27px 7px 55px;transition:all .3s ease-in-out}.productTabs .travel:before{background-image:url(/static/media/claim_product_grey_icons.6e2f48b14416c8467af8.svg);background-position:-120px 0;background-size:140px;content:"";height:20px;left:27px;position:absolute;top:9px;width:20px}.productTabs .travel.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.productTabs .travel.active:before{background-image:url(/static/media/claim_product_white_icons.96f5a0ea341d2430064b.svg);background-position:-120px 0}.selector{color:#000;display:flex;font-family:Montserrat;font-size:14px;height:38px;line-height:17px;max-width:440px;position:relative}.selector:after{border:1px solid #000;border-radius:10px;content:"";height:calc(100% - 2px);left:0;position:absolute;top:0;width:calc(100% - 4px);z-index:0}.selector button{position:relative;text-transform:capitalize;z-index:1}.selector .selection,.selector button{font-family:Montserrat;font-size:.875rem}.selector .selection{align-items:center;background-clip:initial;background:#acd4fb;color:#000;cursor:pointer;display:flex;height:100%;justify-content:center;line-height:17px;margin-left:-1px;transform:scaleX(1);transition:background-color .15s ease-in-out;width:100%}.theme-dark .selector .selection{background:#333}.selector .selection.selected{background:#0000!important;color:#000;font-size:.875rem;font-weight:600;line-height:17px;z-index:2}.theme-dark .selector .selection.selected{background:#fff}.selector .selection:hover{background:#acd4fb}.theme-dark .selector .selection:hover{background:#00000080}.selector .selection:first-child{border-radius:10px 0 0 10px;margin-left:-1}.selector .selection:last-child{border-radius:0 10px 10px 0}.selector.width-per-item{margin:0 auto}.selector.width-per-item .selection,.selector.width-per-item button{font-weight:500;max-width:100%;padding:0 10px;width:290px}.theme-dark .selector.width-per-item .selection,.theme-dark .selector.width-per-item button{color:rgba(0,0,0,.502)!important}.text-left{text-align:left!important}.modalWrapper{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0003;overflow-y:auto}.modalWrapper .MuiBackdrop-root{background:#0000}.modalWrapper .modalBig,.modalWrapper .modalInner{background:#fff;border-radius:20px;box-shadow:0 4px 16px #0003;margin:60px auto;padding:40px;position:relative;width:582px}.modalWrapper .currencypopup.modalBig,.modalWrapper .modalInner.currencypopup{border-radius:0 0 20px 20px;margin:0 auto;padding:30px 53px;width:659px}.modalWrapper .deletepopup.modalBig,.modalWrapper .modalInner.deletepopup{padding:300px 25px 32px;position:relative;width:450px}.modalWrapper .deletepopup.modalBig:before,.modalWrapper .modalInner.deletepopup:before{background:url(/static/media/deletePopup_bg.036d019e8f8765781228.svg) no-repeat;border-radius:18px;content:"";height:262px;left:0;position:absolute;top:0;width:100%}.modalWrapper .deletepopup.modalBig .close-button,.modalWrapper .modalInner.deletepopup .close-button{background:#fff3;border-radius:10px;color:#fff;right:12px;top:12px}.modalWrapper .deletepopup.modalBig .close-button:after,.modalWrapper .deletepopup.modalBig .close-button:before,.modalWrapper .modalInner.deletepopup .close-button:after,.modalWrapper .modalInner.deletepopup .close-button:before{background:#fff}.modalWrapper .deletepopup.modalBig .img-prt,.modalWrapper .modalInner.deletepopup .img-prt{background:linear-gradient(229.3deg,#2160aa 3.47%,#fff0 96.99%);border-radius:27px;box-sizing:border-box;filter:drop-shadow(-2px 2px 0 rgba(255,255,255,.3));height:100px;position:absolute;right:calc(50% - 50px);top:100px;width:100px}.modalWrapper .deletepopup.modalBig .img-prt .img,.modalWrapper .modalInner.deletepopup .img-prt .img{content:"";height:50px;position:absolute;right:calc(50% - 25px);top:calc(50% - 25px);width:50px}.theme-dark .modalWrapper .modalBig,.theme-dark .modalWrapper .modalInner{background:#333}.modalWrapper .md-width.modalBig,.modalWrapper .modalInner.md-width{max-width:100%;width:624px}.modalWrapper .lg-width.modalBig,.modalWrapper .modalInner.lg-width{max-width:650px;width:650px}.modalWrapper .modalInner.xl-width,.modalWrapper .xl-width.modalBig{max-width:882px;width:882px}.modalWrapper .mob.modalBig,.modalWrapper .modalInner.mob{background:#fff;border-radius:0;height:100%;margin:0 auto;padding:20px;width:100%}.modalWrapper .modalBig .back-button,.modalWrapper .modalInner .back-button{display:inline-block;height:22px;position:relative;width:22px}.modalWrapper .modalBig .back-button:after,.modalWrapper .modalBig .back-button:before,.modalWrapper .modalInner .back-button:after,.modalWrapper .modalInner .back-button:before{background-color:#3a4855;border-radius:8px;content:"";height:2.5px;left:0;position:absolute;top:7px;transform:rotate(-45deg);transition:all .5s ease;width:12px}.theme-dark .modalWrapper .modalBig .back-button:after,.theme-dark .modalWrapper .modalBig .back-button:before,.theme-dark .modalWrapper .modalInner .back-button:after,.theme-dark .modalWrapper .modalInner .back-button:before{background:rgba(0,0,0,.502)}.modalWrapper .modalBig .back-button:after,.modalWrapper .modalInner .back-button:after{top:14px;transform:rotate(-135deg)}.modalWrapper .modalBig .back-button:hover:after,.modalWrapper .modalBig .back-button:hover:before,.modalWrapper .modalInner .back-button:hover:after,.modalWrapper .modalInner .back-button:hover:before{left:-4px}.modalWrapper .modalBig .popup-heading,.modalWrapper .modalInner .popup-heading{font-family:Montserrat;font-size:1.25rem;font-weight:600;line-height:24px;margin-bottom:20px;text-align:center}.modalWrapper .modalBig .currencyData,.modalWrapper .modalInner .currencyData{color:#000;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;margin-bottom:20px;margin-top:20px;padding-left:56px;position:relative;text-align:left}.theme-dark .modalWrapper .modalBig .currencyData,.theme-dark .modalWrapper .modalInner .currencyData{color:#ddd}.modalWrapper .modalBig .currencyData:before,.modalWrapper .modalInner .currencyData:before{background:url(/static/media/currencydata_icon.b7265b2f76f5c7801d9d.svg) 0 0/48px;content:"";height:48px;left:0;position:absolute;top:0;width:48px}.modalWrapper .modalBig .steps,.modalWrapper .modalInner .steps{font-size:.875rem;font-weight:600;margin-bottom:0;position:absolute;right:16px;top:23px}.theme-dark .modalWrapper .modalBig .steps,.theme-dark .modalWrapper .modalInner .steps{color:#fff}.modalWrapper .modalBig .radio_group,.modalWrapper .modalInner .radio_group{display:flex}.modalWrapper .modalBig .radio_group .MuiFormGroup-root,.modalWrapper .modalInner .radio_group .MuiFormGroup-root{flex-direction:row}.modalWrapper .modalBig .radio_group .MuiFormControlLabel-root .MuiRadio-root,.modalWrapper .modalInner .radio_group .MuiFormControlLabel-root .MuiRadio-root{color:#828282}.modalWrapper .modalBig .radio_group .MuiFormControlLabel-root .MuiRadio-root:hover,.modalWrapper .modalInner .radio_group .MuiFormControlLabel-root .MuiRadio-root:hover{background-color:#0000}.modalWrapper .modalBig .radio_group .MuiFormControlLabel-root .MuiRadio-root.Mui-checked,.modalWrapper .modalInner .radio_group .MuiFormControlLabel-root .MuiRadio-root.Mui-checked{color:#2160aa}.modalWrapper .modalBig .radio_group .MuiFormControlLabel-root .MuiSvgIcon-root,.modalWrapper .modalInner .radio_group .MuiFormControlLabel-root .MuiSvgIcon-root{font-size:16px}.modalWrapper .modalBig .radio_group .MuiFormControlLabel-root .MuiFormControlLabel-label,.modalWrapper .modalInner .radio_group .MuiFormControlLabel-root .MuiFormControlLabel-label{font-family:Montserrat;font-size:.875rem;font-style:normal;font-weight:500;line-height:24px}.theme-dark .modalWrapper .modalBig .radio_group .MuiFormControlLabel-root .MuiFormControlLabel-label,.theme-dark .modalWrapper .modalInner .radio_group .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#ddd}.modalWrapper .modalBig .add_tab.switchFields span,.modalWrapper .modalInner .add_tab.switchFields span{font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px;padding-right:24px}.theme-dark .modalWrapper .modalBig .add_tab.switchFields span,.theme-dark .modalWrapper .modalInner .add_tab.switchFields span{color:#ddd}.modalWrapper .modalBig .tab_noteheading,.modalWrapper .modalInner .tab_noteheading{font-family:Montserrat;font-size:11px;font-weight:400;line-height:13px;margin-bottom:0}.modalWrapper .modalBig{padding:20px 40px;width:800px}.modalWrapper .modalBig .close-button{position:absolute;right:20px;top:27px}.modalWrapper .back{background:url(/static/media/left-arrow.2ce0a9f47f02fd494f55.svg) no-repeat 0/9px;cursor:pointer;height:13px;left:20px;position:absolute;top:33px;width:9px}.modalWrapper .close-button{background:#0000;border-radius:50px;box-sizing:border-box;color:#000;height:30px;line-height:30px;position:absolute;right:40px;top:37px;width:30px;z-index:99}.modalWrapper .close-button:after,.modalWrapper .close-button:before{background-color:#000;content:"";height:1.5px;position:absolute;right:5px;top:14px;transform:rotate(-45deg);transition:all .2s ease;width:20px}.theme-dark .modalWrapper .close-button:after,.theme-dark .modalWrapper .close-button:before{background-color:#fff}.modalWrapper .close-button:after{transform:rotate(-135deg)}.modalWrapper .close-button:hover:before{background-color:#de4b4b;transform:rotate(0deg)}.modalWrapper .close-button:hover:after{background-color:#de4b4b;transform:rotate(-180deg)}.modalWrapper .close{background:#fff;border-radius:50px;box-sizing:border-box;color:#000;height:30px;line-height:30px;position:absolute;right:20px;top:20px;width:30px;z-index:99}.modalWrapper .close:after,.modalWrapper .close:before{background-color:#000;content:"";height:1.5px;position:absolute;right:7px;top:14px;transform:rotate(-45deg);transition:all .2s ease;width:20px}.modalWrapper .close:after{transform:rotate(-135deg)}.modalWrapper .close:hover:before{background-color:#de4b4b;transform:rotate(0deg)}.modalWrapper .close:hover:after{background-color:#de4b4b;transform:rotate(-180deg)}.modalWrapper .popup-heading{font-family:Montserrat;font-size:20px;font-weight:600;line-height:24px;margin-bottom:20px;text-align:center}.theme-dark .modalWrapper .popup-heading{color:#ddd}.modalWrapper .popup-main-heading{font-family:Montserrat;font-size:16px;font-weight:600;line-height:19px;margin-bottom:24px;padding-left:20px;padding-top:10px}.modalWrapper .greeting-text{font-size:1rem;margin-top:30px}.modalWrapper .greeting-text,.modalWrapper .subHeading{font-family:Montserrat;font-weight:600;line-height:24px}.modalWrapper .subHeading{font-size:.875rem;font-style:normal;margin-bottom:10px}.modalWrapper .textarea{border-radius:5px 0 0 5px}.modalWrapper .small-text{font-family:Montserrat;font-size:.5rem;font-weight:400;line-height:8px;margin:20px 0 0;text-align:center}.modalWrapper .browsebtn{background:#2160aa!important;border-radius:0 10px 10px 0;color:#fff;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;padding:7px 20px;text-align:center;text-transform:capitalize}.modalWrapper .browsebtn:hover{background:#2160aa;color:#fff}.modalWrapper .main-border-ncb{border:1px solid #0000001a;border-radius:100px;display:inline-block;height:40px;margin:10px 0}.modalWrapper .main-border-ncb .ncbSelect{background-color:#2160aa;color:#fff}.modalWrapper .main-border-ncb .ncb,.modalWrapper .main-border-ncb .ncbSelect{border-radius:50px;font-size:15px;padding:6px 20px!important;position:relative;text-align:center}.modalWrapper .main-border-ncb .ncb{color:#000}.modalWrapper .popup-subheading{font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;margin-bottom:0;text-align:center}.modalWrapper .border-div{border:1px solid #0000001a;border-radius:100px;display:inline-block;height:43px}.modalWrapper .md-link,.modalWrapper .sm-link{color:#2160aa;display:block;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:20px;margin-bottom:10px;text-align:center}.modalWrapper .md-link:hover,.modalWrapper .sm-link:hover{text-decoration:none}.modalWrapper .md-link{font-size:1rem;font-weight:400;line-height:22px}.modalWrapper .md-link:hover{text-decoration:none}.modalWrapper .sm-font{margin-bottom:10px}.modalWrapper .policy-sm,.modalWrapper .sm-font{color:#000;font-family:Montserrat;font-size:.6875rem;font-weight:400;line-height:20px;text-align:center}.modalWrapper .policy-sm{margin:10px 0}.modalWrapper .policy-sm Link{color:#2160aa;font-family:Montserrat;font-size:.6875rem;font-weight:500;line-height:20px}.modalWrapper .policy-sm Link,.modalWrapper .policy-sm Link:hover{text-decoration:none!important}.modalWrapper .regno{background:url(/static/media/ind.bedeb59ed726749e69c1.svg) no-repeat 0 0/40px;border-radius:6px 0 0 6px}.modalWrapper .regno input{background:#0000;border:0;box-shadow:0 0 0 #0000;font-size:1.5rem;font-weight:700;height:45px;padding:5px 10px 5px 50px;text-transform:uppercase;width:100%}.modalWrapper .regno input:focus{outline:0}.modalWrapper .memberDetails{display:flex;margin-bottom:20px;margin-top:8px;padding-left:20px}.modalWrapper .memberDetails .memberIcon{align-items:center;background:#eee;border-radius:100px;display:flex;height:60px;justify-content:center;margin-right:24px;overflow:hidden;width:60px}.modalWrapper .memberDetails .memberIcon img{height:100%;width:100%}.modalWrapper .memberDetails .memberName{align-self:center;max-width:100%}.modalWrapper .memberDetails .memberName h6{font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:17px;margin-bottom:8px}.modalWrapper .memberDetails .memberName h6 span{font-family:Montserrat;font-size:.75rem;font-weight:400;margin-bottom:8px}.modalWrapper .memberDetails .memberName a{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-style:normal;font-weight:400;margin-bottom:8px}.modalWrapper .memberDetails .actionBtns{display:flex;margin-left:auto}.browsebtn{background:#2160aa!important;font-size:14px;padding:16px 20px}.searchSection .searchField{background:#0000;border:none;font-size:1rem;height:40px;width:100%}.searchSection .searchField:focus,.searchSection .searchField:focus-visible{outline:none}.theme-dark .searchSection .searchField{color:#fff}.searchSection .searchProductType{min-height:16px}.searchSection .searchProductType button{border:none;font-weight:400;margin-right:12px;padding:2px 4px;text-transform:capitalize}.theme-dark .searchSection .searchProductType button{color:rgba(0,0,0,.502)}.theme-dark .searchSection .searchProductType button:hover{background:#333}.searchSection .searchProductType button.Mui-selected{background:#0000;color:#2160aa}.searchSection .searchProductType .MuiTabs-indicator{background:#2160aa}.searchSection .resultTitle{border-bottom:1px solid #ddd;border-top:1px solid #ddd;font-weight:500;margin-top:16px;padding:8px 0}.theme-dark .searchSection .resultTitle{border-color:#828282;color:#828282}.searchSection .allResults{margin-top:0;max-height:360px;min-height:160px;overflow-y:auto}.searchSection .searchResult{text-decoration:none}.searchSection .searchResult h5{color:#3a4855;font-size:1rem}.theme-dark .searchSection .searchResult h5{color:#ddd}.searchSection .searchResult ul{display:flex;margin:0;padding:0 0 0 12px}.searchSection .searchResult ul li{color:#828282;font-size:.75rem;list-style-type:square;padding-right:24px}.comingsoon h1{color:#2160aa;font-size:40px}.comingsoon span{transition:all .4s ease}.comingsoon span:before{animation:animate 4s infinite;content:"";transition:all .4s ease}@keyframes animate{0%{content:"C"}10%{content:"Co"}20%{content:"Com"}30%{content:"Comi"}40%{content:"Comin"}50%{content:"Coming"}60%{content:"Coming S"}70%{content:"Coming So"}80%{content:"Coming Soo"}90%{content:"Coming Soon"}to{content:"Coming Soon!"}}.MuiDataGrid-filterForm .MuiDataGrid-filterFormDeleteIcon{width:26px}.datagridTable .MuiDataGrid-main{font-family:Montserrat;font-size:12px;font-style:normal;font-weight:400}.datagridTable .MuiDataGrid-main .MuiDataGrid-columnHeaders{background:#eef6fe;border:none}.theme-dark .datagridTable .MuiDataGrid-main .MuiDataGrid-columnHeaders{background:#333;color:#ddd}.theme-dark .datagridTable .MuiDataGrid-main .MuiDataGrid-virtualScrollerRenderZone{background:#000;color:#ddd}.datagridTable .MuiDataGrid-main .MuiDataGrid-iconSeparator{display:none}.datagridTable .MuiDataGrid-main .MuiDataGrid-row:nth-child(2n){background:#f8f8f8}.theme-dark .datagridTable .MuiDataGrid-main .MuiDataGrid-row:nth-child(2n){background:#333;color:#ddd}.datagridTable .MuiDataGrid-main .MuiDataGrid-row:hover{background:#6b62dc26}.datagridTable .MuiDataGrid-main .MuiDataGrid-row .MuiDataGrid-cell{border:none}.datagridTable .MuiDataGrid-main .MuiSvgIcon-root{height:20px;width:20px}.theme-dark .datagridTable .MuiDataGrid-main .MuiSvgIcon-root{color:rgba(0,0,0,.502)}.datagridTable .MuiDataGrid-main .MuiCheckbox-root{color:#3569b6;padding:2px}.datagridTable .MuiDataGrid-main .MuiCheckbox-root.Mui-checked svg{color:#3569b6}.datagridTable .MuiDataGrid-footerContainer{border:none!important}.theme-dark .datagridTable .MuiDataGrid-footerContainer .MuiTablePagination-toolbar,.theme-dark .datagridTable .MuiDataGrid-footerContainer .MuiTablePagination-toolbar button{color:rgba(0,0,0,.502)}.actiondelete:before{background:url(/static/media/delete_icons.5fdd49b6f0fcf13dfd62.svg) 0 0/12px}.actiondelete:before,.actionedit:before{height:12px;left:0;position:absolute;top:0;width:12px}.actionedit:before{background:url(/static/media/edit_iconss.0f9087140045d41f49b1.svg) 0 0/12px}.actionremove{display:inline-block;height:16px;position:relative;width:16px}.actionremove:before{background:url(/static/media/remove_icons.1f7ca03272bd351d5a5a.svg) 0 0/12px;content:"";height:12px;left:0;position:absolute;top:0;width:12px}.addtaskaction{display:inline-block;position:relative;width:16px}.addtaskaction:before{background:url(/static/media/add_icon.7d235bef6fce077e6e24.svg) 0 0/16px;content:"";height:16px;left:0;position:absolute;top:-16px;width:16px}.themeToggle{align-items:center;background:#2160aa26;border-radius:20px;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.theme-dark .themeToggle{background:#000}.themeToggle svg{color:#2160aa;height:18px}.checkbox_heading{font-family:Montserrat;font-size:20px;font-weight:600px;line-height:24px;margin-bottom:0}.theme-dark .checkbox_heading{color:#fff}.tick_animation{position:relative;top:40vh}.tick_animation .quote_success{color:#000;font-family:Montserrat;font-size:16px;font-weight:500;line-height:20px;margin-bottom:20px;text-align:center}.theme-dark .tick_animation .quote_success{color:#fff!important}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:green;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark{stroke-width:2;stroke:green;stroke-miterlimit:10;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;border-radius:50%;box-shadow:inset 0 0 0 #7ac142;display:block;height:56px;margin:1% auto 3%;width:56px}.checkmark__check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;transform-origin:50% 50%}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #fff}}.address{align-self:center}.address p{font-family:Montserrat;font-size:16px;font-weight:500;line-height:20px;margin-bottom:0}.theme-dark .address p{color:#ddd}.dataList .Active{border:1px dashed #219653;border-radius:20px;color:#219653;font-size:.75rem;padding:3px 12px 3px 30px;position:relative}.dataList .Active:before{background:url(/static/media/status_icons.10a702a0df39ed03cf8a.svg) no-repeat 0 0/105px;content:"";height:15px;left:10px;position:absolute;top:4px;width:15px}.dataList .Pending{border:1px dashed #ff9b44;border-radius:20px;color:#ff9b44;font-size:.75rem;padding:3px 12px 3px 30px;position:relative}.dataList .Pending:before{background:url(/static/media/status_icons.10a702a0df39ed03cf8a.svg) no-repeat -15px 0/105px;content:"";height:15px;left:10px;position:absolute;top:4px;width:15px}.dataList .Rejected{border:1px dashed #eb5757;border-radius:20px;color:#eb5757;font-size:.75rem;padding:3px 12px 3px 30px;position:relative}.dataList .Rejected:before{background:url(/static/media/status_icons.10a702a0df39ed03cf8a.svg) no-repeat -30px 0/105px;content:"";height:15px;left:10px;position:absolute;top:4px;width:15px}.dataList .Inprogress{border:1px dashed #4293e4;border-radius:20px;color:#4293e4;font-size:.75rem;padding:3px 12px 3px 30px;position:relative}.dataList .Inprogress:before{background:url(/static/media/status_icons.10a702a0df39ed03cf8a.svg) no-repeat -45px 0/105px;content:"";height:15px;left:10px;position:absolute;top:4px;width:15px}.dataList .Expired{border:1px dashed #eb5757;border-radius:20px;color:#eb5757;font-size:.75rem;padding:3px 12px 3px 30px;position:relative}.dataList .Expired:before{background:url(/static/media/status_icons.10a702a0df39ed03cf8a.svg) no-repeat -60px 0/105px;content:"";height:15px;left:10px;position:absolute;top:4px;width:15px}.dashboardWrapper .shortcutBtn{border-radius:8px;bottom:16px;box-shadow:0 6px 20px #ec3f3f80;height:38px;min-width:20px;position:fixed;right:64px;transition:all .3s ease;width:38px;z-index:99}.dashboardWrapper .shortcutBtn,.dashboardWrapper .shortcutBtn:hover{background:#ec3f3f url(/static/media/shortcut_icon.3b14a2e82b0d4cbabacc.svg) no-repeat 50%/20px}.dashboardWrapper .shortcutBtn:hover{border-radius:20px}.sliding-panel .normal-text,.sliding-panel .small-text{font-family:Montserrat;font-size:12px;font-weight:400}.sliding-panel .small-text{font-size:8px;margin:20px 0 0;text-align:center}.sliding-panel .browsebtn{background:#2160aa!important;border-radius:0 10px 10px 0;box-shadow:none;color:#fff;display:inline-block;font-family:Montserrat;font-size:14px;font-weight:500;line-height:24px;padding:7.5px 25px;text-align:center;text-transform:capitalize}.sliding-panel .browsebtn:hover{background:#2160aa;color:#fff}.actiondelete{background:url(/static/media/delete_icons.5fdd49b6f0fcf13dfd62.svg) 0 0/20px;margin-right:20px!important}.actiondelete,.actionedit{display:inline-block;height:20px;position:relative;width:20px}.actionedit{background:url(/static/media/edit_iconss.0f9087140045d41f49b1.svg) 0 0/20px}.password-rules-list{line-height:1.5;list-style-type:disc;margin-top:10px;padding-left:20px}.password-rules-list li{color:#333;font-size:14px;margin-bottom:8px}.common_accordion .Accordion_section{animation:fadeIn 1s both;background:#fff;border-radius:12px!important;box-shadow:0 4px 16px #0000001a;margin-bottom:10px}.theme-dark .common_accordion .Accordion_section{background-color:#171b1e;border:1px solid #333}.common_accordion .Accordion_section:before{background:#0000}.common_accordion .Accordion_section.Mui-expanded{margin:10px 0}.common_accordion .Accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:12px 0}.common_accordion .Accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .MuiAccordionSummary-root.Mui-expanded,.common_accordion .Accordion_section .MuiAccordionSummary-root .MuiAccordionSummary-content .title{align-self:center;color:#2160aa;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:24px;margin-bottom:0}.common_accordion .Accordion_section .MuiAccordionSummary-root.Mui-expanded{max-height:48px;min-height:48px}.uploadAttachmentInfo span{color:#219653;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:12px;padding-left:4px;width:100%!important}p.describe-text{font-family:Montserrat,sans-serif;font-size:14px}.custom-height{min-height:calc(100vh - 300px)!important}.primary-text{color:#2160aa!important}.retail_section{background:rgba(33,96,170,.071);border-radius:12px;padding:24px}.retail_section .proContainer{align-items:center;margin:0;min-height:50px;padding:0}.retail_section .proContainer .heading{font-family:Montserrat;font-size:10px;font-weight:600;line-height:30px}.retail_section .proContainer .product_icon{position:relative}.retail_section .proContainer .product_icon.HEALTH:before{background:url(/static/media/eproducts.18d7362ec5b35119dc83.svg);background-position:0 0;background-size:198px;content:"";height:30px;left:0;position:absolute;top:0;width:33px;z-index:2}.retail_section .proContainer .product_icon.CAR:before{background:url(/static/media/eproducts.18d7362ec5b35119dc83.svg);background-position:-33px 0;background-size:198px;content:"";height:30px;left:0;position:absolute;top:0;width:33px;z-index:2}.retail_section .proContainer .product_icon.BIKE:before{background:url(/static/media/eproducts.18d7362ec5b35119dc83.svg);background-position:-66px 0;background-size:198px;content:"";height:30px;left:0;position:absolute;top:0;width:33px;z-index:2}.retail_section .proContainer .product_icon.TERM:before{background:url(/static/media/eproducts.18d7362ec5b35119dc83.svg);background-position:-99px 0;background-size:198px;content:"";height:30px;left:0;position:absolute;top:0;width:33px;z-index:2}.retail_section .proContainer .product_icon.INVESTMENT:before{background:url(/static/media/eproducts.18d7362ec5b35119dc83.svg);background-position:-132px 0;background-size:198px;content:"";height:30px;left:0;position:absolute;top:0;width:33px;z-index:2}.retail_section .proContainer .product_icon.TRAVEL:before{background:url(/static/media/eproducts.18d7362ec5b35119dc83.svg);background-position:-165px 0;background-size:198px;content:"";height:30px;left:0;position:absolute;top:0;width:33px;z-index:2}.headerSection{align-items:center;background:#fff;box-shadow:0 0 10px #00000026;display:flex;height:77px;margin:0!important;position:fixed;width:100%;z-index:99}.theme-dark .headerSection{background:#000;border-bottom:1px solid #333}.headerSection .pageTitle{font-family:Montserrat;font-size:1rem;font-weight:600;line-height:22px}.headerSection .pageTitle a{color:#2160aa;display:flex;justify-content:center;margin-right:12px}.headerSection .pageTitle a svg{left:0;position:relative;transition:all .5s ease}.headerSection .pageTitle a:hover{color:#ec3f3f;cursor:pointer}.headerSection .pageTitle a:hover svg{left:-4px}.headerSection .pageTitle .MuiSelect-select{min-width:220px}.headerSection .pageTitle span{color:#2160aa;font-family:Montserrat;font-size:14px;font-weight:600;line-height:17px;margin-left:12px;text-align:right}.headerSection .right_pageTitle{color:#00000080;font-family:Montserrat;font-size:12px;font-weight:500;line-height:24px;text-align:right}.theme-dark .headerSection .right_pageTitle{color:#ddd}.main_section{height:100vh;padding:100px 16px 0 20px}.theme-dark .main_section{background:#000}.main_section .status_dropdown{width:100%}.main_section .status_dropdown .inputFieldd{margin-bottom:0;position:relative}.main_section .status_dropdown .inputFieldd .MuiOutlinedInput-input{font-family:Montserrat;font-size:12px;font-weight:600;line-height:15px;padding:12px}.main_section .status_dropdown .inputFieldd input,.main_section .status_dropdown .inputFieldd label{font-family:Montserrat;font-size:14px;font-weight:500;letter-spacing:0}.theme-dark .main_section .status_dropdown .inputFieldd input,.theme-dark .main_section .status_dropdown .inputFieldd label{color:#ddd}.main_section .status_dropdown .inputFieldd label{top:2px}.main_section .status_dropdown .inputFieldd input{height:23px}.main_section .status_dropdown .inputFieldd .MuiInputLabel-shrink{color:#2160aa!important}.main_section .status_dropdown .inputFieldd svg{display:none}.main_section .status_dropdown .inputFieldd .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2160aa!important}.main_section .status_dropdown .inputFieldd fieldset{border:none!important;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px}.theme-dark .main_section .status_dropdown .inputFieldd fieldset{border-color:rgba(0,0,0,.502)}.main_section .assinee_section .asignee_tag{border-radius:50%;color:#fff;cursor:pointer;font-size:10px;font-weight:600;height:33px;line-height:12px;padding:4px 7px;width:33px}.main_section .assinee_section .asignee_tag.orgBg{background:#f2994a;left:5px;position:relative}.main_section .assinee_section .asignee_tag.violetBg{background:#2160aa;left:2px;position:relative}.main_section .assinee_section .asignee_tag.grayBg{background:#e0e0e0;left:-1px;position:relative}.main_section .left_section{background:#fff;border-radius:16px;box-shadow:0 0 15px #0003;height:80vh;padding:16px}.theme-dark .main_section .left_section{background:#333}.main_section .left_section h3{border:1px solid #0000001a;border-radius:8px;color:#000;font-family:Montserrat;font-size:12px;font-weight:500;line-height:24px;margin-bottom:0;padding:12px 16px 40px}.theme-dark .main_section .left_section h3{color:#ddd}.main_section .left_section .subtask h6{color:#2160aa;font-family:Montserrat;font-size:12px;font-weight:600;line-height:24px;margin-bottom:12px}.main_section .left_section .subtask ul li{display:flex;font-family:Montserrat;font-size:14px;font-weight:500;justify-content:space-between;line-height:24px;list-style-type:none;margin-bottom:12px}.theme-dark .main_section .left_section .subtask ul li{color:#ddd}.main_section .left_section .subtask ul li:last-child{margin-bottom:0}.main_section .left_section .subtask ul li .delete_icon{background:url(/static/media/delete_icons.5fdd49b6f0fcf13dfd62.svg) no-repeat;cursor:pointer;height:24px;width:24px}.main_section .left_section .attachments h6{color:#2160aa;font-family:Montserrat;font-size:12px;font-weight:600;line-height:24px;margin-bottom:0}.main_section .left_section .img_section{background:#fff;border-radius:4px;display:flex;justify-content:center;margin:0 12px 30px 0;overflow:visible;position:relative;width:calc(25% - 9px)}.main_section .left_section .img_section:hover{box-shadow:0 2px 15px #0003}.main_section .left_section .img_section:hover .inner_section .bottom_img{opacity:1}.main_section .left_section .img_section .inner_section{background:#fff;border-radius:4px;height:160px;position:relative}.main_section .left_section .img_section .inner_section .task_img{cursor:pointer;z-index:999}.main_section .left_section .img_section .inner_section span{display:block;font-family:Montserrat;font-size:11px;font-weight:500;line-height:11px;margin-top:8px;text-align:center}.main_section .left_section .img_section .inner_section .bottom_img{display:flex;justify-content:space-around;margin-top:10px;opacity:0}.main_section .left_section .img_section .inner_section .bottom_img img{cursor:pointer}.main_section .right_section{background:#fff;border-radius:16px;box-shadow:0 0 15px #0003;height:80vh;padding:20px}.theme-dark .main_section .right_section{background:#333}.main_section .right_section .scrolll_section{min-height:60vh;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.main_section .right_section .scrolll_section .date_section h6{color:#000;font-family:Montserrat;font-size:12px;font-weight:400;line-height:15px;margin-bottom:8px}.theme-dark .main_section .right_section .scrolll_section .date_section h6{color:#ddd}.main_section .right_section .scrolll_section .date_section p{color:#000;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px;margin-bottom:4px}.theme-dark .main_section .right_section .scrolll_section .date_section p{color:#ddd}.main_section .right_section .scrolll_section hr{border:1px solid #0000001a}.main_section .right_section .scrolll_section .task_title h6{color:#00000080;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px;margin-bottom:6px}.theme-dark .main_section .right_section .scrolll_section .task_title h6{color:#ddd}.main_section .right_section .scrolll_section .task_date{text-align:right!important}.main_section .right_section .scrolll_section .task_date h6{color:#00000080;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px;margin-bottom:6px}.theme-dark .main_section .right_section .scrolll_section .task_date h6{color:#ddd}.main_section .right_section .MuiInput-underline{width:100%}.main_section .right_section .MuiInput-underline:after,.main_section .right_section .MuiInput-underline:before{border:none}.main_section .right_section .MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:none!important}.main_section .right_section .MuiInput-underline .MuiInputBase-input{word-wrap:break-word!important}.main_section .right_section .comment_section{background:#fff;bottom:26px;height:50px;position:fixed;width:45%;z-index:99}.main_section .right_section .comment_section hr{border:1px solid #0000001a}.main_section .right_section .comment_section:active,.main_section .right_section .comment_section:focus{min-height:90px}div#started div{color:#219653}.theme-dark #started{background:#ddffe2!important}div#inqueue div{color:#2f80ed}div#senttoinsurer div{color:#f2994a}div#upcomingrenewal div{color:#eb5757}div#completed div{color:#ff1493}div#pendingwithinsurer div{color:#ddffe2}div#endorsementrequestsent div{color:#f27900}div#claimrequestsent div{color:#fc0}div#Highest div{color:#eb5757}div#High div{color:#f27900}div#Lowest div{color:#2f80ed}div#Low div{color:#219653}div#Normal div{color:#ffbe7c}.task_headerSection{background:#fff;box-shadow:0 0 10px #00000026;margin:0!important;position:fixed;width:100%;z-index:99}.theme-dark .task_headerSection{background:#171b1e;box-shadow:0 8px 6px -6px #000}.task_headerSection .pageTitle{align-items:center;display:flex}.task_headerSection .pageTitle a{color:#2160aa;display:flex;justify-content:center;margin-right:12px}.task_headerSection .pageTitle a svg{left:0;position:relative;transition:all .5s ease}.task_headerSection .pageTitle a:hover{color:#ec3f3f;cursor:pointer}.task_headerSection .pageTitle a:hover svg{left:-4px}.task_headerSection .pageTitle .MuiSelect-select{min-width:220px}.task_management_section{height:100vh}.theme-dark .task_management_section{background:#171b1e}.task_management_section .left_section{padding-left:20px;padding-top:180px}.task_management_section .left_section .folder_heading{margin-bottom:12px}.task_management_section .left_section .folder_heading ul{display:flex;justify-content:space-between;margin-bottom:12px}.task_management_section .left_section .folder_heading ul li{font-family:Montserrat;font-size:14px;font-weight:600;line-height:17px;list-style-type:none}.theme-dark .task_management_section .left_section .folder_heading ul li{color:#ddd}.task_management_section .left_section .folder_heading ul li .edit{color:#000;cursor:pointer;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px;position:relative;text-decoration:none!important}.theme-dark .task_management_section .left_section .folder_heading ul li .edit{color:#ddd}.task_management_section .left_section .folder_heading ul li .edit:before{background:url(/static/media/edit_btn.5810d86b4d7f6069f236.svg) no-repeat;content:"";height:18px;position:absolute;right:28px;top:-2px;width:18px}.task_management_section .left_section .folder_heading hr{border:1px solid #6b62dc33}.task_management_section .left_section .folder_section ul{border-radius:4px;display:flex;justify-content:space-between;margin-bottom:16px;padding:8px}.task_management_section .left_section .folder_section ul.black{background-color:#000}.task_management_section .left_section .folder_section ul.white{background-color:#fff}.task_management_section .left_section .folder_section ul .folder_name{font-family:Montserrat;font-size:12px;font-weight:500;line-height:18px;list-style-type:none;padding-left:19px;position:relative}.task_management_section .left_section .folder_section ul .folder_name.black{background-color:#000;color:#fff}.task_management_section .left_section .folder_section ul .folder_name.black:before{background:url(/static/media/folder_icon.6b6eb0129d5a67e8def6.svg) no-repeat;content:"";height:16px;left:0;position:absolute;top:1px;width:15px}.task_management_section .left_section .folder_section ul .folder_name.white{background-color:#fff;color:#000}.task_management_section .left_section .folder_section ul .folder_name.white:before{background:url(/static/media/folder_icon_black.f857c10d32cf9757ffda.svg) no-repeat;content:"";height:16px;left:0;position:absolute;top:1px;width:15px}.task_management_section .left_section .folder_section ul li{list-style-type:none}.task_management_section .left_section .folder_section ul li .dotted_lines{bottom:5px;cursor:pointer;list-style-type:none;position:relative;text-decoration:none!important}.task_management_section .left_section .folder_section ul li .dotted_lines.black{background-color:#000;color:#fff}.task_management_section .left_section .folder_section ul li .dotted_lines.white{background-color:#fff;color:#000}.task_management_section .left_section .folder_section .addnew{text-align:center}.task_management_section .left_section .folder_section .MuiMenu-paper{border-radius:8px;box-shadow:none!important}.theme-dark .task_management_section .left_section .folder_section .MuiMenu-paper{background-color:rgba(0,0,0,.502)}.task_management_section .left_section .folder_section .MuiMenu-paper .MuiMenu-list{max-height:220px;overflow-y:scroll}.task_management_section .left_section .folder_section .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root{color:#000000b3;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px}.task_management_section .scrollsection{padding-left:20px;padding-right:20px;padding-top:100px;z-index:10}.theme-dark .task_management_section .scrollsection{background:#171b1e}.task_management_section .scrollsection .common_header{border-radius:8px;margin-bottom:8px;padding:12px}.task_management_section .scrollsection .common_header.green{background:#ddffe2;color:#219653}.task_management_section .scrollsection .common_header.orange{background:#ffecdb;color:#f2994a}.task_management_section .scrollsection .common_header.darkblue{background:#e8f1fd;color:#2f80ed}.task_management_section .scrollsection .common_header.lightblue{background:#e4f2ff99;color:#2d9cdb}.task_management_section .scrollsection .common_header h6{font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px;margin-bottom:0}.theme-dark .task_management_section .scrollsection .common_header h6{color:#3a4855}.task_management_section .scrollsection .common_box{border:1px solid #0000001a;border-radius:8px;min-height:139px;padding:6px}.theme-dark .task_management_section .scrollsection .common_box{background:#333!important}.task_management_section .scrollsection .common_box .taskid{color:#000;font-family:Montserrat;font-size:12px;font-weight:600;line-height:15px}.theme-dark .task_management_section .scrollsection .common_box .taskid{color:#fff}.task_management_section .scrollsection .common_box .prioritys{border-radius:40px;color:#fff;display:inline-block;font-size:10px;font-weight:600;height:20px;line-height:12px;padding:4px 12px}.task_management_section .scrollsection .common_box .prioritys.red{background:#ffe1e1;color:#ec3f3f}.task_management_section .scrollsection .common_box .prioritys.yellow{background:#ffe8d8;color:#f2994a}.task_management_section .scrollsection .common_box .prioritys.blue{background:#dfedff;color:#2f80ed}.task_management_section .scrollsection .common_box .subject{color:#000;font-family:Montserrat;font-size:12px;font-weight:600;line-height:15px;margin-bottom:12px}.theme-dark .task_management_section .scrollsection .common_box .subject{color:#fff}.task_management_section .scrollsection .common_box .duedate{color:#000;font-family:Montserrat;font-size:12px;font-weight:600;line-height:15px;margin-bottom:0}.theme-dark .task_management_section .scrollsection .common_box .duedate{color:#fff}.task_management_section .scrollsection .common_box .desc h6{color:#000;font-family:Montserrat;font-size:10px;font-weight:400;line-height:12px;margin-bottom:8px}.theme-dark .task_management_section .scrollsection .common_box .desc h6{color:#fff}.task_management_section .scrollsection .common_box .desc p{color:#000;font-family:Montserrat;font-size:12px;font-weight:500;line-height:18px;margin-bottom:0}.theme-dark .task_management_section .scrollsection .common_box .desc p{color:#fff}.task_management_section .scrollsection .common_box .module_name{color:#2160aa;font-family:Montserrat;font-size:12px;font-weight:600;line-height:12px;text-decoration:none}.task_management_section .scrollsection .common_box .asignee_tag{border-radius:50%;color:#fff;cursor:pointer;font-size:10px;font-weight:600;height:20px;line-height:12px;padding:4px 7px;width:20px}.task_management_section .scrollsection .common_box .asignee_tag.orgBg{background:#f2994a}.task_management_section .scrollsection .common_box .asignee_tag.orgBg:hover{width:100%;z-index:99}.task_management_section .scrollsection .common_box .asignee_tag.violetBg{background:#2160aa;left:-5px;position:relative}.theme-dark .task_management_section .scrollsection .task_list{background:#333!important}.task_management_section .scrollsection .task_list .heading{display:flex;margin-bottom:0}.theme-dark .task_management_section .scrollsection .task_list .heading{background:#333!important}.task_management_section .scrollsection .task_list .heading li{align-items:center;background:#fff;color:#000;display:flex;flex:1 1;font-family:Montserrat;font-size:12px;font-weight:500;height:39px;line-height:15px;list-style-type:none;margin-bottom:0;min-width:97px;padding:12px 12px 5px}@media(max-width:1200px){.task_management_section .scrollsection .task_list .heading li{min-width:50px}}.theme-dark .task_management_section .scrollsection .task_list .heading li{background:#333!important;color:#ddd!important}@media(max-width:1300px){.task_management_section .scrollsection .task_list .heading li{width:100px}}.task_management_section .scrollsection .task_list .heading li .sorting-btn{background:#0000;margin-left:auto}.task_management_section .scrollsection .task_list .heading li .sorting-btn img{height:10px}.task_management_section .scrollsection .task_list .heading li:first-child{align-items:center;display:flex;justify-content:flex-start;min-width:440px;padding-left:0}@media(max-width:1715px){.task_management_section .scrollsection .task_list .heading li:first-child{min-width:222px}}.task_management_section .scrollsection .task_list .heading li .started_heading{border-radius:8px 8px 0 0;display:inline-block!important;font-size:12px;font-weight:600;line-height:15px;margin:0;padding:10px 34px 8px}.task_management_section .scrollsection .task_list .heading li .started_heading.green{background:#ddffe2;color:#219653}.task_management_section .scrollsection .task_list .heading li .started_heading.orange{background:#ffecdb;color:#f2994a}.task_management_section .scrollsection .task_list .heading li .started_heading.darkblue{background:#e8f1fd;color:#2f80ed}.task_management_section .scrollsection .task_list .heading li .started_heading.lightblue{background:#e4f2ff99;color:#2d9cdb}.task_management_section .scrollsection .task_list .sub_heading{border:1px solid #0000001a}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading{border-bottom:1px solid #0000001a;display:flex;flex-wrap:wrap;margin-bottom:0;padding-left:12px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading:last-child{border-bottom:none}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading.green{background:#ddffe2;color:#219653}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li{align-items:center;background:#fff;color:#000;display:flex;flex:1 1;font-family:Montserrat;font-size:12px;font-weight:400;height:39px;line-height:15px;list-style-type:none;margin-bottom:0;min-width:97px;padding:12px}@media(max-width:1200px){.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li{min-width:50px}}.theme-dark .task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li{background:#333!important;color:#ddd!important}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li .asignee_tag{border-radius:50%;color:#fff;cursor:pointer;font-size:10px;font-weight:600;height:20px;line-height:12px;padding:4px 7px;width:20px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li .asignee_tag.orgBg{background:#f2994a}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li .asignee_tag.violetBg{background:#2160aa;left:-5px;position:relative}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li:last-child{padding-right:0}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li:first-child{align-items:center;display:flex;min-width:430px;padding-left:0}@media(max-width:1715px){.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li:first-child{min-width:212px}}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li select{background:#0000;border:0}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li span{font-family:Montserrat;font-size:12px;font-weight:400;line-height:15px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li span.highest{color:#ec3f3f}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li span.normal{color:#ffe87c}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li span.lowest{color:#2f80ed}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li span.high{color:#f2994a}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li span.low{color:#219653}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading li span{cursor:pointer}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .table_right_arrow{background:#0000}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .table_right_arrow img{height:8px;margin-right:10px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .table_right_arrow img.rotate_icon{transform:rotate(90deg);transition:transform .2s cubic-bezier(.785,.135,.15,.86) 0s}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown{width:100%}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd{margin-bottom:0;position:relative}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd .MuiOutlinedInput-input{font-family:Montserrat;font-size:12px;font-weight:600;line-height:15px;padding:12px 0}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd input,.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd label{font-family:Montserrat;font-size:14px;font-weight:500;letter-spacing:0}.theme-dark .task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd input,.theme-dark .task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd label{color:#ddd}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd label{top:2px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd input{height:23px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd .MuiInputLabel-shrink{color:#2160aa!important}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd svg{display:none}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2160aa!important}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd fieldset{border:none!important;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px}.theme-dark .task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .status_dropdown .inputFieldd fieldset{border-color:rgba(0,0,0,.502)}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category{display:flex;margin-bottom:0;padding-left:12px;width:100%}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category:last-child{border-bottom:none}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category.green{background:#ddffe2;color:#219653}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li{align-items:center;background:#fff;color:#000;display:flex;flex:1 1;font-family:Montserrat;font-size:12px;font-weight:400;height:39px;line-height:15px;list-style-type:none;margin-bottom:0;min-width:97px;padding:12px}@media(max-width:1200px){.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li{min-width:50px}}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li .asignee_tag{border-radius:50%;color:#fff;cursor:pointer;font-size:10px;font-weight:600;height:20px;line-height:12px;padding:4px 7px;width:20px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li .asignee_tag.orgBg{background:#f2994a}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li .asignee_tag.violetBg{background:#2160aa;left:-5px;position:relative}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li:first-child{align-items:center;display:flex;min-width:428px;padding-left:0}@media(max-width:1715px){.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li:first-child{min-width:200px}}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li span{font-family:Montserrat;font-size:12px;font-weight:400;line-height:15px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li span.highest{color:#ec3f3f}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li span.normal{color:#ffe87c}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li span.lowest{color:#2f80ed}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li span.high{color:#f2994a}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category li span.low{color:#219653}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .table_right_arrow{background:#0000;position:relative}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .table_right_arrow img{height:8px;margin-right:10px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .table_right_arrow img:active{transform:rotate(90deg);transition:transform .2s cubic-bezier(.785,.135,.15,.86) 0s}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .table_right_arrow:before{border-left:1px solid #0000001a;content:"";height:38px;left:-9px;position:absolute;top:-29px;width:1px}.theme-dark .task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .table_right_arrow:before{border-color:#000!important}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .table_right_arrow:after{border-bottom:1px solid #0000001a;content:"";height:1px;left:-9px;position:absolute;top:8px;width:10px}.theme-dark .task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .table_right_arrow:after{border-color:#000!important}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown{width:100%}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd{margin-bottom:0;position:relative}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd .MuiOutlinedInput-input{font-family:Montserrat;font-size:12px;font-weight:600;line-height:15px;padding:12px 0}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd input,.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd label{font-family:Montserrat;font-size:14px;font-weight:500;letter-spacing:0}.theme-dark .task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd input,.theme-dark .task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd label{color:#ddd}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd label{top:2px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd input{height:23px}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd .MuiInputLabel-shrink{color:#2160aa!important}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd svg{display:none}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2160aa!important}.task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd fieldset{border:none!important;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px}.theme-dark .task_management_section .scrollsection .task_list .sub_heading .sub_sub_heading .sub_category .status_dropdown .inputFieldd fieldset{border-color:rgba(0,0,0,.502)}.sliding-panel .SubtaskHeading{color:#2160aa;font-family:Montserrat;font-size:12px;font-weight:600;line-height:24px;margin-bottom:0}.sliding-panel .browsebtn{padding:7px 14px;width:100%}.sliding-panel .scrollable_area .newField{padding-left:8px}.sliding-panel .scrollable_area .newField span{font-family:Montserrat;font-size:14px;font-weight:500;line-height:24px}.theme-dark .sliding-panel .scrollable_area .newField span{color:#ddd}.sliding-panel .scrollable_area .newField .newDropdown{margin-left:6px;padding-left:0!important}.sliding-panel .scrollable_area .newField .newDropdown .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select{border-color:#fff;color:red;font-family:Montserrat;font-size:14px;font-weight:500;line-height:24px;padding:10px 20px 6px 8px!important}li#started div{color:#219653}#started{background:#ddffe2}li#inqueue div{color:#2f80ed}#inqueue{background:#e8f1fd}li#senttoinsurer div{color:#f2994a}#senttoinsurer{background:#ffe8d8}li#upcomingrenewal div{color:#ec3f3f}#upcomingrenewal{background:#ffe1e1}li#completed div{color:#ff1493}#completed{background:pink}li#pendingwithinsurer div{color:#ddffe2}#pendingwithinsurer{background:#219653}li#endorsementrequestsent div{color:#f27900}#endorsementrequestsent{background:#ffbe7c}li#claimrequestsent div{color:#fc0}#claimrequestsent{background:#ffffe0}.trendingQuestions .questionPost{background:#fff;border-radius:8px;box-shadow:0 0 10px #00000026;margin-bottom:20px;overflow:hidden;padding:12px 0 12px 12px}.trendingQuestions .questionPost .postTitle{display:flex;padding-bottom:0}.trendingQuestions .questionPost .postTitle .userIcon{background-color:#eee;border:1px solid #6b62dc4d;border-radius:100px;height:40px;margin-right:12px;overflow:hidden;width:40px}.trendingQuestions .questionPost .postTitle .userIcon img{height:100%;width:100%}.trendingQuestions .questionPost .postTitle .userName h6{font-size:14px;font-weight:600;line-height:17px;margin-bottom:6px}.trendingQuestions .questionPost .postTitle .userName p{color:#000000b3;font-size:11px;line-height:13px}.trendingQuestions .questionPost .question{font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.trendingQuestions .questionPost .greySection{background:#e4f1ff!important;margin-left:4px;padding-left:12px}.trendingQuestions .questionPost .greySection .answer,.trendingQuestions .questionPost .greySection .upvote{color:#000;font-size:13px;font-weight:400;line-height:16px;padding-left:16px;position:relative;top:-8px}.trendingQuestions .questionPost .greySection .upvote{background:url(/static/media/upvote_icon.b2ef1626aaaf13b01f7e.svg) no-repeat 0 2px/10px;margin-right:24px}.trendingQuestions .questionPost .greySection .upvote.active{background:url(/static/media/upvote_active_icon.0144433e481df86198ce.svg) no-repeat 0 2px/10px;color:#2160aa}.trendingQuestions .questionPost .greySection .answer{background:url(/static/media/answer_icon.9210545b5a38323523c7.svg) no-repeat 0 3px/10px}.trendingQuestions .questionPost .greySection .answer.active{background:url(/static/media/answer_active_icon.6238b79e0109542e98ab.svg) no-repeat 0 3px/10px;color:#2160aa}.trendingQuestions .questionPost .greySection .postGroup{background-color:#fff;border-radius:8px;display:flex;overflow:hidden}.trendingQuestions .questionPost .greySection .postGroup input{border-radius:8px;height:40px;padding:0 12px}.trendingQuestions .questionPost .greySection .postGroup fieldset{border:none}.trendingQuestions .questionPost .greySection .postGroup button{background-color:#2160aa;border-radius:0 8px 8px 0;color:#fff;font-size:14px;font-weight:500;height:40px;line-height:24px;width:86px}.trendingQuestions .questionPost .greySection .innerPost{margin-top:8px}.notificationWrapper{padding:0 12px 12px 0}.notificationWrapper .notifications{border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:12px 12px 4px}.theme-dark .notificationWrapper .notifications{background:#333}.notificationWrapper .notifications li{border-bottom:1px solid #0000001a;list-style-type:none;margin-bottom:12px;padding-bottom:12px;padding-left:60px;padding-right:44px;position:relative}.theme-dark .notificationWrapper .notifications li{border-color:#000}.notificationWrapper .notifications li:before{content:"";height:50px;left:0;position:absolute;top:-5px;width:50px}.notificationWrapper .notifications li:last-child{border:none;margin-bottom:0}.notificationWrapper .notifications li h4{font-size:.875rem;margin-bottom:4px}.notificationWrapper .notifications li p{color:#00000080;font-size:.8125rem}.theme-dark .notificationWrapper .notifications li p{color:rgba(0,0,0,.502)}.notificationWrapper .notifications li a{align-items:center;border:1px solid #2160aa;border-radius:20px;color:#2160aa;display:flex;height:22px;justify-content:center;position:absolute;right:4px;top:8px;width:22px}.notificationWrapper .notifications li a:hover{background:#2160aa;color:#fff}.notificationWrapper .notifications li a svg{height:14px;width:14px}.notificationWrapper .notifications li.dashboard:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:0 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.dashboard:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.policywallet:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-50px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.policywallet:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.riskmap:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-100px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.riskmap:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.userprofile:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-150px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.userprofile:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.mydocument:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-200px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.mydocument:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.claimassistant:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-250px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.claimassistant:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.referafriend:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-300px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.referafriend:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.trendingquestions:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-350px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.trendingquestions:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.community:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-400px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.community:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.support:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-450px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.support:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.wellness:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-500px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.wellness:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.doctoronline:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-550px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.doctoronline:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.repairvehicle:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-600px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.repairvehicle:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.settings:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-650px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.settings:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.employe:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-700px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.employe:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.report:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-750px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.report:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.endorsement:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-800px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.endorsement:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.quote:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-850px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.quote:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.policies:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-900px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.policies:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.clients:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-950px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.clients:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .notifications li.contacts:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-position:-1000px 0;background-repeat:no-repeat;background-size:1100px}.theme-dark .notificationWrapper .notifications li.contacts:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg);opacity:.6}.notificationWrapper .quote{border:2px dashed #ddd;border-radius:20px;margin:12px auto;max-width:820px;padding:48px}.theme-dark .notificationWrapper .quote{border-color:#333}.notificationWrapper .quote span{color:#2160aa;font-size:2.5rem;line-height:32px;position:relative;top:12px}.notificationWrapper .quote p{color:rgba(0,0,0,.502);margin-bottom:4px}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.totalClients{background:#e4f1ff!important;border-radius:20px;min-height:140px;position:relative}.totalClients h3{color:#2160aa;font-size:2rem;margin-bottom:4px}.totalClients p{font-weight:300}.totalClients .charts{position:absolute;right:8px;top:3px}.totalClients svg{transform:scale(1.2);transition:all .4s ease}.totalClients svg:hover{transform:scale(2)}.totalClients svg rect{fill:none}.activePolicies{background:#fff;border:1px solid #ffe1a7;border-radius:20px;min-height:140px}.activePolicies h3{color:#d8940f;font-size:2rem;margin-bottom:4px;margin-top:6px}.activePolicies p{font-weight:300;margin-bottom:6px}.activePolicies ul{margin-bottom:12px;margin-top:12px}.activePolicies ul li{font-size:.75rem;list-style-type:none;margin-bottom:6px;padding-right:12px;position:relative;text-align:center;text-align:right}.activePolicies ul li:before{content:"";height:6px;position:absolute;right:0;top:4px;width:6px}.activePolicies ul li.health:before{background:#2160aa}.activePolicies ul li.term:before{background:#576cef}.activePolicies ul li.ci:before{background:#e45c8b}.activePolicies ul li.pa:before{background:#f3b03d}.activePolicies ul li.trvl:before{background:#4caf50}.activePolicies ul li.stp:before{background:#bfc507}.noofLives{background:#2160aa;border-radius:20px;min-height:140px}.noofLives .totalLives{display:flex;justify-content:center;margin-top:8px}.noofLives .totalLives h3{color:#fff;font-size:24px;font-weight:600;margin-bottom:4px}.noofLives .totalLives img{height:60px;margin-left:8px;margin-right:16px}.noofLives h5{color:#fff;font-size:20px;font-weight:600;margin-bottom:4px}.noofLives p{color:#fff;font-size:.875rem;font-weight:500}.alertMessage{border:1px solid #fc650980;border-radius:12px;box-shadow:0 4px 12px #fc650933;padding:16px 12px 12px;position:relative}.alertMessage h5{align-items:center;display:flex;font-family:Montserrat;font-size:.875rem;font-weight:600;gap:8px;margin-bottom:8px}.theme-dark .alertMessage h5{color:#171b1e}.alertMessage h5 svg{color:#fc6509}.alertMessage p{color:#00000080;font-size:.75rem;margin-bottom:0}.theme-dark .alertMessage p{color:#00000080!important}.alertMessage a{display:block;height:20px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px}.alertMessage a svg{color:rgba(0,0,0,.502);left:auto;position:relative;top:auto;transform:translateY(0)}.alertMessage a:hover{cursor:pointer}.alertMessage ul{margin:0;max-height:300px;overflow-x:hidden;overflow-y:auto;padding-left:10px}.alertMessage ul::-webkit-scrollbar{width:0}.alertMessage ul li{color:#00000080;font-family:Montserrat;font-size:.8125rem;margin-bottom:6px;padding-left:10px;position:relative}.alertMessage ul li:before{background:#2160aa;border-radius:50%;content:"";height:5px;left:0;position:absolute;top:7px;width:5px}@media(max-width:1450px){.alertMessage ul li{display:flex;flex-direction:column;gap:0}}.policyRenewal{background:#def5e6;border:1px solid #fff;border-radius:20px;box-shadow:0 4px 16px #def5e6;margin-bottom:12px;padding:16px;position:relative}.policyRenewal .thisMonth{background:#fff;border-radius:20px;box-shadow:0 4px 12px #2e814a4d;font-size:.75rem;padding:6px 12px;position:absolute;right:12px;top:12px}.policyRenewal h3{color:#2e814a;font-size:1.75rem;margin-bottom:4px}.policyRenewal ul{display:flex;justify-content:space-around;margin-top:12px;width:100%}.policyRenewal ul li{font-size:.625rem;list-style-type:none;padding:4px 8px;position:relative;text-align:center}.policyRenewal ul li:before{bottom:-6px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:24px}.policyRenewal ul li span{display:block;font-weight:600;margin-bottom:4px}.policyRenewal ul li.health:before{background:#2160aa}.policyRenewal ul li.term:before{background:#576cef}.policyRenewal ul li.ci:before{background:#e45c8b}.policyRenewal ul li.pa:before{background:#f3b03d}.policytypeas{min-height:400px}.policytypeas svg g text{font-family:Montserrat}.policytypeas svg rect{fill:none}.policytypeas svg .highcharts-credits,.policytypeas svg .highcharts-exporting-group,.policytypeas svg .highcharts-title{display:none}.alertSummary h3{font-size:1.125rem;margin-bottom:8px}.alertSummary p{color:#00000080;font-size:.75rem;margin-bottom:0}.alertSummary ul{margin-top:24px}.alertSummary ul li{align-items:center;border-bottom:1px solid #0000001a;display:flex;list-style-type:none;margin-bottom:16px;padding-bottom:16px}.alertSummary ul li p{color:#000;font-size:.875rem;width:100%}.alertSummary ul li p span{float:right;font-weight:600}.alertSummary ul li .quoteicon{background:#def5e6;border-radius:8px;height:40px;margin-right:12px;position:relative;width:40px}.alertSummary ul li .quoteicon:before{background:url(/static/media/alert_summary_icons.ce979e5d6f2457bcbef2.svg) no-repeat;background-position:0 0;background-size:120px;content:"";height:40px;left:0;position:absolute;top:0;width:40px}.alertSummary ul li .claimicon{background:#ffeee6;border-radius:8px;height:40px;margin-right:12px;position:relative;width:40px}.alertSummary ul li .claimicon:before{background:url(/static/media/alert_summary_icons.ce979e5d6f2457bcbef2.svg) no-repeat;background-position:-40px 0;background-size:120px;content:"";height:40px;left:0;position:absolute;top:0;width:40px}.alertSummary ul li .endoreseicon{background:#e4f1ff;border-radius:8px;height:40px;margin-right:12px;position:relative;width:40px}.alertSummary ul li .endoreseicon:before{background:url(/static/media/alert_summary_icons.ce979e5d6f2457bcbef2.svg) no-repeat;background-position:-80px 0;background-size:120px;content:"";height:40px;left:0;position:absolute;top:0;width:40px}.loginTypeToggle{background:#fff;border:1px solid #00000080;border-radius:20px!important}.loginTypeToggle button{border:none;border-radius:20px!important;color:#3a4855;font-size:.75rem;font-weight:500;padding:6px 12px;text-transform:capitalize}.theme-dark .loginTypeToggle button{color:rgba(0,0,0,.502)}.loginTypeToggle button.MuiToggleButtonGroup-grouped{border-radius:8px}.loginTypeToggle button.Mui-selected{background-color:#3569b6;color:#fff}.employerPolicyWrapper{margin-bottom:32px}.employerPolicyWrapper .bluePolicyCard{background:#c5d8ed;border-radius:12px;box-shadow:16px 16px 28px #c5d8ed;margin-bottom:12px;padding:12px 12px 0;position:relative}.employerPolicyWrapper .bluePolicyCard img{height:100%;max-height:55px;max-width:100px;width:100%}.employerPolicyWrapper .bluePolicyCard p{font-size:11px;font-weight:400;line-height:20px}.employerPolicyWrapper .bluePolicyCard p.small{color:#000000b3;font-size:10px;font-weight:500;line-height:20px}.employerPolicyWrapper .bluePolicyCard h5{font-size:14px;font-weight:600;line-height:17px;margin-bottom:4px;margin-top:6px}.employerPolicyWrapper .bluePolicyCard h6{font-size:12px;font-weight:600;line-height:15px}.employerPolicyWrapper .bluePolicyCard .active,.employerPolicyWrapper .bluePolicyCard .inactive{background:#fff;border-radius:10px;box-shadow:0 4px 4px #a6c3e3;color:#219653;display:inline-block;font-size:11px;padding:2px 6px}.employerPolicyWrapper .bluePolicyCard .inactive{color:#ec3f3f}.employerPolicyWrapper .bluePolicyCard .rIcon{background:url(/static/media/inr_icon.f1579f3253d3c872a50d.svg) no-repeat 0 3px/7px;padding-left:9px}.employerPolicyWrapper .bluePolicyCard .whitepart{background-color:#fff;border-radius:0 0 12px 12px;display:flex;flex-direction:row;margin:12px -12px 0;padding:12px 24px;position:relative}.employerPolicyWrapper .bluePolicyCard .whitepart .col{text-align:center;width:100%}.employerPolicyWrapper .bluePolicyCard .whitepart .col:first-child{text-align:left}.employerPolicyWrapper .bluePolicyCard .whitepart .col:last-child{text-align:right!important}.employerPolicyWrapper .bluePolicyCard .whitepart .note{bottom:-20px;font-size:10px;position:absolute;right:0}.employerPolicyWrapper .redPolicyCard{background:#ffd8e3;border-radius:12px;box-shadow:16px 16px 28px #ffd8e3;margin-bottom:12px;padding:12px 12px 0;position:relative}.employerPolicyWrapper .redPolicyCard img{height:100%;max-height:55px;max-width:100px;width:100%}.employerPolicyWrapper .redPolicyCard p{font-size:11px;font-weight:400;line-height:20px}.employerPolicyWrapper .redPolicyCard p.small{color:#000000b3;font-size:10px;font-weight:500;line-height:20px}.employerPolicyWrapper .redPolicyCard h5{font-size:14px;font-weight:600;line-height:17px;margin-bottom:4px;margin-top:6px}.employerPolicyWrapper .redPolicyCard h6{font-size:12px;font-weight:600;line-height:15px}.employerPolicyWrapper .redPolicyCard .active,.employerPolicyWrapper .redPolicyCard .inactive{background:#fff;border-radius:10px;box-shadow:0 4px 4px #ffafc6;color:#219653;display:inline-block;font-size:11px;padding:2px 6px}.employerPolicyWrapper .redPolicyCard .inactive{color:#ec3f3f}.employerPolicyWrapper .redPolicyCard .rIcon{background:url(/static/media/inr_icon.f1579f3253d3c872a50d.svg) no-repeat 0 3px/7px;padding-left:9px}.employerPolicyWrapper .redPolicyCard .whitepart{background-color:#fff;border-radius:0 0 12px 12px;display:flex;flex-direction:row;margin:12px -12px 0;padding:12px 24px;position:relative}.employerPolicyWrapper .redPolicyCard .whitepart .col{text-align:center;width:100%}.employerPolicyWrapper .redPolicyCard .whitepart .col:first-child{text-align:left}.employerPolicyWrapper .redPolicyCard .whitepart .col:last-child{text-align:right!important}.employerPolicyWrapper .redPolicyCard .whitepart .note{bottom:-20px;font-size:10px;position:absolute;right:0}.employerPolicyWrapper .cyanPolicyCard{background:#acd4fb;border-radius:12px;box-shadow:16px 16px 28px #acd4fb;margin-bottom:12px;padding:12px 12px 0;position:relative}.employerPolicyWrapper .cyanPolicyCard img{height:100%;max-height:55px;max-width:100px;width:100%}.employerPolicyWrapper .cyanPolicyCard p{font-size:11px;font-weight:400;line-height:20px}.employerPolicyWrapper .cyanPolicyCard p.small{color:#000000b3;font-size:10px;font-weight:500;line-height:20px}.employerPolicyWrapper .cyanPolicyCard h5{font-size:14px;font-weight:600;line-height:17px;margin-bottom:4px;margin-top:6px}.employerPolicyWrapper .cyanPolicyCard h6{font-size:12px;font-weight:600;line-height:15px}.employerPolicyWrapper .cyanPolicyCard .active,.employerPolicyWrapper .cyanPolicyCard .inactive{background:#fff;border-radius:10px;box-shadow:0 4px 4px #85c0f9;color:#219653;display:inline-block;font-size:11px;padding:2px 6px}.employerPolicyWrapper .cyanPolicyCard .inactive{color:#ec3f3f}.employerPolicyWrapper .cyanPolicyCard .rIcon{background:url(/static/media/inr_icon.f1579f3253d3c872a50d.svg) no-repeat 0 3px/7px;padding-left:9px}.employerPolicyWrapper .cyanPolicyCard .whitepart{background-color:#fff;border-radius:0 0 12px 12px;display:flex;flex-direction:row;margin:12px -12px 0;padding:12px 24px;position:relative}.employerPolicyWrapper .cyanPolicyCard .whitepart .col{text-align:center;width:100%}.employerPolicyWrapper .cyanPolicyCard .whitepart .col:first-child{text-align:left}.employerPolicyWrapper .cyanPolicyCard .whitepart .col:last-child{text-align:right!important}.employerPolicyWrapper .cyanPolicyCard .whitepart .note{bottom:-20px;font-size:10px;position:absolute;right:0}.graphLib{text-align:center}.graphLib .graphBox{background:#e4f1ff!important;border-radius:20px;padding:24px}@media(max-width:1300px){.graphLib .graphBox{padding:24px 0}}.graphLib .graphBox .total_count{color:#8e8e93;font-weight:600;text-align:center}.policyslider .slick-dots{bottom:0}.policyslider .slick-dots li{height:8px;margin:0 4px;padding:0;width:8px}.policyslider .slick-dots li button{background:#2160aa;border-radius:200px;height:8px;opacity:.4;transition:all .6s cubic-bezier(.4,0,.2,1) 0ms;width:8px}.policyslider .slick-dots li button:before{display:none}.policyslider .slick-dots li.slick-active{width:24px}.policyslider .slick-dots li.slick-active button{opacity:1;width:24px}.textareabox{border:1px solid #0000001a;border-radius:8px;height:100px;margin-top:12px;min-height:160px;padding:10px;resize:none;width:100%}.textareabox:focus-visible{outline:none}.theme-dark .textareabox{background-color:#333;color:#ddd}.browsebtn{border-radius:0 10px 10px 0;box-shadow:none;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;left:-4px;line-height:24px;text-align:center;text-transform:capitalize}.browsebtn,.browsebtn:hover{background:#2160aa;color:#fff}.supportWrapper .uploadFile .inputField fieldset{border-radius:8px 0 0 8px}.supportWrapper .uploadFile .browsebtn{border-radius:0 8px 8px 0;box-shadow:0 0 0 #0000;height:38px;width:100%}.supportWrapper .requestSection{min-height:80vh;overflow:hidden;position:relative}.supportWrapper .requestSection:before{background:#2160aa40;border-radius:50px/100px;content:"";filter:blur(20px);height:90%;left:-30px;position:absolute;top:5%;width:20px}.supportWrapper .requestSection .requestList{margin-top:24px;padding-left:16px}.supportWrapper .requestSection .requestList li{list-style-type:none;margin-bottom:24px;position:relative}.supportWrapper .requestSection .requestList li h6{display:inline-flex;font-size:.8125rem;font-weight:400;margin-bottom:8px}.supportWrapper .requestSection .requestList li h5{font-size:.875rem;font-weight:600;margin-bottom:4px}.supportWrapper .requestSection .requestList li p{font-size:.75rem}.supportWrapper .requestSection .requestList li .viewMore{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 8px #00000026;display:flex;height:26px;justify-content:center;position:absolute;right:16px;top:26px;width:26px}.supportWrapper .requestSection .requestList li .viewMore svg{height:20px;transition:all .2s ease}.supportWrapper .requestSection .requestList li .approved,.supportWrapper .requestSection .requestList li .cancelled,.supportWrapper .requestSection .requestList li .inprogress{background:linear-gradient(180deg,#ec3f3f3b,#fb451d00);border-radius:12px;box-shadow:inset 0 4px 4px #ec3f3f4d;position:relative}.supportWrapper .requestSection .requestList li .MuiCollapse-entered.approved .viewMore svg,.supportWrapper .requestSection .requestList li .MuiCollapse-entered.inprogress .viewMore svg,.supportWrapper .requestSection .requestList li .cancelled.MuiCollapse-entered .viewMore svg{transform:rotate(180deg)}.supportWrapper .requestSection .requestList li .approved .MuiCollapse-wrapperInner,.supportWrapper .requestSection .requestList li .cancelled .MuiCollapse-wrapperInner,.supportWrapper .requestSection .requestList li .inprogress .MuiCollapse-wrapperInner{padding:16px 60px 16px 16px}.supportWrapper .requestSection .requestList li .approved .status,.supportWrapper .requestSection .requestList li .cancelled .status,.supportWrapper .requestSection .requestList li .inprogress .status{background:#ec3f3f;border-radius:20px;color:#fff;display:inline-flex;font-size:.625rem;margin-left:8px;padding:3px 8px}.supportWrapper .requestSection .requestList li .inprogress{background:linear-gradient(180deg,#ffa41240,#5bca5800);box-shadow:inset 0 4px 4px #ffa4124d}.supportWrapper .requestSection .requestList li .inprogress .status{background:#ffa412}.supportWrapper .requestSection .requestList li .approved{background:linear-gradient(180deg,#02920040,#5bca5800);box-shadow:inset 0 4px 4px #0292004d}.supportWrapper .requestSection .requestList li .approved .status{background:#029200}.menuCol{max-width:183px!important}.newSettingWrapper{min-height:100vh}.theme-dark .newSettingWrapper{background:#171b1e}.newSettingWrapper .pageTitle{align-items:center;background:#fff;box-shadow:0 2px 12px #0000001a;display:flex;height:70px;padding:24px;position:fixed;width:100%;z-index:99}.theme-dark .newSettingWrapper .pageTitle{background:#171b1e;box-shadow:0 8px 6px -6px #000}.newSettingWrapper .pageTitle a{color:#2160aa;display:flex;justify-content:center;margin-right:12px}.newSettingWrapper .pageTitle a svg{left:0;position:relative;transition:all .5s ease}.newSettingWrapper .pageTitle a:hover{color:#ec3f3f;cursor:pointer}.newSettingWrapper .pageTitle a:hover svg{left:-4px}.newSettingWrapper .pageTitle .MuiSelect-select{min-width:220px}.newSettingWrapper .innerSection{min-height:100vh;padding:90px 24px 24px}.newSettingWrapper .innerSection .MenuBox{border:1px solid #0000000d;border-radius:16px;box-shadow:0 0 14px #0000001a;min-height:390px;padding:16px}.theme-dark .newSettingWrapper .innerSection .MenuBox{background:#333}.newSettingWrapper .innerSection .MenuBox h4{font-family:Montserrat;font-size:16px;font-weight:700;line-height:16px;margin-bottom:20px}.newSettingWrapper .innerSection .MenuBox .menulistBox span{display:block;padding-bottom:128px;position:relative}.newSettingWrapper .innerSection .MenuBox .menulistBox span.general:before{background:url(/static/media/settingModulesicons.8208e268ad009db81e2a.svg) no-repeat 0 0/1820px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.organisation:before{background:url(/static/media/settingModulesicons.8208e268ad009db81e2a.svg) no-repeat -260px 0/1820px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.userControl:before{background:url(/static/media/settingModulesicons.8208e268ad009db81e2a.svg) no-repeat -520px 0/1820px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.customisation:before{background:url(/static/media/settingModulesicons.8208e268ad009db81e2a.svg) no-repeat -780px 0/1820px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.portalSetup:before{background:url(/static/media/settingModulesicons.8208e268ad009db81e2a.svg) no-repeat -1040px 0/1820px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.dataAdmin:before{background:url(/static/media/settingModulesicons.8208e268ad009db81e2a.svg) no-repeat -1300px 0/1820px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.developerSpace:before{background:url(/static/media/settingModulesicons.8208e268ad009db81e2a.svg) no-repeat -1560px 0/1820px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox .menulist{margin:0;padding:0}.newSettingWrapper .innerSection .MenuBox .menulistBox .menulist li{font-family:Montserrat;font-size:13px;font-weight:500;line-height:32px;list-style:none;margin-bottom:4px;padding-left:4px;padding-right:4px;position:relative}.newSettingWrapper .innerSection .MenuBox .menulistBox .menulist li:after{background:url(/static/media/rightArrowIcon.7d99d25e716d2cb45864.svg);content:"";height:10px;position:absolute;right:4px;top:11px;width:6px}.theme-dark .newSettingWrapper .innerSection .MenuBox .menulistBox .menulist li:after{background:url(/static/media/rightArrowIconWhite.be15aecaff9678b3cc0d.svg)}.newSettingWrapper .innerSection .MenuBox .menulistBox .menulist li:last-child{margin-bottom:0}.newSettingWrapper .innerSection .MenuBox .menulistBox .menulist li:hover{background:#c5d8ed;border-radius:6px}.newSettingWrapper .innerSection .MenuBox .menulistBox .menulist li .listItem{color:#000000b3;display:inline-block;position:relative;text-decoration:none;width:100%}.newSettingWrapper .innerSection .MenuBox .menulistBox .menulist li .listItem:hover{color:#2160aa!important}.theme-dark .newSettingWrapper .innerSection .MenuBox .menulistBox .menulist li .listItem{color:#fff}.settingMenuWrapper{min-height:100vh;padding:88px 12px 95px 24px}.theme-dark .settingMenuWrapper{background:#171b1e}.settingMenuWrapper .pageHeader{background:#fff;height:70px;left:0;margin:0;position:fixed;top:0;width:100%;z-index:991}.theme-dark .settingMenuWrapper .pageHeader{background:#171b1e}.settingMenuWrapper .pageHeader .pageTitle{align-items:center;display:flex}.settingMenuWrapper .pageHeader .pageTitle .backStep{align-items:center;color:#2160aa;display:flex;justify-content:center;margin-right:8px}.settingMenuWrapper .pageHeader .pageTitle .backStep:hover{color:#ec3f3f}.settingMenuWrapper .pageHeader .pageTitle .backStep:hover svg{left:-4px}.settingMenuWrapper .pageHeader .pageTitle .backStep svg{height:26px;left:0;position:relative;transition:all .5s ease;width:30px}.settingMenuWrapper .pageHeader .pageTitle .detailIcon{align-items:center;background:#fc6509;border-radius:50px;color:#fff;display:flex;font-size:1.25rem;height:40px;justify-content:center;margin-right:16px;text-transform:uppercase;width:40px}.settingMenuWrapper .pageHeader .pageTitle h3{font-size:1.5rem;line-height:29px;margin-bottom:0}.theme-dark .settingMenuWrapper .pageHeader .pageTitle h3{color:rgba(0,0,0,.502)}.settingMenuWrapper .pageHeader .pageTitle p{color:#00000080;font-size:.6875rem;margin-bottom:2px;margin-top:6px}.theme-dark .settingMenuWrapper .pageHeader .pageTitle p{color:rgba(0,0,0,.502)}.settingMenuWrapper .rightSection{height:calc(100vh - 145px);overflow-y:auto}.settingMenuWrapper .rightSection.h-100{min-height:91vh}.settingMenuWrapper .rightSection .detailSection{border:1px solid #e5e7fe;border-radius:12px;padding-bottom:12px;padding-top:8px}.theme-dark .settingMenuWrapper .rightSection .detailSection{border:1px solid #333}.settingMenuWrapper .rightSection .detailSection .moduleHeading{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;margin-bottom:0;padding:14px 12px}.theme-dark .settingMenuWrapper .rightSection .detailSection .moduleHeading{background:#000;color:rgba(0,0,0,.502)}.settingMenuWrapper .rightSection .detailSection .moduleHeading li{flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:15px;list-style-type:none}.settingMenuWrapper .rightSection .detailSection .moduleHeading li a{color:#2160aa}.theme-dark .settingMenuWrapper .rightSection .detailSection .moduleHeading li{color:rgba(0,0,0,.502)}.settingMenuWrapper .rightSection .detailSection .module_list{align-items:center;display:flex;margin-bottom:0;padding:14px 12px}.theme-dark .settingMenuWrapper .rightSection .detailSection .module_list{background:#171b1e;border-radius:0 0 12px 12px;color:rgba(0,0,0,.502)}.settingMenuWrapper .rightSection .detailSection .module_list img{margin-right:5px}.settingMenuWrapper .rightSection .detailSection .module_list li{flex-basis:0;flex-grow:1;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:17px;list-style-type:none}.settingMenuWrapper .rightSection .detailSection .module_list li a{cursor:pointer;text-decoration:none!important}.theme-dark .settingMenuWrapper .rightSection .detailSection .module_list li{background:#171b1e;color:rgba(0,0,0,.502)}.settingMenuWrapper .rightSection .detailSection .module_list li .moduleLink{color:#000;text-decoration:none}.theme-dark .settingMenuWrapper .rightSection .detailSection .module_list li .moduleLink{color:rgba(0,0,0,.502)}.settingMenuWrapper .rightSection .detailSection .module_list li .module_sublist{margin-left:20px;margin-top:10px}.settingMenuWrapper .rightSection .detailSection .module_list li .module_sublist li .Sublist_module{color:#000;color:#2160aa;display:inline-block;font-size:.75rem;padding:5px 0}.settingMenuWrapper .rightSection .detailSection hr{border:none;border-top:1px solid #0000001a;margin-bottom:0}.theme-dark .settingMenuWrapper .rightSection .detailSection hr{border-top:1px solid #333}.settingMenuWrapper .rightSection .detailSection .profile_section{text-align:center}.settingMenuWrapper .rightSection .detailSection .profile_section .profile_inner_section{border:1px dashed #0000001a;border-radius:8px;padding:8px}.settingMenuWrapper .rightSection .detailSection .profile_section .profile_inner_section img{height:92px}.settingMenuWrapper .settingListdetailBox{border-radius:20px;box-shadow:0 1px 11px #0000001f}.theme-dark .settingMenuWrapper .settingListdetailBox{background:#333}.settingMenuWrapper .settingListdetailBox .settingListBoxheader{background:#eef6fe;border-radius:16px 16px 0 0;padding:14px 24px}.settingMenuWrapper .settingListdetailBox .settingListBoxheader h5{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:15px;margin-bottom:0}.settingMenuWrapper .settingListdetailBox .detailTable{padding:24px}.theme-dark .settingMenuWrapper .settingListdetailBox .detailTable{color:#fff}.settingMenuWrapper .settingListdetailBox .detailTable h6{font-size:.875rem;font-weight:700;line-height:17px}.settingMenuWrapper .settingListdetailBox .detailTable p{font-size:.875rem;font-weight:500;line-height:17px}.settingMenuWrapper .settingListdetailBox .detailTable p .lastupdated_userprofile{border-radius:30px;height:38px;margin-right:20px;width:38px}.settingMenuWrapper .settingListdetailBox .detailTable ul{margin:0;padding:0}.settingMenuWrapper .settingListdetailBox .detailTable ul li{font-size:.875rem;font-weight:500;line-height:17px;list-style:none;padding-bottom:12px}.settingMenuWrapper .settingListdetailBox .detailTable ul li:last-child{padding-bottom:0}.settingMenuWrapper .settingListdetailBox .detailTable .last_modified_p{font-size:.875rem;font-weight:500;line-height:17px;padding-left:60px;position:relative}.settingMenuWrapper .settingListdetailBox .detailTable .last_modified_p:before{background:red url(/static/media/last_modified_profile.ec02710291d43c1f3003.svg) no-repeat 0 0/38px;border-radius:30px;content:"";height:38px;left:0;position:absolute;top:-8px;width:38px}.settingMenuWrapper .settingListdetailBox hr{border:1px solid #0000001a}.settingMenuWrapper .pageTitle{align-items:center;display:flex}.settingMenuWrapper .pageTitle a{color:#2160aa;display:flex;justify-content:center;margin-right:12px}.settingMenuWrapper .pageTitle a svg{left:0;position:relative;transition:all .5s ease}.settingMenuWrapper .pageTitle a:hover{color:#ec3f3f;cursor:pointer}.settingMenuWrapper .pageTitle a:hover svg{left:-4px}.settingMenuWrapper .pageTitle .MuiSelect-select{min-width:220px}.settingMenuWrapper .user_profile_section{background:#2160aa;border-radius:20px;padding:48px 20px}.settingMenuWrapper .user_profile_section .user_profile_photo{border-radius:50%;height:135px;width:135px}.settingMenuWrapper .user_profile_section h5{color:#fff;font-size:14px;font-weight:700;line-height:17px;margin-bottom:6px}.settingMenuWrapper .user_profile_section p{color:#fff;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px}.settingMenuWrapper .user_profile_section .user_personal_detail h6{color:#fff;font-size:12px;font-weight:400;line-height:15px;margin-bottom:12px}.settingMenuWrapper .user_profile_section .user_personal_detail p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px}.settingMenuWrapper .user_profile_section .user_personal_detail span{display:block;height:30px;left:calc(50% - 15px);margin-bottom:8px;position:relative;width:30px}.settingMenuWrapper .user_profile_section .user_personal_detail span.country:before{background:url(/static/media/user_personal_details_icons.e8802deada8dd53cee8f.svg) no-repeat 0 0/36px;background-position:0 0;background-size:150px;content:"";height:30px;left:0;position:absolute;width:30px;z-index:2}.settingMenuWrapper .user_profile_section .user_personal_detail span.timeFormat:before{background:url(/static/media/user_personal_details_icons.e8802deada8dd53cee8f.svg) no-repeat 0 0/36px;background-position:-30px 0;background-size:150px;content:"";height:30px;left:0;position:absolute;width:30px;z-index:2}.settingMenuWrapper .user_profile_section .user_personal_detail span.currency:before{background:url(/static/media/user_personal_details_icons.e8802deada8dd53cee8f.svg) no-repeat 0 0/36px;background-position:-60px 0;background-size:150px;content:"";height:30px;left:0;position:absolute;width:30px;z-index:2}.settingMenuWrapper .user_profile_section .user_personal_detail span.GSTNumber:before{background:url(/static/media/user_personal_details_icons.e8802deada8dd53cee8f.svg) no-repeat 0 0/36px;background-position:-90px 0;background-size:150px;content:"";height:30px;left:0;position:absolute;width:30px;z-index:2}.settingMenuWrapper .user_profile_section .user_personal_detail span.website:before{background:url(/static/media/user_personal_details_icons.e8802deada8dd53cee8f.svg) no-repeat 0 0/36px;background-position:-120px 0;background-size:150px;content:"";height:30px;left:0;position:absolute;width:30px;z-index:2}.settingMenuWrapper .password_section{align-items:center;border:1px solid #0000001a;border-radius:20px;display:flex;justify-content:space-between;margin-bottom:40px;padding:36px 20px 34px}.theme-dark .settingMenuWrapper .password_section{background:#333}.settingMenuWrapper .password_section h5{font-size:16px;font-weight:600;line-height:20px;margin-bottom:9px}.theme-dark .settingMenuWrapper .password_section h5{color:#fff}.settingMenuWrapper .password_section h5 span{display:block;font-family:Montserrat;font-size:12px;font-weight:400;line-height:15px;padding-top:9px}.theme-dark .settingMenuWrapper .password_section h5 span{color:#fff}.settingMenuWrapper .password_section .chng_pwd_link{color:#2160aa;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px;text-decoration:none}.settingMenuWrapper .password_section .chng_pwd_link img{padding-right:4px}.settingMenuWrapper .signature_section{align-items:center;background:#f9fbff;border-radius:16px;display:flex;justify-content:space-between;margin-bottom:20px;padding:32px 20px}.theme-dark .settingMenuWrapper .signature_section{background:#333}.settingMenuWrapper .signature_section h5{font-size:16px;font-weight:600;line-height:20px;margin-bottom:9px}.theme-dark .settingMenuWrapper .signature_section h5{color:#fff}.settingMenuWrapper .signature_section h5 span{display:block;font-family:Montserrat;font-size:12px;font-weight:400;line-height:15px;padding-top:9px}.theme-dark .settingMenuWrapper .signature_section h5 span{color:#fff}.settingMenuWrapper .signature_section .upload{color:#2160aa;font-family:Montserrat;font-size:12px;font-weight:500;line-height:15px;text-decoration:none}.settingMenuWrapper .signature_section .upload img{padding-right:4px}.settingMenuWrapper .address_details_section{border:1px solid #0000001a;border-radius:20px;filter:drop-shadow(-3px 10px 14px rgba(0,0,0,.03));padding:50px 20px!important}.theme-dark .settingMenuWrapper .address_details_section{background:#333}.settingMenuWrapper .address_details_section h5{font-size:16px;font-weight:600;line-height:20px;margin-bottom:9px}.theme-dark .settingMenuWrapper .address_details_section h5{color:#fff}.settingMenuWrapper .address_details_section p{color:#0000004d;font-family:Montserrat;font-size:12px;font-weight:400;line-height:15px}.theme-dark .settingMenuWrapper .address_details_section p{color:#fff}.settingMenuWrapper .address_details_section .contact_details_innerBox{position:relative}.settingMenuWrapper .address_details_section .contact_details_innerBox h6{color:#2160aa;font-size:10px;font-weight:400;line-height:12px;margin-bottom:8px}.settingMenuWrapper .address_details_section .contact_details_innerBox p{font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px;max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-dark .settingMenuWrapper .address_details_section .contact_details_innerBox p{color:#ddd}.settingMenuWrapper .address_details_section .contact_details_innerBox h5{font-family:Montserrat;font-size:12px;font-weight:700;line-height:15px}.theme-dark .settingMenuWrapper .address_details_section .contact_details_innerBox h5{color:#ddd}.settingMenuWrapper .address_details_section .contact_details_innerBox span{display:inline-block;height:36px;position:relative;width:36px}.settingMenuWrapper .themeBox{border:1px solid #d9dcff;border-radius:16px;margin-top:24px;padding-bottom:24px;padding-top:8px}.theme-dark .settingMenuWrapper .themeBox{background:#333;border-color:#333}.settingMenuWrapper .themeBox.darkTheme{background:#000;border-color:#000}.theme-dark .settingMenuWrapper .themeBox.darkTheme{border-color:#333}.settingMenuWrapper .themeBox.darkTheme h5{color:#ddd}.settingMenuWrapper .themeBox.darkTheme hr{border-color:#333}.settingMenuWrapper .themeBox.darkTheme .MuiRadio-root svg{color:rgba(0,0,0,.502)}.settingMenuWrapper .themeBox.darkTheme .MuiRadio-root.Mui-checked svg{color:#3569b6}.settingMenuWrapper .themeBox .MuiRadio-root svg{color:rgba(0,0,0,.502);font-size:2rem}.settingMenuWrapper .themeBox .MuiRadio-root.Mui-checked svg{color:#3569b6}.settingMenuWrapper .themeBox h5{align-items:center;display:flex;font-size:1rem;font-weight:600}.theme-dark .settingMenuWrapper .themeBox h5{color:#ddd}.settingMenuWrapper .themeBox h5 svg{color:rgba(0,0,0,.502);font-size:1.75rem;margin-left:16px;margin-right:12px}.settingMenuWrapper .themeBox hr{border:none;border-top:1px solid #d9dcff;margin-bottom:24px;margin-top:8px}.theme-dark .settingMenuWrapper .themeBox hr{border-color:#333}.settingMenuWrapper .themeBox img{max-width:290px;padding:0 24px;width:100%}.theme-dark .settingMenuWrapper p{color:#fff}.settingMenuWrapper .logosection{background:#e4f1ff;border-radius:16px;margin-bottom:24px;padding:16px 20px;text-align:center}.theme-dark .settingMenuWrapper .logosection{background:#333}.settingMenuWrapper .logosection.order_section{order:3}@media(max-width:1200px){.settingMenuWrapper .logosection.order_section{order:2}}.settingMenuWrapper .logosection h6{font-family:Montserrat;font-size:.625rem;font-weight:500;line-height:12px;margin-bottom:10px;text-align:center}.theme-dark .settingMenuWrapper .logosection h6{color:#ddd}.settingMenuWrapper .logosection .companylogo{border:1px dashed #0000001a;border-radius:8px;height:70px;margin-bottom:10px;overflow:hidden;padding:8px}.settingMenuWrapper .logosection .upload_img{cursor:pointer}.settingMenuWrapper .logosection .upload_img:hover{background-color:#0000}.settingMenuWrapper .logosection .upload_img img{position:relative;right:6px;top:10px}.settingMenuWrapper .logosection h5{font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:12px;margin-bottom:0;text-align:center}.theme-dark .settingMenuWrapper .logosection h5{color:#ddd}.settingMenuWrapper .logosection .Companydetail{display:flex;justify-content:space-between}.settingMenuWrapper .logosection .Companydetail p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px}.settingMenuWrapper .logosection .Companydetail h6{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:14px;margin-bottom:10px}.theme-dark .settingMenuWrapper .logosection .Companydetail h6{color:#ddd}.settingMenuWrapper .logosection .Companydetail h5{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:14px;margin-bottom:10px;text-align:left}.theme-dark .settingMenuWrapper .logosection .Companydetail h5{color:#ddd}.settingMenuWrapper .personal_logosection{background:#f9fbff;border-radius:16px;margin-bottom:24px;min-height:190px;padding:20px 17px;text-align:center}.theme-dark .settingMenuWrapper .personal_logosection{background:#333}.settingMenuWrapper .personal_logosection h6{font-family:Montserrat;font-size:.625rem;font-weight:500;line-height:12px;margin-bottom:16px;text-align:center}.theme-dark .settingMenuWrapper .personal_logosection h6{color:#ddd}.settingMenuWrapper .personal_logosection .company_logo{border:1px solid #0000;border-radius:100%;height:92px;margin-bottom:20px;overflow:hidden;width:93px}.settingMenuWrapper .personal_logosection .upload_img{cursor:pointer}.settingMenuWrapper .personal_logosection .upload_img:hover{background-color:#0000}.settingMenuWrapper .personal_logosection .upload_img img{position:relative;right:6px;top:10px}.settingMenuWrapper .personal_logosection h5{font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:15px;margin-bottom:6px;text-align:center}.theme-dark .settingMenuWrapper .personal_logosection h5{color:#ddd}.settingMenuWrapper .personal_logosection p{font-family:Montserrat;font-size:10px;font-style:normal;font-weight:500;line-height:12px;margin-bottom:0;text-align:center}.theme-dark .settingMenuWrapper .personal_logosection p{color:#ddd}.settingMenuWrapper .personal_logosection .Companydetail{display:flex;justify-content:space-between}.settingMenuWrapper .personal_logosection .Companydetail p{text-align:left}.settingMenuWrapper .personal_logosection .Companydetail h4,.settingMenuWrapper .personal_logosection .Companydetail p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px}.settingMenuWrapper .personal_logosection .Companydetail h6{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:14px;margin-bottom:10px}.theme-dark .settingMenuWrapper .personal_logosection .Companydetail h6{color:#ddd}.settingMenuWrapper .right_section{border:1px solid #0000001a;border-radius:20px;margin-bottom:24px;padding:20px}.theme-dark .settingMenuWrapper .right_section{background:#333}.settingMenuWrapper .right_section h5{font-family:Montserrat;font-size:1rem;font-weight:600;line-height:20px;margin-bottom:20px}.settingMenuWrapper .right_section h5 span{display:block;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:14px;padding-top:10px}.theme-dark .settingMenuWrapper .right_section h5{color:#ddd}.settingMenuWrapper .right_section p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px}.settingMenuWrapper .right_section h6{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:14px;margin-bottom:10px;max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-dark .settingMenuWrapper .right_section h6{color:#ddd}.settingMenuWrapper .address_section{background:#e4f1ff;border-radius:20px;margin-bottom:24px;padding:20px}.theme-dark .settingMenuWrapper .address_section{background:#333}.settingMenuWrapper .address_section h5{font-family:Montserrat;font-size:1rem;font-weight:600;line-height:20px;margin-bottom:20px}.settingMenuWrapper .address_section h5 span{display:block;font-family:Montserrat;font-size:.75rem;font-weight:400;line-height:14px;padding-top:10px}.theme-dark .settingMenuWrapper .address_section h5{color:#ddd}.settingMenuWrapper .address_section p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px}.settingMenuWrapper .address_section h6{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:14px;margin-bottom:10px;max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-dark .settingMenuWrapper .address_section h6{color:#ddd}.settingMenuWrapper .footerSection{background:#fff;bottom:0;box-shadow:0 -4px 12px #0000001a;left:0;margin:0;padding:4px;position:fixed;text-align:right;width:100%;z-index:991}.theme-dark .settingMenuWrapper .footerSection{background:#333}.settingMenuWrapper .footerSection button{font-size:.875rem;margin-left:12px;padding:8px 30px}.mainSettingWrapper{padding:90px 12px 24px}.theme-dark .mainSettingWrapper{background:#171b1e;border-radius:10px}.mainSettingWrapper .pageTitle{align-items:center;display:flex}.mainSettingWrapper .pageTitle a{color:#2160aa;display:flex;justify-content:center;margin-right:12px}.mainSettingWrapper .pageTitle a svg{left:0;position:relative;transition:all .5s ease}.mainSettingWrapper .pageTitle a:hover{color:#ec3f3f;cursor:pointer}.mainSettingWrapper .pageTitle a:hover svg{left:-4px}.mainSettingWrapper .pageTitle .MuiSelect-select{min-width:220px}.mainSettingWrapper .accordian-section{min-height:100vh;position:fixed;width:250px}.theme-dark .mainSettingWrapper .accordian-section{background:#171b1e}.mainSettingWrapper .accordian-section .accordian{box-shadow:none}.theme-dark .mainSettingWrapper .accordian-section .accordian{background:#171b1e}.mainSettingWrapper .accordian-section .accordian:before{height:0}.mainSettingWrapper .accordian-section .accordian .accordion-header{margin-bottom:5px;min-height:48px;padding:0;position:relative;width:100%}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading{color:#00000080!important;font-size:14px;font-weight:400;line-height:16px;padding-left:52px;position:relative}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading{color:#ddd!important}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.devspace:before{background:url(/static/media/setting-icons.46835fb8cbe591840078.svg) no-repeat 0 0/280px;border-radius:12px;content:"";height:40px;left:0;position:absolute;top:calc(50% - 20px);width:40px}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.devspace:before{background:url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg);opacity:.3}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.devspace.active{color:#333}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.devspace.active:before{background:#000 url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg) no-repeat 0 0/280px;opacity:1}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.devspace.active:before{box-shadow:0 0 16px #0006}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.portalspace:before{background:url(/static/media/setting-icons.46835fb8cbe591840078.svg) no-repeat -40px 0/280px;border-radius:12px;content:"";height:40px;left:0;position:absolute;top:calc(50% - 20px);width:40px}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.portalspace:before{background:url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg);opacity:.3}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.portalspace.active{color:#333}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.portalspace.active:before{background:#000 url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg) no-repeat -40px 0/280px;opacity:1}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.portalspace.active:before{box-shadow:0 0 16px #0006}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.customisation:before{background:url(/static/media/setting-icons.46835fb8cbe591840078.svg) no-repeat -80px 0/280px;border-radius:12px;content:"";height:40px;left:0;position:absolute;top:calc(50% - 20px);width:40px}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.customisation:before{background:url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg);opacity:.3}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.customisation.active{color:#333}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.customisation.active:before{background:#000 url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg) no-repeat -80px 0/280px;opacity:1}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.customisation.active:before{box-shadow:0 0 16px #0006}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.userimg:before{background:url(/static/media/setting-icons.46835fb8cbe591840078.svg) no-repeat -120px 0/280px;border-radius:12px;content:"";height:40px;left:0;position:absolute;top:calc(50% - 20px);width:40px}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.userimg:before{background:url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg);opacity:.3}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.userimg.active{color:#333}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.userimg.active:before{background:#000 url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg) no-repeat -120px 0/280px;opacity:1}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.userimg.active:before{box-shadow:0 0 16px #0006}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.dataadmin:before{background:url(/static/media/setting-icons.46835fb8cbe591840078.svg) no-repeat -160px 0/280px;border-radius:12px;content:"";height:40px;left:0;position:absolute;top:calc(50% - 20px);width:40px}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.dataadmin:before{background:url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg);opacity:.3}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.dataadmin.active{color:#333}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.dataadmin.active:before{background:#000 url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg) no-repeat -160px 0/280px;opacity:1}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.dataadmin.active:before{box-shadow:0 0 16px #0006}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.orgnaisation:before{background:url(/static/media/setting-icons.46835fb8cbe591840078.svg) no-repeat -200px 0/280px;border-radius:12px;content:"";height:40px;left:0;position:absolute;top:calc(50% - 20px);width:40px}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.orgnaisation:before{background:url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg);opacity:.3}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.orgnaisation.active{color:#333}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.orgnaisation.active:before{background:#000 url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg) no-repeat -200px 0/280px;opacity:1}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.orgnaisation.active:before{box-shadow:0 0 16px #0006}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.general:before{background:url(/static/media/setting-icons.46835fb8cbe591840078.svg) no-repeat -240px 0/280px;border-radius:12px;content:"";height:40px;left:0;position:absolute;top:calc(50% - 20px);width:40px}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.general:before{background:url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg);opacity:.3}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.general.active{color:#333}.mainSettingWrapper .accordian-section .accordian .accordion-header .heading.general.active:before{background:#000 url(/static/media/setting-icons-active.182d7acab55b89d7f9ae.svg) no-repeat -240px 0/280px;opacity:1}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordion-header .heading.general.active:before{box-shadow:0 0 16px #0006}.mainSettingWrapper .accordian-section .accordian .accordian-detail-section{padding-left:0;padding-right:0}.mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul{margin:0;padding:0}.mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li{list-style:none;margin-bottom:0;padding-left:18px;position:relative}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li{color:#ddd!important}.mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li:last-child{padding-bottom:0}.mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button{color:#000000b3!important;display:inline-block;font-family:Montserrat;font-size:11px;font-weight:400;line-height:12px;padding:6px 6px 6px 20px;position:relative}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button{color:#ddd!important}.mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button:before{background:#0003;content:"";height:26px;left:2px;position:absolute;top:0;width:2px}.mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button.active{color:#000!important;font-weight:500}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button.active{color:#fff!important}.mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button.active:before{background:#000}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button{color:#fff}.mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button:focus,.mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button:hover{color:#000!important;font-weight:500;text-decoration:none}.theme-dark .mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button:focus,.theme-dark .mainSettingWrapper .accordian-section .accordian .accordian-detail-section ul li .tab-button:hover{color:#fff!important}.mainSettingWrapper .css-o4b71y-MuiAccordionSummary-content.Mui-expanded{margin:12px 0!important}.mainSettingWrapper .css-1elwnq4-MuiPaper-root-MuiAccordion-root.Mui-expanded{margin:0!important}.currunciesWrapper{padding:120px 20px 0!important}.currunciesWrapper .buttons{align-items:center;align-self:center;display:flex;justify-content:flex-end}.currunciesWrapper .buttons .switchDetails{align-items:center;display:flex;justify-content:flex-end;margin-left:10px;text-decoration:none}.currunciesWrapper .buttons .switchDetails p{color:#000;font-family:Montserrat;font-size:12px;font-weight:600;line-height:15px;padding-left:5px}.theme-dark .currunciesWrapper .buttons .switchDetails p{color:#fff}.theme-dark .currunciesWrapper .buttons p{color:#ddd}.currunciesWrapper .example{color:#000;font-family:Montserrat;font-size:10px;font-weight:400;line-height:10px;margin-bottom:0;text-align:left}.claimAssistant .productDataTable{border:none!important;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500}.claimAssistant .productDataTable .MuiDataGrid-columnHeaders{background:#eef6fe;font-weight:600}.claimAssistant .productDataTable .MuiDataGrid-footerContainer{border:none!important}.claimAssistant .dataList .MuiDataGrid-row{min-height:44px!important}.claimAssistant .status_dropdown{align-items:center;border:1px dashed;border-radius:20px;display:flex;padding:0 10px}.claimAssistant .status_dropdown svg{height:16px;width:24px}.claimAssistant .status_dropdown .inputFieldd{margin-bottom:0;position:relative;width:100%}.claimAssistant .status_dropdown .inputFieldd .MuiOutlinedInput-input{font-family:Montserrat;font-size:.75rem;font-weight:600;line-height:15px;padding:6px 20px 5px 1px}.claimAssistant .status_dropdown .inputFieldd input,.claimAssistant .status_dropdown .inputFieldd label{font-family:Montserrat;font-size:.75rem;font-weight:500;letter-spacing:0}.theme-dark .claimAssistant .status_dropdown .inputFieldd input,.theme-dark .claimAssistant .status_dropdown .inputFieldd label{color:#ddd}.claimAssistant .status_dropdown .inputFieldd label{top:2px}.claimAssistant .status_dropdown .inputFieldd input{height:23px}.claimAssistant .status_dropdown .inputFieldd .MuiSelect-select{background:url(/static/media/down_arrow.7781fc9021b45eae0c5a.svg) no-repeat right 5px center/10px!important;text-align:left}.theme-dark .claimAssistant .status_dropdown .inputFieldd .MuiSelect-select{background:url(/static/media/down_arrow_white.8f5648fa4ef7b6544fb8.svg) no-repeat right 6px center/10px!important;color:#ddd}.claimAssistant .status_dropdown .inputFieldd .MuiInputLabel-shrink{color:#2160aa!important}.claimAssistant .status_dropdown .inputFieldd svg{display:none}.claimAssistant .status_dropdown .inputFieldd .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2160aa!important}.claimAssistant .status_dropdown .inputFieldd fieldset{border:none!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:15px}.theme-dark .claimAssistant .status_dropdown .inputFieldd fieldset{border-color:rgba(0,0,0,.502)}.claimAssistant div#Pending div{background:#fcecdf;border-color:#ff9b44;color:#ff9b44}.claimAssistant div#Approved div{background:#d3fce5;border-color:#219653;color:#219653}.claimAssistant div#Expired div,.claimAssistant div#Rejected div{background:#ffe3e3;border-color:#ec3f3f;color:#ec3f3f}.claimAssistant div#Sent_To_Insurer div{background:#deeeff;border-color:#4293e4;color:#4293e4}.claimAssistant div#Documents_Pending div{background:#c4b9c3;border-color:#ac25ac;color:#ac25ac}.claimAssistant div#Request_Raised div{background:#cee6e7;border-color:#05daf7;color:#05daf7}.detailSection{border:1px solid #d9dcff;border-radius:12px;margin-bottom:20px;padding-bottom:12px}.theme-dark .detailSection{background:#171b1e;border:none}.detailSection .sectionTitle{background:#e4f1ff;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;margin-bottom:15px;padding:12px}.theme-dark .detailSection .sectionTitle{background:#000}.detailSection .sectionTitle h4{color:#2160aa;font-size:.875rem;font-weight:500;margin-bottom:0}.theme-dark .detailSection .sectionTitle h4{color:rgba(0,0,0,.502)}.detailSection .sectionTitle .actionBtns .edit_btn{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;outline:none;text-decoration:none}.detailSection .sectionTitle .actionBtns .edit_btn .edit_btn_icon{height:12px;margin-right:4px;position:relative;top:-2px}.detailSection .sectionTitle .actionBtns .addPremium{color:#2160aa;cursor:pointer;display:inline-block;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:20px;margin-right:10px;outline:none;padding:2px 0 0 28px;position:relative;text-decoration:none}.detailSection .sectionTitle .actionBtns .addPremium.addfile:before{left:1px;position:absolute;top:0}.detailSection .subHeading{font-size:.875rem;font-weight:600;line-height:24px;margin:0 0 12px;position:relative}.theme-dark .detailSection .subHeading{color:rgba(0,0,0,.502)}.detailSection .subHeading:before{background:#2160aa;content:"";height:1px;left:0;position:absolute;top:26px;width:200px}.detailSection .MuiGrid2-container{padding-bottom:4px;padding-top:4px}.detailSection .table{overflow-x:auto}.detailSection .table .attatchment_table{min-width:1500px;width:100%}.detailSection .table .attatchment_table .heading{align-items:center;background:#e4f1ff;border-bottom:1px solid #e4f1ff;border-radius:4px 4px 0 0;display:flex;justify-content:space-between;margin-bottom:8px}.theme-dark .detailSection .table .attatchment_table .heading{background:#333!important;border-bottom:1px solid #333}.detailSection .table .attatchment_table .heading li{background:#fff;color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:600;height:40px;line-height:24px;list-style-type:none;margin-bottom:0;padding:10px 12px;width:200px}.detailSection .table .attatchment_table .heading li:first-child{min-width:500px;width:50%}.theme-dark .detailSection .table .attatchment_table .heading li{background:#333!important;color:rgba(0,0,0,.502)}.detailSection .table .attatchment_table .subheading{border-bottom:1px solid #e4f1ff;display:flex;justify-content:space-between;margin-bottom:8px}.theme-dark .detailSection .table .attatchment_table .subheading{border-bottom:1px solid #333}.detailSection .table .attatchment_table .subheading:last-child{border-bottom:0}.detailSection .table .attatchment_table .subheading li{color:#000;flex:1 1;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;list-style-type:none;margin-bottom:0;min-height:50px;padding:13px 6px 13px 12px;width:200px}.theme-dark .detailSection .table .attatchment_table .subheading li{color:#ddd!important}.detailSection .table .attatchment_table .subheading li:first-child{min-width:500px;width:50%}.detailSection .table .attatchment_table .subheading li .date{color:#0009!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;max-width:200px}.theme-dark .detailSection .table .attatchment_table .subheading li .date{color:#ddd!important}.detailSection .table .attatchment_table .subheading li .time{color:#0009!important;font-family:Montserrat;font-size:.75rem;font-weight:500;line-height:24px;max-width:200px}.theme-dark .detailSection .table .attatchment_table .subheading li .time{color:#ddd!important}.not_allowed .enrollmentdrive_wrapper .row{margin:0 auto;max-width:1070px}.not_allowed .enrollmentdrive_wrapper .row:hover{outline:none!important}.not_allowed .enrollmentdrive_wrapper .enrollment_bg{background:#edf1fe;min-height:100vh;padding:58px 66px 48px;position:relative}@media(max-width:768px){.not_allowed .enrollmentdrive_wrapper .enrollment_bg{padding:0 14px 0 0}}.not_allowed .enrollmentdrive_wrapper .enrollment_bg:before{background:url(/static/media/enrollmentdrive_bg.4896ad9cbc0b3a62960e.svg) no-repeat 0 0/100%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .backBtn{left:-120px;position:relative;top:-50px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .backBtn svg{cursor:pointer;left:0;margin-right:20px;position:relative;transition:all .5s ease}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .backBtn svg:hover{color:#ec3f3f;left:-4px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .backBtn span{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection{background:#fff;border:2px solid #2160aa;border-radius:60px;box-shadow:17px 17px 0 #2160aab3;min-height:740px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content{padding:60px 0 0}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content h5{font-family:Montserrat;font-size:2.125rem;font-size:48px;font-weight:500;font-weight:600;line-height:50px;margin:20px 0 10px;text-align:center}@media(max-width:768px){.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content h5{font-size:35px}}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content h5 span{font-weight:600}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content p{font-family:Roboto;font-size:1rem;font-size:32px;font-weight:300;height:94px;line-height:19px;line-height:47px;margin:auto;padding:0 10px;text-align:center;width:550px}@media(max-width:768px){.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content p{font-size:16px;line-height:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .inner_content .ctaBtn .submitBtn{padding:10px 94px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy{padding-top:50px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy h5{font-family:Montserrat;font-size:2.125rem;font-weight:600;line-height:41px;margin-bottom:0;text-align:center}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy hr{color:#0000001a;margin:20px 0!important}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:0}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li{list-style:none;min-width:200px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox{display:inline-block;position:relative}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label{border:1px solid #d9dcff;border-radius:12px;color:#000;cursor:pointer;display:inline-block;font-family:Montserrat;height:216px;padding:40px 10px 10px;position:relative;text-align:center;width:209px}.theme-dark .not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label{background:#333;border-color:#333}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label:after{border:1px solid #2160aa;border-radius:50%;content:"";height:20px;left:10px;position:absolute;top:7px;width:20px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label p{font-size:.875rem;font-weight:500;left:0;line-height:17px;width:100%}.theme-dark .not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label p{color:#ddd}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label p span{color:#00000080;display:block;font-size:.75rem;font-weight:500;line-height:17px;padding-top:8px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label.super:before{background:url(/static/media/enrollment_producttype_icons.d702f8477238075d52c2.svg) no-repeat 0 0/420px;border:none;content:"";height:100px;left:calc(50% - 52px);position:absolute;top:30px;width:105px;z-index:2}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label.health:before{background:url(/static/media/enrollment_producttype_icons.d702f8477238075d52c2.svg) no-repeat -105px 0/420px;border:none;content:"";height:100px;left:calc(50% - 52px);position:absolute;top:30px;width:105px;z-index:2}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label.critical:before{background:url(/static/media/enrollment_producttype_icons.d702f8477238075d52c2.svg) no-repeat -210px 0/420px;border:none;content:"";height:100px;left:calc(50% - 52px);position:absolute;top:30px;width:105px;z-index:2}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox label.accident:before{background:url(/static/media/enrollment_producttype_icons.d702f8477238075d52c2.svg) no-repeat -315px 0/420px;border:none;content:"";height:100px;left:calc(50% - 52px);position:absolute;top:30px;width:105px;z-index:2}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox input:checked~label{border:1px solid #2160aa;box-shadow:0 -4px 12px #0000001a;color:#000}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox input:checked~label:after{background:url(/static/media/checkbox_tick_icon.b0ba6b4d2b9c20abf9f3.svg) no-repeat 50%/100%;border:none;border-radius:50%;content:"";height:22px;left:10px;position:absolute;top:7px;width:22px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox hr{border:none;border-top:1px solid #0000001a;margin-bottom:12px}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox input{height:100%;opacity:0;position:absolute;width:100%;z-index:999}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .coverageAmt li .Checkbox input:hover{cursor:pointer}.not_allowed .enrollmentdrive_wrapper .enrollment_bg .enrollment_innersection .choose_policy .ctaBtn .submitBtn{padding:10px 78px}
/*# sourceMappingURL=main.774e268c.css.map*/