body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0}body{font-family:Nunito}.login-form-container{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.login-form{background:#f3f3f5;border-radius:8px;height:auto;padding:48px;width:500px}.form-header{display:flex;gap:10px;justify-content:center}.form-header img{height:50px;width:28.56px}.form-header h1{color:#161616;font-size:38.087px;font-style:normal;font-weight:400;line-height:normal}.login-input{margin-top:16px}.login-input label{color:#181818;font-family:Nunito;font-size:13px;font-style:normal;font-weight:400}.login-input input{background:#fff;border:1px solid #cacace;border-radius:4px;padding:8px 16px 10px;width:100%}.login-input input::placeholder{color:#313135;font-family:Nunito;font-size:13px;font-style:normal;font-weight:400}.login-input input:focus{outline:0}.login-input span{color:red;font-size:13px;font-weight:500}.login-button{margin-top:16px}.login-button button{background:#0c8ae6;border:0;border-radius:4px;color:#fff;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;height:46px;line-height:16px;padding:8px 16px;width:100%}.login-label{color:#000;font-size:20px;font-weight:400;text-align:center}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar-tab{background:none;border:0;height:56px;text-align:left;width:100%}#side-bar-position{position:sticky!important;top:100px}.nav-link{align-items:center;color:#000;display:flex;gap:10px;opacity:.7}.nav-link img{width:20px}.nav-link.active{border-left:3px solid #141415!important;color:#000;opacity:1}.nav-link:hover{color:#141415}#header-style{background:#fff;height:80px;padding:16px 24px;position:sticky!important;top:0;z-index:3}.company-logo img{height:42px;width:24px}.company-logo h1{color:#161616;font-size:32px;font-style:normal;font-weight:400;margin-left:8px}#profile-icon{align-items:center;display:flex;gap:8px;justify-content:center}.dropdown-toggle:after{display:none}.profile-dropdown{padding:18px;text-align:center}.profile-dropdown p{color:#141415;font-weight:500}.profile-dropdown button,.profile-dropdown p{font-family:Nunito;font-size:16px;font-style:normal;line-height:22px}.profile-dropdown button{background:#0c8ae6;border:0;border-radius:4px;color:#fff;padding:4px 8px;width:100%}.dashboard-container{background:#f3f3f5;border:2px solid #f3f3f5;padding:24px}.total-signups{background:#fff!important;border-radius:12px;padding:24px 12px}.time-box{align-items:center;border:1px solid #cacace;border-radius:4px;cursor:pointer;display:flex;height:40px;justify-content:center;width:70px}.time-box p{color:#4e4e55;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.time-picker-container{display:flex;gap:16px}.date-box input{border:1px solid #cacace;border-radius:4px;color:#4e4e55;cursor:pointer;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;height:40px;line-height:22px;padding:4px 8px;position:relative;-webkit-user-select:none;user-select:none;width:141px}.date-box input:focus{outline:0}input[type=date]::-webkit-calendar-picker-indicator{border-radius:4px;cursor:pointer;filter:invert(.4);margin-right:2px;opacity:1;padding-left:105px;position:absolute;width:100%}.time-picker-form{display:flex;gap:10px}.active-date{background:#eaeaeb;background:var(--grey-01,#eaeaeb)}.users-count-cards{background:#fff;border:1px solid #eaeaeb;border-radius:12px;height:106px;margin-top:24px;padding:16px 24px;width:100%!important}.users-count-cards p{font-size:16px;line-height:22px}.users-count-cards h4,.users-count-cards p{color:#141415;font-family:Nunito;font-style:normal;font-weight:700}.users-count-cards h4{font-size:32px;line-height:44px}#hi{color:#9ed4faa1}.to-text{color:#181818;font-size:14px;position:relative;top:12px}.max-tab-text-position{position:relative;right:3px}.vs-referrals-label{background:#e0ebfd}.vs-referrals-label,.vs-waitlist-label{border-radius:24px;height:20px;width:20px}.vs-waitlist-label{background:#fce0dd}.overall-cards{background:#fff;border:1px solid #eaeaeb;border-radius:8px;padding:24px;width:100%}.card-title-text{color:#141415;font-family:Nunito;font-size:16px;font-style:normal;font-weight:700;line-height:22px;margin-bottom:24px}.ts-referrals-label{background:#0c8ae6}.ts-referrals-label,.ts-waitlist-label{border-radius:24px;height:20px;width:20px}.ts-waitlist-label{background:#9ed3fa}.graph-labels{display:flex;gap:7px}.graph-labels p{color:#313135;font-family:Nunito;font-size:14px;font-style:normal;font-weight:400;line-height:16px;padding-top:3px}.not-available-text{align-items:center;display:flex;font-size:13px;height:135px;margin-top:15px;text-align:center}#outer-card{background-color:#fff;border-radius:12px;margin-bottom:25px;padding:30px}#card-title-text{font-family:Poppins;font-size:16px;font-weight:500;line-height:22px}.card-container{display:flex;justify-content:space-between;width:100%}.card{border:1px solid #eaeaeb;border-radius:8px;display:flex;flex-direction:row;overflow:hidden;padding:20px;width:32%}#card-title{font-family:Poppins;font-size:16px;font-weight:400;line-height:22px}#card-data{font-family:Mulish;font-size:32px;font-weight:700;line-height:44px}.tiers-bar-graph-outer-card,.tiers-line-graph-outer-card{overflow:hidden}.node-sale-record-card,.tiers-bar-graph-outer-card,.tiers-line-graph-outer-card{border:1px solid #eaeaeb;border-radius:8px;margin-top:20px;padding:20px;width:100%}.page-title{font-family:Poppins;font-size:16px;font-weight:400;line-height:22px}.page-description{font-family:Mulish;font-size:32px;font-weight:700;line-height:44px}.cumulative-line-graph-outer-card{border:1px solid #eaeaeb;border-radius:8px;margin-top:20px;overflow:hidden;padding:20px;width:100%}.page-items.disabled{cursor:default;opacity:.5}.page-items.disabled .page-links{background-color:silver;pointer-events:none}.page-items.disabled:hover{color:inherit}.users-searching-section,.users-searching-section-container{display:flex;gap:16px;width:100%}@media screen and (max-width:1024px){.users-searching-section-container{align-items:start;display:flex;flex-direction:column;gap:16px;width:100%}}.users-searching-section label{color:#181818;font-family:Nunito;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.date-picker-input input{border:1px solid #cacace;border-radius:4px;color:#4e4e55;cursor:pointer;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;height:48px;line-height:22px;padding:8px 16px;position:relative;-webkit-user-select:none;user-select:none;width:187px}.date-picker-input input:focus{outline:0}.users-searching-section input[type=date]::-webkit-calendar-picker-indicator{border-radius:4px;cursor:pointer;filter:invert(.4);margin-right:2px;opacity:1;padding-left:140px;position:absolute;width:100%}.search-user-input{position:relative;top:24px;width:100%}.search-user-input input{border:1px solid #cacace;border-radius:4px;color:#4e4e55;cursor:pointer;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;height:48px;line-height:22px;padding:8px 16px;position:relative;-webkit-user-select:none;user-select:none;width:100%!important}.search-user-input input:focus{outline:0}.inquiry-filterBasisle{background:#fff;border-radius:8px;height:580px;margin-top:2rem;overflow:hidden}.inquiry-overflow{cursor:auto;overflow:scroll}.inquiry-overflow::-webkit-scrollbar{cursor:pointer;height:7px;width:7px}.inquiry-overflow::-webkit-scrollbar-thumb{background:#5a636da3;border-radius:4px;cursor:pointer}#filterBasisle-heading{font-weight:400!important}#filterBasisle-heading th{font-weight:400}.active-page{border:1px solid #0c8ae6;border-radius:4px}.page-items{color:#000!important;margin:5px}.page-items a{min-width:35px;width:auto}.page-links{align-items:center;background:#fff;border-radius:4px;color:#212b36;display:flex;font-size:14px;font-weight:700;height:32px;justify-content:center;padding:5px 4px;text-decoration:none;width:32px}@media screen and (max-width:520px){.page-items{color:#000!important;margin:3px}.page-items a{min-width:35px;width:auto}.page-links{align-items:center;background:#fff;border-radius:4px;color:#212b36;display:flex;font-size:12px;font-weight:700;height:30px;justify-content:center;padding:3px 2px;text-decoration:none;width:fit-content}}.export-user-btn{align-items:center;display:flex;justify-content:center}.export-user-btn button{background:none;border:1px solid #0c8ae6;border-radius:4px;color:#0c8ae6;cursor:pointer;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;height:48px;line-height:22px;padding:8px 16px;position:relative;top:12px;-webkit-user-select:none;user-select:none;width:129px}.list-table-height{height:550px;width:100%}@media screen and (max-width:850px){.users-searching-section{align-items:start;display:flex;flex-direction:column;gap:10px;width:100%}.search-user-input{position:relative;top:6px;width:100%}}.neutral-black-bg{background:#000}.blog-home-heading,.home-tab-btn{color:#fff}.blog-home-text{color:#313135;font-size:28px;font-weight:500;line-height:38px}.write-new-btn{background:#1974ce;border:0;border-radius:4px;color:#fff;font-size:16px;font-weight:500;height:48px;position:relative;width:210px}.three-dot{background:none;border:0;margin-left:1rem;width:24px}.home-tab-btn{background:none;border:0;font-size:16px;letter-spacing:-.011em;line-height:150%;margin-right:1rem;padding-bottom:.5rem;text-align:center;width:110px}.defult-active-btn,.home-tab-btn:active,.home-tab-btn:focus{border-bottom:4px solid #1974ce}#archive-down-bg{height:40px}#archive-down-bg .dropdown-item{color:#fff;display:flex;font-size:14px;height:22px!important;justify-content:space-between;padding-bottom:6px;padding-top:0}#archive-down-bg .dropdown-item:hover{background:none}#archive-down-bg{cursor:pointer}.blog-admin-container{max-width:1440px;padding:64px}.blogs-div{border-bottom:1px solid #313135;padding-bottom:1rem}.blog-card-img{border-radius:5px;height:160px;transition:all 1.5s ease-in-out;width:250px}.blog-card-img-overflow{border-radius:5px;overflow:hidden;position:relative;right:12px}.blog-card-img:hover{transform:scale(1.5)}.read-more-overflow{height:70px;overflow:hidden}.blog-title-text{font-family:Nunito;font-size:18px!important;font-weight:700;line-height:22px}.read-more-text{Size:16px;Line-height:22px;font-family:Nunito}.blog-read-more{color:#0c8ae6;font-family:Nunito;font-size:12px;line-height:16px}.blog-by{color:#f6f6f6;font-family:Montserrat,sans-serif!important;font-size:14px;font-weight:300;line-height:1.618}.blog-bottom-dot{bottom:22px;color:gray;font-size:30px;margin-left:-10px;margin-right:-1rem;opacity:.9;padding-left:0!important;position:relative}.posted-by{color:#fff;font-size:16px;font-weight:700}.blog-buttons{margin-left:2rem;margin-top:-.8rem}.blogs-margin-top{margin-top:2rem}.share-div{cursor:pointer;margin-top:-1rem}.date-div{display:flex;margin-bottom:-20px;margin-top:-10px}.date-dot{bottom:22px;font-size:30px;opacity:.9;padding-left:0;padding-right:10px;position:relative}.blog-searching{margin-bottom:64px}.blog-searching input{background:none;border:0;border-bottom:1px solid #4e4e55;border-bottom:1px solid var(--grey-06,#4e4e55);color:#fff;height:48px;padding:8px;width:97%}.blog-searching input:focus{color:#fff;outline:none}.blog-searching button{background:#1974ce;border:0;border-radius:4px;color:#fff;font-family:Archivo;font-size:16px;font-style:normal;font-weight:500;height:48px;line-height:normal;width:100%}.date-and-tag-flex{display:flex}.tag-btn-1,.tag-btn-2,.tag-btn-3{font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px}.tag-btn-4{background:#d2cdf4}.tag-btn-4,.tag-btn-5{border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-5{background:#cddbf4}.tag-btn-6{background:#f4e6cd;border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-7{background:#d2cdf4}.tag-btn-7,.tag-btn-8{border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-8{background:#cddbf4}.tag-btn-9{background:#f4e6cd;border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-10{background:#d2cdf4}.tag-btn-10,.tag-btn-11{border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-11{background:#cddbf4}.tag-btn-12{background:#f4e6cd;border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-13{background:#d2cdf4}.tag-btn-13,.tag-btn-14{border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-14{background:#cddbf4}.tag-btn-15{background:#f4e6cd;border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-16{background:#d2cdf4}.tag-btn-16,.tag-btn-17{border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-17{background:#cddbf4}.tag-btn-18{background:#f4e6cd;border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-19{background:#d2cdf4}.tag-btn-19,.tag-btn-20{border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-20{background:#cddbf4}.tag-btn-21{background:#f4e6cd;border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-22{background:#d2cdf4}.tag-btn-22,.tag-btn-23{border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-23{background:#cddbf4}.tag-btn-24{background:#f4e6cd;border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-25{background:#d2cdf4}.tag-btn-25,.tag-btn-26{border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-26{background:#cddbf4}.tag-btn-27{background:#f4e6cd;border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-28{background:#d2cdf4}.tag-btn-28,.tag-btn-29{border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-29{background:#cddbf4}.tag-btn-30{background:#f4e6cd;border:0;border-radius:4px;font-family:Montserrat,sans-serif,Galano-Grotesque;font-size:11px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}@media only screen and (min-width:1200px){.main-blog-card-text{margin-left:-3rem}}@media only screen and (min-width:520px){.blog-title-text{font-size:26px}}@media only screen and (max-width:519px){.blog-searching{margin:0}.date-and-tag-flex{display:inline;display:initial}.blogs-div{margin:1rem}.blog-buttons{margin-left:0;margin-top:-.8rem}.blog-card-text{width:110%}.blog-card-img{border-radius:20px;height:185px;margin-bottom:1rem;width:370px}.blogs-margin-top{margin-top:0}.date-dot{display:block}.blog-bottom-dot{display:none}.date-div{display:flex}.read-time{display:block}.blog-searching{margin-bottom:64px;padding:20px}.blog-searching input{background:none;border:0;border-bottom:1px solid #4e4e55;border-bottom:1px solid var(--grey-06,#4e4e55);color:#fff;height:48px;padding:8px;width:97%}.blog-searching input:focus{color:#fff;outline:none}.blog-searching button{background:#1974ce;border:0;border-radius:4px;color:#fff;font-family:Archivo;font-size:16px;font-style:normal;font-weight:500;height:48px;line-height:normal;margin-top:24px;width:97%}}@media only screen and (min-width:390px) and (max-width:400px){.blog-card-text{width:100%}.blog-card-img{border-radius:25px;height:185px;width:330px}.blogs-margin-top{margin-top:0}}@media only screen and (max-width:375px){.blog-card-text{width:100%}.blog-card-img{border-radius:20px;height:185px;width:320px}.blog-title-text{font-size:25px}}@media only screen and (max-width:320px){.blog-card-text{width:100%}.blog-card-img{border-radius:25px;height:185px;width:auto}}@media only screen and (min-width:900px){.date{font-size:13px;width:125px}}@media screen and (max-width:768px) and (min-width:521px){.blog-card-img{border-radius:5px;height:160px;transition:all 1.5s ease-in-out;width:210px}}.blog-bg{background:linear-gradient(125.69deg,#fff,#ccc);display:flex;justify-content:center}.all-blogs-card-max-width{max-width:1400px!important;padding:64px}.home-blog-container{margin-left:2rem;margin-right:-2rem;width:90%}.blog-container{margin-left:2.5rem}@media only screen and (max-width:520px){.all-blogs-card-max-width{margin-top:2rem;max-width:1400px!important;padding:0}.blog-container{margin-left:2rem}.blog-container,.home-blog-container{margin-right:0;padding:.5rem;width:95%}.home-blog-container{margin-left:-.1rem}.blog-card-img-overflow{display:none!important}.mobile-blogs-img-padding{padding:0!important}.mobile-blogs-img img{border-radius:4px;margin-bottom:10px;padding:0!important;width:100%!important}}@media screen and (min-width:521px){.mobile-blogs-img{display:none}}.secondary-light-text{color:#cacace}.drop-down-btn{background:none;border:0;padding:5px}#drop-down-bg{background:#313135;border:1px solid #fff;height:100px}#drop-down-bg .dropdown-item{align-items:center;background:#fff;border:0;border-radius:3px;display:flex;font-size:14px;justify-content:space-between;margin-left:10%;margin-top:5px;padding-bottom:7px;padding-left:10px;padding-right:10px;width:80%}.admin-blog-card-img-overflow{border-radius:5px;overflow:hidden}.read-more-text a{color:#339af0!important;text-decoration:underline}.primary-black-fade-bg{background:#1a1a1b}.Navbaar-main{height:80px;height:4rem;margin-bottom:0;padding-bottom:.7rem;position:sticky;top:0;z-index:5}.nav-bar-link{display:flex;gap:30px}.nav-bar-link .nav-link{color:#b0adad}.nav-bar-link .nav-link.active{color:#fff}#nav-image{height:55px;padding-top:5px;width:55px}.nav-icon-image,.search-icon{height:20px;width:20px}.search-icon{margin-right:10px}.nav-dropdown-btn{background:none!important;border:0}.dropdown-menu{background:#141415!important;box-shadow:0 5px 8px #0000003d;height:112px;text-align:center}.dropdown-menu p{margin-top:5px}.dropdown-menu button{border:0}.dropdown-bg button{background:none;border:0}.admin-type{color:#fff;font-size:14px;margin-top:3px;opacity:.9}.sign-out-btn{background:#0c8ae6!important;border-radius:5px;bottom:10px;color:#fff;height:30px;padding-top:3px;position:relative;width:80%}.dynamic-bloh-header-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:blur(12px);height:456px;margin:-20px;position:relative}.update-cover-img{bottom:50px;left:40%;position:relative}.edit-btn{background:#1974ce;border:0;border-radius:4px;color:#fff;height:48px;margin-top:.5rem;padding:8px 20px;width:170px}.date-and-time{display:flex;font-size:14px;font-weight:400}.time-dot{bottom:22px;font-size:30px;opacity:.9;padding-left:10px;padding-right:10px;position:relative}.date,.time-dot{color:gray}.tag-btn-1{background:#d2cdf4}.tag-btn-1,.tag-btn-2{border:0;border-radius:4px;font-size:12px;font-weight:500;line-height:10px;margin-right:5px;padding:5px 8px}.tag-btn-2{background:#cddbf4}.tag-btn-3{background:#f4e6cd;border:0;border-radius:4px;font-size:12px;font-weight:400;line-height:10px;margin-right:5px;padding:5px 8px}.tags-btn{margin-top:-1rem}.article-title-input textarea{background:none;border:0;color:#fff;font-size:48px;font-weight:700;overflow:hidden;width:100%}.article-title-input textarea:focus{outline:0}.article-title-input textarea::placeholder{color:#fff;font-size:48px;font-weight:500}.blog-background{background:linear-gradient(125.69deg,#292929,#191919);display:flex;justify-content:center;position:relative;z-index:2}.blog-main-content{width:80%}.blog-main-content-img{border-radius:2px;width:60%}.blog-header-center-text{bottom:2rem;color:#fff!important;font-weight:700;line-height:1.4;position:relative}.more-share-div{cursor:pointer}.blog-big-img{border-radius:25px;width:100%}.main-blog-text{color:#f6f6f6;font-size:16px;font-weight:500;line-height:1.618;margin-top:0!important;opacity:.8}.main-blog-text,.main-blog-text p{margin-bottom:0!important}.blog-category-btn{border-radius:11px;font-size:11px;height:25px;margin-left:10px;padding:3px 15px;position:relative;top:4px}.blog-category-btn,.blog-category-btn:hover{background:#e91e63;color:#fff;text-decoration:none}.main-blog-color-heading{color:#c21e7e;font-size:25px;font-weight:600;letter-spacing:1px;margin-top:15px}.facebook-share-icon{background:#fff;border-bottom-right-radius:3px;border-top-right-radius:3px;height:35px;padding-top:3px;width:35px}.facebook-text{color:#000;font-size:12px;font-weight:500;opacity:1}a{cursor:pointer}.fb-share-text-bg{background:#fff;border-bottom-left-radius:3px;border-top-left-radius:3px;height:35px;padding-top:7px}.twitter-share-icon{background:#fff;border-bottom-right-radius:3px;border-top-right-radius:3px;height:35px;padding-top:3px;width:35px}.twitter-share-text-bg{background:#fff;border-bottom-left-radius:3px;border-top-left-radius:3px;height:35px;padding-top:7px}.linkedIn-share-icon{background:#fff;border-bottom-right-radius:3px;border-top-right-radius:3px;height:35px;padding-top:3px;width:35px}.linkedIn-share-text-bg{background:#fff;border-bottom-left-radius:3px;border-top-left-radius:3px;height:35px;padding-top:7px}.Plus-share-icon{background:none;border-bottom-right-radius:3px;border-top-right-radius:3px;height:35px;padding-top:3px;width:35px}.plus-share-text-bg{background:none;border-bottom-left-radius:3px;border-top-left-radius:3px;height:35px;padding-top:7px;width:80px}.more-share-div{border:1px solid #fff;border-radius:3px}.copy-text{color:#fff;font-size:12px;font-weight:500;opacity:1}.tag-texts{color:#e91e63;cursor:pointer;font-size:14px;font-weight:300;margin-left:10px;margin-top:3px;text-decoration:none}.blog-top-header-title{color:#fff;font-size:48px;line-height:46px;margin-top:1rem}.admin-blog-header-content{height:456px;position:absolute;top:6%;width:90%}.blog-hero-text-bg{width:100%}.blog-header-image{border-radius:5px;height:90%;width:100%}.header-space-left{margin-left:1rem}.share-via{color:#fff;font-weight:300;margin-bottom:-.9rem;opacity:.9}@media only screen and (max-width:520px){.dynamic-bloh-header-bg{height:456px}.blog-header-center-text{bottom:0;color:#fff!important;font-size:1.6rem;font-weight:700;line-height:1.2;position:relative}.more-share-div{position:relative;right:6px}.main-blog-color-heading{font-size:22px;font-weight:500;letter-spacing:1px;margin-top:14px}.blog-header-image{display:none}.blog-top-header-title{font-size:28px!important;line-height:36px;margin-top:1rem}.admin-blog-header-content{height:456px;position:absolute;top:4%;width:90%}.blog-big-img{border-radius:15px;width:100%}.online-learning-bg{height:500px}.break-none{display:none}.analytics-header-content{top:2%}}@media only screen and (max-width:400px){.more-share-div{margin-left:.9rem!important}}@media only screen and (min-width:520px){.date{width:90px}}.quill-white-text .ql-editor{color:#fff!important;font-size:18px;font-weight:300;padding:10px}.back-to-home-bg{height:64px}.write-blog-section{height:auto}.back-to-home{color:#aaaab1;font-size:16px;font-weight:400;padding-top:4px}.left-arrow{margin-right:10px;padding-bottom:3px;width:35px}.cover-img-bg{background:#eaeaeb;border-radius:8px;cursor:pointer;height:360px;width:516}.cover-select-image{left:10%;position:relative;top:42%}.selected-cover-img{border-radius:4px;height:100%;width:100%;z-index:-1}.click-to-add-cover{font-size:24px;font-weight:700;left:5%;line-height:32px;position:relative}.blog-header-post-left-space{margin-left:1.5rem}.post-on-text{color:#cacace;font-size:18px;font-weight:300;line-height:22px}.post-on{align-items:center;background:#fff;border-radius:4px;display:flex;height:40px;justify-content:space-between;margin-right:1rem;margin-top:-.5rem;padding:4px 15px;width:170px}#time-div{width:120px}.post-date{color:#313135;font-size:12px;font-weight:400;padding-top:5px;position:relative;text-align:center;top:5px}.add-tag-btn{background:#1974ce;color:#fff;font-weight:300;height:35px;line-height:16px;padding:10px 8px 8px}.add-tag-btn,.tags-input input{border:0;border-radius:4px;font-size:13px;width:120px}.tags-input input{height:31px;margin-left:5px;margin-top:2px;padding-left:5px}.tags-input input:focus{outline:0}.tag-plus-icon{margin-left:.5rem;padding-bottom:3px;width:15px}.article-title-input input{background:none;border:0;color:#fff;font-size:48px;font-weight:700;height:70px;margin-top:1rem;width:100%}.article-title-input input:focus{outline:0}.article-title-input input::placeholder{color:#fff;font-size:48px;font-weight:500}.publish-article-btn{background:#1974ce;border:0;border-radius:4px;color:#fff;font-size:16px;font-weight:300;height:52px;line-height:22px;padding:8px 48px 10px}.write-blog-header{border-radius:4px}.save-as-draft-btn{background:#000;border:1px solid #fff;border-radius:4px;color:#fff;font-size:16px;font-weight:300;height:48px;line-height:22px;margin-left:1rem;padding:8px 48px 10px}.post-blog-container{width:85%}.write{padding-top:50px}.writeImg{border-radius:10px;height:250px;margin-left:150px;object-fit:cover}.writeForm{position:relative}.writeFormGroup{align-items:center;display:flex}.file-upload-btn{font-size:15px;margin-left:.5rem;margin-top:.8rem;position:relative}.file-upload-btn::-webkit-file-upload-button{border:0;border-radius:2px;padding:2px 12px 4px}.writeIcon{align-items:center;border:1px solid;border-radius:50%;color:#817d7d;cursor:pointer;display:flex;font-size:20px;height:25px;justify-content:center;position:relative;top:5px;width:25px}.writeInput{background:none;color:#fff;font-size:30px}.writeInput,.writeText{border:none;padding:10px;width:100%}.writeText{font-size:20px;font-weight:300;overflow:hidden}.writeInput::placeholder,.writeText::placeholder{color:#bdb9b9;font-weight:400}.writeInput:focus{outline-style:none}.title-input{position:relative}.title-input:focus{background:none}.publish-btn{border:0!important;border-radius:5px;margin-left:10px;padding:8px 12px 10px 10px}
/*!
 * 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}.main-blog-text a,.quill-white-text a{color:#339af0!important;text-decoration:underline}.quill-white-text .ql-editor.ql-blank:before{color:#fff!important;opacity:.6}.draft-header-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:blur(12px);height:456px;margin:-20px;position:relative}@media only screen and (max-width:520px){.draft-header-bg{height:456px}}.users-list-header p{color:#141415;font-family:Nunito;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.users-list-header{display:flex;justify-content:space-between}.date-picker-input p{color:#4e4e55;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.ns-inquiry-filterBasisle{background:#fff;border-radius:8px;height:300px;margin-top:2rem;overflow:hidden}.ns-inquiry-overflow{cursor:auto;overflow:scroll}.ns-inquiry-overflow::-webkit-scrollbar{cursor:pointer;height:7px;width:7px}.ns-inquiry-overflow::-webkit-scrollbar-thumb{background:#5a636da3;cursor:pointer}#filterBasisle-heading th{padding:16px 0 16px 16px}.filterBasisle-body-text{color:#181818;font-family:Nunito;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.filterBasisle-body-text td{padding:16px 0 16px 16px!important}.pagination-section{display:flex;justify-content:end;margin-bottom:-16px;margin-top:24PX}.filter-clear-btn{align-items:center;display:flex}.filter-clear-btn button{background:none;border:0;border-radius:4px;color:#0c8ae6;cursor:pointer;font-family:Nunito;font-size:16px;font-style:normal;font-weight:500;height:47px;line-height:22px;margin-left:0;padding-left:0!important;position:relative;right:15px;top:12px;-webkit-user-select:none;user-select:none;width:120px}.search-btn{align-items:center;display:flex}.search-btn button{background:#0c8ae6;border:0;border-radius:4px;color:#fff;cursor:pointer;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;height:47px;line-height:22px;padding:8px 16px;position:relative;top:12px;-webkit-user-select:none;user-select:none;width:100px}.export-node-sale-btn{align-items:center;display:flex;justify-content:center}#export-node-sale-btn{padding:8px 16px}.export-node-sale-btn button{background:none;border:1px solid #0c8ae6;border-radius:4px;color:#0c8ae6;cursor:pointer;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;height:48px;line-height:22px;padding:8px 16px;position:relative;top:12px;-webkit-user-select:none;user-select:none;width:235px}#disabled-btn{opacity:.5!important}.table-data-not-available-text{align-items:center;color:#141415;display:flex;font-weight:700;justify-content:center;width:140px}.ns-list-table-height{height:300px;width:100%}.pagination-controls{display:flex;gap:10px;justify-content:end;margin-top:20px}#pagination-btn{background-color:#fff;border:none;border-radius:5px;cursor:pointer;margin:0 5px;padding:5px 10px;transition:background-color .3s ease}#download-utm-tracking-btn{background:none;border:1px solid #0c8ae6;border-radius:4px;color:#0c8ae6;cursor:pointer;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;height:48px;line-height:22px;margin-top:10px;padding:8px 16px;position:relative;top:12px;-webkit-user-select:none;user-select:none;width:277px}#pagination-btn.active{border:1px solid #0c8ae6;color:#0c8ae6;font-weight:700}#pagination-btn:hover{background-color:#ddd}#pagination-btn:disabled{cursor:default;opacity:.5;pointer-events:none}#pagination-btn:disabled:hover{background-color:initial;color:#000}.wa-users-list-header p{color:#141415;font-family:Nunito;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.wa-users-list-header{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:800px){.wa-users-list-header{display:inline;display:initial}}.wa-inquiry-filterBasisle{background-color:#f3f3f5;border-radius:8px;display:flex;flex-direction:column;gap:16px;margin-top:1rem;padding:4px;position:relative}.wa-inquiry-overflow,.wa-list-table-height{background:#fff;border-radius:8px}.wa-inquiry-overflow{height:calc(100% - 250px);overflow:auto}.wa-inquiry-overflow::-webkit-scrollbar{cursor:pointer;height:7px;width:7px}.wa-inquiry-overflow::-webkit-scrollbar-thumb{background:#5a636da3;border-radius:4px;cursor:pointer}#filterBasisle-heading{background:#eaeaeb;color:#181818;color:var(--grey-08,#181818);font-family:Nunito;font-size:13px;font-style:normal;line-height:16px;position:sticky!important;top:0;z-index:1}#wa-filterBasisle-heading th{padding:16px}.wa-filterBasisle-body-text{color:#181818;font-family:Nunito;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.wa-filterBasisle-body-text td{padding:16px!important}.wa-active-page{border:1px solid #0c8ae6;border-radius:4px}.wa-page-items{color:#000!important;margin:5px}.wa-page-links{background:#fff;border-radius:4px;color:#212b36;font-size:14px;height:32px;padding:5px 4px;text-decoration:none;width:32px}.wa-page-links,.wa-table-data-not-available-text{align-items:center;display:flex;font-weight:700;justify-content:center}.wa-table-data-not-available-text{color:#141415;width:140px}.wa-list-table-height{height:550px;width:100%}#export-whitelisted-applicants-btn{align-items:center;background:none;border:1px solid #0c8ae6;border-radius:4px;color:#0c8ae6;cursor:pointer;display:flex;font-family:Nunito;font-size:16px;font-style:normal;font-weight:400;height:48px;justify-content:center;line-height:22px;padding:8px 16px;position:relative;top:12px;-webkit-user-select:none;user-select:none;width:277px}.title-div{align-items:center;color:#555;display:flex;font-size:14px;padding:10px 5px;width:100%}.dot-item{padding:0 8px;position:relative}#profileimage{border-radius:20px}#username{color:#181818;font-family:Poppins;font-size:24px;font-weight:600;line-height:36px}#email,#location,#phone,#userid{color:#313135}#email,#isverified,#location,#phone,#userid{font-family:Poppins;font-size:20px;font-weight:400;line-height:28px}#isverified{background-color:#066}#isverified,#notverified{border-radius:10px;color:#fff;padding:4px 10px}#notverified{background-color:#990b0b;font-family:Poppins;font-size:20px;font-weight:400;line-height:28px}.personal-details-card{background-color:#f7f8fa;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;margin-top:20px;padding:24px;width:100%}.title{font-family:mulish;margin-bottom:16px}.label{color:#888;font-family:Poppins;font-size:16px;font-weight:400;margin-bottom:4px}.value{color:#333;font-family:mulish;font-size:20px;font-weight:600;font-weight:700}.account-details-card{background-color:#f7f8fa;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;margin-top:20px;padding:24px;width:100%}.title{color:#333;margin-bottom:24px}.details-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.details-item{display:flex;flex-direction:column}.details-div-details{border:1px solid #eaeaeb;border-radius:10px;padding:20px}.baai-label{color:#000;font-family:Mulish;font-size:18px;font-weight:600}.baai-label,.baai-price-per-node{display:flex;justify-content:space-between}.baai-price-per-node{color:#4f4f4f;font-family:Poppins;font-size:16px;font-weight:400;padding-top:20px}.referral-outer-div{background-color:#f7f8fa;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;margin-top:20px;padding:24px;width:100%}.referral-title-div{display:flex;justify-content:space-between;width:100%}.view-referral-tree-btn{border:1px solid #0c8ae6;border-radius:5px;color:#0c8ae6;font-family:Poppins;font-size:16px;font-weight:400;padding:0 10px}.title{font-family:Mulish;font-size:24px;font-weight:700}.tabledata-body-text{text-align:center}.referral-table{margin-top:20px}#filterBasisle-heading{font-family:Poppins;font-size:14px;font-weight:400}.table-container{margin-bottom:50px}.pagination{display:flex;gap:10px;justify-content:end;margin-top:20px}@media screen and (max-width:520px){.pagination{display:flex;gap:0;justify-content:end;margin-top:20px}}.pagination-btn{background-color:#fff;border:none;border-radius:5px;cursor:pointer;padding:5px 10px;transition:background-color .3s ease}.pagination-btn.active{border:1px solid #0c8ae6;color:#0c8ae6;font-weight:700}.pagination-btn:hover{background-color:#ddd}.pagination-btn:disabled{background-color:#e0e0e0;color:#aaa;cursor:default}.ReferralTree{font-family:Arial,sans-serif}#treeWrapper{height:100vh;position:relative;width:100%}.myLabelComponentInSvg{cursor:pointer;padding:10px}.nodeLabel{background-color:#fff;border:1px solid #2f80ed;border-radius:5px;padding:10px}.nodeLabel:hover{background-color:#f0f8ff}ul{margin:0;padding-left:20px}li{margin-bottom:5px}.loading-image-container{align-items:center;background:linear-gradient(270deg,#21212199,#29292999,#1c1c1c99);bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999999}