/* Updated: Sat Jun 20 01:39:40 PM EAT 2026 */
body#page-top {
    margin: 0; padding: 0;
    height: 100vh;
    overflow: hidden;
    background: #fff;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
a { text-decoration: none !important; }
body#page-top > .bg-gradient-primary {
    background: #fff;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.sp-nav {
    background: #fff;
    height: 56px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}
.sp-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
}
.sp-nav-brand-icon {
    width: 32px; height: 32px;
    border-radius: 8px;
    background: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-nav-brand-icon i { color: #fff; font-size: .85rem; }
.sp-nav-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.sp-user-chip {
    display: flex; align-items: center; gap: 8px;
    background: #f3f4f6; border-radius: 20px;
    padding: 5px 14px; color: #374151; font-size: .78rem;
    font-weight: 500;
}
.sp-user-chip i { color: #2563eb; }
.sp-logout-btn {
    background: #fff; border: 1px solid #d1d5db;
    color: #374151; border-radius: 6px; padding: 5px 12px; font-size: .78rem;
    font-weight: 500; cursor: pointer; text-decoration: none; transition: background .15s;
}
.sp-logout-btn:hover { background: #f3f4f6; color: #111827; }
.sp-content {
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0 30px 64px;
    background: #fff;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}
.sp-linksbar {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 10px 32px;
    border-bottom: 1px solid #d1d5db;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    flex-shrink: 0;
}
.sp-linksbar-link {
    display: inline-block;
    color: #374151;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 6px;
    transition: background .15s ease, color .15s ease;
    white-space: nowrap;
}
.sp-linksbar-link:hover { color: #111827; background: #e5e7eb; }
.sp-linksbar-link.is-active { color: #2563eb; background: #dbeafe; font-weight: 700; }
@media (max-width: 768px) {
    .sp-nav { padding: 0 12px; height: 50px; }
    .sp-linksbar { overflow-x: auto; flex-wrap: nowrap; padding: 8px 12px; gap: 0; }
    .sp-linksbar-link { padding: 5px 10px; font-size: .75rem; font-weight: 600; }
    .sp-content { padding: 0 0 32px; }
    .sp-page-title { font-size: 1.2rem; }
    .d-flex.flex-wrap.gap-2 { flex-direction: column; align-items: stretch; }
    .d-flex.flex-wrap.gap-2 .btn { width: 100%; text-align: center; }
    .payslip-doc-header { padding: 18px 16px 12px; }
    .payslip-staff-row { padding: 10px 16px; gap: 12px; }
    .payslip-body { padding: 12px 16px; }
    .payslip-net-footer { margin: 0 16px 20px; padding: 14px 16px; }
    .payslip-net-footer .net-amount { font-size: 1.3rem; }
    .card { border-radius: 10px; }
    .card-header { padding: 10px 14px; }
    .card-body { padding: 12px; }
    .staff-table { font-size: .78rem; }
    .action-bar { flex-direction: column; }
    .action-btn { width: 100%; justify-content: center; }
    table.staff-table thead { display: none; }
    table.staff-table tbody td { display: block; text-align: right; padding: 6px 10px; }
    table.staff-table tbody td::before { content: attr(data-label); float: left; font-weight: 700; color: #374151; }
    table.staff-table tbody tr { display: block; margin-bottom: 10px; border: 1px solid #e5e7eb; border-radius: 8px; }
    table.staff-table .staff-actions-cell { text-align: left !important; }
}/* From: /var/www/html/payroll/modules/StaffPortal/views/payslip/staff-payslips.php */

/* Hero stat cards */
.sp-stat-card {
    background: #fff; border-radius: 14px; padding: 20px 22px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.sp-stat-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: #6b7280; font-weight: 700; }
.sp-stat-value { font-size: 1.4rem; font-weight: 800; color: #111827; margin: 4px 0 0; }

/* Payslip cards */
.payslip-card {
    background: #fff; border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    transition: box-shadow .2s, transform .15s;
    overflow: hidden;
}
.payslip-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); transform: translateY(-2px); }
.payslip-header {
    background: #eff6ff;
    border-bottom: 1px solid #bfdbfe;
    padding: 16px 20px; display: flex; align-items: center; justify-content: space-between;
}
.payslip-header .period { color: #1e40af; font-size: .82rem; font-weight: 700; }
.payslip-header .description { color: #3b5ea6; font-size: .74rem; margin-top: 2px; }
.payslip-header .net { color: #1d4ed8; font-size: 1.2rem; font-weight: 800; }
.payslip-body { padding: 14px 20px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.payslip-meta { font-size: .75rem; color: #6b7280; }
.payslip-meta strong { color: #374151; display: block; font-size: .82rem; }
.payslip-action {
    margin-left: auto;
    background: #dbeafe;
    color: #1e40af; border: 1px solid #bfdbfe; border-radius: 8px;
    padding: 7px 18px; font-size: .8rem; font-weight: 700;
    cursor: pointer; text-decoration: none; font-family: 'Nunito', sans-serif;
    transition: background .15s;
}
.payslip-action:hover { background: #bfdbfe; color: #1e40af; }

.empty-state { text-align: center; padding: 60px 20px; color: #9ca3af; }
.empty-state i { font-size: 3rem; margin-bottom: 16px; display: block; color: #d1d5db; }


/* From: /var/www/html/payroll/modules/StaffPortal/views/advance/staff-advance-request.php */

.req-back {
    color: #6b7280; font-size: .85rem; text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px; margin-bottom: 24px;
}
.req-back:hover { color: #2563eb; }
.req-form-title { font-weight: 700; font-size: 1.3rem; color: #111827; margin-bottom: 4px; }
.req-form-sub { color: #6b7280; font-size: .85rem; margin-bottom: 28px; }
.req-field { margin-bottom: 20px; }
.req-label { display: block; font-size: .85rem; font-weight: 600; color: #374151; margin-bottom: 6px; }
.req-input {
    width: 100%; padding: .6rem .9rem; border-radius: 8px;
    border: 1.5px solid #d1d5db; font-size: .88rem; color: #111827;
    background: #fff; outline: none;
    transition: border .18s, box-shadow .18s;
}
.req-input:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.req-hint { font-size: .75rem; color: #9ca3af; margin-top: 4px; }
.req-actions { display: flex; gap: 12px; margin-top: 24px; }
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: .6rem 1.5rem; border-radius: 8px;
    font-size: .88rem; font-weight: 600; cursor: pointer;
    border: none; text-decoration: none; transition: all .15s;
}
.btn-primary { background: #2563eb; color: #fff; }
.btn-primary:hover { background: #1d4ed8; }
.btn-secondary { background: #fff; color: #374151; border: 1.5px solid #d1d5db; }
.btn-secondary:hover { background: #f3f4f6; }


/* From: /var/www/html/payroll/modules/StaffPortal/views/loan/staff-loan-request.php */

.slr-wrap { padding:40px 32px 60px; }
.slr-back { color:#6b7280; font-size:.8rem; text-decoration:none; display:inline-flex; align-items:center; gap:6px; margin-bottom:28px; }
.slr-back:hover { color:#1a56e8; }

/* eligibility banner */
.slr-elig-bar {
    display:flex; align-items:center; gap:14px;
    background:linear-gradient(90deg,#ecfdf5,#d1fae5);
    border:1px solid #a7f3d0; border-radius:10px;
    padding:14px 20px; margin-bottom:28px;
}
.slr-elig-bar.warn { background:linear-gradient(90deg,#fffbeb,#fef3c7); border-color:#fcd34d; }
.slr-elig-bar-icon { font-size:1.3rem; }
.slr-elig-bar-text strong { display:block; font-size:.82rem; font-weight:800; color:#065f46; }
.slr-elig-bar.warn .slr-elig-bar-text strong { color:#92400e; }
.slr-elig-bar-text span { font-size:.75rem; color:#6b7280; }

.slr-card { background:#fff; border:1.5px solid #e5e7eb; border-radius:12px; padding:28px 28px 20px; margin-bottom:24px; }
.slr-card-title { font-weight:800; font-size:1rem; color:#111827; margin-bottom:18px; display:flex; align-items:center; gap:8px; }
.slr-card-title i { color:#1a56e8; }

.slr-form-title { font-weight:800; font-size:1.35rem; color:#111827; margin-bottom:4px; }
.slr-form-sub { color:#6b7280; font-size:.84rem; margin-bottom:24px; }

.slr-field { margin-bottom:18px; }
.slr-label { display:block; font-size:.7rem; font-weight:700; text-transform:uppercase; letter-spacing:.07em; color:#374151; margin-bottom:6px; }
.slr-input {
    width:100%; padding:.6rem .95rem; border-radius:9px;
    border:1.5px solid #e5e7eb; font-size:.9rem; color:#111827;
    background:#fff; outline:none; font-family:inherit;
    transition:border .18s,box-shadow .18s;
}
.slr-input:focus { border-color:#1a56e8; box-shadow:0 0 0 3px rgba(26,86,232,.1); }
.slr-input.is-error { border-color:#dc2626; }
.slr-hint { font-size:.72rem; color:#9ca3af; margin-top:4px; }
.slr-max-hint { font-size:.72rem; color:#059669; font-weight:700; margin-top:4px; }

.slr-tenure-group { display:flex; flex-wrap:wrap; gap:8px; }
.slr-tenure-btn {
    padding:.4rem .95rem; border-radius:8px;
    border:1.5px solid #e5e7eb; background:#fff;
    color:#374151; font-size:.82rem; font-weight:700;
    cursor:pointer; font-family:inherit; transition:all .15s;
}
.slr-tenure-btn:hover { border-color:#1a56e8; color:#1a56e8; }
.slr-tenure-btn.active { border-color:#1a56e8; background:#1a56e8; color:#fff; }

.slr-actions { display:flex; gap:10px; margin-top:4px; }
.slr-btn-submit {
    padding:.65rem 1.8rem; border-radius:9px; border:none;
    background:linear-gradient(90deg,#1a56e8,#3b82f6);
    color:#fff; font-weight:700; font-size:.88rem;
    font-family:inherit; cursor:pointer;
    box-shadow:0 4px 14px rgba(26,86,232,.28);
    transition:opacity .15s,transform .12s;
}
.slr-btn-submit:hover { opacity:.9; transform:translateY(-1px); }
.slr-btn-cancel {
    padding:.65rem 1.5rem; border-radius:9px;
    border:1.5px solid #e5e7eb; background:#fff;
    color:#374151; font-weight:700; font-size:.88rem;
    font-family:inherit; cursor:pointer;
    text-decoration:none; transition:border .15s;
}
.slr-btn-cancel:hover { border-color:#1a56e8; color:#1a56e8; }

/* Amortization preview */
.slr-preview { background:#fff; border:1.5px solid #e5e7eb; border-radius:12px; margin-top:24px; overflow:hidden; }
.slr-preview.hidden { display:none; }
.slr-preview-header {
    background:linear-gradient(90deg,#1e40af,#2563eb);
    padding:11px 20px; display:flex; align-items:center; justify-content:space-between;
}
.slr-preview-title { color:#fff; font-weight:800; font-size:.82rem; text-transform:uppercase; letter-spacing:.06em; }
.slr-preview-note { color:rgba(255,255,255,.55); font-size:.72rem; }
.slr-preview-summary { display:flex; background:#f8faff; border-bottom:1px solid #e5e7eb; }
.slr-preview-summary-cell { flex:1; padding:10px 14px; text-align:center; border-right:1px solid #e5e7eb; }
.slr-preview-summary-cell:last-child { border-right:none; }
.slr-preview-summary-cell .lbl { color:#9ca3af; font-size:.68rem; text-transform:uppercase; letter-spacing:.05em; margin-bottom:3px; }
.slr-preview-summary-cell .val { font-weight:800; color:#111827; font-size:.85rem; }
.slr-preview-summary-cell .val.accent { color:#2563eb; }
#slr-preview-table-wrap { max-height:320px; overflow-y:auto; }
#slr-preview-table-wrap table { font-size:.78rem; width:100%; border-collapse:collapse; }
#slr-preview-table-wrap table th {
    position:sticky; top:0; background:#f9fafb;
    color:#6b7280; font-weight:700; font-size:.7rem; text-transform:uppercase;
    padding:7px 12px; border-bottom:1px solid #e5e7eb; white-space:nowrap;
}
#slr-preview-table-wrap table td { padding:6px 12px; border-bottom:1px solid #f3f4f6; }
#slr-preview-table-wrap table th.num,
#slr-preview-table-wrap table td.num { text-align:right; font-variant-numeric:tabular-nums; }
#slr-preview-table-wrap table tr.last-row td { color:#059669; font-weight:700; }
#slr-preview-table-wrap table tfoot td { background:#f9fafb; font-weight:700; border-top:2px solid #e5e7eb; padding:7px 12px; }


/* From: /var/www/html/payroll/modules/StaffPortal/views/loan/staff-my-loan-requests.php */

.sp-loan-table-wrapper { overflow-x: auto; }
.sp-loan-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 13px; }
.sp-loan-table thead tr { background: #f9fafb; }
.sp-loan-table th { padding: 10px 14px; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .06em; color: #6b7280; border-bottom: 1.5px solid #e5e7eb; white-space: nowrap; }
.sp-loan-table td { padding: 10px 14px; border-bottom: 1px solid #f3f4f6; vertical-align: middle; color: #111827; }
.sp-loan-table tbody tr:last-child td { border-bottom: none; }
.sp-loan-table tbody tr:hover td { background: #f8faff; }
.sp-loan-rownum { color: #9ca3af; font-size: 12px; font-weight: 600; }
.sp-loan-sub { color: #6b7280; font-size: 12px; }
.sp-toolbar { display: flex; align-items: center; justify-content: space-between;
    padding: 14px 20px 12px; border-bottom: 1px solid #f3f4f6; flex-wrap: wrap; gap: 10px; }
.sp-toolbar-title { font-weight: 700; font-size: 14px; color: #111827; }
.sp-toolbar-count { display: inline-block; background: #eff6ff; color: #1a56e8;
    font-size: 11px; font-weight: 700; border-radius: 20px; padding: 2px 10px; margin-left: 8px; }

/* ── Status badges ── */
.lp-badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 11px;
    border-radius: 20px; font-size: 11.5px; font-weight: 700; white-space: nowrap; line-height: 1.5; }
.lp-pending   { background: #fef9c3 !important; color: #92400e !important; }
.lp-approved  { background: #dcfce7 !important; color: #166534 !important; }
.lp-rejected  { background: #fee2e2 !important; color: #991b1b !important; }
.lp-bank      { background: #eff6ff !important; color: #1a56e8 !important; border: 1px solid #bfdbfe; }
.lp-awaiting  { background: #ede9fe !important; color: #5b21b6 !important; }
.lp-disbursed { background: #ccfbf1 !important; color: #065f46 !important; }
.lp-settled   { background: #f1f5f9 !important; color: #475569 !important; }
.lp-bkrej     { background: #fce7f3 !important; color: #9d174d !important; }
.lp-badge-sm  { font-size: 10px !important; padding: 2px 8px !important; }

/* ── Loan detail modal ── */
.ld-label { font-size: 11px; color: #6b7280; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; margin-bottom: 2px; }
.ld-val   { font-size: 14px; font-weight: 600; color: #111827; }
.rp-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.rp-table th { background: #f9fafb; padding: 6px 10px; font-weight: 700; font-size: 11px;
    text-transform: uppercase; color: #6b7280; border-bottom: 1px solid #e5e7eb; white-space: nowrap; }
.rp-table td { padding: 6px 10px; border-bottom: 1px solid #f3f4f6; color: #111827; }
.rp-table tfoot td { background: #f9fafb; font-weight: 700; }
.rp-zero { color: #22c55e !important; font-weight: 700; }
.sp-info-btn { background: #eff6ff; border: 1px solid #bfdbfe; color: #1a56e8 !important;
    border-radius: 50%; width: 28px; height: 28px; display: inline-flex; align-items: center;
    justify-content: center; font-size: 12px; cursor: pointer; padding: 0; }
.sp-info-btn:hover { background: #dbeafe; }



/* ─── Restored from original staff-portal.css ────────────────────────── */

.sp-page-title {
    font-weight: 800;
    color: #111827;
    font-size: 1.4rem;
    margin-bottom: 4px;
}
.sp-page-subtitle {
    color: #6b7280;
    font-size: .85rem;
    margin: 0;
}
.btn-request-leave {
    background: #3b82f6;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.btn-request-leave:hover {
    background: #2563eb;
    color: #fff;
    text-decoration: none;
}
.btn-submit {
    background: #3b82f6;
    color: #fff;
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
}
.btn-submit:hover { background: #2563eb; }
.success-alert {
    background: #d1fae5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.error-alert {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #7f1d1d;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.info-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}

/* ─── Payslip document ─────────────────────────────────────── */
.action-bar { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.action-btn { display: inline-flex; align-items: center; gap: 7px; border-radius: 9px; padding: 7px 18px; font-size: .83rem; font-weight: 700; cursor: pointer; border: none; text-decoration: none; font-family: 'Nunito', sans-serif; transition: opacity .15s; }
.action-btn:hover { opacity: .85; }
.btn-back { background: #f3f4f6; color: #374151; }
.btn-print { background: #dbeafe; color: #1e40af; border: 1px solid #bfdbfe; }
.sp-back-btn { background: #f3f4f6; border: 1px solid #d1d5db; color: #374151; border-radius: 6px; padding: 5px 14px; font-size: .78rem; font-weight: 500; cursor: pointer; text-decoration: none; font-family: 'Inter', system-ui, -apple-system, sans-serif; transition: background .15s; }
.sp-back-btn:hover { background: #e5e7eb; color: #111827; }

.payslip-doc { font-family: 'Segoe UI', system-ui, sans-serif; font-size: 13px; color: #222; background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.08); overflow: hidden; }
.payslip-doc-header { background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%); color: #fff; padding: 28px 32px 20px; }
.payslip-doc-header .logo-img { height: 48px; width: auto; margin-bottom: 10px; background: white; padding: 8px 12px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.payslip-doc-header .company-name { font-size: 1.4rem; font-weight: 700; letter-spacing: 0.02em; }
.payslip-doc-header .company-address { font-size: 0.8rem; opacity: 0.8; }
.payslip-doc-header .doc-title { font-size: 0.95rem; font-weight: 600; }
.payslip-doc-header .period-badge { display: inline-block; background: rgba(255,255,255,0.2); border-radius: 20px; padding: 3px 12px; font-size: 0.78rem; font-weight: 600; margin-top: 4px; }
.payslip-doc-header .pay-date { font-size: 0.75rem; opacity: 0.75; margin-top: 4px; }
.payslip-staff-row { background: #f8f9fc; border-bottom: 2px solid #e3e6f0; padding: 14px 32px; display: flex; flex-wrap: wrap; gap: 28px; }
.payslip-staff-row .field { min-width: 140px; }
.payslip-staff-row .field .label { font-size: 0.7rem; text-transform: uppercase; font-weight: 700; color: #6c757d; }
.payslip-staff-row .field .value { font-size: 0.88rem; font-weight: 600; color: #2c3e50; }
.payslip-body { padding: 20px 32px; }
.payslip-section { margin-bottom: 20px; }
.payslip-section-header { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 5px 0; border-bottom: 2px solid; margin-bottom: 6px; }
.payslip-section-header.earnings { color: #1cc88a; border-color: #1cc88a; }
.payslip-section-header.deductions { color: #e74a3b; border-color: #e74a3b; }
.payslip-line { display: flex; justify-content: space-between; padding: 4px 0; border-bottom: 1px dotted #dee2e6; font-size: 0.82rem; }
.payslip-line:last-child { border-bottom: none; }
.payslip-line .l-label { color: #495057; }
.payslip-line .l-value { font-weight: 600; }
.payslip-line.subtotal { background: #f8f9fc; padding: 5px 6px; border-radius: 4px; }
.payslip-net-footer { margin: 0 32px 32px; background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%); border-radius: 10px; color: #fff; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.payslip-net-footer .net-label { font-size: 0.85rem; opacity: 0.85; }
.payslip-net-footer .net-amount { font-size: 1.8rem; font-weight: 700; }
.payslip-net-footer .account-info { font-size: 0.8rem; opacity: 0.8; }

@media print {
    .sp-nav, .action-bar { display: none !important; }
    body#page-top { background: #fff !important; }
    .sp-content { margin: 0; padding: 0; max-width: 100%; }
    .payslip-doc { box-shadow: none; border-radius: 0; }
    .payslip-doc-header { -webkit-print-color-adjust: exact; print-color-adjust: exact; color-adjust: exact; }
    .payslip-doc-header .logo-img { height: 40px; background: white; padding: 6px 10px; border-radius: 6px; }
    .payslip-net-footer { margin: 0 20px 20px; padding: 12px 16px; -webkit-print-color-adjust: exact; print-color-adjust: exact; color-adjust: exact; }
    .payslip-net-footer .net-amount { font-size: 1.4rem; }
    .payslip-section-header.earnings, .payslip-section-header.deductions { -webkit-print-color-adjust: exact; print-color-adjust: exact; color-adjust: exact; }
}

/* Authenticated layout overrides — scoped to avoid login/OTP bleed */
body#page-top.sp-authenticated {
    background: #fff !important;
}
body#page-top.sp-authenticated > .bg-gradient-primary {
    background: #fff !important;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
