body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App,body{min-height:100vh}.App,.sidebar{display:flex}.sidebar{background:#1e293b;box-shadow:4px 0 6px #0000001a;color:#fff;flex-direction:column;height:100vh;position:fixed;width:260px}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:24px 20px}.sidebar-header h1{color:#fff;font-size:20px;font-weight:700;margin-bottom:4px}.sidebar-header p{color:#94a3b8;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.nav-menu{flex:1 1;padding:20px 0}.nav-item{align-items:center;border-left:3px solid #0000;color:#cbd5e1;cursor:pointer;display:flex;font-size:15px;font-weight:500;padding:14px 20px;transition:all .2s ease}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:#3b82f61a;border-left-color:#3b82f6;color:#3b82f6}.nav-icon{font-size:18px;margin-right:12px}.main-content{background:#f5f7fa;flex:1 1;margin-left:260px}.top-bar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:space-between;padding:16px 32px}.page-title{color:#1e293b;font-size:24px;font-weight:700}.user-info{align-items:center;color:#64748b;display:flex;font-size:14px;gap:12px}.content-wrapper{max-width:1400px;padding:32px}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:24px}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.card-title{color:#1e293b;font-size:18px;font-weight:600}.form-group{margin-bottom:20px}.form-label{color:#334155;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-input{background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:15px;padding:11px 16px;transition:all .2s ease;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input::placeholder{color:#94a3b8}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:600;gap:8px;padding:11px 20px;transition:all .2s ease}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 6px #3b82f64d}.btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.btn-secondary{background:#f1f5f9;color:#475569}.btn-secondary:hover{background:#e2e8f0}.btn-danger{background:#ef4444;color:#fff;font-size:13px;padding:8px 14px}.btn-danger:hover{background:#dc2626}.search-wrapper{margin-bottom:20px;position:relative}.search-icon{color:#94a3b8;font-size:16px;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.search-input{padding-left:44px}.data-table{background:#fff;border:1px solid #e2e8f0;border-collapse:initial;border-radius:8px;border-spacing:0;overflow:hidden;width:100%}.data-table thead{background:#f8fafc}.data-table th{border-bottom:1px solid #e2e8f0;color:#475569;font-size:13px;font-weight:600;letter-spacing:.5px;padding:14px 16px;text-align:left;text-transform:uppercase}.data-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:14px;padding:16px}.data-table tbody tr:hover{background:#f8fafc}.data-table tbody tr:last-child td{border-bottom:none}.badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:capitalize}.badge-info{background:#dbeafe;color:#1e40af}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:24px}.stat-card{background:#fff;border-left:4px solid #3b82f6;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px}.stat-label{color:#64748b;font-size:13px;font-weight:500;margin-bottom:8px}.stat-value{color:#1e293b;font-size:28px;font-weight:700}.product-list{grid-gap:12px;display:grid;gap:12px}.product-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-weight:500;padding:16px}.alert,.product-item{border-radius:6px;display:flex;font-size:14px;gap:10px}.alert{align-items:flex-start;margin-top:20px;padding:14px 16px}.alert-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.alert-success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.empty-state{color:#94a3b8;padding:60px 20px;text-align:center}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-text{color:#64748b;font-size:16px}.loading{color:#3b82f6;font-size:15px;padding:40px;text-align:center}.login-container{align-items:center;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:420px;padding:40px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-icon{font-size:48px;margin-bottom:16px}.login-header h1{color:#1e293b;font-size:28px;font-weight:700;margin-bottom:8px}.login-header p{color:#64748b;font-size:15px}.login-error{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;display:flex;font-size:14px;gap:10px;margin-bottom:20px;padding:12px 16px}.login-btn{font-size:16px;margin-top:8px;padding:14px 20px;width:100%}.login-footer{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px;text-align:center}.login-footer p{color:#94a3b8;font-size:13px}.reseller-sidebar{background:linear-gradient(180deg,#0f172a,#1e293b)}.sidebar-footer{border-top:1px solid #ffffff1a;margin-top:auto;padding:20px 0}.logout-item{color:#f87171!important}.logout-item:hover{background:#f871711a!important;color:#ef4444!important}.license-badge{background:#dbeafe;border-radius:12px;color:#1e40af;font-size:13px;font-weight:600;padding:4px 12px}.license-progress-container{margin-top:8px}.license-progress-bar{background:#e2e8f0;border-radius:8px;height:16px;overflow:hidden}.license-progress-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:8px;height:100%;transition:width .5s ease}.license-progress-fill.warning{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.license-progress-fill.danger{background:linear-gradient(90deg,#ef4444,#f87171)}.license-progress-text{color:#64748b;font-size:14px;margin-top:10px;text-align:center}.quick-actions{display:flex;flex-wrap:wrap;gap:12px}.quick-actions .btn{flex:1 1;justify-content:center;min-width:150px}.nav-divider{background:#ffffff1a;height:1px;margin:16px 20px}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}@media (max-width:768px){.form-grid{grid-template-columns:1fr}}.edit-inline{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.edit-inline .form-input{font-size:13px;padding:8px 10px}.badge-purple{background:#ede9fe;color:#5b21b6}.badge-green{background:#dcfce7;color:#166534}@media (max-width:1024px){.sidebar{width:200px}.main-content{margin-left:200px}.top-bar{align-items:flex-start;flex-direction:column;gap:12px}.user-info{flex-wrap:wrap}}@media (max-width:768px){.App{flex-direction:column}.sidebar{height:auto;padding-bottom:0;position:relative;width:100%}.sidebar-header{align-items:center;display:flex;justify-content:space-between;padding:16px}.sidebar-header h1{font-size:18px}.main-content{margin-left:0}.nav-menu{display:flex;flex-wrap:wrap;gap:4px;overflow-x:auto;padding:8px}.nav-item{border-bottom:3px solid #0000;border-left:none;flex:0 0 auto;font-size:12px;justify-content:center;min-height:44px;padding:12px 14px}.nav-item span:last-child{display:none}.nav-icon{font-size:20px;margin-right:0}.nav-item.active{border-bottom-color:#3b82f6;border-left:none}.nav-divider{display:none}.stats-grid{grid-template-columns:1fr}.top-bar{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 16px}.page-title{font-size:18px}.user-info{align-items:flex-start;flex-direction:column;font-size:12px;gap:8px;width:100%}.card,.content-wrapper{padding:16px}.card{margin-bottom:16px}.card-header{align-items:flex-start;flex-direction:column;gap:12px}.card-title{font-size:16px}.data-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;white-space:nowrap}.data-table td,.data-table th{font-size:12px;padding:12px 10px}.btn{font-size:14px;min-height:44px;padding:12px 16px}.form-input{font-size:16px;min-height:44px;padding:12px 14px}.stat-card{padding:16px}.stat-value{font-size:24px}.license-breakdown-cards{flex-direction:column!important}.quick-actions{flex-direction:column}.quick-actions .btn{width:100%}.form-grid{grid-template-columns:1fr}.alert{font-size:13px}.modal-overlay{padding:16px}.modal-content{max-height:90vh;overflow-y:auto}}.settings-status{padding:16px 0}.status-badge{border-radius:20px;display:inline-block;font-size:14px;font-weight:600;margin-bottom:20px;padding:8px 16px}.status-badge.configured{background:#dcfce7;color:#166534}.status-badge.not-configured{background:#fee2e2;color:#991b1b}.settings-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.setting-row{border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:10px 0}.setting-row:last-child{border-bottom:none}.setting-label{color:#475569;font-weight:600}.setting-value{color:#64748b;font-family:monospace}.badge-danger{background:#fee2e2;color:#991b1b}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.text-danger{color:#ef4444;font-weight:600}.text-success{color:#10b981;font-weight:600}@media (max-width:480px){.login-container{padding:12px}.login-card{border-radius:12px;padding:24px 20px}.login-header h1{font-size:22px}.login-header p{font-size:13px}.login-icon{font-size:40px}.login-btn{font-size:15px;padding:12px 16px}.top-bar{padding:10px 12px}.page-title{font-size:16px}.card{border-radius:8px;padding:12px}.card-header{gap:8px;margin-bottom:12px}.card-title{font-size:14px}.stat-card{padding:12px}.stat-label{font-size:11px}.stat-value{font-size:20px}.btn{font-size:13px;padding:10px 14px}.data-table td,.data-table th{font-size:11px;padding:8px 6px}.form-label{font-size:13px;margin-bottom:6px}.form-input{font-size:16px;padding:10px 12px}.sidebar{flex-direction:row;justify-content:space-between}.sidebar-header{padding:12px}.sidebar-header h1{font-size:16px}.sidebar-header p{display:none}.nav-menu{gap:2px;padding:4px}.nav-item{font-size:11px;min-height:40px;padding:10px 8px}.nav-icon{font-size:16px}.content-wrapper{padding:12px}.search-input{font-size:14px;padding-left:36px}.search-icon{font-size:14px;left:10px}.badge{font-size:10px;padding:3px 8px}.empty-icon{font-size:48px}.empty-text{font-size:14px}.alert{font-size:12px;padding:10px 12px}}@media (max-width:576px){.user-info{flex-wrap:wrap;font-size:11px}.form-group{margin-bottom:14px}.product-item{font-size:13px;padding:12px}.license-progress-text{font-size:12px}}@media (max-width:768px) and (orientation:landscape){.login-container{padding:10px}.login-card{max-width:360px;padding:20px}.login-header{margin-bottom:20px}.login-icon{font-size:32px;margin-bottom:8px}.login-header h1{font-size:20px;margin-bottom:4px}}@media (max-width:992px){.form-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media print{.btn,.sidebar,.top-bar{display:none!important}.main-content{margin-left:0!important}.card{break-inside:avoid;page-break-inside:avoid}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f172ab3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s cubic-bezier(.16,1,.3,1);background:#fff;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:650px;overflow-y:auto;position:relative;width:100%}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;justify-content:space-between;padding:24px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.modal-header h3{color:#1e293b;font-weight:700;gap:10px;margin:0}.modal-close,.modal-header h3{align-items:center;display:flex;font-size:20px}.modal-close{background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;height:36px;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:36px}.modal-close:hover{background:#fee2e2;color:#ef4444;transform:rotate(90deg)}.modal-content>div:not(.modal-header):not(form){padding:0 24px}.modal-content form{padding:24px}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#0000}.modal-content::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#cbd5e1;border:3px solid #0000;border-radius:20px}.modal-content::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:640px){.modal-content{border-radius:0;height:100vh;max-height:100vh;max-width:none;width:100vw}.modal-header{border-radius:0;padding:16px 20px}.modal-header h3{font-size:18px}.modal-overlay{align-items:flex-end;padding:0}}@media (max-width:768px){.reseller-sidebar,.sidebar{align-items:center!important;background:#1e293b!important;border-top:1px solid #ffffff1a;bottom:0!important;box-shadow:0 -2px 10px #0003;display:flex!important;height:60px!important;left:0;max-height:60px!important;min-height:60px!important;padding:0!important;position:fixed!important;right:0;top:auto!important;z-index:1000}.sidebar-footer,.sidebar-header{display:none!important}.nav-menu,.sidebar-nav{-webkit-overflow-scrolling:touch;flex-direction:row!important;gap:0!important;height:60px!important;justify-content:space-evenly!important;margin:0!important;overflow-x:auto;padding:0!important;width:100%!important}.nav-item,.nav-menu,.sidebar-nav{align-items:center!important;display:flex!important}.nav-item{background:#0000!important;border-bottom:none!important;border-left:none!important;border-top:2px solid #0000!important;flex:1 1!important;flex-direction:column!important;font-size:9px!important;gap:2px!important;justify-content:center!important;max-height:58px!important;min-height:58px!important;padding:6px 2px!important}.nav-item.active{background:#3b82f626!important;border-top-color:#3b82f6!important}.nav-icon{font-size:20px!important;line-height:1!important;margin:0!important}.nav-divider,.nav-item span:last-child{display:none!important}.main-content{margin-left:0!important;padding-bottom:80px!important}.App{flex-direction:column!important}.stats-grid,div[style*="grid-template-columns: repeat(4"]{gap:12px!important;grid-template-columns:repeat(2,1fr)!important}.stat-card,div[style*="background: white"][style*=border-radius]{padding:14px!important}.stat-value,div[style*="fontSize: '28px'"],div[style*="fontSize: '32px'"]{font-size:22px!important}.stat-label,div[style*="color: '#64748b'"],div[style*="fontSize: '13px'"]{font-size:11px!important}.card{border-radius:12px!important;margin-bottom:12px!important}.card-header{padding-bottom:12px!important}.data-table,table{-webkit-overflow-scrolling:touch;display:block!important;font-size:12px;overflow-x:auto!important;white-space:nowrap}.data-table td,.data-table th,table td,table th{font-size:11px!important;min-width:80px;padding:10px 8px!important}.data-table td:first-child,.data-table th:first-child,table td:first-child,table th:first-child{background:#fff;left:0;min-width:120px;position:-webkit-sticky;position:sticky;z-index:5}.data-table tbody tr:hover td:first-child,table tbody tr:hover td:first-child{background:#f8fafc}.data-table .btn,table .btn{font-size:11px!important;min-height:32px!important;padding:6px 10px!important}.form-input,input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{border-radius:10px!important;font-size:16px!important;min-height:48px!important;padding:12px 14px!important;width:100%!important}.form-label,label{display:block;font-size:13px!important;margin-bottom:8px!important}.form-group{margin-bottom:16px!important}.form-grid{gap:12px!important;grid-template-columns:1fr!important}input[type=checkbox],input[type=radio]{height:20px!important;margin-right:10px!important;width:20px!important}.btn,button{border-radius:10px!important;font-size:14px!important;justify-content:center!important;min-height:48px!important;padding:12px 20px!important;width:100%}.quick-actions,div[style*="display: flex"][style*=gap]{flex-direction:column!important;gap:10px!important}.btn-sm,button[style*="padding: '4px"],button[style*="padding: '6px"]{font-size:12px!important;min-height:36px!important;padding:8px 12px!important;width:auto!important}.search-input,div[style*="position: 'relative'"] input{font-size:14px!important;min-height:48px!important;padding-left:40px!important}div[style*="position: 'absolute'"][style*=left] span{font-size:18px!important;left:12px!important}.modal-overlay{align-items:stretch!important;padding:0!important}.modal-content{border-radius:0!important;height:100vh!important;margin:0!important;max-height:100vh!important;max-width:none!important;width:100vw!important}.modal-header{border-radius:0!important;padding:16px!important;position:-webkit-sticky;position:sticky;top:0;z-index:10}.modal-header h3{font-size:16px!important}.modal-content form{padding:16px!important}div[style*="fontSize: '42px'"],div[style*="fontSize: '48px'"]{font-size:32px!important}div[style*="borderRadius: '20px'"]{font-size:12px!important;padding:8px 14px!important}div[style*="display: 'grid'"]{gap:12px!important;grid-template-columns:1fr!important}.top-bar{flex-direction:column!important;gap:10px!important;padding:12px 16px!important}.page-title{font-size:18px!important}.user-info{flex-wrap:wrap!important;font-size:12px!important;gap:8px!important;width:100%!important}.user-info .btn{min-height:36px!important;padding:8px 16px!important;width:auto!important}}@media (max-width:480px){.stats-grid,div[style*="grid-template-columns: repeat"]{grid-template-columns:1fr!important}.nav-item span:last-child{display:none!important}.nav-icon{font-size:22px!important}.nav-item{padding:12px 8px!important}.content-wrapper{padding:10px!important}.card{padding:12px!important}.stat-value{font-size:18px!important}.data-table td,.data-table th,table td,table th{font-size:10px!important;padding:8px 6px!important}.data-table td:nth-child(n+4):not(:last-child),.data-table th:nth-child(n+4):not(:last-child){display:none}}@media (max-width:768px){div[style*="minHeight: '100vh'"]{padding:16px!important}div[style*="maxWidth: '600px'"]{border-radius:16px!important;max-width:100%!important;padding:20px!important}div[style*="fontSize: '64px'"],div[style*="fontSize: '72px'"]{font-size:48px!important}div[style*="fontSize: '24px'"],div[style*="fontSize: '28px'"]{font-size:20px!important}div[style*="fontSize: '16px'"]{font-size:14px!important}div[style*="marginBottom: '24px'"]{margin-bottom:16px!important}div[style*="marginTop: '16px'"]{margin-top:12px!important}div[style*="marginBottom: '12px'"]{padding:12px!important}div[style*="display: 'flex'"][style*="justifyContent: 'flex-end'"]{flex-wrap:wrap!important;gap:8px!important}div[style*="display: 'flex'"][style*="alignItems: 'center'"][style*="justifyContent: 'center'"]{padding:40px 20px!important}div[style*="fontSize: '18px'"]{font-size:16px!important}.alert{border-radius:10px!important;font-size:13px!important;padding:12px 14px!important}.alert-error,.alert-success{margin:12px 0!important}div[style*="display: 'flex'"][style*="flexWrap: 'wrap'"]{flex-direction:column!important}div[style*="display: 'flex'"][style*="flexWrap: 'wrap'"] select{margin-bottom:10px!important;width:100%!important}div[style*="display: 'flex'"][style*="justifyContent: 'center'"] button{min-height:40px!important;min-width:40px!important;padding:8px 12px!important}div[style*="display: 'flex'"][style*="justifyContent: 'center'"] span{font-size:12px!important}*{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}a,button,input,label,select,textarea{touch-action:manipulation}.cp-search-filters{flex-direction:column!important}.cp-search-filters .form-input{flex:none!important;height:48px!important;max-height:48px!important;min-height:48px!important;width:100%!important}.cp-users-table{display:block!important;overflow-x:visible!important;white-space:normal!important}.cp-users-table thead{display:none!important}.cp-users-table tbody{display:flex!important;flex-direction:column!important;gap:12px!important}.cp-users-table tbody tr{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;box-shadow:0 1px 3px #00000014!important;display:flex!important;flex-wrap:wrap!important;gap:0!important;padding:14px!important}.cp-users-table tbody tr:hover{background:#f8fafc!important}.cp-users-table tbody td{align-items:flex-start!important;background:#0000!important;border:none!important;display:flex!important;font-size:13px!important;min-width:0!important;min-width:auto!important;padding:6px 0!important;position:static!important;white-space:normal!important;width:100%!important;word-break:break-word!important}.cp-users-table tbody td[data-label]:before{color:#64748b;content:attr(data-label);flex-shrink:0;font-size:12px;font-weight:600;min-width:100px;padding-top:1px}.cp-users-table tbody td[data-label=""]:before{display:none}.cp-users-table tbody td[data-label=""]{min-width:0!important;min-width:auto!important;padding:0!important;position:absolute!important;right:14px!important;top:14px!important;width:auto!important;z-index:2!important}.cp-users-table tbody td[data-label=""] input[type=checkbox]{cursor:pointer;height:22px!important;min-height:0!important;min-height:auto!important;width:22px!important}.cp-users-table tbody tr{position:relative!important}.cp-users-table tbody td[data-label=Email]{border-bottom:1px solid #f1f5f9!important;font-size:14px!important;margin-bottom:4px!important;padding-bottom:8px!important}.cp-users-table tbody td[data-label=Products]{max-width:none!important}.cp-users-table tbody td[data-label="Days Left"],.cp-users-table tbody td[data-label=Duration]{width:50%!important}.cp-users-table tbody td[data-label=Actions]{border-top:1px solid #f1f5f9!important;flex-wrap:wrap!important;gap:6px!important;margin-top:4px!important;padding-top:10px!important}.cp-users-table tbody td[data-label=Actions]:before{display:none}.cp-users-table tbody td[data-label=Actions] .btn,.cp-users-table tbody td[data-label=Actions] button{border-radius:8px!important;flex:1 1 auto!important;font-size:12px!important;margin-right:0!important;min-height:36px!important;padding:6px 12px!important;white-space:nowrap!important;width:auto!important}}@media (max-width:480px){.cp-users-table tbody td[data-label="Days Left"],.cp-users-table tbody td[data-label=Duration]{width:100%!important}.cp-users-table tbody td[data-label=Actions] button{flex-basis:calc(50% - 4px);flex-grow:1;flex-shrink:1}}@media (max-width:768px){.cp-pagination{align-items:stretch!important;flex-direction:column!important;text-align:center}.cp-pagination>div{justify-content:center!important}.cp-pagination button{font-size:12px!important;min-height:40px!important;padding:8px 12px!important;width:auto!important}}
/*# sourceMappingURL=main.fc9fa2c9.css.map*/