body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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-color-progress-bgo:0.2}.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:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.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:.5s;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;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;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{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ReactCrop__image{max-height:200px;max-width:100%;object-fit:contain}::-webkit-scrollbar{height:5px;width:1px}::-webkit-scrollbar-track{background-size:contain;background:#1c68e21a;border-radius:100vw;margin-block:.5em}::-webkit-scrollbar-thumb{background-image:linear-gradient(270deg,#6691e7,#1f5294);border-radius:100vw;border-radius:10px;height:4px}::-webkit-scrollbar-thumb:hover{background:#0c6692;cursor:pointer}.loader-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1002}.organizationChartBox{background-color:#f8f9fa;height:100%;overflow:hidden;position:relative;width:100%}.form-control.search,.form-select.search{padding-left:30px}.organizationChartBox div{cursor:grab;-webkit-user-select:none;user-select:none}.ql-toolbar.ql-snow+.ql-container.ql-snow{min-height:150px}.quill.is-invalid{border:.5px solid red;border-radius:.25rem}.profile-menu{list-style:none;padding:15px}.profile-menu .nav-item{margin:10px 0}.profile-menu .nav-link.active,.profile-menu .show>.nav-link{background:#fecc06;background:linear-gradient(90deg,#fecc063b 54%,#fff5d100);color:#ffcd00}.profile-menu .nav-link,.profile-menu .nav-link.active,.profile-menu .show>.nav-link{border-radius:5px 0 0 5px;font-family:Rubik;font-size:17px!important;font-weight:400;padding:10px}.profile-menu .nav-link{color:#000}.ct-breadcrumb .breadcrumb-item.active{color:#1a3f80!important;font-family:Rubik}.navct-tabs .nav-item.show .nav-link,.navct-tabs .nav-link.active{border:1px solid #1a3f80;border-radius:5px!important;color:#1a3f80;font-family:Rubik}.navct-tabs .nav-link{background-color:#f9f9f9;border:1px solid #929292;border-radius:5px!important;color:#929292;font-family:Rubik}.cp-4{padding:4px}.title-main{font-size:24px}.main-title,.title-main{color:#1a3f80;font-family:Rubik}.main-title{font-size:20px;font-weight:500}.breadcrumb li a{font-family:Rubik}.download-table-xls-button,.download-table-xls-button:hover{background-color:#1a3f80;border:0;border-radius:5px;font-family:Rubik}.download-table-xls-button:hover{color:#ffcd00}.thead-ctm th{background-color:#ebf8fe!important;color:#000!important;font-family:Rubik}.customReportClorButton,.customReportClorButton:hover{background-color:#1a3f80;border:0;border-radius:5px;font-family:Rubik}.customReportClorButton:hover{color:#ffcd00}.dwnbtn{color:#fff}.dwnbtn,.dwnbtn:hover{background-color:#1a3f80;border:0;border-radius:5px;font-family:Rubik}.dwnbtn:hover{color:#ffcd00}.FiltterButton{border:1px solid #1a3f80!important;color:#1a3f80}.FiltterButton,.FiltterButton:hover{border:0;border-radius:5px;font-family:Rubik}.FiltterButton:hover{background-color:#1a3f80;color:#fff;color:#ffcd00}.ctlabel{font-family:Rubik;font-weight:500}.upload-btn{align-items:center;border:1px solid #ddd;border-radius:10px;display:flex;justify-content:center}.edit-btnop{color:#1a3f80;font-family:Rubik!important}.upload-imgop{width:4.2rem}.rounded-10{border-radius:10px!important}.textarea-ct textarea{height:10px!important}.ct-card{height:calc(100vh - 230px)!important;overflow-x:hidden;overflow-y:auto}.login_authBgCover__ejwK6{background:radial-gradient(50% 128% at 50% 50%,#afe7ff 0,#ebf9ff 100%)}.login_cardLoginBox__T91-8{background:#ebf8fe;border:1px solid #bfeafd;border-radius:20px;box-shadow:0 10px 20px 0 #0d0d0d0d;padding:40px}.login_loginLeftContentBox__9TSNt p{color:#5e5e5e;display:flex;font-family:Rubik;font-size:17px;font-weight:400;gap:5px;line-height:21.6px;text-align:left}.login_loginLeftContentBox__9TSNt p strong{font-family:Rubik;font-size:18px;font-weight:700}.login_loginLeftContentBox__9TSNt h3{color:#121212;font-family:Rubik;font-size:31px;font-weight:500;line-height:37.2px;margin-bottom:30px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.login_badgebox__Iw3tq{background:#ffefb0;border-radius:100px;color:#6b5600;font-family:Rubik;font-size:16px;font-weight:500;line-height:21px;margin-top:40px;padding:8px 24px;text-align:center}.login_logoBusinessBox__\+qzL8{display:flex;justify-content:space-between;margin-top:20px}.login_logoBusinessBox__\+qzL8 .login_logoBox__W9Aj0{align-items:center;background:#fff;display:flex;height:35px;justify-content:center;text-align:center;width:105px}.login_loginRightHed__byzhl h5{color:#1a3f80;font-family:Rubik;font-size:25px;font-weight:500;line-height:30px;text-align:left}.login_loginRightHed__byzhl p{color:#5e5e5e;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.login_loginFormBox__QISXP .login_formLogin__dh9AM div input{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#929292;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;padding:16px 20px;text-align:left}.login_forgotPasswordBox__8g9Ce{margin-top:3px}.login_forgotPasswordBox__8g9Ce a{color:#1a3f80;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.login_loginSigninButton__KjFFG{background:#1a3f80;border-radius:8px;color:#f9f9f9;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;padding:16px 24px;text-align:center;width:100%}.landing_bannerButtons__jdzQL{align-items:center;background:#fecc00;border-radius:5px;color:#000;display:flex;font-size:16px;justify-content:center;max-width:232px;padding:10px 20px}.landing_bannerlogoFirst__qMK2b{max-width:350px}.landing_subtitle__LENFP{color:#121212;font-family:Rubik;font-size:34px}.landing_bannerhad__L6cgI{font-family:Rubik;font-size:45px;margin-bottom:5px;margin-top:-17px}.landing_bannerbox__wgkez{font-family:Rubik;text-align:center}.landing_bannerbox__wgkez p{font-size:16px}.landing_buttonBox__sSsup{display:flex;justify-content:center}.landing_h2head__V-GxL{color:#1a3f80;font-family:Rubik;font-size:40px}.landing_h4head__7B\+1p{color:#121212!important;font-size:18px!important;font-weight:500!important;width:100%!important}.landing_para2section__6OnMI{color:#696969;font-family:Rubik;font-size:18px;font-weight:400}.landing_captionFont__SulY4{color:#32bbf9!important;font-family:Rubik;font-size:25px!important;font-weight:500!important;line-height:30px;margin-bottom:0;text-align:center}.landing_AiPoweredSection__3lz8K{background:#ebf8fe;padding:60px 80px}.landing_threeSection__MCUuc{padding:60px 80px}.landing_imgLeft__uJex\+{border-radius:20px}.landing_processSection__It17N{background:#f9f9f9;padding:60px 0}.landing_processIconBx__p4qof{background:#fff;border-radius:80px!important;box-shadow:0 2px 18px 0 #18191c1f;height:76px;line-height:76px;margin:auto;width:76px}.landing_recruitingSection__zia7y{background:#fff;padding:60px 0}.landing_recuitinghead__tdwjW{font-family:Rubik;font-size:45px;font-weight:500}.landing_recPara__tmoKh{color:#121212;font-family:Rubik;font-size:18px;font-weight:400}.landing_hirIcon__4xwUK{align-items:center;border:1px solid #fecc00;border-radius:2px;display:flex;height:28px;justify-content:center;min-width:28px;position:relative;text-align:center;width:28px}.landing_featuresBox__kABis{display:flex;gap:20px;margin-bottom:30px}.landing_featuresinnerBox__aFRWS h5{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500}.landing_featuresinnerBox__aFRWS p{color:#5e5e5e;font-family:Rubik;font-size:16px;font-weight:400}.landing_CtaSection__eQzFs:before{background:#fecc00;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.landing_opporHead__rKM2N{color:#fff;font-family:Rubik!important;font-size:60px!important;font-weight:500!important}.landing_opporPara__oJdo\+{color:#121212;font-family:Rubik!important;font-size:18px!important}.landing_ctaButtonsFullbtn__TynCG{align-items:center;background:#1a3f80;border-color:#1a3f80;border-radius:8px;color:#fff;display:flex;font-family:Rubik;font-size:16px;gap:5px;height:44px;justify-content:center;margin:auto;max-width:235px}.landing_detailInfoBox__rHJeF{display:flex;gap:15px}.landing_subHeadRecu__\+iPEa{color:#121212;font-family:Rubik;font-size:18px;font-weight:500}.landing_recIconBox__zx4g\+{background:#fefefe;border-radius:8px;box-shadow:0 4px 9px 0 #0000000d;height:60px;line-height:55px;min-width:60px;text-align:center;width:60px}.landing_detailInfoContent__LYANc h5{color:#121212;font-family:Rubik;font-size:30px;font-weight:500}.landing_detailInfoContent__LYANc p{color:#5e5e5e;font-family:Rubik;font-size:16px;font-weight:400}.landing_sectionHeading__SHbkH h2{color:#1a3f80;font-family:Rubik;font-size:36px;font-weight:500}.landing_sectionHeading__SHbkH h4{color:#121212;font-family:Rubik;font-size:18px;font-weight:500}.landing_serviceIcon__FiAxl{align-items:center;background:#32bbf9;border-radius:8px;box-shadow:0 4px 9px 0 #0000000d;display:flex;height:60px;justify-content:center;min-width:60px;text-align:center;width:60px}.landing_serviceBox__QggoG{display:flex;gap:20px}.landing_serviceIcon__FiAxl img{height:48px;text-align:center;width:48px}.landing_serviceBox__QggoG h5{color:#121212;font-family:Rubik;font-size:30px;font-weight:500}.landing_serviceBox__QggoG p{color:#5e5e5e;font-family:Rubik;font-size:16px;font-weight:400}.landing_sectionHeading__SHbkH{margin-bottom:30px}.landing_clientsSectionBox__lF3JO{background:#f9f9f9;padding:80px 0}.landing_testimonialItem__Z\+RFO{background:#32bbf9;border-radius:7.5px;padding:45px 30px}.landing_testimonialSingle__7pqJa{border-bottom:1px solid #fff;padding-bottom:30px}.landing_testimonialSingle__7pqJa blockquote{color:#fff;font-family:Rubik;font-size:16px;font-weight:400}.landing_testimonialSingle__7pqJa img{height:48px;margin-bottom:20px;width:60px}.landing_clientInfo__MA7bN h5{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500}.landing_clientInfo__MA7bN p{color:#fff;font-family:Rubik}.landing_testimonialItem__Z\+RFO .landing_testimonialSingle__7pqJa .landing_blueIcon__k0\+oG,.landing_testimonialItem__Z\+RFO:hover .landing_testimonialSingle__7pqJa .landing_whiteIcon__vV\+VV{display:none}.landing_testimonialItem__Z\+RFO:hover .landing_testimonialSingle__7pqJa .landing_blueIcon__k0\+oG{display:block}.landing_testimonialItem__Z\+RFO:hover{background:#fefefe;box-shadow:11.25px 7.5px 37.5px 0 #0000001a}.landing_testimonialItem__Z\+RFO:hover blockquote{color:#121212}.landing_testimonialItem__Z\+RFO:hover .landing_testimonialSingle__7pqJa{border-bottom:1px solid #121212}.landing_testimonialItem__Z\+RFO:hover .landing_clientInfo__MA7bN h5,.landing_testimonialItem__Z\+RFO:hover .landing_clientInfo__MA7bN p{color:#121212}.landing_sponsorsSectionBox__x9LXl{background:#fff;padding:60px 0}.landing_frequentlyAskedSectionBox__UeRvy{background:#f9f9f9;padding:60px 0}.landing_testimonialHeadingSection__H52mO,.landing_workProcessSectionHeading__yVO\+h{color:#000;font-family:Rubik;font-size:50px;font-weight:600}.header_loginButtonStyle__-Q8SM{background-color:#1a3f80!important;width:90px}.header_navbar-light__i5Cw1 .header_navbar-nav__iRgTx .header_nav-item__CqP0x .header_nav-link__zqzJX{font-family:Rubik}.footer_customFooterSection__zZmmG{background-color:#0b1a36;padding:60px 0}.footer_footerPara__7vX4T p{color:#fff;font-family:Rubik;font-size:16px;font-weight:400}.footer_footerLogoBx__R-VGo img{height:100px;object-fit:contain;width:300px}.footer_footerLogoBx__R-VGo{margin-bottom:20px}.footer_footerTitle__fVF8S{color:#fff;font-family:Rubik;font-size:16px;font-weight:500}.footer_footerSectionInnerStyle__-meWI ul li a{color:#fff;font-family:Rubik;font-size:16px;font-weight:400}.footer_copyrightFooter__NLG0l{background:#0b1a36}.footer_copyrightFooter__NLG0l p,.footer_copyrightFooter__NLG0l p a{color:#fff}.style_overlay__q4FKq{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1002}.style_modal__ZCJlB::-webkit-scrollbar{width:10px}.style_modal__ZCJlB{background:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:relative;width:40%}.style_closeButton__RtF85{border:none!important;border-radius:50%;color:#000;cursor:pointer;font-size:20px;height:30px;position:absolute;right:10px;top:10px;width:30px}.style_closeButton__RtF85:hover{background:#fff}.style_modalHeader__NPTjd{text-align:center}.style_headerText__qtZ-s{font-size:14px}.style_modaelHed__gkty6{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;margin-bottom:0;text-align:left}.style_modalSectionBox__Y9h69 .style_modal__ZCJlB{border-radius:20px}.style_resumeBodyTitle__FNZfO{font-size:10px}.style_modalSectionBox__Y9h69 label{color:#080808;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:left}.style_modalSectionBox__Y9h69 input,.style_modalSectionBox__Y9h69 select,.style_modalSectionBox__Y9h69 textarea{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 2px 0 #0000000d;color:#121212;font-family:Rubik;font-size:13px;font-weight:400;line-height:27px;text-align:left}.style_modalSectionBox__Y9h69 .style_modal__ZCJlB{left:auto!important;max-height:inherit;max-width:900px!important;min-width:850px!important;position:absolute;right:auto!important;top:100px!important}.style_modalSectionBox__Y9h69 .style_headerHr__ZWGGh{border-top:none;margin-bottom:0}.style_overlay__q4FKq.style_modalSectionBox__Y9h69{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:99999999}@media only screen and (min-width:320px) and (max-width:580px){.style_modal__ZCJlB{max-height:95%!important}}.style_dragging__7tMMc{cursor:move}.style_closeButton__RtF85{background:#0000;color:#667085}.style_newModalInnerBox__dZilm{background:#f3f3f3;box-shadow:0 4px 48px 20px #00000014}.style_innerMOdalBox__Bk4Os{background-color:#fff;border-radius:24px;padding:20px}.style_innerMOdalBox__Bk4Os .style_closeButton__RtF85{font-size:25px;right:40px;top:30px}.style_overlay__4CGkx{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10001}.style_modal__k4177{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:20px;position:absolute;transition:width .3s ease,height .3s ease}.style_dragging__QF6Qz{cursor:move}.style_closeButton__vN\+FO{background:none;border:none;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.style_modalHeader__6EHuO{align-items:center;display:flex;justify-content:space-between}.style_headerText__zuYai{margin:0}.style_headerHr__Aimqy{border:none;border-top:1px solid #ccc;margin:10px 0}.style_modalBody__cNa56{margin-top:10px}.style_nextBox__whQvz .style_pageItem__0zwOZ,.style_perviousBox__4FN0R .style_pageItem__0zwOZ{align-items:center;background:#0000;border:none;display:flex;width:auto!important}.style_paginationList__5yM0y li a{background-color:initial!important;border:1px solid #0000!important;border-radius:8px!important;color:#080808!important;font-family:Rubik;font-size:14px;font-weight:400;height:40px!important;line-height:40px;padding:0!important;text-align:center;width:40px!important}.style_paginationList__5yM0y li.style_active__YH-y7 .style_page__29Dgc{background-color:#6691e7!important;border-color:#6691e7!important;color:#fff}.style_nextBox__whQvz .style_pageItem__0zwOZ,.style_perviousBox__4FN0R .style_pageItem__0zwOZ{color:#080808!important;font-family:Rubik;font-size:14px;font-weight:500;line-height:20px;text-align:left}.style_nextBox__whQvz .style_pageItem__0zwOZ:hover,.style_perviousBox__4FN0R .style_pageItem__0zwOZ:hover{background:#0000!important}.style_paginationList__5yM0y{gap:5px}.style_modal__3PfF7{background-color:#fff;border-radius:8px;bottom:0;box-shadow:0 0 10px #0003;height:100vh;overflow-y:auto;position:fixed;right:-100%;top:0;transition:right .3s ease;width:500px;z-index:10000}.style_modal__3PfF7.style_open__7NMq6{right:0}.style_modalContent__iXVJq{padding:20px}.style_modalHeader__UEErT{align-items:center;display:flex;justify-content:space-between}.style_closeButton__K4OiY{background:none;border:none;cursor:pointer}.style_modalBody__kOdcc{margin-top:20px}.style_closeButton__K4OiY{margin-left:auto}.style_backdrop__MVN3h{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.style_details-container__ffCh1{display:flex;flex-direction:column}.style_detail__hx7iS{border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:10px}.style_label__SkP8u{color:#333;font-weight:700}.style_value__qBhPV{color:#666}.style_details-container__6K-In{display:flex;flex-direction:column}.style_detail__028Qr{border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:10px}.style_label__bq0jn{color:#333;font-weight:700}.style_value__KqxZG{color:#666}.header_headerOpen__YAfdI{left:290px!important}.header_headerClose__Y15wv{border-radius:15px;left:25px!important}.header_NewDownloadBtn__mFNzJ{background-color:#1a3f80!important;border-radius:8px}.header_userIconBox__D3mj4{gap:15px}.header_userNameFont__Df8KK{color:#5e5e5e;font-family:Rubik;font-size:16px;font-weight:500!important}.header_userProfileText__jA9cS{color:#b1b1b1!important;font-family:Rubik;font-size:13px!important;font-weight:300}.header_openClosebtn__dvWAI span:first-child,.header_openClosebtn__dvWAI span:nth-child(3){width:100%}.header_openClosebtn__dvWAI span:nth-child(2){left:auto;right:0;width:60%}.header_openClosebtn__dvWAI span:nth-child(2):before{border-bottom:5px solid #0000;border-right:5px solid #878a99;border-top:5px solid #0000;content:"";height:4px;left:-8px;position:absolute;top:-4px;width:4px}.header_stickytop__emrrl{background:#fff;border-radius:15px;box-shadow:0 2px 18px 0 #18191c1f;margin-right:23px;margin-top:20px}.header_notificationModalBox__EWLtP{border-radius:12px;padding:10px!important;width:600px}.header_badgeSpan__uD-s7{background-color:#1a3f80}.header_notificationheadrBox__hmaXE{background:#e8ecf2;border-radius:6px}.header_notificationheadrBox__hmaXE .header_navItemLink__YPJIn{border-radius:6px;color:#414141!important;font-family:Rubik;font-size:15px;font-weight:400;line-height:20px;text-align:center}.header_notiHead__4GMCs{color:#121212;font-family:Rubik;font-size:17px!important;font-weight:500!important;line-height:21.6px;text-align:left}.header_msgPara__vlYJd{color:#5e5e5e;font-family:Rubik;font-size:14px;font-weight:400;line-height:20px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.header_notificationInnerBox__RyIc0{gap:10px}.header_notifIconbox__c8ogo img{width:44px}.sidebar_navbarMenu__qxyJ4{background:#fcfcfc;background:var(--vz-vertical-menu-bg);background-image:linear-gradient(90deg,#6691e7,#6691e7);border:1px solid #f1f1f1;border-right:1px solid var(--vz-vertical-menu-border);bottom:0;box-shadow:0 10px 20px 0 #0d0d0d0d!important;box-shadow:var(--vz-vertical-menu-box-shadow);margin-top:0;padding:0 0 95px;position:fixed;top:0;transition:all .1s ease-out;width:var(--vz-vertical-menu-width);z-index:1002}.sidebar_containerfluid__myGlw{padding:0}.dashboard_progress__xMXz0{background:#fff;border-radius:50%;color:#000;font-size:20px;font-weight:500;height:90px;line-height:90px;overflow:hidden;position:relative;text-align:center;width:90px}.dashboard_progress__xMXz0:after{content:"%"}.dashboard_progress__xMXz0 .dashboard_title__QDFoO{position:relative;z-index:100}.dashboard_progress__xMXz0 .dashboard_overlay__Al-t\+{background-color:#fff;height:100%;left:0;position:absolute;top:0;width:50%;z-index:1}.dashboard_progress__xMXz0 .dashboard_left__xQ-cn,.dashboard_progress__xMXz0 .dashboard_right__7tOJk{border:6px solid #1a3f80;border-radius:100px 0 0 100px;border-right:0;height:100%;left:0;position:absolute;top:0;transform-origin:right;width:50%}.dashboard_progress__xMXz0 .dashboard_left__xQ-cn{animation:dashboard_load1__DP-ZJ 1s linear forwards}.dashboard_progress__xMXz0:nth-of-type(2) .dashboard_right__7tOJk,.dashboard_progress__xMXz0:nth-of-type(3) .dashboard_right__7tOJk{animation:dashboard_load2__ocS4e .5s linear 1s forwards}.dashboard_progress__xMXz0:first-of-type .dashboard_right__7tOJk,.dashboard_progress__xMXz0:last-of-type .dashboard_right__7tOJk{animation:dashboard_load3__t\+XUu .8s linear 1s forwards}@keyframes dashboard_load1__DP-ZJ{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes dashboard_load2__ocS4e{0%{transform:rotate(180deg);z-index:100}to{transform:rotate(270deg);z-index:100}}@keyframes dashboard_load3__t\+XUu{0%{transform:rotate(180deg);z-index:100}to{transform:rotate(315deg);z-index:100}}.dashboard_cardBox__dphFk{box-shadow:0 0 30px 0 #523f690d;padding:15px 14px}.dashboard_gridTitleStyle__s9AJ8{color:#5e5e5e;font-family:Rubik;font-size:16px;font-weight:400;text-align:left}.dashboard_gridCountStyle__NaglR{color:#1a3f80;font-family:Rubik;font-size:25px;font-weight:500;text-align:left}.dashboard_applicationStatisticsBox__1kNzF{background:#fff;border-radius:15px;box-shadow:0 0 30px 0 #523f690d;padding:20px}.dashboard_applicationTitle__9VOru h4{color:#121212;font-family:Rubik;font-size:20px;font-weight:500}.dashboard_applicationTitle__9VOru{border-bottom:.8px solid #485e9029;padding:5px 0}.dashboard_applicationMap__GlF4Y img{min-height:375px;object-fit:contain;width:100%}.dashboard_applicationMap__GlF4Y,.dashboard_progressBox__iISzr{margin-top:10px}.dashboard_overinfo__L6OqE{align-items:center;display:flex;gap:20px}.dashboard_colorbox__pdjaK span{background:red;border-radius:100%;display:flex;height:15px;width:15px}.dashboard_overviewListItem__6gBPL{background:#f9f9f9;border-bottom:.8px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:14px 28px}.dashboard_countbox__JjpKJ{background:#1d3b6f1a;border-radius:30px;text-align:center;width:50px}.dashboard_overname__xIOlx{font-family:Rubik;font-size:14px;font-weight:400}.dashboard_overviewListSection__2f\+Ar{display:flex;flex-direction:column;gap:10px;height:347px;margin-top:15px;overflow:auto}.dashboard_overviewListSection__2f\+Ar::-webkit-scrollbar{height:5px;width:5px}.dashboard_Bgcolor1__jFKyo span{background:#1d3b6f}.dashboard_Bgcolor2__Yr-fY span{background:#217aa2}.dashboard_Bgcolor3__gE0XZ span{background:#d9ae00}.dashboard_Bgcolor4__yGVZh span{background:#fe0000}.dashboard_Bgcolor5__rOdnq span{background:#25cc00}.dashboard_Bgcolor6__dnA7r span{background:#730c67}.dashboard_Bgcolor7__w7tzO span{background:#ff5733}.dashboard_Bgcolor8__EdqK3 span{background:#8e44ad}.dashboard_Bgcolor9__tdW6M span{background:#2ecc71}.dashboard_color1__TPFWM{color:#1d3b6f}.dashboard_color2__HU58Q{color:#217aa2}.dashboard_color3__etFe6{color:#d9ae00}.dashboard_color4__j3x32{color:#fe0000}.dashboard_color5__0Oj9W{color:#25cc00}.dashboard_color6__gsxeI{color:#730c67}.dashboard_color7__sxN83{color:#ff5733}.dashboard_color8__fYUKV{color:#8e44ad}.dashboard_color9__vDk2i{color:#2ecc71}.dashboard_Bgcolor1__jFKyo{background-color:#1d3b6f}.dashboard_Bgcolor2__Yr-fY{background-color:#217aa2}.dashboard_Bgcolor3__gE0XZ{background-color:#d9ae00}.dashboard_Bgcolor4__yGVZh{background-color:#fe0000}.dashboard_Bgcolor5__rOdnq{background-color:#25cc00}.dashboard_Bgcolor6__dnA7r{background-color:#730c67}.dashboard_Bgcolor7__w7tzO{background-color:#ff5733}.dashboard_Bgcolor8__EdqK3{background-color:#8e44ad}.dashboard_Bgcolor9__tdW6M{background-color:#2ecc71}.dashboard_progress-bar__ABKAw{border-radius:5px;height:20px;transition:width .3s ease}.dashboard_calanderSection__jojYb img{width:100%}.dashboard_calanderSection__jojYb{background:#fff;border-radius:15px 15px 0 0;padding:10px 15px}.dashboard_mrb20__J5rNO{margin-bottom:20px}.dashboard_remindersSectionBox__8kJ3t{background:#fff;border-radius:0 0 15px 15px;padding:28px 20px}.dashboard_remindersSectionBox__8kJ3t h4{font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_monthBox__60nxv{background:#1a3f80;border-top-left-radius:5px;border-top-right-radius:5px;color:#b8c3d8;text-align:center}.dashboard_dateDayBox__mQT4b{background:#fff;border-radius:6px;width:45px}.dashboard_nameTimeBox__GcANv h3{font-size:13.23px;font-weight:500;line-height:15.88px}.dashboard_nameTimeBox__GcANv h3,.dashboard_nameTimeBox__GcANv p{font-family:Rubik;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_nameTimeBox__GcANv p{align-items:center;display:flex;font-size:8.27px;font-weight:400;gap:4px;line-height:9.93px;margin-bottom:0}.dashboard_activeBtn__BI8jp{background:#0ba02c1a;border-radius:3.31px 0 0 0;color:#0ba02c;font-family:Rubik;font-size:10px;font-weight:600;line-height:9.93px;opacity:0;padding:3.31px 6.62px;text-align:left;text-transform:uppercase}.dashboard_remindersListBox__uHwx\+{background:#ebf8fe;border-radius:6px;box-shadow:0 1.65px 14.89px 0 #18191c08;display:flex;gap:5px;justify-content:space-between;margin-bottom:10px;padding:10px}.dashboard_dayDateBox__32Uf8 h5{color:#1a3f80;display:block;font-family:Rubik;font-size:15px;font-weight:500;line-height:17.87px;margin-bottom:0;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.dashboard_dayDateBox__32Uf8 h5 span{color:#121212;display:block;font-family:Rubik;font-size:10.75px;font-weight:400;line-height:12.9px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_activebtnBox__ETgc9{align-items:flex-end;display:flex;margin-left:8px}.dashboard_nameTimeBox__GcANv{margin-top:10px}.dashboard_remindersListSectionBox__X7c66{height:216px;overflow:auto;position:relative}.dashboard_remindersListSectionBox__X7c66::-webkit-scrollbar{height:5px;width:5px}.dashboard_ourClientsSecton__wfnxM{background:#fff;border-radius:15px;box-shadow:0 0 30px 0 #523f690d;margin-top:20px;padding:20px}.dashboard_clientCardBox__8d7Vs{background:#32bbf9;border-radius:15px;display:flow-root;margin-bottom:20px;padding:20px 15px}.dashboard_clientCardBox__8d7Vs h4{color:#080808b2;font-family:Rubik;font-size:28px;font-weight:500;line-height:33.18px}.dashboard_clientInfoBox__NhkKe{list-style:none;padding-left:0}.dashboard_clientInfoBox__NhkKe li{float:left;width:50%}.dashboard_clientInfoBox__NhkKe .dashboard_spanPerson__BNOMC{color:#121212;display:block;font-family:Rubik;font-size:13px;font-weight:400}.dashboard_clientInfoBox__NhkKe .dashboard_spanName__P0SnK{color:#fefefe;font-family:Rubik;font-size:18px;font-weight:500}.dashboard_secondBoxBg__NmC37{background:#fecc00}.dashboard_calendarBoxSet__imqFe{border:none!important;margin-bottom:20px}.dashboard_setsize__92LYj{font-size:6em}.dashboard_chartscontainer__TMqvl:after{clear:both;content:"";display:table}.dashboard_piewrapper__4A5Tz{background:#ddd;border-radius:100%;float:left;height:1em;position:relative;width:1em}.dashboard_piewrapper__4A5Tz:nth-child(3n+1){clear:both}.dashboard_piewrapper__4A5Tz .dashboard_pie__pQwOo{clip:rect(0,1em,1em,.5em);height:100%;left:0;position:absolute;top:0;width:100%}.dashboard_piewrapper__4A5Tz .dashboard_pie__pQwOo .dashboard_halfcircle__ZRJm3{clip:rect(0,.5em,1em,0);border:.1em solid #3498db;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}.dashboard_piewrapper__4A5Tz .dashboard_label__oIerK{background:#fff;border-radius:50%;bottom:.4em;color:#000;cursor:default;display:block;font-size:.25em;left:.4em;line-height:2.6em;position:absolute;right:.4em;text-align:center;top:.4em}.dashboard_piewrapper__4A5Tz .dashboard_label__oIerK .dashboard_smaller__JCzVD{color:#000;font-size:.45em;padding-bottom:20px}.dashboard_piewrapper__4A5Tz .dashboard_shadow__JMI92{border:.1em solid #bdc3c7;border-radius:50%;height:100%;width:100%}.dashboard_piewrapper__4A5Tz.dashboard_style2__BSGdS .dashboard_label__oIerK{background:none;color:#7f8c8d}.dashboard_piewrapper__4A5Tz.dashboard_style2__BSGdS .dashboard_label__oIerK .dashboard_smaller__JCzVD{color:#bdc3c7}.dashboard_piewrapper__4A5Tz.dashboard_progress30__N3IJE .dashboard_pie__pQwOo .dashboard_rightside__cU2jz{display:none}.dashboard_piewrapper__4A5Tz.dashboard_progress30__N3IJE .dashboard_pie__pQwOo .dashboard_halfcircle__ZRJm3{border-color:#1a3f80}.dashboard_piewrapper__4A5Tz.dashboard_progress30__N3IJE .dashboard_pie__pQwOo .dashboard_leftside__ESrcU{transform:rotate(108deg)}.dashboard_piewrapper__4A5Tz.dashboard_progress60__vdYht .dashboard_pie__pQwOo{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__4A5Tz.dashboard_progress60__vdYht .dashboard_pie__pQwOo .dashboard_rightside__cU2jz{transform:rotate(180deg)}.dashboard_piewrapper__4A5Tz.dashboard_progress-60__L-yS9 .dashboard_pie__pQwOo .dashboard_halfcircle__ZRJm3{border-color:#e8bc52}.dashboard_piewrapper__4A5Tz.dashboard_progress60__vdYht .dashboard_pie__pQwOo .dashboard_leftside__ESrcU{transform:rotate(216deg)}.dashboard_piewrapper__4A5Tz.dashboard_progress90__gCMc0 .dashboard_pie__pQwOo{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__4A5Tz.dashboard_progress90__gCMc0 .dashboard_pie__pQwOo .dashboard_rightside__cU2jz{transform:rotate(180deg)}.dashboard_piewrapper__4A5Tz.dashboard_progress-90__ikTfO .dashboard_pie__pQwOo .dashboard_halfcircle__ZRJm3{border-color:#e67e22}.dashboard_piewrapper__4A5Tz.dashboard_progress90__gCMc0 .dashboard_pie__pQwOo .dashboard_leftside__ESrcU{transform:rotate(324deg)}.dashboard_piewrapper__4A5Tz.dashboard_progress45__f-dGU .dashboard_pie__pQwOo .dashboard_rightside__cU2jz{display:none}.dashboard_piewrapper__4A5Tz.dashboard_progress45__f-dGU .dashboard_pie__pQwOo .dashboard_halfcircle__ZRJm3{border-color:#e8bc52}.dashboard_piewrapper__4A5Tz.dashboard_progress45__f-dGU .dashboard_pie__pQwOo .dashboard_leftside__ESrcU{transform:rotate(162deg)}.dashboard_piewrapper__4A5Tz.dashboard_progress75__Zl4kc .dashboard_pie__pQwOo{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__4A5Tz.dashboard_progress75__Zl4kc .dashboard_pie__pQwOo .dashboard_rightside__cU2jz{transform:rotate(180deg)}.dashboard_piewrapper__4A5Tz.dashboard_progress75__Zl4kc .dashboard_pie__pQwOo .dashboard_halfcircle__ZRJm3{border-color:#32bbf9}.dashboard_piewrapper__4A5Tz.dashboard_progress75__Zl4kc .dashboard_pie__pQwOo .dashboard_leftside__ESrcU{transform:rotate(270deg)}.dashboard_piewrapper__4A5Tz.dashboard_progress95__mquU6 .dashboard_pie__pQwOo{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__4A5Tz.dashboard_progress95__mquU6 .dashboard_pie__pQwOo .dashboard_rightside__cU2jz{transform:rotate(180deg)}.dashboard_piewrapper__4A5Tz.dashboard_progress95__mquU6 .dashboard_pie__pQwOo .dashboard_halfcircle__ZRJm3{border-color:#e74c3c}.dashboard_piewrapper__4A5Tz.dashboard_progress95__mquU6 .dashboard_pie__pQwOo .dashboard_leftside__ESrcU{transform:rotate(342deg)}.dashboard_piewrappersolid__k-bUq{border-radius:50%;overflow:hidden}.dashboard_piewrappersolid__k-bUq:before{border-radius:0 100% 100% 0;content:"";display:block;height:100%;margin-left:50%;transform-origin:left}.dashboard_piewrappersolid__k-bUq .dashboard_label__oIerK{background:#0000}.dashboard_piewrappersolid__k-bUq.dashboard_progress-65__eEBe3{background:linear-gradient(90deg,#e67e22 50%,#34495e 0)}.dashboard_piewrappersolid__k-bUq.dashboard_progress-65__eEBe3:before{background:#e67e22;transform:rotate(126deg)}.dashboard_piewrappersolid__k-bUq.dashboard_progress-25__oObHj{background:linear-gradient(90deg,#9b59b6 50%,#34495e 0)}.dashboard_piewrappersolid__k-bUq.dashboard_progress-25__oObHj:before{background:#34495e;transform:rotate(-270deg)}.dashboard_piewrappersolid__k-bUq.dashboard_progress-88__781tJ{background:linear-gradient(90deg,#3498db 50%,#34495e 0)}.dashboard_piewrappersolid__k-bUq.dashboard_progress-88__781tJ:before{background:#3498db;transform:rotate(43.2deg)}.dashboard_pdr__JnsIC{padding-right:0}@media only screen and (min-width:1200px) and (max-width:1425px){.dashboard_gridTitleStyle__s9AJ8{font-size:14px}.dashboard_gridCountStyle__NaglR{font-size:22px}.dashboard_remindersSectionBox__8kJ3t h4{font-size:18px}}@media only screen and (min-width:1200px) and (max-width:1342px){.dashboard_remindersSectionBox__8kJ3t h4{font-size:16px}}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.dashboard_progress__txzzP{background:#fff;border-radius:50%;color:#000;font-size:20px;font-weight:500;height:90px;line-height:90px;overflow:hidden;position:relative;text-align:center;width:90px}.dashboard_progress__txzzP:after{content:"%"}.dashboard_progress__txzzP .dashboard_title__nYk7h{position:relative;z-index:100}.dashboard_progress__txzzP .dashboard_overlay__FHLWq{background-color:#fff;height:100%;left:0;position:absolute;top:0;width:50%;z-index:1}.dashboard_progress__txzzP .dashboard_left__kjH60,.dashboard_progress__txzzP .dashboard_right__4oeW5{border:6px solid #1a3f80;border-radius:100px 0 0 100px;border-right:0;height:100%;left:0;position:absolute;top:0;transform-origin:right;width:50%}.dashboard_progress__txzzP .dashboard_left__kjH60{animation:dashboard_load1__aItVy 1s linear forwards}.dashboard_progress__txzzP:nth-of-type(2) .dashboard_right__4oeW5,.dashboard_progress__txzzP:nth-of-type(3) .dashboard_right__4oeW5{animation:dashboard_load2__r9g94 .5s linear 1s forwards}.dashboard_progress__txzzP:first-of-type .dashboard_right__4oeW5,.dashboard_progress__txzzP:last-of-type .dashboard_right__4oeW5{animation:dashboard_load3__Jq4S1 .8s linear 1s forwards}@keyframes dashboard_load1__aItVy{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes dashboard_load2__r9g94{0%{transform:rotate(180deg);z-index:100}to{transform:rotate(270deg);z-index:100}}@keyframes dashboard_load3__Jq4S1{0%{transform:rotate(180deg);z-index:100}to{transform:rotate(315deg);z-index:100}}.dashboard_cardBox__\+lTKg{box-shadow:0 0 30px 0 #523f690d;padding:15px 14px}.dashboard_gridTitleStyle__AiCST{color:#5e5e5e;font-family:Rubik;font-size:16px;font-weight:400;text-align:left}.dashboard_gridCountStyle__Mkc3p{color:#1a3f80;font-family:Rubik;font-size:25px;font-weight:500;text-align:left}.dashboard_applicationStatisticsBox__I-SMa{background:#fff;border-radius:15px;box-shadow:0 0 30px 0 #523f690d;padding:20px}.dashboard_applicationTitle__mVls4 h4{color:#121212;font-family:Rubik;font-size:20px;font-weight:500}.dashboard_applicationTitle__mVls4{border-bottom:.8px solid #485e9029;padding:5px 0}.dashboard_applicationMap__T1sjz img{min-height:375px;object-fit:contain;width:100%}.dashboard_applicationMap__T1sjz,.dashboard_progressBox__Ws0NN{margin-top:10px}.dashboard_overinfo__Mdaqn{align-items:center;display:flex;gap:20px}.dashboard_colorbox__G\+BYL span{background:red;border-radius:100%;display:flex;height:15px;width:15px}.dashboard_overviewListItem__3-E5B{background:#f9f9f9;border-bottom:.8px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:14px 28px}.dashboard_countbox__PlliM{background:#1d3b6f1a;border-radius:30px;text-align:center;width:50px}.dashboard_overname__QSRdc{font-family:Rubik;font-size:14px;font-weight:400}.dashboard_overviewListSection__YsKqz{display:flex;flex-direction:column;gap:10px;margin-top:15px}.dashboard_Bgcolor1__veGdT span{background:#1d3b6f}.dashboard_Bgcolor2__g7QAV span{background:#217aa2}.dashboard_Bgcolor3__gat8x span{background:#d9ae00}.dashboard_Bgcolor4__hjAvg span{background:#fe0000}.dashboard_Bgcolor5__qettU span{background:#25cc00}.dashboard_Bgcolor6__gXJR1 span{background:#730c67}.dashboard_color1__qEwhv{color:#1d3b6f}.dashboard_color2__n53uT{color:#217aa2}.dashboard_color3__5pF0G{color:#d9ae00}.dashboard_color4__g3wKr{color:#fe0000}.dashboard_color5__al4f7{color:#25cc00}.dashboard_color6__xcNLu{color:#730c67}.dashboard_calanderSection__21y7S img{width:100%}.dashboard_calanderSection__21y7S{background:#fff;border-radius:15px 15px 0 0;padding:10px 0}.dashboard_mrb20__Ffive{margin-bottom:20px}.dashboard_remindersSectionBox__AKZ2D{background:#fff;border-radius:0 0 15px 15px;padding:10px 20px}.dashboard_remindersSectionBox__AKZ2D h4{font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_monthBox__rWQjP{background:#1a3f80;border-top-left-radius:5px;border-top-right-radius:5px;color:#b8c3d8;text-align:center}.dashboard_dateDayBox__UgCMJ{background:#fff;border-radius:6px;width:45px}.dashboard_nameTimeBox__Nr0zU h3{font-size:13.23px;font-weight:500;line-height:15.88px}.dashboard_nameTimeBox__Nr0zU h3,.dashboard_nameTimeBox__Nr0zU p{font-family:Rubik;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_nameTimeBox__Nr0zU p{align-items:center;display:flex;font-size:8.27px;font-weight:400;gap:4px;line-height:9.93px;margin-bottom:0}.dashboard_activeBtn__Rg-tK{background:#0ba02c1a;border-radius:3.31px 0 0 0;color:#0ba02c;font-family:Rubik;font-size:10px;font-weight:600;line-height:9.93px;opacity:0;padding:3.31px 6.62px;text-align:left;text-transform:uppercase}.dashboard_remindersListBox__9gA80{background:#ebf8fe;border-radius:6px;box-shadow:0 1.65px 14.89px 0 #18191c08;display:flex;gap:5px;justify-content:space-between;margin-bottom:10px;padding:10px}.dashboard_dayDateBox__dEUha h5{color:#1a3f80;display:block;font-family:Rubik;font-size:15px;font-weight:500;line-height:17.87px;margin-bottom:0;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.dashboard_dayDateBox__dEUha h5 span{color:#121212;display:block;font-family:Rubik;font-size:10.75px;font-weight:400;line-height:12.9px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_activebtnBox__J\+1-n{align-items:flex-end;display:flex;margin-left:8px}.dashboard_nameTimeBox__Nr0zU{margin-top:10px}.dashboard_remindersListSectionBox__oivIn{height:160px;overflow:auto;position:relative}.dashboard_remindersListSectionBox__oivIn::-webkit-scrollbar{height:5px;width:5px}.dashboard_ourClientsSecton__mOHRe{background:#fff;border-radius:15px;box-shadow:0 0 30px 0 #523f690d;margin-top:20px;padding:20px}.dashboard_clientCardBox__MInRx{background:#32bbf9;border-radius:15px;display:flow-root;margin-bottom:20px;padding:20px 15px}.dashboard_clientCardBox__MInRx h4{color:#080808b2;font-family:Rubik;font-size:28px;font-weight:500;line-height:33.18px}.dashboard_clientInfoBox__1K6zt{list-style:none;padding-left:0}.dashboard_clientInfoBox__1K6zt li{float:left;width:50%}.dashboard_clientInfoBox__1K6zt .dashboard_spanPerson__VoBpt{color:#121212;display:block;font-family:Rubik;font-size:13px;font-weight:400}.dashboard_clientInfoBox__1K6zt .dashboard_spanName__633af{color:#fefefe;font-family:Rubik;font-size:18px;font-weight:500}.dashboard_secondBoxBg__BiH4Q{background:#fecc00}.dashboard_setsize__ZZQ1w{font-size:6em}.dashboard_chartscontainer__QSsFy:after{clear:both;content:"";display:table}.dashboard_piewrapper__dW3id{background:#ddd;border-radius:100%;float:left;height:1em;position:relative;width:1em}.dashboard_piewrapper__dW3id:nth-child(3n+1){clear:both}.dashboard_piewrapper__dW3id .dashboard_pie__9W1aa{clip:rect(0,1em,1em,.5em);height:100%;left:0;position:absolute;top:0;width:100%}.dashboard_piewrapper__dW3id .dashboard_pie__9W1aa .dashboard_halfcircle__auSVa{clip:rect(0,.5em,1em,0);border:.1em solid #3498db;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}.dashboard_piewrapper__dW3id .dashboard_label__EEJ63{background:#fff;border-radius:50%;bottom:.4em;color:#000;cursor:default;display:block;font-size:.25em;left:.4em;line-height:2.6em;position:absolute;right:.4em;text-align:center;top:.4em}.dashboard_piewrapper__dW3id .dashboard_label__EEJ63 .dashboard_smaller__6-t4x{color:#000;font-size:.45em;padding-bottom:20px}.dashboard_piewrapper__dW3id .dashboard_shadow__NXl6K{border:.1em solid #bdc3c7;border-radius:50%;height:100%;width:100%}.dashboard_piewrapper__dW3id.dashboard_style2__47-6i .dashboard_label__EEJ63{background:none;color:#7f8c8d}.dashboard_piewrapper__dW3id.dashboard_style2__47-6i .dashboard_label__EEJ63 .dashboard_smaller__6-t4x{color:#bdc3c7}.dashboard_piewrapper__dW3id.dashboard_progress30__-IiWO .dashboard_pie__9W1aa .dashboard_rightside__StCfH{display:none}.dashboard_piewrapper__dW3id.dashboard_progress30__-IiWO .dashboard_pie__9W1aa .dashboard_halfcircle__auSVa{border-color:#1a3f80}.dashboard_piewrapper__dW3id.dashboard_progress30__-IiWO .dashboard_pie__9W1aa .dashboard_leftside__lseVF{transform:rotate(108deg)}.dashboard_piewrapper__dW3id.dashboard_progress60__6he8B .dashboard_pie__9W1aa{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__dW3id.dashboard_progress60__6he8B .dashboard_pie__9W1aa .dashboard_rightside__StCfH{transform:rotate(180deg)}.dashboard_piewrapper__dW3id.dashboard_progress-60__hr6mx .dashboard_pie__9W1aa .dashboard_halfcircle__auSVa{border-color:#e8bc52}.dashboard_piewrapper__dW3id.dashboard_progress60__6he8B .dashboard_pie__9W1aa .dashboard_leftside__lseVF{transform:rotate(216deg)}.dashboard_piewrapper__dW3id.dashboard_progress90__YtlYW .dashboard_pie__9W1aa{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__dW3id.dashboard_progress90__YtlYW .dashboard_pie__9W1aa .dashboard_rightside__StCfH{transform:rotate(180deg)}.dashboard_piewrapper__dW3id.dashboard_progress-90__yFl-u .dashboard_pie__9W1aa .dashboard_halfcircle__auSVa{border-color:#e67e22}.dashboard_piewrapper__dW3id.dashboard_progress90__YtlYW .dashboard_pie__9W1aa .dashboard_leftside__lseVF{transform:rotate(324deg)}.dashboard_piewrapper__dW3id.dashboard_progress45__K97zf .dashboard_pie__9W1aa .dashboard_rightside__StCfH{display:none}.dashboard_piewrapper__dW3id.dashboard_progress45__K97zf .dashboard_pie__9W1aa .dashboard_halfcircle__auSVa{border-color:#e8bc52}.dashboard_piewrapper__dW3id.dashboard_progress45__K97zf .dashboard_pie__9W1aa .dashboard_leftside__lseVF{transform:rotate(162deg)}.dashboard_piewrapper__dW3id.dashboard_progress75__HWNUA .dashboard_pie__9W1aa{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__dW3id.dashboard_progress75__HWNUA .dashboard_pie__9W1aa .dashboard_rightside__StCfH{transform:rotate(180deg)}.dashboard_piewrapper__dW3id.dashboard_progress75__HWNUA .dashboard_pie__9W1aa .dashboard_halfcircle__auSVa{border-color:#32bbf9}.dashboard_piewrapper__dW3id.dashboard_progress75__HWNUA .dashboard_pie__9W1aa .dashboard_leftside__lseVF{transform:rotate(270deg)}.dashboard_piewrapper__dW3id.dashboard_progress95__\+Sa3Q .dashboard_pie__9W1aa{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__dW3id.dashboard_progress95__\+Sa3Q .dashboard_pie__9W1aa .dashboard_rightside__StCfH{transform:rotate(180deg)}.dashboard_piewrapper__dW3id.dashboard_progress95__\+Sa3Q .dashboard_pie__9W1aa .dashboard_halfcircle__auSVa{border-color:#e74c3c}.dashboard_piewrapper__dW3id.dashboard_progress95__\+Sa3Q .dashboard_pie__9W1aa .dashboard_leftside__lseVF{transform:rotate(342deg)}.dashboard_piewrappersolid__o8fE\+{border-radius:50%;overflow:hidden}.dashboard_piewrappersolid__o8fE\+:before{border-radius:0 100% 100% 0;content:"";display:block;height:100%;margin-left:50%;transform-origin:left}.dashboard_piewrappersolid__o8fE\+ .dashboard_label__EEJ63{background:#0000}.dashboard_piewrappersolid__o8fE\+.dashboard_progress-65__I3Xlg{background:linear-gradient(90deg,#e67e22 50%,#34495e 0)}.dashboard_piewrappersolid__o8fE\+.dashboard_progress-65__I3Xlg:before{background:#e67e22;transform:rotate(126deg)}.dashboard_piewrappersolid__o8fE\+.dashboard_progress-25__MGhEi{background:linear-gradient(90deg,#9b59b6 50%,#34495e 0)}.dashboard_piewrappersolid__o8fE\+.dashboard_progress-25__MGhEi:before{background:#34495e;transform:rotate(-270deg)}.dashboard_piewrappersolid__o8fE\+.dashboard_progress-88__39Srx{background:linear-gradient(90deg,#3498db 50%,#34495e 0)}.dashboard_piewrappersolid__o8fE\+.dashboard_progress-88__39Srx:before{background:#3498db;transform:rotate(43.2deg)}.style_detailscontainer__CJVc7{display:flex;flex-wrap:wrap}.style_detail__8xfjc{box-sizing:border-box;padding:10px;width:100%}.style_detail__8xfjc strong{color:#333;font-weight:700}.style_detail__8xfjc span{color:#666}@media screen and (min-width:768px){.style_detail__8xfjc{width:50%}}.style_candidateSideopenStyle__BdeWk h3{color:#1a3f80;font-family:Rubik;font-size:28px;font-weight:500;line-height:24px;padding-bottom:15px;text-align:left}.style_modalCandidateBox__tpZN1{display:block}.style_whatppBox__6Yt0J{border-bottom:1px solid #b8c3d8;border-top:1px solid #b8c3d8}.style_whatppBox__6Yt0J .style_detail__8xfjc{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center;width:100%}.style_whatppBox__6Yt0J .style_detail__8xfjc .style_labeleHead__FcnM3{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;margin-bottom:0;text-align:left}.style_WhatappButton__4BakJ{background-color:#34c759!important;border-radius:8px;font-family:Rubik;font-size:16px;font-weight:500;line-height:19.2px;padding:8px 12px;text-align:left}.style_WhatappButton__4BakJ i{font-size:18px}.style_EmailButton__bXvtD{background-color:#1a3f80!important;border-radius:8px;font-family:Rubik;font-size:16px;font-weight:500;line-height:19.2px;margin-left:10px;padding:8px 12px;text-align:left}.style_detailBox__k17S4{display:block;flex-direction:column}.style_labeleHead__FcnM3{color:#1a3f80!important;font-weight:500;margin-bottom:10px}.style_labeleHead__FcnM3,.style_valueLable__4ZpXI{display:block;font-family:Rubik;font-size:16px;line-height:19.2px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.style_valueLable__4ZpXI{color:#080808!important;font-weight:400}.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:first-child,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:last-child,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(10),.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(16),.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(2){width:100%}.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(10) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(11) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(12) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(13) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(14) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(15) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(17) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(18) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(19) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(20) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(21) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(22) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(23) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(3) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(4) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(5) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(6) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(7) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(8) .style_valueLable__4ZpXI,.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(9) .style_valueLable__4ZpXI{border:1px solid #e3e3e3;border-radius:8px;display:inline-block;padding:8px 12px}.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:nth-child(16) .style_valueLable__4ZpXI a{color:#32bbf9}.style_profileEditvalue__Wi8NT{background:#1a3f80;border-radius:8px;color:#fff;font-family:Rubik;font-size:16px;font-weight:500;line-height:19.2px;padding:8px 12px;text-align:left}.style_detailscontainer__CJVc7.style_detailscontainerBox__OEUZ\+ .style_detailBox__k17S4:last-child .style_valueLable__4ZpXI{background:#e8ecf2;border:1px solid #b8c3d8;border-radius:8px;color:#606060!important;padding:12px}.style_textareaInput__6pcX3{border:1px solid #ccc;border-radius:8px;font-size:14px;padding:8px;resize:vertical}.step_pageDetailsBox__HZI82{background:#1a3f80;border-radius:8px;margin-top:40px;padding:15px 24px}.step_pageDetailsBox__HZI82 h5{color:#fefefe;font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;text-align:left}.step_pageDetailsBox__HZI82 p{color:#ccc!important;font-weight:400;margin-bottom:0}.step_pageDetailsBox__HZI82 p,.step_postNewJob__bgsz8 label{font-family:Rubik;font-size:13px;line-height:15.6px;text-align:left}.step_postNewJob__bgsz8 label{color:#080808;font-weight:500}.step_postNewJob__bgsz8 input,.step_postNewJob__bgsz8 select,.step_postNewJob__bgsz8 textarea{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 2px 0 #0000000d;color:#121212;font-family:Rubik;font-size:13px;font-weight:400;line-height:27px;text-align:left}.step_buttonNext__xflrR{background:#1a3f80;border-radius:12px;color:#fff;font-family:Rubik;font-size:18px;font-weight:400;line-height:21.6px;padding:12px 60px;text-align:center}.step_formsSectionBox__RFvV3{border-radius:12px;box-shadow:0 12px 24px 0 #0d0d0d0f;padding:20px}.step_cancelBtn__BOcRr{background:#0000;border:1.5px solid #1a3f80;border-radius:12px;color:#1a3f80;font-family:Rubik;font-size:18px;font-weight:400;line-height:21.6px;padding:12px 60px;text-align:center}.step_cancelBtn__BOcRr:hover{background:#1a3f80;color:#fff}.step_addJobQustionbtn__Mksuk{float:right}.step_AiJDbtn__JlvG3,.step_addJobQustionbtn__Mksuk{background:#1a3f80;border-radius:12px;color:#fff;font-family:Rubik;font-size:15px;font-weight:400;line-height:21.6px;padding:12px 30px;text-align:center}.step_AiJDbtn__JlvG3{float:left}.step_buttonNext__xflrR:hover{border:1.5px solid #1a3f80;color:#1a3f80}.step_qualifiSection__8rG2q{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 2px 0 #0000000d;color:#121212;font-family:Rubik;font-size:13px;font-weight:400;line-height:27px;text-align:left}.step_btnRemove__4vdfg{background:#dd403c;height:44px;padding:0;width:44px}.step_btnRemove__4vdfg i{color:#fff;font-size:26px}.step_cardPreviewtop__fyr2A{border-bottom:1px solid #32bbf9;box-shadow:none;margin-bottom:0}.step_jobtitleReview__\+RlvF{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500!important;line-height:24px}.step_nameofjobs__hZqf\+{color:#121212;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px}.step_loctionbox__9Foa4{text-align:right}.step_cardskillsTop__A0q\+x{border-bottom:1px solid #32bbf9;box-shadow:none;margin-bottom:0}.step_keySkillsList__OThM9{display:flex;flex-direction:row;list-style:none;margin-bottom:0;padding-left:0}.step_keySkillsList__OThM9 li{color:#121212;display:inline-block;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;text-align:left}.step_cardDescription__V5V\+w{border-bottom:1px solid #32bbf9;box-shadow:none}.step_descriptionPara__ufOsG{color:#121212;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;text-align:left}.step_cardrighttside__kEDo-{border-left:1px solid #32bbf9;border-radius:0;box-shadow:none;margin-top:10px}.step_righttsidetitale__cnmAS{color:#32bbf9;font-family:Rubik;font-size:16px;font-weight:700;line-height:19.2px;text-align:left}.step_overviewTablebox__3QeYS tr{border-bottom:1px solid #32bbf9;display:flex;flex-direction:column;padding-top:10px}.step_overviewTablebox__3QeYS tr td{border:none;padding:0}.step_overViewhd__9PamO{color:#1a3f80!important;font-family:Rubik;font-size:18px;font-weight:500!important;line-height:24px;padding:0!important;text-align:left}.step_overpara__HI6ks{color:#121212!important;font-family:Rubik;font-size:15px;font-weight:400;line-height:19.2px;padding:10px 0!important;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.step_cardrighttside__kEDo- .step_card-body__dVAyM{padding-right:0}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.postjob_innerTitlebox__vDb7w{color:#2b3674;font-family:Rubik;font-size:30px;font-weight:500;line-height:30px;text-align:left}.postjob_cardPostJobBox__fW0ir{border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 10px 20px 0 #0d0d0d0d}.postjob_navItemli__ucXgj{align-items:center;display:flex}.postjob_navText__xvlEz{background:#fff;color:#606060;font-family:Rubik;font-size:16px;font-weight:500;line-height:19.2px;padding:5px 18px 5px 10px;text-align:left;z-index:99}.jobList_filterCardBox__qfidc{background:#fefefe;border-radius:12px;box-shadow:none;padding:0 20px 10px}.jobList_filterCardBox__qfidc label{color:#080808;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:left}.jobList_filterCardBox__qfidc input,.jobList_filterCardBox__qfidc select{background-color:#fefefe!important;border:1px solid #e0e0e0!important;box-shadow:0 0 2px 0 #0000000d;color:#9f9f9f;font-family:Rubik;font-size:14px;font-weight:400;height:40px;line-height:19.2px}.jobList_listLiveJobs__NQdRE{background:#ebfeec;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 18px 0 #18191c08;margin-bottom:15px;padding:20px}.jobList_listLiveJobs__NQdRE:hover{background-color:#e1f7e2}.jobList_listPendingJobs__Gd5SL{background:#fefeeb;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 18px 0 #18191c08;margin-bottom:15px;padding:20px}.jobList_listPendingJobs__Gd5SL:hover{background-color:#e9d68d}.jobList_listExpiredJobs__lTuvu{background:#feebeb;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 18px 0 #18191c08;margin-bottom:15px;padding:20px}.jobList_listExpiredJobs__lTuvu:hover{background-color:#e5c3c4}.jobList_filterCardBox__qfidc .jobList_secrchIcon__IeRaZ{align-items:center;color:var(--vz-secondary-color);display:flex;font-size:19px;height:100%;height:40px;left:13px;position:absolute;top:26px}.jobList_btnprimaryfilter__dsvA0{background:#1a3f80;border-radius:8px;color:#fff;display:block;font-family:Rubik;font-size:16px;font-weight:400;width:150px!important}.jobList_companyLogobox__CcJeg img,.jobList_companyLogobox__CcJeg span{background:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;height:50px;object-fit:contain;width:50px}.jobList_companyMainbox__6V7Od{display:flex;gap:10px}.jobList_aboutCompanyname__A8kdn .jobList_listTitle__KG3yb{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;margin-bottom:2px;text-align:left}.jobList_aboutCompanyname__A8kdn .jobList_listTitle__KG3yb a{color:#1a3f80}.jobList_listSubTitle__J4FIE{color:#121212;font-family:Rubik;font-size:18px;font-weight:500;line-height:24px;text-align:left}.jobList_paraExInfo__CE\+ER{color:#696969;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px}.jobList_badgePending__00fLT{background:#fc0;max-width:200px}.jobList_badgeLive__ajfJp,.jobList_badgePending__00fLT{border-radius:4px;color:#fff;font-family:Rubik;font-size:12px;height:20px;line-height:20px;margin-bottom:0;text-align:center;text-transform:uppercase}.jobList_badgeLive__ajfJp{background:#34c759;max-width:70px}.jobList_editBtnRight__c5tsw{text-align:right}.jobList_editBtnRight__c5tsw a i{color:#5e5e5e;font-size:20px}.jobList_alertJobcolose__deek-{background:#ea43351a;color:#ea4335}.jobList_alertJobLive__uM06d,.jobList_alertJobcolose__deek-{border-radius:4px;cursor:pointer;font-family:Rubik;font-size:12px;font-weight:500;margin-bottom:10px;margin-left:auto;margin-top:25px;padding:4px 8px;text-align:center;text-transform:uppercase;width:90px}.jobList_alertJobLive__uM06d{background:#e6e3d8;color:#34c759}.jobList_postedDate__YlQCy{color:#696969;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;margin-bottom:0;text-align:right}.candidate_cardCandidateInfo__nW9Zn{border-radius:15px;padding:15px}.candidate_cardheadertitle__kruU7 .candidate_leftheaderbox__2TDql h4{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;margin-bottom:0;text-align:left}.candidate_cardheadertitle__kruU7 .candidate_leftheaderbox__2TDql{border-bottom:1px solid #e0e0e0;margin-bottom:20px;padding-bottom:10px}.candidate_rightheaderbox__NAk5A button{background:#1a3f80;color:#f9f9f9;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.candidate_livePreviewBox__xrmdk label{color:#080808;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:left}.candidate_livePreviewBox__xrmdk input{line-height:27px}.candidate_livePreviewBox__xrmdk input,.candidate_livePreviewBox__xrmdk select,.candidate_livePreviewBox__xrmdk textarea{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 2px 0 #0000000d;color:#121212;font-family:Rubik;font-size:13px;font-weight:400;text-align:left}.candidate_livePreviewBox__xrmdk select,.candidate_livePreviewBox__xrmdk textarea{line-height:15.6px}.candidate_pdl__WR7dk{padding-left:3px}.candidate_pdr__pMlQb{padding-right:3px}.candidate_cancelButton__rG6oO{background:#0000;color:#1a3f80}.candidate_addLeadButton__xExUa,.candidate_cancelButton__rG6oO{background:#1a3f80;border:1.5px solid #1a3f80;color:#fff;font-family:Rubik;font-size:18px;font-weight:400;line-height:21.6px;text-align:center}.candidate_fileInputBtn__enztj{position:relative}.candidate_spanInput__zQ9IM{align-items:center;background:#fff;border-radius:5px;color:#878a9c;display:flex;font-weight:400;gap:5px;height:40px;left:2px;position:absolute;text-align:center;top:1px;width:93%}.candidate_spanInput__zQ9IM i{background:#ddd;border-radius:20px;font-size:14px;font-weight:600;margin-left:11px;padding:5px}.candidate_fileAddInput__jkHpT{position:relative}.candidate_rightheaderbox__NAk5A button:hover{background:#2754a2;border:1px solid #1a3f80;color:#fff}.candidate_leftFilterSection__qs4zE{background:#fefefe;border:1px solid #e0e0e0;border-radius:12px;padding:12px;position:-webkit-sticky;position:sticky;top:100px}.candidate_filterTitlebox__TY28A h5{display:flex;justify-content:space-between}.candidate_filterTitlebox__TY28A h5 .candidate_span1__SBSX5{color:#121212;font-family:Rubik;font-size:23px;font-weight:500;line-height:30px;text-align:left}.candidate_filterTitlebox__TY28A h5 .candidate_span2__83mSX{color:#1a3f80;font-family:Rubik;font-size:16px;font-weight:500;line-height:19.2px;text-align:left}.candidate_filterTitlebox__TY28A{border-bottom:1px solid #e0e0e0;margin-bottom:20px}.candidate_filterInnerbox__2KTGN{display:flex;flex-direction:column;gap:10px}.candidate_filterInnerbox__2KTGN div label{color:#080808;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:left}.candidate_filterInnerbox__2KTGN div input{background:#fefefe;font-size:13px;line-height:15.6px;text-align:left}.candidate_filterInnerbox__2KTGN div input,.candidate_filterInnerbox__2KTGN div select{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 2px 0 #0000000d;font-family:Rubik;font-weight:400}.candidate_filterInnerbox__2KTGN div select{color:#9f9f9f;font-size:16px}.candidate_accordionButton__kRkd9{background:#fff!important;border:1px solid #1a3f80;border-radius:8px!important;color:#080808!important;font-family:Rubik;font-size:15px;font-weight:500!important;line-height:19.2px;padding:8px!important}.candidate_customCheckbox__3mWks{align-items:center;display:flex;gap:10px;margin-bottom:5px}.candidate_customCheckbox__3mWks label{color:#414141!important;font-family:Rubik!important;font-size:13px!important;font-weight:400!important;line-height:15.6px!important;margin-bottom:0}.candidate_showMoreBtn__wfYAM{color:#07689f;font-family:Poppins;font-size:10px;font-weight:500;line-height:14px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.candidate_accordionBody__bYMDm{padding-left:10px;padding-right:10px}.candidate_filterInnerbox__2KTGN .candidate_toppos__KFaTl{top:13px}.candidate_paginationSection__f0FCB .candidate_customPaginationStyle__3gAHW{float:inherit}.candidate_rightSection__YOkIy{align-items:center;display:flex;gap:10px;padding-bottom:5px}.candidate_paginationSection__f0FCB{background:#fff;border-radius:12px;margin-block-end:20px;margin-left:0;margin-right:0;padding:20px}.candidate_selectBox__fJoTO select{border:1px solid #ddd;border-radius:8px;font-family:Rubik;font-size:16px;font-weight:400;height:40px;width:100px}.candidate_box1__zM1bF,.candidate_box2__C8m1T{color:#080808;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:left}.candidate_downloadeSection__kqimJ{border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;margin-top:10px;padding-top:10px}.candidate_downloadeSection__kqimJ button{align-items:center;background:#0000;border:2px solid #32bbf9;border-radius:8px;color:#2eaae3;display:flex;font-family:Rubik;font-size:13px;font-weight:500;gap:6px;line-height:15.6px;padding:8px 16px;text-align:center}.candidate_downloadeSection__kqimJ button i{font-size:20px}.candidate_clientSectionLeft__C2BLf{background:#0000;box-shadow:none;padding:0!important}.candidate_clientSectionLeft__C2BLf .candidate_cardbody__G2ARl{padding:0}.candidate_clientSectionCard__WVpJd{border-radius:20px;box-shadow:0 2px 18px 0 #18191c08!important;padding:30px}.candidate_proName__QvKaN{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;text-align:left}.candidate_contactdiv__rTmju i{background:#1a3f80;border-radius:6px;color:#fff;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}.candidate_contactdiv__rTmju{color:#121212;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;margin-bottom:8px;text-align:left}.candidate_ViewProfiebtn__yeTeS{background:#34c759;background:var(--Colors-Green,#34c759);border:1px solid #34c759;border-radius:8px;color:#fff!important;font-family:Rubik;font-size:16px!important;font-weight:500;line-height:19.2px;margin-top:10px;padding:10px 24px;text-align:center;width:80%}.candidate_divinfobox__0YBzR{color:#080808;display:flex;flex-direction:column;font-size:16px;font-weight:400;gap:4px;line-height:19.2px;margin-bottom:10px}.candidate_divinfobox__0YBzR,.candidate_hdinfo__jSs9E{font-family:Rubik;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.candidate_hdinfo__jSs9E{color:#414141;font-size:18px;font-weight:500;line-height:21.6px}.candidate_profileAbotContact__INvm1{margin-bottom:20px}.candidate_leftSectionCard__6O3C7{border-right:1px solid #e0e0e0}.candidate_infoLocationBox__ydCc6{background:#ebf8fe;border:1px solid #bfeafd;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:50px;padding:8px}.candidate_h6box__mc-aJ{align-items:center;color:#1c6789;display:flex;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;margin-bottom:0;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.candidate_h6box__mc-aJ i{color:#1c6789;display:inline-block;font-size:20px;height:20px;width:20px}.candidate_clientMenuBtnSection__RH8-N{background:#1a3f80;border-radius:12px 0 0 12px;display:flex;flex-direction:column;gap:15px;padding:12px 30px 12px 15px;position:absolute;right:-20px;text-align:center;top:90px;width:40px}.candidate_clientMenuBtnSection__RH8-N a i{color:#f9f9f9;font-size:20px}.candidate_rightSectionInfobx__ym7GE{display:flex;flex-direction:column;gap:10px;padding-right:25px}.candidate_rupeeIcon__cUDAX{border:1px solid #1c6789;border-radius:30px;font-size:18px!important}.candidate_clientSectionCard__WVpJd:hover{border:1px solid #ddd!important}.candidate_btncanclePrf__8FuWN{background:#0000;color:#1a3f80}.candidate_btnSearchPrf__rHwhH,.candidate_btncanclePrf__8FuWN{align-items:center;border:2px solid #1a3f80;border-radius:8px;display:flex;font-family:Rubik;font-size:13px;font-weight:500;gap:6px;justify-content:center;line-height:15.6px;padding:8px 16px;text-align:center;width:50%}.candidate_btnSearchPrf__rHwhH{background:#1a3f80;color:#fff}.candidate_gap10__SmeZt{gap:10px}.candidate_searchResultBox__HrGYI .candidate_spanB1__L7yXc{color:#080808;font-family:Rubik;font-size:14px;font-weight:500;line-height:20px}.candidate_searchResultBox__HrGYI .candidate_spanB2__lPwwl{color:#080808;font-family:Rubik;font-size:14px;font-weight:400;line-height:20px}.candidate_searchResultBox__HrGYI .candidate_spanB3__M4IL\+{color:#080808;font-family:Rubik;font-size:14px;font-weight:500;line-height:20px}.candidate_searchResultBox__HrGYI .candidate_spanB4__BZAnt{align-items:center;color:#1a3f80;display:flex;font-family:Rubik;font-size:14px;font-weight:500;line-height:20px}.candidate_searchResultBox__HrGYI{align-items:center;display:flex;gap:5px;padding:8px 0}.candidate_topIcoin__fZR\+4{font-size:20px}.candidate_saveSearchSection__eRrju{display:flex;justify-content:flex-end;margin-bottom:20px}.candidate_saveSearchSection__eRrju button{align-items:center;background:#0000;border:2px solid #32bbf9;border-radius:8px;color:#2eaae3;display:flex;font-family:Rubik;font-size:13px;font-weight:500;gap:6px;line-height:15.6px;padding:8px 16px;text-align:center}.candidate_midSection__4Kz-g{align-items:center;color:#1a3f80;display:flex;font-family:Rubik;font-size:14px;font-weight:500;line-height:20px;padding:8px 0;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.candidate_paraBottomRight__Ybf8F,.candidate_paraBottom__gvbov{color:#5e5e5e;font-family:Rubik;font-size:13px;font-weight:400;line-height:15.6px;margin-top:10px}.candidate_paraBottomRight__Ybf8F{text-align:right}.candidate_nameAndIdBox__1\+cxD{display:flex;justify-content:space-between}.candidate_nameAndIdBox__1\+cxD .candidate_leftInfobx__\+V2Rh label{font-family:Rubik;font-size:16px;font-weight:500!important;line-height:19.2px;text-align:left}.candidate_spanColoerPopup__ljH4g{color:#1a3f80}.candidate_nameAndIdBox__1\+cxD .candidate_rightInfobx__IdcTx label{font-family:Rubik;font-size:16px;font-weight:500!important;line-height:19.2px;text-align:left}.candidate_spanColoerPopup2__NwJ2T{color:#2eaae3}@media only screen and (min-width:1200px) and (max-width:1447px){.candidate_rightheaderbox__NAk5A button{font-size:14px}}.candidate_ct-head__\+QMmV tr th{background-color:#ebf8fe!important;color:#0b1a36!important;font-family:Rubik;padding:20px}.candidate_ct-body__WaK3T tr td{font-family:Rubik}.styles_cardCandidateInfo__VSzN1{border-radius:15px;padding:15px}.styles_cardheadertitle__oPkAb .styles_leftheaderbox__1ukmc h4{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;margin-bottom:0;text-align:left}.styles_cardheadertitle__oPkAb .styles_leftheaderbox__1ukmc{border-bottom:1px solid #e0e0e0;margin-bottom:20px;padding-bottom:10px}.styles_rightheaderbox__xAj9W button{background:#1a3f80;color:#f9f9f9;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.styles_livePreviewBox__avZR7 label{color:#080808;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:left}.styles_livePreviewBox__avZR7 input{line-height:27px}.styles_livePreviewBox__avZR7 input,.styles_livePreviewBox__avZR7 select,.styles_livePreviewBox__avZR7 textarea{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 2px 0 #0000000d;color:#121212;font-family:Rubik;font-size:13px;font-weight:400;text-align:left}.styles_livePreviewBox__avZR7 select,.styles_livePreviewBox__avZR7 textarea{line-height:15.6px}.styles_pdl__Z0ClG{padding-left:3px}.styles_pdr__a7YsO{padding-right:3px}.styles_cancelButton__KIEfE{background:#0000;color:#1a3f80}.styles_addLeadButton__wlZxI,.styles_cancelButton__KIEfE{background:#1a3f80;border:1.5px solid #1a3f80;color:#fff;font-family:Rubik;font-size:18px;font-weight:400;line-height:21.6px;text-align:center}.styles_fileInputBtn__6Kdpr{position:relative}.styles_spanInput__w75R4{align-items:center;background:#fff;border-radius:5px;color:#878a9c;display:flex;font-weight:400;gap:5px;height:40px;left:2px;position:absolute;text-align:center;top:1px;width:93%}.styles_spanInput__w75R4 i{background:#ddd;border-radius:20px;font-size:14px;font-weight:600;margin-left:11px;padding:5px}.styles_fileAddInput__wcKMc{position:relative}.styles_rightheaderbox__xAj9W button:hover{background:#2754a2;border:1px solid #1a3f80;color:#fff}.styles_leftFilterSection__zP\+D0{background:#fefefe;border:1px solid #e0e0e0;border-radius:12px;padding:12px;position:-webkit-sticky;position:sticky;top:100px}.styles_filterTitlebox__4DDtP h5{display:flex;justify-content:space-between}.styles_filterTitlebox__4DDtP h5 .styles_span1__XrrvF{color:#121212;font-family:Rubik;font-size:23px;font-weight:500;line-height:30px;text-align:left}.styles_filterTitlebox__4DDtP h5 .styles_span2__9z3gJ{color:#1a3f80;font-family:Rubik;font-size:16px;font-weight:500;line-height:19.2px;text-align:left}.styles_filterTitlebox__4DDtP{border-bottom:1px solid #e0e0e0;margin-bottom:20px}.styles_filterInnerbox__MVhKq{display:flex;flex-direction:column;gap:10px}.styles_filterInnerbox__MVhKq div label{color:#080808;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:left}.styles_filterInnerbox__MVhKq div input{background:#fefefe;font-size:13px;line-height:15.6px;text-align:left}.styles_filterInnerbox__MVhKq div input,.styles_filterInnerbox__MVhKq div select{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 2px 0 #0000000d;font-family:Rubik;font-weight:400}.styles_filterInnerbox__MVhKq div select{color:#9f9f9f;font-size:16px}.styles_accordionButton__Cebui{background:#fff!important;border:1px solid #1a3f80;border-radius:8px!important;color:#080808!important;font-family:Rubik;font-size:15px;font-weight:500!important;line-height:19.2px;padding:8px!important}.styles_customCheckbox__wpRLn{align-items:center;display:flex;gap:10px;margin-bottom:5px}.styles_customCheckbox__wpRLn label{color:#414141!important;font-family:Rubik!important;font-size:13px!important;font-weight:400!important;line-height:15.6px!important;margin-bottom:0}.styles_showMoreBtn__2NmNO{color:#07689f;font-family:Poppins;font-size:10px;font-weight:500;line-height:14px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.styles_accordionBody__LFbLR{padding-left:10px;padding-right:10px}.styles_filterInnerbox__MVhKq .styles_toppos__i2KY3{top:13px}.styles_paginationSection__fzr7l .styles_customPaginationStyle__qOugZ{float:inherit}.styles_rightSection__Jtm7S{align-items:center;display:flex;gap:10px;padding-bottom:5px}.styles_paginationSection__fzr7l{background:#fff;border-radius:12px;margin-block-end:20px;margin-left:0;margin-right:0;padding:20px}.styles_selectBox__\+lBmD select{border:1px solid #ddd;border-radius:8px;font-family:Rubik;font-size:16px;font-weight:400;height:40px;width:100px}.styles_box1__IYdCm,.styles_box2__Xh4sg{color:#080808;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:left}.styles_downloadeSection__XD3gM{border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;margin-top:10px;padding-top:10px}.styles_downloadeSection__XD3gM button{align-items:center;background:#0000;border:2px solid #32bbf9;border-radius:8px;color:#2eaae3;display:flex;font-family:Rubik;font-size:13px;font-weight:500;gap:6px;line-height:15.6px;padding:8px 16px;text-align:center}.styles_downloadeSection__XD3gM button i{font-size:20px}.styles_clientSectionLeft__jpXxN{background:#0000;box-shadow:none;padding:0!important}.styles_clientSectionLeft__jpXxN .styles_cardbody__eITZQ{padding:0}.styles_clientSectionCard__aMAZk{border-radius:20px;box-shadow:0 2px 18px 0 #18191c08!important;padding:30px}.styles_proName__gsez8{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;text-align:left}.styles_contactdiv__LPECd i{background:#1a3f80;border-radius:6px;color:#fff;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}.styles_contactdiv__LPECd{color:#121212;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;margin-bottom:8px;text-align:left}.styles_ViewProfiebtn__jf5gr{background:#34c759;background:var(--Colors-Green,#34c759);border:1px solid #34c759;border-radius:8px;color:#fff!important;font-family:Rubik;font-size:16px!important;font-weight:500;line-height:19.2px;margin-top:10px;padding:10px 24px;text-align:center;width:80%}.styles_divinfobox__PxWMo{color:#080808;display:flex;flex-direction:column;font-size:16px;font-weight:400;gap:4px;line-height:19.2px;margin-bottom:10px}.styles_divinfobox__PxWMo,.styles_hdinfo__fRs00{font-family:Rubik;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.styles_hdinfo__fRs00{color:#414141;font-size:18px;font-weight:500;line-height:21.6px}.styles_profileAbotContact__W\+Xxv{margin-bottom:20px}.styles_leftSectionCard__jIrMk{border-right:1px solid #e0e0e0}.styles_infoLocationBox__a2Z\+L{background:#ebf8fe;border:1px solid #bfeafd;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:50px;padding:8px}.styles_h6box__lfPa4{align-items:center;color:#1c6789;display:flex;font-family:Rubik;font-size:16px;font-weight:400;line-height:19.2px;margin-bottom:0;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.styles_h6box__lfPa4 i{color:#1c6789;display:inline-block;font-size:20px;height:20px;width:20px}.styles_clientMenuBtnSection__frt9z{background:#1a3f80;border-radius:12px 0 0 12px;display:flex;flex-direction:column;gap:15px;padding:12px 30px 12px 15px;position:absolute;right:-20px;text-align:center;top:90px;width:40px}.styles_clientMenuBtnSection__frt9z a i{color:#f9f9f9;font-size:20px}.styles_rightSectionInfobx__Wa\+Yu{display:flex;flex-direction:column;gap:10px;padding-right:25px}.styles_rupeeIcon__xStEe{border:1px solid #1c6789;border-radius:30px;font-size:18px!important}.styles_clientSectionCard__aMAZk:hover{border:1px solid #ddd!important}.styles_btncanclePrf__EJ\+ee{padding:8px 16px;width:50%}.styles_btncanclePrf__EJ\+ee,.styles_btninterviewPrf__BnzDq{align-items:center;background:#0000;border:2px solid #1a3f80;border-radius:8px;color:#1a3f80;display:flex;font-family:Rubik;font-size:13px;font-weight:500;gap:6px;justify-content:center;line-height:15.6px;text-align:center}.styles_btninterviewPrf__BnzDq{padding:5px 10px;text-decoration:none}.styles_view-history__MLUjY{cursor:pointer;display:inline-block;position:relative;transition:transform .3s ease,color .3s ease}.styles_view-history__MLUjY:hover{color:#218838;transform:translateX(5px)}.styles_googleMeetIcon__Ntffu{height:20px;margin-right:2px;width:20px}.styles_hiringStatusWrapper__h-sLm{align-items:center;display:inline-flex}.styles_btnSearchPrf__bh-vM{align-items:center;background:#1a3f80;border:2px solid #1a3f80;border-radius:8px;color:#fff;display:flex;font-family:Rubik;font-size:13px;font-weight:500;gap:6px;justify-content:center;line-height:15.6px;padding:8px 16px;text-align:center;width:50%}.styles_gap10__BPziC{gap:10px}.styles_searchResultBox__NYZBL .styles_spanB1__vYdrg{color:#080808;font-family:Rubik;font-size:14px;font-weight:500;line-height:20px}.styles_searchResultBox__NYZBL .styles_spanB2__Vo\+Sg{color:#080808;font-family:Rubik;font-size:14px;font-weight:400;line-height:20px}.styles_searchResultBox__NYZBL .styles_spanB3__x3ybO{color:#080808;font-family:Rubik;font-size:14px;font-weight:500;line-height:20px}.styles_searchResultBox__NYZBL .styles_spanB4__yfBWe{align-items:center;color:#1a3f80;display:flex;font-family:Rubik;font-size:14px;font-weight:500;line-height:20px}.styles_searchResultBox__NYZBL{align-items:center;display:flex;gap:5px;padding:8px 0}.styles_topIcoin__14ZJ8{font-size:20px}.styles_saveSearchSection__mFbIH{display:flex;justify-content:flex-end;margin-bottom:20px}.styles_saveSearchSection__mFbIH button{align-items:center;background:#0000;border:2px solid #32bbf9;border-radius:8px;color:#2eaae3;display:flex;font-family:Rubik;font-size:13px;font-weight:500;gap:6px;line-height:15.6px;padding:8px 16px;text-align:center}.styles_midSection__wyVw6{align-items:center;color:#1a3f80;display:flex;font-family:Rubik;font-size:14px;font-weight:500;line-height:20px;padding:8px 0;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.styles_paraBottomRight__LlA9L,.styles_paraBottom__A65qM{color:#5e5e5e;font-family:Rubik;font-size:13px;font-weight:400;line-height:15.6px;margin-top:10px}.styles_paraBottomRight__LlA9L{text-align:right}.styles_nameAndIdBox__yaXd3{display:flex;justify-content:space-between}.styles_nameAndIdBox__yaXd3 .styles_leftInfobx__oPXhE label{font-family:Rubik;font-size:16px;font-weight:500!important;line-height:19.2px;text-align:left}.styles_spanColoerPopup__4ICQN{color:#1a3f80}.styles_nameAndIdBox__yaXd3 .styles_rightInfobx__NhV8T label{font-family:Rubik;font-size:16px;font-weight:500!important;line-height:19.2px;text-align:left}.styles_spanColoerPopup2__iUgIk{color:#2eaae3}@media only screen and (min-width:1200px) and (max-width:1447px){.styles_rightheaderbox__xAj9W button{font-size:14px}}.styles_detailscontainer__MavzY{display:flex;flex-wrap:wrap}.styles_detail__FpZa4{box-sizing:border-box;padding:10px;width:100%}.styles_detail__FpZa4 strong{color:#333;font-weight:700}.styles_detail__FpZa4 span{color:#666}@media screen and (min-width:768px){.styles_detail__FpZa4{width:50%}}.styles_candidateSideopenStyle__DI9vF h3{color:#1a3f80;font-family:Rubik;font-size:28px;font-weight:500;line-height:24px;padding-bottom:15px;text-align:left}.styles_modalCandidateBox__a8D00{display:block}.styles_whatppBox__vMf-w{border-bottom:1px solid #b8c3d8;border-top:1px solid #b8c3d8}.styles_whatppBox__vMf-w .styles_detail__FpZa4{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center;width:100%}.styles_whatppBox__vMf-w .styles_detail__FpZa4 .styles_labeleHead__7tVOQ{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;margin-bottom:0;text-align:left}.styles_WhatappButton__0fcxt{background-color:#34c759!important;border-radius:8px;font-family:Rubik;font-size:16px;font-weight:500;line-height:19.2px;padding:8px 12px;text-align:left}.styles_WhatappButton__0fcxt i{font-size:18px}.styles_EmailButton__AGkZv{background-color:#1a3f80!important;border-radius:8px;font-family:Rubik;font-size:16px;font-weight:500;line-height:19.2px;margin-left:10px;padding:8px 12px;text-align:left}.styles_detailBox__8gww6{display:block;flex-direction:column}.styles_labeleHead__7tVOQ{color:#1a3f80!important;font-weight:500;margin-bottom:10px}.styles_labeleHead__7tVOQ,.styles_valueLable__m96yq{display:block;font-family:Rubik;font-size:16px;line-height:19.2px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.styles_valueLable__m96yq{color:#080808!important;font-weight:400}.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:first-child,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:last-child,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(10),.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(16),.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(2){width:100%}.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(10) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(11) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(12) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(13) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(14) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(15) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(17) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(18) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(19) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(20) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(21) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(22) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(23) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(3) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(4) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(5) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(6) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(7) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(8) .styles_valueLable__m96yq,.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(9) .styles_valueLable__m96yq{border:1px solid #e3e3e3;border-radius:8px;display:inline-block;padding:8px 12px}.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:nth-child(16) .styles_valueLable__m96yq a{color:#32bbf9}.styles_profileEditvalue__-S1fu{background:#1a3f80;border-radius:8px;color:#fff;font-family:Rubik;font-size:16px;font-weight:500;line-height:19.2px;padding:8px 12px;text-align:left}.styles_detailscontainer__MavzY.styles_detailscontainerBox__CSsoZ .styles_detailBox__8gww6:first-child .styles_valueLable__m96yq{background:#e8ecf2;border:1px solid #b8c3d8;border-radius:8px;color:#606060!important;padding:12px 12px 0}.teaminsights_ct-table__gwNFd th{background-color:#ebf8fe!important;color:#0b1a36!important;font-family:Rubik;padding:20px}.teaminsights_team-card__BJZQ9{height:calc(100vh - 340px);overflow-x:hidden;overflow-y:auto}.teaminsights_table-bodyct__4I2Rs tr td{padding:20px}.team_team-title__ClfyN{color:#1a3f80!important;font-family:Rubik;font-size:22px;font-weight:500}.team_main-title__\+-ENV{color:#1a3f80;font-family:Rubik;font-size:16px;font-weight:500;margin-bottom:5px!important}.team_label-ct__dfjuW{font-family:Rubik;font-size:12px}.dashboard_progress__QyS2i{background:#fff;border-radius:50%;color:#000;font-size:20px;font-weight:500;height:90px;line-height:90px;overflow:hidden;position:relative;text-align:center;width:90px}.dashboard_progress__QyS2i:after{content:"%"}.dashboard_progress__QyS2i .dashboard_title__96jnj{position:relative;z-index:100}.dashboard_progress__QyS2i .dashboard_overlay__eaQQl{background-color:#fff;height:100%;left:0;position:absolute;top:0;width:50%;z-index:1}.dashboard_progress__QyS2i .dashboard_left__2HINl,.dashboard_progress__QyS2i .dashboard_right__AudeR{border:6px solid #1a3f80;border-radius:100px 0 0 100px;border-right:0;height:100%;left:0;position:absolute;top:0;transform-origin:right;width:50%}.dashboard_progress__QyS2i .dashboard_left__2HINl{animation:dashboard_load1__iCZ1Y 1s linear forwards}.dashboard_progress__QyS2i:nth-of-type(2) .dashboard_right__AudeR,.dashboard_progress__QyS2i:nth-of-type(3) .dashboard_right__AudeR{animation:dashboard_load2__Kz49- .5s linear 1s forwards}.dashboard_progress__QyS2i:first-of-type .dashboard_right__AudeR,.dashboard_progress__QyS2i:last-of-type .dashboard_right__AudeR{animation:dashboard_load3__6573A .8s linear 1s forwards}@keyframes dashboard_load1__iCZ1Y{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes dashboard_load2__Kz49-{0%{transform:rotate(180deg);z-index:100}to{transform:rotate(270deg);z-index:100}}@keyframes dashboard_load3__6573A{0%{transform:rotate(180deg);z-index:100}to{transform:rotate(315deg);z-index:100}}.dashboard_cardBox__HECxR{box-shadow:0 0 30px 0 #523f690d;padding:15px 14px}.dashboard_gridTitleStyle__Lr3f4{color:#5e5e5e;font-family:Rubik;font-size:16px;font-weight:400;text-align:left}.dashboard_gridCountStyle__ZcnmP{color:#1a3f80;font-family:Rubik;font-size:25px;font-weight:500;text-align:left}.dashboard_applicationStatisticsBox__zr2Pa{background:#fff;border-radius:15px;box-shadow:0 0 30px 0 #523f690d;padding:20px}.dashboard_applicationTitle__kz7cM h4{color:#121212;font-family:Rubik;font-size:20px;font-weight:500}.dashboard_applicationTitle__kz7cM{border-bottom:.8px solid #485e9029;padding:5px 0}.dashboard_applicationMap__oWKos img{min-height:375px;object-fit:contain;width:100%}.dashboard_applicationMap__oWKos,.dashboard_progressBox__3-THK{margin-top:10px}.dashboard_overinfo__JPOMM{align-items:center;display:flex;gap:20px}.dashboard_colorbox__CHuHG span{background:red;border-radius:100%;display:flex;height:15px;width:15px}.dashboard_overviewListItem__iA2Z3{background:#f9f9f9;border-bottom:.8px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:14px 28px}.dashboard_countbox__FzraV{background:#1d3b6f1a;border-radius:30px;text-align:center;width:50px}.dashboard_overname__yqlrW{font-family:Rubik;font-size:14px;font-weight:400}.dashboard_overviewListSection__K8xYa{display:flex;flex-direction:column;gap:10px;height:347px;margin-top:15px;overflow:auto}.dashboard_overviewListSection__K8xYa::-webkit-scrollbar{height:5px;width:5px}.dashboard_Bgcolor1__PG46I span{background:#1d3b6f}.dashboard_Bgcolor2__U2fp2 span{background:#217aa2}.dashboard_Bgcolor3__HP2Dw span{background:#d9ae00}.dashboard_Bgcolor4__yfqdn span{background:#fe0000}.dashboard_Bgcolor5__mhAhn span{background:#25cc00}.dashboard_Bgcolor6__2QtCX span{background:#730c67}.dashboard_Bgcolor7__5vyY3 span{background:#ff5733}.dashboard_Bgcolor8__q1oOy span{background:#8e44ad}.dashboard_Bgcolor9__q2Qfi span{background:#2ecc71}.dashboard_color1__xmN0r{color:#1d3b6f}.dashboard_color2__AooYY{color:#217aa2}.dashboard_color3__uWG80{color:#d9ae00}.dashboard_color4__\+A58i{color:#fe0000}.dashboard_color5__Wqbxo{color:#25cc00}.dashboard_color6__q26pq{color:#730c67}.dashboard_color7__qtoHG{color:#ff5733}.dashboard_color8__1jWzv{color:#8e44ad}.dashboard_color9__VS9Xa{color:#2ecc71}.dashboard_Bgcolor1__PG46I{background-color:#1d3b6f}.dashboard_Bgcolor2__U2fp2{background-color:#217aa2}.dashboard_Bgcolor3__HP2Dw{background-color:#d9ae00}.dashboard_Bgcolor4__yfqdn{background-color:#fe0000}.dashboard_Bgcolor5__mhAhn{background-color:#25cc00}.dashboard_Bgcolor6__2QtCX{background-color:#730c67}.dashboard_Bgcolor7__5vyY3{background-color:#ff5733}.dashboard_Bgcolor8__q1oOy{background-color:#8e44ad}.dashboard_Bgcolor9__q2Qfi{background-color:#2ecc71}.dashboard_progress-bar__yWxNI{border-radius:5px;height:20px;transition:width .3s ease}.dashboard_calanderSection__5Mzyg img{width:100%}.dashboard_calanderSection__5Mzyg{background:#fff;border-radius:15px 15px 0 0;padding:10px 15px}.dashboard_mrb20__TwEPt{margin-bottom:20px}.dashboard_remindersSectionBox__lFnLy{background:#fff;border-radius:0 0 15px 15px;padding:28px 20px}.dashboard_remindersSectionBox__lFnLy h4{font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_monthBox__PRvt8{background:#1a3f80;border-top-left-radius:5px;border-top-right-radius:5px;color:#b8c3d8;text-align:center}.dashboard_dateDayBox__qTXqp{background:#fff;border-radius:6px;width:45px}.dashboard_nameTimeBox__ZOtlm h3{font-size:13.23px;font-weight:500;line-height:15.88px}.dashboard_nameTimeBox__ZOtlm h3,.dashboard_nameTimeBox__ZOtlm p{font-family:Rubik;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_nameTimeBox__ZOtlm p{align-items:center;display:flex;font-size:8.27px;font-weight:400;gap:4px;line-height:9.93px;margin-bottom:0}.dashboard_activeBtn__A14si{background:#0ba02c1a;border-radius:3.31px 0 0 0;color:#0ba02c;font-family:Rubik;font-size:10px;font-weight:600;line-height:9.93px;opacity:0;padding:3.31px 6.62px;text-align:left;text-transform:uppercase}.dashboard_remindersListBox__dRQfY{background:#ebf8fe;border-radius:6px;box-shadow:0 1.65px 14.89px 0 #18191c08;display:flex;gap:5px;justify-content:space-between;margin-bottom:10px;padding:10px}.dashboard_dayDateBox__3GiY1 h5{color:#1a3f80;display:block;font-family:Rubik;font-size:15px;font-weight:500;line-height:17.87px;margin-bottom:0;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.dashboard_dayDateBox__3GiY1 h5 span{color:#121212;display:block;font-family:Rubik;font-size:10.75px;font-weight:400;line-height:12.9px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_activebtnBox__eq2j1{align-items:flex-end;display:flex;margin-left:8px}.dashboard_nameTimeBox__ZOtlm{margin-top:10px}.dashboard_remindersListSectionBox__tzsRC{height:216px;overflow:auto;position:relative}.dashboard_remindersListSectionBox__tzsRC::-webkit-scrollbar{height:5px;width:5px}.dashboard_ourClientsSecton__497Z9{background:#fff;border-radius:15px;box-shadow:0 0 30px 0 #523f690d;margin-top:20px;padding:20px}.dashboard_clientCardBox__PArSW{background:#32bbf9;border-radius:15px;display:flow-root;margin-bottom:20px;padding:20px 15px}.dashboard_clientCardBox__PArSW h4{color:#080808b2;font-family:Rubik;font-size:28px;font-weight:500;line-height:33.18px}.dashboard_clientInfoBox__w6LWD{list-style:none;padding-left:0}.dashboard_clientInfoBox__w6LWD li{float:left;width:50%}.dashboard_clientInfoBox__w6LWD .dashboard_spanPerson__w8O3x{color:#121212;display:block;font-family:Rubik;font-size:13px;font-weight:400}.dashboard_clientInfoBox__w6LWD .dashboard_spanName__D01Kp{color:#fefefe;font-family:Rubik;font-size:18px;font-weight:500}.dashboard_secondBoxBg__HlOO3{background:#fecc00}.dashboard_calendarBoxSet__xI\+Gp{border:none!important;margin-bottom:20px}.dashboard_setsize__xeUu6{font-size:6em}.dashboard_chartscontainer__E-9\+C:after{clear:both;content:"";display:table}.dashboard_piewrapper__LwYYD{background:#ddd;border-radius:100%;float:left;height:1em;position:relative;width:1em}.dashboard_piewrapper__LwYYD:nth-child(3n+1){clear:both}.dashboard_piewrapper__LwYYD .dashboard_pie__7P-mX{clip:rect(0,1em,1em,.5em);height:100%;left:0;position:absolute;top:0;width:100%}.dashboard_piewrapper__LwYYD .dashboard_pie__7P-mX .dashboard_halfcircle__5UgZf{clip:rect(0,.5em,1em,0);border:.1em solid #3498db;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}.dashboard_piewrapper__LwYYD .dashboard_label__s\+MGJ{background:#fff;border-radius:50%;bottom:.4em;color:#000;cursor:default;display:block;font-size:.25em;left:.4em;line-height:2.6em;position:absolute;right:.4em;text-align:center;top:.4em}.dashboard_piewrapper__LwYYD .dashboard_label__s\+MGJ .dashboard_smaller__WoFhB{color:#000;font-size:.45em;padding-bottom:20px}.dashboard_piewrapper__LwYYD .dashboard_shadow__gBAsa{border:.1em solid #bdc3c7;border-radius:50%;height:100%;width:100%}.dashboard_piewrapper__LwYYD.dashboard_style2__\+Y-F5 .dashboard_label__s\+MGJ{background:none;color:#7f8c8d}.dashboard_piewrapper__LwYYD.dashboard_style2__\+Y-F5 .dashboard_label__s\+MGJ .dashboard_smaller__WoFhB{color:#bdc3c7}.dashboard_piewrapper__LwYYD.dashboard_progress30__dE9fo .dashboard_pie__7P-mX .dashboard_rightside__Z-5bm{display:none}.dashboard_piewrapper__LwYYD.dashboard_progress30__dE9fo .dashboard_pie__7P-mX .dashboard_halfcircle__5UgZf{border-color:#1a3f80}.dashboard_piewrapper__LwYYD.dashboard_progress30__dE9fo .dashboard_pie__7P-mX .dashboard_leftside__y1Jn3{transform:rotate(108deg)}.dashboard_piewrapper__LwYYD.dashboard_progress60__W1byL .dashboard_pie__7P-mX{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__LwYYD.dashboard_progress60__W1byL .dashboard_pie__7P-mX .dashboard_rightside__Z-5bm{transform:rotate(180deg)}.dashboard_piewrapper__LwYYD.dashboard_progress-60__FT4OP .dashboard_pie__7P-mX .dashboard_halfcircle__5UgZf{border-color:#e8bc52}.dashboard_piewrapper__LwYYD.dashboard_progress60__W1byL .dashboard_pie__7P-mX .dashboard_leftside__y1Jn3{transform:rotate(216deg)}.dashboard_piewrapper__LwYYD.dashboard_progress90__a1Xdy .dashboard_pie__7P-mX{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__LwYYD.dashboard_progress90__a1Xdy .dashboard_pie__7P-mX .dashboard_rightside__Z-5bm{transform:rotate(180deg)}.dashboard_piewrapper__LwYYD.dashboard_progress-90__YbQ74 .dashboard_pie__7P-mX .dashboard_halfcircle__5UgZf{border-color:#e67e22}.dashboard_piewrapper__LwYYD.dashboard_progress90__a1Xdy .dashboard_pie__7P-mX .dashboard_leftside__y1Jn3{transform:rotate(324deg)}.dashboard_piewrapper__LwYYD.dashboard_progress45__QsWXk .dashboard_pie__7P-mX .dashboard_rightside__Z-5bm{display:none}.dashboard_piewrapper__LwYYD.dashboard_progress45__QsWXk .dashboard_pie__7P-mX .dashboard_halfcircle__5UgZf{border-color:#e8bc52}.dashboard_piewrapper__LwYYD.dashboard_progress45__QsWXk .dashboard_pie__7P-mX .dashboard_leftside__y1Jn3{transform:rotate(162deg)}.dashboard_piewrapper__LwYYD.dashboard_progress75__Ulksj .dashboard_pie__7P-mX{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__LwYYD.dashboard_progress75__Ulksj .dashboard_pie__7P-mX .dashboard_rightside__Z-5bm{transform:rotate(180deg)}.dashboard_piewrapper__LwYYD.dashboard_progress75__Ulksj .dashboard_pie__7P-mX .dashboard_halfcircle__5UgZf{border-color:#32bbf9}.dashboard_piewrapper__LwYYD.dashboard_progress75__Ulksj .dashboard_pie__7P-mX .dashboard_leftside__y1Jn3{transform:rotate(270deg)}.dashboard_piewrapper__LwYYD.dashboard_progress95__aCo1S .dashboard_pie__7P-mX{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__LwYYD.dashboard_progress95__aCo1S .dashboard_pie__7P-mX .dashboard_rightside__Z-5bm{transform:rotate(180deg)}.dashboard_piewrapper__LwYYD.dashboard_progress95__aCo1S .dashboard_pie__7P-mX .dashboard_halfcircle__5UgZf{border-color:#e74c3c}.dashboard_piewrapper__LwYYD.dashboard_progress95__aCo1S .dashboard_pie__7P-mX .dashboard_leftside__y1Jn3{transform:rotate(342deg)}.dashboard_piewrappersolid__ov7o5{border-radius:50%;overflow:hidden}.dashboard_piewrappersolid__ov7o5:before{border-radius:0 100% 100% 0;content:"";display:block;height:100%;margin-left:50%;transform-origin:left}.dashboard_piewrappersolid__ov7o5 .dashboard_label__s\+MGJ{background:#0000}.dashboard_piewrappersolid__ov7o5.dashboard_progress-65__ByLHH{background:linear-gradient(90deg,#e67e22 50%,#34495e 0)}.dashboard_piewrappersolid__ov7o5.dashboard_progress-65__ByLHH:before{background:#e67e22;transform:rotate(126deg)}.dashboard_piewrappersolid__ov7o5.dashboard_progress-25__7BjGi{background:linear-gradient(90deg,#9b59b6 50%,#34495e 0)}.dashboard_piewrappersolid__ov7o5.dashboard_progress-25__7BjGi:before{background:#34495e;transform:rotate(-270deg)}.dashboard_piewrappersolid__ov7o5.dashboard_progress-88__zu8bF{background:linear-gradient(90deg,#3498db 50%,#34495e 0)}.dashboard_piewrappersolid__ov7o5.dashboard_progress-88__zu8bF:before{background:#3498db;transform:rotate(43.2deg)}.dashboard_pdr__F9pIj{padding-right:0}@media only screen and (min-width:1200px) and (max-width:1425px){.dashboard_gridTitleStyle__Lr3f4{font-size:14px}.dashboard_gridCountStyle__ZcnmP{font-size:22px}.dashboard_remindersSectionBox__lFnLy h4{font-size:18px}}@media only screen and (min-width:1200px) and (max-width:1342px){.dashboard_remindersSectionBox__lFnLy h4{font-size:16px}}.style_details-container__5smOP{display:flex;flex-direction:column}.style_detail__d-ivG{border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:10px}.style_label__8X5GQ{color:#333;font-weight:700}.style_value__hREKH{color:#666}.crmuser_crm-card__MDT6c{background-color:#fff;border-radius:15px;box-shadow:0 2px 8px 0 #63636333;height:calc(100vh - 180px);overflow-y:auto}.crmuser_custom-card__xzBsL{display:flex;justify-content:flex-end}.crmuser_btn-add__e6EeM{background-color:#32bbf9}.crmuser_btn-add__e6EeM,.crmuser_btn-add__e6EeM:hover{border:0;border-radius:5px;font-family:Rubik;font-weight:400}.crmuser_btn-add__e6EeM:hover{background-color:#1a3f80}.crmuser_input-crm__CIMKp{border-radius:5px!important}.crmuser_crm-title__YSifJ{color:#1a3f80;font-family:Rubik;font-size:20px;font-weight:500}.crmuser_crm-lists__VR4\+x tr td{font-family:Rubik}.crmuser_table-head__Dm2eq{border-radius:10px}.crmuser_table-ctm__QmoDz thead tr th{background-color:#ebf8fe;color:#1a3f80}.crmuser_active-badge__AmI5s{align-items:center;border:1px solid #b6b6b6;border-radius:5px;color:#1a3f80;display:flex;font-family:Rubik;font-size:12px;font-weight:500;justify-content:center;max-width:100px;padding:2px 10px;position:relative;text-align:center;text-transform:capitalize}.crmuser_active-badge__AmI5s:before{background-color:#0b6623;border-radius:50px;content:"";height:10px;left:5px;position:absolute;width:10px}.crmuser_inactive-badge__y9cQX{align-items:center;border:1px solid #b6b6b6;border-radius:5px;color:#1a3f80;display:flex;font-family:Rubik;font-size:12px;font-weight:500;justify-content:center;max-width:100px;padding:2px 10px;position:relative;text-transform:capitalize}.crmuser_inactive-badge__y9cQX:before{background-color:#ae0404;border-radius:50px;content:"";height:10px;left:5px;position:absolute;width:10px}.crmuser_adduser-btn__uS0rH,.crmuser_adduser-btn__uS0rH:hover{background-color:#1a3f80;border:0;border-radius:5px;color:#fff;font-family:Rubik;font-weight:400}.crmuser_cancel-btn__Yovbx{background-color:#fff;color:#1a3f80}.crmuser_cancel-btn__Yovbx,.crmuser_cancel-btn__Yovbx:hover{border:1px solid #1a3f80!important;border:0;border-radius:5px;font-family:Rubik;font-weight:400}.crmuser_cancel-btn__Yovbx:hover{background-color:#1a3f80;color:#fff}.crmuser_form-labelct__y5T7B{font-family:Rubik;font-weight:500}.crmuser_ct-card__dQupn{border-radius:10px!important;padding-top:20px}.crmuser_crm-titlec__uuY8c{color:#1a3f80;font-family:Rubik;font-size:16px}.style_ourClientsSecton__909qJ{background:#fff;border-radius:15px;box-shadow:0 0 30px 0 #523f690d;margin-top:20px;padding:20px}.style_applicationTitle__3hhOo h4{color:#121212;font-family:Rubik;font-size:20px;font-weight:500}.style_applicationTitle__3hhOo{border-bottom:.8px solid #485e9029;padding:5px 0}.style_mrb20__2KRco{margin-bottom:20px}.style_clientCardBox__UrnTq{background:#32bbf9;border-radius:15px;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;min-height:280px!important;padding:20px 15px}.style_clientCardBox__UrnTq h4{color:#080808b2;font-family:Rubik;font-size:28px;font-weight:500;line-height:33.18px}.style_clientInfoBox__I0sYp{list-style:none;padding-left:0;width:80%}.style_clientInfoBox__I0sYp li{float:left;width:50%}.style_clientInfoBox__I0sYp .style_spanPerson__rg4ik{color:#121212;display:block;font-family:Rubik;font-size:13px;font-weight:400}.style_clientInfoBox__I0sYp .style_spanName__uuzx8{color:#fefefe;font-family:Rubik;font-size:18px;font-weight:500}.style_secondBoxBg__FiaNP{background:#fecc00}.style_filterCardBox__YzYPy{background:#fefefe;border-radius:12px;box-shadow:none;padding:0 20px 10px}.style_filterCardBox__YzYPy label{color:#080808;font-family:Rubik;font-size:13px;font-weight:500;line-height:15.6px;text-align:left}.style_filterCardBox__YzYPy input,.style_filterCardBox__YzYPy select{background-color:#fefefe!important;border:1px solid #e0e0e0!important;box-shadow:0 0 2px 0 #0000000d;color:#9f9f9f;font-family:Rubik;font-size:14px;font-weight:400;height:40px;line-height:19.2px}.style_clientMenuBtnSection__C2uyW{background:#1a3f80;border-radius:12px 0 0 12px;display:flex;flex-direction:column;gap:15px;padding:12px 30px 12px 15px;position:absolute;right:-20px;text-align:center;top:90px;width:40px}.style_clientMenuBtnSection__C2uyW a i{color:#f9f9f9;font-size:20px}.style_filter-box__9iQml{background-color:#fff;border-radius:10px;display:flex;justify-content:space-between;padding:20px}.style_reset-btn__URFvo{color:#32bbf9}.style_reset-btn__URFvo,.style_reset-btn__URFvo:hover{border:1px solid #32bbf9;font-family:Rubik;font-size:14px}.style_reset-btn__URFvo:hover{background-color:#32bbf9;color:#fff}.style_search-btn__DrAfv,.style_search-btn__DrAfv:hover{background-color:#1a3f80;border:1px solid #1a3f80;color:#fff;font-family:Rubik;font-size:14px}.style_addnew-btn__k5WG0,.style_addnew-btn__k5WG0:hover{background-color:#32bbf9;border:1px solid #32bbf9;color:#fff;font-family:Rubik;font-size:14px}.style_details-list__FovIR{background-color:#00000091;border-radius:20px 0 0 20px;list-style:none;padding:10px;position:absolute;right:0;top:50px}.style_details-list__FovIR li{padding:5px 0!important}.style_details-list__FovIR li a{color:#fff}.dashboard_progress__seIFx{background:#fff;border-radius:50%;color:#000;font-size:20px;font-weight:500;height:90px;line-height:90px;overflow:hidden;position:relative;text-align:center;width:90px}.dashboard_progress__seIFx:after{content:"%"}.dashboard_progress__seIFx .dashboard_title__j4T6v{position:relative;z-index:100}.dashboard_progress__seIFx .dashboard_overlay__t1fZy{background-color:#fff;height:100%;left:0;position:absolute;top:0;width:50%;z-index:1}.dashboard_progress__seIFx .dashboard_left__A2Pnp,.dashboard_progress__seIFx .dashboard_right__h8xBj{border:6px solid #1a3f80;border-radius:100px 0 0 100px;border-right:0;height:100%;left:0;position:absolute;top:0;transform-origin:right;width:50%}.dashboard_progress__seIFx .dashboard_left__A2Pnp{animation:dashboard_load1__MMqJ\+ 1s linear forwards}.dashboard_progress__seIFx:nth-of-type(2) .dashboard_right__h8xBj,.dashboard_progress__seIFx:nth-of-type(3) .dashboard_right__h8xBj{animation:dashboard_load2__0ui9V .5s linear 1s forwards}.dashboard_progress__seIFx:first-of-type .dashboard_right__h8xBj,.dashboard_progress__seIFx:last-of-type .dashboard_right__h8xBj{animation:dashboard_load3__IGqAz .8s linear 1s forwards}@keyframes dashboard_load1__MMqJ\+{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes dashboard_load2__0ui9V{0%{transform:rotate(180deg);z-index:100}to{transform:rotate(270deg);z-index:100}}@keyframes dashboard_load3__IGqAz{0%{transform:rotate(180deg);z-index:100}to{transform:rotate(315deg);z-index:100}}.dashboard_cardBox__73cBk{box-shadow:0 0 30px 0 #523f690d;padding:15px 14px}.dashboard_gridTitleStyle__DnvZg{color:#5e5e5e;font-family:Rubik;font-size:16px;font-weight:400;text-align:left}.dashboard_gridCountStyle__1hjuR{color:#1a3f80;font-family:Rubik;font-size:25px;font-weight:500;text-align:left}.dashboard_applicationStatisticsBox__rJPhe{background:#fff;border-radius:15px;box-shadow:0 0 30px 0 #523f690d;padding:20px}.dashboard_applicationTitle__Iul-k h4{color:#121212;font-family:Rubik;font-size:20px;font-weight:500}.dashboard_applicationTitle__Iul-k{border-bottom:.8px solid #485e9029;padding:5px 0}.dashboard_applicationMap__Y8cOt img{min-height:375px;object-fit:contain;width:100%}.dashboard_applicationMap__Y8cOt,.dashboard_progressBox__-9dlg{margin-top:10px}.dashboard_overinfo__k6KOl{align-items:center;display:flex;gap:20px}.dashboard_colorbox__WXKIH span{background:red;border-radius:100%;display:flex;height:15px;width:15px}.dashboard_overviewListItem__NSqr8{background:#f9f9f9;border-bottom:.8px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:14px 28px}.dashboard_countbox__R8dtp{background:#1d3b6f1a;border-radius:30px;text-align:center;width:50px}.dashboard_overname__0Y\+zN{font-family:Rubik;font-size:14px;font-weight:400}.dashboard_overviewListSection__CzMu3{display:flex;flex-direction:column;gap:10px;height:347px;margin-top:15px;overflow:auto}.dashboard_overviewListSection__CzMu3::-webkit-scrollbar{height:5px;width:5px}.dashboard_Bgcolor1__B\+ATE span{background:#1d3b6f}.dashboard_Bgcolor2__Wv7BR span{background:#217aa2}.dashboard_Bgcolor3__ZNqTD span{background:#d9ae00}.dashboard_Bgcolor4__gGyrM span{background:#fe0000}.dashboard_Bgcolor5__BnZ9a span{background:#25cc00}.dashboard_Bgcolor6__i\+-YU span{background:#730c67}.dashboard_Bgcolor7__P-sw1 span{background:#ff5733}.dashboard_Bgcolor8__1uqtN span{background:#8e44ad}.dashboard_Bgcolor9__M10vr span{background:#2ecc71}.dashboard_color1__LVvvS{color:#1d3b6f}.dashboard_color2__ahwLT{color:#217aa2}.dashboard_color3__yknMt{color:#d9ae00}.dashboard_color4__yn7YX{color:#fe0000}.dashboard_color5__0u7rc{color:#25cc00}.dashboard_color6__z5Zvh{color:#730c67}.dashboard_color7__5Ezfp{color:#ff5733}.dashboard_color8__FNE27{color:#8e44ad}.dashboard_color9__akrTH{color:#2ecc71}.dashboard_Bgcolor1__B\+ATE{background-color:#1d3b6f}.dashboard_Bgcolor2__Wv7BR{background-color:#217aa2}.dashboard_Bgcolor3__ZNqTD{background-color:#d9ae00}.dashboard_Bgcolor4__gGyrM{background-color:#fe0000}.dashboard_Bgcolor5__BnZ9a{background-color:#25cc00}.dashboard_Bgcolor6__i\+-YU{background-color:#730c67}.dashboard_Bgcolor7__P-sw1{background-color:#ff5733}.dashboard_Bgcolor8__1uqtN{background-color:#8e44ad}.dashboard_Bgcolor9__M10vr{background-color:#2ecc71}.dashboard_progress-bar__yEZK2{border-radius:5px;height:20px;transition:width .3s ease}.dashboard_calanderSection__FMDk7 img{width:100%}.dashboard_calanderSection__FMDk7{background:#fff;border-radius:15px 15px 0 0;padding:10px 15px}.dashboard_mrb20__\+JdEb{margin-bottom:20px}.dashboard_remindersSectionBox__\+SaRT{background:#fff;border-radius:0 0 15px 15px;padding:28px 20px}.dashboard_remindersSectionBox__\+SaRT h4{font-family:Rubik;font-size:20px;font-weight:500;line-height:24px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_monthBox__qBumh{background:#1a3f80;border-top-left-radius:5px;border-top-right-radius:5px;color:#b8c3d8;text-align:center}.dashboard_dateDayBox__TwQlI{background:#fff;border-radius:6px;width:45px}.dashboard_nameTimeBox__gZmF7 h3{font-size:13.23px;font-weight:500;line-height:15.88px}.dashboard_nameTimeBox__gZmF7 h3,.dashboard_nameTimeBox__gZmF7 p{font-family:Rubik;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_nameTimeBox__gZmF7 p{align-items:center;display:flex;font-size:8.27px;font-weight:400;gap:4px;line-height:9.93px;margin-bottom:0}.dashboard_activeBtn__7oSEN{background:#0ba02c1a;border-radius:3.31px 0 0 0;color:#0ba02c;font-family:Rubik;font-size:10px;font-weight:600;line-height:9.93px;opacity:0;padding:3.31px 6.62px;text-align:left;text-transform:uppercase}.dashboard_remindersListBox__T1u3G{background:#ebf8fe;border-radius:6px;box-shadow:0 1.65px 14.89px 0 #18191c08;display:flex;gap:5px;justify-content:space-between;margin-bottom:10px;padding:10px}.dashboard_dayDateBox__TZl-x h5{color:#1a3f80;display:block;font-family:Rubik;font-size:15px;font-weight:500;line-height:17.87px;margin-bottom:0;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.dashboard_dayDateBox__TZl-x h5 span{color:#121212;display:block;font-family:Rubik;font-size:10.75px;font-weight:400;line-height:12.9px;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.dashboard_activebtnBox__sqaeP{align-items:flex-end;display:flex;margin-left:8px}.dashboard_nameTimeBox__gZmF7{margin-top:10px}.dashboard_remindersListSectionBox__-2q2k{height:216px;overflow:auto;position:relative}.dashboard_remindersListSectionBox__-2q2k::-webkit-scrollbar{height:5px;width:5px}.dashboard_ourClientsSecton__NceMH{background:#fff;border-radius:15px;box-shadow:0 0 30px 0 #523f690d;margin-top:20px;padding:20px}.dashboard_clientCardBox__PUOfM{background:#32bbf9;border-radius:15px;display:flow-root;margin-bottom:20px;padding:20px 15px}.dashboard_clientCardBox__PUOfM h4{color:#080808b2;font-family:Rubik;font-size:28px;font-weight:500;line-height:33.18px}.dashboard_clientInfoBox__r4umK{list-style:none;padding-left:0}.dashboard_clientInfoBox__r4umK li{float:left;width:50%}.dashboard_clientInfoBox__r4umK .dashboard_spanPerson__jR7uT{color:#121212;display:block;font-family:Rubik;font-size:13px;font-weight:400}.dashboard_clientInfoBox__r4umK .dashboard_spanName__2\+yY9{color:#fefefe;font-family:Rubik;font-size:18px;font-weight:500}.dashboard_secondBoxBg__yARuY{background:#fecc00}.dashboard_calendarBoxSet__J-Znl{border:none!important;margin-bottom:20px}.dashboard_setsize__wpJiF{font-size:6em}.dashboard_chartscontainer__sf\+kq:after{clear:both;content:"";display:table}.dashboard_piewrapper__Nfd7R{background:#ddd;border-radius:100%;float:left;height:1em;position:relative;width:1em}.dashboard_piewrapper__Nfd7R:nth-child(3n+1){clear:both}.dashboard_piewrapper__Nfd7R .dashboard_pie__fdNz4{clip:rect(0,1em,1em,.5em);height:100%;left:0;position:absolute;top:0;width:100%}.dashboard_piewrapper__Nfd7R .dashboard_pie__fdNz4 .dashboard_halfcircle__H3RNb{clip:rect(0,.5em,1em,0);border:.1em solid #3498db;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}.dashboard_piewrapper__Nfd7R .dashboard_label__pDclf{background:#fff;border-radius:50%;bottom:.4em;color:#000;cursor:default;display:block;font-size:.25em;left:.4em;line-height:2.6em;position:absolute;right:.4em;text-align:center;top:.4em}.dashboard_piewrapper__Nfd7R .dashboard_label__pDclf .dashboard_smaller__Twsn2{color:#000;font-size:.45em;padding-bottom:20px}.dashboard_piewrapper__Nfd7R .dashboard_shadow__mMcyQ{border:.1em solid #bdc3c7;border-radius:50%;height:100%;width:100%}.dashboard_piewrapper__Nfd7R.dashboard_style2__BXXcx .dashboard_label__pDclf{background:none;color:#7f8c8d}.dashboard_piewrapper__Nfd7R.dashboard_style2__BXXcx .dashboard_label__pDclf .dashboard_smaller__Twsn2{color:#bdc3c7}.dashboard_piewrapper__Nfd7R.dashboard_progress30__y3le1 .dashboard_pie__fdNz4 .dashboard_rightside__qL\+YF{display:none}.dashboard_piewrapper__Nfd7R.dashboard_progress30__y3le1 .dashboard_pie__fdNz4 .dashboard_halfcircle__H3RNb{border-color:#1a3f80}.dashboard_piewrapper__Nfd7R.dashboard_progress30__y3le1 .dashboard_pie__fdNz4 .dashboard_leftside__BBMvk{transform:rotate(108deg)}.dashboard_piewrapper__Nfd7R.dashboard_progress60__iLjsV .dashboard_pie__fdNz4{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__Nfd7R.dashboard_progress60__iLjsV .dashboard_pie__fdNz4 .dashboard_rightside__qL\+YF{transform:rotate(180deg)}.dashboard_piewrapper__Nfd7R.dashboard_progress-60__-hcFH .dashboard_pie__fdNz4 .dashboard_halfcircle__H3RNb{border-color:#e8bc52}.dashboard_piewrapper__Nfd7R.dashboard_progress60__iLjsV .dashboard_pie__fdNz4 .dashboard_leftside__BBMvk{transform:rotate(216deg)}.dashboard_piewrapper__Nfd7R.dashboard_progress90__Pv0X1 .dashboard_pie__fdNz4{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__Nfd7R.dashboard_progress90__Pv0X1 .dashboard_pie__fdNz4 .dashboard_rightside__qL\+YF{transform:rotate(180deg)}.dashboard_piewrapper__Nfd7R.dashboard_progress-90__499mC .dashboard_pie__fdNz4 .dashboard_halfcircle__H3RNb{border-color:#e67e22}.dashboard_piewrapper__Nfd7R.dashboard_progress90__Pv0X1 .dashboard_pie__fdNz4 .dashboard_leftside__BBMvk{transform:rotate(324deg)}.dashboard_piewrapper__Nfd7R.dashboard_progress45__4w63u .dashboard_pie__fdNz4 .dashboard_rightside__qL\+YF{display:none}.dashboard_piewrapper__Nfd7R.dashboard_progress45__4w63u .dashboard_pie__fdNz4 .dashboard_halfcircle__H3RNb{border-color:#e8bc52}.dashboard_piewrapper__Nfd7R.dashboard_progress45__4w63u .dashboard_pie__fdNz4 .dashboard_leftside__BBMvk{transform:rotate(162deg)}.dashboard_piewrapper__Nfd7R.dashboard_progress75__se4Pd .dashboard_pie__fdNz4{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__Nfd7R.dashboard_progress75__se4Pd .dashboard_pie__fdNz4 .dashboard_rightside__qL\+YF{transform:rotate(180deg)}.dashboard_piewrapper__Nfd7R.dashboard_progress75__se4Pd .dashboard_pie__fdNz4 .dashboard_halfcircle__H3RNb{border-color:#32bbf9}.dashboard_piewrapper__Nfd7R.dashboard_progress75__se4Pd .dashboard_pie__fdNz4 .dashboard_leftside__BBMvk{transform:rotate(270deg)}.dashboard_piewrapper__Nfd7R.dashboard_progress95__bXyix .dashboard_pie__fdNz4{clip:rect(auto,auto,auto,auto)}.dashboard_piewrapper__Nfd7R.dashboard_progress95__bXyix .dashboard_pie__fdNz4 .dashboard_rightside__qL\+YF{transform:rotate(180deg)}.dashboard_piewrapper__Nfd7R.dashboard_progress95__bXyix .dashboard_pie__fdNz4 .dashboard_halfcircle__H3RNb{border-color:#e74c3c}.dashboard_piewrapper__Nfd7R.dashboard_progress95__bXyix .dashboard_pie__fdNz4 .dashboard_leftside__BBMvk{transform:rotate(342deg)}.dashboard_piewrappersolid__Uh1xO{border-radius:50%;overflow:hidden}.dashboard_piewrappersolid__Uh1xO:before{border-radius:0 100% 100% 0;content:"";display:block;height:100%;margin-left:50%;transform-origin:left}.dashboard_piewrappersolid__Uh1xO .dashboard_label__pDclf{background:#0000}.dashboard_piewrappersolid__Uh1xO.dashboard_progress-65__Dd0Y6{background:linear-gradient(90deg,#e67e22 50%,#34495e 0)}.dashboard_piewrappersolid__Uh1xO.dashboard_progress-65__Dd0Y6:before{background:#e67e22;transform:rotate(126deg)}.dashboard_piewrappersolid__Uh1xO.dashboard_progress-25__nbig0{background:linear-gradient(90deg,#9b59b6 50%,#34495e 0)}.dashboard_piewrappersolid__Uh1xO.dashboard_progress-25__nbig0:before{background:#34495e;transform:rotate(-270deg)}.dashboard_piewrappersolid__Uh1xO.dashboard_progress-88__pkPnm{background:linear-gradient(90deg,#3498db 50%,#34495e 0)}.dashboard_piewrappersolid__Uh1xO.dashboard_progress-88__pkPnm:before{background:#3498db;transform:rotate(43.2deg)}.dashboard_pdr__UFawV{padding-right:0}@media only screen and (min-width:1200px) and (max-width:1425px){.dashboard_gridTitleStyle__DnvZg{font-size:14px}.dashboard_gridCountStyle__1hjuR{font-size:22px}.dashboard_remindersSectionBox__\+SaRT h4{font-size:18px}}@media only screen and (min-width:1200px) and (max-width:1342px){.dashboard_remindersSectionBox__\+SaRT h4{font-size:16px}}
/*# sourceMappingURL=main.3c2db52a.css.map*/