/* /Components/Login.razor.rz.scp.css */
.login-container[b-ue5b6ret3g] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(ellipse at bottom right, #0f172a, #334155);
}

.login-card[b-ue5b6ret3g] {
    background: white;
    padding: 2.5rem;
    width: 100%;
    max-width: 400px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.login-title[b-ue5b6ret3g] {
    margin-bottom: 5px;
    text-align: center;
    color:black;
}

.login-subtitle[b-ue5b6ret3g] {
    text-align: center;
    color: #6b7280;
    margin-bottom: 1.8rem;
}

.form-group[b-ue5b6ret3g] {
    margin-bottom: 1.2rem;
}

    .form-group label[b-ue5b6ret3g] {
        display: block;
        font-size: 0.9rem;
        margin-bottom: 4px;
        
    }

    .form-group input[b-ue5b6ret3g] {
        width: 100%;
        padding: 10px 12px;
        border-radius: 8px;
        border: 1px solid #d1d5db;
        transition: all 0.2s ease;
        color:black;
    }

        .form-group input:focus[b-ue5b6ret3g] {
            outline: none;
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
        }

.login-btn[b-ue5b6ret3g] {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #2563eb;
    color: white;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.2s;
}

    .login-btn:hover[b-ue5b6ret3g] {
        background: #1e40af;
    }

.error-box[b-ue5b6ret3g] {
    margin-top: 12px;
    padding: 10px;
    border-radius: 8px;
    background: #fee2e2;
    color: #991b1b;
    text-align: center;
}
/* /Components/Notification/MessagePreview.razor.rz.scp.css */
.no-trips[b-4drgwkvfvc] {
    color: var(--text);
}

/* Wrapper centers the component */
.preview-wrapper[b-4drgwkvfvc] {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* Card */
.preview-card[b-4drgwkvfvc] {
    width: 100%;
    max-width: 650px;
    background: white;
    border-radius: 16px;
    padding: 1.5rem 1.6rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
}

/* Header */
.preview-header[b-4drgwkvfvc] {
    margin-bottom: 1.2rem;
}

/* Status */
.status-section[b-4drgwkvfvc] {
    margin-bottom: 1rem;
}

/* Dropdown */
.modern-select[b-4drgwkvfvc] {
    border-radius: 10px;
    padding: 0.55rem 0.7rem;
    font-size: 0.9rem;
}

/* Message area */
.modern-textarea[b-4drgwkvfvc] {
    margin-top: 0.6rem;
    border-radius: 12px;
    background: #fafafa;
    font-size: 0.9rem;
    line-height: 1.45;
    padding: 0.9rem;
}

/* WhatsApp CTA */
.whatsapp-btn[b-4drgwkvfvc] {
    margin-top: 1.2rem;
    width: 100%;
    background: #25D366;
    border: none;
    font-weight: 600;
    padding: 0.65rem;
    border-radius: 12px;
    transition: all 0.2s ease;
}

    .whatsapp-btn:hover[b-4drgwkvfvc] {
        background: #1ebe5b;
    }
/* /Components/Trips/ScheduledTripRow.razor.rz.scp.css */
.selected-row[b-grl6n5fbqj] {
    border-left: 5px solid #28a745;
    background-color: #e8f5e9;
    transition: all 0.2s ease;
}

/* /Pages/Home.razor.rz.scp.css */
.home-intro h4[b-wdyoy0r9sr] {
    color: var(--text);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.home-intro p[b-wdyoy0r9sr] {
    color: var(--text);
}



/* Accordion container styling */
.custom-accordion .accordion-item[b-wdyoy0r9sr] {
    background: white;
    border-radius: 14px;
    overflow: hidden;
}

.custom-accordion-button[b-wdyoy0r9sr] {
    background: #f8f9fa;
    font-weight: 500;
    font-size: 0.95rem;
}

    .custom-accordion-button:not(.collapsed)[b-wdyoy0r9sr] {
        background: #eef3ff;
        box-shadow: none;
    }

    .custom-accordion-button:focus[b-wdyoy0r9sr] {
        box-shadow: none;
    }

/* Route grid layout */
.route-grid[b-wdyoy0r9sr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
}

/* Route card style */
.route-card[b-wdyoy0r9sr] {
    background: #2855a1;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .route-card:hover[b-wdyoy0r9sr] {
        
        transform: translateY(-2px);
    }

.route-name[b-wdyoy0r9sr] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/ScheduledTrips.razor.rz.scp.css */
.number-of-trips[b-5c1ov1uasa]{

    color: var(--text);

}


/* SEARCH BAR */
.search-wrapper[b-5c1ov1uasa] {
    background: white;
    padding: 0.4rem;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.search-input[b-5c1ov1uasa] {
    border: none;
    box-shadow: none;
    font-size: 0.95rem;
    padding: 0.7rem 1rem;
}

    .search-input:focus[b-5c1ov1uasa] {
        outline: none;
        box-shadow: none;
    }


/* TABLE CARD */
.table-card[b-5c1ov1uasa] {
    background: white;
    border-radius: 14px;
    overflow: hidden;
}

/* SCROLLABLE TABLE */
.table-scroll[b-5c1ov1uasa] {
    max-height: 55vh;
    overflow-y: auto;
}

/* Sticky header support */
.table thead th[b-5c1ov1uasa] {
    border-bottom: none;
}

/* Hover improvement */
.table tbody tr:hover[b-5c1ov1uasa] {
    background: #f5f8ff;
    cursor: pointer;
}
