:root{--sab-navy:#06193f;--sab-navy-2:#0a2a63;--sab-card:#ffffff;--sab-soft:#f4f7fb;--sab-text:#0f172a;--sab-muted:#64748b;--sab-green:#16a34a;--sab-red:#dc2626;--sab-gold:#f59e0b;--sab-border:#dbe5f3;--sab-pink:#cf2e6c;--sab-shadow:0 20px 55px rgba(2,8,23,.16)}
.sab-shell,.sab-login-wrap{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--sab-text);box-sizing:border-box;word-break:normal;overflow-wrap:break-word;line-height:1.45}.sab-shell *,.sab-login-wrap *{box-sizing:border-box;word-break:normal;overflow-wrap:break-word}.sab-shell{display:flex;gap:22px;min-height:75vh;background:linear-gradient(135deg,#05143a 0%,#071d49 44%,#0f2f70 100%);padding:18px;border-radius:18px;max-width:100%;overflow:hidden}.sab-admin-shell{margin:14px 14px 0 0}.sab-front-shell{margin:20px auto;max-width:1240px}.sab-sidebar{width:275px;flex:0 0 275px;background:linear-gradient(180deg,#041334,#082456);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:18px;color:#fff;box-shadow:var(--sab-shadow);position:sticky;top:20px;align-self:flex-start}.sab-brand-card{display:flex;gap:12px;align-items:center;padding:12px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);margin-bottom:18px}.sab-brand-logo,.sab-brand-logo-fallback{width:52px;height:52px;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;color:#0a2254;font-weight:900;object-fit:contain;padding:5px;flex:0 0 auto}.sab-brand-card strong{display:block;font-size:17px;line-height:1.2;color:#fff}.sab-brand-card span{font-size:12px;color:#cbd5e1}.sab-nav{display:grid;gap:8px}.sab-nav a{display:flex;align-items:center;gap:10px;padding:13px 14px;border-radius:15px;text-decoration:none;color:#dbeafe;font-weight:700;font-size:14px;border:1px solid transparent;transition:.2s ease}.sab-nav a:hover,.sab-nav a.active{background:#fff;color:#071d49;border-color:#c7d2fe;box-shadow:0 14px 25px rgba(0,0,0,.22)}.sab-nav .dashicons{font-size:18px;width:18px;height:18px}.sab-main{flex:1;min-width:0;background:linear-gradient(180deg,#f8fafc,#eef4ff);border-radius:24px;padding:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);overflow:hidden}.sab-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-radius:22px;background:linear-gradient(135deg,#fff,#eaf1ff);border:1px solid var(--sab-border);margin-bottom:18px}.sab-topbar h1{margin:0;color:#06193f;font-size:28px;line-height:1.15;font-weight:900;letter-spacing:-.03em}.sab-topbar p{margin:6px 0 0;color:var(--sab-muted);font-size:14px}.sab-top-actions,.sab-actions-wrap,.sab-row-actions,.sab-form-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.sab-card{background:var(--sab-card);border:1px solid var(--sab-border);border-radius:24px;padding:20px;box-shadow:0 16px 38px rgba(15,23,42,.08);max-width:100%;overflow:hidden}.sab-payment-card-inner{box-shadow:none;border-color:#e9eef7}.sab-section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.sab-section-head-stack{align-items:flex-start}.sab-section-head h2{margin:0;color:#071d49;font-size:22px;line-height:1.2;font-weight:900;letter-spacing:-.02em}.sab-section-head h3{margin:0}.sab-section-head p{margin:5px 0 0;color:var(--sab-muted);font-size:14px}.sab-mt{margin-top:14px}.sab-mt-lg{margin-top:22px}.sab-dashboard-grid{display:grid;grid-template-columns:repeat(5,minmax(160px,1fr));gap:14px}.sab-metric-card{border-radius:22px;padding:18px;min-height:140px;color:#fff;position:relative;overflow:hidden;box-shadow:0 18px 35px rgba(15,23,42,.18)}.sab-metric-card:after{content:"";position:absolute;right:-28px;bottom:-35px;width:110px;height:110px;border-radius:50%;background:rgba(255,255,255,.17)}.sab-tone-blue{background:linear-gradient(135deg,#2563eb,#0f2f70)}.sab-tone-purple{background:linear-gradient(135deg,#7c3aed,#312e81)}.sab-tone-green{background:linear-gradient(135deg,#16a34a,#065f46)}.sab-tone-red{background:linear-gradient(135deg,#dc2626,#7f1d1d)}.sab-tone-gold{background:linear-gradient(135deg,#f59e0b,#92400e)}.sab-metric-icon{width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;margin-bottom:15px}.sab-metric-card span{display:block;font-size:13px;color:#e5e7eb;font-weight:700}.sab-metric-card strong{display:block;font-size:25px;line-height:1.12;margin-top:5px;color:#fff}.sab-btn,.sab-row-actions a,.sab-row-actions button{appearance:none;border:0;border-radius:14px;text-decoration:none;padding:10px 14px;font-weight:800;font-size:14px;line-height:1.2;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:.18s ease;min-height:42px}.sab-btn-primary{background:linear-gradient(135deg,#0a2a63,#06193f);color:#fff}.sab-btn-success{background:linear-gradient(135deg,#16a34a,#047857);color:#fff}.sab-btn-light{background:#eef4ff;color:#0a2254;border:1px solid #dbeafe}.sab-btn:hover,.sab-row-actions a:hover,.sab-row-actions button:hover{transform:translateY(-1px);filter:saturate(1.05)}.sab-btn[disabled]{opacity:.65;cursor:not-allowed;transform:none}.sab-row-actions a,.sab-row-actions button{background:#eef4ff;color:#0a2254;border:1px solid #dbeafe;min-height:36px;padding:8px 10px;font-size:12px}.sab-row-actions .sab-delete-link,.sab-delete-link{background:#fff1f2!important;color:#b91c1c!important;border-color:#fecdd3!important}.sab-form-grid{display:grid;gap:14px}.sab-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sab-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sab-form-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sab-form-single{grid-template-columns:1fr}.sab-premium-form label,.sab-form-grid label{font-size:14px;font-weight:800;color:#071d49;display:grid;gap:7px;min-width:0}.sab-premium-form input,.sab-premium-form select,.sab-premium-form textarea,.sab-form-grid input,.sab-form-grid select,.sab-form-grid textarea{width:100%;border:1px solid #cbd5e1;border-radius:13px;padding:12px 13px;font-size:15px;line-height:1.35;background:#fff;color:#0f172a;outline:none;min-height:46px;box-shadow:0 1px 0 rgba(15,23,42,.03)}.sab-premium-form input:focus,.sab-premium-form select:focus,.sab-premium-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.sab-full{grid-column:1/-1}.sab-form-section-title{margin:18px 0 12px;padding:10px 14px;border-radius:14px;background:linear-gradient(135deg,#071d49,#0a2a63);color:#fff;font-weight:900;letter-spacing:.01em}.sab-help{margin:5px 0 0;color:var(--sab-muted);font-size:12px;font-weight:600}.sab-upload-box{display:grid;grid-template-columns:118px 1fr;gap:16px;align-items:center;padding:14px;border:1px dashed #aac0e5;border-radius:20px;background:#f8fbff;margin:14px 0}.sab-settings-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sab-upload-preview-wrap{width:104px;min-height:110px;display:flex;align-items:center;justify-content:center}.sab-upload-preview{width:104px;height:116px;object-fit:cover;border-radius:18px;border:3px solid #e2e8f0;background:#fff}.sab-sign-preview{height:76px;object-fit:contain}.sab-upload-placeholder{display:flex;align-items:center;justify-content:center;color:#64748b;font-weight:900;background:#eef4ff}.sab-responsive-table{width:100%;overflow-x:auto;max-width:100%;border-radius:18px;border:1px solid #e2e8f0;background:#fff}.sab-table{width:100%;border-collapse:separate;border-spacing:0;min-width:850px;background:#fff}.sab-table th{background:#071d49;color:#fff;text-align:left;font-size:13px;padding:13px 12px;white-space:nowrap;font-weight:900}.sab-table th:first-child{border-top-left-radius:17px}.sab-table th:last-child{border-top-right-radius:17px}.sab-table td{padding:13px 12px;border-bottom:1px solid #e8eef8;vertical-align:middle;font-size:14px;color:#0f172a;max-width:240px}.sab-table tbody tr:hover{background:#f8fbff}.sab-amount-cell{text-align:right;white-space:nowrap}.sab-money-green{color:var(--sab-green)!important;font-weight:900}.sab-money-red{color:var(--sab-red)!important;font-weight:900}.sab-money-neutral{color:#071d49!important;font-weight:900}.sab-student-mini{display:flex;align-items:center;gap:10px;min-width:0}.sab-student-mini img,.sab-student-mini>span{width:42px;height:42px;border-radius:50%;flex:0 0 42px;display:flex;align-items:center;justify-content:center;background:#dbeafe;color:#071d49;font-weight:900;object-fit:cover}.sab-student-mini strong{display:block;line-height:1.25;color:#071d49}.sab-student-mini small{display:block;color:#64748b;font-size:12px}.sab-empty{padding:22px;text-align:center;border-radius:18px;background:#f8fbff;color:#64748b;font-weight:800}.sab-alert{border-radius:18px;padding:15px 18px;margin:0 0 16px;font-weight:800}.sab-alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.sab-alert-danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.sab-pill{display:inline-flex;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.sab-pill-green{background:#dcfce7;color:#166534}.sab-pill-red{background:#fee2e2;color:#991b1b}.sab-profile-card{background:linear-gradient(135deg,#06193f,#0a2a63);color:#fff}.sab-profile-top{display:flex;gap:14px;align-items:center}.sab-profile-top img,.sab-profile-avatar{width:82px;height:82px;border-radius:22px;background:#fff;color:#071d49;display:flex;align-items:center;justify-content:center;object-fit:cover;font-weight:900;font-size:24px}.sab-profile-top h2{margin:0;color:#fff;font-size:26px;line-height:1.15}.sab-profile-top p{margin:5px 0 0;color:#bfdbfe;font-weight:700}.sab-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.sab-profile-stats div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:12px}.sab-profile-stats span{display:block;color:#cbd5e1;font-size:12px;font-weight:800}.sab-profile-stats strong{display:block;color:#fff;font-size:18px;margin-top:3px}.sab-student-detail-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(360px,1.1fr);gap:18px}.sab-live-summary,.sab-report-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}.sab-live-summary span,.sab-mini-metric{display:block;background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;padding:12px;color:#475569;font-weight:800}.sab-live-summary b,.sab-mini-metric strong{display:block;color:#071d49;font-size:18px;margin-top:4px}.sab-head-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.sab-head-pay-row{display:grid!important;grid-template-columns:auto minmax(105px,1fr) minmax(100px,145px);align-items:center;gap:9px;padding:12px;border:1px solid #dbeafe;border-radius:15px;background:#f8fbff}.sab-head-pay-row input[type="checkbox"]{width:18px;min-height:auto;height:18px}.sab-search-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.sab-search-form input{min-width:220px;border:1px solid #cbd5e1;border-radius:13px;padding:11px 12px;font-size:14px}.sab-login-wrap{max-width:100%;padding:28px 14px;background:linear-gradient(135deg,#06193f,#0a2a63);border-radius:0;min-height:100vh;display:flex;align-items:flex-start;justify-content:center}.sab-login-card{width:min(620px,100%);background:#fff;border-radius:30px;padding:28px;box-shadow:var(--sab-shadow);border:1px solid #dbeafe}.sab-login-brand{display:flex;align-items:center;gap:16px;margin-bottom:18px}.sab-login-brand img,.sab-login-logo-fallback{width:80px;height:80px;border-radius:20px;object-fit:contain;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#071d49;font-weight:900;font-size:24px}.sab-login-brand h2{font-size:36px;line-height:1.05;margin:0;color:#071d49;letter-spacing:-.04em}.sab-login-brand p{margin:7px 0 0;color:#64748b;font-size:18px}.sab-muted{color:#64748b;font-size:18px;line-height:1.5;margin:0 0 18px}.sab-report-filter{margin-top:8px}.sab-report-wrap h3{color:#071d49;font-size:18px;margin:18px 0 10px}.sab-print-area{overflow:visible}.sab-invoice{max-width:100%;overflow:hidden}.sab-invoice table{max-width:100%}@media(max-width:1180px){.sab-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sab-form-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.sab-student-detail-grid{grid-template-columns:1fr}.sab-settings-upload-grid{grid-template-columns:1fr}}@media(max-width:900px){.sab-shell{display:block;padding:12px;border-radius:0}.sab-admin-shell{margin:0}.sab-sidebar{position:relative;top:auto;width:100%;flex:auto;margin-bottom:14px;border-radius:20px}.sab-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.sab-main{border-radius:20px;padding:14px}.sab-topbar{display:block;padding:16px}.sab-top-actions{margin-top:12px}.sab-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sab-form-grid-2,.sab-form-grid-3{grid-template-columns:1fr}.sab-head-payment-grid{grid-template-columns:1fr}.sab-section-head{display:block}.sab-section-head .sab-actions-wrap{margin-top:12px}.sab-upload-box{grid-template-columns:95px 1fr}.sab-upload-preview-wrap,.sab-upload-preview{width:86px}.sab-upload-preview{height:100px}.sab-login-brand h2{font-size:30px}.sab-muted{font-size:16px}}@media(max-width:720px){.sab-main{padding:10px}.sab-card{padding:15px;border-radius:20px}.sab-topbar h1{font-size:24px}.sab-dashboard-grid{grid-template-columns:1fr}.sab-nav{grid-template-columns:1fr}.sab-profile-stats,.sab-live-summary,.sab-report-metrics{grid-template-columns:1fr}.sab-mobile-card-table,.sab-mobile-card-table thead,.sab-mobile-card-table tbody,.sab-mobile-card-table th,.sab-mobile-card-table td,.sab-mobile-card-table tr{display:block;width:100%;min-width:0}.sab-responsive-table{overflow:visible;border:0;background:transparent}.sab-mobile-card-table{min-width:0;background:transparent}.sab-mobile-card-table thead{display:none}.sab-mobile-card-table tr{background:#fff;border:1px solid #dbeafe;border-radius:18px;margin:0 0 12px;padding:11px;box-shadow:0 8px 20px rgba(15,23,42,.06);overflow:hidden}.sab-mobile-card-table td{border:0!important;padding:9px 4px!important;max-width:100%;display:grid!important;grid-template-columns:112px minmax(0,1fr);gap:10px;text-align:left!important;align-items:start;font-size:15px;line-height:1.38;white-space:normal!important}.sab-mobile-card-table td:before{content:attr(data-label);font-weight:900;color:#0a2254}.sab-amount-cell{text-align:left!important}.sab-row-actions{justify-content:flex-start}.sab-row-actions a,.sab-row-actions button{font-size:13px;min-height:38px}.sab-search-form{display:grid;grid-template-columns:1fr;width:100%}.sab-search-form input,.sab-actions-wrap .sab-btn{width:100%;min-width:0}.sab-head-pay-row{grid-template-columns:auto 1fr;align-items:start}.sab-head-pay-row input[type="number"]{grid-column:1/-1}.sab-login-wrap{padding:16px}.sab-login-card{padding:22px;border-radius:26px}.sab-login-brand{align-items:flex-start}.sab-login-brand img,.sab-login-logo-fallback{width:64px;height:64px}.sab-login-brand h2{font-size:27px}.sab-login-brand p{font-size:16px}.sab-muted{font-size:15px}.sab-btn{width:auto;max-width:100%}}@media(max-width:420px){.sab-top-actions .sab-btn,.sab-form-actions .sab-btn{width:100%}.sab-mobile-card-table td{grid-template-columns:98px minmax(0,1fr);font-size:14px}.sab-profile-top{align-items:flex-start}.sab-profile-top h2{font-size:22px}.sab-upload-box{grid-template-columns:1fr}.sab-upload-preview-wrap{width:100%;justify-content:flex-start}.sab-login-brand{display:block}.sab-login-brand h2{margin-top:12px;font-size:25px}}

/* Safallo v2.2 clarity, mobile and no-cut fixes */
.sab-shell,.sab-login-wrap{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;font-weight:500!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#0f172a!important;letter-spacing:0!important}.sab-shell *,.sab-login-wrap *{text-shadow:none!important;letter-spacing:0!important}.sab-shell p,.sab-shell span,.sab-shell td,.sab-shell label,.sab-shell input,.sab-shell select,.sab-shell textarea,.sab-login-wrap p,.sab-login-wrap label,.sab-login-wrap input{color:#0f172a}.sab-muted,.sab-help,.sab-section-head p,.sab-topbar p,.sab-login-brand p{color:#334155!important;font-weight:600!important}.sab-btn,.sab-row-actions a,.sab-row-actions button,.sab-login-wrap button,.sab-shell button{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;font-weight:800!important;text-decoration:none!important}.sab-btn-primary,.sab-btn-success,.sab-form-section-title{color:#fff!important}.sab-btn-light{color:#0a2254!important}.sab-btn[disabled]{color:#fff!important;opacity:.75!important}.sab-login-card,.sab-card,.sab-main{color:#0f172a!important}.sab-premium-form input,.sab-premium-form select,.sab-premium-form textarea,.sab-form-grid input,.sab-form-grid select,.sab-form-grid textarea{font-size:16px!important;font-weight:600!important;color:#0f172a!important;background:#fff!important;-webkit-text-fill-color:#0f172a;opacity:1!important}.sab-premium-form label,.sab-form-grid label{font-size:15px!important;color:#0a2254!important;font-weight:800!important}.sab-note-field{margin-bottom:16px!important}.sab-payment-submit-wrap{margin-top:12px!important}.sab-invoice-table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:14px}.sab-invoice-table-wrap .inv-table{min-width:640px}.sab-latest-receipt{border-color:#bbf7d0!important;background:linear-gradient(135deg,#f0fdf4,#ffffff)!important}
@media(max-width:1100px){.sab-shell{display:block!important;padding:12px!important;border-radius:0!important}.sab-sidebar{position:relative!important;top:auto!important;width:100%!important;max-width:100%!important;flex:auto!important;margin-bottom:14px!important}.sab-main{width:100%!important;min-width:0!important;border-radius:20px!important;padding:12px!important;overflow:hidden!important}.sab-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sab-topbar,.sab-section-head{display:block!important}.sab-top-actions,.sab-actions-wrap{margin-top:12px!important;width:100%!important}.sab-form-grid-2,.sab-form-grid-3,.sab-form-grid-4,.sab-settings-upload-grid,.sab-student-detail-grid,.sab-head-payment-grid{grid-template-columns:1fr!important}.sab-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sab-head-pay-row{grid-template-columns:auto minmax(0,1fr)!important}.sab-head-pay-row input[type="number"]{grid-column:1/-1!important}.sab-upload-box{grid-template-columns:96px minmax(0,1fr)!important}.sab-search-form{display:grid!important;grid-template-columns:1fr!important;width:100%!important}.sab-search-form input,.sab-actions-wrap .sab-btn,.sab-top-actions .sab-btn{width:100%!important;min-width:0!important}.sab-report-filter .sab-btn{width:100%!important;margin-top:12px!important}}
@media(max-width:760px){.sab-front-shell{margin:10px 0!important}.sab-shell{gap:0!important}.sab-sidebar{border-radius:18px!important;padding:14px!important}.sab-nav{grid-template-columns:1fr!important}.sab-nav a{font-size:16px!important;padding:14px!important}.sab-main{padding:10px!important}.sab-card{padding:15px!important;border-radius:20px!important;overflow:hidden!important}.sab-topbar h1{font-size:23px!important;line-height:1.2!important}.sab-section-head h2{font-size:21px!important}.sab-dashboard-grid,.sab-profile-stats,.sab-live-summary,.sab-report-metrics{grid-template-columns:1fr!important}.sab-form-actions,.sab-row-actions{gap:10px!important}.sab-form-actions .sab-btn,.sab-payment-submit-wrap .sab-btn{width:100%!important}.sab-mobile-card-table,.sab-mobile-card-table thead,.sab-mobile-card-table tbody,.sab-mobile-card-table th,.sab-mobile-card-table td,.sab-mobile-card-table tr{display:block!important;width:100%!important;min-width:0!important}.sab-responsive-table{overflow:visible!important;border:0!important;background:transparent!important}.sab-mobile-card-table{min-width:0!important;background:transparent!important}.sab-mobile-card-table thead{display:none!important}.sab-mobile-card-table tr{background:#fff!important;border:1px solid #dbeafe!important;border-radius:18px!important;margin:0 0 14px!important;padding:12px!important;box-shadow:0 8px 20px rgba(15,23,42,.08)!important;overflow:hidden!important}.sab-mobile-card-table td{display:block!important;border:0!important;padding:9px 4px!important;max-width:100%!important;text-align:left!important;font-size:16px!important;line-height:1.45!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;color:#0f172a!important}.sab-mobile-card-table td:before{content:attr(data-label);display:block!important;margin:0 0 4px!important;font-weight:900!important;color:#0a2254!important;font-size:15px!important}.sab-mobile-card-table td>*{max-width:100%!important}.sab-mobile-card-table .sab-row-actions{display:flex!important;flex-wrap:wrap!important}.sab-row-actions a,.sab-row-actions button{font-size:15px!important;min-height:42px!important;padding:10px 13px!important}.sab-amount-cell{text-align:left!important}.sab-student-mini{align-items:flex-start!important}.sab-login-wrap{padding:14px!important;min-height:auto!important}.sab-login-card{padding:22px!important;border-radius:24px!important}.sab-login-brand{align-items:flex-start!important}.sab-login-brand h2{font-size:26px!important;line-height:1.15!important;color:#0a2254!important}.sab-login-brand p{font-size:16px!important;color:#334155!important}.sab-muted{font-size:16px!important;line-height:1.55!important}.sab-upload-box{grid-template-columns:1fr!important}.sab-upload-preview-wrap{width:100%!important;justify-content:flex-start!important}.sab-invoice{border-radius:18px!important}.invoice-hero,.invoice-info-grid,.invoice-footer{display:block!important}.invoice-title{text-align:left!important;margin-top:14px!important}.invoice-body{padding:14px!important}.summary{width:100%!important}.info-row{display:block!important}.info-row strong{display:block!important;margin-bottom:3px!important}.student-photo{float:none!important;margin:0 0 12px!important}.sab-invoice-table-wrap{overflow-x:auto!important}.sab-invoice-table-wrap .inv-table{min-width:620px!important}.sab-table td,.sab-table th{word-break:normal!important;overflow-wrap:normal!important}}
@media(max-width:430px){.sab-card{padding:13px!important}.sab-brand-card{align-items:flex-start!important}.sab-brand-card strong{font-size:16px!important}.sab-login-brand{display:block!important}.sab-login-brand img,.sab-login-logo-fallback{width:70px!important;height:70px!important}.sab-login-brand h2{margin-top:12px!important}.sab-mobile-card-table td{font-size:15px!important}.sab-row-actions a,.sab-row-actions button{width:100%!important}.sab-head-pay-row span{font-size:15px!important}.sab-premium-form input,.sab-premium-form select,.sab-premium-form textarea{font-size:16px!important}.sab-invoice-table-wrap .inv-table{min-width:580px!important}}

/* Safallo v2.3 permanent readable blue UI fixes */
#safallo-billing-panel.sab-shell{background:#f2f6ff!important;border-radius:22px!important;padding:0!important;gap:0!important;overflow:hidden!important;border:1px solid #dbe7ff!important;box-shadow:0 18px 48px rgba(10,45,130,.12)!important;color:#111827!important;}
#safallo-billing-panel .sab-sidebar{background:linear-gradient(180deg,#1556ba 0%,#0f3f9d 48%,#0b2e7f 100%)!important;border-radius:0!important;border:0!important;padding:22px 16px!important;box-shadow:none!important;color:#fff!important;}
#safallo-billing-panel .sab-sidebar *,#safallo-billing-panel .sab-sidebar p,#safallo-billing-panel .sab-sidebar span,#safallo-billing-panel .sab-sidebar strong{color:#ffffff!important;opacity:1!important;text-shadow:none!important;}
#safallo-billing-panel .sab-brand-card{background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:22px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16)!important;}
#safallo-billing-panel .sab-brand-logo,#safallo-billing-panel .sab-brand-logo-fallback{background:#fff!important;color:#1556ba!important;border-radius:16px!important;}
#safallo-billing-panel .sab-nav a{color:#eaf2ff!important;background:transparent!important;border:1px solid transparent!important;font-weight:800!important;font-size:15px!important;opacity:1!important;}
#safallo-billing-panel .sab-nav a span{color:#eaf2ff!important;opacity:1!important;}
#safallo-billing-panel .sab-nav a:hover,#safallo-billing-panel .sab-nav a.active{background:#ffffff!important;color:#1556ba!important;border-color:#cfe0ff!important;box-shadow:0 14px 24px rgba(0,0,0,.18)!important;}
#safallo-billing-panel .sab-nav a:hover span,#safallo-billing-panel .sab-nav a.active span{color:#1556ba!important;}
#safallo-billing-panel .sab-main{background:#f6f9ff!important;border-radius:0!important;padding:24px!important;overflow:hidden!important;color:#111827!important;}
#safallo-billing-panel .sab-topbar,#safallo-billing-panel .sab-card{background:#ffffff!important;color:#111827!important;border-color:#d8e4f7!important;box-shadow:0 12px 32px rgba(15,45,110,.08)!important;}
#safallo-billing-panel .sab-topbar h1,#safallo-billing-panel .sab-section-head h2,#safallo-billing-panel .sab-card h2,#safallo-billing-panel .sab-card h3{color:#0b2e7f!important;opacity:1!important;}
#safallo-billing-panel .sab-topbar p,#safallo-billing-panel .sab-section-head p,#safallo-billing-panel .sab-help,#safallo-billing-panel .sab-muted{color:#475569!important;opacity:1!important;font-weight:600!important;}
#safallo-billing-panel .sab-btn-primary{background:#1556ba!important;color:#fff!important;border:1px solid #0f3f9d!important;}
#safallo-billing-panel .sab-btn-success{background:#12965a!important;color:#fff!important;border:1px solid #0f7c4c!important;}
#safallo-billing-panel .sab-btn-light{background:#eef5ff!important;color:#0b2e7f!important;border:1px solid #cfe0ff!important;}
#safallo-billing-panel .sab-btn,#safallo-billing-panel .sab-btn span,#safallo-billing-panel .sab-row-actions a{opacity:1!important;text-shadow:none!important;}
#safallo-billing-panel .sab-premium-form label,#safallo-billing-panel .sab-form-grid label{color:#0b2e7f!important;font-weight:800!important;opacity:1!important;}
#safallo-billing-panel .sab-premium-form input,#safallo-billing-panel .sab-premium-form select,#safallo-billing-panel .sab-premium-form textarea,#safallo-billing-panel .sab-form-grid input,#safallo-billing-panel .sab-form-grid select,#safallo-billing-panel .sab-form-grid textarea{color:#111827!important;-webkit-text-fill-color:#111827!important;background:#fff!important;border-color:#9fb4d6!important;font-weight:600!important;opacity:1!important;}
#safallo-billing-panel .sab-table th{background:#1556ba!important;color:#fff!important;}
#safallo-billing-panel .sab-table td{color:#111827!important;background:#fff;opacity:1!important;}
#safallo-billing-panel .sab-responsive-table{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;background:#fff!important;border:1px solid #d8e4f7!important;}
#safallo-billing-panel .sab-table{table-layout:auto!important;}
#safallo-billing-panel .sab-student-mini strong{color:#0b2e7f!important;}#safallo-billing-panel .sab-student-mini small{color:#475569!important;}
#safallo-billing-panel .sab-money-green{color:#15803d!important;}#safallo-billing-panel .sab-money-red{color:#dc2626!important;}#safallo-billing-panel .sab-money-neutral{color:#0b2e7f!important;}
.sab-login-wrap{background:#f2f6ff!important;padding:24px!important;}
.sab-login-card{background:#ffffff!important;border:1px solid #d8e4f7!important;color:#111827!important;box-shadow:0 16px 42px rgba(15,45,110,.12)!important;}
.sab-login-card *{text-shadow:none!important;opacity:1!important;letter-spacing:0!important;}
.sab-login-brand h2{color:#0b2e7f!important;font-weight:900!important;}.sab-login-brand p,.sab-login-wrap .sab-muted{color:#475569!important;font-weight:600!important;}.sab-login-wrap label{color:#0b2e7f!important;font-weight:800!important;}.sab-login-wrap input{color:#111827!important;-webkit-text-fill-color:#111827!important;background:#fff!important;font-weight:600!important;}.sab-login-wrap .sab-btn-primary{background:#1556ba!important;color:#fff!important}.sab-login-wrap .sab-btn-success{background:#12965a!important;color:#fff!important}
@media(max-width:1100px){#safallo-billing-panel.sab-shell{display:block!important;border-radius:0!important;margin:0!important;width:100%!important;}#safallo-billing-panel .sab-sidebar{width:100%!important;max-width:100%!important;border-radius:0!important;position:relative!important;top:auto!important;padding:14px!important;}#safallo-billing-panel .sab-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}#safallo-billing-panel .sab-main{padding:14px!important;width:100%!important;min-width:0!important;}#safallo-billing-panel .sab-topbar{display:block!important;}#safallo-billing-panel .sab-top-actions{margin-top:12px!important;}}
@media(max-width:760px){#safallo-billing-panel .sab-nav{grid-template-columns:1fr!important;}#safallo-billing-panel .sab-nav a{font-size:16px!important;padding:14px!important;}#safallo-billing-panel .sab-main{padding:10px!important;}#safallo-billing-panel .sab-card{padding:14px!important;border-radius:18px!important;}#safallo-billing-panel .sab-topbar h1{font-size:24px!important;line-height:1.2!important;}#safallo-billing-panel .sab-section-head h2{font-size:21px!important;}#safallo-billing-panel .sab-responsive-table{overflow-x:auto!important;border-radius:16px!important;background:#fff!important;}#safallo-billing-panel .sab-mobile-card-table,#safallo-billing-panel .sab-mobile-card-table thead,#safallo-billing-panel .sab-mobile-card-table tbody,#safallo-billing-panel .sab-mobile-card-table th,#safallo-billing-panel .sab-mobile-card-table td,#safallo-billing-panel .sab-mobile-card-table tr{display:block!important;width:100%!important;min-width:0!important;}#safallo-billing-panel .sab-mobile-card-table{min-width:0!important;background:#fff!important;}#safallo-billing-panel .sab-mobile-card-table thead{display:none!important;}#safallo-billing-panel .sab-mobile-card-table tr{background:#fff!important;border:1px solid #d8e4f7!important;border-radius:16px!important;margin:12px!important;padding:12px!important;overflow:hidden!important;box-shadow:0 7px 18px rgba(15,45,110,.07)!important;}#safallo-billing-panel .sab-mobile-card-table td{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:10px!important;padding:8px 0!important;border:0!important;border-bottom:1px dashed #e2e8f0!important;text-align:left!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;font-size:15px!important;line-height:1.42!important;color:#111827!important;}#safallo-billing-panel .sab-mobile-card-table td:before{content:attr(data-label);color:#0b2e7f!important;font-weight:900!important;font-size:14px!important;}#safallo-billing-panel .sab-mobile-card-table td:last-child{border-bottom:0!important;}#safallo-billing-panel .sab-row-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}#safallo-billing-panel .sab-row-actions a,#safallo-billing-panel .sab-row-actions button{width:auto!important;min-width:82px!important;color:#0b2e7f!important;background:#eef5ff!important;}#safallo-billing-panel .sab-form-grid-2,#safallo-billing-panel .sab-form-grid-3,#safallo-billing-panel .sab-form-grid-4,#safallo-billing-panel .sab-settings-upload-grid{grid-template-columns:1fr!important;}#safallo-billing-panel .sab-form-actions .sab-btn,#safallo-billing-panel .sab-top-actions .sab-btn,#safallo-billing-panel .sab-actions-wrap .sab-btn{width:100%!important;}#safallo-billing-panel .sab-upload-box{grid-template-columns:1fr!important;}.sab-login-card{padding:20px!important;border-radius:22px!important}.sab-login-brand{display:grid!important;grid-template-columns:70px 1fr!important;gap:12px!important;}.sab-login-brand h2{font-size:25px!important;}.sab-login-brand p,.sab-login-wrap .sab-muted{font-size:15px!important;line-height:1.5!important;}}
@media(max-width:430px){#safallo-billing-panel .sab-mobile-card-table td{grid-template-columns:96px minmax(0,1fr)!important;font-size:14.5px!important;}#safallo-billing-panel .sab-row-actions a,#safallo-billing-panel .sab-row-actions button{width:100%!important;}.sab-login-brand{display:block!important}.sab-login-brand h2{margin-top:10px!important;}}


/* Safallo v2.4 spacing, admin bar and mobile navigation refinements */
body.sab-panel-active #wpadminbar{display:none!important}
body.sab-panel-active.admin-bar{padding-top:0!important}
html:has(body.sab-panel-active){margin-top:0!important}
#safallo-billing-panel .sab-nav a.active{outline:2px solid rgba(255,255,255,.72)!important;outline-offset:2px!important}
#safallo-billing-panel .sab-main{scroll-margin-top:12px!important}
#safallo-billing-panel .sab-table,#safallo-billing-panel .sab-responsive-table{max-width:100%!important}
#safallo-billing-panel .sab-responsive-table{overflow:auto!important;-webkit-overflow-scrolling:touch!important}
@media(max-width:1100px){
  #safallo-billing-panel.sab-front-shell{width:calc(100% - 18px)!important;margin:9px auto!important;border-radius:18px!important;}
  #safallo-billing-panel.sab-admin-shell{width:calc(100% - 18px)!important;margin:9px auto!important;border-radius:18px!important;}
  #safallo-billing-panel .sab-sidebar{border-radius:18px 18px 0 0!important;}
  #safallo-billing-panel .sab-main{border-radius:0 0 18px 18px!important;}
}
@media(max-width:760px){
  html{margin-top:0!important;}
  body.sab-panel-active{padding-top:0!important;}
  #safallo-billing-panel.sab-front-shell,#safallo-billing-panel.sab-admin-shell{width:calc(100% - 16px)!important;margin:8px auto!important;}
  #safallo-billing-panel .sab-brand-card{margin-bottom:14px!important;}
  #safallo-billing-panel .sab-nav a{min-height:54px!important;}
  #safallo-billing-panel .sab-nav a.active:after{content:"Open";margin-left:auto;background:#1556ba;color:#fff!important;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:900;}
  #safallo-billing-panel .sab-mobile-card-table tr{margin:10px 0!important;}
}

/* Safallo v2.5 final mobile spacing, admin-bar blank-space and readable table fixes */
body.sab-panel-active #wpadminbar,
html body.sab-panel-active #wpadminbar{display:none!important;height:0!important;overflow:hidden!important;}
body.sab-panel-active.admin-bar,
body.sab-panel-active{padding-top:0!important;margin-top:0!important;}
html:has(body.sab-panel-active),
html body.sab-panel-active{margin-top:0!important;}
body.sab-panel-active .entry-content,
body.sab-panel-active .wp-block-post-content,
body.sab-panel-active .site-main,
body.sab-panel-active main{padding-top:0!important;}
#safallo-billing-panel.sab-front-shell{position:relative!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:calc(100vw - 16px)!important;max-width:1240px!important;margin:4px 0 12px!important;}
#safallo-billing-panel.sab-admin-shell{max-width:100%!important;}
#safallo-billing-panel .sab-nav a{color:#eef6ff!important;text-shadow:none!important;}
#safallo-billing-panel .sab-nav a.active{background:#ffffff!important;color:#1556ba!important;}
#safallo-billing-panel .sab-nav a.active:after{box-shadow:none!important;}
#safallo-billing-panel .sab-responsive-table{overflow:auto!important;max-width:100%!important;}
#safallo-billing-panel .sab-table td,
#safallo-billing-panel .sab-table th{word-break:normal!important;overflow-wrap:break-word!important;}
@media(max-width:1100px){
  #safallo-billing-panel.sab-front-shell{width:calc(100vw - 14px)!important;margin:3px 0 10px!important;}
  #safallo-billing-panel.sab-shell{padding:14px!important;}
  #safallo-billing-panel .sab-sidebar{padding:14px!important;}
}
@media(max-width:760px){
  #safallo-billing-panel.sab-front-shell,#safallo-billing-panel.sab-admin-shell{width:calc(100vw - 10px)!important;margin:2px 0 8px!important;border-radius:20px!important;}
  #safallo-billing-panel.sab-shell{padding:10px!important;}
  #safallo-billing-panel .sab-sidebar{padding:10px!important;border-radius:18px 18px 0 0!important;}
  #safallo-billing-panel .sab-main{padding:8px!important;border-radius:0 0 18px 18px!important;}
  #safallo-billing-panel .sab-card{padding:12px!important;}
  #safallo-billing-panel .sab-responsive-table{max-height:72vh!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;}
  #safallo-billing-panel .sab-mobile-card-table tr{max-width:100%!important;width:auto!important;margin:10px 0!important;}
  #safallo-billing-panel .sab-mobile-card-table td{grid-template-columns:128px minmax(0,1fr)!important;overflow-wrap:break-word!important;word-break:normal!important;}
  #safallo-billing-panel .sab-mobile-card-table td:before{white-space:normal!important;}
  #safallo-billing-panel .sab-row-actions{max-width:100%!important;}
  #safallo-billing-panel .sab-row-actions a,#safallo-billing-panel .sab-row-actions button{max-width:100%!important;}
}
@media(max-width:430px){
  #safallo-billing-panel.sab-front-shell,#safallo-billing-panel.sab-admin-shell{width:calc(100vw - 8px)!important;}
  #safallo-billing-panel.sab-shell{padding:8px!important;}
  #safallo-billing-panel .sab-sidebar{padding:8px!important;}
  #safallo-billing-panel .sab-main{padding:6px!important;}
  #safallo-billing-panel .sab-mobile-card-table td{grid-template-columns:116px minmax(0,1fr)!important;}
}

/* Safallo v2.6 targeted polish: backend cards, mobile containment, consistent theme header visibility */
body.sab-panel-active header,
body.sab-panel-active .site-header,
body.sab-panel-active #masthead,
body.sab-panel-active .wp-site-blocks > header{display:block!important;visibility:visible!important;opacity:1!important;}
#safallo-billing-panel.sab-admin-shell{margin:12px 12px 12px 0!important;width:auto!important;max-width:calc(100% - 12px)!important;}
#safallo-billing-panel .sab-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;align-items:stretch!important;}
#safallo-billing-panel .sab-metric-card{min-width:0!important;overflow:hidden!important;}
#safallo-billing-panel .sab-metric-card strong{font-size:clamp(20px,2.1vw,28px)!important;line-height:1.12!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;}
#safallo-billing-panel .sab-metric-card span{font-size:13px!important;line-height:1.25!important;}
#safallo-billing-panel .sab-print-area{overflow:auto!important;-webkit-overflow-scrolling:touch!important;}
#safallo-billing-panel .sab-receipt-screen{max-width:100%!important;overflow:hidden!important;}
#safallo-billing-panel .sab-receipt-header{max-width:100%!important;overflow:hidden!important;}
#safallo-billing-panel .sab-header-copy{min-width:0!important;max-width:100%!important;overflow:hidden!important;}
#safallo-billing-panel .sab-web-tagline{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
#safallo-billing-panel .sab-receipt-brand p{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
@media(max-width:1100px){
  #safallo-billing-panel.sab-front-shell{width:calc(100vw - 12px)!important;margin:4px 0 10px!important;}
  #safallo-billing-panel.sab-admin-shell{width:calc(100% - 10px)!important;margin:6px auto 10px!important;}
  #safallo-billing-panel .sab-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;}
}
@media(max-width:760px){
  #safallo-billing-panel.sab-front-shell,#safallo-billing-panel.sab-admin-shell{width:calc(100vw - 10px)!important;margin-left:0!important;margin-right:0!important;}
  #safallo-billing-panel.sab-shell{padding:8px!important;}
  #safallo-billing-panel .sab-dashboard-grid{grid-template-columns:1fr!important;gap:10px!important;}
  #safallo-billing-panel .sab-metric-card{min-height:auto!important;padding:16px!important;}
  #safallo-billing-panel .sab-metric-card strong{font-size:24px!important;}
  #safallo-billing-panel .sab-responsive-table{max-height:70vh!important;overflow:auto!important;overscroll-behavior:contain!important;}
  #safallo-billing-panel .sab-mobile-card-table{table-layout:fixed!important;}
  #safallo-billing-panel .sab-mobile-card-table tr{overflow:auto!important;-webkit-overflow-scrolling:touch!important;}
  #safallo-billing-panel .sab-mobile-card-table td{grid-template-columns:112px minmax(0,1fr)!important;}
  #safallo-billing-panel .sab-mobile-card-table td > *{min-width:0!important;max-width:100%!important;}
  #safallo-billing-panel .sab-row-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;}
  #safallo-billing-panel .sab-row-actions a,#safallo-billing-panel .sab-row-actions button{width:100%!important;min-width:0!important;}
  #safallo-billing-panel .sab-receipt-brand{grid-template-columns:58px minmax(0,1fr)!important;gap:9px!important;}
  #safallo-billing-panel .sab-receipt-logo{width:54px!important;height:54px!important;}
  #safallo-billing-panel .sab-receipt-brand h1{font-size:21px!important;}
  #safallo-billing-panel .sab-web-tagline{font-size:9px!important;padding:5px 6px!important;}
}
@media(max-width:430px){
  #safallo-billing-panel.sab-front-shell,#safallo-billing-panel.sab-admin-shell{width:calc(100vw - 8px)!important;}
  #safallo-billing-panel .sab-mobile-card-table td{grid-template-columns:104px minmax(0,1fr)!important;}
}


/* Safallo v3.0 print-only invoice fix */
@media print {
  body.sab-panel-active * { visibility: hidden !important; }
  body.sab-panel-active #safallo-billing-panel .sab-print-area,
  body.sab-panel-active #safallo-billing-panel .sab-print-area * { visibility: visible !important; }
  body.sab-panel-active #safallo-billing-panel .sab-print-area {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    overflow: visible !important;
  }
  body.sab-panel-active #safallo-billing-panel .sab-sidebar,
  body.sab-panel-active #safallo-billing-panel .sab-topbar,
  body.sab-panel-active #safallo-billing-panel .sab-section-head,
  body.sab-panel-active #safallo-billing-panel .sab-actions-wrap,
  body.sab-panel-active #safallo-billing-panel .sab-print-btn,
  body.sab-panel-active #safallo-billing-panel .sab-btn {
    display: none !important;
  }
  body.sab-panel-active #safallo-billing-panel a[href]::after { content: none !important; }
  body.sab-panel-active #safallo-billing-panel,
  body.sab-panel-active #safallo-billing-panel .sab-main,
  body.sab-panel-active #safallo-billing-panel .sab-card {
    background: #fff !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }
}

/* Safallo v3.8: payment student search filter (scoped, no theme/header selectors) */
#safallo-billing-panel .sab-payment-student-filter{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
  margin:0 0 9px;
  width:100%;
  max-width:100%;
}
#safallo-billing-panel .sab-payment-student-filter .sab-payment-student-search{
  width:100%;
  min-width:0;
  border:1px solid #cbd5e1;
  border-radius:13px;
  padding:12px 13px;
  font-size:15px;
  line-height:1.35;
  min-height:46px;
  color:#0f172a;
  background:#fff;
}
#safallo-billing-panel .sab-payment-student-filter .sab-payment-student-clear{
  min-height:46px;
  white-space:nowrap;
}
#safallo-billing-panel .sab-payment-student-status{
  grid-column:1/-1;
  color:#475569;
  font-size:12px;
  font-weight:800;
  line-height:1.35;
}
@media(max-width:760px){
  #safallo-billing-panel .sab-payment-student-filter{grid-template-columns:1fr;}
  #safallo-billing-panel .sab-payment-student-filter .sab-payment-student-clear{width:100%;}
}

/* v3.9 frontend logout + admin-bar safety polish */
#safallo-billing-panel .sab-btn-logout,
#safallo-billing-panel .sab-nav a.sab-nav-logout{
  background:#fff1f2!important;
  color:#b91c1c!important;
  border:1px solid #fecdd3!important;
  font-weight:900!important;
}
#safallo-billing-panel .sab-nav a.sab-nav-logout:hover,
#safallo-billing-panel .sab-nav a.sab-nav-logout.active{
  background:#b91c1c!important;
  color:#fff!important;
  border-color:#b91c1c!important;
}
@media(max-width:760px){
  #safallo-billing-panel .sab-btn-logout{width:100%!important;}
}
