/* /Components/DriverSheetDialog.razor.rz.scp.css */
/* Driver Sheet Dialog Styles */
.driver-sheet-dialog[b-7tra20810h] {
    background-color: #1a1d29 !important;
    color: #e6eef8 !important;
}

.driver-sheet-preview[b-7tra20810h] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.driver-sheet-info[b-7tra20810h] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Hide print content on screen */
.driver-sheet-print-content[b-7tra20810h] {
    display: none;
}

/* Print Styles */
@media print {
    /* Hide everything */
    body *[b-7tra20810h] {
        visibility: hidden;
    }
    
    /* Hide the preview section when printing */
    .no-print[b-7tra20810h],
    .mud-dialog-title[b-7tra20810h],
    .mud-dialog-actions[b-7tra20810h] {
        display: none !important;
        visibility: hidden !important;
    }
    
    /* Show only the print content */
    .driver-sheet-print-content[b-7tra20810h],
    .driver-sheet-print-content *[b-7tra20810h] {
        visibility: visible;
        display: block !important;
    }
    
    .driver-sheet-print-content[b-7tra20810h] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    
    /* Reset MudBlazor dialog styles for print */
    .mud-dialog[b-7tra20810h],
    .mud-dialog-container[b-7tra20810h],
    .mud-dialog-paper[b-7tra20810h] {
        background: white !important;
        box-shadow: none !important;
        border: none !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Driver Sheet Styles (matching WebUI) */
.dsd-main-div[b-7tra20810h] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    color: #000;
    background: white;
}

.dsd-image-div[b-7tra20810h] {
    text-align: center;
    margin-bottom: 20px;
}

.dsd-image-div img[b-7tra20810h] {
    max-width: 60px;
    height: auto;
}

.dsd-data-driver-div[b-7tra20810h] {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f5f5f5;
    border-left: 4px solid #1976d2;
    color: #000;
}

.dsd-data-div[b-7tra20810h],
.dsd-data-2-lines-div[b-7tra20810h],
.dsd-data-3-lines-div[b-7tra20810h],
.dsd-data-travel-time-div[b-7tra20810h] {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.dsd-left-div[b-7tra20810h] {
    width: 120px;
    font-weight: 500;
    color: #666;
    flex-shrink: 0;
}

.dsd-right-div[b-7tra20810h] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.dsd-right-div-artist[b-7tra20810h],
.dsd-right-div-pickup[b-7tra20810h],
.dsd-right-div-dropoff[b-7tra20810h],
.dsd-right-div-travel-time[b-7tra20810h] {
    flex: 1;
}

.dsd-right-div-pax[b-7tra20810h] {
    margin-left: 10px;
    white-space: nowrap;
}

.dsd-right-div-pax-text[b-7tra20810h],
.dsd-right-div-wait-text[b-7tra20810h] {
    font-weight: 500;
}

.dsd-right-div-wait[b-7tra20810h] {
    margin-left: 10px;
    white-space: nowrap;
}

.page-break[b-7tra20810h] {
    page-break-before: always;
}

@media print {
    .dsd-main-div[b-7tra20810h] {
        padding: 10mm;
        max-width: 100%;
    }
    
    .dsd-data-driver-div[b-7tra20810h] {
        background-color: #f5f5f5;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color-adjust: exact;
    }
    
    .page-break[b-7tra20810h] {
        page-break-before: always;
    }
    
    /* Ensure black text for printing */
    .dsd-main-div[b-7tra20810h],
    .dsd-main-div *[b-7tra20810h] {
        color: #000 !important;
    }
    
    .dsd-left-div[b-7tra20810h] {
        color: #666 !important;
    }
}
/* /Components/ShuttlesDialog.razor.rz.scp.css */

/* /Pages/MyStats.razor.rz.scp.css */
@keyframes fadeInUp-b-94tpjvcrlu {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* /Pages/MyTrips.razor.rz.scp.css */
.mytrips-action-bar[b-eu7h1vrwph] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(180deg, #1a1d29 0%, #16181f 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 2000;
    white-space: nowrap;
    overflow: hidden;
}

.mytrips-action-bar-left[b-eu7h1vrwph] {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    gap: 12px;
    min-width: 0;
}

.mytrips-action-bar-center[b-eu7h1vrwph] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
}

.mytrips-action-bar-right[b-eu7h1vrwph] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    position: relative;
    gap: 4px;
}

.mytrips-filter-bar[b-eu7h1vrwph] {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: 45px;
    background: linear-gradient(180deg, #1a1d29 0%, #16181f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 1900;
}

.mytrips-filter-group[b-eu7h1vrwph] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mytrips-filter-label[b-eu7h1vrwph] {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.mytrips-filter-dropdown[b-eu7h1vrwph] {
    background-color: #1e2127;
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    min-width: 200px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mytrips-filter-dropdown:focus[b-eu7h1vrwph] {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 8px rgba(74, 144, 226, 0.4);
    background-color: #252830;
}

.mytrips-filter-dropdown:hover[b-eu7h1vrwph] {
    border-color: rgba(255, 255, 255, 0.2);
}

.mytrips-filter-clear[b-eu7h1vrwph] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: #e0e0e0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    padding: 0;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.mytrips-filter-clear:hover[b-eu7h1vrwph] {
    background-color: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.5);
    color: #ef4444;
}

.mytrips-status-btn[b-eu7h1vrwph] {
    background-color: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.mytrips-status-btn:hover[b-eu7h1vrwph] {
    background-color: rgba(255, 255, 255, 0.1);
}

    .mytrips-status-btn.active[b-eu7h1vrwph] {
        background-color: #2979FF;
    }

.mytrips-status-btn.active:hover[b-eu7h1vrwph] {
    background-color: #2969C0;
}

.mytrips-status-btn svg[b-eu7h1vrwph] {
    display: block;
    width: 20px;
    height: 20px;
}

.mytrips-page-title[b-eu7h1vrwph] {
    color: #e0e0e0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mytrips-logo[b-eu7h1vrwph] {
    height: 40px;
    width: auto;
}

.mytrips-date-indicator[b-eu7h1vrwph] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f1419;
    padding: 12px 20px;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1500;
    height: 38px;
}

.mytrips-date-toggle-icon[b-eu7h1vrwph] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    position: absolute;
    right: 12px;
}

.mytrips-date-toggle-icon:hover[b-eu7h1vrwph] {
    background-color: rgba(255, 255, 255, 0.1);
}

.mytrips-date-toggle-icon svg[b-eu7h1vrwph] {
    display: block;
    color: white;
}

.mytrips-current-date[b-eu7h1vrwph] {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
    min-width: 120px;
    text-align: center;
    letter-spacing: 0.5px;
}

.mytrips-nav-button[b-eu7h1vrwph] {
    background-color: transparent;
    border: none;
    color: #e0e0e0;
    font-size: 27px;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.1em;
}

.mytrips-nav-button:hover:not(:disabled)[b-eu7h1vrwph] {
    background-color: rgba(74, 144, 226, 0.15);
    color: #ffffff;
}

.mytrips-nav-button:active:not(:disabled)[b-eu7h1vrwph] {
    background-color: rgba(74, 144, 226, 0.25);
}

.mytrips-nav-button:disabled[b-eu7h1vrwph] {
    color: #4a4a4a;
    cursor: not-allowed;
    opacity: 0.4;
}

.mt-container[b-eu7h1vrwph] {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    overflow: hidden;
    background: linear-gradient(180deg, #0f1419 0%, #1a1d29 100%);
    touch-action: pan-y;
    z-index: 0;
}

.mt-list[b-eu7h1vrwph] {
    position: relative;
    z-index: 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.mt-list-superadmin[b-eu7h1vrwph] {
}

.mt-date-header[b-eu7h1vrwph] {
    background-color: #222;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
}

.mt-date-header-icon[b-eu7h1vrwph] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    position: absolute;
    right: 12px;
}

.mt-date-header-icon:hover[b-eu7h1vrwph] {
    background-color: rgba(255, 255, 255, 0.1);
}

.mt-date-header-icon svg[b-eu7h1vrwph] {
    display: block;
}

.mt-list-item[b-eu7h1vrwph] {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 4px 8px;
    gap: 8px;
    cursor: default;
}

.mt-item-content[b-eu7h1vrwph] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.mt-item-top[b-eu7h1vrwph] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.mt-item-bottom[b-eu7h1vrwph] {
    display: flex;
    justify-content: flex-end;
}

.mt-status-indicator[b-eu7h1vrwph] {
    width: 10px;
    min-width: 10px;
    height: 40px;
    border-radius: 3px;
}

.mt-artist[b-eu7h1vrwph] {
    flex: 1;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt-time[b-eu7h1vrwph] {
    flex-shrink: 0;
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mt-time-icon[b-eu7h1vrwph] {
    width: 16px;
    height: 16px;
    display: flex;
}

.mt-trip[b-eu7h1vrwph] {
    color: #b0b8c8;
    font-size: 0.88em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.mt-driver-badge[b-eu7h1vrwph] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    height: 40px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.95em;
    padding: 0 8px;
    overflow: hidden;
}

.mt-vehicle[b-eu7h1vrwph] {
    min-width: 90px;
    color: #ccc;
    font-size: 0.85em;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt-badge[b-eu7h1vrwph] {
    display: inline-block;
    font-size: 0.65em;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.mt-badge-new[b-eu7h1vrwph] {
    background-color: #4CFF00;
    color: #000;
}

.mt-badge-updated[b-eu7h1vrwph] {
    background-color: #FFA500;
    color: #000;
}

.mt-empty[b-eu7h1vrwph] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 1em;
    padding: 40px 16px;
    text-align: center;
}

.mt-error[b-eu7h1vrwph] {
    color: #ff5252;
    padding: 16px;
}

.mt-loading[b-eu7h1vrwph] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 110px);
}
/* /Pages/UpcomingShuttles.razor.rz.scp.css */
.mytrips-action-bar[b-uh4vdph27i] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(180deg, #1a1d29 0%, #16181f 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 2000;
    width: 100%;
}

.mytrips-action-bar-left[b-uh4vdph27i] {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 12px;
}

.mytrips-action-bar-center[b-uh4vdph27i] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.mytrips-action-bar-right[b-uh4vdph27i] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    position: relative;
    gap: 4px;
}

.toggle-wrapper[b-uh4vdph27i] {
    display: flex;
    align-items: center;
    margin-right: -8px;
}

.toggle-label[b-uh4vdph27i] {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-top: 6px;
}

.mytrips-action-bar-right .mud-switch[b-uh4vdph27i] {
    margin-right: 8px;
}

.mytrips-action-bar-right .mud-switch .mud-switch-label[b-uh4vdph27i] {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
}

.mytrips-page-title[b-uh4vdph27i] {
    color: #e0e0e0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.mytrips-logo[b-uh4vdph27i] {
    height: 40px;
    width: auto;
}

.us-container[b-uh4vdph27i] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 60px;
    overflow: hidden;
    background: linear-gradient(180deg, #0f1419 0%, #1a1d29 100%);
    touch-action: pan-y;
    z-index: 0;
}

.us-list[b-uh4vdph27i] {
    position: relative;
    z-index: 0;
}

.us-list[b-uh4vdph27i] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.us-date-header[b-uh4vdph27i] {
    background-color: #0f1419;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
}

.us-date-header-icon[b-uh4vdph27i] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    position: absolute;
    right: 12px;
}

.us-date-header-icon:hover[b-uh4vdph27i] {
    background-color: rgba(255, 255, 255, 0.1);
}

.us-date-header-icon svg[b-uh4vdph27i] {
    display: block;
}

.us-list-item[b-uh4vdph27i] {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 4px 8px;
    gap: 8px;
    cursor: default;
}

.us-item-content[b-uh4vdph27i] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.us-item-top[b-uh4vdph27i] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

.us-item-bottom[b-uh4vdph27i] {
    display: flex;
    justify-content: flex-end;
}

.us-status-indicator[b-uh4vdph27i] {
    width: 10px;
    min-width: 10px;
    height: 40px;
    border-radius: 3px;
}

.us-artist[b-uh4vdph27i] {
    flex: 1;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.us-time[b-uh4vdph27i] {
    flex-shrink: 0;
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 8px;
}

.us-trip[b-uh4vdph27i] {
    color: #b0b8c8;
    font-size: 0.88em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.us-time-icon[b-uh4vdph27i] {
    width: 16px;
    height: 16px;
    display: flex;
}

.us-driver-badge[b-uh4vdph27i] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    height: 40px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.95em;
    padding: 0 8px;
    overflow: hidden;
}

.us-vehicle[b-uh4vdph27i] {
    min-width: 90px;
    color: #ccc;
    font-size: 0.85em;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.us-badge[b-uh4vdph27i] {
    display: inline-block;
    font-size: 0.65em;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.us-badge-new[b-uh4vdph27i] {
    background-color: #4CFF00;
    color: #000;
}

.us-badge-updated[b-uh4vdph27i] {
    background-color: #FFA500;
    color: #000;
}

.us-empty[b-uh4vdph27i] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 1em;
    padding: 40px 16px;
    text-align: center;
}

.us-error[b-uh4vdph27i] {
    color: #ff5252;
    padding: 16px;
}

.us-loading[b-uh4vdph27i] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 110px);
}
