:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-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{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;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{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;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)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin: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{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.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-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.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;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);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;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)}}*,body,html{box-sizing:border-box;font-optical-sizing:auto;font-style:normal;margin:0;padding:0}.top-header-wrap{background-color:#f7f3e7;padding:20px}.top-header-wrap .top-header-row{flex-wrap:wrap;justify-content:space-between}.top-header-wrap .top-header-row,.top-header-wrap .top-header-row .top-header-left{align-items:center;display:flex;gap:16px}.top-header-wrap .top-header-row .top-header-left .top-header-address-items,.top-header-wrap .top-header-row .top-header-left .top-header-address-items .phone-num{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:.1px}.top-header-wrap .top-header-row .top-header-left .top-header-address-items .phone-num{text-decoration:none}.top-header-wrap .top-header-row .top-header-right{align-items:center;display:flex;gap:16px}.navbar-brand,.top-header-wrap .top-header-row .top-header-right .media-icons-items{align-items:center;display:flex}.navbar-brand{justify-content:center;margin:16px 0;max-width:500px}.navbar-brand img{width:100%}.main-header .navbar{padding:18px 0}.main-header .navbar .navbar-toggler{cursor:pointer}.main-header .navbar .navbar-toggler:focus{box-shadow:none;outline:0}.main-header .navbar .navbar-brand{max-width:328px;padding:0;width:100%}@media(min-width:1024px)and (max-width:1199px){.main-header .navbar .navbar-brand{max-width:230px}}@media(min-width:992px)and (max-width:1023px){.main-header .navbar .navbar-brand{max-width:214px}}@media(min-width:768px)and (max-width:991px){.main-header .navbar .navbar-brand{max-width:300px}}@media(min-width:600px)and (max-width:767px){.main-header .navbar .navbar-brand{max-width:250px}}@media(min-width:320px)and (max-width:599px){.main-header .navbar .navbar-brand{max-width:220px}}.main-header .navbar .navbar-brand img{width:100%}.main-header .navbar .navbar-collapse{gap:16px;justify-content:flex-end}@media(min-width:768px)and (max-width:991px){.main-header .navbar .navbar-collapse{box-shadow:24px 24px 64px 0 rgba(0,0,0,.051);padding:16px 10px}}@media(min-width:600px)and (max-width:767px){.main-header .navbar .navbar-collapse{box-shadow:24px 24px 64px 0 rgba(0,0,0,.051);padding:16px 10px}}@media(min-width:320px)and (max-width:599px){.main-header .navbar .navbar-collapse{box-shadow:24px 24px 64px 0 rgba(0,0,0,.051);padding:16px 10px}}.main-header .navbar .navbar-collapse .navbar-nav{align-items:center;gap:24px 40px;justify-content:center;width:100%}@media(min-width:768px)and (max-width:991px){.main-header .navbar .navbar-collapse .navbar-nav{align-items:flex-start;margin-bottom:24px}}@media(min-width:600px)and (max-width:767px){.main-header .navbar .navbar-collapse .navbar-nav{align-items:flex-start;margin-bottom:24px}}@media(min-width:320px)and (max-width:599px){.main-header .navbar .navbar-collapse .navbar-nav{align-items:flex-start;margin-bottom:24px}}.main-header .navbar .navbar-collapse .navbar-nav .nav-item{align-items:center;display:flex}.main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{align-items:center;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;gap:10px;line-height:.1px;text-transform:capitalize}.main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,.main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover{color:#0a0d14}.main-header .navbar .navbar-collapse .auth-actions{align-items:center;display:flex;gap:16px}@media(min-width:768px)and (max-width:991px){.main-header .navbar .navbar-collapse .auth-actions{width:100%}}@media(min-width:600px)and (max-width:767px){.main-header .navbar .navbar-collapse .auth-actions{width:100%}}@media(min-width:320px)and (max-width:599px){.main-header .navbar .navbar-collapse .auth-actions{flex-wrap:wrap;width:100%}}.main-header .navbar .navbar-collapse .auth-actions .sign-in-bnt{white-space:nowrap}@media(min-width:768px)and (max-width:991px){.main-header .navbar .navbar-collapse .auth-actions .sign-in-bnt{width:100%}}@media(min-width:600px)and (max-width:767px){.main-header .navbar .navbar-collapse .auth-actions .sign-in-bnt{width:100%}}@media(min-width:320px)and (max-width:599px){.main-header .navbar .navbar-collapse .auth-actions .sign-in-bnt{width:100%}}.main-header .navbar .navbar-collapse .auth-actions .sign-up-btn{white-space:nowrap}@media(min-width:768px)and (max-width:991px){.main-header .navbar .navbar-collapse .auth-actions .sign-up-btn{width:100%}}@media(min-width:600px)and (max-width:767px){.main-header .navbar .navbar-collapse .auth-actions .sign-up-btn{width:100%}}@media(min-width:320px)and (max-width:599px){.main-header .navbar .navbar-collapse .auth-actions .sign-up-btn{width:100%}}.about-block-section{padding:64px 0}.about-block-section .about-content-block .about-actions{margin-bottom:16px;margin-top:50px}.contact-info-section{margin-bottom:64px}.contact-info-section .contact-address-block{display:flex;flex-direction:column;height:100%;justify-content:flex-end}.contact-info-section .contact-address-block .contact-address-list{display:flex;flex-direction:column;gap:30px;margin-top:40px}.contact-info-section .contact-address-block .contact-address-list .contact-address-list-items{align-items:center;background-color:#f5f9f9;border:1px solid #f3f3f3;border-radius:12px;display:flex;gap:16px;max-width:600px;padding:16px;width:100%}.contact-info-section .contact-address-block .contact-address-list .contact-address-list-items .contact-item-icon{align-items:center;background-color:#0c2340;border-radius:50%;display:flex;height:54px;justify-content:center;min-width:54px;width:54px}.contact-info-section .contact-address-block .contact-address-list .contact-address-list-items .contact-item-dsc .contact-address-label{color:#0a0d14;font-family:Inter,"sans-serif";font-size:20px;font-weight:600;line-height:28px;margin:0}.contact-info-section .contact-address-block .contact-address-list .contact-address-list-items .contact-item-dsc .contact-address-value{color:#525866;font-family:Plus Jakarta Sans;font-size:16px;font-weight:400;line-height:24px;margin:0;white-space:normal;width:250px;word-break:break-all}.contact-info-section .contact-address-block .contact-address-list .contact-address-list-items .contact-item-dsc .contact-address-values{color:#525866;font-family:Plus Jakarta Sans;font-size:16px;font-weight:400;line-height:24px;margin:0;white-space:normal;width:220px;word-break:break-all}.contact-form-block .input-form-contact{margin-top:40px}.contact-form-block .input-form-contact .send-btn{margin-top:24px}.footer-section{background-color:#efe9d9;color:#0a0d14;padding:64px 0}.footer-section .footer-about-block{display:flex;flex-direction:column;height:100%;justify-content:center}.footer-section .footer-about-block .footer-about-logo{margin-bottom:24px;margin-top:30px;max-width:327px}@media(min-width:992px)and (max-width:1023px){.footer-section .footer-about-block .footer-about-logo{max-width:250px}}@media(min-width:768px)and (max-width:991px){.footer-section .footer-about-block .footer-about-logo{max-width:280px}}@media(min-width:600px)and (max-width:767px){.footer-section .footer-about-block .footer-about-logo{max-width:250px}}@media(min-width:320px)and (max-width:599px){.footer-section .footer-about-block .footer-about-logo{max-width:280px}}.footer-section .footer-about-block .footer-about-dsc{color:#0a0d14;margin:0}.footer-section .footer-quick-link h4{color:#0a0d14;font-family:Inter,"sans-serif";font-size:20px;font-weight:600;line-height:28px;margin-bottom:24px}.footer-section .footer-quick-link .MuiList-root .MuiListItem-root .MuiButtonBase-root{color:#0a0d14;font-family:Plus Jakarta Sans;font-size:16px;font-weight:500;line-height:24px;padding:8px 0}.footer-section .footer-quick-link.newsletter-block{display:flex;flex-direction:column;height:100%;justify-content:center}.footer-section .footer-quick-link.newsletter-block .newsletter-form .newsletter-input-field input{background-color:#0000;border:1px solid #525866;border-radius:6px;color:#0a0d14;font-family:Plus Jakarta Sans;font-size:14px;font-weight:400;padding:10px 16px;width:100%}.footer-section .footer-quick-link.newsletter-block .newsletter-form .newsletter-input-field input::placeholder{color:#525866;font-family:Plus Jakarta Sans;font-size:14px;font-weight:400}.footer-section .footer-quick-link.newsletter-block .newsletter-form .newsletter-btn{background-color:#0c2340;border-color:#0a0d14;border-radius:4px;color:#fff;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;height:40px;margin-top:24px;text-transform:capitalize}.footer-section .footer-hr{color:#f3f3f3;margin:40px 0 24px}.footer-section .copy-right-block{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.footer-section .copy-right-block .copyright-text,.footer-section .copy-right-block .partner-link-text a{color:#0a0d14;font-family:Plus Jakarta Sans;font-size:16px;font-weight:600;line-height:24px}.footer-section .copy-right-block .partner-link-text a{text-decoration:none}.footer-section .copy-right-block .partner-link-text a:hover{color:#0c2340}.common-dialog-wrapper .dialog-footer{padding:0 24px 20px}.admin-main-wrapper{display:flex;min-height:100vh}.admin-main-body-wrapper{background-color:#fafafa;display:flex;flex:1 1;flex-direction:column;overflow:hidden;z-index:0!important}.content-body-wrap{padding:40px 24px;width:100%}.ad-slider-container .slick-slider .ad-slider-items{border-radius:8px;max-height:523px;overflow:hidden}.ad-slider-container .slick-slider .ad-slider-items img{width:100%}.deafult-banner{align-items:center;background-color:#efe9d9;border-radius:8px;color:#0c2340;display:inline-block;display:flex;font-size:18px;font-weight:600;height:100%;justify-content:center;min-height:300px;width:100%}.ad-slider-container{padding:64px 0}.ad-slider-container .slick-slider{border-radius:8px}.ad-slider-container .slick-slider .slick-arrow{display:none!important}.ad-slider-container .slick-slider .ad-slider-items{align-items:center;display:flex!important;justify-content:center}.ad-slider-container .slick-slider .ad-slider-items img{border-radius:8px;overflow:hidden}.home-ad-banner-block{background:linear-gradient(90deg,#fffbeb,#eff6ff);border-radius:8px;padding:30px 40px;width:100%}.home-ad-banner-block .ad-content-block{display:inline-flex;flex-direction:column;height:100%;justify-content:center}.home-ad-banner-block .ad-content-block .plan-block{align-items:center;background-color:#fdedf0;border-radius:30px;display:flex;gap:8px;justify-content:center;margin-bottom:24px;padding:8px 16px;width:fit-content}.home-ad-banner-block .ad-content-block .plan-block img{width:auto}.home-ad-banner-block .ad-content-block .plan-block>span{color:#0c2340;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;line-height:23px}.home-ad-banner-block .ad-content-block .sub-dsc-text,.home-ad-banner-block .ad-content-block .title-text{margin-bottom:24px}.home-ad-banner-block .ad-content-block .td-recipient-avatar{margin-top:24px}.home-ad-banner-block .ad-content-block .td-recipient-avatar .avatar-group{flex-wrap:wrap}.home-ad-banner-block .ad-content-block .td-recipient-avatar .avatar-group .avatar-group-label{color:#525866;font-family:Inter,"sans-serif";font-size:19.13px;font-weight:400;line-height:28px;margin-left:8px}.home-ad-banner-block .ad-banner-image-block>img{width:100%}.home-ad-banner-container.ad-slider-container .slick-slider .ad-slider-items{max-height:none}.home-ad-banner-container.ad-slider-container .slick-slider .slick-dots{display:none!important}.client-need-section{background-image:url(/static/media/clientbg.d2d9ee82894e6aac335f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;height:100%;margin:auto;max-width:90%;padding:32px;width:100%}@media(min-width:320px)and (max-width:599px){.client-need-section{padding:20px}}@media(min-width:600px)and (max-width:767px){.client-need-section{padding:20px}}@media(min-width:768px)and (max-width:991px){.client-need-section{padding:20px}}.client-need-section .client-need-content .client-need-title{color:#0c2340;font-family:Inter,"sans-serif";font-size:48px;font-weight:600;line-height:56px;margin-bottom:16px}@media(min-width:320px)and (max-width:599px){.client-need-section .client-need-content .client-need-title{font-size:32px;line-height:40px}}@media(min-width:600px)and (max-width:767px){.client-need-section .client-need-content .client-need-title{font-size:32px;line-height:40px}}@media(min-width:768px)and (max-width:991px){.client-need-section .client-need-content .client-need-title{font-size:32px;line-height:40px}}.client-need-section .client-need-content .client-need-dsc{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;line-height:19px;max-width:335px}.client-need-section .client-need-content .client-need-action{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin:32px 0}.client-need-section .client-need-blog{align-items:center;display:flex;height:100%;justify-content:flex-end}.section-text{color:#525866;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;line-height:34px;padding:64px 0;text-align:center}.service-slider-container{background-color:#efe9d9;margin:auto;max-width:90%;padding:32px 32px 56px}.service-slider-container .slick-slider .slick-arrow{display:none!important}.service-slider-container .slick-slider .ad-slider-items{align-items:center;display:flex!important;justify-content:center}.service-slider-container .slick-slider .ad-slider-items img{width:100%}.auth-main-wrapper{background-color:#0c2340}.auth-main-wrapper .auth-banner-block{box-shadow:inset -44px 0 94px 10px #0003;padding:90px 0 0 60px}@media(min-width:992px)and (max-width:1023px){.auth-main-wrapper .auth-banner-block{padding:60px 0 0 30px}}@media(min-width:768px)and (max-width:991px){.auth-main-wrapper .auth-banner-block{padding:60px 0 0 30px}}@media(min-width:600px)and (max-width:767px){.auth-main-wrapper .auth-banner-block{padding:30px 16px}}@media(min-width:320px)and (max-width:599px){.auth-main-wrapper .auth-banner-block{padding:30px 16px}}.auth-main-wrapper .auth-banner-block .auth-banner-img{margin-top:80px}@media(min-width:992px)and (max-width:1023px){.auth-main-wrapper .auth-banner-block .auth-banner-img{margin-top:50px}}@media(min-width:768px)and (max-width:991px){.auth-main-wrapper .auth-banner-block .auth-banner-img{margin-top:50px}}@media(min-width:600px)and (max-width:767px){.auth-main-wrapper .auth-banner-block .auth-banner-img{display:none}}@media(min-width:320px)and (max-width:599px){.auth-main-wrapper .auth-banner-block .auth-banner-img{display:none}}.auth-form-block{background-color:#fff;display:flex;flex-direction:column;height:100%;padding:60px;width:100%}@media(min-width:992px)and (max-width:1023px){.auth-form-block{padding:30px 16px}}@media(min-width:768px)and (max-width:991px){.auth-form-block{padding:30px 16px}}@media(min-width:600px)and (max-width:767px){.auth-form-block{padding:30px 16px}}@media(min-width:320px)and (max-width:599px){.auth-form-block{padding:30px 16px}}.auth-form-block .auth-form-hero{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:40px 0}.auth-form-block .auth-form-hero .auth-form-hero-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;letter-spacing:.1px;line-height:32px;margin-bottom:8px;margin-top:24px}@media(min-width:768px)and (max-width:991px){.auth-form-block .auth-form-hero .auth-form-hero-title{font-size:20px;line-height:28px}}@media(min-width:600px)and (max-width:767px){.auth-form-block .auth-form-hero .auth-form-hero-title{font-size:20px;line-height:28px}}@media(min-width:320px)and (max-width:599px){.auth-form-block .auth-form-hero .auth-form-hero-title{font-size:20px;line-height:28px}}.auth-form-block .auth-form-hero .auth-form-hero-dsc{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;letter-spacing:.1px;line-height:24px;text-align:center}@media(min-width:768px)and (max-width:991px){.auth-form-block .auth-form-hero .auth-form-hero-dsc{font-size:14px;line-height:20px}}@media(min-width:600px)and (max-width:767px){.auth-form-block .auth-form-hero .auth-form-hero-dsc{font-size:14px;line-height:20px}}@media(min-width:320px)and (max-width:599px){.auth-form-block .auth-form-hero .auth-form-hero-dsc{font-size:14px;line-height:20px}}.auth-form-block .auth-form-actions{margin-top:auto}.auth-form-block .auth-form-actions .MuiButtonBase-root{margin-left:auto;width:100%}.auth-form-block .auth-form-actions .actions-notes{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.1px;line-height:20px;margin-top:8px;text-align:center}.auth-form-block .auth-form-actions .actions-notes a{color:#0c2340;font-size:14px;font-weight:500;line-height:20px;text-decoration:none}.auth-form-block .auth-form{display:flex;flex-direction:column;height:100%}.auth-form-block .auth-form .forgot-link{text-align:right}.auth-form-block .auth-form .forgot-link .error-message{text-decoration:none}.auth-form-block .auth-form .auth-form-wrap{display:flex;flex-direction:column;height:100%}@media(min-width:768px){.auth-main-wrapper{height:auto;min-height:100vh}.auth-main-wrapper .auth-banner-block{height:100%;max-height:100vh;overflow:hidden}.auth-form-block{height:auto;min-height:100vh}}.auth-form-block .auth-form .otp-input-form-field{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:24px}.auth-form-block .auth-form .otp-input-form-field .otp-input{border:1px solid #e2e4e9;border-radius:6px;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;height:64px;letter-spacing:1.5px;padding:16px 8px;text-align:center;width:57px}@media(min-width:1024px)and (max-width:1199px){.auth-form-block .auth-form .otp-input-form-field .otp-input{height:50px;width:45px}}@media(min-width:992px)and (max-width:1023px){.auth-form-block .auth-form .otp-input-form-field .otp-input{height:50px;width:45px}}@media(min-width:768px)and (max-width:991px){.auth-form-block .auth-form .otp-input-form-field .otp-input{height:45px;width:40px}}@media(min-width:600px)and (max-width:767px){.auth-form-block .auth-form .otp-input-form-field .otp-input{height:45px;width:40px}}@media(min-width:320px)and (max-width:599px){.auth-form-block .auth-form .otp-input-form-field .otp-input{height:45px;width:40px}}.auth-form-block .auth-form .otp-input-form-field .otp_input_wrapper{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:24px}.auth-form-block .auth-form .otp-input-form-field .otp_input_wrapper .custom_otp_input{border:1px solid #e2e4e9;border-radius:6px;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;height:64px;letter-spacing:1.5px;min-width:57px;padding:16px 8px;text-align:center;width:57px}@media(min-width:1024px)and (max-width:1199px){.auth-form-block .auth-form .otp-input-form-field .otp_input_wrapper .custom_otp_input{height:50px;min-width:45px;width:45px}}@media(min-width:992px)and (max-width:1023px){.auth-form-block .auth-form .otp-input-form-field .otp_input_wrapper .custom_otp_input{height:44px;min-width:35px;width:35px}}@media(min-width:768px)and (max-width:991px){.auth-form-block .auth-form .otp-input-form-field .otp_input_wrapper .custom_otp_input{height:35px;min-width:35px;width:35px}}@media(min-width:600px)and (max-width:767px){.auth-form-block .auth-form .otp-input-form-field .otp_input_wrapper .custom_otp_input{height:45px;min-width:40px;width:40px}}@media(min-width:320px)and (max-width:599px){.auth-form-block .auth-form .otp-input-form-field .otp_input_wrapper .custom_otp_input{height:45px;min-width:40px;width:40px}}.validation-notes-block{margin-bottom:30px;margin-top:-6px}.validation-notes-block.validation-disable .validation-dsc{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px;margin:10px 0}.validation-notes-block.validation-disable .validation-note-list{display:flex;flex-direction:column;gap:8px}.validation-notes-block.validation-disable .validation-note-list .validation-note-list-items{align-items:center;color:#868c98;display:flex;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;gap:8px;line-height:16px}.validation-notes-block.validation-disable .validation-note-list .validation-note-list-items svg path{fill:#868c98}.validation-notes-block .validation-progressbar{align-items:center;display:flex;gap:10px;justify-content:space-between}.validation-notes-block .validation-progressbar .progressbar-strok{background-color:#e2e4e9;border-radius:10px;height:4px;width:100%}.validation-notes-block .validation-progressbar .progressbar-strok.active{background-color:#38c793}.validation-notes-block .validation-dsc{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px;margin:10px 0}.validation-notes-block .validation-note-list{display:flex;flex-direction:column;gap:8px}.validation-notes-block .validation-note-list .validation-note-list-items{align-items:center;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;gap:8px;line-height:16px}.validation-notes-block .validation-note-list .validation-note-list-items svg path{fill:#38c793}.select-user-type-block{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.select-user-type-block .user-role-type{align-items:flex-start;border:1px solid #e2e4e9;border-radius:8px;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:16px}.select-user-type-block .user-role-type .role-profile-info{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.select-user-type-block .user-role-type .role-profile-info .select-role-profile{align-items:center;display:flex}.select-user-type-block .user-role-type .role-profile-info .select-role-profile .role-profile-img{border-radius:50%;height:32px;min-width:32px;width:32px}.select-user-type-block .user-role-type .role-profile-info .select-role-profile .role-profile-img:first-child{z-index:0}.select-user-type-block .user-role-type .role-profile-info .select-role-profile .role-profile-img:nth-child(2){height:48px;margin-left:-10px;min-width:48px;width:48px;z-index:1}.select-user-type-block .user-role-type .role-profile-info .select-role-profile .role-profile-img:nth-child(3){margin-left:-10px;z-index:0}.select-user-type-block .user-role-type .role-profile-info .select-role-profile .role-profile-img img{border-radius:50%;height:100%;object-fit:cover;width:100%}.select-user-type-block .user-role-type .role-profile-info .select-role-profile-info .sub-dsc-text{margin-bottom:0}.select-user-type-block .user-role-type input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;border:3px solid #e2e4e9;border-radius:50%;cursor:pointer;height:14px;min-width:14px;outline:none;transform:scale(1.5);transition:all .3s ease;width:14px}.select-user-type-block .user-role-type input[type=radio]:checked{border-color:#0c2340}.personal-details-wrapper{display:flex;flex-direction:row}.personal-details-wrapper .aside-toggle-btn{display:none}@media(min-width:600px)and (max-width:767px){.personal-details-wrapper .aside-toggle-btn{display:block}}@media(min-width:320px)and (max-width:599px){.personal-details-wrapper .aside-toggle-btn{display:block}}.personal-details-wrapper .aside-bar-wrap{background-color:#0c2340;display:flex;flex-direction:column;gap:40px;height:100vh;max-width:484px;padding:60px 40px 60px 60px;width:100%}@media(min-width:600px)and (max-width:767px){.personal-details-wrapper .aside-bar-wrap{padding:60px 16px}}@media(min-width:320px)and (max-width:599px){.personal-details-wrapper .aside-bar-wrap{padding:60px 16px}}.personal-details-wrapper .aside-bar-wrap .btn-close{background-color:#fff;display:none;position:absolute;right:10px;top:10px}@media(min-width:600px)and (max-width:767px){.personal-details-wrapper .aside-bar-wrap .btn-close{display:block}}@media(min-width:320px)and (max-width:599px){.personal-details-wrapper .aside-bar-wrap .btn-close{display:block}}@media(min-width:1024px)and (max-width:1199px){.personal-details-wrapper .aside-bar-wrap{max-width:300px;padding:60px 20px}}@media(min-width:992px)and (max-width:1023px){.personal-details-wrapper .aside-bar-wrap{max-width:300px;padding:60px 20px}}@media(min-width:768px)and (max-width:991px){.personal-details-wrapper .aside-bar-wrap{max-width:300px;padding:60px 20px}}.personal-details-wrapper .aside-bar-wrap .aside-bar-logo{max-width:212px;width:100%}.personal-details-wrapper .aside-bar-wrap .aside-bar-logo img{width:100%}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block{max-height:450px;overflow-y:auto;padding-right:6px}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block.custom-scrollbar::-webkit-scrollbar-thumb,.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block.custom-scrollbar::-webkit-scrollbar-track{background:#0000;border-radius:6px}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block.custom-scrollbar:hover::-webkit-scrollbar-thumb{background:#f3f3f3}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root{border-right:0}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer{gap:44px}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer:after{background-color:#868c98;content:"";display:inline-flex;height:95%;left:15px;opacity:0;position:absolute;top:10px;width:1px;z-index:0}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root{align-items:flex-start;justify-content:flex-start;max-width:100%;opacity:.6;padding:0;width:100%;z-index:1}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected{opacity:1}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected .tab-menu-items .menu-items-icon{background-color:#e2e4e9}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root .tab-menu-items{align-items:center;display:flex;gap:16px;width:100%}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root .tab-menu-items .menu-items-icon{align-items:center;background-color:#525866;border-radius:8px;display:flex;height:32px;justify-content:center;min-width:32px;width:32px}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root .tab-menu-items .menu-items-texts .menu-items-title{color:#fff;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:22px;margin-bottom:2px;text-align:left;text-transform:capitalize}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root .tab-menu-items .menu-items-texts .menu-items-dsc{color:#fff;font-family:Plus Jakarta Sans;font-size:12px;font-weight:400;line-height:16px;margin-bottom:0;text-align:left;text-transform:capitalize}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root .tab-menu-items .active-menu-badge{margin-left:auto}.personal-details-wrapper .aside-bar-wrap .aside-tab-menu-block .MuiTabs-root .MuiTabs-scroller .MuiTabs-indicator{display:none}.personal-details-wrapper .aside-bar-wrap .login-actions,.personal-details-wrapper .aside-bar-wrap .login-actions a{color:#fff;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.6px;line-height:20px;margin-top:auto}.personal-details-wrapper .aside-bar-wrap .login-actions a{text-decoration:none}.personal-details-wrapper .main-personal-details-wrap{background-color:#f5f9f9;height:100vh;overflow-y:auto;padding-bottom:100px;position:relative;width:100%}.personal-details-wrapper .main-personal-details-wrap .MuiBox-root{padding:0}.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap{background-color:#f5f9f9;height:100%;padding:60px}@media(min-width:1024px)and (max-width:1199px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap{padding:30px 16px}}@media(min-width:992px)and (max-width:1023px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap{padding:30px 16px}}@media(min-width:768px)and (max-width:991px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap{padding:30px 16px}}@media(min-width:600px)and (max-width:767px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap{padding:30px 16px}}@media(min-width:320px)and (max-width:599px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap{padding:30px 16px}}.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap .tab-panel-body-title{align-items:center;display:flex;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;gap:16px;letter-spacing:1.5px;line-height:32px;margin-bottom:16px}.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap .tab-panel-body-title .aside-toggle-btn{align-items:center;background-color:#e2e4e9;border:0;color:#0a0d14;display:flex;justify-content:center;padding:10px}@media(min-width:1200px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap .tab-panel-body-title .aside-toggle-btn{display:none}}@media(min-width:1024px)and (max-width:1199px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap .tab-panel-body-title .aside-toggle-btn{display:none}}@media(min-width:992px)and (max-width:1023px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap .tab-panel-body-title .aside-toggle-btn{display:none}}@media(min-width:768px)and (max-width:991px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap .tab-panel-body-title .aside-toggle-btn{display:none}}.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap .tab-panel-body-title .aside-toggle-btn:focus{box-shadow:none;outline:0}.personal-details-wrapper .main-personal-details-wrap .tab-panel-body-wrap .tab-panel-body-card{background-color:#fff;border:1px solid #e2e4e9;border-radius:8px}.personal-details-wrapper .main-personal-details-wrap .tab-panel-footer-wrap{background-color:#fff;border-top:1px solid #e2e4e9;bottom:0;display:flex;gap:16px;justify-content:flex-end;padding:20px 60px;position:fixed;right:0;width:calc(100% - 484px)}@media(min-width:1024px)and (max-width:1199px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-footer-wrap{padding:20px 16px;width:calc(100% - 300px)}}@media(min-width:992px)and (max-width:1023px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-footer-wrap{padding:20px 16px;width:calc(100% - 300px)}}@media(min-width:768px)and (max-width:991px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-footer-wrap{padding:20px 16px;width:calc(100% - 300px)}}@media(min-width:600px)and (max-width:767px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-footer-wrap{padding:16px;width:100%}}@media(min-width:320px)and (max-width:599px){.personal-details-wrapper .main-personal-details-wrap .tab-panel-footer-wrap{flex-wrap:wrap;padding:16px;width:100%}}.success-dialog-body{align-items:flex-start;display:flex;gap:16px}.success-dialog-body .check-cercel{align-items:center;background-color:#ebf9f4;border-radius:10px;display:flex;height:40px;justify-content:center;min-width:40px;width:40px}.success-dialog-body .success-dialog-content .success-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;letter-spacing:1.1px;line-height:24px}.success-dialog-body .success-dialog-content .success-dsc{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;letter-spacing:1.5px;line-height:20px}.survey-wrap{display:flex;flex-direction:column;gap:32px;padding:40px}.survey-wrap .block-label{font-family:Inter,"sans-serif"}.survey-wrap .greatest-list-block{padding-left:15px}.survey-wrap .greatest-list-block .MuiFormGroup-root .MuiFormControlLabel-root .MuiTypography-root{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px}.survey-wrap .skill-list-block{align-items:center;display:flex;flex-wrap:wrap;gap:16px 16px;padding-left:15px}.survey-wrap .skill-list-block .MuiChip-outlined{border:1px solid #e2e4e9}.survey-wrap .skill-list-block .MuiChip-outlined .MuiChip-label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px}.survey-wrap .upload-resume-block{padding-left:16px}.survey-wrap .upload-resume-block .upload-resume-label{align-items:center;border:1px dashed #868c98;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:30px}.survey-wrap .upload-resume-block .upload-resume-label .label-text{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.6px;line-height:20px;margin-bottom:0;margin-top:16px;text-align:center}.survey-wrap .upload-resume-block .upload-resume-label .slogan-text{color:#868c98;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;letter-spacing:.6px;line-height:16px;margin:16px;text-align:center}.upload-file-list{display:flex;flex-direction:column;gap:16px;margin-top:16px;padding-left:16px}.upload-file-list .upload-file-list-items{align-items:center;border:1px solid #e2e4e9;border-radius:16px;display:flex;gap:16px;padding:15px}.upload-file-list .upload-file-list-items .upload-file-info{display:flex;flex-direction:column}.upload-file-list .upload-file-list-items .upload-file-info .file-name{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px}.upload-file-list .upload-file-list-items .upload-file-info .file-size-status{align-items:center;display:flex;gap:16px}.upload-file-list .upload-file-list-items .upload-file-info .file-size-status .size{color:#868c98;font-size:12px;font-weight:400;line-height:16px}.upload-file-list .upload-file-list-items .upload-file-info .file-size-status .status{color:#0a0d14;font-size:12px;font-weight:400;line-height:16px}.upload-file-list .upload-file-list-items .delete-file{margin-left:auto;min-width:35px}.MuiButtonBase-root.MuiAutocomplete-tag{margin:10px 2px 10px 10px!important}.personal-details-form-wrap .details-form-header{background-color:#f7f3e7;max-height:150px;position:relative}.personal-details-form-wrap .details-form-header>img{border-top-left-radius:8px;border-top-right-radius:8px;max-height:150px;width:100%}.personal-details-form-wrap .details-form-header .details-form-profile-click{display:flex;gap:16px;justify-content:flex-end;position:absolute;right:24px;top:24px}.personal-details-form-wrap .details-form-header .details-form-profile-click .form-profile-click-text .au-sub-title{color:#525866;font-weight:500;text-align:right}.personal-details-form-wrap .details-form-header .details-form-profile-click .form-profile-click-text small{color:#868c98;font-size:12px;font-weight:500;line-height:16px;text-align:right}.personal-details-form-wrap .details-form-header .details-form-profile-click .profile-click-icon{align-items:center;background-color:#fff;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;min-width:40px;padding:8px;width:40px}.personal-details-form-wrap .details-form-body-warp{padding:70px 40px 40px;position:relative}@media(min-width:768px)and (max-width:991px){.personal-details-form-wrap .details-form-body-warp{padding:70px 16px 40px}}@media(min-width:600px)and (max-width:767px){.personal-details-form-wrap .details-form-body-warp{padding:70px 16px 40px}}@media(min-width:320px)and (max-width:599px){.personal-details-form-wrap .details-form-body-warp{padding:70px 16px 40px}}.personal-details-form-wrap .details-form-body-warp .upload-profile{left:40px;position:absolute;top:-50px}.personal-details-form-wrap .details-form-body-warp .upload-profile .user-profile-block{border-radius:50%;display:flex;height:80px;justify-content:center;min-width:80px;position:relative;width:80px}.personal-details-form-wrap .details-form-body-warp .upload-profile .user-profile-block .upload-user-profile{border-radius:50%;display:flex;height:80px;justify-content:center;min-width:80px;overflow:hidden;width:80px}.personal-details-form-wrap .details-form-body-warp .upload-profile .user-profile-block .user-profile-take{align-items:center;background-color:#fff;border:1px dashed #e2e4e9;border-radius:50%;bottom:0;cursor:pointer;display:flex;height:32px;justify-content:center;min-width:32px;padding:6px;position:absolute;right:0;width:32px;z-index:1}.personal-details-form-wrap .details-form-body-warp .upload-profile .user-profile-block img{border-radius:50%;object-fit:cover;width:100%}.country-code-items-menu{align-items:center;color:#525866;display:flex;gap:10px}.country-code-items-menu,.text-line{font-family:Inter,"sans-serif";font-size:14px;font-weight:500}.text-line{color:#0a0d14;display:block;line-height:20px;margin:16px 0 32px;overflow:hidden;position:relative}.text-line span{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px}.text-line:after{border-top:1px solid #e2e4e9;content:"";margin-left:10px;position:absolute;top:50%;width:100%}.square-box-container{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1}.square-box-auth-form{animation:fadeInScale .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;padding:2rem;width:90%}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.square-box-hero{margin-bottom:1.5rem;text-align:center}.square-box-title{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.square-box-description{color:#6b7280;font-size:.875rem;line-height:1.5}.square-box-form{align-items:center;display:flex;flex-direction:column}.square-box-error-message{color:#dc2626;font-size:.875rem}.square-box-button-wrapper,.square-box-error-message{margin-bottom:1rem;text-align:center}.square-box-notes{color:#6b7280;font-size:.875rem;text-align:center}.square-box-notes a{color:#3b82f6;font-weight:500;text-decoration:none}.crop-modal-overlay{z-index:9}.crop-modal{max-width:90vw}@media(max-width:768px){.crop-modal{max-height:95vh;max-width:95vw}.crop-modal-header{padding:16px 20px}.crop-modal-header h3{font-size:1.125rem}.crop-modal-header .crop-instruction{font-size:.8125rem}.crop-container,.crop-controls{padding:16px 20px}.crop-controls{flex-direction:column;gap:16px}.crop-controls .control-group{width:100%}.crop-controls .rotate-btn{align-self:flex-start}.crop-actions{flex-direction:column-reverse;padding:16px 20px}.crop-actions .cancel-btn,.crop-actions .confirm-btn{justify-content:center;width:100%}}@media(max-width:480px){.crop-modal-header{padding:12px 16px}.crop-modal-header h3{font-size:1rem}.crop-actions,.crop-container,.crop-controls{padding:12px 16px}}.tabs-form-layout-wrap{padding:40px}@media(min-width:768px)and (max-width:991px){.tabs-form-layout-wrap{padding:16px}}@media(min-width:600px)and (max-width:767px){.tabs-form-layout-wrap{padding:16px}}@media(min-width:320px)and (max-width:599px){.tabs-form-layout-wrap{padding:16px}}.add-more-social-actions{align-items:center;display:flex;justify-content:flex-end}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{background-image:url(data:image/png;base64,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);height:11px;width:16px}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{background:#fff;border:1px solid #cacaca;border-radius:5px;font-size:14px;height:35px;letter-spacing:.01rem;line-height:25px;margin-bottom:0!important;margin-left:0;margin-top:0!important;outline:none;padding-left:48px;position:relative;width:300px}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px;bottom:0;padding:0;position:absolute;top:0}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;height:100%;outline:none;padding:0 0 0 8px;position:relative;width:38px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #555;height:0;left:20px;margin-top:-2px;position:relative;top:50%;width:0}.react-tel-input .selected-flag .arrow.up{border-bottom:4px solid #555;border-top:none}.react-tel-input .country-list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:1px 2px 10px #00000059;list-style:none;margin:10px 0 10px -1px;max-height:200px;outline:none;overflow-y:scroll;padding:0;position:absolute;width:300px;z-index:1}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{background-color:#fff;padding:10px 0 6px 10px;position:sticky;top:0}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;outline:none;padding:3px 8px 5px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{background:#fff;font-size:13px;left:46px;padding:0 2px;position:absolute;top:-8px;z-index:1}.react-tel-input .special-label{display:none;white-space:nowrap}.question-stepper-wrap{padding:40px;width:100%}@media(min-width:768px)and (max-width:991px){.question-stepper-wrap{padding:16px}}@media(min-width:600px)and (max-width:767px){.question-stepper-wrap{padding:16px}}@media(min-width:320px)and (max-width:599px){.question-stepper-wrap{padding:16px}}@media(min-width:1200px)and (max-width:1366px){.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root{display:flex;flex-direction:column}}@media(min-width:1024px)and (max-width:1199px){.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root{display:flex;flex-direction:column}}.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root .MuiStepLabel-iconContainer .MuiSvgIcon-root{border:1px solid #e2e4e9;border-radius:50%;color:#fff}.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root .MuiStepLabel-iconContainer .MuiSvgIcon-root .MuiStepIcon-text{fill:#0a0d14;color:#0a0d14;font-family:Inter,"sans-serif";font-size:12px;font-weight:500}.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root .MuiStepLabel-iconContainer.Mui-active .MuiSvgIcon-root.Mui-active{color:#0a0d14}.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root .MuiStepLabel-iconContainer.Mui-active .MuiSvgIcon-root.Mui-active .MuiStepIcon-text{fill:#fff;color:#fff;font-family:Inter,"sans-serif";font-size:12px;font-weight:500}.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root .MuiStepLabel-iconContainer.Mui-active .MuiSvgIcon-root.Mui-completed,.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root .MuiStepLabel-iconContainer.Mui-completed .MuiSvgIcon-root.Mui-completed{color:#38c793}.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root .MuiStepLabel-labelContainer .MuiStepLabel-label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500}.question-stepper-wrap .MuiStepper-root .MuiStep-root .MuiButtonBase-root .MuiStepLabel-root .MuiStepLabel-labelContainer .MuiStepLabel-label.Mui-active{color:#0a0d14}.question-stepper-wrap .MuiStepper-root .MuiStepConnector-root{flex:0 1;padding:0 15px}.question-stepper-wrap .MuiStepper-root .MuiStepConnector-root .MuiStepConnector-line{align-items:center;background-image:url(/static/media/stepper-arrow-right.00450285fe731c33ef19.svg);border:0;display:flex;height:20px;justify-content:center;width:20px}.questions-steps-form-block{padding:32px 0}.questions-steps-form-block .block-label{font-family:Inter,"sans-serif";margin-bottom:16px}.questions-steps-form-block .block-label span{color:#ff1f00}.questions-steps-form-block .steps-form-actions{align-items:center;display:flex;gap:16px;margin-top:30px}.questions-steps-form-block .disabled-button{display:none!important}.MuiRadioGroup-root .MuiFormControlLabel-root,.MuiRadioGroup-root .MuiFormControlLabel-root .MuiTypography-root{color:#868c98;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.6px}.MuiRadioGroup-root .MuiFormControlLabel-root .MuiButtonBase-root.MuiRadio-root.Mui-checked{color:#0a0d14}.show-required-text{color:#d32f2f;display:flex;font-size:.9rem}.disable-text{display:none}.input-text-warning{margin-top:10px}.input-text-warning,.input-text-warning-subscription{align-items:flex-start;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;gap:3px;letter-spacing:.6px;line-height:16px}.input-text-warning-subscription{margin-bottom:20px;margin-top:-10px}.term-and-condition-block{color:#525866;font-family:Plus Jakarta Sans;font-size:16px;font-weight:400;line-height:24px;padding:40px}@media(min-width:768px)and (max-width:991px){.term-and-condition-block{padding:16px}}@media(min-width:600px)and (max-width:767px){.term-and-condition-block{padding:16px}}@media(min-width:320px)and (max-width:599px){.term-and-condition-block{padding:16px}}.description-text,.description-text .MuiTypography-root{color:#525866;font-family:Plus Jakarta Sans;font-size:16px;font-weight:400;line-height:24px}.description-listing.order-list ul{list-style-type:decimal}.term-condition-actions{align-items:center;display:flex;gap:40px;max-width:566px;padding:20px 0;width:100%}@media(min-width:320px)and (max-width:599px){.term-condition-actions{flex-wrap:wrap;gap:16px}}.term-condition-actions .MuiButton-root{width:100%}.subnavbar-wrapper .subnavbar-left .subnav-title{margin:0}.subnavbar-wrapper .subnavbar-right{align-items:center;display:flex;flex-wrap:wrap;gap:16px}@media(min-width:600px)and (max-width:767px){.subnavbar-wrapper .subnavbar-right{flex-wrap:wrap}}@media(min-width:320px)and (max-width:599px){.subnavbar-wrapper .subnavbar-right{flex-wrap:wrap}}.subnavbar-wrapper .subnavbar-right .searchbox{position:relative}@media(min-width:600px)and (max-width:767px){.subnavbar-wrapper .subnavbar-right .searchbox{width:100%}}@media(min-width:320px)and (max-width:599px){.subnavbar-wrapper .subnavbar-right .searchbox{width:100%}}.subnavbar-wrapper .subnavbar-right .searchbox .search-icon{cursor:pointer;left:10px;position:absolute;top:12px}.subnavbar-wrapper .subnavbar-right .searchbox .input-searchbox{border:1px solid #e2e4e9;border-radius:10px;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239);font-family:Inter,"sans-serif";height:40px;padding:3px 15px 3px 40px}@media(min-width:600px)and (max-width:767px){.subnavbar-wrapper .subnavbar-right .searchbox .input-searchbox{width:100%}}@media(min-width:320px)and (max-width:599px){.subnavbar-wrapper .subnavbar-right .searchbox .input-searchbox{width:100%}}.simple-modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.simple-modal{background-color:#fff;border-radius:8px;padding:2rem;text-align:center;width:550px}.simple-modal .simaple-modal-header{align-items:center;display:flex;gap:15px;justify-content:space-between}.simple-modal .custom-file-upload{align-items:center;cursor:pointer;display:inline-flex;font-size:20px;gap:10px;justify-content:space-between;margin:30px 0}.simple-modal .sample-btn-wrapper{margin-top:20px}.simple-modal .sample-btn-wrapper .download-sample-btn{align-items:center;background:#0d6efd;border-radius:15px;color:#fff;display:inline-flex;gap:10px;justify-content:space-between;padding:10px 24px}button{background-color:#0c2340;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem}.comman-drawer-wrap{height:100%;max-width:600px!important;width:100%}.MuiDrawer-paperAnchorRight{border-bottom-left-radius:10px;border-top-left-radius:10px;max-width:600px!important;width:100%!important}.subadmin-details-wrapper{padding:40px 24px}.subadmin-profile-block{padding:24px 0}.subadmin-profile-block .subadmin-profile{display:flex;height:80px;justify-content:center;min-width:80px;width:80px}.subadmin-profile-block .subadmin-profile img{object-fit:cover;width:100%}.subadmin-profile-actions{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.subadmin-profile-actions .profile-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:18px;font-weight:500;letter-spacing:.8px;line-height:24px}.subadmin-profile-actions .profile-title .profile-name-badge{background-color:#38c793;border-radius:30px;color:#fff;display:inline-block;font-size:12px;font-weight:500;min-width:60px;padding:0 10px;text-align:center;text-transform:uppercase}.subadmin-profile-actions .profile-actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px}@media(min-width:320px)and (max-width:599px){.subadmin-profile-actions .profile-actions{width:100%}}.subadmin-profile-actions .profile-actions .chat-icon-btn,.subadmin-profile-actions .profile-actions .more-icon-btn{height:100%;max-height:40px;max-width:40px;min-width:auto;padding:10px;width:100%}.subadmin-profile-actions .profile-actions .more-icon-btn{border-color:#e2e4e9}.subadmin-profile-actions .profile-actions .rate-btn{border-color:#e2e4e9;color:#525866}.client-details-info{border-top:1px solid #e2e4e9;padding:12px 0}.subadmin-details-info{border-top:1px solid #e2e4e9;padding:24px 0}.subadmin-details-info .details-info{color:#0a0d14;font-family:Inter,"sans-serif";font-size:15px;font-weight:400;letter-spacing:.8px}.subadmin-details-info .details-info-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:18px;font-weight:500;letter-spacing:.8px;line-height:24px;margin-bottom:24px}.subadmin-details-info .details-info-listing{display:flex;flex-direction:column}.subadmin-details-info .details-info-listing .details-info-items{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;padding:12px 0}@media(min-width:600px)and (max-width:767px){.subadmin-details-info .details-info-listing .details-info-items{align-items:flex-start;flex-direction:column}}@media(min-width:320px)and (max-width:599px){.subadmin-details-info .details-info-listing .details-info-items{align-items:flex-start;flex-direction:column}}.subadmin-details-info .details-info-listing .details-info-items .details-info-items-label{color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:18px;font-weight:400;gap:6px;justify-content:flex-start;letter-spacing:.8px;line-height:24px}.subadmin-details-info .details-info-listing .details-info-items .details-info-items-value{color:#0a0d14;display:flex;font-family:Inter,"sans-serif";font-size:18px;font-weight:400;justify-content:flex-end;letter-spacing:.8px;line-height:24px;text-align:end}.breadcrumb-wrap .MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiLink-root{color:#525866}.breadcrumb-wrap .MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiLink-root,.breadcrumb-wrap .MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root{align-items:center;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;gap:8px;letter-spacing:.6px;line-height:20px}.breadcrumb-wrap .MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root.active{color:#0a0d14}.breadcrumb-wrap .MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root.active svg path{fill:#0a0d14}.communications-checklist .MuiFormGroup-root{display:flex;flex-direction:column;gap:16px}.communications-checklist .MuiFormGroup-root .MuiFormControlLabel-root{align-items:flex-start}.communications-checklist .MuiFormGroup-root .MuiFormControlLabel-root .MuiCheckbox-root{padding:0 10px}.communications-checklist .MuiFormGroup-root .MuiFormControlLabel-root .MuiTypography-root .label-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.6px}.communications-checklist .MuiFormGroup-root .MuiFormControlLabel-root .MuiTypography-root .label-slogantitle{color:#868c98;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;letter-spacing:.6px}.client-count-slider{margin-top:16px}.client-count-slider .client-count-label{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.client-count-slider .client-count-label .count-label,.client-count-slider .client-count-label .count-value{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px}.client-count-slider .range-slider .MuiSlider-root{height:6px}.client-count-slider .range-slider .MuiSlider-root .MuiSlider-rail{background-color:#e2e4e9}.client-count-slider .range-slider .MuiSlider-root .MuiSlider-track{background-color:#0c2340}.client-count-slider .range-slider .MuiSlider-root .MuiSlider-thumb{background-color:#0c2340;border:5px solid #fff;box-shadow:0 0 6px 0 rgba(27,28,29,.059);box-shadow:inset 0 -3px 3px 0 rgba(55,93,251,.161);height:17px;width:17px}.client-count-slider .range-slider .MuiSlider-root .MuiSlider-thumb .MuiSlider-valueLabel{background-color:#fff;border:1px solid #e2e4e9;border-radius:4px;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239);box-shadow:0 12px 24px 0 hsla(220,8%,56%,.122);color:#0a0d14;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px}.right-textfield-badge{border-left:1px solid #f3f3f3;padding:10px 0 10px 10px;text-align:center}.add-client-body .personal-details-form-wrap{margin-bottom:90px;position:relative}.add-client-body .personal-details-form-wrap .upload-profile-block{bottom:-70px;left:0;position:absolute}.datepicker-field-wrapper input::placeholder{text-transform:uppercase}.listing-grid-info{align-items:flex-start;display:flex;gap:24px;justify-content:space-between}@media(min-width:992px)and (max-width:1023px){.listing-grid-info{flex-wrap:wrap}}@media(min-width:768px)and (max-width:991px){.listing-grid-info{flex-wrap:wrap}}@media(min-width:600px)and (max-width:767px){.listing-grid-info{flex-wrap:wrap}}@media(min-width:320px)and (max-width:599px){.listing-grid-info{flex-wrap:wrap}}.listing-grid-info .details-info-listing{width:100%}.profile-cover-block{margin-bottom:60px;position:relative}.profile-cover-block .subadmin-profile-block{height:150px;overflow:hidden}.profile-cover-block .subadmin-profile-block .cover-img{object-fit:cover;width:100%}.profile-cover-block .subadmin-profile{bottom:-30px;height:80px;left:16px;min-width:80px;position:absolute;width:80px;z-index:1}.profile-cover-block .subadmin-profile img{border-radius:50%;height:100%;object-fit:contain;width:100%}.client-dsc-space{padding:24px 16px}@media(min-width:600px)and (max-width:767px){.client-dsc-space{padding:24px 0}}@media(min-width:320px)and (max-width:599px){.client-dsc-space{padding:24px 0}}.pac-container{border-top:none;z-index:3000!important}.error-text{color:#d32f2f!important;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.03333em;line-height:1.66;margin-left:14px!important;text-align:left}.text-right{text-align:right}.sidebar-logo{padding:22px 16px}.sidebar-logo img{width:100%}.aside-menu-list-wrap .active-item{background-color:#f1f1f1}.aside-menu-list-wrap .active-item .aside-menu-items .menu-right-arrow{visibility:visible!important}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root{border-radius:6px;margin:0 16px}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root:hover{background-color:#f6f8fa;border-radius:6px}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root:hover .aside-menu-items .aside-menu-icon svg path{fill:#0a0d14;color:#0a0d14}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root:hover .aside-menu-items .aside-menu-text{color:#0a0d14;font-family:Inter,"sans-serif"}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root:hover .aside-menu-items .menu-right-arrow{visibility:visible!important}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root .aside-menu-items{align-items:center;display:flex;font-family:Inter,"sans-serif";gap:10px;width:100%}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root .aside-menu-items .aside-menu-text{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.6px;line-height:20px}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root .aside-menu-items .menu-right-arrow{margin-left:auto;visibility:hidden}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root .aside-menu-items.active .aside-menu-icon svg path{fill:#0a0d14;color:#0a0d14}.aside-menu-list-wrap .MuiListItem-root .MuiButtonBase-root .aside-menu-items.active .aside-menu-text{color:#0a0d14;font-family:Inter,"sans-serif"}.topheader-wrap{box-shadow:none!important}.topheader-wrap .topheader-toolbar{background-color:#fff;border-bottom:1px solid #e2e4e9;box-shadow:none;font-family:Inter,"sans-serif";min-height:80px}.topheader-wrap .topheader-toolbar .toolbar-box{align-items:center;display:flex;gap:16px;justify-content:space-between;width:100%}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right{align-items:center;display:flex;gap:16px}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .searchbox{position:relative}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .searchbox .search-icon{cursor:pointer;left:10px;position:absolute;top:12px}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .searchbox .input-searchbox{border:1px solid #e2e4e9;border-radius:10px;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239);font-family:Inter,"sans-serif";height:40px;padding:3px 15px 3px 40px}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .notifications{margin:0 15px;position:relative}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .notifications .notify-active{background-color:#df1c41;border:1px solid #fff;border-radius:50%;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239);color:#000;height:6px;min-width:5px;position:absolute;right:0;top:3px;width:6px}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .notifications .custom-badge .MuiBadge-badge{align-items:center;background-color:#1382e3;border-radius:50%;box-shadow:0 0 5px #0003;color:#fff;display:flex;font-size:.7rem;height:18px;justify-content:center;min-width:18px;padding:0 5px;position:absolute;right:-3px;top:-1px;z-index:10}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .auth-setting{align-items:center;border:1px solid #e2e4e9;border-radius:10px;display:flex;gap:8px;padding:4px}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .auth-setting .auth-avatar{border-radius:50%;height:32px;min-width:32px;width:32px}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .auth-setting .auth-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.topheader-wrap .topheader-toolbar .toolbar-box .toolbar-right .auth-setting .setting-btn{align-items:center;color:#0a0d14;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;gap:10px;line-height:20px;text-transform:capitalize}.MuiMenu-root .MuiPaper-root .MuiList-root .MuiButtonBase-root{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px}.pl-5{padding-left:5px}.notifications-button{background-color:#0000;min-width:35px!important}.notifications-button:focus{background-color:#0000;box-shadow:none;outline:0}.notify-dropdown .MuiPaper-root{background-color:#fff;border:1px solid #f3f3f3;border-radius:12px;box-shadow:0 4px 6px 0 #0000001a;max-height:350px;max-width:300px;padding:16px 16px 0;width:100%}.notify-dropdown .MuiPaper-root ul{padding-bottom:0}.notify-dropdown .MuiPaper-root ul .notify-head{align-items:center;display:flex;gap:16px;justify-content:space-between;padding-bottom:8px}.notify-dropdown .MuiPaper-root ul .notify-head .notify-head-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;margin:0}.notify-dropdown .MuiPaper-root ul .notify-head .mark-read{color:#0c2340;cursor:pointer;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;text-decoration:none}.notify-dropdown .MuiPaper-root ul li.notify-items{align-items:flex-start;display:flex;gap:8px;margin:8px 0;padding:10px 0}.notify-dropdown .MuiPaper-root ul li.notify-items .notify-list-items{align-items:center;display:flex;gap:8px;justify-content:center;text-align:center}.notify-dropdown .MuiPaper-root ul li.notify-items .notify-list-items .notify-auth-profile{align-items:center;background-color:#c0babb;border-radius:50px;color:#242323;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;min-width:40px;width:40px}.notify-dropdown .MuiPaper-root ul li.notify-items .notify-list-items .notify-auth-profile img{border-radius:50px;height:100%;object-fit:cover;width:100%}.notify-dropdown .MuiPaper-root ul li.notify-items .notify-list-items .notify-content .notify-auth-text{color:#0a0d14;font-size:14px;font-weight:600;margin-bottom:0}.notify-dropdown .MuiPaper-root ul li.notify-items .notify-list-items .notify-content .notify-msg-text{color:#0c2340;font-size:14px;font-weight:400;margin-bottom:0;overflow:hidden;text-align:left;text-overflow:ellipsis;width:190px}.notify-dropdown .MuiPaper-root ul li.notify-items.recent-item{border-radius:48px;box-shadow:0 1px 2px 0 #0000000d}.notify-dropdown .MuiPaper-root ul li.notify-items.recent-item .notify-items-text{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;margin:0;white-space:pre-wrap}.notify-dropdown .MuiPaper-root ul li.notify-items.recent-item:hover{background-color:#f5f9f9}.notify-dropdown .MuiPaper-root ul li.notify-items .notify-items-text{align-items:center;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;justify-content:center;line-height:20px;margin:0;white-space:pre-wrap}.notify-dropdown .MuiPaper-root ul li.notify-items .notify-items-time{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:20px;margin:0;text-align:end;width:100%}.notify-dropdown .MuiPaper-root ul .notify-footer{background-color:#fff;border-top:1px solid #e2e4e9;bottom:0;color:#0c2340;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;left:0;padding:10px 0 20px;position:sticky;right:0;text-align:center}.notify-dropdown .MuiPaper-root ul .notify-footer a{align-items:center;color:#0c2340;display:flex;gap:8px;justify-content:center;text-decoration:none}.empty-notification-block{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px 0}.empty-notification-block .empty-notification-dsc{color:#525866;font-size:14px;font-weight:400;line-height:20px;text-align:center}.select-lenguage-field .MuiButtonBase-root{background-color:#0000;color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;text-transform:capitalize}@media(min-width:320px)and (max-width:599px){.select-lenguage-field .MuiButtonBase-root{font-size:14px;font-weight:400;padding:5px}}.customized-menu-popup .MuiPaper-root .MuiList-root .menu-items{align-items:center;color:#0a0d14;display:flex;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;gap:10px}.customized-menu-popup .MuiPaper-root .MuiList-root .menu-items .selected-lang{margin-left:auto}.profile-cover-block .subadmin-profile .status-badge-profile{height:32px;min-width:32px;position:absolute;right:-10px;top:5px;width:32px}.details-info-items-value{align-items:center;display:flex;gap:10px;justify-content:center}.details-info-items-value .brocher-pdf-block{border:1px solid #e2e4e9;border-radius:12px;padding:16px}.details-info-items-value .brocher-pdf-block .brocher-pdf-item{align-items:flex-start;display:flex;gap:16px;width:100%}.details-info-items-value .brocher-pdf-block .brocher-pdf-item .brocher-pdf-item-dsc{display:flex;flex-direction:column}@media(min-width:1024px)and (max-width:1199px){.details-info-items-value .brocher-pdf-block .brocher-pdf-item .brocher-pdf-item-dsc{min-width:250px}}@media(min-width:1200px){.details-info-items-value .brocher-pdf-block .brocher-pdf-item .brocher-pdf-item-dsc{min-width:250px}}.details-info-items-value .brocher-pdf-block .brocher-pdf-item .brocher-pdf-item-dsc h4{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500}.details-info-items-value .brocher-pdf-block .brocher-pdf-item .brocher-pdf-item-dsc small{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400}.details-info-items-value .brocher-pdf-block .brocher-pdf-item .brocher-pdf-item-action{align-items:center;display:flex;gap:5px;margin-left:auto}.details-info-items-value .brocher-pdf-block .brocher-pdf-item .brocher-pdf-item-action button,.service-dsc-space.subadmin-profile-actions .profile-actions button{min-width:34px}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body{padding:24px 16px}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box label{color:#525866;font-size:14px;font-weight:500;line-height:20px}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box label span{color:#df1c41}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box .MuiRating-root{border:1px solid #e2e4e9}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box .MuiRating-root label{align-items:center;border-right:1px solid #e2e4e9;display:flex;font-size:18px;justify-content:center;padding:8px 18px}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box .MuiRating-root label:focus-visible{outline:none}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box .MuiRating-root label:last-child{display:none}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box .MuiRating-root label span{color:#525866}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box .MuiRating-root input[type=radio]:checked+label{border:none}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .comment-box{display:flex;flex-direction:column;gap:4px}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .comment-box label{color:#525866;font-size:14px;font-weight:500;line-height:20px}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .comment-box .MuiFormControl-root .MuiInputBase-root{padding:12px}.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .comment-box .MuiFormControl-root .MuiInputBase-root textarea{color:#868c98}@media(max-width:575px){.add-sub-admin-wrapper.rating-form-wrapper .drawer-form-h .add-sub-admin-drawer-body .rating-box .MuiRating-root label{padding:5px}}.first-letter{text-transform:capitalize}.add-sub-admin-drawer-body.adbanner-body .upload-resume-block{margin:10px 0 30px}.add-sub-admin-drawer-body.adbanner-body .upload-resume-block .upload-resume-label{align-items:center;border:1px dashed #868c98;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:30px}.add-sub-admin-drawer-body.adbanner-body .upload-resume-block .upload-resume-label .label-text{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.6px;line-height:20px;margin-bottom:0;margin-top:16px;text-align:center}.add-sub-admin-drawer-body.adbanner-body .upload-resume-block .upload-resume-label .slogan-text{color:#868c98;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;letter-spacing:.6px;line-height:16px;margin:16px;text-align:center}.upload-resume-block{margin:10px 0 30px}.upload-resume-block .upload-resume-label{align-items:center;border:1px dashed #ccc;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:30px}.upload-resume-block .upload-resume-label .label-text{color:#333;font-size:14px;font-weight:500;letter-spacing:.6px;line-height:20px;margin-bottom:0;margin-top:16px;text-align:center}.upload-resume-block .upload-resume-label .slogan-text{color:#999;font-size:12px;font-weight:400;letter-spacing:.6px;line-height:16px;margin:16px;text-align:center}.upload-resume-block .upload-resume-label .size-info{color:#666;font-size:12px;font-weight:400;line-height:16px;margin:8px 0;text-align:center}.upload-resume-block .upload-resume-label .image-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:12px}.upload-resume-block .upload-resume-label .image-actions .delete-image-btn{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.upload-resume-block .upload-resume-label .image-actions .delete-image-btn:hover{background:#c82333}.upload-resume-block .upload-resume-label .image-actions .delete-image-btn:active{transform:translateY(1px)}.crop-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:99999}@media(max-width:768px){.crop-modal-overlay{padding:10px}}.crop-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}@media(max-width:768px){.crop-modal{border-radius:8px;max-height:95vh;max-width:95vw}}@media(max-width:480px){.crop-modal{border-radius:0;max-height:100%;max-width:100%}}.crop-modal-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.crop-modal-header h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.crop-modal-header .crop-instruction{color:#6b7280;font-size:.875rem;margin:4px 0 0}.crop-modal-header .close-btn{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;padding:8px;transition:all .2s}.crop-modal-header .close-btn:hover{background:#e5e7eb;color:#374151}.crop-container{align-items:center;background:#f3f4f6;display:flex;flex:1 1;justify-content:center;min-height:200px;padding:20px 24px}.crop-container .image-container{border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:0 auto;max-height:100%;max-width:100%;overflow:hidden}@media(max-width:768px){.crop-container{min-height:180px;padding:16px 20px}}@media(max-width:480px){.crop-container{min-height:150px;padding:12px 16px}}.crop-controls{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;display:flex;gap:20px;justify-content:space-between;padding:16px 24px}.crop-controls .control-group{display:flex;flex:1 1;flex-direction:column;gap:8px}.crop-controls .control-group label{color:#374151;font-size:.875rem;font-weight:500}.crop-controls .control-group input[type=range]{-webkit-appearance:none;appearance:none;background:#e5e7eb;border-radius:3px;height:6px;outline:none;width:100%}.crop-controls .control-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3b82f6;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:18px;width:18px}.crop-controls .control-group input[type=range]::-moz-range-thumb{background:#3b82f6;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:18px;width:18px}.crop-controls .rotate-btn{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s;white-space:nowrap}.crop-controls .rotate-btn:hover{background:#e5e7eb;border-color:#9ca3af}.crop-controls .rotate-btn:active{transform:translateY(1px)}.crop-actions{background:#fff;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.crop-actions .cancel-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:10px 20px;transition:all .2s}.crop-actions .cancel-btn:hover{background:#f9fafb;border-color:#9ca3af}.crop-actions .confirm-btn{align-items:center;background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:8px;padding:10px 20px;transition:all .2s}.crop-actions .confirm-btn:hover{background:#2563eb}.crop-actions .confirm-btn:active{transform:translateY(1px)}@media(max-width:768px){.crop-modal{max-height:95vh;max-width:95vw}.crop-modal-header{padding:16px 20px}.crop-modal-header h3{font-size:1.125rem}.crop-modal-header .crop-instruction{font-size:.8125rem}.crop-container,.crop-controls{padding:16px 20px}.crop-controls{flex-direction:column;gap:16px}.crop-controls .control-group{width:100%}.crop-controls .rotate-btn{align-self:flex-start}.crop-actions{flex-direction:column-reverse;padding:16px 20px}.crop-actions .cancel-btn,.crop-actions .confirm-btn{justify-content:center;width:100%}.upload-resume-block .upload-resume-label{padding:20px}.upload-resume-block .upload-resume-label .image-actions{flex-direction:column;width:100%}.upload-resume-block .upload-resume-label .image-actions button{justify-content:center;width:100%}}@media(max-width:480px){.crop-modal-header{padding:12px 16px}.crop-modal-header h3{font-size:1rem}.crop-actions,.crop-container,.crop-controls{padding:12px 16px}.upload-resume-block .upload-resume-label{padding:16px}}.td-recipient-avatar .avatar-group{align-items:center;display:flex;margin-bottom:10px}.td-recipient-avatar .avatar-group .avatar{position:relative;transition:.2s}.td-recipient-avatar .avatar-group .avatar:not(:first-child){margin-left:-10px}@media(min-width:768px)and (max-width:991px){.td-recipient-avatar .avatar-group .avatar:not(:first-child){margin-left:-10px}}@media(min-width:600px)and (max-width:767px){.td-recipient-avatar .avatar-group .avatar:not(:first-child){margin-left:-10px}}@media(min-width:320px)and (max-width:599px){.td-recipient-avatar .avatar-group .avatar:not(:first-child){margin-left:-10px}}.td-recipient-avatar .avatar-group .avatar:hover{z-index:1}.td-recipient-avatar .avatar-group .avatar .avatar-name{background-color:#0a0d14;border-radius:4px;bottom:calc(100% + 8px);color:#fff;font-size:14px;left:50%;opacity:0;padding:8px 12px;position:absolute;transform:translateX(-50%);transition:.2s;visibility:hidden;white-space:nowrap}.td-recipient-avatar .avatar-group .avatar .avatar-name:before{border:.5rem solid #0000;border-top-color:#000000b3;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.td-recipient-avatar .avatar-group .avatar .avatar-name:hover .avatar-name{opacity:1;visibility:visible}.td-recipient-avatar .avatar-group .avatar img{border:2px solid #ffffff6b;border-radius:50%;box-shadow:0 .25rem 1rem #0000001a;display:block;height:32px;object-fit:cover;width:32px}@media(min-width:768px)and (max-width:991px){.td-recipient-avatar .avatar-group .avatar img{height:30px;width:30px}}@media(min-width:600px)and (max-width:767px){.td-recipient-avatar .avatar-group .avatar img{height:30px;width:30px}}@media(min-width:320px)and (max-width:599px){.td-recipient-avatar .avatar-group .avatar img{height:30px;width:30px}}.td-recipient-avatar .avatar-group .avatar.avatar-plus{align-items:center;background:#fafafa;border:1.5px solid #fff;border-radius:50%;color:#0a0d14;cursor:pointer;display:block;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;height:32px;justify-content:center;object-fit:cover;width:32px}@media(min-width:768px)and (max-width:991px){.td-recipient-avatar .avatar-group .avatar.avatar-plus{height:30px;width:30px}}@media(min-width:600px)and (max-width:767px){.td-recipient-avatar .avatar-group .avatar.avatar-plus{height:30px;width:30px}}@media(min-width:320px)and (max-width:599px){.td-recipient-avatar .avatar-group .avatar.avatar-plus{height:30px;width:30px}}.td-recipient-avatar .avatar-group .avatar.avatar-plus:hover svg path{fill:#0c2340}.multisearch-select-field{align-items:flex-start;border:1px solid #e2e4e9;border-radius:8px;display:flex;padding:0 12px;position:relative}.multisearch-select-field .multisearch-input{border:0;max-height:100px;width:100%}.multisearch-select-field .multisearch-input:focus{box-shadow:none;outline:0}.multisearch-select-field .multisearch-input .css-1p3m7a8-multiValue{border-radius:30px}.multisearch-select-field .multisearch-input>div{max-height:100px;overflow-y:auto}.multisearch-select-field .multisearch-input>div .css-1h5go5i{overflow:auto!important}.multisearch-select-field .input-start-label{align-items:center;display:flex;gap:8px;margin-top:6px}.multisearch-select-field .input-end-label{cursor:pointer;margin-top:6px}.multisearch-select-field .multisearch-select-panel{background-color:#fff;border:1px solid #e2e4e9;border-radius:8px;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239);left:0;position:absolute;top:100%;width:100%;z-index:7}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-header{border-bottom:1px solid #e2e4e9}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-header .subnavbar-left{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;padding:16px}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-header .subnavbar-left .select-signup-field .MuiFormControl-root .MuiInputBase-root .demo-simple-select-standard-label{font-size:16px!important;font-weight:500}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-header .subnavbar-left .MuiButtonBase-root{min-width:34px}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-header .subnavbar-left .subnav-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;letter-spacing:1.5px;line-height:24px;margin:0}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-header .subnavbar-left .subnav-sub-title{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;letter-spacing:.6px;line-height:20px;margin:0}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body{padding:16px}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .searchbox{position:relative}@media(min-width:600px)and (max-width:767px){.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .searchbox{width:100%}}@media(min-width:320px)and (max-width:599px){.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .searchbox{width:100%}}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .searchbox .search-icon{cursor:pointer;left:10px;position:absolute;top:12px}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .searchbox .input-searchbox{border:1px solid #e2e4e9;border-radius:10px;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239);font-family:Inter,"sans-serif";height:40px;padding:3px 15px 3px 40px;width:100%}@media(min-width:600px)and (max-width:767px){.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .searchbox .input-searchbox{width:100%}}@media(min-width:320px)and (max-width:599px){.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .searchbox .input-searchbox{width:100%}}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .user-id-listing{display:flex;flex-direction:column;gap:16px;margin-top:16px;max-height:220px;overflow:auto}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .user-id-listing .user-listing-items{align-items:center;display:flex;gap:8px;padding:12px}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .user-id-listing .user-listing-items .user-avatar{align-items:center;border-radius:50%;display:flex;height:40px;min-width:40px;width:40px}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .user-id-listing .user-listing-items .user-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .user-id-listing .user-listing-items .user-avatar-info .avatar-info-title{font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.6px;line-height:20px}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .user-id-listing .user-listing-items .user-avatar-info .avatar-info-subtitle{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:500;line-height:16px}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-body .user-id-listing .user-listing-items .user-listing-check{margin-left:auto}.multisearch-select-field .multisearch-select-panel .multisearch-select-panel-footer{align-items:center;display:flex;gap:16px;justify-content:flex-end;padding:16px}.quill-editor-block .quill .ql-toolbar{border:1px solid #e2e4e9;border-top-left-radius:8px;border-top-right-radius:8px}.quill-editor-block .quill .ql-container{border:1px solid #e2e4e9;border-bottom-left-radius:8px;border-bottom-right-radius:8px;min-height:350px}.broadcast-message-dialog .success-dialog-body .success-dialog-content{width:100%}.broadcast-message-dialog .success-dialog-body .success-dialog-content .success-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;line-height:18px;margin-bottom:24px;width:100%}.broadcast-message-dialog .success-dialog-body .success-dialog-content .message-content-block .message-content-block-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:18px;font-weight:500;line-height:24px;margin-bottom:8px}.broadcast-message-dialog .success-dialog-body .success-dialog-content .message-content-block .message-content-text{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;line-height:24px}.broadcast-message-dialog .success-dialog-body .success-dialog-content .user-list-block .user-list-block-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:18px;font-weight:500;line-height:24px;margin-bottom:8px}.broadcast-message-dialog .success-dialog-body .success-dialog-content .user-list-block .user-list-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px 16px}.broadcast-message-dialog .success-dialog-body .success-dialog-content .user-list-block .user-list-row .MuiChip-root{background-color:#fff;border-color:#f3f3f3}.broadcast-message-dialog .success-dialog-body .success-dialog-content .user-list-block .user-list-row .MuiChip-root .MuiAvatar-root{border-radius:50px;height:24px;min-width:24px;width:24px}.broadcast-message-dialog .success-dialog-body .success-dialog-content .user-list-block .user-list-row .MuiChip-root .MuiChip-label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px}
/*!
 * 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}.alert-successmessage-popup{background-color:#0000;max-width:380px}.alert-successmessage-popup.MuiSnackbar-root{background-color:#effaf6}.alert-successmessage-popup.MuiSnackbar-root .MuiPaper-root{background-color:#effaf6;border-radius:12px;padding:14px}@media(min-width:320px)and (max-width:599px){.alert-successmessage-popup.MuiSnackbar-root .MuiPaper-root .MuiSnackbarContent-message{width:100%}}.alert-errormsg-popup{background-color:#0000;max-width:380px}.alert-errormsg-popup.MuiSnackbar-root{background-color:#fdedf0}.alert-errormsg-popup.MuiSnackbar-root .MuiPaper-root{background-color:#fdedf0;border-radius:12px;padding:14px}@media(min-width:320px)and (max-width:599px){.alert-errormsg-popup.MuiSnackbar-root .MuiPaper-root .MuiSnackbarContent-message{width:100%}}.msg-content-body{align-items:flex-start;display:flex;gap:10px}.msg-content-body .msg-content-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.6px;line-height:20px;margin-bottom:0}@media(min-width:320px)and (max-width:599px){.msg-content-body .msg-content-title{font-size:12px;line-height:16px}}.msg-content-body .msg-content-dsc{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;letter-spacing:.6px;line-height:20px;margin-bottom:0;margin-top:8px}@media(min-width:320px)and (max-width:599px){.msg-content-body .msg-content-dsc{font-size:12px;line-height:16px}}.msg-content-body .close-line-btn{background-color:#0000;border:0;max-width:34px;min-width:34px;padding:0}.easy-connection-section{margin-bottom:64px;padding-top:64px}.easy-connection-section .easy-connection-content-block{margin-bottom:30px}.easy-connection-section .easy-step-actions{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:32px}.easy-connection-section .easy-connection-redirect{align-items:center;display:flex;height:100%;justify-content:flex-end}.easy-steps:first-child .steps-connect .steps-connect-img-block:after{content:url(/static/media/steps-arrow-right1-1.b77974e7f83f9ab20153.svg);display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);transform:translate(100%,-50%)}@media(min-width:992px)and (max-width:1023px){.easy-steps:first-child .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:768px)and (max-width:991px){.easy-steps:first-child .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:600px)and (max-width:767px){.easy-steps:first-child .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:320px)and (max-width:599px){.easy-steps:first-child .steps-connect .steps-connect-img-block:after{display:none}}.easy-steps:nth-child(2) .steps-connect .steps-connect-img-block:after{content:url(/static/media/steps-arrow-right1-1.b77974e7f83f9ab20153.svg);display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);transform:translate(100%,-50%)}@media(min-width:992px)and (max-width:1023px){.easy-steps:nth-child(2) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:768px)and (max-width:991px){.easy-steps:nth-child(2) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:600px)and (max-width:767px){.easy-steps:nth-child(2) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:320px)and (max-width:599px){.easy-steps:nth-child(2) .steps-connect .steps-connect-img-block:after{display:none}}.easy-steps:nth-child(3) .steps-connect .steps-connect-img-block:after{content:url(/static/media/steps-arrow-right1-1.b77974e7f83f9ab20153.svg);display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);transform:translate(100%,-50%)}@media(min-width:992px)and (max-width:1023px){.easy-steps:nth-child(3) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:768px)and (max-width:991px){.easy-steps:nth-child(3) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:600px)and (max-width:767px){.easy-steps:nth-child(3) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:320px)and (max-width:599px){.easy-steps:nth-child(3) .steps-connect .steps-connect-img-block:after{display:none}}.easy-steps:nth-child(4) .steps-connect .steps-connect-img-block:after{content:url(/static/media/steps-arrow-right1-1.b77974e7f83f9ab20153.svg);display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);transform:translate(100%,-50%)}@media(min-width:992px)and (max-width:1023px){.easy-steps:nth-child(4) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:768px)and (max-width:991px){.easy-steps:nth-child(4) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:600px)and (max-width:767px){.easy-steps:nth-child(4) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:320px)and (max-width:599px){.easy-steps:nth-child(4) .steps-connect .steps-connect-img-block:after{display:none}}.easy-steps:nth-child(5) .steps-connect .steps-connect-img-block:after{content:url(/static/media/steps-arrow-right1-1.b77974e7f83f9ab20153.svg);display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);transform:translate(100%,-50%)}@media(min-width:992px)and (max-width:1023px){.easy-steps:nth-child(5) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:768px)and (max-width:991px){.easy-steps:nth-child(5) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:600px)and (max-width:767px){.easy-steps:nth-child(5) .steps-connect .steps-connect-img-block:after{display:none}}@media(min-width:320px)and (max-width:599px){.easy-steps:nth-child(5) .steps-connect .steps-connect-img-block:after{display:none}}.steps-connect .steps-connect-img-block{margin-bottom:40px;position:relative;text-align:center}.steps-connect .steps-connect-title{color:#525866;font-family:Inter,"sans-serif";font-size:20px;font-weight:600;line-height:28px;margin-bottom:16px;text-align:center}.steps-connect .sub-dsc-text{text-align:center}.common-card-wrap.view-map-card .view-map-block .map-card-head-title{color:#525866;font-family:Inter,"sans-serif";font-size:18px;font-weight:500;line-height:24px;margin-bottom:16px;padding:0 16px}.common-card-wrap.view-map-card .view-map-block .map-box{display:inline;height:420px;width:100%}.common-card-wrap.view-map-card .view-map-block .providers-view-all{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:8px}.common-card-wrap.view-map-card .view-map-block .providers-view-all p{color:#525866;font-size:14px;font-weight:500;line-height:20px;margin-bottom:0}.common-card-wrap.view-map-card .view-map-block .providers-view-all .view-all-btn{color:#0c2340;font-size:12px;font-weight:400;line-height:16px;min-width:auto;padding:0;text-decoration:underline;text-transform:inherit}.common-card-wrap.view-map-card .view-map-block .providers-view-all .view-all-btn .MuiTouchRipple-root{display:none}.common-card-wrap.view-map-card .view-map-block .client-view-all{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:4px}.common-card-wrap.view-map-card .view-map-block .client-view-all p{color:#525866;font-size:14px;font-weight:500;line-height:20px;margin-bottom:0}.common-card-wrap.view-map-card .view-map-block .client-view-all .view-all-btn{color:#0c2340;font-size:12px;font-weight:400;line-height:16px;min-width:auto;padding:0;text-decoration:underline;text-transform:inherit}.common-card-wrap.view-map-card .view-map-block .client-view-all .view-all-btn .MuiTouchRipple-root{display:none}.common-card-wrap.view-map-card .view-map-block .card-slider{margin-bottom:16px}.common-card-wrap.view-map-card .view-map-block .card-slider .mySwiper{padding-bottom:25px}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card{background-color:#fff;border:1px solid #e2e4e9;border-radius:8px;box-shadow:0 1px 2px #e4e5e7;padding:16px;width:calc(100% - 35px)}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card .provider-name-img{align-items:center;display:flex;gap:8px;margin-bottom:8px}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card .provider-name-img img{height:100%;max-height:24px;max-width:24px;width:100%}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card .provider-name-img h5{color:#000;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;line-height:24px;margin-bottom:0}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card .provider-details .provider-detail-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:8px}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card .provider-details .provider-detail-list p{margin-bottom:0}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card .provider-details .provider-detail-list p.service-name{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:500;line-height:16px}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card .provider-details .provider-detail-list p.service-detail{color:#0a0d14;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card .details-chat-btn{display:flex;gap:8px}.common-card-wrap.view-map-card .view-map-block .card-slider .company-details-card .details-chat-btn button{justify-content:space-between;text-transform:inherit;width:100%}.common-card-wrap.view-map-card .view-map-block .card-slider .swiper-pagination{bottom:0}.common-card-wrap.view-map-card .view-map-block .card-slider .swiper-pagination .swiper-pagination-bullet-active{background:#0c2340}.client-datatable-wrap .common-table-wrap,.client-datatable-wrap .common-table-wrap .MuiTableContainer-root{overflow-x:visible;overflow-x:initial}@media(max-width:767px){.dashboard-content-wrapper .MuiGrid2-root{width:100%}.common-card-wrap.total-revenue-card .total-revenue-card-body{padding:25px 0}}.zoombtn{display:flex;float:right;gap:5px}.text_capitalize{text-transform:capitalize}.open-dashboard-modal .MuiDialog-container .MuiDialog-paper{max-width:1000px!important}.open-dashboard-modal .MuiDialogContent-root{overflow-x:auto}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.subscription-plan-tabs .MuiTabs-scroller .MuiTabs-flexContainer{border:1px solid #e2e4e9;border-radius:8px;display:inline-flex}.subscription-plan-tabs .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root{background-color:#fff;border-bottom-left-radius:8px;border-right:1px solid #e2e4e9;border-top-left-radius:8px;color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;letter-spacing:.6px;text-transform:capitalize}.subscription-plan-tabs .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root:last-child{border-radius:8px;border-bottom-right-radius:8px;border-right:0;border-top-right-radius:8px}.subscription-plan-tabs .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected{background-color:#f5f9f9;color:#0a0d14;font-family:Inter,"sans-serif"}.subscription-plan-tabs .MuiTabs-scroller .MuiTabs-indicator{display:none}.subscription-plan-wrap .css-19kzrtu{padding:0}.subscription-plan-tabpanel{padding:24px 0}.subscription-plan-tabpanel .tabpanel-control-header{align-items:center;display:flex;gap:16px;justify-content:space-between}.subscription-plan-tabpanel .tabpanel-control-header .control-header-left .plan-label{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;letter-spacing:1.1px;line-height:24px}.subscription-plan-tabpanel .tabpanel-control-header .control-header-left .plan-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:18px;font-weight:500;letter-spacing:1.1px;line-height:24px}.subscription-plan-tabpanel .tabpanel-control-header .control-header-left .badge{align-items:center;background-color:#e6f8ee;border-radius:20px;color:#44c997;display:flex;font-size:14px;font-weight:700;margin-top:8px;padding:6px 12px}.subscription-plan-tabpanel .tabpanel-control-header .control-header-right{align-items:center;display:flex;gap:16px}.plan-status-progress-block{display:flex;flex-direction:column;gap:16px;margin:16px 0}.plan-status-progress-block .total-client-count{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px}.plan-status-progress-block .lefts-client-count{color:#df1c41;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;text-align:end}.plan-status-progress-block .barstatus-level{align-items:center;display:flex;gap:8px}.plan-status-progress-block .barstatus-level .bar{background-color:#e2e4e9;border-radius:2px;height:6px;min-width:16px;width:100%}.plan-status-progress-block .barstatus-level .bar.active_bar{background-color:#38c793}.plan-specifications-block{display:flex;flex-direction:column;gap:20px;margin:16px 0}.plan-specifications-block .plan-specifications-list{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.plan-specifications-block .plan-specifications-list .specifications-label{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;line-height:24px}.plan-specifications-block .plan-specifications-list .specifications-value{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;line-height:24px}.plan-card{background-color:#fff;border:1px solid #e2e4e9;border-radius:8px;display:flex;flex-direction:column;height:100%;padding:30px}@media(min-width:992px)and (max-width:1023px){.plan-card{padding:16px}}@media(min-width:768px)and (max-width:991px){.plan-card{padding:16px}}@media(min-width:600px)and (max-width:767px){.plan-card{padding:16px}}@media(min-width:320px)and (max-width:599px){.plan-card{padding:16px}}.plan-card .plan-logo{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:16px}.plan-card .plan-logo img{height:100%;max-height:48px;max-width:48px;width:100%}.plan-card .plan-logo .badge{align-items:center;background-color:#e6f8ee;border-radius:20px;color:#44c997;display:flex;font-size:14px;font-weight:700;padding:6px 12px}.plan-card .plan-logo .icon{font-size:14px;margin-right:6px}.plan-card .plan-name{color:#0a0d14;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;letter-spacing:1.5px;line-height:32px;margin-bottom:16px}@media(min-width:992px)and (max-width:1023px){.plan-card .plan-name{font-size:18px;line-height:24px}}@media(min-width:768px)and (max-width:991px){.plan-card .plan-name{font-size:18px;line-height:24px}}@media(min-width:600px)and (max-width:767px){.plan-card .plan-name{font-size:18px;line-height:24px}}@media(min-width:320px)and (max-width:599px){.plan-card .plan-name{font-size:18px;line-height:24px}}.plan-card .monthly-plan-price .plan-price{color:#0a0d14;font-family:Inter,"sans-serif";font-size:42px;font-weight:500;letter-spacing:1.5px;line-height:32px}@media(min-width:992px)and (max-width:1023px){.plan-card .monthly-plan-price .plan-price{font-size:18px;line-height:24px}}@media(min-width:768px)and (max-width:991px){.plan-card .monthly-plan-price .plan-price{font-size:18px;line-height:24px}}@media(min-width:600px)and (max-width:767px){.plan-card .monthly-plan-price .plan-price{font-size:18px;line-height:24px}}@media(min-width:320px)and (max-width:599px){.plan-card .monthly-plan-price .plan-price{font-size:18px;line-height:24px}}.plan-card .monthly-plan-price .monthly-plan{font-size:24px;line-height:32px}.plan-card .dsc-label,.plan-card .monthly-plan-price .monthly-plan{color:#0a0d14;font-family:Inter,"sans-serif";font-weight:500;letter-spacing:1.5px}.plan-card .dsc-label{font-size:18px;line-height:24px;margin-bottom:16px}@media(min-width:992px)and (max-width:1023px){.plan-card .dsc-label{font-size:16px}}@media(min-width:768px)and (max-width:991px){.plan-card .dsc-label{font-size:16px}}@media(min-width:600px)and (max-width:767px){.plan-card .dsc-label{font-size:16px}}@media(min-width:320px)and (max-width:599px){.plan-card .dsc-label{font-size:16px}}.plan-card .plan-dsc-list{display:flex;flex-direction:column;gap:12px}.plan-card .plan-dsc-list .dsc-list-items{align-items:flex-start;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;gap:4px;letter-spacing:1.1px;line-height:24px}@media(min-width:992px)and (max-width:1023px){.plan-card .plan-dsc-list .dsc-list-items{font-size:14px;letter-spacing:.5px}}@media(min-width:768px)and (max-width:991px){.plan-card .plan-dsc-list .dsc-list-items{font-size:14px;letter-spacing:.5px}}@media(min-width:600px)and (max-width:767px){.plan-card .plan-dsc-list .dsc-list-items{font-size:14px;letter-spacing:.5px}}@media(min-width:320px)and (max-width:599px){.plan-card .plan-dsc-list .dsc-list-items{font-size:14px;letter-spacing:.5px}}.plan-card .plan-action{margin-top:auto;padding-top:16px}.plan-card .plan-action .MuiButton-root{width:100%}.cancel-subscriptio-modal .MuiDialog-container .MuiDialog-paper{border-radius:16px;box-shadow:0 16px 32px -12px rgba(88,92,95,.102);max-width:440px}.cancel-subscriptio-modal .MuiDialog-container .MuiDialog-paper .dialog-action-footer{border-top:1px solid #e2e4e9;padding:16px 20px}.cancel-subscriptio-modal .cancel-subscriptio-dialog-body .cancel-subscriptio-dialog-header{align-items:flex-start;display:flex;gap:16px}.cancel-subscriptio-modal .cancel-subscriptio-dialog-body .cancel-subscriptio-dialog-header .cancel-subscriptio-dialog-title h4{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;letter-spacing:1.1px;line-height:24px}.cancel-subscriptio-modal .cancel-subscriptio-dialog-body .cancel-subscriptio-dialog-header .cancel-subscriptio-dialog-title .cancel-subscriptio-subtitle{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;letter-spacing:.6px;line-height:20px}.cancel-subscriptio-modal .cancel-subscriptio-dialog-body .cancel-subscriptio-dialog-content{display:flex;flex-direction:column;gap:16px;margin-top:16px}.cancel-subscriptio-modal .cancel-subscriptio-dialog-body .cancel-subscriptio-dialog-content .MuiFormControlLabel-root{align-items:flex-start;border:1px solid #e2e4e9;border-radius:16px;display:flex;justify-content:space-between;margin-left:0;padding:12px;width:100%}.cancel-subscriptio-modal .cancel-subscriptio-dialog-body .cancel-subscriptio-dialog-content .MuiFormControlLabel-root .MuiRadio-root{padding:0 8px}.cancel-subscriptio-modal .cancel-subscriptio-dialog-body .cancel-subscriptio-dialog-content .radio-label{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px}.cancel-subscriptio-modal .cancel-subscriptio-dialog-body .cancel-subscriptio-dialog-content .radio-sub-label{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px}#amazon_pay-tab,#cashapp-tab{display:none}.paynow-btn{display:flex;gap:5px}.mb-10{margin-bottom:10px}.common-card-wrap.total-revenue-card{padding:0!important}.common-card-wrap.total-revenue-card .total-revenue-card-head{align-items:center;border-bottom:1px solid #e2e4e9;display:flex;gap:16px;justify-content:space-between;padding:25px}.common-card-wrap.total-revenue-card .total-revenue-card-head .revenue-card-head-title{font-family:Inter,"sans-serif";font-size:18px;font-weight:500;line-height:24px}.common-card-wrap.total-revenue-card .total-revenue-card-head .revenue-card-head-menu{align-items:center;background-color:#f5f9f9;border-radius:4px;display:flex;font-family:Inter,"sans-serif";height:43px;justify-content:center;min-width:43px}.common-card-wrap.total-revenue-card .total-revenue-card-body{padding:25px}.common-card-wrap.service-dashboard-sub-card{border-radius:8px!important;height:100%;padding:0!important}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-head{align-items:center;display:flex;gap:16px;justify-content:space-between;padding:16px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-head .revenue-card-head-title{align-items:center;color:#0c2340;display:flex;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;gap:8px;line-height:24px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-head .revenue-card-head-menu{align-items:center;background-color:#fff;border:1px solid #e2e4e9;border-radius:6px;color:#525866;display:flex;font-family:Inter,"sans-serif";height:32px;justify-content:center;max-width:66px;padding:6px;text-transform:capitalize;width:100%}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body{padding:0 16px 16px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box{align-items:center;border:1px solid #e2e4e9;border-radius:4px;display:flex;gap:12px;margin-bottom:16px;padding:16px 8px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box:last-child{margin-bottom:0}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box .avatar-icon{height:100%;max-height:40px;max-width:40px;width:100%}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box .name-email{flex:1 1}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box .name-email h4{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;margin-bottom:4px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box .name-email p{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px;margin:0}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box .name-time{display:flex;gap:12px;justify-content:space-between;width:100%}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box .name-time p.time{color:#525866;font-size:12px;font-weight:400;line-height:16px;margin-bottom:0}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box .name-time .name-email h4{align-items:center;display:flex;gap:8px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box .name-time .name-email h4 span{background-color:#38c793;border-radius:100%;color:#fff;font-size:11px;font-weight:500;line-height:12px;max-width:16px;padding:2px;text-align:center;width:100%}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box button{border:1px solid #e2e4e9;min-width:auto;padding:10px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .recent-inqu-box button img{height:100%;max-height:20px;max-width:20px;width:100%}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body hr{margin-bottom:16px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .gold-plan-count-box{display:flex;justify-content:space-between}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .gold-plan-count-box .gold-plan-count-txt{margin-bottom:16px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .gold-plan-count-box .gold-plan-count-txt h3{color:#0a0d14;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;line-height:32px;margin-bottom:4px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .gold-plan-count-box .gold-plan-count-txt h5{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;line-height:24px;margin-bottom:4px}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .gold-plan-count-box .gold-plan-count-txt h5 span{color:#0a0d14;font-weight:500}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .gold-plan-count-box .gold-plan-count-txt p{color:#df1c41;font-size:12px;font-weight:400;line-height:16px;margin-bottom:0}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .gold-plan-count-box .gold-plan-icon{background-color:#fef3eb;border-radius:40px;height:100%;max-height:44px;max-width:44px;padding:10px;width:100%}.common-card-wrap.service-dashboard-sub-card .total-revenue-card-body .gold-plan-count-box .gold-plan-icon img{height:100%;max-height:24px;max-width:24px;width:100%}.common-card-wrap.service-dashboard-sub-card.recent-chat .recent-inqu-box{border:none;margin-bottom:10px}.common-card-wrap.service-dashboard-sub-card.recent-chat .recent-inqu-box:last-child{margin-bottom:0}@media(min-width:768px)and (max-width:991px){.select-signup-field{width:100%}}@media(min-width:600px)and (max-width:767px){.select-signup-field{width:100%}}@media(min-width:320px)and (max-width:599px){.select-signup-field{width:100%}}.select-signup-field .MuiButtonBase-root.select-menu-btn{background-color:#0000;color:#0a0d14;font-family:Inter,"sans-serif";font-size:18px;font-weight:500;letter-spacing:1.5px;line-height:24px;text-transform:capitalize;white-space:nowrap}.select-signup-field .MuiButtonBase-root.select-menu-btn .MuiButton-icon img{filter:invert(1)}.select-signup-field .MuiFormControl-root{margin:0}.select-signup-field .MuiFormControl-root .MuiInput-underline:before{display:none}.select-signup-field .MuiFormControl-root .MuiInput-underline.Mui-focused:after,.select-signup-field .MuiFormControl-root .MuiInput-underline:after,.select-signup-field .MuiFormControl-root .MuiInput-underline:hover:after{border:0}.select-signup-field .MuiFormControl-root .MuiInput-underline .MuiSvgIcon-root{background-image:url(/static/media/selectdownArrow.c03a4ac1a8f23e382c3c.svg);background-position:50%;background-repeat:no-repeat;background-size:60% 100%;color:#0000}.select-signup-field .MuiFormControl-root .MuiInput-underline .MuiSelect-select{color:#0a0d14;font-family:Inter,"sans-serif";font-size:18px;font-weight:500;letter-spacing:.6px;line-height:24px}.customized-menu-popup.client-menu-popup .MuiPaper-root .MuiList-root .menu-items{align-items:center;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:600;gap:10px;padding:10px 16px}@media(min-width:320px)and (max-width:599px){.customized-menu-popup.client-menu-popup .MuiPaper-root .MuiList-root .menu-items{font-size:14px;font-weight:500;padding:6px 10px}}.customized-menu-popup.client-menu-popup .MuiPaper-root .MuiList-root .menu-items .selected-lang{margin-left:0}.card-status-head{margin-bottom:34px}.total-num-counting{margin-top:10px}.total-num-counting .total-num-label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;letter-spacing:.6px;line-height:20px}.total-num-counting .total-num--value{align-items:center;color:#0c2340;display:flex;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;gap:10px;letter-spacing:1.5px;line-height:32px}.total-num-counting .total-num--value.active .disc-value{background-color:#d7f4e9;color:#176448}.total-num-counting .total-num--value.active .disc-value,.total-num-counting .total-num--value.inactive .disc-value{border-radius:30px;font-family:Inter,"sans-serif";font-size:12px;font-weight:500;letter-spacing:2px;line-height:12px;padding:2px 5px;text-align:center}.total-num-counting .total-num--value.inactive .disc-value{background-color:#f9ced6;color:#df1c41}.progress-container{align-items:center;background:#0000;border-radius:2px;display:flex;gap:4px;padding:5px;width:100%}.progress-bar{background:#e2e4e9;border-radius:3px;height:24px;min-width:3px;transition:background .3s ease-in-out;width:100%}.filled{background:#38c793}.filter-drawer-wrap .filter-drawer .filter-label-box{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.filter-drawer-wrap .filter-drawer .filter-label-box label{margin-bottom:0}.filter-drawer-wrap .filter-drawer .filter-label-box button{color:#0c2340;font-size:12px;font-weight:500;line-height:16px;min-width:auto;padding:0;text-transform:capitalize}.filter-drawer-wrap .filter-drawer .MuiRadioGroup-root .MuiFormControlLabel-root .MuiButtonBase-root{padding:0 9px}.filter-drawer-wrap .filter-drawer .MuiRadioGroup-root .MuiFormControlLabel-root .MuiButtonBase-root span{color:#0c2340}.filter-drawer-wrap .filter-drawer .MuiRadioGroup-root .MuiFormControlLabel-root .MuiButtonBase-root .MuiTouchRipple-root{display:none}.filter-drawer-wrap .filter-drawer .MuiRadioGroup-root .MuiFormControlLabel-root .MuiTypography-root{color:#525866;font-size:14px;font-weight:400;line-height:20px}.filter-drawer-wrap .filter-drawer .MuiFormControl-root{margin:0}.filter-drawer-wrap .filter-drawer .MuiFormControl-root .MuiInputBase-root .MuiSelect-select{color:#868c98;font-size:16px;font-weight:400;padding:10.5px 14px}.filter-drawer-wrap .filter-drawer .add-client-body hr{border-color:#a6a6a6;margin-bottom:16px}.provider-list-main-box .provider-list-box{background-color:#fff;border:1px solid #e2e4e9;border-radius:8px;box-shadow:0 1px 2px #e4e5e7;padding:16px}.provider-list-main-box .provider-list-box .provider-name-img{align-items:center;display:flex;gap:8px;margin-bottom:8px}.provider-list-main-box .provider-list-box .provider-name-img img{height:100%;max-height:24px;max-width:24px;width:100%}.provider-list-main-box .provider-list-box .provider-name-img h5{color:#000;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;line-height:24px;margin-bottom:0}.provider-list-main-box .provider-list-box .provider-details .provider-detail-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:8px}.provider-list-main-box .provider-list-box .provider-details .provider-detail-list p{margin-bottom:0}.provider-list-main-box .provider-list-box .provider-details .provider-detail-list p.service-name{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:500;line-height:16px}.provider-list-main-box .provider-list-box .provider-details .provider-detail-list p.service-detail{color:#0a0d14;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px}.provider-list-main-box .provider-list-box .details-chat-btn{display:flex;gap:8px}.provider-list-main-box .provider-list-box .details-chat-btn button{padding:6px 0;text-transform:inherit;width:100%}@media(max-width:767px){.provider-list-main-box .MuiGrid2-root{width:100%}.provider-list-main-box .provider-list-box .details-chat-btn{flex-wrap:wrap}}.filter-drawer-wrap{height:100%;width:100%}.service-filter-drawer .MuiDrawer-paperAnchorRight{border-bottom-left-radius:10px;border-top-left-radius:10px;width:320px!important}.common-card-wrap.service-dashboard-sub-card .housing-box .gold-plan-count-box{align-items:center;margin-bottom:16px}.common-card-wrap.service-dashboard-sub-card .housing-box .gold-plan-count-box .gold-plan-count-txt{margin-bottom:0}.common-card-wrap.service-dashboard-sub-card .housing-box button{width:100%}.h-100{height:100%}.change-your-need-modal .MuiDialog-container .MuiPaper-root{border-radius:6px;max-width:442px;width:100%}.change-your-need-modal .MuiDialog-container .MuiPaper-root .MuiDialogActions-root{gap:12px;padding:16px 20px}.change-your-need-modal .MuiDialog-container .MuiPaper-root .MuiDialogActions-root button{margin-left:0}.change-your-need-modal #customized-dialog-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;line-height:24px}.change-your-need-modal #customized-dialog-title .subtitle{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400}.change-your-need-modal .greatest-list-block{padding-left:0}.change-your-need-modal .greatest-list-block .MuiFormGroup-root .MuiFormControlLabel-root,.change-your-need-modal .greatest-list-block .MuiFormGroup-root .MuiFormControlLabel-root .MuiCheckbox-root{color:#0c2340}.change-your-need-modal .greatest-list-block .MuiFormGroup-root .MuiFormControlLabel-root .MuiTypography-root{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px}.total-revenue-card-body.housing-box .housing-listing-block{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.total-revenue-card-body.housing-box .housing-listing-block .housing-listing-item{align-items:center;display:flex;gap:16px;justify-content:space-between}.total-revenue-card-body.housing-box .housing-listing-block .housing-listing-item .housing-listing-label{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;line-height:24px}.total-revenue-card-body.housing-box .housing-listing-block .housing-listing-item .housing-listing-value{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;line-height:24px}.card-status-head{display:flex;gap:16px;justify-content:space-between}.card-status-head .status-profile{align-items:center;border:1px solid #e2e4e9;border-radius:50%;display:flex;height:40px;justify-content:center;min-width:40px;width:40px}.card-status-head .status-counting{display:flex;flex-direction:column;gap:16px}.card-status-head .status-counting .status-counting-items{align-items:center;display:flex;gap:16px}.card-status-head .status-counting .status-counting-items .status-avatar-badge{align-items:center;border-radius:50%;display:flex;height:20px;justify-content:center;min-width:20px;position:relative;width:20px}.card-status-head .status-counting .status-counting-items .status-avatar-badge .active-badge{background-color:#38c793;border:2px solid #fff;border-radius:50%;bottom:0;display:block;height:8px;min-width:8px;position:absolute;right:-3px;width:8px}.card-status-head .status-counting .status-counting-items .status-avatar-badge .inactive-badge{background-color:#ff1f00;border:2px solid #fff;border-radius:50%;bottom:0;display:block;height:8px;min-width:8px;position:absolute;right:-3px;width:8px}.card-status-head .status-counting .status-counting-items .status-avatar-badge img{height:100%;object-fit:cover;width:100%}.card-status-head .status-counting .status-counting-items .status-counting-label,.card-status-head .status-counting .status-counting-items .status-counting-label .status-counting-value{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400}.client-common-card-wrap{display:flex;flex-direction:column}.client-common-card-wrap .total-num-counting{margin-top:auto}.client-common-card-wrap .total-num-counting .total-num-label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;letter-spacing:.6px;line-height:20px}.client-common-card-wrap .total-num-counting .total-num--value{align-items:center;color:#0c2340;display:flex;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;gap:10px;letter-spacing:1.5px;line-height:32px}.client-common-card-wrap .total-num-counting .total-num--value.active .disc-value{background-color:#d7f4e9;border-radius:30px;color:#176448;font-family:Inter,"sans-serif";font-size:12px;font-weight:500;letter-spacing:2px;line-height:12px;padding:2px 5px;text-align:center}.client-common-card-wrap .total-num-counting .total-num--value.inactive .disc-value{background-color:#f9ced6;border-radius:30px;color:#df1c41;font-family:Inter,"sans-serif";font-size:12px;font-weight:500;letter-spacing:2px;line-height:12px;padding:2px 5px;text-align:center}.signup-subscription-plan .plan-header{text-align:center}.signup-subscription-plan .plan-header .header-title{margin:0 auto 16px;max-width:500px}.signup-subscription-plan .plan-header .header-title h3{color:#525866;font-size:24px;font-weight:500;line-height:32px;margin-bottom:16px}.signup-subscription-plan .plan-header .header-title p{color:#525866;font-size:14px;font-weight:400;line-height:20px;margin-bottom:0}.signup-subscription-plan .plan-header .subscription-plan-tabs{align-items:center;display:flex;justify-content:center;max-height:36px;min-height:auto}.signup-subscription-plan .plan-header .subscription-plan-tabs .MuiTabs-scroller{max-height:36px;min-height:auto}.signup-subscription-plan .plan-header .subscription-plan-tabs .MuiTabs-scroller .MuiTabs-flexContainer{background-color:#f6f8fa;border:none;border-radius:10px;gap:4px;justify-content:center;max-height:36px;max-width:320px;min-height:auto;padding:4px;width:100%}.signup-subscription-plan .plan-header .subscription-plan-tabs .MuiTabs-scroller .MuiTabs-flexContainer button.MuiButtonBase-root{border:none;border-radius:6px;color:#868c98;max-height:28px;max-width:154px;min-height:auto;padding:4px;width:100%}.signup-subscription-plan .plan-header .subscription-plan-tabs .MuiTabs-scroller .MuiTabs-flexContainer button.MuiButtonBase-root.Mui-selected{background-color:#fff;color:#0a0d14}.signup-subscription-plan .plan-header .subscription-plan-tabs .MuiTabs-scroller .MuiTabs-flexContainer button .MuiTouchRipple-root{display:none}.signup-subscription-plan .subscription-plan-tabpanel .plan-card{border-color:#cdd0d5;padding:32px;transition:all .5s ease}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-logo{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-logo img{height:100%;max-height:48px;max-width:48px;width:100%}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-logo .badge{align-items:center;background-color:#e6f8ee;border-radius:20px;color:#44c997;display:flex;font-size:14px;font-weight:700;padding:6px 12px}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-logo .icon{font-size:14px;margin-right:6px}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-logo .recommended-box{background-color:#effaf6;border-radius:6px;padding:4px 8px 4px 4px}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-logo .recommended-box p{align-items:center;color:#38c793;display:flex;font-size:12px;font-weight:500;gap:4px;margin-bottom:0}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-logo .recommended-box p img{max-height:16px;max-width:16px}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-name{margin-bottom:18px}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-dsc-list{gap:16px}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-dsc-list .dsc-list-items{gap:8px}.signup-subscription-plan .subscription-plan-tabpanel .plan-card .plan-action button{max-height:44px;padding:10px 16px}.signup-subscription-plan .subscription-plan-tabpanel .plan-card:hover{border-color:#0c2340;box-shadow:0 16px 32px -12px rgba(88,92,95,.102)}.customized{font-size:25px;font-weight:600}.loaderCenter{align-items:center;display:flex;height:100vh;justify-content:center}.plan-desc{font-size:18px!important;line-height:30px!important}.plan-desced{font-size:12px!important;line-height:20px!important;margin-top:10px}.provider-list-main-box .provider-list-box .provider-details .provider-detail-list p.service-detail a{color:#0c2340;cursor:pointer;text-decoration-color:#0c2340}.provider-list-main-box .provider-list-box .provider-details .provider-detail-list p.service-detail a svg{color:#0c2340}.provider-list-main-box .provider-list-box .provider-details .provider-detail-list p.service-detail svg{max-height:16px;max-width:16px}.provider-list-main-box .provider-list-box .provider-details .provider-detail-list p.service-detail svg.fill{color:#f2ae40}.provider-list-main-box .provider-list-box .provider-details .provider-detail-list p.service-detail svg.unfill{color:#cdd0d5}.subnavbar-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.subnavbar-wrapper .subnavbar-left .subnav-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:18px;font-weight:500;letter-spacing:1.5px;line-height:24px;margin:0 0 8px}.subnavbar-wrapper .subnavbar-left .subnav-sub-title{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;letter-spacing:.6px;line-height:20px;margin:0}.add-sub-admin-wrapper{height:100%}.add-sub-admin-wrapper .add-sub-admin-header{background-color:#fff;border-bottom:1px solid #e2e4e9;padding:16px;position:sticky;right:0;top:0;z-index:1}.add-sub-admin-wrapper .add-sub-admin-header .sub-admin-header{align-items:center;display:flex;gap:16px;justify-content:space-between}.add-sub-admin-wrapper .add-sub-admin-header .sub-admin-header .drawer-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;line-height:24px;margin-bottom:0}.add-sub-admin-wrapper .add-sub-admin-header .sub-admin-header .drawer-close-btn{min-width:34px}.add-sub-admin-wrapper .add-sub-admin-header .drawer-subtitle{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:24px}.add-sub-admin-wrapper .add-sub-admin-drawer-body{padding:16px}.add-sub-admin-wrapper .add-sub-admin-drawer-body .upload-profile-block{align-items:flex-start;display:flex;gap:16px}.add-sub-admin-wrapper .add-sub-admin-drawer-body .upload-profile-block .upload-user-img{border-radius:50%;height:64px;min-width:64px;overflow:hidden;width:64px}.add-sub-admin-wrapper .add-sub-admin-drawer-body .upload-profile-block .upload-user-img img{height:100%;object-fit:cover;width:100%}.add-sub-admin-wrapper .add-sub-admin-drawer-body .upload-profile-block .upload-user-info-block{display:flex;flex-direction:column;gap:4px}.add-sub-admin-wrapper .add-sub-admin-drawer-body .upload-profile-block .upload-user-info-block .user-img-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;line-height:24px;margin-bottom:0}.add-sub-admin-wrapper .add-sub-admin-drawer-body .upload-profile-block .upload-user-info-block .user-img-size{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400}.add-sub-admin-wrapper .add-sub-admin-drawer-body .upload-profile-block .upload-user-info-block .upload-img-btn{border:1px solid #e2e4e9;border-radius:6px;color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;margin-top:8px;max-width:70px;padding:6px;text-align:center}.add-sub-admin-wrapper .add-sub-admin-drawer-body .block-label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500}.add-sub-admin-wrapper .add-sub-admin-drawer-body .block-label span{color:#ff1f00}.add-sub-admin-wrapper .add-sub-admin-footer{align-items:center;background-color:#fff;border-top:1px solid #e2e4e9;bottom:0;display:flex;gap:16px;justify-content:flex-end;padding:16px;position:sticky;right:0;z-index:1}.add-sub-admin-wrapper .add-sub-admin-footer .MuiButtonBase-root.Mui-disabled{background-color:#f6f8fa;border-color:#f6f8fa;color:#cdd0d5}.permission-block{grid-gap:24px 24px;display:grid;gap:24px 24px;grid-template-columns:auto auto}.permission-block .permission-block-items{border:1px solid #e2e4e9;border-radius:4px;padding:16px}.permission-block .permission-block-items .permission-block-title{align-items:center;color:#0a0d14;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;gap:8px}.right-line:after{margin-left:10px;margin-right:-50%}.left-line:before,.right-line:after{border-top:1px solid #e2e4e9;content:"";display:inline-block;height:.5em;vertical-align:bottom;width:46%}.left-line:before{margin-left:-50%;margin-right:10px}.devider-line{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;margin:16px 0;text-align:center}.select-avatar-list{align-items:center;display:flex;flex-wrap:wrap;gap:16px;padding:16px 0}.select-avatar-list label{border:2px solid #0000;border-radius:50%;cursor:pointer;display:flex;height:48px;justify-content:center;min-width:48px;width:48px}.select-avatar-list label img{border-radius:50%;object-fit:cover}input[type=radio]:checked+label{border:2px solid #0c2340}.permission-block-title{align-items:center;color:#0a0d14;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;gap:8px}.permission-block-checklist{margin-left:30px}@media(min-width:768px)and (max-width:991px){.permission-block-checklist{margin-left:0}}@media(min-width:600px)and (max-width:767px){.permission-block-checklist{margin-left:0}}@media(min-width:320px)and (max-width:599px){.permission-block-checklist{margin-left:0}}.permission-block-checklist .MuiRadioGroup-root .MuiFormControlLabel-root .MuiTypography-root{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:400}.permission-accordion-block{display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.permission-accordion-block .MuiPaper-root{border:1px solid #e2e4e9;border-radius:6px;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239)}.permission-accordion-block .MuiPaper-root:before{display:none}.permission-accordion-block .MuiPaper-root:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px}.permission-accordion-block .MuiPaper-root:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px;margin:0}.upload-data-btn{min-width:40px!important;padding:8px!important}.client-connection-wrap .Client-Connection-tab{margin-bottom:24px}.client-connection-wrap .Client-Connection-tab .MuiTabs-root,.client-connection-wrap .Client-Connection-tab .MuiTabs-root .MuiTabs-flexContainer,.client-connection-wrap .Client-Connection-tab .MuiTabs-root .MuiTabs-flexContainer button{max-height:36px;min-height:auto}.client-connection-wrap .provider-list-box .provider-details .provider-detail-list p.service-detail a{color:#0c2340;cursor:pointer;text-decoration-color:#0c2340}.client-connection-wrap .provider-list-box .provider-details .provider-detail-list p.service-detail a svg{color:#0c2340}.client-connection-wrap .provider-list-box .provider-details .provider-detail-list p.service-detail svg{max-height:16px;max-width:16px}.client-connection-wrap .provider-list-box .provider-details .provider-detail-list p.service-detail svg.fill{color:#f2ae40}.client-connection-wrap .provider-list-box .provider-details .provider-detail-list p.service-detail svg.unfill{color:#cdd0d5}.chat-files{background-color:#fff;border:1px solid #e2e4e9;display:flex;flex-direction:column;gap:8px;padding:5px}.chat-files,.chat-image{border-radius:8px;margin-top:5px}.chat-image{height:auto;width:150px}.chat-file-link{color:#007bff;display:block;font-size:14px;margin-top:5px;text-decoration:none}.chat-file-link:hover{text-decoration:underline}.chat-page .left-side{border-bottom:1px solid #e2e4e9;border-left:1px solid #e2e4e9;border-top:1px solid #e2e4e9;padding:16px}.chat-page .left-side .chat-list-header{margin-bottom:8px;padding:8px}.chat-page .left-side .chat-list-header h4{align-items:center;display:flex;font-size:14px;font-weight:500;gap:6px;line-height:20px;margin-bottom:0}.chat-page .left-side .chat-list-header h4 img{height:100%;max-height:20px;max-width:20px;width:100%}.chat-page .left-side .chat-search-box{margin-bottom:8px}.chat-page .left-side .chat-search-box form{border:1px solid #e2e4e9;border-radius:6px;box-shadow:none;max-height:40px;padding:10px;width:100%}.chat-page .left-side .chat-search-box form svg{color:#868c98;max-height:20px;max-width:20px}.chat-page .left-side .chat-list-box{height:100%;max-height:500px;overflow:auto}.chat-page .left-side .chat-list-box::-webkit-scrollbar{border-radius:4px;width:4px}.chat-page .left-side .chat-list-box::-webkit-scrollbar-track{background:#e2e4e9;border-radius:4px}.chat-page .left-side .chat-list-box::-webkit-scrollbar-thumb{background:#868c98;border-radius:4px}.chat-page .left-side .chat-list-box::-webkit-scrollbar-thumb:hover{background:#525866;border-radius:4px}.chat-page .left-side .chat-list-box .chat-list{align-items:center;background-color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239);display:flex;gap:8px;margin-bottom:8px;padding:16px}.chat-page .left-side .chat-list-box .chat-list:last-child{margin-bottom:0}.chat-page .left-side .chat-list-box .chat-list.active{background-color:#ebf1ff}.chat-page .left-side .chat-list-box .chat-list .profile-img{height:40px;min-width:40px;width:40px}.chat-page .left-side .chat-list-box .chat-list .profile-img img{border-radius:50%;height:100%;object-fit:cover;width:100%}.chat-page .left-side .chat-list-box .chat-list .name-sort-msg{flex:1 1;width:100%}.chat-page .left-side .chat-list-box .chat-list .name-sort-msg .name-time{align-items:center;display:flex;flex-wrap:wrap;gap:4px;justify-content:space-between;margin-bottom:4px}.chat-page .left-side .chat-list-box .chat-list .name-sort-msg .name-time .name{align-items:center;color:#0a0d14;display:flex;font-size:14px;font-weight:500;gap:8px;line-height:20px;margin-bottom:0}.chat-page .left-side .chat-list-box .chat-list .name-sort-msg .name-time .name .msg-count{background-color:#38c793;border-radius:100px;color:#fff;font-size:12px;font-weight:500;line-height:12px;padding:2px;text-align:center;width:16px}.chat-page .left-side .chat-list-box .chat-list .name-sort-msg .name-time .time{color:#525866;font-size:12px;font-weight:400;line-height:16px;margin-bottom:0}.chat-page .left-side .chat-list-box .chat-list .name-sort-msg .msg-notification p{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#525866;display:-webkit-box;font-size:12px;font-weight:400;line-height:16px;margin-bottom:0;overflow:hidden}.chat-page .right-side{border:1px solid #e2e4e9}.chat-page .right-side .chat-details-box .chat-details-header{align-items:center;background-color:#ebf1ff;display:flex;flex-wrap:wrap;gap:8px;padding:16px}.chat-page .right-side .chat-details-box .chat-details-header .chat-name-img{align-items:center;display:flex;flex:1 1;gap:8px}.chat-page .right-side .chat-details-box .chat-details-header .chat-name-img .chat-profile-img{position:relative}.chat-page .right-side .chat-details-box .chat-details-header .chat-name-img .chat-profile-img img{object-fit:cover}.chat-page .right-side .chat-details-box .chat-details-header .chat-name-img .chat-profile-img .chat-status-icon{align-items:center;background-color:#fff;border-radius:100%;bottom:0;display:flex;height:12px;justify-content:center;padding:2px;position:absolute;right:0;width:12px}.chat-page .right-side .chat-details-box .chat-details-header .chat-name-img .chat-profile-img .chat-status-icon p{background-color:#38c793;border-radius:100%;height:6px;margin:0;width:6px}.chat-page .right-side .chat-details-box .chat-details-header .chat-name-img .chat-profile-name h4{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px}.chat-page .right-side .chat-details-box .chat-details-header .chat-name-img .chat-profile-name p{color:#525866;font-size:12px;font-weight:400;line-height:16px;margin-bottom:0}.chat-page .right-side .chat-details-box .chat-details-header .btn-grp{align-items:center;display:flex;gap:8px}.chat-page .right-side .chat-details-box .chat-details-header .btn-grp button{min-width:auto}.chat-page .right-side .chat-details-box .chat-details-header .btn-grp button .MuiTouchRipple-root{display:none}.chat-page .right-side .chat-details-box .chat-details-header .btn-grp button.delete-btn{background-color:#fff;border:1px solid #df1c41;box-shadow:0 1px 2px 0 rgba(233,53,53,.078);max-height:36px;max-width:36px;padding:8px}.chat-page .right-side .chat-details-box .chat-details-header .btn-grp button.delete-btn img{color:#df1c41}.chat-page .right-side .chat-details-box .chat-details-tabs-box .MuiTabs-root{height:52px;min-height:auto;padding:0 16px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer{gap:24px;height:52px;min-height:auto}.chat-page .right-side .chat-details-box .chat-details-tabs-box .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button{flex-direction:row;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;gap:8px;height:52px;line-height:20px;min-height:auto;min-width:auto;padding:0;text-transform:capitalize}.chat-page .right-side .chat-details-box .chat-details-tabs-box .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button img{margin:0}.chat-page .right-side .chat-details-box .chat-details-tabs-box .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button.Mui-selected{color:#0a0d14}.chat-page .right-side .chat-details-box .chat-details-tabs-box .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button .MuiTouchRipple-root{display:none}.chat-page .right-side .chat-details-box .chat-details-tabs-box .MuiTabs-root .MuiTabs-scroller .MuiTabs-indicator{background-color:#0a0d14;border-top-left-radius:8px;border-top-right-radius:8px;height:4px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box{display:flex;flex-direction:column}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box{display:inline-block;height:100%;max-height:calc(100vh - 395px);min-height:calc(100vh - 395px);overflow:auto}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box.media-chats-box,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box.media-chats-box{max-height:calc(100vh - 324px);min-height:calc(100vh - 324px);overflow-y:auto}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box::-webkit-scrollbar,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box::-webkit-scrollbar{width:5px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box .receive-msg-box,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box .receive-msg-box{align-items:flex-start;display:flex;gap:8px;justify-content:flex-start;margin-bottom:8px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box .receive-msg-box .msg p,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box .receive-msg-box .msg p{background-color:#c8c9cb;border-radius:6px;color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px;padding:8px 16px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box .receive-msg-box .msg p:last-child,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box .receive-msg-box .msg p:last-child{margin-bottom:0}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box .sent-msg-box,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box .sent-msg-box{align-items:flex-start;display:flex;gap:8px;justify-content:flex-end;margin-bottom:8px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box .sent-msg-box .msg,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box .sent-msg-box .msg{max-width:75%}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box .sent-msg-box .msg p,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box .sent-msg-box .msg p{background-color:#615ef0;border-radius:6px;color:#fff;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px;padding:8px 16px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .chats-box .sent-msg-box .msg p:last-child,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .chats-box .sent-msg-box .msg p:last-child{margin-bottom:0}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .type-message-box,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .type-message-box{align-items:center;bottom:0;display:flex;gap:24px;padding:32px 0 0;position:sticky}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .type-message-box form,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .type-message-box form{border-radius:6px;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239);flex:1 1;max-height:40px}@media(min-width:320px)and (max-width:599px){.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .type-message-box form .MuiButtonBase-root,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .type-message-box form .MuiButtonBase-root{max-width:75px}}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .type-message-box .media-file-btn,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .type-message-box .media-file-btn{cursor:pointer;margin-right:8px;max-height:32px}.permanently-delete-dialog.end-chat-dialog .MuiPaper-root .MuiDialogContent-root .delete-permanently .delete-icon{background-color:#effaf6}.permanently-delete-dialog.end-chat-dialog .MuiPaper-root .MuiDialogContent-root .delete-permanently .delete-icon img{height:24px;width:24px}@media(max-width:899px){.chat-page .left-side{border-bottom:none;border-right:1px solid #e2e4e9}}@media(max-width:599px){.chat-page .left-side{padding:8px;width:100%}.chat-page .left-side .chat-list-box .chat-list{padding:8px}.chat-page .right-side{width:100%}.chat-page .right-side .chat-details-box .chat-details-header{align-items:normal;flex-direction:column;padding:8px}.chat-page .right-side .chat-details-box .chat-details-header .chat-name-img{flex:1 1}.chat-page .right-side .chat-details-box .chat-details-tabs-box .MuiTabs-root{padding:0 8px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root{padding:16px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .type-message-box,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .type-message-box{gap:8px}.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-0 .MuiBox-root .chat-data-box .type-message-box form,.chat-page .right-side .chat-details-box .chat-details-tabs-box .h-100 #simple-tabpanel-1 .MuiBox-root .chat-data-box .type-message-box form{min-width:164px;width:100%}}.chats-box.media-chats-box .media-all-chat-files .all-chat-files-header{align-items:center;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;gap:4px;line-height:20px;margin-bottom:16px}.chats-box.media-chats-box .media-all-chat-files .all-chat-files-header.doc-files{border-bottom:1px solid #e2e4e9}.chats-box.media-chats-box .media-all-chat-files .img-card-file{background-color:#fff;border:1px solid #e2e4e9;border-radius:8px;padding:5px}.chats-box.media-chats-box .media-all-chat-files .img-card-file img{width:100%}.chats-box.media-chats-box .media-all-chat-files .document-file{border:1px solid #e2e4e9;border-radius:12px;padding:12px;width:100%}.chats-box.media-chats-box .media-all-chat-files .document-file .document-img{align-items:center;display:flex;gap:12px}.chats-box.media-chats-box .media-all-chat-files .document-file .document-img .document-file-text .file-text-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;word-break:break-all}.chats-box.media-chats-box .media-all-chat-files .document-file .document-img .document-file-text .document-file-size{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px}.chats-msg-files .document-file{border:1px solid #e2e4e9;border-radius:12px;max-width:230px;padding:12px;width:100%}.chats-msg-files .document-file .document-img{align-items:center;display:flex;gap:12px}.chats-msg-files .document-file .document-img .document-file-text .file-text-title{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:145px}.chats-msg-files .document-file .document-img .document-file-text .document-file-size{color:#525866;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px}.chats-msg-files .img-card-file{background-color:#fff;border:1px solid #e2e4e9;border-radius:8px;max-width:230px;padding:5px;width:100%}.chats-msg-files .img-card-file img{width:100%}.common-dialog-wrapper .MuiDialog-container .MuiDialog-paper{border-radius:8px;max-width:756px!important;width:100%}.common-dialog-wrapper .MuiDialog-container .MuiDialog-paper .common-dialog-title{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;letter-spacing:.176px;line-height:24px}.common-dialog-wrapper .dialog-footer{align-items:center;border-top:1px solid #e2e4e9;display:flex;gap:16px;justify-content:flex-end;padding:24px 24px 20px}.chat-page .left-side .accordian-box .MuiPaper-root{background-color:#0000;border-radius:0;margin-bottom:16px}.chat-page .left-side .accordian-box .MuiPaper-root:last-child{margin-bottom:0}.chat-page .left-side .accordian-box .MuiPaper-root:before{display:none}.chat-page .left-side .accordian-box .MuiPaper-root .MuiAccordion-heading .MuiButtonBase-root{min-height:auto;padding:0}.chat-page .left-side .accordian-box .MuiPaper-root .MuiAccordion-heading .MuiButtonBase-root .MuiAccordionSummary-content{margin:0}.chat-page .left-side .accordian-box .MuiPaper-root .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordionDetails-root{padding:0}.service-personal-details{margin-top:50px}.service-personal-details .block-label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500}.service-personal-details .block-label span{color:#ff1f00}.subadmin-profile .edit-profile .user-profile-take{align-items:center;background-color:#fff;border:1px dashed #e2e4e9;border-radius:50%;bottom:0;cursor:pointer;display:flex;height:32px;justify-content:center;min-width:32px;padding:6px;position:absolute;right:0;width:32px;z-index:1}.mandatory_icon{padding:5px}.loader-wrapper{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.loader-wrapper:after{background-color:#000;content:"";height:100%;opacity:.4;width:100%;z-index:1000}.loading{animation:loading 1s linear infinite;border-color:#0c2340 #fff #f2ae40;border-radius:50%;border-style:solid;border-width:5px;height:60px;width:60px}@keyframes loading{to{transform:rotate(1turn)}}.loader-block{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000000}.form-container{margin-top:84px;padding:24px}.form-title,.question-card{margin-bottom:16px}.question-card{margin-top:24px}.question-header{align-items:center;display:flex;justify-content:space-between}.form-field-container{background-color:#f5f5f5;margin-bottom:16px;padding:16px}.subquestion-container{background-color:#f0f8ff;border-left:2px solid #1976d2;margin-top:16px;padding:16px}.nested-subquestion-container{background-color:#e6f7ff;border-left:2px solid #69c0ff;margin-top:16px;padding:16px}.form-option-container{background-color:#fff0f6;border-left:2px solid #ff85c0;margin-top:16px;padding:16px}.nested-form-container{background-color:#f9f0ff;border-left:2px solid #b37feb;margin-top:16px;padding:16px}.mt-1{margin-top:8px}.mt-3{margin-top:3px}.mt-2{margin-top:16px}.mb-2{margin-bottom:16px}.ml-1{margin-left:8px}.ml-n1{margin-left:-8px}.ml-2{margin-left:16px}.ml-3{margin-left:24px}.ml-4{margin-left:32px}.ml-5{margin-left:40px}.ml-6{margin-left:48px}.my-2{margin-bottom:16px;margin-top:16px}.output-container{margin-bottom:40px;margin-top:24px}.output-code{overflow:auto;white-space:pre-wrap}.profile-cover-block.client-settings{margin-bottom:0;position:relative}.profile-cover-block.client-settings .subadmin-profile-block{border-top-left-radius:12px;border-top-right-radius:12px;height:150px;overflow:hidden;padding:0;position:relative}.profile-cover-block.client-settings .subadmin-profile-block .cover-img{border-top-left-radius:12px;border-top-right-radius:12px;height:100%;object-fit:cover;width:100%}.profile-cover-block.client-settings .subadmin-profile-block .upload-new-cover-img{align-items:center;display:flex;gap:16px;position:absolute;right:26px;text-align:end;top:24px}.profile-cover-block.client-settings .subadmin-profile-block .upload-new-cover-img .text h4{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;margin:0}.profile-cover-block.client-settings .subadmin-profile-block .upload-new-cover-img .text p{color:#868c98;font-family:Inter,"sans-serif";font-size:12px;font-weight:400;line-height:16px;margin:0}.profile-cover-block.client-settings .subadmin-profile-block .upload-new-cover-img .upload-img-btn{background-color:#fff;border-radius:8px;height:100%;max-height:40px;max-width:40px;min-width:auto;padding:8px;width:100%}.profile-cover-block.client-settings .subadmin-profile{bottom:-30px;height:80px;left:24px;min-width:80px;position:absolute;width:80px;z-index:1}.profile-cover-block.client-settings .subadmin-profile img{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-cover-block.client-settings .subadmin-profile .edit-profile{height:80px;min-width:80px;position:relative;width:80px}.profile-cover-block.client-settings .subadmin-profile .edit-profile .edit-profile-btn{align-items:center;background-color:#fff;border:1px dotted #cdd0d5;border-radius:100%;bottom:10px;display:flex;height:100%;justify-content:center;max-height:32px;max-width:32px;min-width:auto;padding:8px;position:absolute;right:-16px;width:100%}.profile-cover-block.client-settings .subadmin-profile .edit-profile .edit-profile-btn img{height:100%;max-height:16px;max-width:16px;width:100%}.setting-form-box{padding-top:60px}.setting-form-box .service-personal-details{margin-top:60px}.setting-form-box .form-field-box{margin-top:32px}.setting-form-box .form-field-box label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;margin-bottom:4px}.setting-form-box .form-field-box label span{color:#df1c41}.setting-form-box .form-field-box .MuiFormControl-root,.setting-form-box .form-field-box .MuiFormControl-root .MuiInputBase-root{max-height:40px}.setting-form-box .form-field-box .MuiFormControl-root .MuiInputBase-root input{font-family:Inter,"sans-serif";max-height:40px;padding:10px 12px}.setting-form-box .form-field-box .MuiFormControl-root .MuiInputBase-root input:disabled{background-color:#f6f8fa}.setting-form-box .form-field-box .MuiFormControl-root .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border-color:#e2e4e9;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239)}.setting-form-box .form-field-box .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root{border-left:none;border-right:1px solid #e2e4e9;padding-right:12px}.setting-form-box .form-field-box .MuiFormControl-root.no-line .MuiInputBase-root .MuiInputAdornment-root{border-left:none;border-right:none;padding:0}.setting-form-box .form-field-box .MuiOutlinedInput-root{max-height:40px}.setting-form-box .form-field-box .MuiOutlinedInput-root .MuiSelect-select{max-height:40px;padding:10px 38px 10px 12px}.setting-form-box .form-field-box .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#e2e4e9;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239)}.setting-form-box .form-field-box .MuiOutlinedInput-root .MuiInputAdornment-root{border-left:1px solid #e2e4e9}.setting-form-box .form-field-box .react-tel-input{min-height:40px}.setting-form-box .form-field-box .react-tel-input input{font-family:Inter,"sans-serif";min-height:40px;padding:10px 12px 10px 48px;width:100%}.setting-form-box .form-field-box .react-tel-input .flag-dropdown{background-color:#fff}.setting-form-box .submit-btn-grp{align-items:center;display:flex;flex-wrap:wrap;font-family:Inter,"sans-serif";gap:16px;justify-content:end;margin-top:32px}.setting-form-box .submit-btn-grp .delete-btn{border-color:#df1c41;color:#df1c41;font-family:Inter,"sans-serif"}.permanently-delete-dialog .MuiPaper-root{border-radius:16px;max-width:440px}.permanently-delete-dialog .MuiPaper-root .MuiDialogContent-root{padding:20px}.permanently-delete-dialog .MuiPaper-root .MuiDialogContent-root .delete-permanently{align-items:flex-start;display:flex;gap:16px}.permanently-delete-dialog .MuiPaper-root .MuiDialogContent-root .delete-permanently .delete-icon{background-color:#fdedf0;border-radius:10px;padding:8px}.permanently-delete-dialog .MuiPaper-root .MuiDialogContent-root .delete-permanently .delete-icon img{max-height:24px;max-width:24px}.permanently-delete-dialog .MuiPaper-root .MuiDialogContent-root .delete-permanently .delete-text h4{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;line-height:24px;margin-bottom:4px}.permanently-delete-dialog .MuiPaper-root .MuiDialogContent-root .delete-permanently .delete-text p{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px;margin-bottom:0}.permanently-delete-dialog .MuiPaper-root .delete-actions-grp{flex-wrap:wrap;gap:16px;padding:16px 20px}.permanently-delete-dialog .MuiPaper-root .delete-actions-grp button{font-family:Inter,"sans-serif";margin:0}.privacy-security-box h4{color:#0a0d14;font-family:Inter,"sans-serif";font-size:24px;font-weight:500;line-height:32px;margin-bottom:8px}.privacy-security-box p{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px;margin-bottom:32px}.privacy-security-box .security-box .security-details-box{align-items:center;border:1px solid #e2e4e9;border-radius:6px;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:24px;padding:16px}.privacy-security-box .security-box .security-details-box:last-child{margin-bottom:0}.privacy-security-box .security-box .security-details-box .text-details .icon-name{align-items:center;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;gap:6px;line-height:20px;margin-bottom:8px}.privacy-security-box .security-box .security-details-box .text-details .late-change-date{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px;margin-bottom:0}.privacy-security-box .security-box .security-details-box .button-details{align-items:end;display:flex;flex-direction:column;font-family:Inter,"sans-serif";gap:8px}.privacy-security-box .security-box .security-details-box .button-details button{border-color:#e2e4e9;color:#525866;font-family:Inter,"sans-serif";min-width:auto}.privacy-security-box .security-box .security-details-box .button-details .edit-pass-secure{align-items:center;display:flex;gap:8px}.privacy-security-box .security-box .security-details-box .button-details .edit-pass-secure p{font-family:Inter,"sans-serif";margin-bottom:0}.privacy-security-box .security-box .security-details-box .button-details .edit-pass-secure .password{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px}.privacy-security-box .security-box .security-details-box .button-details .edit-pass-secure .very-secure{color:#38c793;font-family:Inter,"sans-serif";font-size:12px;font-weight:500;line-height:16px}.permanently-delete-dialog.change-password-dialog .change-password-header{padding:16px}.permanently-delete-dialog.change-password-dialog .change-password-header .change-password-title{align-items:center;display:flex;gap:8px}.permanently-delete-dialog.change-password-dialog .change-password-header .change-password-title h2{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500;line-height:24px;margin-bottom:4px;padding:0}.permanently-delete-dialog.change-password-dialog .change-password-header p{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px;margin-bottom:0}.permanently-delete-dialog.change-password-dialog .MuiPaper-root .MuiDialogContent-root{padding:16px}.permanently-delete-dialog.change-password-dialog .MuiPaper-root .MuiDialogContent-root .change-password-box .change-pass-fields{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}.permanently-delete-dialog.change-password-dialog .MuiPaper-root .MuiDialogContent-root .change-password-box .change-pass-fields:last-child{margin-bottom:0}.permanently-delete-dialog.change-password-dialog .MuiPaper-root .MuiDialogContent-root .change-password-box .change-pass-fields label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;margin-bottom:0}.permanently-delete-dialog.change-password-dialog .MuiPaper-root .MuiDialogContent-root .change-password-box .change-pass-fields .MuiFormControl-root{margin:0;max-height:40px;width:100%}.permanently-delete-dialog.change-password-dialog .MuiPaper-root .MuiDialogContent-root .change-password-box .change-pass-fields .MuiFormControl-root .MuiInputBase-root{max-height:40px}.permanently-delete-dialog.change-password-dialog .MuiPaper-root .MuiDialogContent-root .change-password-box .change-pass-fields .MuiFormControl-root .MuiInputBase-root input{font-family:Inter,"sans-serif";padding-bottom:9px;padding-top:9px}.permanently-delete-dialog.change-password-dialog .MuiPaper-root .MuiDialogContent-root .change-password-box .change-pass-fields .MuiFormControl-root .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border-color:#e2e4e9;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239)}.add-sub-admin-drawer-body .MuiTabs-root .MuiTabs-scroller .MuiTabs-list .MuiButtonBase-root{color:#0c2340;font-size:16px;font-weight:500;text-transform:capitalize}.add-sub-admin-drawer-body .MuiTabs-root .MuiTabs-scroller .MuiTabs-indicator{background-color:#0c2340}.faqs-wrapper{padding:64px 0}.faq-accordian{display:flex;flex-direction:column;gap:16px}.faq-accordian .MuiPaper-root{border-radius:4px;margin:0}.faq-accordian .MuiPaper-root:before{display:none}.faq-accordian .MuiPaper-root.Mui-expanded{margin-top:0}.faq-accordian .MuiPaper-root .MuiAccordion-heading .MuiButtonBase-root{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:500}.faq-accordian .MuiPaper-root .MuiAccordion-heading .MuiButtonBase-root span{margin:4px 0}.faq-accordian .MuiPaper-root .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordion-region .MuiAccordionDetails-root .ans-text{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:400}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwY.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;src:url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4yOqhMva.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;src:url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4yGqhMva.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;src:url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4yCqhMva.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;src:url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4y6qhA.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;src:url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko70yyygA.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;src:url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko50yyygA.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;src:url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yyygA.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;src:url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.logo{cursor:pointer}.container{max-width:1540px}.container__md{max-width:90%}input[type=password]::-ms-clear,input[type=password]::-ms-reveal{display:none}input:focus{box-shadow:none;outline:0}.MuiFormControlLabel-root .MuiRadio-root.Mui-checked{color:#0c2340}.drawer-form-h{display:flex;flex-direction:column;height:calc(100% - 90px);justify-content:space-between}.remove-field-btn{margin-bottom:7px!important;min-width:34px!important;padding:0!important}.title-slogan-text{color:#0c2340;font-family:Inter,"sans-serif";font-size:20px;font-weight:600;line-height:28px;margin-bottom:5px;text-transform:uppercase}@media(min-width:320px)and (max-width:599px){.title-slogan-text{font-size:18px;line-height:24px}}.title-text{color:#0a0d14;font-family:Inter,"sans-serif";font-size:48px;font-weight:600;line-height:56px}@media(min-width:992px)and (max-width:1023px){.title-text{font-size:32px;line-height:40px}}@media(min-width:768px)and (max-width:991px){.title-text{font-size:32px;line-height:40px}}@media(min-width:600px)and (max-width:767px){.title-text{font-size:32px;line-height:40px}}@media(min-width:320px)and (max-width:599px){.title-text{font-size:32px;line-height:40px}}.title-bottom-border{background-color:#0c2340;height:4px;margin-bottom:16px;width:147px}.sub-dsc-text{color:#525866;font-family:Plus Jakarta Sans;font-size:16px;font-weight:500;line-height:24px}@media(min-width:768px)and (max-width:991px){.sub-dsc-text{font-size:14px;line-height:20px}}@media(min-width:600px)and (max-width:767px){.sub-dsc-text{font-size:14px;line-height:20px}}@media(min-width:320px)and (max-width:599px){.sub-dsc-text{font-size:14px;line-height:20px}}.MuiCheckbox-root{padding:0 10px}.MuiCheckbox-root.Mui-checked,.MuiCheckbox-root.MuiCheckbox-indeterminate{color:#0c2340!important}.input-form-field-wrapper{display:flex;flex-direction:column;margin-bottom:16px;position:relative}.input-form-field-wrapper label{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;margin-bottom:5px}.input-form-field-wrapper label span{color:#ff1f00}.input-form-field-wrapper label .label-note{color:#868c98;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;letter-spacing:.6px}.input-form-field-wrapper .error-message{border-color:#df1c41;color:#df1c41;font-family:Inter,"sans-serif";font-size:12px;font-weight:400}.input-form-field-wrapper .out-label-input-text{margin-top:0}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl{border-radius:8px}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputBase-input{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;padding:10.5px 14px}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputBase-input.textarea-input-field{padding:0}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputBase-input:-webkit-autofill{background-repeat:no-repeat;background-size:cover;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputBase-input:hover{background-color:#f5f9f9;border-radius:8px}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiOutlinedInput-notchedOutline{border-color:#e2e4e9;border-width:1px}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputAdornment-positionStart{margin-right:0}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputAdornment-positionStart .MuiButtonBase-root{margin-left:0}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputAdornment-positionStart .input-group-text-label{border-right:1px solid #e2e4e9;padding:10px 10px 10px 0}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputAdornment-positionStart .input-group-contry-code .MuiFormControl-root{margin:0;min-width:80px}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputAdornment-positionStart .input-group-contry-code .MuiFormControl-root .MuiOutlinedInput-root{border:0;border-radius:0}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputAdornment-positionStart .input-group-contry-code .MuiFormControl-root .MuiOutlinedInput-root .MuiSelect-select{border-left:0;padding-left:0}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputAdornment-positionStart .input-group-contry-code .MuiFormControl-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:0;border-right:1px solid #e2e4e9}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputAdornment-positionStart .input-group-contry-code .MuiFormControl-root .MuiOutlinedInput-root .MuiSvgIcon-root{background-image:url(/static/media/selectdownArrow.c03a4ac1a8f23e382c3c.svg);background-position:50%;background-repeat:no-repeat;background-size:60% 100%;color:#0000}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl .MuiInputAdornment-positionEnd .MuiButtonBase-root{margin:0}.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl.Mui-focused .MuiOutlinedInput-notchedOutline,.input-form-field-wrapper .out-label-input-text .MuiInputBase-formControl:hover .MuiOutlinedInput-notchedOutline{border-color:#e2e4e9}.input-form-field-wrapper .out-label-input-text.file-copy-input-text .MuiOutlinedInput-root .MuiOutlinedInput-input{border-right:1px solid #e2e4e9}.input-form-field-wrapper .MuiAutocomplete-root .out-label-input-text .MuiInputBase-root{padding:0}.input-form-field-wrapper .MuiAutocomplete-root .out-label-input-text .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator{background-image:url(/static/media/selectdownArrow.c03a4ac1a8f23e382c3c.svg);background-position:50%;background-repeat:no-repeat;background-size:60% 100%;color:#0000}.input-form-field-wrapper .input-icon{height:20px;pointer-events:none;position:absolute;right:12px;top:63%;transform:translateY(-50%);width:20px}.input-form-field-wrapper textarea:hover{background-color:#f5f9f9;border-radius:8px}.input-form-field-wrapper .add-sub-cate-textfield{align-items:center;display:flex;gap:10px}.input-form-field-wrapper .react-tel-input .form-control{border:1px solid #e2e4e9;border-radius:8px;color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;height:44px;padding-left:60px;width:100%}.input-form-field-wrapper .react-tel-input .form-control:focus{box-shadow:none;outline:0}.input-form-field-wrapper .react-tel-input .form-control:hover{background-color:#f5f9f9;border-radius:8px}.input-form-field-wrapper .react-tel-input .flag-dropdown{background-color:#fff;border:1px solid #e2e4e9;border-radius:8px;border-bottom-right-radius:0;border-top-right-radius:0;min-width:45px}.input-form-field-wrapper .react-tel-input .flag-dropdown.open{border-radius:6px 0 0 6px}.input-form-field-wrapper .react-tel-input .flag-dropdown .selected-flag{border-radius:6px 0 0 6px;padding:0 0 0 14px}.input-form-field-wrapper .react-tel-input .flag-dropdown .selected-flag .flag .arrow{display:none}.input-form-field-wrapper .react-tel-input .country-list{border-radius:6px}.input-form-field-wrapper.datepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root{border-radius:8px;padding:0}.input-form-field-wrapper.datepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input{color:#525866;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;margin-left:40px;padding:10.5px 14px}.input-form-field-wrapper.datepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline,.input-form-field-wrapper.datepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:#e2e4e9}.input-form-field-wrapper.datepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root:hover{background-color:#f5f9f9;border-radius:8px}.input-form-field-wrapper.datepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root{position:absolute}.input-form-field-wrapper.datepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root .MuiButtonBase-root{background-image:url(/static/media/calendar.e348d18698ffa572777b.svg);background-position:50%;background-repeat:no-repeat;background-size:60% 100%;color:#0000;margin-right:0}.input-form-field-wrapper.timepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root{border-radius:8px;padding:0}.input-form-field-wrapper.timepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input{color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:400;margin-left:40px;padding:10.5px 14px}.input-form-field-wrapper.timepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline,.input-form-field-wrapper.timepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:#e2e4e9}.input-form-field-wrapper.timepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root{position:absolute}.input-form-field-wrapper.timepicker-field-wrapper .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root .MuiButtonBase-root{background-position:50%;background-repeat:no-repeat;background-size:60% 100%;color:#0000;margin-right:0}.select-input-text-end{width:150px}.select-input-text-end .MuiInputBase-root{border-bottom-left-radius:0!important;border-left:1px solid #e2e4e9;border-top-left-radius:0!important;color:#0a0d14;font-family:Inter,"sans-serif";font-size:16px;font-weight:400}.select-input-text-end .MuiInputBase-root:after,.select-input-text-end .MuiInputBase-root:before{display:none}.select-input-text-end .MuiInputBase-root .MuiSvgIcon-root{background-image:url(/static/media/selectdownArrow.c03a4ac1a8f23e382c3c.svg);background-position:50%;background-repeat:no-repeat;background-size:60% 100%;color:#0000}.au-title-text{color:#fff;font-family:Plus Jakarta Sans;font-size:48px;font-weight:600;line-height:56px}@media(min-width:992px)and (max-width:1023px){.au-title-text{font-size:32px;line-height:40px}}@media(min-width:768px)and (max-width:991px){.au-title-text{font-size:32px;line-height:40px}}@media(min-width:600px)and (max-width:767px){.au-title-text{font-size:32px;line-height:40px}}@media(min-width:320px)and (max-width:599px){.au-title-text{font-size:32px;line-height:40px}}.au-sub-dsc-text{color:#fff;font-family:Plus Jakarta Sans;font-size:18px;font-weight:400;line-height:26px}@media(min-width:768px)and (max-width:991px){.au-sub-dsc-text{font-size:14px;line-height:20px}}@media(min-width:600px)and (max-width:767px){.au-sub-dsc-text{font-size:14px;line-height:20px}}@media(min-width:320px)and (max-width:599px){.au-sub-dsc-text{font-size:14px;line-height:20px}}.au-sub-title{color:#868c98;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;letter-spacing:.6px;line-height:20px;margin:0}.custom-scrollbar::-webkit-scrollbar{border-radius:6px;width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f3f3f3;border-radius:6px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e2e4e9;border-radius:6px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#868c98}.MuiAutocomplete-listbox .MuiListItem-root .MuiListItemText-root .MuiTypography-root{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400}.common-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px;padding:12px}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root{background-color:#fff}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;padding:12px;white-space:nowrap}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .user-name-block{align-items:center;display:flex;gap:16px;white-space:nowrap}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .user-name-block .user-name-img{border-radius:50%;height:40px;min-width:40px;position:relative;width:40px}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .user-name-block .user-name-img .user-verified-badge{position:absolute;right:-10px;top:-2px}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .user-name-block .user-name-img .user-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .user-name-block .user-name-text{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .td-actions-block{align-items:center;display:flex;gap:10px}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .td-actions-block .actions-btn{background-color:#0000;border:0;border-radius:0;min-width:34px}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .td-actions-block .actions-btn:focus{box-shadow:none;outline:0}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .td-status-block .status-badge{border-radius:30px;font-family:Inter,"sans-serif";font-size:12px;font-weight:500;padding:2px 8px;text-align:center}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .td-status-block .status-badge.active-badge{background-color:#bdf0dd;color:#176448}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .td-status-block .status-badge.inactive-badge{background-color:#fce5e9;color:#df1c41}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .file-info-wrapper{align-items:center;display:flex;justify-content:flex-start}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .file-upload-icon{margin-right:.5rem}.common-table-wrap .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .filename{cursor:pointer}.pagination-block{align-items:center;display:flex;gap:16px;justify-content:space-between;padding:30px 0}@media(min-width:768px)and (max-width:991px){.pagination-block{flex-wrap:wrap;justify-content:center}}@media(min-width:600px)and (max-width:767px){.pagination-block{flex-wrap:wrap;justify-content:center}}@media(min-width:320px)and (max-width:599px){.pagination-block{flex-wrap:wrap;justify-content:center}}.pagination-block .page-num,.pagination-block .page-num span{color:#525866;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;line-height:20px}.pagination-block .table-pagination .MuiPagination-ul li:first-child .MuiButtonBase-root.MuiPaginationItem-firstLast{border:0;border-radius:0}.pagination-block .table-pagination .MuiPagination-ul li:first-child .MuiButtonBase-root.MuiPaginationItem-firstLast .MuiSvgIcon-root{background-image:url(/static/media/right-2arrow.166e6dd6b7aaa6ff97cb.svg);background-position:50%;background-repeat:no-repeat;background-size:60% 100%;color:#0000;transform:scaleX(-1);-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1)}.pagination-block .table-pagination .MuiPagination-ul li .MuiButtonBase-root{align-items:center;background-color:#fff;border:1px solid #e2e4e9;border-radius:6px;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:400;height:32px;justify-content:center;line-height:20px;min-width:32px;width:32px}.pagination-block .table-pagination .MuiPagination-ul li .MuiButtonBase-root.Mui-selected{background-color:#e2e4e9;color:#0a0d14}.pagination-block .table-pagination .MuiPagination-ul li .MuiButtonBase-root.MuiPaginationItem-firstLast,.pagination-block .table-pagination .MuiPagination-ul li .MuiButtonBase-root.MuiPaginationItem-previousNext{border:0;border-radius:0}.pagination-block .table-pagination .MuiPagination-ul li .MuiButtonBase-root.MuiPaginationItem-firstLast .MuiSvgIcon-root{background-image:url(/static/media/right-2arrow.166e6dd6b7aaa6ff97cb.svg);background-position:50%;background-repeat:no-repeat;background-size:60% 100%;color:#0000}.pagination-block .select-pageno{border:1px solid #e2e4e9;border-radius:10px}.pagination-block .select-pageno .MuiInputBase-root{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px;padding:2px 10px}.pagination-block .select-pageno .MuiInputBase-root:after,.pagination-block .select-pageno .MuiInputBase-root:before{display:none}.pagination-block .select-pageno .MuiInputBase-root .MuiSvgIcon-root{background-image:url(/static/media/selectdownArrow.c03a4ac1a8f23e382c3c.svg);background-position:50%;background-repeat:no-repeat;background-size:60% 100%;color:#0000}.popup-footer{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;width:100%}.popup-footer .control-check .MuiFormControlLabel-label{color:#0a0d14;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;line-height:20px}.popup-footer .popup-footer-action{align-items:center;display:flex;gap:16px}.check-cercel.error-label{background-color:#ffe9e6}.actions-menu-popup .MuiPaper-root{border-radius:8px;box-shadow:0 5px 5px -3px #0003}.actions-menu-popup .MuiPaper-root .MuiMenu-list .MuiMenuItem-root{align-items:center;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;gap:16px;line-height:20px}.actions-menu-popup .MuiPaper-root .MuiMenu-list .MuiMenuItem-root:hover{color:#0a0d14}.verified-notify-block{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.verified-notify-block .verified-badge-notify{align-items:flex-start;color:#525866;display:flex;font-family:Inter,"sans-serif";font-size:14px;font-weight:500;gap:4px;letter-spacing:.6px;line-height:20px}.common-card-wrap{background-color:#fff;border:1px solid #e2e4e9;border-radius:16px!important;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239)!important;height:100%;padding:16px!important}.active-item{background-color:#f1f1f1}.active-item:before{background-color:#0c2340;border-bottom-right-radius:8px;border-top-right-radius:8px;content:"";height:20px;left:-15px;position:absolute;width:4px}.plan-icons-wrappered{align-items:flex-start;display:flex;flex-direction:column;font-size:.9rem;margin-bottom:.5rem}.plan-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin:.3rem 0}.plan-itemed{align-items:center;display:flex;font-style:italic;gap:.4rem}.plan-iconed{height:20px;object-fit:contain;width:20px}
/*# sourceMappingURL=main.073da5a6.css.map*/