@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css";.calendar-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;width:100%;max-width:400px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;padding:1rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.5rem 0}.calendar-header .month-title{margin:0;font-size:1.2rem;font-weight:600;color:#333}.calendar-header .nav-button{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#4361ee;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.calendar-header .nav-button:hover{background:rgba(67,97,238,.1)}.calendar-days-header{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:.5rem}.calendar-days-header .day-header{text-align:center;font-weight:600;color:#666;font-size:.85rem;padding:.5rem 0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.5rem;gap:.5rem}.calendar-grid .calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .2s ease;font-size:.9rem;background:#fff;border:1px solid rgba(0,0,0,0)}.calendar-grid .calendar-day:hover{background:rgba(67,97,238,.1);border-color:rgba(67,97,238,.3)}.calendar-grid .calendar-day.selected{background:#4361ee;color:#fff;font-weight:600}.calendar-grid .calendar-day.empty{visibility:hidden;cursor:default}body{font-family:Roboto,sans-serif;background-color:#e0e3e8;margin:0}a{color:#007bff}button:focus,input:focus{outline:none;box-shadow:none}.form-area{background-color:#fff;box-shadow:0 5px 10px rgba(90,116,148,.3);padding:40px;border-radius:6px;display:flex;align-items:center;justify-content:center}.form-area .form-inner{width:100%}.form-control{display:block;width:100%;padding:15px 19px;font-size:1rem;line-height:1.4;color:#475f7b;background-color:#fff;border:1px solid #dfe3e7;border-radius:.267rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{border-color:#5a8dee;box-shadow:0 3px 8px 0 rgba(0,0,0,.1)}:root{--background:#ffffff;--foreground:#171717}@media(prefers-color-scheme:light){:root{--background:#0a0a0a;--foreground:#ededed}}@media(prefers-color-scheme:dark){html{color-scheme:light}}body,html{max-width:100vw;color:var(--foreground);background:var(--background);font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,p{margin:0!important}.bg-layer-main{padding:24px;background-color:#def1ef}a{color:inherit;text-decoration:none}.card-bg-container-create-user{display:flex;justify-content:center;align-items:center;min-height:100vh}.card-bg-container,.card-bg-container-create-user{font-family:Roboto,sans-serif;padding:20px;background-size:cover;background-repeat:no-repeat;background-position:0}.card-inner-content{background:#fff;border-radius:40px;box-shadow:0 10px 30px rgba(0,0,0,.1);max-width:450px;padding:40px;transition:all .3s ease}.card-inner-content.registration-form-card{position:relative;z-index:999}.card-inner-content:hover{box-shadow:0 15px 35px rgba(0,0,0,.15)}.module-card-header{text-align:center;margin-bottom:30px}.module-card-header h2{color:#4361ee;margin-bottom:10px;font-size:28px;font-weight:700}.module-card-header p{color:#6c757d;font-size:14px}.common-input-group{margin-bottom:20px;width:100%}.common-input-group .number-with-country-code{display:flex;justify-content:space-between;align-items:center;gap:10px}.common-input-group .form-group-inner{position:relative}.common-input-group .form-group-inner.country-code-select-with-number{display:flex;align-items:center;gap:10px}.common-input-group .form-group-inner.country-code-select-with-number select{width:40%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-top-right-radius:0;border-bottom-right-radius:0}.common-input-group .form-group-inner.country-code-select-with-number input{border-top-left-radius:0;border-bottom-left-radius:0}.common-input-group label{display:block;margin-bottom:8px;color:#333;font-size:14px;font-weight:500}.common-input-group label span{color:#e63946}.common-input-group input,.common-input-group select,.common-input-group textarea{width:100%;padding:12px 15px;border:1px solid #e0e0e0;border-radius:40px;font-size:14px;transition:all .3s ease;background-color:#f8f9fa}.common-input-group input.end-icon-padding,.common-input-group select.end-icon-padding,.common-input-group textarea.end-icon-padding{padding:12px 15px 12px 40px}.common-input-group input:focus,.common-input-group select:focus,.common-input-group textarea:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px rgba(67,97,238,.1)}.common-input-group input::placeholder,.common-input-group select::placeholder,.common-input-group textarea::placeholder{color:hsl(208.2352941176,7.2961373391%,65.6862745098%)}.common-input-group input[type=file]::-webkit-file-upload-button{position:absolute;top:9px;right:-10px}.common-input-group input[type=file]::file-selector-button{position:absolute;top:4px;right:10px}.common-input-group input[type=file]::-webkit-file-upload-button:hover{background-color:#3f37c9!important}.common-input-group input[type=file]::file-selector-button:hover{background-color:#3f37c9!important}.common-input-group input::-webkit-file-upload-button{background:#4361ee!important;color:#fff;border:none;padding:8px;border-radius:10px}.common-input-group input::file-selector-button{background:#4361ee!important}.common-input-group .email-with-verified-icon .input-icon{bottom:8px}.common-input-group .input-icon{position:absolute;left:15px;bottom:12px;color:#6c757d;font-size:16px}.common-input-group .input-icon.end-icon-position{right:15px;left:unset}.common-input-group .input-icon svg{width:16px}.common-input-group .common-error-msg{color:#e63946;font-size:14px;font-weight:500;margin-top:8px}.common-checkbox{justify-content:space-between;margin-bottom:25px;font-size:14px;width:100%}.common-checkbox,.common-checkbox .checkbox-inner{display:flex;align-items:center}.common-checkbox .checkbox-inner input{margin-right:8px;accent-color:#4361ee}.common-checkbox .checkbox-inner label{color:#6c757d;cursor:pointer}.common-checkbox .forgot-password{color:#4361ee;text-decoration:none;transition:all .3s ease}.common-checkbox .forgot-password:hover{color:#3f37c9;text-decoration:underline}@media(max-width:480px){.card-inner-content{padding:30px 20px}}.left-sidebar-sticky{position:-webkit-sticky;position:sticky;top:0;height:calc(100vh - 48px);transition:width .4s linear}@media(min-width:1200px){.left-sidebar-sticky.siddebar-hide-width{width:80px!important}.left-sidebar-sticky.siddebar-hide-width .left-sidebar-container .side-bar-body ul li a span{display:none}.left-sidebar-sticky.siddebar-hide-width .left-sidebar-container .side-bar-footer{visibility:hidden}.right-sidebar-width{width:calc(100% - 80px)!important;transition:width .4s linear;box-sizing:border-box;padding-right:0!important}}@media(max-width:1200px){.left-sidebar-sticky{position:fixed;left:0;top:0;padding-left:0!important;z-index:999;background:#fff}.left-sidebar-sticky.siddebar-mobile-width{width:80px!important}.left-sidebar-sticky.siddebar-mobile-width .left-sidebar-container .side-bar-body ul li a span{display:none}.left-sidebar-sticky.siddebar-mobile-width .left-sidebar-container .side-bar-footer{visibility:hidden}.left-sidebar-sticky.siddebar-hide-width{width:50%!important}.right-sidebar-mobile-width{width:calc(100% - 91px)!important;transition:width .4s linear;box-sizing:border-box;padding-right:0!important;margin-left:auto}.right-sidebar-width{width:100%!important}}.left-sidebar-container{padding:1.5rem 0;display:flex;flex-direction:column;justify-content:space-between;box-shadow:2px 0 10px rgba(0,0,0,.1);transition:all .3s ease;height:100%;background-color:#fff;border-radius:24px}.left-sidebar-container .side-bar-header{padding:0 1.5rem 1.5rem;position:relative}.left-sidebar-container .side-bar-header .account-type-tag{margin-left:60px;position:absolute;bottom:10px;font-family:Roboto,sans-serif;font-weight:400;font-size:12px;line-height:100%;letter-spacing:1%;color:#302f31;text-transform:capitalize}.left-sidebar-container .side-bar-header a{display:flex;align-items:center;justify-content:center}.left-sidebar-container .side-bar-header a:hover{opacity:.9}.left-sidebar-container .side-bar-body{flex:1 1;padding:1.5rem 0;position:relative}.left-sidebar-container .side-bar-body ul{padding:0;list-style:none;margin:0}.left-sidebar-container .side-bar-body ul h5{font-family:Roboto,sans-serif;font-weight:500;font-size:12px;line-height:100%;letter-spacing:1%;text-transform:uppercase;padding:0 1.5rem}.left-sidebar-container .side-bar-body ul li{margin-bottom:.25rem}.left-sidebar-container .side-bar-body ul li a{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-family:Roboto,sans-serif;color:#141414;text-decoration:none;padding:.75rem 1.5rem;position:relative;border-radius:.375rem;transition:all .2s ease;font-weight:500}.left-sidebar-container .side-bar-body ul li a:after,.left-sidebar-container .side-bar-body ul li a:before{content:"";opacity:.05;position:absolute;top:0;right:0;left:0;bottom:0;width:100%}.left-sidebar-container .side-bar-body ul li a .icon{width:1.25rem;height:1.25rem;color:#141414}.left-sidebar-container .side-bar-body ul li a:hover:before{background-color:#141414}.left-sidebar-container .side-bar-body ul li a:hover .icon{color:#1890ff;fill:#1890ff}.left-sidebar-container .side-bar-body ul li a.active{color:#1890ff;font-weight:500;position:relative;overflow:hidden}.left-sidebar-container .side-bar-body ul li a.active:before{content:"";background-color:#1890ff;opacity:.1}.left-sidebar-container .side-bar-body ul li a.active:after{border-right:2px solid #1890ff;opacity:1}.left-sidebar-container .side-bar-body ul li a.active .icon{color:#1890ff}.left-sidebar-container .side-bar-footer{border-radius:15px;padding:20px;gap:20px;background-color:#168c7e;display:flex;flex-direction:column;margin:20px}.left-sidebar-container .side-bar-footer .side-bar-footer-head{display:flex;flex-direction:column;gap:10px}.left-sidebar-container .side-bar-footer .side-bar-footer-head h4{font-family:Roboto,sans-serif;font-weight:500;font-size:20px;line-height:100%;letter-spacing:1%;color:#fff}.left-sidebar-container .side-bar-footer .side-bar-footer-head p{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:140%;letter-spacing:1%;color:#fff}.left-sidebar-container .side-bar-footer button{background-color:rgba(0,0,0,0);outline:none;font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:1%;text-align:center;color:#fff;border:1px solid #fff;padding:15px;border-radius:70px}.padding-left-0{padding-left:0!important}.padding-right-0{padding-right:0!important}.loader-Wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;background:hsla(0,0%,100%,.2784313725);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:9999;flex-direction:column}.header-top-bar{padding:.75rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:1020}.header-top-bar .container-fluid{padding-left:1rem;padding-right:1rem}.header-top-bar .header-top-bar-right button{padding:12px;transition:all all .4s linear}.header-top-bar .header-top-bar-right button:hover{background:#e9ecef!important;border-radius:8px}.header-top-bar .dropdown-menu.open-profile-menu{display:block!important;left:160px!important;right:auto!important;transform:translateX(-100%)!important}.header-top-bar .search-bar{max-width:500px}.header-top-bar .search-bar input{background-color:#f8f9fa;border:none;padding-left:2.5rem;transition:all .3s ease}.header-top-bar .search-bar input:focus{background-color:#fff;box-shadow:0 0 0 2px rgba(13,110,253,.25)}.header-top-bar .search-bar svg{z-index:10}.header-top-bar .msg-button{position:relative}.header-top-bar .msg-button .badge{font-size:.6rem;padding:.2rem .35rem}.header-top-bar .user-profile .avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background-color:#e9ecef}.header-top-bar .user-profile .avatar svg{width:100%;height:100%}.header-top-bar .user-profile .dropdown-menu{border:none;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-top:.5rem!important}.header-top-bar .user-profile .dropdown-menu.open-profile-menu{display:block!important}.header-top-bar .user-profile .dropdown-menu .dropdown-item{padding:.5rem 1.25rem}.header-top-bar .user-profile .dropdown-menu .dropdown-item:active{background-color:#f8f9fa;color:#212529}.header-top-bar .set-side-bar-button:hover svg path{stroke:#0d6efd}.set-side-bar-button{background:#168c7e;width:34px;height:34px;border-radius:20px;gap:7.73px;border:none;outline:none;position:absolute;top:6px;right:-20px}@media(max-width:767.98px){.header-top-bar{padding:.75rem 1rem}.header-top-bar .search-bar{margin-left:.5rem}}.right-sidebar-container{background-color:#fff;border-radius:20px;overflow:hidden}.profile-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;justify-content:center;align-items:center}.profile-container .profile-card{width:100%;max-width:800px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden;animation:fadeInUp .5s ease-out;font-family:Roboto,sans-serif}.profile-container .profile-card__header{font-family:Roboto,sans-serif;background:linear-gradient(90deg,#4361ee,#3a0ca3);color:#fff;padding:2rem;text-align:center;position:relative}.profile-container .profile-card__header h1{font-family:Roboto,sans-serif;font-weight:700;margin-bottom:.5rem;font-size:1.8rem}.profile-container .profile-card__header p{font-family:Roboto,sans-serif;opacity:.9;font-size:.95rem}.profile-container .profile-card__content{display:grid;grid-template-columns:250px 1fr;min-height:400px}@media(max-width:767.98px){.profile-container .profile-card__content{grid-template-columns:1fr}}.profile-container .profile-card__sidebar{background:#f8f9fa;padding:2rem;border-right:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center}.profile-container .profile-card__sidebar .profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 5px 15px rgba(0,0,0,.1);margin-bottom:1.5rem}.profile-container .profile-card__sidebar .user-info{text-align:center}.profile-container .profile-card__sidebar .user-info__name{font-family:Roboto,sans-serif;font-weight:600;font-size:1.2rem;margin-bottom:.25rem}.profile-container .profile-card__sidebar .user-info__role{font-family:Roboto,sans-serif;display:inline-block;background:rgba(67,97,238,.1);color:#4361ee;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.profile-container .profile-card__form{padding:2rem}.profile-container .profile-card__form .form-group{margin-bottom:1.5rem}.profile-container .profile-card__form .form-group label{font-family:Roboto,sans-serif;display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#212529}.profile-container .profile-card__form .form-group .form-control{font-family:Roboto,sans-serif;width:100%;padding:.75rem 1rem;border:1px solid #e9ecef;border-radius:8px;font-size:.95rem;transition:all .3s ease;background:#f8f9fa}.profile-container .profile-card__form .form-group .form-control:focus{border-color:#4361ee;box-shadow:0 0 0 3px rgba(67,97,238,.1);background:#fff;outline:none}.profile-container .profile-card__form .form-group .form-control[disabled]{background:#e9ecef;cursor:not-allowed}.profile-container .profile-card__form .form-group .error-message{font-family:Roboto,sans-serif;color:#dc3545;font-size:.8rem;margin-top:.25rem}.profile-container .profile-card__form .submit-btn{font-family:Roboto,sans-serif;background:linear-gradient(90deg,#4361ee,#3a0ca3);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 15px rgba(67,97,238,.2)}.profile-container .profile-card__form .submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(67,97,238,.3)}.profile-container .profile-card__form .submit-btn:disabled{background:#adb5bd;cursor:not-allowed;transform:none;box-shadow:none}.users-table-container{padding:20px;background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);font-family:Roboto,sans-serif;height:85vh}.users-table-container h2{color:#343a40;margin-bottom:20px;font-weight:600;font-family:Roboto,sans-serif}.users-table-container .search-container{margin-bottom:20px;display:flex;justify-content:end}.users-table-container .search-container .search-input{width:100%;max-width:300px;border-radius:20px;padding:8px 15px;border:1px solid #ced4da;transition:all .3s;font-family:Roboto,sans-serif}.users-table-container .search-container .search-input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:none}.users-table-container .table-responsive{overflow-x:auto;margin-bottom:20px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.users-table-container .table-responsive table{margin-bottom:0;width:100%}.users-table-container .table-responsive table thead th{padding:16px 30px;vertical-align:middle;font-weight:500;font-family:Roboto,sans-serif}.users-table-container .table-responsive table thead th.sortable{cursor:pointer;transition:background-color .2s}.users-table-container .table-responsive table thead th .sort-icon{margin-left:5px}.users-table-container .table-responsive table tbody tr{transition:background-color .2s;font-family:Roboto,sans-serif}.users-table-container .table-responsive table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.02)}.users-table-container .table-responsive table tbody tr:hover{background-color:rgba(0,0,0,.05)}.users-table-container .table-responsive table tbody tr td{padding:16px 30px;vertical-align:middle;border-top:1px solid #dee2e6;font-family:Roboto,sans-serif}.users-table-container .pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;margin-top:20px;font-family:Roboto,sans-serif}.users-table-container .pagination .pagination-button{padding:6px 12px;border:1px solid #dee2e6;background-color:#fff;color:#007bff;border-radius:4px;cursor:pointer;transition:all .2s;font-family:Roboto,sans-serif}.users-table-container .pagination .pagination-button:hover:not(:disabled){background-color:#e9ecef}.users-table-container .pagination .pagination-button:disabled{color:#6c757d;cursor:not-allowed;opacity:.7}.users-table-container .pagination .pagination-button.active{background-color:#007bff;color:#fff;border-color:#007bff}.users-table-container .pagination .pagination-ellipsis{padding:6px 12px;color:#6c757d}.users-table-container .no-users{text-align:center;padding:20px;color:#6c757d;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.users-table-container .error-message{color:#dc3545;padding:10px;background-color:rgba(220,53,69,.1);border-radius:4px;margin-bottom:15px}@media(max-width:768px){.users-table-container{padding:15px}.users-table-container .search-container .search-input{max-width:100%}.users-table-container table thead{display:none}.users-table-container table tbody tr{display:block;margin-bottom:15px;border:1px solid #dee2e6;border-radius:8px}.users-table-container table tbody tr td{display:flex;justify-content:space-between;align-items:center;padding:8px 15px;border-top:none;border-bottom:1px solid #dee2e6}.users-table-container table tbody tr td:before{content:attr(data-label);font-weight:700;margin-right:15px;color:#343a40}.users-table-container table tbody tr td:last-child{border-bottom:none}}.custom-card{background-color:#f7f9fc;border:1px solid #ddd;border-radius:16px;padding:40px 20px;max-width:400px;margin:50px auto;box-shadow:0 8px 24px rgba(0,0,0,.1);text-align:center}.title{font-size:1.5rem;margin-bottom:20px;color:#333}.button-group{display:flex;justify-content:space-around;gap:20px}.p-button{font-size:1rem;padding:.75rem 1.5rem;border-radius:8px;transition:transform .2s ease}.p-button:hover{transform:scale(1.05)}.header-top-bar-sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1000}.payment-modal-body p{font-weight:500;font-size:32px;line-height:100%;vertical-align:middle}.payment-modal-body h2,.payment-modal-body p{font-family:Roboto,sans-serif;letter-spacing:1%;text-align:center}.payment-modal-body .purchase-detail-box{width:382px;height:239px;border-radius:10px;padding:20px;gap:25px}.payment-modal-body .success-icon{display:flex;justify-content:center;align-items:center}.intl-tel-input-container .intl-tel-input{width:100%}.intl-tel-input .form-control{height:45px;padding-left:48px!important;font-size:1rem;border-radius:.375rem}.intl-tel-input .country-list{z-index:9999;max-height:200px}.button-2{width:115;height:41;gap:10px;padding:10px 15px;border-radius:70px;border-width:2px;background-color:#fff;border-color:#168c7e;color:#168c7e}.search-bar{width:234;height:41;gap:10px;padding:10px 20px;border-radius:40px;border-width:1px;border-color:rgba(35,43,54,.2)}.notification-icon{outline:none;border:none;background:rgba(0,0,0,0)}.container{max-width:700px;max-height:-moz-fit-content;max-height:fit-content;margin:0 auto;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);gap:10px}.success-box{border:2px dashed #00b4d8;padding:20px;text-align:center}.checkmark{position:relative;width:50px;height:50px;background-color:#00b4d8;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 20px}.checkmark:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:2px solid #00b4d8;border-radius:50%}.check-icon{color:#fff;font-size:24px}.success-box h2{font-size:24px;margin-bottom:10px}.success-box p{font-size:32px!important;color:#0b1f2c;font-weight:500;line-height:100%;margin-top:10px!important}.payment-modal-body h2,.payment-modal-body p{margin-top:15px!important}.payment-modal-body h2{font-size:16px;color:#6c7075;line-height:100%;font-weight:400}.purchase-detail-box{min-width:440px!important;margin-top:20px;padding:20px;background-color:rgba(0,135,239,.0509803922);border-radius:8px}.detail-row{display:flex;max-width:342px!important;min-height:31px;justify-content:space-between;align-items:center;margin-bottom:15px;color:rgba(35,43,54,.2);border-bottom:1px solid #ddd;padding-bottom:10px}.detail-row span{font-size:14px;color:#0b1f2c;font-weight:500;line-height:100%}.download-button{margin-top:20px;text-align:center}.download-button button{padding:10px 20px;font-size:16px;max-width:382px;min-height:51px;border:1px solid #168c7e;border-radius:70px;background-color:rgba(0,0,0,0);color:#168c7e;cursor:pointer;transition:background-color .3s ease}.download-button button:hover{background-color:#168c7e;color:#fff}.modal-content{border-color:#fff;max-width:575px!important;height:-moz-fit-content!important;height:fit-content!important;border-radius:20px!important;padding:30px}.additional-info{color:#6c7075;font-family:Roboto,sans-serif;font-size:12px;line-height:100%;margin-top:20px;text-align:center;line-height:20px;letter-spacing:1%}.close-button{position:absolute;top:10px;right:10px;background:rgba(0,0,0,0);border:none;font-size:24px;color:#6c7075;cursor:pointer}.leads-form-wrapper{min-height:100vh;background:#f8f9fa;display:flex;justify-content:center;align-items:flex-start}.leads-form-container{width:100%;max-width:800px;display:flex;justify-content:center;padding:0!important}.leads-form-box{background:#fff;border-radius:20px;padding:20px;width:100%;height:100%;max-width:710px;max-height:100%;box-shadow:0 2px 10px rgba(0,0,0,.08);border:2px solid #e3f2fd;position:absolute}.form-header{margin-bottom:1rem;border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.form-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;letter-spacing:-.025em}.form-subtitle-line{position:relative}.form-subtitle{font-size:16px;color:#0b1f2c;font-weight:400;background:#fff;line-height:100%;margin-top:10px!important}.leads-form{display:flex;flex-direction:column}.form-label{font-size:.95rem;font-weight:500;color:#333;margin-bottom:.25rem}.form-input input,.form-select,.form-textarea input{width:100%;padding:15px 20px;border:1px solid rgba(35,43,54,.2);border-radius:40px;font-size:.95rem;transition:all .2s ease;background:#fff;color:#333}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af;font-size:.95rem}.form-input-field{border-radius:40px}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;cursor:pointer}.form-select:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.form-textarea{min-height:100px;resize:vertical;font-family:inherit}.form-submit{margin-top:1rem;display:flex;justify-content:flex-end}.submit-btn{background:#168c7e;color:#fff;border:none;padding:15px;border-radius:70px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:318px;max-height:51px}.submit-btn:active{transform:translateY(0)}.form-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:center}.frame-id{font-size:.75rem;color:#9ca3af;font-family:monospace}.email-optional .form-label{color:#6b7280;font-weight:400}.form-input.error,.form-select.error,.form-textarea.error{border-color:#ef4444}.form-input.error:focus,.form-select.error:focus,.form-textarea.error:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.form-input.success,.form-select.success,.form-textarea.success{border-color:#10b981}@media(max-width:768px){.leads-form-wrapper{padding:1rem .5rem}.leads-form-box{padding:1.5rem;border-radius:8px}.form-title{font-size:1.75rem}.submit-btn{width:100%}}@media(max-width:480px){.leads-form-box{padding:1rem}.form-title{font-size:1.5rem}.form-input,.form-select{padding:.75rem;font-size:.9rem;border-radius:40px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.leads-form-box{animation:fadeInUp .5s ease-out}.leads-form-box:focus-within{box-shadow:0 4px 20px rgba(0,0,0,.1)}.form-textarea::-webkit-scrollbar{width:6px}.form-textarea::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.form-textarea::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.form-textarea::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.css-rz9usc-control{max-width:125px;min-height:51px!important;border-radius:40px!important;gap:10px}.reminder-form{max-width:450px;padding:14px;border-radius:16px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:16px;font-family:sans-serif}.reminder-heading{margin:0;font-size:1.5rem;font-weight:600}.reminder-input{border-radius:32px;border:1px solid #ccc}.reminder-input,.reminder-textarea{padding:12px 16px;font-size:1rem;width:100%}.reminder-textarea{border-radius:20px;border:1px solid #ccc;min-height:100px;resize:vertical}.reminder-rounded-input,.reminder-select{padding:12px 16px;border-radius:32px;border:1px solid #ccc;font-size:1rem;width:100%}.reminder-select{background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.reminder-error{color:red;font-size:.9rem}.reminder-date-time{display:flex;gap:12px}.reminder-btn-row{display:flex;justify-content:space-between;margin-top:16px}.reminder-btn-cancel{background-color:rgba(0,0,0,0);color:#0c9}.reminder-btn-cancel,.reminder-btn-save{border:none;font-size:1rem;cursor:pointer}.reminder-btn-save{background-color:#0a7d70;color:#fff;padding:10px 24px;border-radius:32px}.edit-lead-title{display:flex;justify-content:space-between;align-items:center;font-size:32px!important}.positioned-event-modal{font-family:Roboto,sans-serif;position:absolute!important;margin:0!important;z-index:1055;pointer-events:none}.positioned-event-modal .modal-dialog{pointer-events:auto;border-radius:8px;box-shadow:0 0 12px rgba(0,0,0,.1);max-width:600px;background-color:#fff;width:360px;height:415px}.positioned-event-modal .modal-header{background-color:#fff;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom:1px solid #dee2e6;padding:.75rem 1rem 10px;width:289px;height:57px;gap:10px;margin-bottom:4px}.lead-card-actions,.lead-card-actions button{display:flex;align-items:center;gap:10px}.lead-card-actions button{font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:1%;color:#6c7075;border-radius:10px;padding:10px;border:1px solid rgba(35,43,54,.2);background:#fff;width:-moz-fit-content;width:fit-content}.lead-card-actions button.message{border:1px solid #0087ef;color:#0087ef;padding:10px 34px}.event-modal-body{display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:20px}.positioned-event-modal .modal-title{font-weight:600;font-size:1.1rem}.positioned-event-modal .modal-body{padding:1rem}.positioned-event-modal .modal-footer{display:flex;justify-content:center;gap:8px;padding:.75rem 1rem;background-color:#fff;border-top:1px solid #dee2e6;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.event-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;z-index:9999}.event-modal-content{background:#fff;border-radius:8px;min-width:350px;max-width:400px;padding:24px;position:relative}.event-modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px}.event-modal-title{display:flex;align-items:center;gap:12px;margin:0}.event-modal-actions{margin:0 0 0 auto}.event-modal-icon-btn{background:none;border:none;cursor:pointer;padding:0}.event-modal-icon-btn.close-btn{font-size:20px;margin-left:4px}.event-modal-body p{margin:0 0 8px}*{margin:0;padding:0;box-sizing:border-box}.payment-error-container{gap:20px;background-color:#f9f9f9;box-shadow:0 2px 4px rgba(0,0,0,.1)}.error-box,.payment-error-container{display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:8px}.error-box{width:100%;max-width:442px!important;gap:10px}.error-icon{position:relative;width:47px;height:47px;bottom:15px;background-color:#fe3c3c;color:#fff;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;border-radius:50%}.error-icon:after{position:absolute;bottom:-20px;left:0;right:0;text-align:center;font-size:12px;color:#007bff}.error-title{font-size:32px!important;font-weight:500!important;color:#0b1f2c!important;font-family:Roboto,sans-serif!important;line-height:100%!important}.error-message{font-size:16px;color:#6c7075!important;font-weight:400;line-height:100%;text-align:center}.error-message,.retry-button{font-family:Roboto,sans-serif}.retry-button{width:100%;max-width:382px;max-height:51px;padding:15px 20px;border:1px solid #168c7e;border-radius:70px!important;background-color:rgba(0,0,0,0);color:#168c7e;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.retry-button:hover{background-color:#00c8a8;color:#fff}.payment-modal-body-reject{max-width:442px;min-height:284px;border-radius:20px;padding:30px!important;background-color:#fff}.payment-modal-body-reject-modal-content{font-size:100px!important;color:#1890ff!important;max-width:20px}.card-bg-container{background-color:#def1ef!important;padding:30px!important;border-radius:20px!important}.card-inner-content.registration-form-card{max-width:648px}.module-card-header h2{color:#26282b!important;font-family:Roboto,sans-serif;font-weight:500!important;font-size:32px!important;line-height:100%;letter-spacing:1px;vertical-align:middle;margin-bottom:10px!important}.common-input-group input{border-radius:40px;padding:15px 20px}.common-input-group{margin-bottom:0}.otp-message-with-icon{display:flex;align-items:center;gap:8px;margin-top:1rem;font-size:12px;color:#6c7075;font-weight:400}.lock-icon-wrapper{font-family:Roboto,sans-serif;font-weight:400;font-size:12px;line-height:100%;letter-spacing:1%}.lock-icon-wrapper svg{width:10px;height:12px;left:1px}.login-container{position:relative;min-height:100vh;padding:20px;background-color:#f8f9fa}.logo-top-left{position:absolute;top:20px;left:20px;z-index:10;width:100px;height:auto}.login-card{padding:30px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);width:100%;max-width:400px;z-index:1;position:relative}.login-card h2{color:#26282b!important;margin-bottom:20px!important;font-size:32px!important;font-weight:500!important;line-height:100%!important}.login-card p{color:#6c757d;margin-bottom:20px}.login-form label{display:block;margin-bottom:8px;font-weight:500}.login-form{max-width:588px!important;min-height:250px!important}.phone-input-container{margin-top:8px}.lock-icon-wrapper{vertical-align:middle;margin-right:5px;display:inline-block}.send-otp-button{background-color:#007bff;padding:12px;margin-top:20px;border-radius:5px}.send-otp-button:disabled{background-color:#9ec1cf}.signup-link{margin-top:15px;font-size:14px}.signup-link a{color:#007bff}.otpTitle{font-size:16px;margin-bottom:10px}.otpDescription{font-size:14px;margin-bottom:20px}.otpInputContainer{justify-content:space-between}.otpInput{width:calc(16.66% - 10px);padding:12px;font-size:18px;border:1px solid #ced4da;border-radius:5px;outline:none}.resendText{margin-top:15px;font-size:14px;text-align:center}.resendLink{color:#007bff}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#def1ef}.login-card{background:#fff;border-radius:20px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:30px!important;width:648px;max-width:100%;min-height:398px}h2{color:#26282b!important;margin-top:15px!important;font-size:32px!important;font-weight:500!important;margin-bottom:1px!important}p{color:#0b1f2c!important;margin-top:15px;font-size:16px;font-weight:400;line-height:100%}.registration-form-card .common-form-label{color:#6c7075;font-family:Roboto,sans-serif;font-weight:400!important;font-size:14px;line-height:100%;letter-spacing:1px}.lg-card-bg-container{width:648;height:537;top:247px;left:396px;border-radius:20px;padding:30px;gap:24px}.col-md-12{margin-bottom:0}.phone-input-container{margin-bottom:20px}.phone-input-container label{color:#6c7075;display:block;margin-bottom:5px;font-size:14px;font-weight:400}.country-code-select-with-number{width:100%;padding:10px;border:1px solid #ccc;border-radius:40px;display:flex;align-items:center}.cc{letter-spacing:1px;font-family:Roboto,sans-serif!important}label{margin-top:30px;color:#6c7075;font-size:14px;font-weight:400!important;line-height:100%}.registration-form-card p{color:#0b1f2c!important;font-family:Roboto,sans-serif;font-weight:400;margin-top:15px!important;font-size:16px;line-height:100%;letter-spacing:1px}.country-code-select-with-number .iti{border:none!important;border-radius:40px!important}.country-code-select-with-number input{flex:1 1;border:none;outline:none;padding:10px;font-size:16px}.phone-input-container small{display:flex;align-items:center;font-weight:400;font-size:12px;color:#6c7075}.phone-input-container small i{font-size:14px;color:#00b4d8}.send-otp-button{display:block;padding:15px;background-color:#00b4d8;border-radius:40px;font-size:16px;transition:background-color .3s ease;margin-top:15px}.send-otp-button:hover{background-color:#008c9e}.send-otp-button:disabled{background-color:#ccc;cursor:not-allowed}.otpInputContainer{margin-top:20px}.otpInput{width:40px;height:40px;padding:0;font-size:20px;border:1px solid #ccc;border-radius:4px}.text-danger{color:red}.resendLink{color:#00b4d8}.login-signup-link{text-align:left;margin-top:20px;font-weight:400}.login-signup-link,.login-signup-link a{font-family:Roboto,sans-serif;font-size:14px}.login-signup-link a{font-weight:500;line-height:100%;letter-spacing:1%;color:#0087ef}.login-otp-container{width:648;height:350;top:247px;left:396px;border-radius:20px;padding:30px;gap:24px}.leads-form-container{background:unset}.leads-form-card{max-width:100%;position:relative;z-index:999;font-family:Roboto,sans-serif}.lead-list-container{border-radius:8px;padding:20px;margin:20px 0}.leads-table-container{overflow-x:auto;width:100%;margin-bottom:20px}.leads-table{width:100%;border-collapse:collapse;font-family:Roboto,sans-serif}.leads-table td,.leads-table th{padding:12px 15px;text-align:left;border-bottom:1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.leads-table thead tr{background-color:#f9f9f9}.leads-table thead tr th{font-weight:600;color:#555;white-space:nowrap}.leads-table thead tr th.th-action,.leads-table thead tr th.th-chat{text-align:center}.leads-table tbody tr{transition:background-color .2s ease}.leads-table tbody tr:hover{background-color:#f5f5f5}.leads-table tbody tr td{vertical-align:middle}.leads-table tbody tr td .lead-date,.leads-table tbody tr td .lead-email,.leads-table tbody tr td .lead-name,.leads-table tbody tr td .lead-notes,.leads-table tbody tr td .lead-phone{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.leads-table tbody tr td .lead-date{font-weight:500;color:#333;margin-bottom:5px;max-width:75%}.leads-table tbody tr td.td-name{max-width:250px}.leads-table tbody tr td.td-name .lead-date{max-width:75%}.leads-table tbody tr td.td-name .lead-date,.leads-table tbody tr td.td-name .lead-name,.leads-table tbody tr td.td-name .lead-phone{font-weight:500;color:#333;margin-bottom:5px}.leads-table tbody tr td.td-name .lead-notes{color:#666;max-width:100px;font-size:.85rem}.leads-table tbody tr td.td-email{color:#333;max-width:150px}.leads-table tbody tr td.td-phone{color:#666;font-size:.9rem;max-width:125px}.leads-table tbody tr td.td-status{color:#444;font-weight:500}.leads-table tbody tr td.td-source{color:#555}.leads-table tbody tr td.td-tag{white-space:normal;overflow:visible;text-overflow:clip}.leads-table tbody tr td.td-tag .lead-tag{padding:4px 29px;border-radius:24px;white-space:nowrap}.leads-table tbody tr td.td-tag .lead-tag.Hot{color:#ff4500;background:rgba(255,69,0,.2509803922)}.leads-table tbody tr td.td-tag .lead-tag.Cold{color:#00bfff;background:rgba(0,191,255,.1803921569)}.leads-table tbody tr td.td-tag .lead-tag.Paid{color:#32cd32;background:rgba(50,205,50,.168627451)}.leads-table tbody tr td.td-last-contacted{color:#555;font-size:.9rem}.leads-table tbody tr td.td-chat{text-align:center;white-space:normal;overflow:visible;text-overflow:clip}.leads-table tbody tr td.td-chat .chat-btn{background:#3b82f6;border:none;color:#fff;width:-moz-fit-content;width:fit-content;padding-inline:16px;white-space:nowrap}.leads-table tbody tr td.td-action{white-space:normal;overflow:visible;text-overflow:clip}.leads-table tbody tr td.td-action .action-buttons{display:flex;justify-content:center;gap:10px}.leads-table tbody tr td.td-action .action-buttons button{border:1px solid;outline:none;padding:12px;border-radius:12px;white-space:nowrap}.leads-table tbody tr td.td-action .action-buttons button:first-child{background-color:rgba(59,130,246,.0901960784)}.leads-table tbody tr td.td-action .action-buttons button:nth-child(2){border-color:red;background-color:rgba(255,0,0,.1098039216)}@media(max-width:992px){.leads-table td,.leads-table th{padding:10px 12px}}@media(max-width:768px){.leads-table thead{display:none}.leads-table tbody tr{display:block;margin-bottom:15px;border:1px solid #eee;border-radius:6px;padding:10px}.leads-table tbody tr td{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-bottom:1px solid #f5f5f5;white-space:normal;text-overflow:clip;max-width:none}.leads-table tbody tr td:last-child{border-bottom:none}.leads-table tbody tr td:before{content:attr(data-label);font-weight:600;color:#555;margin-right:15px;white-space:nowrap}.leads-table tbody tr td.td-action,.leads-table tbody tr td.td-chat{justify-content:flex-start}.leads-table tbody tr td.td-action:before,.leads-table tbody tr td.td-chat:before{min-width:60px}.leads-table tbody tr td .action-buttons{justify-content:flex-start!important}.leads-table tbody tr td .custom-tooltip{display:none}}@media(max-width:576px){.leads-table tbody tr td{flex-direction:column;align-items:flex-start}.leads-table tbody tr td:before{margin-bottom:5px}}.search-and-create-lead-button{justify-content:space-between;margin-top:20px!important;font-family:Roboto,sans-serif}.search-and-create-lead-button input{width:100%;padding:12px 15px;border:1px solid #e0e0e0;border-radius:40px;font-size:14px;transition:all .3s ease;background-color:#f8f9fa}.search-and-create-lead-button input:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px rgba(67,97,238,.1)}.search-and-create-lead-button input::placeholder{color:hsl(208.2352941176,7.2961373391%,65.6862745098%)}.search-and-create-lead-button button{padding:14px;background-color:#4361ee;color:#fff;border:none;border-radius:40px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:20px}.search-and-create-lead-button button:hover{background-color:#3f37c9;transform:translateY(-2px)}.search-and-create-lead-button button:active{transform:translateY(0)}.search-and-create-lead-button button:disabled{background-color:rgb(160.5414634146,175.6146341463,246.4585365854);cursor:not-allowed}.see-leads-list-button{padding:14px;background-color:#4361ee;color:#fff;border:none;border-radius:40px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:20px;display:inline-block}.see-leads-list-button:hover{background-color:#3f37c9;transform:translateY(-2px)}.see-leads-list-button:active{transform:translateY(0)}.see-leads-list-button:disabled{background-color:rgb(160.5414634146,175.6146341463,246.4585365854);cursor:not-allowed}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:20px;flex-wrap:wrap}.pagination-button{padding:8px 16px;background-color:#e6e6e6;border:1px solid var(--neutral-200);color:var(--text-primary);border-radius:.375rem;font-size:.875rem;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease}.pagination-button:hover:not(:disabled){background-color:#999;color:var(--teal-900);border-color:var(--teal-300)}.pagination-button:disabled{cursor:not-allowed;opacity:.6}.pagination-button.active{font-weight:600;background-color:var(--teal-100);color:var(--teal-900);cursor:default}.pagination-ellipsis{padding:8px 12px;color:var(--neutral-500);font-size:.875rem;display:flex;align-items:center;justify-content:center}.leads-form-container{padding:2rem}.leads-form-container .leads-form-card{border-radius:12px;padding:2.5rem;position:relative;overflow:hidden}.leads-form-container .leads-form-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#4e66f8,#3a52e8)}.leads-form-container .leads-form-card .module-card-header{margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.leads-form-container .leads-form-card .module-card-header h2{font-size:1.75rem;font-weight:700;color:#2c3e50;margin:0;position:relative}.leads-form-container .leads-form-card .module-card-header h2:after{content:"";position:absolute;bottom:-8px;left:0;width:50px;height:3px;background:#4e66f8;border-radius:3px}.leads-form-container .leads-form-card .module-card-header .header-icon{background:#f0f3ff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.leads-form-container .leads-form-card .module-card-header .header-icon svg{color:#4e66f8;font-size:1.5rem}.leads-form-container .leads-form-card form .form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px dashed #eaeaea}.leads-form-container .leads-form-card form .form-section:last-child{border-bottom:none}.leads-form-container .leads-form-card form .form-section .section-title{font-size:1.1rem;font-weight:600;color:#4e66f8;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.leads-form-container .leads-form-card form .row .col-md-12,.leads-form-container .leads-form-card form .row .col-md-6{padding:0 1rem}.leads-form-container .leads-form-card form .form-footer{margin-top:2rem;padding-top:1.5rem}.leads-form-container .leads-form-card form .form-footer .login-button{background:linear-gradient(90deg,#4e66f8,#3a52e8);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px rgba(78,102,248,.3);position:relative;overflow:hidden;width:-moz-fit-content;width:fit-content}.leads-form-container .leads-form-card form .form-footer .login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .5s ease}.leads-form-container .leads-form-card form .form-footer .login-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(78,102,248,.4)}.leads-form-container .leads-form-card form .form-footer .login-button:hover:before{left:100%}.leads-form-container .leads-form-card form .form-footer .login-button:active{transform:translateY(0)}@media(max-width:992px){.leads-form-container{padding:1.5rem}}@media(max-width:768px){.leads-form-card{padding:1.5rem!important}.leads-form-card .module-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.sort-btn{background:none;border:none;font-weight:600;font-size:15px;cursor:pointer;display:flex;align-items:center;gap:4px}.sort-btn:hover{color:#007bff}.leads-country-code .country-code-select{width:20%!important}.kanban-board{display:flex;gap:20px;padding:20px;overflow-x:auto}.kanban-column{min-width:329px;border-radius:8px;padding:10px;flex-shrink:0}.kanban-card,.kanban-column{transition:background-color .2s ease}.kanban-card{background:#fff;margin-bottom:12px;cursor:-webkit-grab;cursor:grab}.lead-status-column{display:flex;justify-content:space-between;align-items:center;border:1px solid #0087ef;padding:10px 20px;background:rgba(0,140,248,.0509803922);color:#0087ef;border-radius:40px;margin-bottom:24px}.lead-status-column h4{font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:1%;color:#0087ef}.lead-status-column .lead-status-column-status{display:flex;align-items:center;gap:12px}.lead-status-column .lead-status-column-status button{border:none;outline:none;background-color:rgba(0,0,0,0)}.lead-list-header{display:flex;flex-direction:column;gap:10px}.lead-page-header-line{font-family:Roboto,sans-serif;font-weight:400;font-size:12px;line-height:100%;letter-spacing:1%;vertical-align:middle}.lead-list-card{border:1px solid rgba(35,43,54,.2);padding:20px;border-radius:20px}.lead-list-card,.lead-list-card .lead-card-content{display:flex;flex-direction:column;gap:20px}.lead-list-card .lead-card-content .lead-user-name{display:flex;align-items:center;justify-content:space-between;gap:10px}.lead-list-card .lead-card-content .lead-user-name .reminder-button{border:none;outline:none;background:rgba(0,0,0,0);display:flex;align-items:center;gap:10px;color:#0087ef;font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:1%;width:-moz-fit-content!important;width:fit-content!important;margin-top:0}.lead-list-card .lead-card-content h3{font-family:Roboto,sans-serif;font-weight:700;font-size:20px;line-height:100%;letter-spacing:1%;color:#0b1f2c}.lead-list-card .lead-card-content .phone-and-email-sec{display:flex;align-items:center;gap:10px}.lead-list-card .lead-card-content .phone-and-email-sec p,.lead-list-card .lead-card-content .phone-and-email-sec span{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:1%;color:#6c7075;display:flex;align-items:center;gap:10px}.lead-list-card .lead-card-content .tag-and-source-container{display:flex;align-items:center;font-family:Roboto,sans-serif;gap:10px}.lead-list-card .lead-card-content .tag-and-source-container span{font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:1%;color:#6c7075}.lead-list-card .lead-card-content .tag-and-source-container .tag-constant-label{display:flex;align-items:center;gap:10px}.lead-list-card .lead-card-content .tag-and-source-container .tag-constant-label p{font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:1%;padding:5px 10px;border-radius:40px;display:flex;gap:5px;align-items:center}.lead-list-card .lead-card-content .tag-and-source-container .tag-constant-label p.hot{border:1px solid #ffa70e;background-color:rgba(255,167,14,.0509803922);color:#f8a500}.lead-list-card .lead-card-content .tag-and-source-container .tag-constant-label p.hot svg path{fill:#f8a500}.lead-list-card .lead-card-content .tag-and-source-container .tag-constant-label p.cold{border:1px solid #0087ef;background:rgba(0,140,248,.0509803922);color:#0087ef}.lead-list-card .lead-card-content .tag-and-source-container .tag-constant-label p.cold svg path{fill:#0087ef}.lead-list-card .lead-card-content .tag-and-source-container .tag-constant-label p.paid{border:1px solid #00c593;background:rgba(0,197,147,.0509803922);color:#00c593}.lead-list-card .lead-card-content .tag-and-source-container .tag-constant-label p.paid svg path{fill:#00c593}.lead-list-card .lead-card-content .tag-and-source-container .tag-constant-label p.whats-app{border:1px solid #168c7e;background:rgba(22,140,126,.0509803922);color:#168c7e}.lead-list-card .lead-card-actions{display:flex;align-items:center;gap:10px}.lead-list-card .lead-card-actions button{font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:1%;color:#6c7075;border-radius:10px;padding:10px;border:1px solid rgba(35,43,54,.2);background:#fff;width:-moz-fit-content;width:fit-content;display:flex;gap:10px;align-items:center}.lead-list-card .lead-card-actions button.message{border:1px solid #0087ef;color:#0087ef;padding:10px 34px}.kanban-card button{width:60%;margin-top:10px;padding:4px;font-size:14px}.add-lead-button{background:#fff}.homepage{font-family:Roboto,sans-serif;color:#212529;line-height:1.6;min-height:100vh;background-color:#f5f7ff;padding:0 42px}.homepage .dashboad-header{width:279px;height:81px;gap:10px}.homepage .dashboard-top-card{padding:50px 10;max-width:100%}.homepage .dashboard-top-card .card{height:100%}.homepage .dashboard-top-card .card .card-body{font-family:Roboto,sans-serif;border-radius:20px!important}.homepage .badge.bg-light-primary{background:#e8f4ff;color:#1890ff}.homepage .badge.bg-light-success{background:#eef9e8;color:#52c41a}.homepage .badge.bg-light-warning{background:#fff7e8;color:#faad14}.homepage .badge.bg-light-danger{background:#ffeded;color:#ff4d4f}.homepage .visitor-graph-container{padding:60px 0}.homepage .visitor-graph-container h5{color:#343a40;font-family:Roboto,sans-serif}.homepage .visitor-graph-container .incoming-overview{height:100%;display:flex;flex-direction:column;justify-content:space-between}.homepage .visitor-graph-container .incoming-overview .card{height:90%}.homepage .table-container{padding-bottom:60px}.homepage .table-container h5{color:#343a40;font-family:Roboto,sans-serif}.homepage .table-container .table-container-inner table tr:hover{background-color:rgba(24,144,255,.03)}.homepage .table-container .table-container-inner table tr th{font-family:Roboto,sans-serif;font-weight:500;padding:.9rem .75rem;font-size:14px}.homepage .table-container .table-container-inner table tr td{font-family:Roboto,sans-serif;font-weight:400;color:rgba(33,37,41,.7490196078);padding:.9rem .75rem;font-size:14px}.homepage .table-container .table-container-inner table tr td a{color:rgba(33,37,41,.7490196078);text-decoration:none}.homepage .table-container .analytics-report-card{height:100%}.homepage .table-container .analytics-report-card .card{height:94%}.homepage .salery-report-and-transition-history{padding-bottom:100px;font-family:Roboto,sans-serif}.homepage .salery-report-and-transition-history h5{color:#343a40;font-family:Roboto,sans-serif}.homepage .salery-report-and-transition-history .transition-history-sec .avtar.avtar-s{width:40px;height:40px;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.homepage .salery-report-and-transition-history .transition-history-sec .avtar.avtar-s.bg-light-success{background:#eef9e8;color:#52c41a}.homepage .salery-report-and-transition-history .transition-history-sec .avtar.avtar-s.bg-light-primary{background:#e8f4ff;color:#1890ff}.homepage .salery-report-and-transition-history .transition-history-sec .avtar.avtar-s.bg-light-danger{background:#ffeded;color:#ff4d4f}@media(max-width:768px){.homepage{padding:0 15px}}.centered-container{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;box-sizing:border-box}.dashboard-top-card{width:100%;max-width:500px;background-color:#fff;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.1);text-align:center;padding:2rem;gap:1rem}.send-otp-button span{border:3px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite;margin:auto;display:block}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.card-bg-container{background-color:#f8f9fa;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.card-inner-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:2rem;max-width:400px;width:100%}.module-card-header{text-align:left}.module-card-header h2{color:#26282b;font-size:1.75rem;margin-bottom:.5rem;text-align:left}.module-card-header h3{color:#574e4e;font-size:1.2rem;margin-bottom:2rem;text-align:left}.login-form .country-code-select-with-number{margin-bottom:1rem;border-radius:50px}.login-form p,.otp-message{color:#6c757d;margin-bottom:1rem}.send-otp-button{background:#168c7e;color:#fff;border:none;padding:.75rem;width:100%;font-weight:700;border-radius:8px;cursor:pointer;transition:background .3s ease;border-radius:50px}.send-otp-button:hover{opacity:.9}.divider{position:relative;text-align:center;margin:1.5rem 0}.divider span{background-color:#fff;padding:0 1rem;color:#6c757d;font-size:.9rem}.signup-link{text-align:center;font-size:.95rem}.signup-link a{color:#667eea;text-decoration:none;font-weight:700}.signup-link a:hover{text-decoration:underline}.modalHeader{background-color:#fff;color:#574e4e}.modalHeader h2{margin:0;font-size:1.5rem;font-weight:700}.modalBody{padding:2rem}.otpTitle{font-size:1.25rem;margin-bottom:1rem;text-align:left}.otpTitle strong{color:#556cd6}.otpDescription{font-size:.95rem;color:#6c757d;text-align:left;margin-bottom:1.5rem}.otpInputContainer{display:flex;justify-content:center;gap:10px;margin-bottom:1.5rem}.otpInput{width:60px;height:50px;font-size:1.25rem;text-align:center;border-radius:15px;border:1px solid #696c6f;transition:border-color .3s ease}.otpInput:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px rgba(102,126,234,.25)}.resendText{text-align:left;font-size:.9rem;color:#6c757d;margin-top:.2rem;margin-bottom:.7rem}.resendLink{color:#667eea;cursor:pointer;text-decoration:underline}.resendLink:hover{color:#556cd6}.backButton{background-color:#e9ecef;color:#343a40;border:none;padding:.6rem 1.2rem;font-weight:600;border-radius:8px}.backButton:hover{background-color:#dde0e5}.continueButton{background:linear-gradient(90deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem 1.2rem;font-weight:600;border-radius:8px}.continueButton:hover{opacity:.9}.subscription-tiers{padding:2rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden;font-family:Roboto,sans-serif}.subscription-tiers:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==");opacity:.6}.subscription-tiers .container{position:relative;z-index:1}.subscription-tiers .section-title{font-weight:800;color:#2b2d42;margin-bottom:.75rem;font-size:2.5rem;letter-spacing:-.5px;background:linear-gradient(90deg,#4361ee,#3a0ca3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:0 2px 4px rgba(0,0,0,.05);font-family:Roboto,sans-serif}.subscription-tiers .section-subtitle{color:#6c757d;font-size:1.25rem;margin:0 auto 3rem;line-height:1.6;font-family:Roboto,sans-serif;text-align:center}.subscription-tiers .row{align-items:stretch}.subscription-tiers .tier-card{background:#fff;border-radius:16px;padding:2.5rem;height:100%;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px rgba(0,0,0,.05);border:none;display:flex;flex-direction:column;overflow:hidden;z-index:1;font-family:Roboto,sans-serif}.subscription-tiers .tier-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px}.subscription-tiers .tier-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 40px rgba(67,97,238,.15)}.subscription-tiers .tier-card.popular:before{background:linear-gradient(90deg,#f72585,#7209b7)}.subscription-tiers .tier-card.popular .tier-name,.subscription-tiers .tier-card.popular .tier-price .price{color:#f72585}.subscription-tiers .tier-card.selected{box-shadow:0 0 0 3px rgba(67,97,238,.82)}.subscription-tiers .tier-card .popular-badge{position:absolute;top:20px;right:-30px;background:linear-gradient(90deg,#f72585,#7209b7);color:#fff;padding:.25rem 2rem;font-size:.85rem;font-weight:600;transform:rotate(45deg);box-shadow:0 2px 10px rgba(247,37,133,.3)}.subscription-tiers .tier-card .tier-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px dashed #e9ecef;font-family:Roboto,sans-serif}.subscription-tiers .tier-card .tier-header .tier-name{font-weight:700;color:#4361ee;font-size:1.75rem;margin-bottom:1rem;letter-spacing:-.5px}.subscription-tiers .tier-card .tier-header .tier-price .price{font-size:3.5rem;font-weight:800;color:#4361ee;line-height:1;display:inline-block;position:relative}.subscription-tiers .tier-card .tier-header .tier-price .price:before{content:attr(data-price);position:absolute;font-size:1.5rem;top:.5rem;left:-1rem;font-weight:600}.subscription-tiers .tier-card .tier-header .tier-price .period{color:#6c757d;font-size:1rem;display:block;margin-top:.5rem;font-weight:500}.subscription-tiers .tier-card .tier-features{list-style:none;padding:0;margin:0 0 2.5rem;flex-grow:1}.subscription-tiers .tier-card .tier-features li{color:#495057;position:relative;padding:.75rem 0 .75rem 2rem;font-weight:500;border-bottom:1px dashed #f1f3f5}.subscription-tiers .tier-card .tier-features li:last-child{border-bottom:none}.subscription-tiers .tier-card .tier-features li:before{content:"";position:absolute;left:0;top:50%;width:12px;height:12px;background-color:#4cc9f0;border-radius:50%;transform:translateY(-50%)}.subscription-tiers .tier-card .tier-features li:after{content:"";position:absolute;left:3px;top:50%;width:6px;height:3px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-50%) rotate(-45deg)}.subscription-tiers .tier-card .btn{width:100%;padding:1rem;border-radius:12px;font-weight:600;font-size:1.1rem;letter-spacing:.5px;transition:all .3s ease;position:relative;overflow:hidden;border:none;z-index:1}.subscription-tiers .tier-card .btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#4361ee,#3a0ca3);z-index:-1;transition:opacity .3s ease;opacity:1}.subscription-tiers .tier-card .btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(67,97,238,.3)}.subscription-tiers .tier-card .btn:hover:before{opacity:.9}.subscription-tiers .tier-card .btn:active{transform:translateY(0)}.subscription-tiers .tier-card .btn-outline-primary{background:#fff;color:#4361ee;border:2px solid #4361ee}.subscription-tiers .tier-card .btn-outline-primary:before{background:#fff}.subscription-tiers .tier-card .btn-outline-primary:hover{color:#fff;border-color:rgba(0,0,0,0)}.subscription-tiers .tier-card .btn-outline-primary:hover:before{opacity:1;background:linear-gradient(90deg,#4361ee,#3a0ca3)}@media(max-width:991.98px){.subscription-tiers{padding:4rem 0}.subscription-tiers .section-title{font-size:2rem}.subscription-tiers .tier-card{padding:2rem}}@media(max-width:767.98px){.subscription-tiers .row{max-width:500px;margin:0 auto}.subscription-tiers .tier-card{margin-bottom:2rem}.subscription-tiers .tier-card:hover{transform:none}}.user-plan-container{width:506px;height:508px;padding:20px;margin-bottom:160px;max-width:506px;min-height:508px}.user-plan-title{font-size:32px;color:#26282b;font-weight:500;font-family:Roboto,sans-serif}.user-plan-section{margin-top:30px}.user-plan-section h2{font-size:14px;line-height:100%;color:#6c7075;font-weight:400}.user-plan-details{display:flex;justify-content:space-between;align-items:center;background-color:rgba(35,43,54,.0784313725);padding:10px 20px;margin-top:20px}.user-plan-name{font-size:14px;font-weight:400;color:#0b1f2c;line-height:100%}.user-plan-button{padding:10px 20px;border:1px solid #168c7e;border-radius:70px;background:rgba(0,0,0,0);color:#168c7e;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.user-plan-button:hover{background-color:#b2ebf2}.user-plan-features{margin-block:30px}.user-plan-button{margin-bottom:5px}.user-plan-features h2{color:#26282b;font-size:16px;font-weight:500;line-height:100%}.user-plan-features p{color:#868d98;padding-top:10px;padding-bottom:30px}.user-discount,.user-plan-features p{font-size:12px;font-weight:500;line-height:100%}.user-discount{color:#0b1f2c}.user-plan-features-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.featureItem{display:flex;color:#070127;font-size:14px;font-weight:400;align-items:center;gap:10px}.user-check-mark{width:20px;height:20px;margin-right:10px}.billing-section{margin-top:20px}.billing-section h2{color:#6c7075;font-size:14px;font-weight:400;line-height:100%}.billing-details{display:flex;justify-content:space-between;align-items:center;background-color:rgba(35,43,54,.0784313725);padding:10px 20px;margin-top:20px}.billing-details p{color:#0b1f2c;font-size:14px;font-weight:400;line-height:150%}.user-billing-button{padding:10px 20px;border:1px solid #168c7e;border-radius:70px;background:rgba(0,0,0,0);color:#168c7e;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease;margin-top:8px}.user-billing-button:hover{background-color:#b2ebf2}.user-info{gap:8px}.billing-toggle-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin:20px 0}.toggle-label{font-weight:600;color:#1a1a3d;font-size:14px;transition:color .3s}.toggle-label.active{color:#005b60}.billing-toggle-switch{position:relative;display:inline-block;width:48px;height:24px}.billing-toggle-switch input{opacity:0;width:0;height:0}.billing-toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#188c80;transition:.4s;border-radius:34px}.billing-toggle-switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.billing-toggle-switch input:checked+.slider:before{transform:translateX(24px)}.billing-container{padding:32px}.billing-title{text-align:left;margin-bottom:0}.billing-subtitle{text-align:left;color:#888;margin-bottom:24px}.billing-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.04)}.billing-header-row{background:#f7f7f7;text-align:left}.billing-cell{padding:12px 16px}.paid-status{background-color:#e6f4f1;color:#0a7d70}.paid-status,.unpaid-status{padding:4px 12px;border-radius:20px;font-weight:600;display:inline-block;font-size:.9rem}.unpaid-status{background-color:#ff4d4f;color:#fff}.download-button{background:#fff;color:#282525;border:1px solid;border-radius:4px;padding:6px 16px;cursor:pointer}.billing-no-data{text-align:center;padding:24px;color:#888}.remnider-container{padding:.75rem 2.5rem}.remnider-container .reminder-list-header{display:flex;justify-content:space-between;align-items:center}.remnider-container .reminder-list-header .add-reminder-btn{background:rgba(0,0,0,0);border:2px solid #168c7e;border-radius:40px;padding:8px;color:#168c7e}.remnider-container .reminder-body .rbc-calendar{padding:20px 0!important}