@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap);.analytics-card{align-items:flex-start;display:flex;flex-direction:column;height:180px;justify-content:space-between;padding:10px}.analytics-card .analytics-header{align-items:center!important;display:flex;justify-content:flex-start}.analytics-card .analytics-header h5{color:#000;font-size:18px;font-weight:600}.analytics-card .analytcis-middle h5{color:#aaa;font-size:16px}.analytics-card .analytics-bottom{align-items:center!important;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}.analytics-card .analytics-bottom h5{color:#aaa;font-size:16px}.flex-property{align-items:center;display:flex;justify-content:center}.coupon-list-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:24px 32px}.coupon-list-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:28px}.coupon-list-title-section{display:flex;flex-direction:column;gap:4px}.coupon-list-title{color:#0f172a;font-size:28px;font-weight:700;letter-spacing:-.5px;margin:0}.coupon-list-subtitle{color:#64748b;font-size:14px;margin:0}.coupon-list-actions{align-items:center;display:flex;gap:12px}.coupon-list-actions .ant-btn{align-items:center;border-radius:10px;display:flex;font-weight:500;gap:6px;height:40px}.coupon-list-actions .ant-btn-primary{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;box-shadow:0 4px 12px #8b5cf64d}.coupon-list-actions .ant-btn-primary:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 6px 16px #8b5cf666}.coupon-stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,1fr);margin-bottom:24px}.coupon-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000d;overflow:hidden;padding:20px;position:relative;transition:all .2s ease}.coupon-stat-card:before{content:"";height:3px;left:0;position:absolute;right:0;top:0}.coupon-stat-card.total:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.coupon-stat-card.active:before{background:linear-gradient(90deg,#10b981,#34d399)}.coupon-stat-card.inactive:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.coupon-stat-card.expired:before{background:linear-gradient(90deg,#ef4444,#f87171)}.coupon-stat-card.exhausted:before{background:linear-gradient(90deg,#6366f1,#818cf8)}.coupon-stat-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.coupon-stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.coupon-stat-icon{align-items:center;border-radius:10px;display:flex;font-size:18px;height:40px;justify-content:center;width:40px}.coupon-stat-card.total .coupon-stat-icon{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.coupon-stat-card.active .coupon-stat-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.coupon-stat-card.inactive .coupon-stat-icon{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.coupon-stat-card.expired .coupon-stat-icon{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.coupon-stat-card.exhausted .coupon-stat-icon{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4f46e5}.coupon-stat-value{color:#0f172a;font-size:28px;font-weight:700;line-height:1.2}.coupon-stat-label{color:#64748b;font-size:13px;font-weight:500}.coupon-filters-section{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 3px #0000000d;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px;padding:16px 20px}.coupon-filter-group{align-items:center;display:flex;gap:8px}.coupon-filter-label{color:#64748b;font-size:13px;font-weight:500}.coupon-search-input{border-radius:8px;width:280px}.coupon-search-input .ant-input{border-radius:8px}.coupon-filter-reset{border-color:#8b5cf6!important;color:#8b5cf6!important;margin-left:auto}.coupon-filter-reset:hover{background:#f5f3ff!important}.coupon-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.coupon-table-card .ant-table{background:#0000}.coupon-table-card .ant-table-thead>tr>th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-size:12px;font-weight:600;letter-spacing:.5px;padding:14px 16px;text-transform:uppercase}.coupon-table-card .ant-table-tbody>tr>td{border-bottom:1px solid #f1f5f9;padding:16px}.coupon-table-card .ant-table-tbody>tr:hover>td{background:#f8fafc}.coupon-table-card .ant-table-tbody>tr:last-child>td{border-bottom:none}.coupon-code-cell{align-items:center;display:flex;gap:12px}.coupon-code-icon{align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:10px;color:#fff;display:flex;font-size:18px;font-weight:700;height:42px;justify-content:center;width:42px}.coupon-code-icon.percentage{background:linear-gradient(135deg,#10b981,#059669)}.coupon-code-icon.fixed_amount{background:linear-gradient(135deg,#3b82f6,#2563eb)}.coupon-code-icon.free_trial{background:linear-gradient(135deg,#f59e0b,#d97706)}.coupon-code-info{display:flex;flex-direction:column;gap:2px}.coupon-code-text{color:#0f172a;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;font-weight:600;letter-spacing:1px}.coupon-code-copy{cursor:pointer;opacity:.5;transition:opacity .2s}.coupon-code-copy:hover{opacity:1}.coupon-name-text{color:#64748b;font-size:12px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.coupon-discount-cell{display:flex;flex-direction:column;gap:4px}.coupon-discount-value{color:#059669;font-size:16px;font-weight:700}.coupon-discount-type{color:#64748b;font-size:11px;letter-spacing:.5px;text-transform:uppercase}.coupon-duration-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 10px}.coupon-duration-badge.once{background:#dbeafe;color:#1e40af}.coupon-duration-badge.repeating{background:#fef3c7;color:#92400e}.coupon-duration-badge.forever{background:#dcfce7;color:#166534}.coupon-validity-cell{display:flex;flex-direction:column;gap:4px}.coupon-validity-dates{color:#475569;font-size:13px}.coupon-validity-remaining{color:#94a3b8;font-size:11px}.coupon-validity-remaining.expiring-soon{color:#f59e0b;font-weight:500}.coupon-validity-remaining.expired{color:#ef4444;font-weight:500}.coupon-usage-cell{display:flex;flex-direction:column;gap:6px}.coupon-usage-bar{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden;width:100%}.coupon-usage-bar-fill{border-radius:3px;height:100%;transition:width .3s ease}.coupon-usage-bar-fill.low{background:linear-gradient(90deg,#10b981,#34d399)}.coupon-usage-bar-fill.medium{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.coupon-usage-bar-fill.high{background:linear-gradient(90deg,#ef4444,#f87171)}.coupon-usage-text{color:#64748b;display:flex;font-size:12px;justify-content:space-between}.coupon-usage-count{color:#0f172a;font-weight:600}.coupon-status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 12px}.coupon-status-dot{border-radius:50%;height:6px;width:6px}.coupon-status-badge.active{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857}.coupon-status-badge.active .coupon-status-dot{background:#10b981;box-shadow:0 0 6px #10b981}.coupon-status-badge.inactive{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.coupon-status-badge.inactive .coupon-status-dot{background:#f59e0b}.coupon-status-badge.expired{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c}.coupon-status-badge.expired .coupon-status-dot{background:#ef4444}.coupon-status-badge.exhausted{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3}.coupon-status-badge.exhausted .coupon-status-dot{background:#6366f1}.coupon-plan-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:11px;font-weight:500;gap:4px;padding:4px 8px}.coupon-plan-badge.all{background:#dbeafe;color:#1e40af}.coupon-plan-badge.specific{background:#dcfce7;color:#166534}.coupon-plan-badge.exclude{background:#fee2e2;color:#b91c1c}.coupon-stripe-badge{align-items:center;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:6px;color:#6d28d9;display:inline-flex;font-size:11px;font-weight:500;gap:4px;padding:4px 8px}.coupon-stripe-badge svg{font-size:12px}.coupon-actions{align-items:center;display:flex;gap:8px}.coupon-action-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.coupon-action-btn:hover{background:#f5f3ff;border-color:#8b5cf6;color:#8b5cf6}.coupon-action-btn.edit:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.coupon-action-btn.copy:hover{background:#ecfdf5;border-color:#10b981;color:#10b981}.coupon-action-btn.delete:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.coupon-pagination{align-items:center;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:16px 20px}.coupon-pagination-info{color:#64748b;font-size:13px}.coupon-empty-state{padding:60px 20px;text-align:center}.coupon-empty-icon{align-items:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:16px;color:#94a3b8;display:flex;font-size:28px;height:64px;justify-content:center;margin:0 auto 16px;width:64px}.coupon-empty-title{color:#0f172a;font-size:16px;font-weight:600;margin-bottom:8px}.coupon-empty-description{color:#64748b;font-size:14px;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:400px}@media (max-width:1400px){.coupon-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.coupon-list-container{padding:16px 20px}.coupon-stats-grid{grid-template-columns:repeat(2,1fr)}.coupon-filters-section{align-items:stretch;flex-direction:column}.coupon-filter-group,.coupon-search-input{width:100%}.coupon-filter-reset{margin-left:0;margin-top:8px}}@media (max-width:640px){.coupon-list-header{flex-direction:column;gap:16px}.coupon-list-actions{justify-content:stretch;width:100%}.coupon-list-actions .ant-btn{flex:1 1}.coupon-stats-grid{grid-template-columns:1fr}}.coupon-form-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:24px 32px}.coupon-form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.coupon-form-title-section{align-items:center;display:flex;gap:16px}.coupon-form-back-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;transition:all .2s ease;width:40px}.coupon-form-back-btn:hover{background:#f5f3ff;border-color:#8b5cf6;color:#8b5cf6}.coupon-form-title{color:#0f172a;font-size:24px;font-weight:700;margin:0}.coupon-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.coupon-form-tabs .ant-tabs-nav{background:#f8fafc;border-bottom:1px solid #e2e8f0;margin-bottom:0;padding:0 24px}.coupon-form-tabs .ant-tabs-tab{color:#64748b;font-size:14px;font-weight:500;padding:16px 20px}.coupon-form-tabs .ant-tabs-tab .tab-label{align-items:center;display:flex;font-size:14px;gap:8px}.coupon-form-tabs .ant-tabs-tab .tab-label svg{font-size:16px}.coupon-form-tabs .ant-tabs-tab-active{color:#8b5cf6}.coupon-form-tabs .ant-tabs-ink-bar{background:#8b5cf6}.coupon-form-tabs .ant-tabs-content{padding:24px}.coupon-form-section{margin-bottom:32px}.coupon-form-section-title{align-items:center;color:#0f172a;display:flex;font-size:16px;font-weight:600;gap:8px;margin-bottom:16px}.coupon-form-section-title svg{color:#8b5cf6}.coupon-form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.coupon-form-row.three-col{grid-template-columns:repeat(3,1fr)}.coupon-form-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.coupon-form-footer .ant-btn{border-radius:10px;font-weight:500;height:42px;padding:0 24px}.coupon-form-footer .ant-btn-primary{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none}.coupon-code-preview{background:linear-gradient(135deg,#0010f7,#1be7ff);border-radius:12px;margin-top:12px;padding:20px}.coupon-code-preview-label{color:#ffffffb3;font-size:11px;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.coupon-code-preview-value{color:#fff;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:24px;font-weight:700;letter-spacing:3px}.coupon-discount-preview{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;margin-top:12px;padding:20px;text-align:center}.coupon-discount-preview-value{color:#059669;font-size:32px;font-weight:700}.coupon-discount-preview-label{color:#047857;font-size:13px;margin-top:4px}.coupon-plan-selection{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:12px}.coupon-plan-item{border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;padding:12px;transition:all .2s ease}.coupon-plan-item:hover{border-color:#8b5cf6}.coupon-plan-item.selected{background:#f5f3ff;border-color:#8b5cf6}.coupon-plan-item-name{color:#0f172a;font-size:14px;font-weight:600}.coupon-plan-item-price{color:#64748b;font-size:12px}body.dark .coupon-list-container{background:linear-gradient(135deg,#0a0a0a,#141414)}body.dark .coupon-list-title{color:#f5f5f5}body.dark .coupon-list-subtitle{color:#c2c2c2}body.dark .coupon-filters-section,body.dark .coupon-stat-card{background:#141414;border-color:#292929;box-shadow:0 1px 3px #0006}body.dark .coupon-stat-card:hover{box-shadow:0 8px 24px #00000080}body.dark .coupon-stat-value{color:#f5f5f5}body.dark .coupon-filter-label,body.dark .coupon-stat-label{color:#c2c2c2}body.dark .coupon-stat-card.total .coupon-stat-icon{background:linear-gradient(135deg,#818cf833,#818cf81a);color:#818cf8}body.dark .coupon-stat-card.active .coupon-stat-icon{background:linear-gradient(135deg,#4ade8033,#4ade801a);color:#4ade80}body.dark .coupon-stat-card.inactive .coupon-stat-icon{background:linear-gradient(135deg,#fbbf2433,#fbbf241a);color:#fbbf24}body.dark .coupon-stat-card.expired .coupon-stat-icon{background:linear-gradient(135deg,#f8717133,#f871711a);color:#f87171}body.dark .coupon-stat-card.exhausted .coupon-stat-icon{background:linear-gradient(135deg,#818cf833,#818cf81a);color:#818cf8}.chat__initial_page{color:#fff;overflow-y:auto;padding:20px 20px 40px;position:relative}.chat__initial_page:before{content:"";left:0;position:fixed;top:0;width:100%;z-index:-1}.chat__initial_page .initial_page_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.chat__initial_page .initial_page_header h2{color:#fff;font-size:26px;font-weight:600;margin:0;padding:0}.chat__initial_page .initial_page_header .close-icon{border-radius:4px;margin:0;padding:5px 5px 0}.chat__initial_page .initial_page_header .close-icon:hover{background-color:#fff;box-shadow:0 1px 4px #00000029;color:#000;cursor:pointer;transition:all .2s ease-out}.chat__initial_page .initial_page_desc{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:flex-start}.chat__initial_page .initial_page_desc p{font-size:16px;line-height:1.3;margin:0;padding:0}.chat__initial_page .send-us-message-container{margin-top:15px}.chat__initial_page .send-us-message-container p{font-size:16px;line-height:1.3;margin:0 0 8px;padding:0}.chat__initial_page .send-us-message-container .send-us-message{align-items:flex-start;background-color:#fff;border:1px solid #d3d3d3;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-start;padding:16px 20px}.chat__initial_page .send-us-message-container .send-us-message .user-info-container{align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-bottom:15px}.chat__initial_page .send-us-message-container .send-us-message .user-info-container .avatar{border-radius:50%;box-shadow:0 1px 4px #00000029;height:50px;overflow:hidden;width:50px}.chat__initial_page .send-us-message-container .send-us-message .user-info-container .user-info p{align-items:flex-start;color:#989898;display:flex;flex-direction:column;font-weight:600;justify-content:center;margin:5px 0;padding:0}.chat__initial_page .send-us-message-container .send-us-message .user-info-container .user-info p:first-child{color:#000;font-weight:700}.chat__initial_page .send-us-message-container .send-us-message .send-us-btn{align-items:center;align-self:center;background-color:#0b4eb8;border:none;border-radius:6px;color:#fff;display:flex;font-weight:600;justify-content:center;outline:none;padding:10px;text-align:center;width:100%}.chat__initial_page .send-us-message-container .send-us-message .send-us-btn:hover{background-color:#063a8c;cursor:pointer;transition:background-color .2s ease-in}.recent-articles{background-color:#ffffff1a;border-radius:10px;margin-top:30px;padding:20px}.recent-articles-title{color:#fff;font-size:22px;font-weight:600;margin-bottom:20px;text-shadow:1px 1px 2px #0000001a}.recent-articles .articles-container{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:0}.article-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.article-card:hover{box-shadow:0 6px 12px #00000026;cursor:pointer;transform:translateY(-5px)}.article-img,.article-img-placeholder{background-color:#f0f0f0;height:150px;object-fit:cover;width:100%}.article-content{padding:15px}.article-title{color:#333;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 10px}.article-desc{-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:14px;line-height:1.5;margin:0 0 15px;overflow:hidden}.article-meta{color:#888;font-size:12px;justify-content:space-between}.article-meta,.no-articles{align-items:center;display:flex}.no-articles{flex-direction:column;justify-content:center;margin-top:40px}.no-articles img{height:100px;margin-bottom:22px;margin-left:-30px;width:100px}.no-articles .title{color:#cacaca;font-size:20px;margin:0}.live_chat__chat__screen .live_chat__chat__head .back-btn{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:25px;justify-content:center;margin:2px 6px 0 0;width:28px}.live_chat__chat__screen .live_chat__chat__head .back-btn:hover{box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;transition:box-shadow .3s ease-in-out}.chat__articles{background-position:50%;background-repeat:no-repeat;height:100%;max-width:100%;overflow:auto;padding-bottom:20px;position:relative;scroll-behavior:smooth;z-index:999999}.chat__articles .article-container{border-radius:4px;height:100%;max-width:100%;overflow-y:auto;padding-bottom:80px}.chat__articles .article-category{align-items:center;background-color:#f9f9f9;border-radius:8px;border-top:.3px solid #e3e3e3;color:#141414;cursor:pointer;display:flex;justify-content:space-between;margin:10px;max-width:100%;padding:16px 20px;transition:color .25s ease 0s,background-color .25s ease 0s}.chat__articles .article-category .article-category-info{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:center}.chat__articles .article-category .icon svg{margin-bottom:-3px!important}.chat__articles .article-category:hover .icon{color:#0b4eb8!important}.chat__articles .article-category h3{font-size:14px;font-weight:600;line-height:21px;margin:0 0 4px}.chat__articles .article-category p{color:#1a1a1a;font-size:14px;line-height:21px;margin:0 0 4px;word-break:break-word}.chat__articles .article-category span{align-items:center;color:#1a1a1a;display:flex;font-size:14px;line-height:21px;white-space:break-spaces}.chat__articles .search-bar-wrapper{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:5px;display:flex;margin:10px 20px 16px;padding:6px 10px}.chat__articles .search-icon{align-items:center;display:flex;margin-right:10px}.chat__articles .search-bar{border:none;font-size:14px;outline:none;width:100%}.chat__articles .search-bar::placeholder{color:#cdcdcd}.articles-list-container{overflow-x:hidden;position:relative}.articles-container{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:20px}.articles-container .article-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.articles-container .article-card:hover{box-shadow:0 6px 12px #00000026;cursor:pointer;transform:translateY(-5px)}.article-img-placeholder,.articles-container .article-img{background-color:#f0f0f0;height:150px;object-fit:cover;width:100%}.articles-container .article-content{padding:15px}.articles-container .article-title{color:#333;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 10px}.articles-container .article-desc{-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:14px;line-height:1.5;margin:0 0 15px;overflow:hidden}.articles-container .article-meta{align-items:center;color:#888;display:flex;font-size:12px;justify-content:space-between}.articles-container .article-author{color:#333;font-size:16px;font-weight:600}.articles-container .article-date{color:#777;font-size:14px;margin-top:2px}.articles-list-container .articles-info{margin-top:45px;padding:10px 20px}.articles-list-container .articles-info .articles-category-title{color:#333;font-size:24px;font-weight:600;margin:0}.articles-list-container .articles-info .articles-category-description{color:#666;font-size:14px;line-height:1.5;margin:0 0 10px}.chat__articles .article-details-container{overflow-x:hidden;position:relative}.chat__articles .article-details-header{align-items:center;border-radius:15px 15px 0 0;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px 0;position:fixed;width:100%}.chat__articles .article-details-header .back-btn{align-items:center;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:25px;justify-content:center;margin:2px 8px 0 15px;width:25px}.chat__articles .article-details-header .back-btn:hover{box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;transition:box-shadow .3s ease-in-out}.chat__articles .article-details-header .article-title{align-self:flex-start;color:#fff;font-size:16px;margin:5px 0 0}.chat__articles .article-details-container .details-inner{background-color:#fff;color:#333;height:100%;padding:10px 25px 30px}.chat__articles .article-details-header .max-min-btn{align-items:center;cursor:pointer;display:flex;height:25px;justify-content:center;margin:2px 15px 0 8px;width:25px}.article-details-container{overflow-x:hidden;position:relative}.article-title-above-image{color:#333;font-size:28px;font-weight:700;margin:20px 0}.article-cover-image{border-radius:8px;height:300px;margin-bottom:20px;object-fit:cover;width:100%}.article-details-header{align-items:center;border-radius:15px 15px 0 0;display:flex;justify-content:space-between;margin-bottom:20px;padding:12px 0;position:fixed;width:100%;z-index:1000}.article-details-header .back-btn,.article-details-header .max-min-btn{align-items:center;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:25px;justify-content:center;margin:0 10px;width:25px}.article-details-header .back-btn:hover{box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;transition:box-shadow .3s ease-in-out}.article-details-header .article-title{color:#fff;flex-grow:1;font-size:18px;margin:0;text-align:center}.article-details-container .details-inner{background-color:#fff;color:#333;margin-top:25px;padding:20px 25px 30px}.avatar-container{margin-right:15px}.author-avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.author-date-container{display:flex;flex-direction:column}.article-author{color:#333;font-size:16px;font-weight:600}.article-date{color:#777;font-size:14px;margin-top:2px}.article-content{font-size:16px;line-height:1.8}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{margin-bottom:.5em}.article-content p{margin-bottom:1em}.article-content ol,.article-content ul{margin-bottom:1em;padding-left:20px}.article-content .code-block{background-color:#f4f4f4;border-radius:4px;margin-bottom:1em;overflow-x:auto;padding:15px}.article-content code{font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.4}.article-content pre{margin:0}.article-content .keyword{color:#00f;font-weight:700}.article-content .special-char{color:brown}.article-content .comment{color:green;font-style:italic}.article-content .string{color:#a31515}@media (max-width:768px){.article-title-above-image{font-size:24px}.article-cover-image{height:200px}.article-details-container .details-inner{padding:15px 20px 25px}.article-content{font-size:15px}}@media (max-width:480px){.article-title-above-image{font-size:22px}.article-cover-image{height:150px}.article-details-container .details-inner{padding:10px 15px 20px}.article-content{font-size:14px}.article-content .code-block{padding:10px}.article-content code{font-size:12px}}.chat__tab__buttons{background-color:initial;display:flex;justify-content:center;margin:3px;z-index:9999999999}.chat__tab__button{background-color:initial;border:none;border-radius:8px;color:#333;cursor:pointer;font-size:12px;margin:0 5px;padding:6px 16px;transition:background-color .3s ease}.chat__tab__button--chat{color:#fff}.chat__tab__button--articles:hover{background-color:#f0f0f0}.chat-ui-container{box-shadow:0 0 12px -7px #0000007d;-webkit-box-shadow:0 0 12px -7px #0000007d;-moz-box-shadow:0 0 12px -7px #0000007d;height:calc(100vh - 180px);margin-left:10px;margin-right:6px}.chat-ui-main{height:100%;overflow-x:hidden;overflow-y:auto;position:relative;scrollbar-width:thin;transition:transform .3s ease;z-index:1}.chat-header-new{align-items:center;border-radius:10px 10px 0 0;display:flex;height:70px;justify-content:left;padding:20px;z-index:1}.chatbot-container{align-items:flex-start;display:flex;flex-direction:column;margin:20px;position:relative;width:100%}.customize-chat-container{padding:10px 0}.msg-container{align-items:start;display:flex;gap:10px;justify-content:start}.message{align-self:flex-start;background-color:#fff;border-radius:10px 10px 10px 0;color:#616161;display:inline-block;line-height:1.34;margin-bottom:6px;padding:10px;white-space:pre-wrap;word-break:break-word}.options-container{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;padding-left:45px;padding-top:8px;width:100%}.option{align-self:flex-start;background-color:#fff;border-radius:6px 6px 6px 6px;color:#616161;display:inline-block;display:flex;line-height:1.34;margin-bottom:10px;margin-left:10px;padding:10px;white-space:pre-wrap;word-break:break-word}.user-message-container{align-items:flex-end;display:flex;gap:10px;justify-content:flex-end}.user-message{align-self:flex-end!important;background-color:#fff;border-radius:10px 10px 10px 0;color:#616161;display:inline-block;line-height:1.34;margin-bottom:12px;padding:10px;white-space:pre-wrap;word-break:break-word}.message span{font-weight:700}.chat-bot-icon{border-radius:100%;bottom:0;cursor:pointer;margin-right:65px;position:fixed;right:0}.chat-bot-icon .icon-container{box-shadow:0 3px 8px #0000003d;margin-top:14px;transition:transform .3s ease,background-color .3s ease}.chat-bot-icon .icon-container:hover{transform:scale(1.1)}.icon-container{border-radius:50%;height:50px;padding:10px;width:50px}.icon-center,.icon-container{align-items:center;display:flex;justify-content:center}.icon-center{height:25px;margin-bottom:-3px;width:25px}.widget-CTA{border-radius:6px;bottom:0;box-shadow:0 3px 8px #0000003d;color:#fff;cursor:pointer;margin-right:65px;padding:5px;position:fixed;right:0;text-align:center}.theme-container{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:25px}.showMore{color:#2368ff;cursor:pointer}.showMore:hover{color:blue}.smooth-tab{animation:slide-down-two .3s ease-out}.modern-tab{animation:slide-down .3s ease-out;border-radius:100%;padding:2px}.showOff{animation:fade-in .5s ease-in-out}.fadeIn{animation:fade-in .3s ease-in-out}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slide-down-two{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.widgetIcons_Wrapper{align-items:start;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:20px}.widgetIcons_Wrapper .widget_icon{align-items:start;border-radius:50%;cursor:pointer;display:flex;height:55px;justify-content:center;padding:10px;transition:all .2s ease-out;width:55px}.widget_shape_icons_Wrapper{align-items:start;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:20px}.widget_shape_icons_Wrapper .widget_shape_icon{align-items:start;cursor:pointer;display:flex;height:55px;justify-content:center;padding:10px;transition:all .2s ease-out;width:55px}.circle-shape{border-radius:100%}.roundedSquare-shape{border-radius:20px}.square-shape{border-radius:10px}.widgetSounds_Wrapper{align-items:start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-top:20px;padding:0 5px}.widgetSounds_Wrapper .widget_sound{align-items:start;border-radius:50%;cursor:pointer;display:flex;height:55px;justify-content:center;padding:10px;transition:all .2s ease-out;width:55px}.ellipsis-text{max-width:7em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accept-handover-button{animation:float 2s ease-in-out infinite;background:#169201!important;border:none;border-radius:8px;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038;color:#fff!important;cursor:pointer;font-size:16px;padding:8px 16px;transition:all .3s ease}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}body.dark .message,body.dark .option,body.dark .user-message{background-color:#141414;color:#f5f5f5}body.dark .custom-calendar-picker{background-color:#1f1f1f}.enterprise-tabs-container{background:#fff;border-radius:0;box-shadow:none;margin:0;padding:0}.enterprise-tab-nav{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;margin:0;padding:0;position:relative}.enterprise-tab{align-items:center;background:#0000;border:none;border-radius:0;color:#64748b;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;justify-content:center;min-height:42px;overflow:hidden;padding:8px 6px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.enterprise-tab:hover{background:#f1f5f9;color:#334155}.enterprise-tab.active{background:#fff;box-shadow:inset 0 -2px 0 0 #1e40af;color:#1e40af}.enterprise-tab.active:after{display:none}.tab-icon{display:block;font-size:14px;line-height:1;margin-bottom:2px;opacity:.7;transition:all .3s ease}.enterprise-tab:hover .tab-icon{opacity:.9}.enterprise-tab.active .tab-icon{opacity:1}.tab-label{font-size:10px;font-weight:500;letter-spacing:.02em;line-height:1.2;text-align:center;transition:all .3s ease}.enterprise-tab.active .tab-label{font-weight:600}.enterprise-tab-content{background:#fff;min-height:calc(100vh - 140px);position:relative}.tab-pane{left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease-in-out;visibility:hidden}.tab-pane.active{animation:fadeInUp .2s ease-out;opacity:1;position:relative;visibility:visible}.enterprise-sub-tabs{background:#fafbfc;border-bottom:1px solid #e5e7eb;display:flex;margin:0;padding:0}.enterprise-sub-tab{align-items:center;background:#0000;border:none;color:#6b7280;cursor:pointer;display:flex;flex:1 1;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;gap:4px;justify-content:center;min-height:32px;padding:6px 12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.enterprise-sub-tab:hover{background:#f1f5f9;color:#374151}.enterprise-sub-tab.active{background:#0000;border-bottom:2px solid #2563eb;color:#1d4ed8;font-weight:600}.sub-tab-icon{font-size:12px;line-height:1;transition:all .3s ease}.enterprise-sub-tab.active .sub-tab-icon,.enterprise-sub-tab:hover .sub-tab-icon{transform:none}.sub-tab-label{font-size:10px;font-weight:500;letter-spacing:.02em;line-height:1.2;transition:all .3s ease}.enterprise-sub-tab.active .sub-tab-label{font-weight:600}.enterprise-sub-tab-content{background:#fff;position:relative}.sub-tab-pane{left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease-in-out;visibility:hidden}.sub-tab-pane.active{animation:fadeInUp .15s ease-out;opacity:1;position:relative;visibility:visible}@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}.enterprise-tab[disabled]{cursor:not-allowed;opacity:.6;pointer-events:none}@media (max-width:768px){.enterprise-tab{font-size:10px;min-height:38px;padding:6px 4px}.tab-icon{font-size:12px;margin-bottom:2px}.tab-label{font-size:9px}.enterprise-sub-tab{font-size:10px;gap:3px;min-height:28px;padding:5px 8px}.sub-tab-icon{font-size:10px}.sub-tab-label{font-size:9px}}@media (max-width:480px){.enterprise-tab{min-height:50px;padding:8px 4px}.tab-icon{font-size:14px;margin-bottom:2px}.tab-label{font-size:9px;letter-spacing:.25px}.enterprise-sub-tab{font-size:10px;gap:3px;min-height:36px;padding:6px 8px}.sub-tab-icon{font-size:11px}.sub-tab-label{font-size:9px}}.enterprise-sub-tab:focus,.enterprise-tab:focus{border-radius:4px;outline:2px solid #0010f7;outline-offset:-2px}.enterprise-sub-tab:focus:not(:focus-visible),.enterprise-tab:focus:not(:focus-visible){outline:none}@media (prefers-contrast:high){.enterprise-tab{border:1px solid #0000}.enterprise-tab.active{background:#000;border-color:#000;color:#fff}.enterprise-sub-tab.active{background:#f0f0f0;border-color:#000;color:#000}}@media (prefers-reduced-motion:reduce){.enterprise-sub-tab,.enterprise-tab,.sub-tab-icon,.sub-tab-pane,.tab-icon,.tab-pane{animation:none;transition:none}}body.dark .enterprise-tabs-container{background:#141414}body.dark .enterprise-tab-nav{background:#0a0a0a;border-bottom:1px solid #292929}body.dark .enterprise-tab{color:#858585}body.dark .enterprise-tab:hover{background:#1f1f1f;color:#c2c2c2}body.dark .enterprise-tab.active{background:#141414;box-shadow:inset 0 -2px 0 0 #818cf8;color:#818cf8}body.dark .enterprise-tab-content{background:#141414}body.dark .enterprise-sub-tabs{background:#1f1f1f;border-bottom:1px solid #292929}body.dark .enterprise-sub-tab{color:#858585}body.dark .enterprise-sub-tab:hover{background:#292929;color:#c2c2c2}body.dark .enterprise-sub-tab.active{background:#0000;border-bottom:2px solid #818cf8;color:#818cf8}body.dark .enterprise-sub-tab-content{background:#141414}body.dark .enterprise-sub-tab:focus,body.dark .enterprise-tab:focus{outline-color:#818cf8}.changelog-wrapper{max-height:70vh;overflow-y:auto;padding:0 4px}.changelog-wrapper::-webkit-scrollbar{width:6px}.changelog-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.changelog-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.changelog-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.changelog-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:300px}.changelog-loading p{color:#64748b;font-size:14px;margin:0}.changelog-empty{align-items:center;display:flex;justify-content:center;min-height:300px}.changelog-empty-text{color:#64748b;font-size:14px}.changelog-header{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;display:flex;gap:12px;margin-bottom:20px;padding:16px}.changelog-header-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.changelog-header-text h3{color:#1e3a8a;font-size:16px;font-weight:600;margin:0 0 4px}.changelog-header-text p{color:#3b82f6;font-size:13px;margin:0}.changelog-list{display:flex;flex-direction:column;gap:16px}.changelog-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;padding:16px;position:relative;transition:all .2s ease}.changelog-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.changelog-card-featured{background:linear-gradient(135deg,#fff,#fffbeb);border-color:#fbbf24}.changelog-card-featured:before{background:linear-gradient(90deg,#fbbf24,#f59e0b);content:"";height:3px;left:0;position:absolute;right:0;top:0}.changelog-card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.changelog-card-meta{display:flex;flex-direction:column;gap:8px}.changelog-version-badge{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.changelog-release-type{border-radius:6px;font-size:11px;font-weight:600;letter-spacing:.3px;padding:4px 10px;text-transform:uppercase}.changelog-version{color:#1e293b;font-size:14px;font-weight:600}.changelog-date{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.changelog-featured-badge{align-items:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:8px;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.changelog-card-content{margin-bottom:12px}.changelog-card-title{color:#1e293b;font-size:15px;font-weight:600;line-height:1.4;margin:0 0 6px}.changelog-card-summary{color:#64748b;font-size:13px;line-height:1.5;margin:0}.changelog-featured-image{background:#f8fafc;border-radius:8px;margin:12px 0;overflow:hidden}.changelog-featured-image img{display:block;height:auto;max-height:200px;object-fit:cover;width:100%}.changelog-changes{display:flex;flex-direction:column;gap:12px;margin-top:12px}.changelog-change-group{border-radius:8px;overflow:hidden}.changelog-change-type-header{align-items:center;display:flex;font-size:12px;font-weight:600;gap:8px;padding:8px 12px}.changelog-change-count{background:#ffffffb3;border-radius:10px;color:inherit;font-size:11px;font-weight:500;margin-left:auto;padding:2px 8px}.changelog-change-list{background:#f8fafc;display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:8px 12px}.changelog-change-item{align-items:flex-start;color:#334155;display:flex;font-size:13px;gap:8px;line-height:1.4}.changelog-check-icon{color:#10b981;flex-shrink:0;margin-top:2px}.changelog-change-content{flex:1 1}.changelog-change-title{font-weight:500}.changelog-change-description{color:#64748b;font-size:12px;line-height:1.5;margin:4px 0 0}.changelog-show-more{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:12px;font-weight:500;padding:4px 12px;transition:color .15s ease}.changelog-show-more:hover{color:#2563eb}.changelog-updates-html{background:#f8fafc;border-radius:8px;color:#334155;font-size:13px;line-height:1.6;margin-top:12px;padding:12px}.changelog-updates-html ul{margin:8px 0;padding-left:20px}.changelog-updates-html li{margin:4px 0}.changelog-updates-html h3,.changelog-updates-html h4{color:#1e293b;font-size:14px;margin:12px 0 8px}.changelog-tags{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;padding-top:12px}.changelog-tag{background:#f1f5f9;border:none;border-radius:4px;color:#64748b;font-size:11px;padding:2px 8px}.changelog-expand-btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;justify-content:center;margin-top:12px;padding:10px;transition:all .2s ease;width:100%}.changelog-expand-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#3b82f6}.changelog-expand-btn svg{transition:transform .2s ease}.changelog-expand-btn.expanded svg{transform:rotate(180deg)}.changelog-load-more{display:flex;justify-content:center;margin-top:20px;padding-bottom:8px}.changelog-load-more-btn{background:#f8fafc;border-color:#e2e8f0;border-radius:8px;color:#64748b;font-weight:500;height:40px;padding:0 24px;transition:all .2s ease}.changelog-load-more-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}@media (max-width:640px){.changelog-header{flex-direction:column;text-align:center}.changelog-version-badge{align-items:flex-start;flex-direction:column}.changelog-card-header{flex-direction:column;gap:8px}.changelog-featured-badge{position:absolute;right:12px;top:12px}}body.dark .changelog-wrapper::-webkit-scrollbar-track{background:#1f1f1f}body.dark .changelog-wrapper::-webkit-scrollbar-thumb{background:#474747}body.dark .changelog-wrapper::-webkit-scrollbar-thumb:hover{background:#818cf8}body.dark .changelog-empty-text,body.dark .changelog-loading p{color:#c2c2c2}body.dark .changelog-header{background:linear-gradient(135deg,#60a5fa1a,#60a5fa0a);border-color:#60a5fa4d}body.dark .changelog-header-text h3{color:#f5f5f5}body.dark .changelog-header-text p{color:#60a5fa}body.dark .changelog-card{background:#141414;border-color:#292929}body.dark .changelog-card:hover{border-color:#474747;box-shadow:0 4px 12px #0006}body.dark .changelog-card-featured{background:linear-gradient(135deg,#141414,#fbbf241a);border-color:#fbbf24}body.dark .changelog-version{color:#f5f5f5}body.dark .changelog-date{color:#c2c2c2}body.dark .changelog-card-title{color:#f5f5f5}body.dark .changelog-card-summary{color:#c2c2c2}body.dark .changelog-featured-image{background:#1f1f1f}body.dark .changelog-change-count{background:#141414b3}body.dark .changelog-change-list{background:#1f1f1f}body.dark .changelog-change-item{color:#c2c2c2}body.dark .changelog-check-icon{color:#4ade80}body.dark .changelog-change-description{color:#858585}body.dark .changelog-show-more{color:#818cf8}body.dark .changelog-show-more:hover{color:#60a5fa}body.dark .changelog-updates-html{background:#1f1f1f;color:#c2c2c2}body.dark .changelog-updates-html h3,body.dark .changelog-updates-html h4{color:#f5f5f5}body.dark .changelog-tags{border-top-color:#292929}body.dark .changelog-expand-btn,body.dark .changelog-tag{background:#1f1f1f;color:#c2c2c2}body.dark .changelog-expand-btn{border-color:#292929}body.dark .changelog-expand-btn:hover{background:#292929;border-color:#474747;color:#818cf8}body.dark .changelog-load-more-btn{background:#1f1f1f;border-color:#292929;color:#c2c2c2}body.dark .changelog-load-more-btn:hover{background:#818cf8;border-color:#818cf8;color:#fff}.cb-auth-container{background:linear-gradient(180deg,#0b0134,#15017a 25%,#1a1a8c 50%,#15017a 75%,#0b0134);height:100dvh!important;overflow:hidden}.cb-auth-scroll{-ms-overflow-style:none;min-height:0;overflow-y:auto;scrollbar-width:none}.cb-auth-scroll::-webkit-scrollbar{display:none;height:0;width:0}.cb-auth-container h1{font-size:clamp(26px,1.2vw + 1.6vh,40px)!important;line-height:1.15!important}@media screen and (max-height:820px){.cb-auth-container .cb-auth-scroll{gap:6px!important}}.cb-auth-container h1,.cb-auth-container h2,.cb-auth-container h3,.cb-auth-container p{color:#e1dbdb!important}.cb-auth-container p{margin:20px 0}.rating-cards{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:50px;max-width:100%;width:100%}.rating-card-main{align-items:center;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;height:130px;justify-content:flex-start;overflow:hidden;width:250px}.rating-card-header{background-color:#247bff;gap:10px;height:35px;margin:0 auto;max-width:100%;padding:10px;width:100%}.rating-card-body,.rating-card-header{align-items:center;display:flex;justify-content:center}.rating-card-body{flex-direction:column}.rating-card-text{color:#010309!important;font-size:14px!important;font-weight:600!important;line-height:30px}.rating-star{height:20px;width:20px}.rating-card-img{height:27px;object-fit:contain;width:100px}.re-captcha-container{border-radius:4px;bottom:5px;cursor:pointer;flex-direction:row;left:5px;transition:all .3s ease-out;width:55px;z-index:1000}.re-captcha-container,.slider-captcha{align-items:center;background-color:#fff;box-shadow:0 3px 8px #0000003d;display:flex;height:55px;justify-content:center;padding:10px;position:absolute}.slider-captcha{border-radius:0 4px 4px 0;color:#000;flex-direction:column;left:-300px;top:0;transition:left .3s ease;visibility:hidden;width:200px;z-index:1001}.slider-captcha span{font-weight:600!important}.re-captcha-container:hover .slider-captcha{left:52px;visibility:visible}.re-captcha-logo{transition:all .3s ease-out}.re-captcha-container:hover .re-captcha-logo{transform:rotate(30deg)}@media screen and (max-width:992px){.centerContent{align-items:center;display:flex;justify-content:center}.BannerImg{margin-top:100px}.cb-auth-container{display:none!important}}@media screen and (min-width:1024px){.loginLeftImg{margin-top:-100px}}@media screen and (max-width:768px){.rating-cards{display:none}.hp-authentication-page{padding:20px!important}.hp-authentication-page .ant-col{padding:0 16px!important}}@media screen and (max-width:560px){.rating-cards{display:none}.hp-authentication-page{padding:16px!important}.hp-authentication-page .ant-col{padding:0 12px!important}}@keyframes waveGradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.App{height:100vh;width:100vw}.App,body{overflow-x:hidden}body{margin:0;padding:0}.loader-h1{color:#0647a6;font-size:18px;font-weight:600;top:58%}.loader-body,.loader-h1{left:50%;position:absolute}.loader-body{animation:speeder .4s linear infinite;margin-left:-50px;top:50%}.loader-body>span{background:#0647a6;border-radius:2px 10px 1px 0;height:5px;left:60px;position:absolute;top:-19px;width:35px}.loader-base span{border-bottom:6px solid #0000;border-right:100px solid #0647a6;border-top:6px solid #0000;height:0;position:absolute;width:0}.loader-base span:before{background:#0647a6;border-radius:50%;content:"";height:22px;position:absolute;right:-110px;top:-16px;width:22px}.loader-base span:after{border-bottom:16px solid #0000;border-right:55px solid #0647a6;border-top:0 solid #0000;content:"";height:0;position:absolute;right:-98px;top:-16px;width:0}.loader-face{border-radius:20px 20px 0 0;right:-125px;top:-15px;transform:rotate(-40deg);width:20px}.loader-face,.loader-face:after{background:#0647a6;height:12px;position:absolute}.loader-face:after{border-radius:0 0 0 2px;content:"";right:4px;top:7px;transform:rotate(40deg);transform-origin:50% 50%;width:12px}.loader-body>span>span:first-child,.loader-body>span>span:nth-child(2),.loader-body>span>span:nth-child(3),.loader-body>span>span:nth-child(4){animation:fazer1 .2s linear infinite;background:#0647a6;height:1px;position:absolute;width:30px}.loader-body>span>span:nth-child(2){animation:fazer2 .4s linear infinite;top:3px}.loader-body>span>span:nth-child(3){animation:fazer3 .4s linear infinite;animation-delay:-1s;top:1px}.loader-body>span>span:nth-child(4){animation:fazer4 1s linear infinite;animation-delay:-1s;top:4px}@keyframes fazer1{0%{left:0}to{left:-80px;opacity:0}}@keyframes fazer2{0%{left:0}to{left:-100px;opacity:0}}@keyframes fazer3{0%{left:0}to{left:-50px;opacity:0}}@keyframes fazer4{0%{left:0}to{left:-150px;opacity:0}}@keyframes speeder{0%{transform:translate(2px,1px) rotate(0deg)}10%{transform:translate(-1px,-3px) rotate(-1deg)}20%{transform:translate(-2px) rotate(1deg)}30%{transform:translate(1px,2px) rotate(0deg)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,3px) rotate(-1deg)}60%{transform:translate(-1px,1px) rotate(0deg)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-2px,-1px) rotate(1deg)}90%{transform:translate(2px,1px) rotate(0deg)}to{transform:translate(1px,-2px) rotate(-1deg)}}.loader-longfazers{height:100%;position:absolute;width:100%}.loader-longfazers span{background:#0647a6;height:2px;position:absolute;width:20%}.loader-longfazers span:first-child{animation:lf .6s linear infinite;animation-delay:-5s;top:20%}.loader-longfazers span:nth-child(2){animation:lf2 .8s linear infinite;animation-delay:-1s;top:40%}.loader-longfazers span:nth-child(3){animation:lf3 .6s linear infinite;top:60%}.loader-longfazers span:nth-child(4){animation:lf4 .5s linear infinite;animation-delay:-3s;top:80%}@keyframes lf{0%{left:200%}to{left:-200%;opacity:0}}@keyframes lf2{0%{left:200%}to{left:-200%;opacity:0}}@keyframes lf3{0%{left:200%}to{left:-100%;opacity:0}}@keyframes lf4{0%{left:200%}to{left:-100%;opacity:0}}.builder-dual-ring{animation:ct3 1s linear infinite;background:linear-gradient(#0647a6 0 0) left -30px top 0/30px 20px no-repeat #ccc;height:20px;left:45%;position:absolute;top:50%;transform:skewX(-45deg);width:120px}@keyframes ct3{to{background-position:right -30px top 0}}.ribbon{height:130px;overflow:hidden;position:absolute;transform:scale(.97);width:130px}.ribbon:after,.ribbon:before{border:5px solid #0010f7;content:"";display:block;position:absolute;z-index:-1}.ribbon span{background-color:#0010f7;box-shadow:0 5px 10px #0000001a;color:#fff;display:block;font:700 14px/1 Lato,sans-serif;padding:15px 0;position:absolute;text-align:center;text-shadow:0 1px 1px #0003;text-transform:uppercase;width:225px}.ribbon-top-left{left:-10px;top:-10px}.ribbon-top-left:after,.ribbon-top-left:before{border-left-color:#0000;border-top-color:#0000}.ribbon-top-left:before{right:0;top:0}.ribbon-top-left:after{bottom:0;left:0}.ribbon-top-left span{right:-25px;top:30px;transform:rotate(-45deg)}.disabled-ribbon{height:80px;left:-4px;overflow:hidden;position:absolute;top:-4px;width:69px;z-index:99}.disabled-ribbon:after,.disabled-ribbon:before{border:3px solid #f02;content:"";display:block;position:absolute;z-index:-1}.disabled-ribbon span{background-color:#f02;box-shadow:0 3px 6px #0000001a;color:#fff;display:block;font:700 10px/1 Lato,sans-serif;padding:4px 0;position:absolute;text-align:center;text-shadow:0 1px 1px #0003;text-transform:uppercase;width:120px}.disabled-ribbon-top-left:after,.disabled-ribbon-top-left:before{border-left-color:#0000;border-top-color:#0000}.disabled-ribbon-top-left:before{right:5px;top:0}.disabled-ribbon-top-left:after{bottom:17px;left:1px}.disabled-ribbon-top-left span{right:-15px;top:15px;transform:rotate(-45deg)}.chat-history{border:0;padding:8px 0;transition:all .3s ease}.chat-history:hover{background:#ebfafa;cursor:pointer}.chat-history-filter:hover{background:#ebfafa;transition:all .3s ease}.Chatbot-Customize{display:flex}.popover{border-radius:9px;box-shadow:0 6px 12px #00000026;position:absolute}.react-flow__attribution{display:none}.chatbot-card-ribbon{height:75px;left:-10px;overflow:hidden;padding:0;position:absolute;text-align:right;top:-10px;width:75px;z-index:1}.chatbot-card-ribbon span{background:red;background:linear-gradient(red 50%,#c00 0);box-shadow:0 3px 10px -5px #000;color:#fff;display:block;font-size:10px;font-weight:700;left:-21px;line-height:20px;position:absolute;text-align:center;text-transform:uppercase;top:19px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:100px}.button-no-hover-bg{background-color:#0000;border:none;margin:0;padding:0}.button-no-hover-bg:active,.button-no-hover-bg:hover,button-.no-hover-bg:focus{background-color:#0000!important}.subscribe-heading{-webkit-text-fill-color:#0000;animation:textGradientAnimation 3s linear infinite;background:blue;-webkit-background-clip:text;background-size:200% auto;font-size:36px;font-weight:600;letter-spacing:-.02em;line-height:1.25;margin-bottom:1rem;text-align:center;z-index:5}@keyframes textGradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.actual-price{font-size:90%;margin-right:10px}.scratched-price{color:#999;font-size:100%;text-decoration:line-through}.countdown-container{background-color:#f71500;border:2px solid #f71500;border-radius:5px;display:inline-block;padding:10px 20px}.countdown-label{font-size:16px}.countdown-label,.countdown-value{color:#fff;font-weight:700;margin-right:5px}.countdown-value{background-color:#f71500;border-radius:3px;font-size:18px;padding:5px 10px}.most-popular{animation:rainbowRotate 5s linear infinite;background:linear-gradient(90deg,#6eaa06,#6819b2,#e70303);background-size:500% 500%;border-radius:4px;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;position:absolute;right:-6px;top:-15px;z-index:1}@keyframes rainbowRotate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.node-common-class{background-color:#fff!important;border-radius:12px!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 1px #0000000d!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none}.node-common-class input{pointer-events:none}.node-common-class:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 1px #6366f133!important;transform:translateY(-2px)}.node-common-class>div:first-child{background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0!important;padding:8px 10px!important}.node-common-class>div:first-child .ant-row{align-items:center!important;flex-wrap:nowrap!important}.node-common-class>div:first-child .ant-col:first-child{color:#1e293b!important;flex:1 1!important;font-size:14px!important;font-weight:600!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.node-common-class>div:first-child .ant-col:last-child{flex:0 0 auto!important;max-width:none!important;width:auto!important}.node-common-class .quill-textArea{background:#fff!important;border:none!important;border-top:1px solid #e2e8f0!important;color:#334155!important;font-size:13px!important;line-height:1.5!important;padding:10px 12px!important;text-align:left!important}.node-common-class>div:first-child+.quill-textArea,.node-common-class>div:first-child+div .quill-textArea:first-child{border-top:none!important}.node-common-class[style*="2px solid"]{box-shadow:0 0 0 3px #24b4e94d,0 10px 15px -3px #0000001a!important}.react-flow__node:focus{outline:none}.react-flow__node.selected .node-common-class{box-shadow:0 0 0 3px #6366f166,0 10px 20px -5px #00000026!important}@keyframes bellPulseAnimation{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.bell-pulse{animation:bellPulseAnimation 1s ease-in-out infinite}.custom-scroll-bar::-webkit-scrollbar{width:6px}.custom-scroll-bar::-webkit-scrollbar-track{background:none}.custom-scroll-bar::-webkit-scrollbar-thumb{background-color:#0b4eb8;border:3px solid #0000;border-radius:20px}