@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);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.select-profile-main-container{align-items:center;background:#ecf5ff;display:flex;height:100vh;justify-content:center;width:100%}.select-profile-main-container .container{align-items:center;display:flex;flex-direction:column;gap:47px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:126px;max-width:1187px;top:109px;width:100%}.select-profile-main-container .container h3{font-family:Poppins;font-size:36px;font-weight:500;letter-spacing:0;line-height:54px;margin:0;text-align:center}.select-profile-main-container .container .grid-container{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;width:100%}.select-profile-main-container .container .grid-container .grid-item{border:1px solid rgba(33,96,170,.271);border-radius:12px;cursor:pointer;height:auto;padding:9px 13px;width:218px}.select-profile-main-container .container .grid-container .grid-item>div{height:140px;margin:auto;width:140px}.select-profile-main-container .container .grid-container .grid-item>div img{height:100%;object-fit:contain;width:100%}.select-profile-main-container .container .grid-container .grid-item label{color:#2160aa;display:block;font-family:Poppins;font-size:12px;font-weight:400;letter-spacing:0;line-height:18px;text-align:right}.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%))}}.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}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}table{min-width:600px;width:100%}table th{background-color:#f0f0f0;font-weight:700}table td,table th{border:1px solid #ccc;padding:8px;text-align:left;white-space:nowrap}.table-wrapper::-webkit-scrollbar{height:6px}.table-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.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}@keyframes fadeIn{0%{opacity:0;transform:translate3d(0,-12%,0)}to{opacity:1;transform:translateZ(0)}}.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}.startJourneyWrapper{align-items:center;background:#edf1fe!important;display:flex;height:100vh;justify-content:center;padding:58px 30px 48px 66px;position:relative;width:100%}.startJourneyWrapper:before{background:url(/static/media/enrollmentdrive_bg.4896ad9cbc0b3a62960e.svg) no-repeat 0 0/100%;background-size:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.startJourneyWrapper .startenrollmentbox{background-color:#fff;background:#fff url(/static/media/reset-svg.337a3c0eb0368509ec5d.svg);background-position:100% 100%;background-repeat:no-repeat;border:2px solid #000;border-radius:60px;box-shadow:17px 17px 0 #2160aab3;height:740px;left:195px;max-width:1050px;padding:60px;top:136px;width:100%;z-index:100}.startJourneyWrapper .startenrollmentbox .content .logo{height:55.0039024353px;margin-bottom:24px;width:256.1116943359px}.startJourneyWrapper .startenrollmentbox .content .logo img{height:100%;width:100%}.startJourneyWrapper .startenrollmentbox .content h3{font-family:Montserrat;font-size:34px;font-weight:500;letter-spacing:0;line-height:50px;margin:0}.startJourneyWrapper .startenrollmentbox .content p{font-family:Roboto;font-size:16px;font-weight:300;letter-spacing:0;line-height:100%;margin-bottom:20px;margin-top:10px}.startJourneyWrapper .startenrollmentbox .content button{background:#2160aa;border-radius:10px;color:#fff;font-family:Montserrat;gap:10px;height:52px;padding:10px 100px;width:351px}.confirmDetailsWrapper{align-items:center;display:flex;height:100vh;justify-content:center;padding:58px 30px 48px 66px;position:relative;width:100%}.confirmDetailsWrapper:before{background:url(/static/media/enrollmentdrive_bg.4896ad9cbc0b3a62960e.svg) no-repeat 0 0/100%;background-size:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.confirmDetailsWrapper .back{display:flex;gap:20px;left:24px;position:absolute;top:40px}.confirmDetailsWrapper .detailsbox{border:2px solid #000;border-radius:40px;box-shadow:17px 17px 0 #2160aab3;height:442px;padding:45px 60px;width:779px;z-index:10000000000}.confirmDetailsWrapper .detailsbox>div{display:flex;gap:60px}.confirmDetailsWrapper .detailsbox>div .left-side{height:352px;width:197px}.confirmDetailsWrapper .detailsbox>div .left-side img{height:100%;width:100%}.confirmDetailsWrapper .detailsbox>div .right-side{display:flex;flex-direction:column;gap:24px;height:328px;width:400px}.confirmDetailsWrapper .detailsbox>div .right-side .label-value{display:flex;flex-direction:column;gap:6px}.confirmDetailsWrapper .detailsbox>div .right-side .label-value h2{color:#2160aa;font-family:Montserrat;font-size:11px;font-weight:500;letter-spacing:0;line-height:24px;margin:0}.confirmDetailsWrapper .detailsbox>div .right-side .label-value h3{font-family:Montserrat;font-size:16px;font-weight:500;letter-spacing:0;line-height:100%}.confirmDetailsWrapper .detailsbox>div .right-side button{background:#2160aa;border-radius:10px;color:#fff;cursor:pointer;font-family:Montserrat;gap:10px;height:52px;width:351px}.createNewPasswordWrapper{background:#fff;display:flex;height:100vh;width:100%}.createNewPasswordWrapper .left-side{align-items:center;background:#ecf5ff;display:flex;height:100%;justify-content:center;max-width:586px;width:50%}.createNewPasswordWrapper .right-side{align-items:center;display:flex;flex:1 1;gap:50px;height:100%;justify-content:center}.createNewPasswordWrapper .right-side .content-box{align-items:center;display:flex;flex-direction:column;height:581px;justify-content:center;width:565px}.createNewPasswordWrapper .right-side .content-box.mobile{height:auto;width:100%}.createNewPasswordWrapper .right-side .content-box .logo{height:57.9993591309px;margin-bottom:50px;width:270.0659179688px}.createNewPasswordWrapper .right-side .content-box .logo img{height:100%;width:100%}.createNewPasswordWrapper .right-side .content-box .create-new-text{margin-bottom:30px;text-align:center}.createNewPasswordWrapper .right-side .content-box .create-new-text h2{font-family:Montserrat;font-size:27px;font-weight:600;letter-spacing:0;line-height:100%;margin:0 0 16px}.createNewPasswordWrapper .right-side .content-box .create-new-text p{font-family:Roboto;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;opacity:50%}.createNewPasswordWrapper .right-side .content-box .password-fields{display:flex;flex-direction:column;gap:30px;width:80%}.createNewPasswordWrapper .right-side .content-box .password-fields .m-auto{margin:auto}.createNewPasswordWrapper .right-side .content-box .password-fields button{background:#2160aa;border-radius:8px;color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;height:50px;letter-spacing:0;line-height:100%;margin:auto;width:232px}.mStartJourneyWwapper{height:calc(100vh - 100px);overflow:auto;padding:40px 16px 0}.mStartJourneyWwapper .logo{height:32px;margin-bottom:50px;width:150px}.mStartJourneyWwapper .people{display:flex;justify-content:center;margin-bottom:24px}.mStartJourneyWwapper .text-cont{display:flex;flex-direction:column;gap:12px}.mStartJourneyWwapper .text-cont>img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mStartJourneyWwapper .text-cont h5{font-family:Montserrat;font-size:28px;font-weight:600;line-height:42px;margin-bottom:0}.mStartJourneyWwapper .text-cont h5 span{color:#2160aa!important;font-weight:700!important}.mStartJourneyWwapper .text-cont p{border-radius:12px;box-shadow:0 1px 8px 0 rgba(0,0,0,.102);color:#3e3e3e;font-family:Montserrat;font-size:14px;font-weight:400;gap:24px;line-height:20px;padding:16px}.mStartJourneyWwapper .btn{bottom:20px;display:flex;font-family:Montserrat;justify-content:center;left:0;position:fixed;width:100%}.mStartJourneyWwapper .btn button{background:#2160aa;font-size:12px;margin:0 auto;padding-bottom:16px;padding-top:16px;width:calc(100% - 32px)!important}.mcreateNewPasswordWrapper{height:calc(100vh - 120px);overflow:auto;overflow-x:hidden;padding:40px 16px}.mcreateNewPasswordWrapper .logo{height:32px;margin-bottom:40px;width:150px}.mcreateNewPasswordWrapper .people{display:flex;justify-content:center}.mcreateNewPasswordWrapper .create-new-text{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:12px;margin-top:24px}.mcreateNewPasswordWrapper .create-new-text h2{font-family:Montserrat;font-size:20px;font-weight:600;letter-spacing:0;line-height:100%;margin:0;text-align:center}.mcreateNewPasswordWrapper .create-new-text p{color:rgba(0,0,0,.502);font-family:Roboto;font-size:12px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:16px;text-align:center}.mcreateNewPasswordWrapper .btn{bottom:40px;display:flex;justify-content:center;left:0;position:fixed;width:100%}.mcreateNewPasswordWrapper .btn button{font-size:12px;margin:0 auto;padding-bottom:16px;padding-top:16px;width:calc(100% - 32px)!important}.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;z-index:100000000000000}.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{display:flex;flex-direction:column;padding:40px 16px 0}.m_enrollmentdrive .inner_content.first-screen{height:calc(100vh - 120px);overflow:auto;padding-bottom:15px}.m_enrollmentdrive .inner_content.first-screen .logo{height:32px;margin-bottom:28px;width:150px}.m_enrollmentdrive .inner_content.first-screen .people{display:flex;justify-content:center;margin-bottom:24px}.m_enrollmentdrive .inner_content.first-screen .people>img{width:250px}.m_enrollmentdrive .inner_content.first-screen .text-cont{display:flex;flex-direction:column;gap:12px}.m_enrollmentdrive .inner_content.first-screen .text-cont>img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.m_enrollmentdrive .inner_content.first-screen .text-cont h5{font-family:Montserrat;font-size:28px;font-weight:600;line-height:42px;margin-bottom:0}.m_enrollmentdrive .inner_content.first-screen .text-cont h5 span{color:#2160aa!important;font-weight:700!important}.m_enrollmentdrive .inner_content.first-screen .text-cont p{border-radius:12px;box-shadow:0 1px 8px 0 rgba(0,0,0,.102);color:#3e3e3e;font-family:Montserrat;font-size:14px;font-weight:400;gap:24px;line-height:20px;padding:16px}.m_enrollmentdrive .inner_content.first-screen .btn{bottom:40px;display:flex;justify-content:center;left:0;position:fixed;width:100%}.m_enrollmentdrive .inner_content.first-screen .btn button{font-size:12px;margin:0 auto;padding-bottom:16px;padding-top:16px;width:calc(100% - 32px)!important}.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}.journey-footer-btn{background:#fff!important;bottom:0;display:flex;justify-content:center;left:0;padding-bottom:40px;position:fixed;width:100%}.journey-footer-btn button{font-size:12px!important;margin:0 auto;padding-bottom:16px;padding-top:16px;width:calc(100% - 32px)!important}.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:8px;font-size:.75rem;font-weight:500;left:0;line-height:15px;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:flex-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}@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{background:linear-gradient(270.54deg,#fff0 .41%,#eefff0 99.59%);border:1px dotted #15a42282}.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:12px}.features_box .features_list .feature_inerlist .feature_content h5{font-size:14px}.features_box .features_list .feature_inerlist .feature_content p,.features_box .features_list .feature_inerlist .feature_content ul li{font-size:10px}.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{align-items:center;background:#ecffee;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:calc(50% - 25px);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:calc(50% - 25px);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:calc(50% - 25px);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:calc(50% - 25px);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:calc(50% - 25px);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:1rem;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:.875rem;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:.75rem;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}.complete-profile-page{background:#fff;height:100vh;left:0;position:fixed;top:0;width:100%}.complete-profile-page.mobile{height:calc(100vh - 120px)!important;overflow:auto;position:static!important}.complete-profile-page button{background:#2160aa;border-radius:10px;color:#fff;font-family:Montserrat;gap:10px;height:52px;margin:2px auto;padding:10px 25px;width:331px}.complete-profile-page .header{align-items:center;border-bottom:1px solid #e5e5e5;cursor:pointer;display:flex;gap:16px;height:61px;padding:0 15px;width:100%}.complete-profile-page .header span{color:#000;font-family:Montserrat;font-size:16px;font-weight:600;letter-spacing:0}.complete-profile-page .header h3{color:#000;font-family:Montserrat;font-size:20px;font-weight:500;letter-spacing:0;line-height:100%}.complete-profile-page .header svg{color:#2160aa}.complete-profile-page .header.mobile svg{color:#000!important}.complete-profile-page .profile-section{border:1px solid #0000001a;border-radius:12px;margin:22px auto;padding-bottom:20px;width:calc(100% - 60px)}.complete-profile-page .profile-section.mobile-section{width:calc(100% - 32px)}.complete-profile-page .profile-section .title{background:#f1f6ff;border-top-left-radius:12px;border-top-right-radius:12px;color:#2160aa;font-family:Montserrat;font-size:14px;font-weight:500;gap:16px;letter-spacing:0;line-height:100%;padding:16px}.complete-profile-page .profile-section .header-container{margin-top:24px;padding-left:24px;padding-right:24px}.complete-profile-page .profile-section .header-container h3{border-bottom:1px solid #2160aa;font-family:Montserrat;font-size:14px;font-weight:600;letter-spacing:0;line-height:14px;padding-bottom:12px;width:150px}.complete-profile-page .profile-section .header-container .suggestions{display:flex;gap:15px;list-style:none}.complete-profile-page .profile-section .header-container .suggestions li{background:#e5f1ff;border-radius:2px;color:#2160aa;font-family:Montserrat;font-size:12px;font-weight:500;gap:10px;height:32;letter-spacing:0;line-height:24px;padding:4px 6px;width:49}.complete-profile-page .profile-section .header-container .information{padding-left:24px}.complete-profile-page .profile-section .header-container .information .label{font-family:Montserrat;font-size:11px;font-weight:500;letter-spacing:0;line-height:24px}.complete-profile-page .profile-section .header-container .information .value{color:#0006;font-family:Montserrat;font-size:14px;font-weight:500;letter-spacing:0;line-height:24px;opacity:40%}.headersss{font-weight:700!important}.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}.confirmDetailsWrapperJourney{align-items:center;display:flex;height:100vh;justify-content:center;left:0;min-height:100vh;padding:58px 30px 48px 66px;position:fixed;top:0;width:100%;z-index:100000000}.confirmDetailsWrapperJourney:before{background:url(/static/media/enrollmentdrive_bg.4896ad9cbc0b3a62960e.svg) no-repeat 0 0/100%;background-size:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.confirmDetailsWrapperJourney .back{display:flex;gap:20px;left:24px;position:absolute;top:40px}.confirmDetailsWrapperJourney .detailsbox{border:2px solid #000;border-radius:40px;box-shadow:17px 17px 0 #2160aab3;height:442px;padding:45px 60px;width:779px;z-index:50000000}.confirmDetailsWrapperJourney .detailsbox>div{display:flex;gap:60px}.confirmDetailsWrapperJourney .detailsbox>div .left-side{height:352px;width:197px}.confirmDetailsWrapperJourney .detailsbox>div .left-side img{height:100%;width:100%}.confirmDetailsWrapperJourney .detailsbox>div .right-side{display:flex;flex-direction:column;gap:24px;height:328px;width:400px}.confirmDetailsWrapperJourney .detailsbox>div .right-side .label-value{display:flex;flex-direction:column;gap:6px}.confirmDetailsWrapperJourney .detailsbox>div .right-side .label-value h2{color:#2160aa;font-family:Montserrat;font-size:11px;font-weight:500;letter-spacing:0;line-height:24px;margin:0}.confirmDetailsWrapperJourney .detailsbox>div .right-side .label-value h3{font-family:Montserrat;font-size:16px;font-weight:500;letter-spacing:0;line-height:100%}.confirmDetailsWrapperJourney .detailsbox>div .right-side button{background:#2160aa;border-radius:10px;color:#fff;cursor:pointer;font-family:Montserrat;gap:10px;height:52px;width:351px}.m-confirmDetailsWrapperJourney{background:#fff;display:flex;flex-direction:column;height:100vh;left:0;margin-bottom:111px;min-height:100vh;overflow:auto;padding:16px;position:fixed;top:0;width:100%;z-index:100000000}.m-confirmDetailsWrapperJourney .m-header{margin-bottom:48px}.m-confirmDetailsWrapperJourney .m-header button{align-items:center;background:none!important;display:flex;font-family:Montserrat;font-size:16px;font-style:SemiBold;font-weight:600;gap:12px}.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}.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:#333!important;box-shadow:0 8px 6px -6px #000;color:#fff!important}.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}.theme-dark .newSettingWrapper .pageTitle a svg{color:#fff!important}.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}.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/settings-img-new.b29e247e18ed4d433c45.svg) no-repeat 0 0/2216px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.organisation:before{background:url(/static/media/settings-img-new.b29e247e18ed4d433c45.svg) no-repeat -277px 0/2216px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.userControl:before{background:url(/static/media/settings-img-new.b29e247e18ed4d433c45.svg) no-repeat -554px 0/2216px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.customisation:before{background:url(/static/media/settings-img-new.b29e247e18ed4d433c45.svg) no-repeat -831px 0/2216px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.portalSetup:before{background:url(/static/media/settings-img-new.b29e247e18ed4d433c45.svg) no-repeat -1108px 0/2216px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.dataAdmin:before{background:url(/static/media/settings-img-new.b29e247e18ed4d433c45.svg) no-repeat -1385px 0/2216px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.developerSpace:before{background:url(/static/media/settings-img-new.b29e247e18ed4d433c45.svg) no-repeat -1662px 0/2216px;content:"";height:111px;left:calc(50% - 130px);position:absolute;top:0;width:260px}.newSettingWrapper .innerSection .MenuBox .menulistBox span.company:before{background:url(/static/media/settings-img-new.b29e247e18ed4d433c45.svg) no-repeat -1939px 0/2216px;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}.theme-dark .settingMenuWrapper .password_section .chng_pwd_link{color:#fff!important}.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-family:Montserrat;font-size:12px;font-weight:500;line-height:12px;margin-bottom:8px}.theme-dark .settingMenuWrapper .address_details_section .contact_details_innerBox h6{color:#ddd}.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:#0000!important;border-color:#333}.settingMenuWrapper .themeBox .MuiRadio-root svg{color:rgba(0,0,0,.502);font-size:2rem}.theme-dark .settingMenuWrapper .themeBox .MuiRadio-root svg{color:#fff}.settingMenuWrapper .themeBox .MuiRadio-root.Mui-checked svg{color:#3569b6}.theme-dark .settingMenuWrapper .themeBox .MuiRadio-root.Mui-checked svg{color:#fff!important}.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}.theme-dark .settingMenuWrapper .themeBox h5 svg{color:#fff!important}.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;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 .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}.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}@media(max-width:1450px){.settingMenuWrapper .logosection .Companydetail{align-items:flex-start;flex-direction:column}}.settingMenuWrapper .logosection .Companydetail p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px}.theme-dark .settingMenuWrapper .logosection .Companydetail p{color:#ddd!important}@media(max-width:1450px){.settingMenuWrapper .logosection .Companydetail p{text-align:left}}.settingMenuWrapper .logosection .Companydetail h6{color:#000;font-family:Montserrat;font-size:.75rem;font-weight:700;line-height:14px;margin-bottom:10px;word-break:break-all}.theme-dark .settingMenuWrapper .logosection .Companydetail h6{color:#ddd}@media(max-width:1450px){.settingMenuWrapper .logosection .Companydetail h6{text-align:left}}.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:#fff!important}.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:#fff!important}.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!important}.settingMenuWrapper .personal_logosection .Companydetail{display:flex;justify-content:space-between}.settingMenuWrapper .personal_logosection .Companydetail p{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px;text-align:left}.settingMenuWrapper .personal_logosection .Companydetail h4{color:#2160aa;font-family:Montserrat;font-size:.625rem;font-weight:400;line-height:12px;margin-bottom:8px;text-align:right}.theme-dark .settingMenuWrapper .personal_logosection .Companydetail h4{color:#ddd!important}.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:#fff}.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}.theme-dark .settingMenuWrapper .right_section h5{color:#fff!important}.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}.theme-dark .settingMenuWrapper .right_section p{color:#ddd!important}.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:#f9fbff;border-radius:20px;margin-bottom:100px;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}.theme-dark .settingMenuWrapper .address_section h5{color:#fff!important}.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}.theme-dark .settingMenuWrapper .address_section p{color:#fff!important}.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}.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}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{-webkit-touch-callout:none;direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.cropper-bg,.cropper-drag-box{background:none!important}.cropper-modal{background-color:none!important}.cropper-wrapper{max-height:491px;min-height:491px;overflow:hidden;width:100%}.cropper-modal-container{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(max-width:600px){.cropper-modal-container{max-height:400px!important;min-height:400px!important;width:344px!important}}.top-wrapper{align-items:center;display:flex;height:401px;justify-content:center;margin:60px auto auto;overflow:hidden;width:500px}@media(max-width:600px){.top-wrapper{max-width:100%;width:100%}}.layoutWrapper{min-height:100vh;overflow:hidden!important;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:#333!important;box-shadow:0 0 16px 0 #0000001a!important}.layoutWrapper .pageHeader .pageTitle{align-items:center;display:flex}.layoutWrapper .pageHeader .pageTitle .backStep{align-items:center;background:none!important;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}.theme-dark .layoutWrapper .pageHeader .pageTitle .backStep svg{color:#fff!important}.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:#fff}.layoutWrapper .pageHeader .pageTitle p{color:#00000080;font-size:.6875rem;margin-bottom:2px;margin-top:6px}.theme-dark .layoutWrapper .pageHeader .pageTitle p{color:#fff}.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}.theme-dark .layoutWrapper .pageHeader .updatePassword{color:#fff!important}.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}.theme-dark .layoutWrapper .pageHeader .actionLinks{background:#fff!important;color:#000!important}.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}.theme-dark .layoutWrapper .leftSection .sectionLink:after{filter:invert(1) brightness(1000%)}.layoutWrapper .leftSection .sectionLink.active{color:#2160aa!important}.theme-dark .layoutWrapper .leftSection .sectionLink.active{color:#fff!important}.layoutWrapper .leftSection .sectionLink.active:before{background-color:#2160aa!important;border-radius:50%}.theme-dark .layoutWrapper .leftSection .sectionLink.active:before{background:#fff!important}.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}.theme-dark .layoutWrapper .leftSection .accordion_list li .inner_link{color:#ddd!important}.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!important}.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:#fff!important;opacity:1}@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}.theme-dark .layoutWrapper .rightSection .client_info_section .client_info_p.freshPolicy:before{filter:invert(1) brightness(1000%) contrast(100%)!important}.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}.theme-dark .layoutWrapper .rightSection .client_info_section .client_info_p.empID:before{filter:invert(1) brightness(1000%) contrast(100%)!important}.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}.theme-dark .layoutWrapper .rightSection .client_info_section .client_info_p.dependents:before{filter:invert(1) brightness(1000%) contrast(100%)!important}.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}.theme-dark .layoutWrapper .rightSection .client_info_section .client_info_p.totalEmployees:before{filter:invert(1) brightness(1000%) contrast(100%)!important}.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}.theme-dark .layoutWrapper .rightSection .client_info_section .client_info_p.user:before{filter:invert(1) brightness(1000%) contrast(100%)!important}.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{background:green;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:#fff!important}.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:#333!important}.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:#fff}.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:#fff}.layoutWrapper .rightSection .detailSection .subHeading:before{background:#2160aa;content:"";height:1px;left:0;position:absolute;top:26px;width:200px}.theme-dark .layoutWrapper .rightSection .detailSection .subHeading:before{background:#fff!important}.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}.theme-dark .layoutWrapper .rightSection .detailSection .ParentOrgSection .sm-font{color:#fff!important}.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:#fff}.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}.theme-dark .layoutWrapper .rightSection .detailSection .plantTypeView .select_plan_inner h5{color:#000!important}.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:#fff!important}.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{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:after{background:url(/static/media/producttype_white_tick.7e0d79559158e345ceb4.svg) no-repeat 0 0/100%}.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}.theme-dark .layoutWrapper .rightSection .detailSection .radioBox.plantype input:checked~label{background:#fff!important;border:none!important}.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!important;border-color:#333;border:none!important;color:#fff}.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%}.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}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox input:checked~label,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox input:checked~label{background:#fff!important;color:#000!important}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox input:checked~label p,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox input:checked~label p{color:#000 important}.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}.theme-dark .layoutWrapper .rightSection .detailSection .coverageDetail .Checkbox_two.checked label,.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .Checkbox_two.checked label{background:#fff}.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;color:#fff}.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%}.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}.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection h5{color:#fff}.layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection h4{color:#000;font-family:Montserrat;font-size:.875rem;font-weight:600;line-height:47px;margin-bottom:0}.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection h4{color:#fff}.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:#fff!important}.layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection p.g-premium{color:#f009!important}.theme-dark .layoutWrapper .rightSection .detailSection .employeeDetail .gradedSection p.g-premium{color:#fff!important}.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}.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:none!important;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%}.theme-dark .layoutWrapper .rightSection .detailSection .exclusionDetail{background:#333}.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%}.theme-dark .layoutWrapper .rightSection .detailSection .exclusionDetail .features_list ul li{color:#fff!important}.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}.theme-dark .layoutWrapper .rightSection .detailSection .exclusionDetail .features_list ul li span{color:#fff!important;opacity:1}.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%}.theme-dark .layoutWrapper .rightSection .detailSection .featuresDetail{background:#333}.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%}.theme-dark .layoutWrapper .rightSection .detailSection .featuresDetail .features_list ul li{color:#fff}.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}.theme-dark .layoutWrapper .rightSection .detailSection .featuresDetail .features_list ul li span{color:#fff;opacity:1}.theme-dark .layoutWrapper .rightSection .detailSection .email_list svg{color:#fff!important}.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%}.theme-dark .layoutWrapper .rightSection .detailSection .planname{background:#333;color:#fff}.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:#fff}.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}.theme-dark .layoutWrapper .rightSection .detailSection .contactNumber svg{color:#fff}.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:flex-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:flex-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:150px;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}.theme-dark .layoutWrapper .rightSection .detailSection .employee_table .employee_innerpart .heading li{color:#ddd!important}.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;color:#fff}.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}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .heading li{color:#fff}.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%}.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}@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}.theme-dark .layoutWrapper .rightSection .detailSection .module_table .module_permission_table .module_table_inner .subheading.childofchild{border-bottom:1px solid #171b1e}.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 #fff;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 #fff;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}.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}.theme-dark .layoutWrapper .rightSection .detailSection .profile_detail .property_details li p{color:#ddd!important}.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}.theme-dark .layoutWrapper .rightSection .networkhosplist{color:#fff!important}.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}.theme-dark .layoutWrapper .rightSection .networkhosplist:before{filter:invert(1) brightness(1000%) contrast(100%)}.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}.theme-dark .layoutWrapper .footerSection button{border:none!important;outline:none!important}.layoutWrapper .footerSection .borderBtn{color:#2160aa!important}.layoutWrapper .footerSection .borderBtn:hover,.theme-dark .layoutWrapper .footerSection .borderBtn:hover{color:#fff!important}.payment_radio_group span,.radio_group span{color:#2160aa!important}.theme-dark .payment_radio_group span,.theme-dark .radio_group span{color:#fff!important}.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}.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-family:Montserrat;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!important;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) no-repeat 0 0/280px!important;opacity:.3!important}.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!important;opacity:1!important}.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!important;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) no-repeat -40px 0/280px!important;opacity:.3!important}.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!important;opacity:1!important}.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!important;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) no-repeat -80px 0/280px!important;opacity:.3!important}.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!important;opacity:1!important}.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!important;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) no-repeat -120px 0/280px!important;opacity:.3!important}.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!important;opacity:1!important}.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!important;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) no-repeat -160px 0/280px!important;opacity:.3!important}.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!important;opacity:1!important}.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!important;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) no-repeat -200px 0/280px!important;opacity:.3!important}.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!important;opacity:1!important}.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!important;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) no-repeat -240px 0/280px!important;opacity:.3!important}.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!important;opacity:1!important}.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.active:before{background:#fff!important}.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}.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}}.non-clickable-row{pointer-events:none}.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}.theme-dark .filterBar button .bars{background:#fff!important}.filterBar button .bars:after,.filterBar button .bars:before{background:#3569b6;border-radius:6px;content:"";height:3px;width:3px}.theme-dark .filterBar button .bars:after,.theme-dark .filterBar button .bars:before{background-color:#fff!important}.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:#000}.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:#fff}.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}.theme-dark .filterBar .showColumns .hideShowComulns a{color:#fff!important}.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:#171b1e;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:#fff}.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:#fff}.dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-checkboxInput.Mui-checked svg{color:#3569b6}.theme-dark .dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-checkboxInput.Mui-checked svg{color:#fff!important}.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)}.theme-dark .dataList .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-menuIcon svg{color:#fff}.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:#282c35;color:#ddd}.dataList .MuiDataGrid-main .MuiDataGrid-row:hover{background:#e4f1ffbf}.theme-dark .dataList .MuiDataGrid-main .MuiDataGrid-row:hover{background:rgba(40,44,53,.467)}.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:#fff}.dataList .MuiDataGrid-main .MuiDataGrid-row .MuiDataGrid-cell .MuiDataGrid-checkboxInput.Mui-checked svg{color:#3569b6}.theme-dark .dataList .MuiDataGrid-main .MuiDataGrid-row .MuiDataGrid-cell .MuiDataGrid-checkboxInput.Mui-checked svg{color:#fff!important}.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}.theme-dark .draggableItem{background:#333;color:#fff!important}.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}.theme-dark .draggableItem .MuiCheckbox-root.Mui-checked svg{color:#fff!important}.MuiDataGrid-iconSeparator{display:none!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}.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:#171b1e}.taxation_wrapper .detailSection .sectionTitle h4{color:#2160aa;font-size:.875rem;font-weight:500;margin-bottom:0}.theme-dark .taxation_wrapper .detailSection .sectionTitle h4{color:#fff}.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}.theme-dark .taxation_wrapper .BasicInfoLabel p{color:#ddd!important}.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:#171b1e!important;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:flex-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}.theme-dark .taxation_wrapper .fieldsBox .dataLists li{color:#fff!important}.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:#171b1e!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!important;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}.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,.modalSideOpen .modalWrapper .modalBig,.modalWrapper .modalSideOpen .modalBig{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,.modalSideOpen .modalWrapper .show.modalBig,.modalWrapper .modalSideOpen .show.modalBig{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,.modalSideOpen .modalWrapper .modalBig hr,.modalWrapper .modalSideOpen .modalBig hr{border:none;border-top:1px solid #d9dcff}.modalWrapper .theme-dark .modalSideOpen .modalBig hr,.theme-dark .modalSideOpen .modalInner hr,.theme-dark .modalSideOpen .modalWrapper .modalBig hr{border-color:#000}.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:flex-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:flex-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:flex-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}.employerPolicyWrapper .bluePolicyCard .sliding-panel-container.inactive,.employerPolicyWrapper .cyanPolicyCard .sliding-panel-container.inactive,.employerPolicyWrapper .palePinkPolicyCard .sliding-panel-container.inactive,.employerPolicyWrapper .purplePolicyCard .sliding-panel-container.inactive,.employerPolicyWrapper .redPolicyCard .sliding-panel-container.inactive,.sliding-panel-container.active{background-color:#0000004d;z-index:999}.employerPolicyWrapper .bluePolicyCard .sliding-panel-container.inactive body,.employerPolicyWrapper .cyanPolicyCard .sliding-panel-container.inactive body,.employerPolicyWrapper .palePinkPolicyCard .sliding-panel-container.inactive body,.employerPolicyWrapper .purplePolicyCard .sliding-panel-container.inactive body,.employerPolicyWrapper .redPolicyCard .sliding-panel-container.inactive body,.sliding-panel-container.active body{overflow:hidden}.employerPolicyWrapper .bluePolicyCard .sliding-panel-container.inactive .panel,.employerPolicyWrapper .cyanPolicyCard .sliding-panel-container.inactive .panel,.employerPolicyWrapper .palePinkPolicyCard .sliding-panel-container.inactive .panel,.employerPolicyWrapper .purplePolicyCard .sliding-panel-container.inactive .panel,.employerPolicyWrapper .redPolicyCard .sliding-panel-container.inactive .panel,.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}.theme-dark .sliding-panel-container .panel-content h4{color:#fff!important}.sliding-panel-container .panel-content p{font-family:Montserrat}.theme-dark .sliding-panel-container .panel-content p{color:#fff}.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{max-height:300px!important;overflow-x:auto}.sliding-panel-container .ppolicy_table .policy_table_inner{max-height:300px;min-height:-webkit-fit-content!important;min-height:-moz-fit-content!important;min-height:fit-content!important;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}.theme-dark .sliding-panel-container .ppolicy_table .policy_table_inner .heading li{color:#fff!important}.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}.employerPolicyWrapper .bluePolicyCard .sliding-panel-container .status_data li .circle span.inactive,.employerPolicyWrapper .cyanPolicyCard .sliding-panel-container .status_data li .circle span.inactive,.employerPolicyWrapper .palePinkPolicyCard .sliding-panel-container .status_data li .circle span.inactive,.employerPolicyWrapper .purplePolicyCard .sliding-panel-container .status_data li .circle span.inactive,.employerPolicyWrapper .redPolicyCard .sliding-panel-container .status_data li .circle span.inactive,.sliding-panel-container .status_data li .circle .employerPolicyWrapper .bluePolicyCard span.inactive,.sliding-panel-container .status_data li .circle .employerPolicyWrapper .cyanPolicyCard span.inactive,.sliding-panel-container .status_data li .circle .employerPolicyWrapper .palePinkPolicyCard span.inactive,.sliding-panel-container .status_data li .circle .employerPolicyWrapper .purplePolicyCard span.inactive,.sliding-panel-container .status_data li .circle .employerPolicyWrapper .redPolicyCard span.inactive,.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}.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}.theme-dark .slidingPanel .popup-subheading:before{background-color:#fff!important}.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}.theme-dark .slidingPanel .scrollable_area .coverage_section{border:1px solid #333!important}.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}.theme-dark .slidingPanel .scrollable_area .coverage_section.blue .coverage_heading h5{color:#fff!important}.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}.labelTitle{padding-bottom:12px;position:relative}.labelTitle:before{bottom:0;content:"";height:14px;left:0;position:absolute;width:100%}.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;box-shadow:none!important}.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}.totalClients{background:#2160aa1a}.theme-dark .totalClients{background:#333!important}.totalClients h3{font-family:Montserrat;font-size:1.75rem}.theme-dark .totalClients h3{color:#fff!important}.totalClients p{font-family:Montserrat;font-size:.875rem}.theme-dark .totalClients p{color:#fff}.totalClients .charts{right:0;top:-7px}.theme-dark .activePolicies{background:#333;border:none}.activePolicies h3{font-family:Montserrat;font-size:1.75rem}.theme-dark .activePolicies h3{color:#fff}.activePolicies p{font-family:Montserrat;font-size:.875rem}.theme-dark .activePolicies p{color:#fff}.activePolicies ul li{font-family:Montserrat}.theme-dark .activePolicies ul li{color:#fff!important}.activePolicies ul li.stp:before{background:#ffc107}.theme-dark .noofLives{background:#333}.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}.theme-dark .alertMessage_broker{background:#333;border-color:#0000001a;box-shadow:none}.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:#fff}.alertMessage_broker h5 svg{color:#fc6509}.alertMessage_broker span{font-family:Montserrat}.theme-dark .alertMessage_broker span{color:#fff}.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}.theme-dark .alertSummary ul li p span{color:#fff}.theme-dark .loginTypeToggle{background:#000;color:#fff}.loginTypeToggle button{font-family:Montserrat}.theme-dark .loginTypeToggle button.Mui-selected,.theme-dark .loginTypeToggle button.MuiToggleButtonGroup-grouped{color:#fff}.graphLib .graphBox{background:#6b62dc1a}.theme-dark .graphLib .graphBox{background:#333!important}.dateRangePicker .rs-picker-has-value .rs-btn-default{padding-right:50px}.supportWrapper p{font-family:Montserrat}.theme-dark .dasboard-v2-container .dashboards-top-cards>div>div h5,.theme-dark .supportWrapper p{color:#fff}.theme-dark .dasboard-v2-container .right-cont .common{background:#282c35!important;color:#fff!important}.theme-dark .dasboard-v2-container .right-cont .common>p{color:#fff}.theme-dark .dasboard-v2-container .right-cont .common h5,.theme-dark .dasboard-v2-container .right-cont .quick-actions-card button>div>h5{color:#000!important}.theme-dark .dasboard-v2-container .charts-container{background:#282c35!important;color:#fff!important}.dasboard-v2-container .charts-container .chart-header>div .tabs{border-radius:8px}.dasboard-v2-container .charts-container .chart-header h3{color:#000}.theme-dark .dasboard-v2-container .charts-container .chart-header h3{color:#fff}.theme-dark .dasboard-v2-container .charts-container .active-premium-box{border-color:hsla(0,0%,100%,.102)!important}.theme-dark .dasboard-v2-container .charts-container .active-premium-box .active-premium-header h3{color:#fff}.theme-dark .dasboard-v2-container .charts-container .active-premium-box .policies-container .policy{border-color:hsla(0,0%,100%,.102)}.theme-dark .dasboard-v2-container .charts-container .active-premium-box .policies-container .policy>div p{color:#fff}.theme-dark .dasboard-v2-container h4.totalValue{border:1px solid #fff;color:#fff}.flex-1{flex:1 1}.custom-accordian p{color:#000}.custom-accordian.members p{color:#2161ab}.custom-accordian.claims,.custom-accordian.endorsements{background:#fefbe6!important}.flex-box-colum-dir h5{color:#00000080!important}.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}.theme-dark .alertMessage{background:#333;border:none!important;box-shadow:none!important;color:#fff!important}.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;color:#ddd}.alertMessage h5 svg{color:#fc6509}.alertMessage span{font-family:Montserrat}.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:#2160aa!important;font-size:.875rem;width:100%}.theme-dark .alertSummary ul li p{color:#fff!important;color:#000!important}.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}.theme-dark .loginTypeToggle{background:#171b1e;border:1px solid #ffffff4d;color:#fff!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}.theme-dark .loginTypeToggle button.Mui-selected{background:#fff!important;color:#000!important}.employerPolicyWrapper .bluePolicyCard{background:#c5d8ed;border-radius:12px;box-shadow:16px 16px 28px #c5d8ed;margin-bottom:12px;padding:12px 12px 0;position:relative}.theme-dark .employerPolicyWrapper .bluePolicyCard{background:#333!important;box-shadow:none!important}.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}.theme-dark .employerPolicyWrapper .bluePolicyCard p.small{color:#fff!important;opacity:.8!important}.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}.theme-dark .employerPolicyWrapper .bluePolicyCard .active,.theme-dark .employerPolicyWrapper .bluePolicyCard .inactive{box-shadow:none!important}.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}.theme-dark .employerPolicyWrapper .bluePolicyCard .whitepart{background-color:#262626!important}.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}.theme-dark .employerPolicyWrapper .bluePolicyCard .whitepart .note{color:#fff!important}.employerPolicyWrapper .redPolicyCard{background:#ffd8e3;border-radius:12px;box-shadow:16px 16px 28px #ffd8e3;margin-bottom:12px;padding:12px 12px 0;position:relative}.theme-dark .employerPolicyWrapper .redPolicyCard{background:#333!important;box-shadow:none!important}.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}.theme-dark .employerPolicyWrapper .redPolicyCard p.small{color:#fff!important;opacity:.8!important}.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}.theme-dark .employerPolicyWrapper .redPolicyCard .active,.theme-dark .employerPolicyWrapper .redPolicyCard .inactive{box-shadow:none!important}.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}.theme-dark .employerPolicyWrapper .redPolicyCard .whitepart{background-color:#262626!important}.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}.theme-dark .employerPolicyWrapper .redPolicyCard .whitepart .note{color:#fff!important}.employerPolicyWrapper .cyanPolicyCard{background:#acd4fb;box-shadow:16px 16px 28px #acd4fb}.theme-dark .employerPolicyWrapper .cyanPolicyCard{background:#333!important;box-shadow:none!important}.employerPolicyWrapper .cyanPolicyCard p.small{font-size:10px}.theme-dark .employerPolicyWrapper .cyanPolicyCard p.small{color:#fff!important;opacity:.8!important}.employerPolicyWrapper .cyanPolicyCard .active,.employerPolicyWrapper .cyanPolicyCard .inactive{box-shadow:0 4px 4px #85c0f9}.theme-dark .employerPolicyWrapper .cyanPolicyCard .active,.theme-dark .employerPolicyWrapper .cyanPolicyCard .inactive{box-shadow:none!important}.theme-dark .employerPolicyWrapper .cyanPolicyCard .whitepart{background-color:#262626!important}.theme-dark .employerPolicyWrapper .cyanPolicyCard .whitepart .note{color:#fff!important}.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}.dasboard-v2-container{font-family:Montserrat!important;padding-right:22px}.dasboard-v2-container h1,.dasboard-v2-container h2,.dasboard-v2-container h3,.dasboard-v2-container h4,.dasboard-v2-container h5{margin:0}.dasboard-v2-container .moduleName{display:flex;flex-direction:column;gap:4px}.dasboard-v2-container .moduleName h3{font-family:Montserrat;font-size:24px;font-weight:700;letter-spacing:0;line-height:100%}.dasboard-v2-container .moduleName p{font-size:14px;font-weight:400;letter-spacing:0;line-height:100%;vertical-align:middle}.dasboard-v2-container .dashboards-top-cards{background:#fff;border-radius:12px;border-top:2px solid #2161ab;box-shadow:0 1px 1px 0 #4d4e8833;cursor:pointer;display:flex;flex-direction:column;gap:8px;gap:12px;height:100%;padding:36px 24px}.theme-dark .dasboard-v2-container .dashboards-top-cards{background:#282c35!important}.dasboard-v2-container .dashboards-top-cards>div{align-items:center;display:flex;gap:24px}.dasboard-v2-container .dashboards-top-cards>div div.img-contt{align-items:center;background:red;background:#ecf5ff;border-radius:16px;box-shadow:0 1px 1px 0 rgba(77,78,136,.149);display:flex;height:52px;justify-content:center;width:52px}.dasboard-v2-container .dashboards-top-cards>div div.img-contt.renewals{background:#fff6eb}.dasboard-v2-container .dashboards-top-cards>div div.img-contt.active-policies{background:#eefdf3}.dasboard-v2-container .dashboards-top-cards>div div.img-contt.active-lives{background:#fefbe6}.dasboard-v2-container .dashboards-top-cards>div>div{display:flex;flex-direction:column;gap:12px}.dasboard-v2-container .dashboards-top-cards>div>div h5{color:#000;font-size:14px;font-style:Medium;font-weight:500;letter-spacing:0;line-height:100%;opacity:.5}.dasboard-v2-container .dashboards-top-cards p{color:#20b481;font-size:12px;font-style:Medium;font-weight:500;letter-spacing:0;line-height:100%}.dasboard-v2-container .right-cont .common{background:#fff;border-radius:12px;box-shadow:0 1px 1px 0 #4d4e8833;gap:24px;margin-bottom:24px;padding:24px}.dasboard-v2-container .right-cont .common h3{font-size:18px;font-weight:600;letter-spacing:0;line-height:22px}.dasboard-v2-container .right-cont .common>p{color:#000;opacity:.5}.dasboard-v2-container .right-cont .common h5,.dasboard-v2-container .right-cont .common>p{font-size:14px;font-style:Medium;font-weight:500;letter-spacing:0;line-height:18px}.dasboard-v2-container .right-cont .quick-actions-card button{align-items:center;background:#f4f5f7;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:12px;padding:12px;width:100%}.dasboard-v2-container .right-cont .quick-actions-card button>div{align-items:center;display:flex;gap:12px}.dasboard-v2-container .right-cont .quick-actions-card button>div>img,.dasboard-v2-container .right-cont .quick-actions-card button>img{filter:brightness(0)}.dasboard-v2-container .right-cont .quick-actions-card button:hover{background:#2161ab;color:#fff}.theme-dark .dasboard-v2-container .right-cont .quick-actions-card button:hover h5{color:#fff!important}.dasboard-v2-container .right-cont .quick-actions-card button:hover>div>img,.dasboard-v2-container .right-cont .quick-actions-card button:hover>img{filter:brightness(0) invert(1)}.dasboard-v2-container .charts-container{background:#fff;border-radius:12px;border-top-width:1px;gap:24px;margin-bottom:24px;padding:24px}.dasboard-v2-container .charts-container.no-bg{background:none!important}.dasboard-v2-container .charts-container .not-data-found{align-items:center;display:flex;font-size:16px;font-style:Medium;font-weight:500;height:80px;justify-content:center;line-height:22px}.theme-dark .dasboard-v2-container .charts-container .not-data-found{color:#fff!important}.dasboard-v2-container .charts-container .tab-contt{align-items:center;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:24px;width:224}.theme-dark .dasboard-v2-container .charts-container .tab-contt{background:#282c35;border-radius:0}.dasboard-v2-container .charts-container .tab-contt h3{color:#000;font-size:18px;font-weight:600;line-height:22px}.theme-dark .dasboard-v2-container .charts-container .tab-contt h3{color:#fff!important}.dasboard-v2-container .charts-container .tab-contt .tabs{align-items:center;border-radius:8px;box-shadow:0 1px 1px 0 rgba(0,0,0,.102);display:flex}.theme-dark .dasboard-v2-container .charts-container .tab-contt .tabs{box-shadow:none!important}.dasboard-v2-container .charts-container .tab-contt .tabs button{background:none;border-radius:8px;font-family:Montserrat;font-size:12px;font-weight:500;gap:4px;height:30;letter-spacing:1%;line-height:14px;padding:8px 12px;width:123}.dasboard-v2-container .charts-container .tab-contt .tabs .employerPolicyWrapper .bluePolicyCard button.inactive,.dasboard-v2-container .charts-container .tab-contt .tabs .employerPolicyWrapper .cyanPolicyCard button.inactive,.dasboard-v2-container .charts-container .tab-contt .tabs .employerPolicyWrapper .palePinkPolicyCard button.inactive,.dasboard-v2-container .charts-container .tab-contt .tabs .employerPolicyWrapper .purplePolicyCard button.inactive,.dasboard-v2-container .charts-container .tab-contt .tabs .employerPolicyWrapper .redPolicyCard button.inactive,.dasboard-v2-container .charts-container .tab-contt .tabs button.active,.employerPolicyWrapper .bluePolicyCard .dasboard-v2-container .charts-container .tab-contt .tabs button.inactive,.employerPolicyWrapper .cyanPolicyCard .dasboard-v2-container .charts-container .tab-contt .tabs button.inactive,.employerPolicyWrapper .palePinkPolicyCard .dasboard-v2-container .charts-container .tab-contt .tabs button.inactive,.employerPolicyWrapper .purplePolicyCard .dasboard-v2-container .charts-container .tab-contt .tabs button.inactive,.employerPolicyWrapper .redPolicyCard .dasboard-v2-container .charts-container .tab-contt .tabs button.inactive{background:#2161ab;color:#fff}.dasboard-v2-container .charts-container .chart-header{align-items:center;display:flex;justify-content:space-between}.dasboard-v2-container .charts-container .chart-header>div{align-items:center;border-radius:8px;display:flex;gap:12px;height:30px;width:224}.dasboard-v2-container .charts-container .chart-header>div .tabs{align-items:center;box-shadow:0 1px 1px 0 rgba(0,0,0,.102);display:flex}.theme-dark .dasboard-v2-container .charts-container .chart-header>div .tabs{box-shadow:none!important}.dasboard-v2-container .charts-container .chart-header>div .tabs button{background:none;border-radius:8px;font-family:Montserrat;font-size:12px;font-weight:500;gap:4px;height:30;letter-spacing:1%;line-height:14px;padding:8px 12px;width:123}.dasboard-v2-container .charts-container .chart-header>div .tabs .employerPolicyWrapper .bluePolicyCard button.inactive,.dasboard-v2-container .charts-container .chart-header>div .tabs .employerPolicyWrapper .cyanPolicyCard button.inactive,.dasboard-v2-container .charts-container .chart-header>div .tabs .employerPolicyWrapper .palePinkPolicyCard button.inactive,.dasboard-v2-container .charts-container .chart-header>div .tabs .employerPolicyWrapper .purplePolicyCard button.inactive,.dasboard-v2-container .charts-container .chart-header>div .tabs .employerPolicyWrapper .redPolicyCard button.inactive,.dasboard-v2-container .charts-container .chart-header>div .tabs button.active,.employerPolicyWrapper .bluePolicyCard .dasboard-v2-container .charts-container .chart-header>div .tabs button.inactive,.employerPolicyWrapper .cyanPolicyCard .dasboard-v2-container .charts-container .chart-header>div .tabs button.inactive,.employerPolicyWrapper .palePinkPolicyCard .dasboard-v2-container .charts-container .chart-header>div .tabs button.inactive,.employerPolicyWrapper .purplePolicyCard .dasboard-v2-container .charts-container .chart-header>div .tabs button.inactive,.employerPolicyWrapper .redPolicyCard .dasboard-v2-container .charts-container .chart-header>div .tabs button.inactive{background:#2161ab;color:#fff}.dasboard-v2-container .charts-container .chart-header h3{font-size:18px;font-weight:600;line-height:22px}.dasboard-v2-container .charts-container .active-premium-box{border:1px solid rgba(0,0,0,.102);border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:12px}.theme-dark .dasboard-v2-container .charts-container .active-premium-box{background-color:#282c35}.dasboard-v2-container .charts-container .active-premium-box .active-premium-header{align-items:center;display:flex;justify-content:space-between}.dasboard-v2-container .charts-container .active-premium-box .active-premium-header h3{color:#000;font-size:18px;font-weight:600;letter-spacing:0;line-height:22px}.dasboard-v2-container .charts-container .active-premium-box .policies-container{display:flex;flex-direction:column;gap:12px}.dasboard-v2-container .charts-container .active-premium-box .policies-container .policy{align-items:center;border:1px solid rgba(0,0,0,.102);border-radius:8px;display:flex;gap:8px;opacity:1;padding:12px;width:100%;width:412.5}.theme-dark .dasboard-v2-container .charts-container .active-premium-box .policies-container .policy{border:1px solid hsla(0,0%,100%,.102)}.dasboard-v2-container .charts-container .active-premium-box .policies-container .policy>div{border-left:1px solid #0000001a;display:flex;flex-direction:column;gap:4px;padding:0 8px}.theme-dark .dasboard-v2-container .charts-container .active-premium-box .policies-container .policy>div{border-color:#ffffff1a}.dasboard-v2-container .charts-container .active-premium-box .policies-container .policy>div h4{font-size:12px;font-weight:600}.dasboard-v2-container .charts-container .active-premium-box .policies-container .policy>div p{color:#000;font-size:12px;font-weight:400;opacity:.5}.dasboard-v2-container .charts-container .active-premium-box .policies-container .policy h5{color:#20b481;font-family:Montserrat;font-size:14px;font-weight:600;letter-spacing:0;line-height:100%;text-align:right}.dasboard-v2-container h4.totalValue{border:1px solid #2161ab;border-radius:8px;color:#2161ab;font-family:Montserrat;font-size:12px;font-weight:500;gap:8px;line-height:16px;padding:8px 12px}.employerPolicyWrapper{font-family:Montserrat!important;margin-bottom:32px}.employerPolicyWrapper .cyanPolicyCard{background:#c5d8ed;border-radius:12px;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:12px;font-weight:500;line-height:20px}.employerPolicyWrapper .cyanPolicyCard h5{font-size:14px;font-weight:600;line-height:17px;margin-bottom:4px;margin-top:6px}.theme-dark .employerPolicyWrapper .cyanPolicyCard h5{color:#000!important}.employerPolicyWrapper .cyanPolicyCard h6{font-size:12px;font-weight:600;line-height:15px}.employerPolicyWrapper .cyanPolicyCard .active,.employerPolicyWrapper .cyanPolicyCard .inactive{background:#fff;border-radius:10px;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}.theme-dark .employerPolicyWrapper .cyanPolicyCard .whitepart .col h6{color:#000!important}.employerPolicyWrapper .cyanPolicyCard .whitepart .note{bottom:-20px;font-size:10px;position:absolute;right:0}.employerPolicyWrapper .palePinkPolicyCard{background:#f1dae6;border-radius:12px;margin-bottom:12px;padding:12px 12px 0;position:relative}.employerPolicyWrapper .palePinkPolicyCard img{height:100%;max-height:55px;max-width:100px;width:100%}.employerPolicyWrapper .palePinkPolicyCard p{font-size:11px;font-weight:400;line-height:20px}.employerPolicyWrapper .palePinkPolicyCard p.small{color:#000000b3;font-size:12px;font-weight:500;line-height:20px}.employerPolicyWrapper .palePinkPolicyCard h5{font-size:14px;font-weight:600;line-height:17px;margin-bottom:4px;margin-top:6px}.theme-dark .employerPolicyWrapper .palePinkPolicyCard h5{color:#000!important}.employerPolicyWrapper .palePinkPolicyCard h6{font-size:12px;font-weight:600;line-height:15px}.employerPolicyWrapper .palePinkPolicyCard .active,.employerPolicyWrapper .palePinkPolicyCard .inactive{background:#fff;border-radius:10px;color:#219653;display:inline-block;font-size:11px;padding:2px 6px}.employerPolicyWrapper .palePinkPolicyCard .inactive{color:#ec3f3f}.employerPolicyWrapper .palePinkPolicyCard .rIcon{background:url(/static/media/inr_icon.f1579f3253d3c872a50d.svg) no-repeat 0 3px/7px;padding-left:9px}.employerPolicyWrapper .palePinkPolicyCard .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 .palePinkPolicyCard .whitepart .col{text-align:center;width:100%}.employerPolicyWrapper .palePinkPolicyCard .whitepart .col:first-child{text-align:left}.employerPolicyWrapper .palePinkPolicyCard .whitepart .col:last-child{text-align:right!important}.theme-dark .employerPolicyWrapper .palePinkPolicyCard .whitepart .col h6{color:#000!important}.employerPolicyWrapper .palePinkPolicyCard .whitepart .note{bottom:-20px;font-size:10px;position:absolute;right:0}.employerPolicyWrapper .purplePolicyCard{background:#ded5fd;border-radius:12px;margin-bottom:12px;padding:12px 12px 0;position:relative}.employerPolicyWrapper .purplePolicyCard img{height:100%;max-height:55px;max-width:100px;width:100%}.employerPolicyWrapper .purplePolicyCard p{font-size:11px;font-weight:400;line-height:20px}.employerPolicyWrapper .purplePolicyCard p.small{color:#000000b3;font-size:12px;font-weight:500;line-height:20px}.employerPolicyWrapper .purplePolicyCard h5{font-size:14px;font-weight:600;line-height:17px;margin-bottom:4px;margin-top:6px}.theme-dark .employerPolicyWrapper .purplePolicyCard h5{color:#000!important}.employerPolicyWrapper .purplePolicyCard h6{font-size:12px;font-weight:600;line-height:15px}.employerPolicyWrapper .purplePolicyCard .active,.employerPolicyWrapper .purplePolicyCard .inactive{background:#fff;border-radius:10px;color:#219653;display:inline-block;font-size:11px;padding:2px 6px}.employerPolicyWrapper .purplePolicyCard .inactive{color:#ec3f3f}.employerPolicyWrapper .purplePolicyCard .rIcon{background:url(/static/media/inr_icon.f1579f3253d3c872a50d.svg) no-repeat 0 3px/7px;padding-left:9px}.employerPolicyWrapper .purplePolicyCard .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 .purplePolicyCard .whitepart .col{text-align:center;width:100%}.employerPolicyWrapper .purplePolicyCard .whitepart .col:first-child{text-align:left}.employerPolicyWrapper .purplePolicyCard .whitepart .col:last-child{text-align:right!important}.theme-dark .employerPolicyWrapper .purplePolicyCard .whitepart .col h6{color:#000!important}.employerPolicyWrapper .purplePolicyCard .whitepart .note{bottom:-20px;font-size:10px;position:absolute;right:0}.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}.custom-accordian{border-radius:8px!important;box-shadow:none!important;font-family:Montserrat}.custom-accordian:before{background:none!important}.custom-accordian p{font-family:Montserrat;font-size:14px}.custom-accordian p,.theme-dark .custom-accordian p{color:#000!important}.custom-accordian.quotes{background:#f4f5f7!important}.custom-accordian.policies{background:#edf9f5!important}.custom-accordian.members{background:#edf2f8!important}.custom-accordian.members p{color:#2161ab!important}.custom-accordian.claims{background:#f0f0ff!important}.custom-accordian.claims p{color:#6d66fb!important}.custom-accordian.endorsements{background:#fefbe6!important}.custom-accordian.cd-balance-alert{background:#fdede8!important;color:#e74e1a!important}.custom-accordian.cd-balance-alert p{color:#e74e1a}.custom-accordian.cd-balance-alert .cd-balance-alert-text{border-bottom:1px solid #e74e1a33;padding-bottom:8px}.custom-accordian.cd-balance-alert .cd-balance-alert-text h3{color:#000;font-size:12px;font-weight:600;letter-spacing:0;line-height:16px}.custom-accordian .text p{font-family:Montserrat;font-size:12px!important}.border{border:1px solid red}.flex-box{align-items:center;display:flex;justify-content:space-between}.flex-box-colum-dir{display:flex;flex-direction:column;font-family:Montserrat;gap:4px}.flex-box-colum-dir h4{color:#000!important;font-size:12px}.flex-box-colum-dir h4,.flex-box-colum-dir h5{font-style:Medium;font-weight:500;line-height:100%}.flex-box-colum-dir h5{font-size:10px}.white-bg{background:#fff}.no-border{border:none!important}h2{font-size:36px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}.theme-dark h6{color:#fff!important}.signout_option .MuiMenu-list .MuiMenuItem-root{font-size:.75rem;justify-content:flex-end}.dashboardWrapper{min-height:100vh;padding-bottom:0}.theme-dark .dashboardWrapper{background-color:#171b1e;min-height:100vh}.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:#333;color:#fff}.dashboardWrapper .quickLaunch{background:#f4f5f7;border-radius:8px;bottom:16px;height:38px;min-width:20px;position:fixed;right:16px;transition:all .3s ease;width:38px;z-index:991}.dashboardWrapper .quickLaunch:hover{background:#f4f5f7;border-radius:20px}.dashboardWrapper .quickLaunch svg{color:#000}.dashboardWrapper .todolist{margin-bottom:40px}.dashboardWrapper .todolist:active{text-decoration:none!important}.dashboardWrapper .todolist h4{margin-bottom:17px}.dashboardWrapper .todolist .addpolicy{align-items:center;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:#fff!important;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;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:#fff!important;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;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:#fff!important;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;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:#fff!important;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}.knowledge-container{font-family:Montserrat;height:calc(100vh - 180px);margin-top:10px;overflow:scroll;padding-right:20px}.knowledge-container .header{align-items:flex-start;display:flex;margin-bottom:24px}.knowledge-container .header p.knowledge-desc{color:#000;font-family:Montserrat;font-size:14px;font-weight:400;letter-spacing:0}.theme-dark .knowledge-container .header p.knowledge-desc{color:#fff;opacity:.5}.knowledge-container .header .left-side{flex:1 1}.knowledge-container .header .right-side{align-items:center;display:flex;gap:4px}.knowledge-container .header .right-side>div{align-items:center;background:#6b62dc;border-radius:6px;display:flex;gap:10px;height:23px;justify-items:center;padding:4px;width:23px}.knowledge-container .header .right-side h4{color:#6b62dc;font-family:Montserrat;font-size:12px;font-weight:500;letter-spacing:0;line-height:100%;margin-bottom:0;text-align:right}.knowledge-container .modules-container{border:1px solid rgba(0,0,0,.102);border-radius:12px;padding:24px}.theme-dark .knowledge-container .modules-container{border:1px solid hsla(0,3%,65%,.949)}.knowledge-container .modules-container .module-box{border-bottom:1px solid #e5e3ff;display:flex;flex-direction:column;gap:12px;padding-bottom:12px}.theme-dark .knowledge-container .modules-container .module-box{border-bottom:1px solid rgba(40,44,53,.949)}.knowledge-container .modules-container .module-box .module-name-box{align-items:center;display:flex;gap:12px}.knowledge-container .modules-container .module-box .module-name-box .img-cont{align-items:center;background:#333;border-radius:116px;display:flex;gap:10px;height:34px;justify-items:center;width:34px}.knowledge-container .modules-container .module-box .module-name-box .img-cont img{margin:auto}.knowledge-container .modules-container .module-box .minutes-container{align-items:center;display:flex}.knowledge-container .modules-container .module-box .minutes-container>div{align-items:center;border-right:1px solid #e5e3ff;display:flex;gap:8px;padding-left:8px;padding-right:8px}.theme-dark .knowledge-container .modules-container .module-box .minutes-container>div{border-right:1px solid rgba(40,44,53,.949)}.knowledge-container .modules-container .module-box .minutes-container>div h4{color:#000;font-family:Montserrat;font-size:14px;font-weight:600;letter-spacing:0;line-height:100%}.theme-dark .knowledge-container .modules-container .module-box .minutes-container>div h4{color:#fff}.knowledge-container .modules-container .module-box .minutes-container>div h4 span{font-family:Montserrat;font-size:12px;font-weight:500;letter-spacing:0;line-height:100%}.knowledge-container .modules-container .module-description{align-items:center;display:flex;gap:12px}.knowledge-container .modules-container .module-description p{background:#f7f6ff;border-radius:8px;flex:1 1;font-size:12px;font-weight:400;letter-spacing:0;line-height:20px;padding:10px}.theme-dark .knowledge-container .modules-container .module-description p{background:#282c35;color:#fff}.knowledge-container .modules-container .module-description button{background:#6b62dc;border-radius:30px;color:#fff;font-family:Poppins;font-size:14px;font-weight:500;gap:4px;height:40px;letter-spacing:-1%;line-height:24px;padding:8px 16px;text-align:center;width:82px}.knowledge-detail-section{font-family:Montserrat;height:calc(100vh - 180px);margin-top:10px;overflow:scroll;padding-right:20px}.knowledge-detail-section h1,.knowledge-detail-section h2,.knowledge-detail-section h3,.knowledge-detail-section h4,.knowledge-detail-section h5,.knowledge-detail-section h6{margin:0!important}.knowledge-detail-section .back-section h3{align-items:center;display:flex;gap:12px;margin-bottom:12px!important}.knowledge-detail-section .bread-crumb{align-items:center;display:flex;font-family:Montserrat;font-size:14px;font-weight:500;gap:8px;letter-spacing:0;line-height:100%;padding-left:6px}.theme-dark .knowledge-detail-section .bread-crumb span{color:#fff}.employerPolicyWrapper .bluePolicyCard .knowledge-detail-section .bread-crumb span.inactive,.employerPolicyWrapper .cyanPolicyCard .knowledge-detail-section .bread-crumb span.inactive,.employerPolicyWrapper .palePinkPolicyCard .knowledge-detail-section .bread-crumb span.inactive,.employerPolicyWrapper .purplePolicyCard .knowledge-detail-section .bread-crumb span.inactive,.employerPolicyWrapper .redPolicyCard .knowledge-detail-section .bread-crumb span.inactive,.knowledge-detail-section .bread-crumb .employerPolicyWrapper .bluePolicyCard span.inactive,.knowledge-detail-section .bread-crumb .employerPolicyWrapper .cyanPolicyCard span.inactive,.knowledge-detail-section .bread-crumb .employerPolicyWrapper .palePinkPolicyCard span.inactive,.knowledge-detail-section .bread-crumb .employerPolicyWrapper .purplePolicyCard span.inactive,.knowledge-detail-section .bread-crumb .employerPolicyWrapper .redPolicyCard span.inactive,.knowledge-detail-section .bread-crumb span.active{color:#6b62dc}.knowledge-detail-section .description-section{border:1px solid rgba(0,0,0,.102);border-radius:12px;display:flex;flex-direction:column;gap:12px;margin-bottom:24px;margin-top:24px;padding:24px}.theme-dark .knowledge-detail-section .description-section{border:2px solid #4c5468}.knowledge-detail-section .description-section p{color:#000;font-family:Montserrat;font-size:12px;font-weight:500;letter-spacing:0;line-height:24px}.theme-dark .knowledge-detail-section .description-section p{color:#fff}.sub-module-name-box{border-left:2px solid #ededed;display:flex;flex-direction:column;gap:12px;margin-bottom:24px;margin-left:33px;padding-left:20px}.theme-dark .sub-module-name-box{border-color:#4c5468}.sub-module-name-box span{color:#000;font-family:Poppins;font-size:12px;font-weight:400;letter-spacing:-2%;line-height:100%}.theme-dark .sub-module-name-box span{color:#fff}.subModuleName{border-left:2px solid #ededed;display:flex;flex-direction:column;gap:12px;margin-bottom:12px;margin-left:15px;padding-left:20px}.theme-dark .subModuleName{border-left:2px solid #4c5468;color:#fff!important}.subModuleName h4{font-family:Poppins;font-size:12px;font-weight:400;letter-spacing:-2%;line-height:100%;margin:0}.theme-dark .subModuleName h4{color:#fff}.subModuleName span{font-family:Poppins;font-size:12px;font-weight:400;letter-spacing:0;line-height:20px}.theme-dark .subModuleName span{color:#fff}.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!important;border-color:#333!important;color:#fff!important}.menus button{font-weight:500;max-width:138px}.menus button.dashboard:before{background-image:url(/static/media/tablist_icons.775ce17f8a38ea0a615b.svg);background-size:1100px}.theme-dark .menus button.dashboard:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.dashboard{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.dashboard.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.dashboard.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.dashboard.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.dashboard.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.dashboard.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.dashboard.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.dashboard.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.dashboard.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.dashboard.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.dashboard.inactive:before,.menus button.dashboard.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.dashboard.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.dashboard.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.dashboard.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.dashboard.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.dashboard.inactive:before,.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-size:1100px}.theme-dark .menus button.policywallet:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.policywallet{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.policywallet.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.policywallet.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.policywallet.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.policywallet.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.policywallet.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.policywallet.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.policywallet.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.policywallet.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.policywallet.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.policywallet.inactive:before,.menus button.policywallet.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.policywallet.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.policywallet.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.policywallet.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.policywallet.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.policywallet.inactive:before,.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-size:1100px}.theme-dark .menus button.riskmap:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.riskmap{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.riskmap.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.riskmap.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.riskmap.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.riskmap.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.riskmap.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.riskmap.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.riskmap.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.riskmap.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.riskmap.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.riskmap.inactive:before,.menus button.riskmap.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.riskmap.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.riskmap.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.riskmap.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.riskmap.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.riskmap.inactive:before,.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-size:1100px}.theme-dark .menus button.userprofile:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.userprofile{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.userprofile.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.userprofile.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.userprofile.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.userprofile.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.userprofile.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.userprofile.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.userprofile.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.userprofile.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.userprofile.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.userprofile.inactive:before,.menus button.userprofile.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.userprofile.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.userprofile.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.userprofile.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.userprofile.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.userprofile.inactive:before,.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-size:1100px}.theme-dark .menus button.mydocument:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.mydocument{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.mydocument.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.mydocument.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.mydocument.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.mydocument.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.mydocument.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.mydocument.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.mydocument.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.mydocument.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.mydocument.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.mydocument.inactive:before,.menus button.mydocument.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.mydocument.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.mydocument.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.mydocument.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.mydocument.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.mydocument.inactive:before,.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-size:1100px}.theme-dark .menus button.claimassistant:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.claimassistant{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.claimassistant.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.claimassistant.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.claimassistant.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.claimassistant.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.claimassistant.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.claimassistant.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.claimassistant.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.claimassistant.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.claimassistant.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.claimassistant.inactive:before,.menus button.claimassistant.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.claimassistant.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.claimassistant.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.claimassistant.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.claimassistant.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.claimassistant.inactive:before,.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-size:1100px}.theme-dark .menus button.referafriend:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.referafriend{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.referafriend.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.referafriend.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.referafriend.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.referafriend.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.referafriend.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.referafriend.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.referafriend.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.referafriend.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.referafriend.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.referafriend.inactive:before,.menus button.referafriend.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.referafriend.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.referafriend.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.referafriend.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.referafriend.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.referafriend.inactive:before,.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-size:1100px}.theme-dark .menus button.trendingquestions:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.trendingquestions{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.trendingquestions.inactive:before,.menus button.trendingquestions.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.trendingquestions.inactive:before,.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-size:1100px}.theme-dark .menus button.community:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.community{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.community.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.community.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.community.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.community.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.community.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.community.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.community.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.community.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.community.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.community.inactive:before,.menus button.community.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.community.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.community.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.community.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.community.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.community.inactive:before,.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-size:1100px}.theme-dark .menus button.support:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.support{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.support.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.support.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.support.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.support.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.support.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.support.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.support.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.support.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.support.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.support.inactive:before,.menus button.support.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.support.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.support.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.support.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.support.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.support.inactive:before,.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-size:1100px}.theme-dark .menus button.wellness:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.wellness{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.wellness.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.wellness.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.wellness.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.wellness.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.wellness.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.wellness.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.wellness.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.wellness.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.wellness.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.wellness.inactive:before,.menus button.wellness.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.wellness.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.wellness.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.wellness.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.wellness.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.wellness.inactive:before,.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-size:1100px}.theme-dark .menus button.doctoronline:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.doctoronline{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.doctoronline.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.doctoronline.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.doctoronline.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.doctoronline.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.doctoronline.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.doctoronline.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.doctoronline.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.doctoronline.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.doctoronline.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.doctoronline.inactive:before,.menus button.doctoronline.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.doctoronline.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.doctoronline.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.doctoronline.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.doctoronline.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.doctoronline.inactive:before,.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-size:1100px}.theme-dark .menus button.repairvehicle:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.repairvehicle{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.repairvehicle.inactive:before,.menus button.repairvehicle.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.repairvehicle.inactive:before,.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-size:1100px}.theme-dark .menus button.settings:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.settings{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.settings.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.settings.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.settings.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.settings.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.settings.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.settings.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.settings.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.settings.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.settings.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.settings.inactive:before,.menus button.settings.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.settings.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.settings.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.settings.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.settings.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.settings.inactive:before,.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-size:1100px}.theme-dark .menus button.employe:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.employe{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.employe.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.employe.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.employe.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.employe.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.employe.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.employe.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.employe.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.employe.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.employe.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.employe.inactive:before,.menus button.employe.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.employe.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.employe.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.employe.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.employe.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.employe.inactive:before,.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-size:1100px}.theme-dark .menus button.report:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.report{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.report.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.report.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.report.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.report.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.report.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.report.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.report.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.report.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.report.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.report.inactive:before,.menus button.report.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.report.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.report.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.report.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.report.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.report.inactive:before,.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-size:1100px}.theme-dark .menus button.endorsement:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.endorsement{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.endorsement.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.endorsement.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.endorsement.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.endorsement.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.endorsement.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.endorsement.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.endorsement.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.endorsement.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.endorsement.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.endorsement.inactive:before,.menus button.endorsement.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.endorsement.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.endorsement.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.endorsement.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.endorsement.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.endorsement.inactive:before,.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-size:1100px}.theme-dark .menus button.quote:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.quote{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.quote.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.quote.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.quote.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.quote.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.quote.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.quote.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.quote.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.quote.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.quote.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.quote.inactive:before,.menus button.quote.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.quote.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.quote.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.quote.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.quote.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.quote.inactive:before,.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-size:1100px}.theme-dark .menus button.policies:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.policies{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.policies.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.policies.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.policies.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.policies.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.policies.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.policies.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.policies.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.policies.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.policies.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.policies.inactive:before,.menus button.policies.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.policies.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.policies.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.policies.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.policies.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.policies.inactive:before,.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-size:1100px}.theme-dark .menus button.clients:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.clients{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.clients.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.clients.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.clients.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.clients.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.clients.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.clients.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.clients.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.clients.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.clients.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.clients.inactive:before,.menus button.clients.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.clients.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.clients.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.clients.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.clients.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.clients.inactive:before,.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-size:1100px}.theme-dark .menus button.contacts:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.contacts{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.contacts.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.contacts.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.contacts.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.contacts.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.contacts.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.contacts.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.contacts.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.contacts.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.contacts.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.contacts.inactive:before,.menus button.contacts.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.contacts.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.contacts.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.contacts.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.contacts.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.contacts.inactive:before,.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-size:1100px}.theme-dark .menus button.taskmanagement:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.theme-dark .menus button.taskmanagement{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.taskmanagement.inactive:before,.menus button.taskmanagement.active:before{background-image:url(/static/media/tablist-active-icons.82f6cedaf5f58fafdb64.svg)}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.taskmanagement.inactive:before,.theme-dark .menus button.taskmanagement.active:before{box-shadow:0 0 16px #0006}.menus .subMenu{right:8px;width:calc(100% - 67px)}.menus .subMenu ul li:first-child{border-bottom:1px solid #000;margin-bottom:15px;padding-bottom:6px}.theme-dark .menus .subMenu ul li:first-child{border-color:#333;color:#ddd}.employerPolicyWrapper .bluePolicyCard .menus button.dashboard.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.dashboard.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.dashboard.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.dashboard.inactive,.employerPolicyWrapper .redPolicyCard .menus button.dashboard.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.dashboard.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.dashboard.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.dashboard.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.dashboard.inactive,.menus .employerPolicyWrapper .redPolicyCard button.dashboard.inactive,.menus button.dashboard.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.dashboard.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.dashboard.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.dashboard.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.dashboard.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.dashboard.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.dashboard.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.dashboard.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.dashboard.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.dashboard.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.dashboard.inactive,.theme-dark .menus button.dashboard.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.dashboard.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.dashboard.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.dashboard.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.dashboard.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.dashboard.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.dashboard.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.dashboard.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.dashboard.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.dashboard.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.dashboard.inactive:before,.menus button.dashboard.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.dashboard.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.dashboard.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.dashboard.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.dashboard.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.dashboard.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.dashboard.inactive:before,.theme-dark .menus button.dashboard.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.policywallet.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.policywallet.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.policywallet.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.policywallet.inactive,.employerPolicyWrapper .redPolicyCard .menus button.policywallet.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.policywallet.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.policywallet.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.policywallet.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.policywallet.inactive,.menus .employerPolicyWrapper .redPolicyCard button.policywallet.inactive,.menus button.policywallet.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.policywallet.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.policywallet.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.policywallet.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.policywallet.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.policywallet.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.policywallet.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.policywallet.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.policywallet.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.policywallet.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.policywallet.inactive,.theme-dark .menus button.policywallet.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.policywallet.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.policywallet.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.policywallet.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.policywallet.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.policywallet.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.policywallet.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.policywallet.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.policywallet.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.policywallet.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.policywallet.inactive:before,.menus button.policywallet.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.policywallet.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.policywallet.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.policywallet.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.policywallet.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.policywallet.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.policywallet.inactive:before,.theme-dark .menus button.policywallet.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.riskmap.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.riskmap.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.riskmap.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.riskmap.inactive,.employerPolicyWrapper .redPolicyCard .menus button.riskmap.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.riskmap.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.riskmap.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.riskmap.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.riskmap.inactive,.menus .employerPolicyWrapper .redPolicyCard button.riskmap.inactive,.menus button.riskmap.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.riskmap.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.riskmap.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.riskmap.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.riskmap.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.riskmap.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.riskmap.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.riskmap.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.riskmap.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.riskmap.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.riskmap.inactive,.theme-dark .menus button.riskmap.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.riskmap.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.riskmap.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.riskmap.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.riskmap.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.riskmap.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.riskmap.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.riskmap.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.riskmap.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.riskmap.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.riskmap.inactive:before,.menus button.riskmap.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.riskmap.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.riskmap.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.riskmap.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.riskmap.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.riskmap.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.riskmap.inactive:before,.theme-dark .menus button.riskmap.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.userprofile.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.userprofile.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.userprofile.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.userprofile.inactive,.employerPolicyWrapper .redPolicyCard .menus button.userprofile.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.userprofile.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.userprofile.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.userprofile.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.userprofile.inactive,.menus .employerPolicyWrapper .redPolicyCard button.userprofile.inactive,.menus button.userprofile.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.userprofile.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.userprofile.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.userprofile.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.userprofile.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.userprofile.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.userprofile.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.userprofile.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.userprofile.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.userprofile.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.userprofile.inactive,.theme-dark .menus button.userprofile.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.userprofile.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.userprofile.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.userprofile.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.userprofile.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.userprofile.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.userprofile.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.userprofile.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.userprofile.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.userprofile.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.userprofile.inactive:before,.menus button.userprofile.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.userprofile.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.userprofile.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.userprofile.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.userprofile.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.userprofile.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.userprofile.inactive:before,.theme-dark .menus button.userprofile.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.mydocument.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.mydocument.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.mydocument.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.mydocument.inactive,.employerPolicyWrapper .redPolicyCard .menus button.mydocument.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.mydocument.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.mydocument.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.mydocument.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.mydocument.inactive,.menus .employerPolicyWrapper .redPolicyCard button.mydocument.inactive,.menus button.mydocument.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.mydocument.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.mydocument.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.mydocument.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.mydocument.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.mydocument.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.mydocument.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.mydocument.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.mydocument.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.mydocument.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.mydocument.inactive,.theme-dark .menus button.mydocument.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.mydocument.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.mydocument.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.mydocument.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.mydocument.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.mydocument.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.mydocument.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.mydocument.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.mydocument.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.mydocument.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.mydocument.inactive:before,.menus button.mydocument.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.mydocument.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.mydocument.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.mydocument.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.mydocument.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.mydocument.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.mydocument.inactive:before,.theme-dark .menus button.mydocument.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.claimassistant.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.claimassistant.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.claimassistant.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.claimassistant.inactive,.employerPolicyWrapper .redPolicyCard .menus button.claimassistant.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.claimassistant.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.claimassistant.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.claimassistant.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.claimassistant.inactive,.menus .employerPolicyWrapper .redPolicyCard button.claimassistant.inactive,.menus button.claimassistant.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.claimassistant.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.claimassistant.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.claimassistant.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.claimassistant.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.claimassistant.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.claimassistant.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.claimassistant.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.claimassistant.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.claimassistant.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.claimassistant.inactive,.theme-dark .menus button.claimassistant.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.claimassistant.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.claimassistant.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.claimassistant.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.claimassistant.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.claimassistant.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.claimassistant.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.claimassistant.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.claimassistant.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.claimassistant.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.claimassistant.inactive:before,.menus button.claimassistant.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.claimassistant.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.claimassistant.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.claimassistant.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.claimassistant.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.claimassistant.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.claimassistant.inactive:before,.theme-dark .menus button.claimassistant.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.referafriend.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.referafriend.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.referafriend.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.referafriend.inactive,.employerPolicyWrapper .redPolicyCard .menus button.referafriend.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.referafriend.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.referafriend.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.referafriend.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.referafriend.inactive,.menus .employerPolicyWrapper .redPolicyCard button.referafriend.inactive,.menus button.referafriend.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.referafriend.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.referafriend.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.referafriend.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.referafriend.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.referafriend.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.referafriend.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.referafriend.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.referafriend.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.referafriend.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.referafriend.inactive,.theme-dark .menus button.referafriend.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.referafriend.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.referafriend.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.referafriend.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.referafriend.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.referafriend.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.referafriend.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.referafriend.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.referafriend.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.referafriend.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.referafriend.inactive:before,.menus button.referafriend.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.referafriend.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.referafriend.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.referafriend.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.referafriend.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.referafriend.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.referafriend.inactive:before,.theme-dark .menus button.referafriend.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.trendingquestions.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.trendingquestions.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.trendingquestions.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.trendingquestions.inactive,.employerPolicyWrapper .redPolicyCard .menus button.trendingquestions.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.trendingquestions.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.trendingquestions.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.trendingquestions.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.trendingquestions.inactive,.menus .employerPolicyWrapper .redPolicyCard button.trendingquestions.inactive,.menus button.trendingquestions.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.trendingquestions.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.trendingquestions.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.trendingquestions.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.trendingquestions.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.trendingquestions.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.trendingquestions.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.trendingquestions.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.trendingquestions.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.trendingquestions.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.trendingquestions.inactive,.theme-dark .menus button.trendingquestions.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.trendingquestions.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.trendingquestions.inactive:before,.menus button.trendingquestions.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.trendingquestions.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.trendingquestions.inactive:before,.theme-dark .menus button.trendingquestions.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.community.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.community.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.community.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.community.inactive,.employerPolicyWrapper .redPolicyCard .menus button.community.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.community.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.community.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.community.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.community.inactive,.menus .employerPolicyWrapper .redPolicyCard button.community.inactive,.menus button.community.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.community.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.community.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.community.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.community.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.community.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.community.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.community.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.community.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.community.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.community.inactive,.theme-dark .menus button.community.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.community.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.community.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.community.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.community.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.community.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.community.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.community.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.community.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.community.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.community.inactive:before,.menus button.community.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.community.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.community.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.community.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.community.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.community.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.community.inactive:before,.theme-dark .menus button.community.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.support.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.support.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.support.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.support.inactive,.employerPolicyWrapper .redPolicyCard .menus button.support.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.support.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.support.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.support.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.support.inactive,.menus .employerPolicyWrapper .redPolicyCard button.support.inactive,.menus button.support.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.support.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.support.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.support.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.support.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.support.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.support.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.support.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.support.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.support.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.support.inactive,.theme-dark .menus button.support.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.support.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.support.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.support.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.support.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.support.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.support.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.support.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.support.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.support.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.support.inactive:before,.menus button.support.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.support.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.support.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.support.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.support.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.support.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.support.inactive:before,.theme-dark .menus button.support.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.wellness.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.wellness.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.wellness.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.wellness.inactive,.employerPolicyWrapper .redPolicyCard .menus button.wellness.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.wellness.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.wellness.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.wellness.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.wellness.inactive,.menus .employerPolicyWrapper .redPolicyCard button.wellness.inactive,.menus button.wellness.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.wellness.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.wellness.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.wellness.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.wellness.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.wellness.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.wellness.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.wellness.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.wellness.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.wellness.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.wellness.inactive,.theme-dark .menus button.wellness.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.wellness.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.wellness.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.wellness.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.wellness.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.wellness.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.wellness.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.wellness.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.wellness.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.wellness.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.wellness.inactive:before,.menus button.wellness.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.wellness.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.wellness.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.wellness.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.wellness.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.wellness.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.wellness.inactive:before,.theme-dark .menus button.wellness.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.doctoronline.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.doctoronline.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.doctoronline.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.doctoronline.inactive,.employerPolicyWrapper .redPolicyCard .menus button.doctoronline.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.doctoronline.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.doctoronline.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.doctoronline.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.doctoronline.inactive,.menus .employerPolicyWrapper .redPolicyCard button.doctoronline.inactive,.menus button.doctoronline.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.doctoronline.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.doctoronline.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.doctoronline.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.doctoronline.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.doctoronline.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.doctoronline.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.doctoronline.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.doctoronline.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.doctoronline.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.doctoronline.inactive,.theme-dark .menus button.doctoronline.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.doctoronline.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.doctoronline.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.doctoronline.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.doctoronline.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.doctoronline.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.doctoronline.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.doctoronline.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.doctoronline.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.doctoronline.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.doctoronline.inactive:before,.menus button.doctoronline.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.doctoronline.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.doctoronline.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.doctoronline.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.doctoronline.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.doctoronline.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.doctoronline.inactive:before,.theme-dark .menus button.doctoronline.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.repairvehicle.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.repairvehicle.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.repairvehicle.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.repairvehicle.inactive,.employerPolicyWrapper .redPolicyCard .menus button.repairvehicle.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.repairvehicle.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.repairvehicle.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.repairvehicle.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.repairvehicle.inactive,.menus .employerPolicyWrapper .redPolicyCard button.repairvehicle.inactive,.menus button.repairvehicle.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.repairvehicle.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.repairvehicle.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.repairvehicle.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.repairvehicle.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.repairvehicle.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.repairvehicle.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.repairvehicle.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.repairvehicle.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.repairvehicle.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.repairvehicle.inactive,.theme-dark .menus button.repairvehicle.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.repairvehicle.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.repairvehicle.inactive:before,.menus button.repairvehicle.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.repairvehicle.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.repairvehicle.inactive:before,.theme-dark .menus button.repairvehicle.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.settings.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.settings.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.settings.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.settings.inactive,.employerPolicyWrapper .redPolicyCard .menus button.settings.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.settings.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.settings.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.settings.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.settings.inactive,.menus .employerPolicyWrapper .redPolicyCard button.settings.inactive,.menus button.settings.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.settings.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.settings.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.settings.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.settings.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.settings.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.settings.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.settings.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.settings.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.settings.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.settings.inactive,.theme-dark .menus button.settings.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.settings.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.settings.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.settings.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.settings.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.settings.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.settings.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.settings.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.settings.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.settings.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.settings.inactive:before,.menus button.settings.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.settings.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.settings.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.settings.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.settings.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.settings.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.settings.inactive:before,.theme-dark .menus button.settings.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.employe.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.employe.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.employe.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.employe.inactive,.employerPolicyWrapper .redPolicyCard .menus button.employe.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.employe.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.employe.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.employe.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.employe.inactive,.menus .employerPolicyWrapper .redPolicyCard button.employe.inactive,.menus button.employe.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.employe.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.employe.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.employe.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.employe.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.employe.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.employe.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.employe.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.employe.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.employe.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.employe.inactive,.theme-dark .menus button.employe.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.employe.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.employe.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.employe.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.employe.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.employe.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.employe.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.employe.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.employe.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.employe.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.employe.inactive:before,.menus button.employe.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.employe.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.employe.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.employe.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.employe.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.employe.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.employe.inactive:before,.theme-dark .menus button.employe.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.report.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.report.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.report.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.report.inactive,.employerPolicyWrapper .redPolicyCard .menus button.report.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.report.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.report.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.report.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.report.inactive,.menus .employerPolicyWrapper .redPolicyCard button.report.inactive,.menus button.report.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.report.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.report.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.report.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.report.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.report.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.report.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.report.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.report.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.report.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.report.inactive,.theme-dark .menus button.report.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.report.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.report.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.report.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.report.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.report.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.report.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.report.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.report.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.report.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.report.inactive:before,.menus button.report.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.report.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.report.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.report.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.report.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.report.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.report.inactive:before,.theme-dark .menus button.report.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.endorsement.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.endorsement.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.endorsement.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.endorsement.inactive,.employerPolicyWrapper .redPolicyCard .menus button.endorsement.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.endorsement.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.endorsement.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.endorsement.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.endorsement.inactive,.menus .employerPolicyWrapper .redPolicyCard button.endorsement.inactive,.menus button.endorsement.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.endorsement.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.endorsement.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.endorsement.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.endorsement.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.endorsement.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.endorsement.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.endorsement.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.endorsement.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.endorsement.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.endorsement.inactive,.theme-dark .menus button.endorsement.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.endorsement.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.endorsement.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.endorsement.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.endorsement.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.endorsement.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.endorsement.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.endorsement.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.endorsement.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.endorsement.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.endorsement.inactive:before,.menus button.endorsement.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.endorsement.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.endorsement.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.endorsement.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.endorsement.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.endorsement.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.endorsement.inactive:before,.theme-dark .menus button.endorsement.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.knowledge.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.knowledge.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.knowledge.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.knowledge.inactive,.employerPolicyWrapper .redPolicyCard .menus button.knowledge.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.knowledge.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.knowledge.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.knowledge.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.knowledge.inactive,.menus .employerPolicyWrapper .redPolicyCard button.knowledge.inactive,.menus button.knowledge.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.knowledge.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.knowledge.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.knowledge.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.knowledge.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.knowledge.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.knowledge.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.knowledge.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.knowledge.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.knowledge.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.knowledge.inactive,.theme-dark .menus button.knowledge.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.knowledge.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.knowledge.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.knowledge.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.knowledge.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.knowledge.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.knowledge.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.knowledge.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.knowledge.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.knowledge.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.knowledge.inactive:before,.menus button.knowledge.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.knowledge.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.knowledge.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.knowledge.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.knowledge.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.knowledge.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.knowledge.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.knowledge.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.knowledge.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.knowledge.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.knowledge.inactive:before,.theme-dark .menus button.knowledge.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.quote.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.quote.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.quote.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.quote.inactive,.employerPolicyWrapper .redPolicyCard .menus button.quote.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.quote.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.quote.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.quote.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.quote.inactive,.menus .employerPolicyWrapper .redPolicyCard button.quote.inactive,.menus button.quote.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.quote.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.quote.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.quote.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.quote.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.quote.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.quote.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.quote.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.quote.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.quote.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.quote.inactive,.theme-dark .menus button.quote.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.quote.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.quote.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.quote.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.quote.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.quote.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.quote.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.quote.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.quote.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.quote.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.quote.inactive:before,.menus button.quote.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.quote.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.quote.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.quote.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.quote.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.quote.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.quote.inactive:before,.theme-dark .menus button.quote.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.renewal.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.renewal.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.renewal.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.renewal.inactive,.employerPolicyWrapper .redPolicyCard .menus button.renewal.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.renewal.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.renewal.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.renewal.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.renewal.inactive,.menus .employerPolicyWrapper .redPolicyCard button.renewal.inactive,.menus button.renewal.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.renewal.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.renewal.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.renewal.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.renewal.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.renewal.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.renewal.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.renewal.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.renewal.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.renewal.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.renewal.inactive,.theme-dark .menus button.renewal.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.renewal.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.renewal.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.renewal.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.renewal.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.renewal.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.renewal.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.renewal.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.renewal.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.renewal.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.renewal.inactive:before,.menus button.renewal.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.renewal.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.renewal.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.renewal.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.renewal.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.renewal.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.renewal.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.renewal.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.renewal.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.renewal.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.renewal.inactive:before,.theme-dark .menus button.renewal.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.policies.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.policies.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.policies.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.policies.inactive,.employerPolicyWrapper .redPolicyCard .menus button.policies.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.policies.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.policies.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.policies.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.policies.inactive,.menus .employerPolicyWrapper .redPolicyCard button.policies.inactive,.menus button.policies.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.policies.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.policies.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.policies.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.policies.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.policies.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.policies.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.policies.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.policies.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.policies.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.policies.inactive,.theme-dark .menus button.policies.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.policies.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.policies.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.policies.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.policies.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.policies.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.policies.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.policies.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.policies.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.policies.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.policies.inactive:before,.menus button.policies.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.policies.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.policies.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.policies.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.policies.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.policies.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.policies.inactive:before,.theme-dark .menus button.policies.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.clients.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.clients.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.clients.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.clients.inactive,.employerPolicyWrapper .redPolicyCard .menus button.clients.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.clients.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.clients.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.clients.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.clients.inactive,.menus .employerPolicyWrapper .redPolicyCard button.clients.inactive,.menus button.clients.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.clients.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.clients.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.clients.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.clients.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.clients.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.clients.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.clients.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.clients.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.clients.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.clients.inactive,.theme-dark .menus button.clients.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.clients.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.clients.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.clients.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.clients.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.clients.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.clients.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.clients.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.clients.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.clients.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.clients.inactive:before,.menus button.clients.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.clients.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.clients.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.clients.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.clients.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.clients.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.clients.inactive:before,.theme-dark .menus button.clients.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.contacts.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.contacts.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.contacts.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.contacts.inactive,.employerPolicyWrapper .redPolicyCard .menus button.contacts.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.contacts.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.contacts.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.contacts.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.contacts.inactive,.menus .employerPolicyWrapper .redPolicyCard button.contacts.inactive,.menus button.contacts.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.contacts.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.contacts.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.contacts.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.contacts.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.contacts.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.contacts.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.contacts.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.contacts.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.contacts.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.contacts.inactive,.theme-dark .menus button.contacts.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.contacts.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.contacts.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.contacts.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.contacts.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.contacts.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.contacts.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.contacts.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.contacts.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.contacts.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.contacts.inactive:before,.menus button.contacts.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.contacts.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.contacts.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.contacts.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.contacts.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.contacts.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.contacts.inactive:before,.theme-dark .menus button.contacts.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus button.taskmanagement.inactive,.employerPolicyWrapper .cyanPolicyCard .menus button.taskmanagement.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus button.taskmanagement.inactive,.employerPolicyWrapper .purplePolicyCard .menus button.taskmanagement.inactive,.employerPolicyWrapper .redPolicyCard .menus button.taskmanagement.inactive,.menus .employerPolicyWrapper .bluePolicyCard button.taskmanagement.inactive,.menus .employerPolicyWrapper .cyanPolicyCard button.taskmanagement.inactive,.menus .employerPolicyWrapper .palePinkPolicyCard button.taskmanagement.inactive,.menus .employerPolicyWrapper .purplePolicyCard button.taskmanagement.inactive,.menus .employerPolicyWrapper .redPolicyCard button.taskmanagement.inactive,.menus button.taskmanagement.active{color:#333}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.taskmanagement.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.taskmanagement.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.taskmanagement.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.taskmanagement.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.taskmanagement.inactive,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.taskmanagement.inactive,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.taskmanagement.inactive,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.taskmanagement.inactive,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.taskmanagement.inactive,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.taskmanagement.inactive,.theme-dark .menus button.taskmanagement.active{color:#fff}.employerPolicyWrapper .bluePolicyCard .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .cyanPolicyCard .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .purplePolicyCard .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .redPolicyCard .menus button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .bluePolicyCard button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .cyanPolicyCard button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .palePinkPolicyCard button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .purplePolicyCard button.taskmanagement.inactive:before,.menus .employerPolicyWrapper .redPolicyCard button.taskmanagement.inactive:before,.menus button.taskmanagement.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.employerPolicyWrapper .bluePolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .cyanPolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .purplePolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.employerPolicyWrapper .redPolicyCard .theme-dark .menus button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .bluePolicyCard button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .cyanPolicyCard button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .palePinkPolicyCard button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .purplePolicyCard button.taskmanagement.inactive:before,.theme-dark .menus .employerPolicyWrapper .redPolicyCard button.taskmanagement.inactive:before,.theme-dark .menus button.taskmanagement.active:before{box-shadow:none!important}.employerPolicyWrapper .bluePolicyCard .menus .subMenu ul li a.inactive,.employerPolicyWrapper .cyanPolicyCard .menus .subMenu ul li a.inactive,.employerPolicyWrapper .palePinkPolicyCard .menus .subMenu ul li a.inactive,.employerPolicyWrapper .purplePolicyCard .menus .subMenu ul li a.inactive,.employerPolicyWrapper .redPolicyCard .menus .subMenu ul li a.inactive,.menus .subMenu ul li .employerPolicyWrapper .bluePolicyCard a.inactive,.menus .subMenu ul li .employerPolicyWrapper .cyanPolicyCard a.inactive,.menus .subMenu ul li .employerPolicyWrapper .palePinkPolicyCard a.inactive,.menus .subMenu ul li .employerPolicyWrapper .purplePolicyCard a.inactive,.menus .subMenu ul li .employerPolicyWrapper .redPolicyCard a.inactive,.menus .subMenu ul li a.active{color:#2160aa;font-weight:600}html{scroll-behavior:auto}body{background:#fff!important}body.theme-dark{background:#171b1e!important}.background-dashboard-outside{background:#fff!important}.theme-dark .background-dashboard-outside{background:#171b1e!important}.background-dashboard-inside{background:#edf1fe!important}.theme-dark .background-dashboard-inside{background:#171b1e!important}.chart_text{color:#333}.theme-dark .chart_text{color:#fff!important}.theme-dark .chart-background{background:#282c35!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}.theme-dark .ctaBtn .borderBtn{border:none!important;outline:none!important}.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}.theme-dark .blueBtn{background:inherit!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}.theme-dark .greenBtn{background:inherit!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}.theme-dark .blackBtn{background:inherit!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}.theme-dark .redBtn{background:inherit!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}.theme-dark .redBtnlight{background:inherit!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}.theme-dark .lightblueBtn{background:inherit!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}.theme-dark .orangeBtn{background:inherit!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}.theme-dark .text-center{color:#ddd!important}.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.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}.theme-dark .inputField .passwordView:hover{color:#fff!important}.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}.theme-dark .inputField fieldset{border-color:#fff!important}.inputField.uploadFile fieldset{border-radius:8px 0 0 8px}.inputField .error{bottom:-16px;font-size:11px;position:absolute;right:0}.inputField .error,.theme-dark .inputField .error{color:#ec3f3f!important}.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 .no_records{background:#333!important;color:#fff}.theme-dark .MuiMenu-paper .MuiMenu-list{background:#171b1e!important;color:#fff!important}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root{justify-content:stretch!important;line-height:18px}.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;color:#fff!important;display:inline-block;padding:0}.theme-dark .productTabs{border:1px solid #333;padding:0}.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:#fff!important}@media(max-width:1250px){.productTabs .defaultTab{font-size:.6875rem;padding:6px 15px}}.employerPolicyWrapper .bluePolicyCard .productTabs .defaultTab.inactive,.employerPolicyWrapper .cyanPolicyCard .productTabs .defaultTab.inactive,.employerPolicyWrapper .palePinkPolicyCard .productTabs .defaultTab.inactive,.employerPolicyWrapper .purplePolicyCard .productTabs .defaultTab.inactive,.employerPolicyWrapper .redPolicyCard .productTabs .defaultTab.inactive,.productTabs .defaultTab.active,.productTabs .employerPolicyWrapper .bluePolicyCard .defaultTab.inactive,.productTabs .employerPolicyWrapper .cyanPolicyCard .defaultTab.inactive,.productTabs .employerPolicyWrapper .palePinkPolicyCard .defaultTab.inactive,.productTabs .employerPolicyWrapper .purplePolicyCard .defaultTab.inactive,.productTabs .employerPolicyWrapper .redPolicyCard .defaultTab.inactive{background:#2160aa;box-shadow:0 4px 16px #00000026;color:#fff;padding:10px 25px}.employerPolicyWrapper .bluePolicyCard .theme-dark .productTabs .defaultTab.inactive,.employerPolicyWrapper .cyanPolicyCard .theme-dark .productTabs .defaultTab.inactive,.employerPolicyWrapper .palePinkPolicyCard .theme-dark .productTabs .defaultTab.inactive,.employerPolicyWrapper .purplePolicyCard .theme-dark .productTabs .defaultTab.inactive,.employerPolicyWrapper .redPolicyCard .theme-dark .productTabs .defaultTab.inactive,.theme-dark .productTabs .defaultTab.active,.theme-dark .productTabs .employerPolicyWrapper .bluePolicyCard .defaultTab.inactive,.theme-dark .productTabs .employerPolicyWrapper .cyanPolicyCard .defaultTab.inactive,.theme-dark .productTabs .employerPolicyWrapper .palePinkPolicyCard .defaultTab.inactive,.theme-dark .productTabs .employerPolicyWrapper .purplePolicyCard .defaultTab.inactive,.theme-dark .productTabs .employerPolicyWrapper .redPolicyCard .defaultTab.inactive{background:#fff!important;color:#000!important}@media(max-width:1250px){.employerPolicyWrapper .bluePolicyCard .productTabs .defaultTab.inactive,.employerPolicyWrapper .cyanPolicyCard .productTabs .defaultTab.inactive,.employerPolicyWrapper .palePinkPolicyCard .productTabs .defaultTab.inactive,.employerPolicyWrapper .purplePolicyCard .productTabs .defaultTab.inactive,.employerPolicyWrapper .redPolicyCard .productTabs .defaultTab.inactive,.productTabs .defaultTab.active,.productTabs .employerPolicyWrapper .bluePolicyCard .defaultTab.inactive,.productTabs .employerPolicyWrapper .cyanPolicyCard .defaultTab.inactive,.productTabs .employerPolicyWrapper .palePinkPolicyCard .defaultTab.inactive,.productTabs .employerPolicyWrapper .purplePolicyCard .defaultTab.inactive,.productTabs .employerPolicyWrapper .redPolicyCard .defaultTab.inactive{padding:10px 15px}}.employerPolicyWrapper .bluePolicyCard .productTabs .defaultTab.inactive:before,.employerPolicyWrapper .cyanPolicyCard .productTabs .defaultTab.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .productTabs .defaultTab.inactive:before,.employerPolicyWrapper .purplePolicyCard .productTabs .defaultTab.inactive:before,.employerPolicyWrapper .redPolicyCard .productTabs .defaultTab.inactive:before,.productTabs .defaultTab.active:before,.productTabs .employerPolicyWrapper .bluePolicyCard .defaultTab.inactive:before,.productTabs .employerPolicyWrapper .cyanPolicyCard .defaultTab.inactive:before,.productTabs .employerPolicyWrapper .palePinkPolicyCard .defaultTab.inactive:before,.productTabs .employerPolicyWrapper .purplePolicyCard .defaultTab.inactive:before,.productTabs .employerPolicyWrapper .redPolicyCard .defaultTab.inactive: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}.employerPolicyWrapper .bluePolicyCard .productTabs .health.inactive,.employerPolicyWrapper .cyanPolicyCard .productTabs .health.inactive,.employerPolicyWrapper .palePinkPolicyCard .productTabs .health.inactive,.employerPolicyWrapper .purplePolicyCard .productTabs .health.inactive,.employerPolicyWrapper .redPolicyCard .productTabs .health.inactive,.productTabs .employerPolicyWrapper .bluePolicyCard .health.inactive,.productTabs .employerPolicyWrapper .cyanPolicyCard .health.inactive,.productTabs .employerPolicyWrapper .palePinkPolicyCard .health.inactive,.productTabs .employerPolicyWrapper .purplePolicyCard .health.inactive,.productTabs .employerPolicyWrapper .redPolicyCard .health.inactive,.productTabs .health.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.employerPolicyWrapper .bluePolicyCard .productTabs .health.inactive:before,.employerPolicyWrapper .cyanPolicyCard .productTabs .health.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .productTabs .health.inactive:before,.employerPolicyWrapper .purplePolicyCard .productTabs .health.inactive:before,.employerPolicyWrapper .redPolicyCard .productTabs .health.inactive:before,.productTabs .employerPolicyWrapper .bluePolicyCard .health.inactive:before,.productTabs .employerPolicyWrapper .cyanPolicyCard .health.inactive:before,.productTabs .employerPolicyWrapper .palePinkPolicyCard .health.inactive:before,.productTabs .employerPolicyWrapper .purplePolicyCard .health.inactive:before,.productTabs .employerPolicyWrapper .redPolicyCard .health.inactive:before,.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}.employerPolicyWrapper .bluePolicyCard .productTabs .car.inactive,.employerPolicyWrapper .cyanPolicyCard .productTabs .car.inactive,.employerPolicyWrapper .palePinkPolicyCard .productTabs .car.inactive,.employerPolicyWrapper .purplePolicyCard .productTabs .car.inactive,.employerPolicyWrapper .redPolicyCard .productTabs .car.inactive,.productTabs .car.active,.productTabs .employerPolicyWrapper .bluePolicyCard .car.inactive,.productTabs .employerPolicyWrapper .cyanPolicyCard .car.inactive,.productTabs .employerPolicyWrapper .palePinkPolicyCard .car.inactive,.productTabs .employerPolicyWrapper .purplePolicyCard .car.inactive,.productTabs .employerPolicyWrapper .redPolicyCard .car.inactive{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.employerPolicyWrapper .bluePolicyCard .productTabs .car.inactive:before,.employerPolicyWrapper .cyanPolicyCard .productTabs .car.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .productTabs .car.inactive:before,.employerPolicyWrapper .purplePolicyCard .productTabs .car.inactive:before,.employerPolicyWrapper .redPolicyCard .productTabs .car.inactive:before,.productTabs .car.active:before,.productTabs .employerPolicyWrapper .bluePolicyCard .car.inactive:before,.productTabs .employerPolicyWrapper .cyanPolicyCard .car.inactive:before,.productTabs .employerPolicyWrapper .palePinkPolicyCard .car.inactive:before,.productTabs .employerPolicyWrapper .purplePolicyCard .car.inactive:before,.productTabs .employerPolicyWrapper .redPolicyCard .car.inactive: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}.employerPolicyWrapper .bluePolicyCard .productTabs .bike.inactive,.employerPolicyWrapper .cyanPolicyCard .productTabs .bike.inactive,.employerPolicyWrapper .palePinkPolicyCard .productTabs .bike.inactive,.employerPolicyWrapper .purplePolicyCard .productTabs .bike.inactive,.employerPolicyWrapper .redPolicyCard .productTabs .bike.inactive,.productTabs .bike.active,.productTabs .employerPolicyWrapper .bluePolicyCard .bike.inactive,.productTabs .employerPolicyWrapper .cyanPolicyCard .bike.inactive,.productTabs .employerPolicyWrapper .palePinkPolicyCard .bike.inactive,.productTabs .employerPolicyWrapper .purplePolicyCard .bike.inactive,.productTabs .employerPolicyWrapper .redPolicyCard .bike.inactive{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.employerPolicyWrapper .bluePolicyCard .productTabs .bike.inactive:before,.employerPolicyWrapper .cyanPolicyCard .productTabs .bike.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .productTabs .bike.inactive:before,.employerPolicyWrapper .purplePolicyCard .productTabs .bike.inactive:before,.employerPolicyWrapper .redPolicyCard .productTabs .bike.inactive:before,.productTabs .bike.active:before,.productTabs .employerPolicyWrapper .bluePolicyCard .bike.inactive:before,.productTabs .employerPolicyWrapper .cyanPolicyCard .bike.inactive:before,.productTabs .employerPolicyWrapper .palePinkPolicyCard .bike.inactive:before,.productTabs .employerPolicyWrapper .purplePolicyCard .bike.inactive:before,.productTabs .employerPolicyWrapper .redPolicyCard .bike.inactive: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}.employerPolicyWrapper .bluePolicyCard .productTabs .term.inactive,.employerPolicyWrapper .cyanPolicyCard .productTabs .term.inactive,.employerPolicyWrapper .palePinkPolicyCard .productTabs .term.inactive,.employerPolicyWrapper .purplePolicyCard .productTabs .term.inactive,.employerPolicyWrapper .redPolicyCard .productTabs .term.inactive,.productTabs .employerPolicyWrapper .bluePolicyCard .term.inactive,.productTabs .employerPolicyWrapper .cyanPolicyCard .term.inactive,.productTabs .employerPolicyWrapper .palePinkPolicyCard .term.inactive,.productTabs .employerPolicyWrapper .purplePolicyCard .term.inactive,.productTabs .employerPolicyWrapper .redPolicyCard .term.inactive,.productTabs .term.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.employerPolicyWrapper .bluePolicyCard .productTabs .term.inactive:before,.employerPolicyWrapper .cyanPolicyCard .productTabs .term.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .productTabs .term.inactive:before,.employerPolicyWrapper .purplePolicyCard .productTabs .term.inactive:before,.employerPolicyWrapper .redPolicyCard .productTabs .term.inactive:before,.productTabs .employerPolicyWrapper .bluePolicyCard .term.inactive:before,.productTabs .employerPolicyWrapper .cyanPolicyCard .term.inactive:before,.productTabs .employerPolicyWrapper .palePinkPolicyCard .term.inactive:before,.productTabs .employerPolicyWrapper .purplePolicyCard .term.inactive:before,.productTabs .employerPolicyWrapper .redPolicyCard .term.inactive:before,.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}.employerPolicyWrapper .bluePolicyCard .productTabs .investment.inactive,.employerPolicyWrapper .cyanPolicyCard .productTabs .investment.inactive,.employerPolicyWrapper .palePinkPolicyCard .productTabs .investment.inactive,.employerPolicyWrapper .purplePolicyCard .productTabs .investment.inactive,.employerPolicyWrapper .redPolicyCard .productTabs .investment.inactive,.productTabs .employerPolicyWrapper .bluePolicyCard .investment.inactive,.productTabs .employerPolicyWrapper .cyanPolicyCard .investment.inactive,.productTabs .employerPolicyWrapper .palePinkPolicyCard .investment.inactive,.productTabs .employerPolicyWrapper .purplePolicyCard .investment.inactive,.productTabs .employerPolicyWrapper .redPolicyCard .investment.inactive,.productTabs .investment.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.employerPolicyWrapper .bluePolicyCard .productTabs .investment.inactive:before,.employerPolicyWrapper .cyanPolicyCard .productTabs .investment.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .productTabs .investment.inactive:before,.employerPolicyWrapper .purplePolicyCard .productTabs .investment.inactive:before,.employerPolicyWrapper .redPolicyCard .productTabs .investment.inactive:before,.productTabs .employerPolicyWrapper .bluePolicyCard .investment.inactive:before,.productTabs .employerPolicyWrapper .cyanPolicyCard .investment.inactive:before,.productTabs .employerPolicyWrapper .palePinkPolicyCard .investment.inactive:before,.productTabs .employerPolicyWrapper .purplePolicyCard .investment.inactive:before,.productTabs .employerPolicyWrapper .redPolicyCard .investment.inactive:before,.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}.employerPolicyWrapper .bluePolicyCard .productTabs .travel.inactive,.employerPolicyWrapper .cyanPolicyCard .productTabs .travel.inactive,.employerPolicyWrapper .palePinkPolicyCard .productTabs .travel.inactive,.employerPolicyWrapper .purplePolicyCard .productTabs .travel.inactive,.employerPolicyWrapper .redPolicyCard .productTabs .travel.inactive,.productTabs .employerPolicyWrapper .bluePolicyCard .travel.inactive,.productTabs .employerPolicyWrapper .cyanPolicyCard .travel.inactive,.productTabs .employerPolicyWrapper .palePinkPolicyCard .travel.inactive,.productTabs .employerPolicyWrapper .purplePolicyCard .travel.inactive,.productTabs .employerPolicyWrapper .redPolicyCard .travel.inactive,.productTabs .travel.active{background:#2160aa;border:.5px solid #2160aa;box-shadow:0 4px 16px #00000026;color:#fff;transition:all .3s ease-in}.employerPolicyWrapper .bluePolicyCard .productTabs .travel.inactive:before,.employerPolicyWrapper .cyanPolicyCard .productTabs .travel.inactive:before,.employerPolicyWrapper .palePinkPolicyCard .productTabs .travel.inactive:before,.employerPolicyWrapper .purplePolicyCard .productTabs .travel.inactive:before,.employerPolicyWrapper .redPolicyCard .productTabs .travel.inactive:before,.productTabs .employerPolicyWrapper .bluePolicyCard .travel.inactive:before,.productTabs .employerPolicyWrapper .cyanPolicyCard .travel.inactive:before,.productTabs .employerPolicyWrapper .palePinkPolicyCard .travel.inactive:before,.productTabs .employerPolicyWrapper .purplePolicyCard .travel.inactive:before,.productTabs .employerPolicyWrapper .redPolicyCard .travel.inactive:before,.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}.theme-dark .selector:after{border-color:#fff!important}.selector button{font-family:Montserrat;font-size:.875rem;position:relative;text-transform:capitalize;z-index:1}.theme-dark .selector button{color:#fff!important}.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 .selector .selection{background:#fff!important;color:#000!important}.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;color:#000!important}.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}.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;border-radius:0 10px 10px 0;color:#fff;display:inline-block;font-family:Montserrat;font-size:14px;font-weight:500;line-height:24px;padding:16px 20px;text-align:center;text-transform:capitalize}.browsebtn:hover{background:#2160aa;color:#fff}.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;height:38px;min-width:20px;position:fixed;right:64px;transition:all .3s ease;width:38px;z-index:99}.dashboardWrapper .shortcutBtn,.dashboardWrapper .shortcutBtn:hover{background:#2160aa 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}.user-tabs{border:1px solid #ccc;border-radius:100px;display:flex;gap:20px;height:37px;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.theme-dark .user-tabs{border:1px solid #333!important}.user-tabs button{background:none;color:rgba(0,0,0,.502);font-family:Poppins;font-family:Montserrat;font-size:14px;font-weight:500;gap:8px;height:37px;letter-spacing:0;line-height:17.07px;padding:10px;text-transform:capitalize;width:130px}.theme-dark .user-tabs button{color:#fff!important}.employerPolicyWrapper .bluePolicyCard .user-tabs button.inactive,.employerPolicyWrapper .cyanPolicyCard .user-tabs button.inactive,.employerPolicyWrapper .palePinkPolicyCard .user-tabs button.inactive,.employerPolicyWrapper .purplePolicyCard .user-tabs button.inactive,.employerPolicyWrapper .redPolicyCard .user-tabs button.inactive,.user-tabs .employerPolicyWrapper .bluePolicyCard button.inactive,.user-tabs .employerPolicyWrapper .cyanPolicyCard button.inactive,.user-tabs .employerPolicyWrapper .palePinkPolicyCard button.inactive,.user-tabs .employerPolicyWrapper .purplePolicyCard button.inactive,.user-tabs .employerPolicyWrapper .redPolicyCard button.inactive,.user-tabs button.active{background:#2160aa;border-radius:40px;color:#fff}.theme-dark .test-dark{color:#fff!important}.rs-picker-toggle-placeholder{color:#000}.theme-dark .rs-picker-toggle-placeholder{color:#fff!important}.cropper-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.cropper-overlay .cropper-modal-container{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0003;max-height:600px;max-width:600px;min-height:600px;overflow:hidden;padding:20px 20px 38px;position:relative;width:842px}.cropper-overlay .cropper-modal-container h3{color:#2160aa;font-family:Montserrat;font-size:20px;font-weight:500;left:50%;letter-spacing:0;line-height:100%;position:absolute;top:20px;transform:translateX(-50%)}.cropper-overlay .cropper-modal-container .cropclose{background:#0000;border:none;position:absolute;right:10px;top:10px}.cropper-overlay .cropper-modal-container .cropclose svg{color:#2160aa}.cropper-overlay .cropper-footer{display:flex;gap:20px;justify-content:center;margin-top:20px}.cropper-overlay .cropper-footer button{border:none;border-radius:10px;cursor:pointer;font-family:Montserrat;gap:10px;padding:10px 40px}@media(max-width:600px){.cropper-overlay .cropper-footer button{padding:10px 15px!important}}.cropper-overlay .cropper-footer button.filled{background:#2160aa!important;color:#fff;overflow:hidden;position:relative}.cropper-overlay .cropper-footer button.filled input.new-img{cursor:pointer;height:50px;left:-103px;opacity:0;position:absolute;top:0}.cropper-overlay .cropper-footer button.filled input.new-img:hover{cursor:pointer}.cropper-overlay .cropper-footer button.outlined{background:#0000;border:1px solid #2160aa;color:#2160aa}.cropper-wrapper{align-items:center;display:flex;justify-content:center}.copy-container{position:relative}.copy-container span{align-items:center;background:#e4f1ff!important;border-radius:50%;color:#2160aa!important;display:block;display:flex;height:24px;justify-content:center;left:139px!important;position:absolute;top:50%;transform:translateY(-50%);width:24px}.copy-container span>svg{width:12px!important}.accessLinkContainer{gap:24px;padding-left:24px;width:728px}.accessLinkContainer .tooltip{align-items:center;bottom:-41px;display:flex;height:35px;justify-content:center;left:-15px;position:absolute;width:35px}.accessLinkContainer .tooltip span{color:#fff!important;font-family:Montserrat;font-size:12px;position:absolute;top:14px!important}.theme-dark .accessLinkContainer .tooltip span{color:#000!important}.accessLinkContainer h3{margin:0}.accessLinkContainer button{background:none!important}.accessLinkContainer .accessLinkField{align-items:center;display:flex;gap:18px}.accessLinkContainer .accessLinkField>div{flex:1 1}.accessLinkContainer .accessLinkField .refresh-btn{background:none!important}.theme-dark .accessLinkContainer .accessLinkField .refresh-btn svg{color:#fff!important}.accessLinkContainer .clickboard-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:84px;margin-top:12px;width:94%}.accessLinkContainer .clickboard-container>h3{font-family:Montserrat;font-size:14px;font-weight:500;letter-spacing:0;line-height:14px}.accessLinkContainer .clickboard-container .btn-container{align-items:center;display:flex;gap:14px}.accessLinkContainer .clickboard-container .btn-container button{position:relative}.theme-dark .accessLinkContainer .clickboard-container .btn-container button img{filter:invert(100%) brightness(1000%)}.accessLinkContainer .accessLinkCopied{align-items:center;border:2px solid rgba(33,96,170,.188);border-radius:12px;bottom:50px;display:flex;gap:12px;height:56px;padding:16px;position:fixed;right:50px;width:222px}.theme-dark .accessLinkContainer .accessLinkCopied{color:#fff}.accessLinkContainer .red{color:#d62628}.accessLinkContainer .green{color:#4e8649}.theme-dark .MuiList-padding.MuiMenu-list{background:#242424!important;color:#fff!important}@media(max-width:600px){.theme-dark .MuiList-padding.MuiMenu-list{background:#2f2e3e!important;color:#fff!important}}.theme-dark .MuiAutocomplete-listbox{background:#242424!important;color:#fff!important}@media(max-width:600px){.theme-dark .MuiAutocomplete-listbox{background:#2f2e3e!important;color:#fff!important}}.theme-dark .MuiAutocomplete-noOptions{background:#242424!important;color:#fff!important}@media(max-width:600px){.theme-dark .MuiAutocomplete-noOptions{background:#2f2e3e!important;color:#fff!important}}.theme-dark h2.public,.theme-dark h3.public{color:#000!important}.theme-dark .inputField.public label{color:#8c8c8c!important}.theme-dark .inputField.public label.Mui-focused{color:#2160aa!important}.theme-dark .inputField.public input{background:none!important;color:#000!important}.theme-dark .inputField.public .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2160aa!important}.theme-dark legend>span{opacity:0!important}.theme-dark .MuiTablePagination-input svg{color:#fff!important}::-webkit-scrollbar{height:5px!important;width:8px}::-webkit-scrollbar-track{background:#0000!important;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.suggestions{display:flex;flex-wrap:wrap;gap:15px;list-style:none}.suggestions li{background:#e5f1ff;border-radius:2px;color:#2160aa;font-family:Montserrat;font-size:12px;font-weight:500;gap:10px;height:32;letter-spacing:0;line-height:24px;padding:4px 6px;width:49}.theme-dark .save_btn.Mui-disabled{background:#2160aa!important;color:#ccc!important}.theme-dark .fileupload input{-webkit-text-fill-color:#fff!important;color:red!important}.ctaBtn .theme-dark .Mui-disabled.mediumBtn,.ctaBtn .theme-dark .Mui-disabled.smBtn,.theme-dark .ctaBtn .Mui-disabled.mediumBtn,.theme-dark .ctaBtn .Mui-disabled.smBtn,.theme-dark .submitBtn.Mui-disabled{background:#193b63!important;color:#fff}.theme-dark span.MuiFormLabel-asterisk,span.MuiFormLabel-asterisk{color:#ec3f3f!important}.test{color:#ff0!important}.theme-dark .uploadFile>div input{-webkit-text-fill-color:#fff!important;color:#fff!important;opacity:1!important}label.browsebtn{width:100%!important}.spacer{display:block;height:20px}.signoutMenu.new button{align-items:center;background:none;border-left:1px solid #ccc;display:flex;gap:8px;padding-left:16px}.theme-dark .signoutMenu.new button{color:#fff!important}.signoutMenu.new button span{font-family:Montserrat;font-size:12px;font-weight:500;letter-spacing:0;line-height:18px;text-align:center}.signoutMenu.new button>div{border-radius:50%;display:flex;height:36px;overflow:hidden;width:36px}ul.recharts-default-legend{margin-top:28px!important}.main-footer{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8f9ff;bottom:0;box-shadow:0 4px 8px 0 rgba(0,0,0,.078);display:flex;gap:12px;height:60px;justify-content:flex-end;left:0;padding-right:20px;position:fixed;right:0;width:100%;z-index:200}.theme-dark .main-footer{background:#1c2530!important}.country-phone-input{display:flex;height:40px}.country-phone-input .dropdown-button{height:100%!important;outline:none!important}.theme-dark .country-phone-input .dropdown-button{color:#fff!important}.country-phone-input input.phone-input{background:#0000!important;border:none!important;font-family:Poppins;height:40px!important;max-width:142px;outline:none!important;padding:0 5px;width:142px}.theme-dark .country-phone-input input.phone-input{color:#fff!important}.country-phone-input div.dropdown{position:relative}.country-phone-input ul.dropdown-menu{background:#fff!important;box-shadow:0 8px 5px #ccc;font-size:12px;left:0;max-height:228px;overflow:scroll;overflow-x:hidden;padding:5px 8px;position:absolute;top:47px;width:226px;z-index:1000}.country-phone-input button.dropdown-button{align-items:center;background:none!important;border:none!important;border-radius:6px 0 0 6px;cursor:pointer;display:flex;gap:3px;padding:0 10px;width:70px!important}.country-phone-input button.dropdown-button img{height:20px!important;width:16px!important}.country-phone-input button.dropdown-button:after{background-color:#acacac;content:"";height:60%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.country-phone-input li.dropdown-item{align-items:center;display:flex;height:43px}.country-phone-input li.dropdown-item:hover{background:#f5f5f5!important}@media(max-width:768px){.country-phone-input li.dropdown-item img{height:16px!important;width:16px!important}}.country-phone-input input.dropdown-search{opacity:0}.theme-dark .storage-cont .status_dropdown .MuiSelect-select.MuiSelect-outlined.MuiInputBase-input.MuiOutlinedInput-input,.theme-dark .storage-cont .status_dropdown svg{color:#fff!important}.theme-dark .storage-cont div .Mui-disabled{-webkit-text-fill-color:#fff!important;color:#fff!important;opacity:.5!important}.theme-dark .privacy-pg{background:#151c25!important;color:#fff!important}.privacy-hdr{box-shadow:0 2px 6px #0000001a}.theme-dark .privacy-hdr{background:#151c25!important;box-shadow:none!important}.copyright-footer{background:#fff!important}.theme-dark .copyright-footer{background:#282c35!important;color:#fff!important}.feature-exclusion-not-data-text{color:#000}.theme-dark .feature-exclusion-not-data-text{color:#fff!important}.theme-dark .storage-cont .MuiSelect-select{background:url(/static/media/down_arrow_white.8f5648fa4ef7b6544fb8.svg) no-repeat right 6px center/10px!important;color:#ddd}.rs-picker-daterange-menu{z-index:10000!important}.theme-dark .MuiInputBase-adornedEnd p{color:#fff!important}.theme-dark .detailSection .sectionsHeading,.theme-dark .sectionsHeading.transparent-bg{background:none!important}.country-phone-input-wrapper{border:1px solid #0003}.theme-dark .country-phone-input-wrapper{border-color:#fff!important}.theme-dark .myDateField input[type=date]::-webkit-calendar-picker-indicator{filter:invert(100%) brightness(200%)}.theme-dark .inputField{background:#333!important;border-radius:8px}.theme-dark .inputField input,.theme-dark .inputField.uploadFile{background:none!important}.header-v2{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.078);display:flex;height:60px;margin-bottom:20px;padding:0 12px;width:100%}.theme-dark .header-v2{background:#1c2530}.header-v2 .left-img{align-items:center;display:flex;height:auto;min-height:30px;min-width:60px;overflow:hidden}.header-v2 .left-img,.header-v2 .left-img img{max-height:50px;max-width:122px;object-fit:contain}.header-v2 .right-side{align-items:center;display:flex;flex:1 1;gap:16px;height:100%;justify-content:flex-end}.header-v2 .right-side .new-user-profile{align-items:center;background:none;border-left:1px solid #ccc;display:flex;gap:8px;padding-left:16px}.header-v2 .right-side .new-user-profile span{font-family:Montserrat;font-size:12px;font-weight:500;letter-spacing:0;line-height:18px;text-align:center}.theme-dark .header-v2 .right-side .new-user-profile span{color:#fff}.header-v2 .right-side .new-user-profile>div{border-radius:50%;display:flex;height:36px;overflow:hidden;width:36px}.header-v2 .topNavbarV2 .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}.header-v2 .topNavbarV2 .searchInput{background:url(/static/media/search_icon.8a3851879ca43e501834.svg) no-repeat 17px/18px;max-width:360px;position:relative}.header-v2 .topNavbarV2 .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}.header-v2 .topNavbarV2 .searchInput input:focus-visible{border:none;outline:none}.header-v2 .topNavbarV2 .notificationMenu{color:#000;display:inline-block;height:35px;margin-right:20px;width:35px}.header-v2 .topNavbarV2 .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 .header-v2 .topNavbarV2 .notificationMenu .bellIcon{background-color:#000;background:#000 url(/static/media/bell_icon_white.ec29abf24bce20ebfe4c.svg) no-repeat center 6px/18px}.header-v2 .topNavbarV2 .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}.header-v2 .topNavbarV2 .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 .header-v2 .topNavbarV2 .signoutMenu{background:#333 url(/static/media/logout_icon_white.4f3e03845511411f4338.svg) no-repeat 50%/36px}.theme-dark .header-v2 .topNavbarV2 .signoutMenu:hover{background-color:#333!important}.header-v2 .topNavbarV2 .signoutMenu:hover{background-color:#fff}.header-v2 .topNavbarV2 .signoutMenu button{height:38px;width:50px}.header-v2 .topNavbarV2 .signoutMenu button:hover{background-color:#0000}.header-v2 .topNavbarV2 .portalChangeTab{border-radius:8px;color:#000;display:inline-block;margin-right:16px}.theme-dark .header-v2 .topNavbarV2 .portalChangeTab{color:rgba(0,0,0,.502)}.header-v2 .topNavbarV2 .portalChangeTab:hover{background-color:#fff;border-radius:13px}.header-v2 .topNavbarV2 .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 .header-v2 .topNavbarV2 .portalChangeTab button{background:#333;color:#fff}.header-v2 .topNavbarV2 .portalChangeTab button svg{background:#2160aa!important;border-radius:50%;color:#fff;font-size:14px;margin-left:8px}.header-v2 .topNavbarV2 .portalChangeTab button:hover{background-color:#0000}.theme-dark .header-v2 .topNavbarV2 .portalChangeTab button:hover{background:#333}.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:#333 url(/static/media/logout_icon_white.4f3e03845511411f4338.svg) no-repeat 50%/36px}.theme-dark .topNavbar .signoutMenu:hover{background-color:#333!important}.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;border-radius:13px}.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{background:#333;color:#fff}.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}.theme-dark .topNavbar .portalChangeTab button:hover{background:#333}.theme-dark .MuiMenu-paper{background-color:rgba(0,0,0,.502)}.MuiMenu-paper .MuiMenu-list{max-height:200px;min-width:100px;overflow-y:auto;padding:0}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root{font-family:Montserrat;font-size:.8125rem;font-weight:600!important;justify-content:stretch;line-height:18px!important;padding:8px 12px;width:100%}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root.selected{background:#e4f1ff;color:#000}.theme-dark .MuiMenu-paper .MuiMenu-list .MuiMenuItem-root.selected{background:inherit;color:#fff}.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}.profile-dropdown-container{position:relative}.profile-dropdown-container .selected{align-content:center;border:1px solid #2160aa;border-radius:8px;gap:12px;height:59.4199867249px;padding-left:10px;width:313px}.theme-dark .profile-dropdown-container .selected{border:1px solid #fff!important}.profile-dropdown-container .selected span{color:#000;font-family:Poppins;font-size:15px;font-weight:400;line-height:15px;position:absolute;right:40px;top:20px}.theme-dark .profile-dropdown-container .selected span{color:#fff!important}.profile-dropdown-container .selected img{height:50px;max-width:150px;object-fit:contain}.profile-dropdown-container .options{border-radius:8px;box-shadow:0 4px 13px 0 #2160aa33;cursor:pointer;margin-top:10px;position:relative;width:300px}.theme-dark .profile-dropdown-container .options{box-shadow:0 4px 13px 0 #05000a80}.profile-dropdown-container .options>div{align-content:center;border-bottom:1px solid #d2dde8;gap:12px;height:59px;padding-left:12px;position:relative}.profile-dropdown-container .options>div:last-child{border:none}.profile-dropdown-container .options>div img{height:50px;object-fit:cover;width:150px}.profile-dropdown-container .options span{color:#000;font-family:Poppins;font-size:15px;font-weight:400;letter-spacing:0;line-height:15px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.theme-dark .profile-dropdown-container .options span{color:#fff!important}.profile-dropdown-container button{background:#0000;position:absolute;right:0;top:15px}.switch-container{background:#fff;height:100%;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.theme-dark .switch-container{background:#333;color:#fff}.switch-container::-webkit-scrollbar{width:6px}.switch-container::-webkit-scrollbar-track{background:#c3d4e8;border-radius:10px}.switch-container::-webkit-scrollbar-thumb{background:#2160aa;border-radius:10px}.switch-container::-webkit-scrollbar-thumb:hover{background:#555}.switch-container .icon{align-items:center;background:none;border-bottom:1px solid #d9dcff!important;display:flex;justify-content:space-between;margin-bottom:20px;margin-left:auto;padding-bottom:10px;text-align:right}.switch-container .icon h3{font-size:16px;margin:0}.switch-container .selected-profile{display:flex;gap:12px;margin-bottom:24px}.switch-container .selected-profile .left{align-items:center;background:#e9f3ff;border-radius:12px;color:#000;display:flex;font-family:Montserrat;font-size:20px;font-weight:600;height:80px;justify-content:space-between;justify-content:center;line-height:24.38px;padding:12px;width:80px}.switch-container .selected-profile .right{color:#000;display:flex;flex-direction:column;gap:12px}.switch-container .selected-profile .right h3{color:#000;font-family:Montserrat;font-size:20px;font-weight:600;letter-spacing:0;line-height:24.38px;margin:0}.theme-dark .switch-container .selected-profile .right h3{color:#fff}.switch-container .selected-profile .right span{color:#000;font-family:Montserrat;font-size:14px;font-weight:400;letter-spacing:0;line-height:17.07px}.theme-dark .switch-container .selected-profile .right span{color:#fff}.switch-container .selected-profile .right label{color:#000;font-family:Montserrat;font-size:14px;font-weight:400;letter-spacing:0;line-height:17.07px}.theme-dark .switch-container .selected-profile .right label{color:#fff}.switch-container .profiles-container{display:flex;flex-direction:column;gap:12px;max-height:219px;overflow-y:auto;padding-right:24px}.switch-container .profiles-container::-webkit-scrollbar{width:6px}.switch-container .profiles-container::-webkit-scrollbar-track{background:#c3d4e8;border-radius:10px}.switch-container .profiles-container::-webkit-scrollbar-thumb{background:#2160aa;border-radius:10px}.switch-container .profiles-container::-webkit-scrollbar-thumb:hover{background:#555}.switch-container .profiles-container .profile{align-items:center;border:1px solid #d3dfee;border-radius:12px;display:flex;height:58px;padding:6px 12px;position:relative}.switch-container .profiles-container .profile span{font-family:Poppins;font-size:10px;font-weight:400;letter-spacing:0;line-height:15px;position:absolute;right:12px;text-align:right;top:10px;width:100%}.switch-container .profiles-container .profile>div{height:34px;padding-left:12px;width:135px}.switch-container .profiles-container .profile>div img{height:100%;object-fit:contain;width:100%}.switch-container hr{border:1px solid #c3d4e8;margin-top:24px}.switch-container .feature-list>div{border-bottom:1px solid #c3d4e8;display:flex;flex-direction:column;gap:24px;list-style:none;margin-bottom:24px;margin-top:24px;padding-bottom:12px}.switch-container .feature-list li{align-items:center;display:flex;gap:10px;text-transform:capitalize}.switch-container .feature-list li.rate-exp{border-bottom:1px solid #c3d4e8;margin-bottom:24px}.switch-container .feature-list li img{height:24px;width:24px}.theme-dark .switch-container .feature-list li img{filter:brightness(0) invert(1)}.switch-container .feature-list li label{font-family:Montserrat;font-size:16px;font-weight:500;line-height:19.5px}.switch-container .subscriptions{border-bottom:1px solid #c3d4e8;display:flex;flex-direction:column;gap:10px;margin-bottom:34px;padding-bottom:24px}.switch-container .subscriptions>div:first-child{display:flex;justify-content:space-between}.switch-container .subscriptions>div:first-child button{background:#2160aa;border-radius:20px;color:#fff;font-family:Poppins;font-size:12px;font-weight:400;height:30px;letter-spacing:0;line-height:18px;padding:6px 10px}.switch-container .subscriptions>div:first-child>div{align-items:center;display:flex;gap:10px}.switch-container .subscriptions>div:first-child img{height:24px;width:24px}.theme-dark .switch-container .subscriptions>div:first-child img{filter:brightness(0) invert(1)}.switch-container .subscriptions>div:first-child label{font-family:Montserrat;font-size:16px;font-weight:500;line-height:19.5px}.switch-container .subscriptions p{color:#9f9f9f}.switch-container .subscriptions h4 span,.switch-container .subscriptions p{font-family:Montserrat;font-size:14px;font-weight:500;letter-spacing:0;line-height:17.07px}.switch-container .subscriptions h4 span{color:#2160aa}.switch-container .logout{align-items:center;background:#0000;color:red!important;display:flex;gap:10px}.theme-dark .switch-container .logout{color:#fff!important}.switch-container .logout label{cursor:pointer;font-family:Montserrat;font-size:16px;font-weight:500;letter-spacing:0;line-height:19.5px}.theme-dark .switch-container .logout label{color:#fff!important}.switch-custom-scroll .MuiPaper-root.MuiPaper-elevation::-webkit-scrollbar{width:0}.switch-custom-scroll .MuiPaper-root.MuiPaper-elevation::-webkit-scrollbar-track{background:#c3d4e8;border-radius:10px}.switch-custom-scroll .MuiPaper-root.MuiPaper-elevation::-webkit-scrollbar-thumb{background:#2160aa;border-radius:10px}.switch-custom-scroll .MuiPaper-root.MuiPaper-elevation::-webkit-scrollbar-thumb:hover{background:#555}.overlay-container{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;min-width:100vh;overflow:auto;padding:20px 0;position:fixed;top:0;width:100%;z-index:101}.overlay-container .lead-info-container{background:#fff;border-radius:24px;display:flex;flex-direction:column;gap:24px;height:100%;max-width:904px;overflow-x:auto;padding:40px;width:100%}.overlay-container .lead-info-container img{height:42px;margin:auto;width:198px}.overlay-container .lead-info-container .header-text{padding:0 40px}.overlay-container .lead-info-container .header-text h1{color:#000;font-family:Poppins,sans-serif;font-weight:400;margin-bottom:12px}.overlay-container .lead-info-container .header-text h1,.overlay-container .lead-info-container .header-text h1 span{font-size:24px;letter-spacing:-.01em;line-height:28px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.overlay-container .lead-info-container .header-text h1 span{color:#2160aa;font-family:Poppins,sans-serif!important;font-weight:600}.overlay-container .lead-info-container .header-text p{font-family:Poppins,sans-serif!important;font-size:14px;font-weight:400;letter-spacing:-.01em;line-height:28px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.overlay-container .lead-info-container .hear-abt-us{margin:auto;width:615px}.overlay-container .lead-info-container .radio-box-container{display:flex;flex-direction:column;gap:24px}.overlay-container .lead-info-container .radio-box-container h6{color:#000;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:21px;margin-bottom:12px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.overlay-container .lead-info-container .radio-box-container .radio-label{border:0,1px,0,1px solid rgba(33,96,170,.259);border-radius:116px;padding:0 10px}.overlay-container .lead-info-container .radio-box-container .radio-label.selected{border-color:#2160aa;border-width:0 1px}.overlay-container .lead-info-container .radio-box-container .radio-label span.MuiTypography-root.MuiTypography-body1.MuiFormControlLabel-label{color:#2160aa!important;font-family:Poppins;font-size:14px;font-weight:400;line-height:21px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.overlay-container .lead-info-container .radio-box-container .radio-label .custom-radio-button{color:#999}.overlay-container .lead-info-container .radio-box-container .radio-label .custom-radio-button.Mui-checked{color:#2160aa!important}.overlay-container .lead-info-container .radio-box-container .radio-label .custom-radio-button .MuiSvgIcon-root{font-size:28px}.overlay-container .lead-info-container .radio-box-container .radio-label .custom-radio-button .custom-radio-label{color:#333;font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.overlay-container .lead-info-container .radio-box-container .custom-checkbox .MuiCheckbox-root{border-radius:8px;color:#999}.overlay-container .lead-info-container .radio-box-container .custom-checkbox .MuiCheckbox-root.Mui-checked{color:red}.overlay-container .lead-info-container .radio-box-container .custom-checkbox .MuiCheckbox-root .MuiSvgIcon-root{fill:#2160aa!important;font-size:20px;transition:all .3s ease}.overlay-container .lead-info-container .radio-box-container .custom-checkbox .MuiFormControlLabel-label{color:#0000006b;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.01em;line-height:28px;text-align:left;transition:color .3s ease}.overlay-container .lead-info-container .radio-box-container .custom-checkbox .MuiCheckbox-root.Mui-checked+.MuiFormControlLabel-label,.overlay-container .lead-info-container .radio-box-container .custom-checkbox .MuiCheckbox-root.Mui-checked+.MuiFormControlLabel-label.active{color:#000}.overlay-container .lead-info-container .benifit-solution-text{font-family:Poppins;font-size:14px;font-weight:600;letter-spacing:-.01em;line-height:28px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.overlay-container .lead-info-container .custom-checkbox .MuiCheckbox-root{border-radius:8px;color:#999}.overlay-container .lead-info-container .custom-checkbox .MuiCheckbox-root.Mui-checked{color:red}.overlay-container .lead-info-container .custom-checkbox .MuiCheckbox-root .MuiSvgIcon-root{fill:#2160aa!important;font-size:20px;transition:all .3s ease}.overlay-container .lead-info-container .custom-checkbox .MuiFormControlLabel-label{color:#0000006b;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.01em;line-height:28px;text-align:left;transition:color .3s ease}.overlay-container .lead-info-container .custom-checkbox .MuiCheckbox-root.Mui-checked+.MuiFormControlLabel-label,.overlay-container .lead-info-container .custom-checkbox .MuiCheckbox-root.Mui-checked+.MuiFormControlLabel-label.active{color:#000}.overlay-container .gap-4{gap:12px}.action-btns-wrapper{display:flex;gap:12px;justify-content:center}.action-btns-wrapper button{border-radius:100px;color:#2160aa;height:41px;outline:none;padding:12px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.action-btns-wrapper button.outlined-btn{background:#f2f8ff;border:1px solid #2160aa;font-family:Montserrat;font-size:14px;font-weight:600;letter-spacing:0;line-height:17.07px}.theme-dark .action-btns-wrapper button.outlined-btn{border:none!important}.action-btns-wrapper button.solid-btn{background:#2160aa;color:#fff;font-family:Montserrat;font-size:14px;font-weight:600;letter-spacing:0;line-height:17.07px}.activation-container header{align-items:center;background:#fff;border-bottom:1px solid #c1dfff;display:flex;gap:10px;height:57px;justify-content:flex-end;left:0;padding-right:10px;position:fixed;top:0;width:100%;z-index:100}.activation-container header.active{background:#e5f1ff}.theme-dark .activation-container header{background:#171b1e!important;border-bottom:1px solid #ffffff4d}.activation-container header>div button{align-items:center;display:flex;font-family:Poppins;font-size:16px;font-weight:400;gap:8px;letter-spacing:0;line-height:24px}.activation-container header>div button.request-demo-btn{background:#0000}.theme-dark .activation-container header>div button.request-demo-btn img{filter:brightness(0) invert(1)}.activation-container header>div button.request-demo-btn span{color:#000}.theme-dark .activation-container header>div button.request-demo-btn span{color:#fff!important}.activation-container header>div button.free-sub{background:#0000;color:#2160aa}.theme-dark .activation-container header>div button.free-sub{color:#fff!important}.activation-container section{background:#00000080;height:100%;left:0;position:fixed;top:57px;width:100%;z-index:100}.activation-container section .verify-email-wrapper{background:#e5f1ff;border-radius:12px;font-family:Poppins;gap:12px;margin-left:auto;margin-right:20px;margin-top:20px;padding:10px 16px;width:630px}.activation-container section .verify-email-wrapper .verify-email{display:flex;flex-direction:column;gap:10px;position:relative}.activation-container section .verify-email-wrapper .verify-email .close-icon{background-color:#0000;margin-left:auto;position:absolute;right:-6px;top:-4px}.activation-container section .verify-email-wrapper .verify-email .close-icon svg{color:#2160aa}.activation-container section .verify-email-wrapper .verify-email .desc{font-family:Poppins;font-size:16px;font-weight:400;letter-spacing:-.5%;line-height:24px}.activation-container section .verify-email-wrapper .verify-email .desc span{color:#2160aa;font-family:Poppins;font-size:16px;font-weight:500;letter-spacing:-.5%;line-height:24px}.activation-container section .verify-email-wrapper .verify-email .verify-email-btn{background:#0000;color:#2160aa;font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:-.5%;line-height:24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.activation-container section .verify-email-wrapper .change-email-box{display:flex;flex-direction:column;gap:10px}.activation-container section .verify-email-wrapper .change-email-box .back-icon{align-items:center;background-color:#0000;color:#2160aa;display:flex;font-weight:500;gap:5px}.activation-container section .verify-email-wrapper .change-email-box .back-icon svg{font-size:17px}.activation-container section .verify-email-wrapper .change-email-box .desc{font-family:Poppins;font-size:16px;font-weight:400;letter-spacing:-.5%;line-height:24px;margin:0 0 10px}.activation-container section .verify-email-wrapper .change-email-box .change-email-input{align-items:center;display:flex;gap:24px}.activation-container section .verify-email-wrapper .change-email-box .change-email-input .inputField{flex:1 1}.activation-container section .verify-email-wrapper .change-email-box .change-email-input button{background:#2160aa;border-radius:100px;color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;letter-spacing:0;line-height:17.07px;padding:10px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.activation-container section .otp-wrapper{align-items:center;background:#fff;border-radius:24px;display:flex;flex-direction:column;gap:40px;height:488px;justify-content:center;left:50%;max-width:997px;padding:40px;position:relative;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.theme-dark .activation-container section .otp-wrapper{background:#171b1e!important}.activation-container section .otp-wrapper img{text-align:center}.activation-container section .otp-wrapper .otp-box{display:flex;flex-direction:column;gap:24px;gap:20px;max-height:326px;max-width:634px;text-align:center;width:100%}.activation-container section .otp-wrapper .otp-box h3{color:#000;font-family:Poppins;font-size:24px;font-weight:600;letter-spacing:-1%;line-height:28px;text-align:center}.theme-dark .activation-container section .otp-wrapper .otp-box h3{color:#fff!important}.activation-container section .otp-wrapper .otp-box p{font-family:Poppins;font-size:16px;font-weight:400;letter-spacing:-1%;line-height:24px;text-align:center}.theme-dark .activation-container section .otp-wrapper .otp-box p{color:#fff!important}.activation-container section .otp-wrapper .otp-box p span{font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:-1%;line-height:24px;text-align:center}.activation-container section .otp-wrapper .otp-box h4{font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:0;line-height:14px;text-align:center}.activation-container section .otp-wrapper .otp-box .timer{color:#acacac;font-family:Poppins;font-size:12px;font-weight:400;letter-spacing:0;line-height:14px;margin:12px 0;text-align:right;text-transform:capitalize}.theme-dark .activation-container section .otp-wrapper .otp-box .timer{color:#fff!important}.activation-container section .otp-wrapper .otp-box .timer span{color:#000;font-family:Poppins;font-size:12px;font-weight:400;letter-spacing:0;line-height:14px;text-align:right}.theme-dark .activation-container section .otp-wrapper .otp-box .timer span{color:#fff!important}.activation-container section .password-wrapper{align-items:center;background:#fff;border-radius:24px;display:flex;flex-direction:column;gap:28px;justify-content:center;left:50%;max-width:997px;padding:40px;position:relative;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.theme-dark .activation-container section .password-wrapper{background:#171b1e!important}.activation-container section .password-wrapper .password-box{display:flex;flex-direction:column;gap:24px;gap:20px;max-height:326px;max-width:634px;text-align:center;width:100%}.activation-container section .password-wrapper .password-box .setup-text{display:flex;flex-direction:column;gap:12px}.activation-container section .password-wrapper .password-box .setup-text h3{color:#000;font-family:Poppins;font-size:24px;font-weight:600;letter-spacing:-1%;line-height:28px;margin:0;text-align:center}.theme-dark .activation-container section .password-wrapper .password-box .setup-text h3{color:#fff!important}.activation-container section .password-wrapper .password-box .setup-text h4{color:#2160aa;font-family:Poppins;font-size:20px;font-weight:600;letter-spacing:-1%;line-height:28px;margin:0;text-align:center}.theme-dark .activation-container section .password-wrapper .password-box .setup-text h4{color:#fff!important}.activation-container section .password-wrapper .password-box .setup-text p{color:#000;font-family:Poppins;font-size:16px;font-weight:400;letter-spacing:-1%;line-height:24px;text-align:center}.theme-dark .activation-container section .password-wrapper .password-box .setup-text p{color:#fff!important}.activation-container section .password-wrapper .password-box .password-input-box{display:flex;gap:24px}.activation-container section .password-wrapper .password-box .password-input-box div{flex:1 1}.activation-container section .password-wrapper .password-strength-container{max-width:641px;width:100%}.activation-container section .password-wrapper .password-strength-container>p{color:#979797;font-family:Poppins,sans-serif;margin-bottom:12px}.activation-container section .password-wrapper .password-strength-container>p,.activation-container section .password-wrapper .password-strength-container>p span{font-size:12px;font-weight:400;line-height:16px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.activation-container section .password-wrapper .password-strength-container>p span{color:#ff7800}.activation-container section .password-wrapper .password-strength-container ul{list-style:none}.activation-container section .password-wrapper .password-strength-container ul li{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin-bottom:10px;margin-left:35px;position:relative;text-align:left}.activation-container section .password-wrapper .password-strength-container ul li.error{color:#ec3f3f}.activation-container section .password-wrapper .password-strength-container ul li.success{color:#029200}.activation-container section .password-wrapper .password-strength-container ul li.error:before{background:url(/static/media/error-icon.e85624924ba77b705aa8.svg) no-repeat;content:"";height:20px;left:-33px;position:absolute;top:calc(50% - 10px);width:22px}.activation-container section .password-wrapper .password-strength-container ul li.success:before{background:url(/static/media/success-icon.13d2ea5ceccc522ef74f.svg) no-repeat;content:"";height:20px;left:-33px;position:absolute;top:calc(50% - 10px);width:22px}.activation-container .modal-close-button{background:#0000;position:absolute;right:12px;top:12px}.expandmenuicon{align-items:center;border:1px solid #30364d;border-radius:4px;cursor:pointer;display:flex;height:19px;justify-content:center;left:77px;position:absolute;top:111px;width:19px;z-index:100}.theme-dark .expandmenuicon{border-color:#fff!important}.theme-dark .expandmenuicon svg{color:#fff}.expandmenuicon.open{left:173px}.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;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}.theme-dark .menus button p{color:#fff}.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_black_new.64e780255f241187f3ed.svg);background-position:0 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.dashboard:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.dashboard.active:before{box-shadow:none!important}.menus button.policywallet:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-50px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.policywallet:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.policywallet.active:before{box-shadow:none!important}.menus button.riskmap:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-100px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.riskmap:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.riskmap.active:before{box-shadow:none!important}.menus button.userprofile:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-150px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.userprofile:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.userprofile.active:before{box-shadow:none!important}.menus button.mydocument:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-200px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.mydocument:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.mydocument.active:before{box-shadow:none!important}.menus button.claimassistant:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-250px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.claimassistant:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.claimassistant.active:before{box-shadow:none!important}.menus button.referafriend:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-300px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.referafriend:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.referafriend.active:before{box-shadow:none!important}.menus button.trendingquestions:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-350px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.trendingquestions:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.trendingquestions.active:before{box-shadow:none!important}.menus button.community:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-400px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.community:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.community.active:before{box-shadow:none!important}.menus button.support:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-450px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.support:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.support.active:before{box-shadow:none!important}.menus button.wellness:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-500px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.wellness:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.wellness.active:before{box-shadow:none!important}.menus button.doctoronline:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-550px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.doctoronline:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.doctoronline.active:before{box-shadow:none!important}.menus button.repairvehicle:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-600px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.repairvehicle:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.repairvehicle.active:before{box-shadow:none!important}.menus button.settings:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-650px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.settings:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.settings.active:before{box-shadow:none!important}.menus button.employe:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-700px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.employe:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.employe.active:before{box-shadow:none!important}.menus button.report:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-750px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.report:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.report.active:before{box-shadow:none!important}.menus button.endorsement:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-800px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.endorsement:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.endorsement.active:before{box-shadow:none!important}.menus button.knowledge:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-850px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.knowledge:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);opacity:.3}.menus button.knowledge.active{color:#333}.theme-dark .menus button.knowledge.active{color:#fff}.menus button.knowledge.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.knowledge.active:before{box-shadow:none!important}.menus button.quote:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-900px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.quote:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.quote.active:before{box-shadow:none!important}.menus button.renewal:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-950px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.renewal:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);opacity:.3}.menus button.renewal.active{color:#333}.theme-dark .menus button.renewal.active{color:#fff}.menus button.renewal.active:before{background-color:#333;background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.renewal.active:before{box-shadow:none!important}.menus button.policies:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-1000px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.policies:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.policies.active:before{box-shadow:none!important}.menus button.clients:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-1050px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.clients:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.clients.active:before{box-shadow:none!important}.menus button.contacts:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-1100px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.contacts:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.contacts.active:before{box-shadow:none!important}.menus button.taskmanagement:before{background-image:url(/static/media/tablist_icons_black_new.64e780255f241187f3ed.svg);background-position:-1150px 0;background-repeat:no-repeat;background-size:1202px}.theme-dark .menus button.taskmanagement:before{background-image:url(/static/media/tablist_icons_white_new.57e3b73d046129b83505.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_icons_white_new.57e3b73d046129b83505.svg);box-shadow:0 0 12px #00000040;opacity:1}.theme-dark .menus button.taskmanagement.active:before{box-shadow:none!important}.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}.MuiTooltip-popper{pointer-events:none!important}.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}.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}.theme-dark .main-container .record-container{border-color:#fff!important}.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}.theme-dark .main-container .record-container .leftSide .record-section{color:#fff!important}.main-container .record-container .leftSide .record-section .value{font-weight:700}.main-container .record-container .right-side{align-items:center;display:flex}.theme-dark .main-container .record-container .right-side button{background:inherit!important}.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}.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}.theme-dark .detailSection .table .attatchment_table .heading li{color:#ddd!important}.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{word-wrap:break-word;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}.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}.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.7781fc9021b45eae0c5a.svg) no-repeat right 5px 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}.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;position:relative}.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)}.theme-dark .inputField label{color:#fff!important}.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;color:#fff!important}.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}.theme-dark .inputField .MuiAutocomplete-popper{background:#242424!important}.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)}.theme-dark .inputField .MuiInputLabel-shrink{color:#fff!important}.inputField .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2160aa!important}.theme-dark .inputField .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#fff!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:#2e2d2d;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.react-multiemail-box.focused .label{background:none;color:#fff}.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}.theme-dark .inputField .css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root.Mui-error{color:#ddd!important}.inputFieldMultipleline .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.Mui-disabled.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-multiline{height:39px;outline:none;padding:8px 14px!important}.theme-dark .inputFieldMultipleline{background-color:#333}.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;color:#fff!important}.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}.MuiInputBase-input.MuiOutlinedInput-input.MuiInputBase-inputMultiline{color:#000}.theme-dark .MuiInputBase-input.MuiOutlinedInput-input.MuiInputBase-inputMultiline{color:#fff!important}.MuiFormControl-root.MuiFormControl-fullWidth.MuiTextField-root.inputFieldMultipleline{border-radius:8px!important}.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}.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{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:#282c35;border:none!important;border-radius:6px;color:#fff!important}.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}.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}.theme-dark .dateRangePicker .rs-picker-toggle .rs-picker-toggle-value{color:#fff}.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}.theme-dark .rs-anim-fade{box-shadow:none!important}.rs-anim-fade .rs-picker-daterange-header{font-family:Montserrat;font-size:.8125rem;font-style:normal;font-weight:500}.theme-dark .rs-anim-fade .rs-calendar,.theme-dark .rs-anim-fade .rs-picker-daterange-header{background:#333!important;color:#fff!important}.rs-anim-fade .rs-picker-daterange-predefined{border:none}.rs-anim-fade .rs-calendar-table-cell-selected .rs-calendar-table-cell-content{background:#3569b6}.theme-dark .rs-anim-fade .rs-picker-toolbar{background:#333!important;color:#fff!important}.theme-dark .rs-anim-fade .rs-picker-toolbar .rs-stack-item button{color:#fff!important}.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}.theme-dark .rs-stack-item svg{fill:#fff}.theme-dark .rs-stack-item .rs-picker-toggle-textbox{background:#171b1e;color:#fff!important}.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:#fff!important}.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:.75rem;font-weight:500;left:-4px;line-height:24px;padding:7.5px 7px;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:#fff!important}.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:#fff}.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:#fff}.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:#fff}.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:#fff}.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:#fff}.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:#333}.BulklayoutWrapper .innerSection .detailSection .sectionTitle h4{color:#2160aa;font-size:.875rem;font-weight:500;margin-bottom:0}.theme-dark .BulklayoutWrapper .innerSection .detailSection .sectionTitle h4{color:#fff}.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:#fff}.BulklayoutWrapper .innerSection .detailSection .subHeading:before{background:#2160aa;content:"";height:1px;left:0;position:absolute;top:26px;width:200px}.theme-dark .BulklayoutWrapper .innerSection .detailSection .subHeading:before{background:#fff}.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:#fff}.BulklayoutWrapper .innerSection .detailSection hr{border:.5px solid #6b62dc33}.theme-dark .BulklayoutWrapper .innerSection .detailSection hr{border-color:#fff}.BulklayoutWrapper .innerSection .detailSection .fieldTitle{color:#2160aa;font-family:Montserrat;font-size:.875rem;font-weight:500;line-height:24px;margin-bottom:0}.theme-dark .BulklayoutWrapper .innerSection .detailSection .fieldTitle{color:#fff}.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:#333;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:#333;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}.headerTextPrivacy{color:#000!important}.theme-dark .headerTextPrivacy{color:#fff!important}.menuCol{max-width:183px!important}
/*# sourceMappingURL=main.a15f7e0e.css.map*/