.elementor-40834 .elementor-element.elementor-element-cfc4c60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-fdce2e8 *//* Core Layout & Reset */
.ab-portal-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2d3748;
    line-height: 1.6;
    max-width: 100%;
    width:100%;
   
    
      box-sizing: border-box;
}

.ab-portal-container * {
    box-sizing: border-box;
}

/* Section Controls */
.ab-section {
    margin-bottom: 35px;
   
    border-radius: 12px;
}
.ab-bg-light {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
}
.ab-section-title {
    font-size: 22px;
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    border-left: 5px solid #3182ce;
    padding-left: 12px;
}
.text-white { color: #ffffff !important; }
.ab-section-subtitle {
    color: #4a5568;
    margin-bottom: 20px;
    font-size: 15px;
}

/* Hero Section */
.ab-hero {
    background: linear-gradient(135deg, #1a365d 0%, #2a4365 100%);
    color: white;
    padding: 40px 25px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(26, 54, 93, 0.1);
}
.ab-badge {
    background-color: #ecc94b;
    color: #744210;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.ab-hero h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-weight: 800;
    line-height: 1.2;
}
.ab-url {
    font-family: monospace;
    background: rgba(255,255,255,0.15);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    color: #90cdf4;
    margin-bottom: 15px;
    word-break: break-all;
}
.ab-lead {
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
    opacity: 0.9;
}

/* Flexible Grid Framework */
.ab-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.ab-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

/* Modern Identity Cards */
.ab-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ab-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.ab-card-icon {
    font-size: 28px;
    margin-bottom: 12px;
}
.ab-card h3 {
    margin: 0 0 10px 0;
    color: #1a365d;
    font-size: 18px;
}
.admin-card { border-top: 4px solid #3182ce; }
.public-card { border-top: 4px solid #38a169; }

/* Grid Dashboard Trailing */
.ab-track-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #edf2f7;
    position: relative;
    overflow: hidden;
}
.ab-track-num {
    font-size: 32px;
    font-weight: 800;
    color: #ebf8ff;
    position: absolute;
    top: 5px;
    right: 12px;
    z-index: 1;
}
.ab-track-item h4 {
    margin: 0 0 8px 0;
    color: #2b6cb0;
    font-size: 15px;
    position: relative;
    z-index: 2;
}
.ab-track-item p {
    font-size: 13px;
    margin: 0;
    color: #4a5568;
    position: relative;
    z-index: 2;
}

/* Responsive Table Solution */
.ab-table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}
.ab-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    min-width: 600px; /* Forces soft swipe room on low-res mobile instead of text squishing */
}
.ab-table th {
    background-color: #ebf8ff;
    color: #2b6cb0;
    padding: 12px 15px;
    font-weight: 700;
    border-bottom: 2px solid #e2e8f0;
}
.ab-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #edf2f7;
}
.ab-badge-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.status-pending { background-color: #feebc8; color: #c05621; }
.status-approved { background-color: #c6f6d5; color: #22543d; }
.status-rejected { background-color: #fed7d7; color: #9b2c2c; }
.ab-alert-text { color: #e53e3e; font-weight: 500; }
.ab-muted { color: #718096; }

/* Clean Lists Mechanics */
.ab-card-wrapper {
    background: #f8fafc;
    border: 1px solid #edf2f7;
}
.ab-list, .ab-list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ab-list li, .ab-list-check li {
    padding: 8px 0;
    border-bottom: 1px solid #edf2f7;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}
.ab-list li::before {
    content: "•";
    color: #3182ce;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.ab-list-check li::before {
    content: "✓";
    color: #38a169;
    font-weight: bold;
    position: absolute;
    left: 4px;
}

/* Linear Workflow Timeline Box */
.ab-apply-box {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: white;
}
.ab-apply-box .ab-section-title {
    border-left-color: #ecc94b;
}
.ab-timeline {
    margin: 25px 0;
}
.ab-step {
    display: flex;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #ecc94b;
}
.ab-step-number {
    font-size: 20px;
    font-weight: 800;
    color: #ecc94b;
    margin-right: 15px;
    margin-top: 2px;
}
.ab-step-content h4 {
    margin: 0 0 4px 0;
    font-size: 15px;
    color: #ffffff;
}
.ab-step-content p {
    margin: 0;
    font-size: 13px;
    color: #a0aec0;
}
.ab-offline-note {
    background: rgba(236, 201, 75, 0.1);
    border: 1px dashed #ecc94b;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    color: #fefcbf;
    line-height: 1.5;
}

/* STRICT MEDIA QUERIES BREAKPOINTS (Mobile & Tablet Adjustments) */
@media screen and (max-width: 768px) {
    .ab-hero {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    .ab-hero h1 {
        font-size: 24px;
    }
    .ab-section {
        padding: 20px 15px;
        margin-bottom: 25px;
    }
    .ab-section-title {
        font-size: 19px;
    }
    .ab-grid-2, .ab-grid-4 {
        grid-template-columns: 1fr !important; /* Forces uniform stacked tracking on smaller mobile Viewports */
        gap: 15px;
    }
    .ab-step {
        flex-direction: row;
        align-items: flex-start;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .ab-hero h1 {
        font-size: 28px;
    }
    .ab-grid-4 {
        grid-template-columns: repeat(2, 1fr) !important; /* Perfect balance rule for typical Tablet/iPad UI ports */
    }
}/* End custom CSS */