/* Enhanced Transport Order CSS with Transfer Feature */

/* ===== BASE CONTAINER STYLES ===== */
.k-bank-container-ij78 {
    max-width: 1000px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 0 20px;
    position: relative;
}



/* ===== ACCESSIBILITY IMPROVEMENTS ===== */

/* ===== TRANSFER SECTION STYLES ===== */
.k-bank-transfer-section-st78 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
    animation: slideInFromTop 0.6s ease-out forwards;
}

.k-bank-leader-section-ef56 {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.15);
    animation: slideInFromTop 0.6s ease-out forwards;
}

.k-bank-leader-badge-xy90 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.k-bank-leader-badge-xy90 i {
    color: #fbbf24;
    font-size: 16px;
}

.k-bank-leader-message-gh78 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.5;
}

.k-bank-leader-message-gh78 i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.k-bank-transfer-btn-wx12 {
    background: rgba(255, 255, 255, 0.95);
    color: #4c51bf;
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 12px;
    flex: 1;
    justify-content: center;
    min-width: 140px;
}

.k-bank-transfer-buttons-mn12 {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.k-bank-history-btn-qr56 {
    background: rgba(255, 255, 255, 0.95);
    color: #7c3aed;
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex: 1;
    justify-content: center;
    min-width: 140px;
}

.k-bank-transfer-btn-wx12:hover:not(:disabled) {
    background: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color: #553c9a;
}

.k-bank-history-btn-qr56:hover:not(:disabled) {
    background: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.15);
    color: #5b21b6;
}

.k-bank-transfer-btn-wx12:disabled,
.k-bank-history-btn-qr56:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.k-bank-transfer-btn-wx12:active,
.k-bank-history-btn-qr56:active {
    transform: translateY(-1px);
}

.k-bank-transfer-info-cd34 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
}

/* ===== GROUP STYLES ===== */
.k-bank-group-yz34 {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    padding: 28px;
    animation: fadeInUp 0.5s ease-out forwards;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.k-bank-group-header-ab56 {
    color: #00703C;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 3px solid #00703C;
    display: flex;
    align-items: center;
    position: relative;
}

.k-bank-group-header-ab56::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 28px;
    background: linear-gradient(135deg, #00703C 0%, #4ade80 100%);
    margin-right: 14px;
    border-radius: 3px;
}

.k-bank-group-header-ab56::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #00703C 0%, transparent 100%);
    border-radius: 3px;
}

/* ===== GRID LAYOUT ===== */
.k-bank-fields-grid-cd78 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* ===== FIELD STYLES ===== */
.k-bank-field-ef90 {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.k-bank-field-ef90::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #00703C 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.k-bank-field-ef90:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.k-bank-field-ef90:hover::before {
    opacity: 1;
}

.k-bank-field-ef90.highlight-gh12 {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: rgba(0, 112, 60, 0.1);
}

.k-bank-field-ef90.highlight-gh12:hover {
    background: linear-gradient(135deg, #d1fae5 0%, #bbf7d0 100%);
}

.k-bank-field-ef90.full-width {
    grid-column: 1 / -1;
}

.k-bank-label-ij34 {
    color: #64748b;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.k-bank-label-ij34::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #cbd5e1 0%, transparent 100%);
}

.k-bank-value-kl56 {
    color: #1e293b;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
    min-height: 24px;
}

/* ===== SUBMIT SECTION ===== */
.k-bank-submit-container-mn78 {
    text-align: center;
    margin-top: 32px;
    padding: 24px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.k-bank-submit-btn-op90 {
    width: 100%;
    max-width: 400px;
    padding: 18px 32px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #00703C 0%, #16a34a 100%);
    color: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 112, 60, 0.2);
}

.k-bank-submit-btn-op90::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.k-bank-submit-btn-op90:hover:not(.disabled-qr12) {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 112, 60, 0.3);
}

.k-bank-submit-btn-op90:hover:not(.disabled-qr12)::before {
    left: 100%;
}

.k-bank-submit-btn-op90:active:not(.disabled-qr12) {
    transform: translateY(-1px);
}

/* ===== DISABLED STATE ===== */
.k-bank-submit-btn-op90.disabled-qr12 {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%) !important;
    color: #64748b !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
    border: 1px solid #cbd5e1;
}

.k-bank-submit-btn-op90.disabled-qr12::before {
    display: none;
}

/* ===== TAKE OVER BUTTON ===== */
.k-bank-takeover-btn-pq67 {
    width: 100%;
    max-width: 400px;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    animation: pulseGlow 2s ease-in-out infinite;
}

.k-bank-takeover-btn-pq67::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.k-bank-takeover-btn-pq67:hover:not(:disabled) {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

.k-bank-takeover-btn-pq67:hover:not(:disabled)::before {
    left: 100%;
}

.k-bank-takeover-btn-pq67:active:not(:disabled) {
    transform: translateY(-1px);
}

.k-bank-takeover-btn-pq67:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    animation: none;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    }
    50% {
        box-shadow: 0 4px 25px rgba(245, 158, 11, 0.5);
    }
}

/* ===== STATUS INFO ===== */
.k-bank-status-info-st34 {
    margin-top: 20px;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    animation: fadeIn 0.5s ease-out;
}

.k-bank-status-info-st34 i {
    font-size: 22px;
    color: #64748b;
    margin-top: 2px;
    flex-shrink: 0;
}

.k-bank-status-details-uv56 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.k-bank-status-driver-wx78 {
    font-weight: 600;
    color: #334155;
    font-size: 16px;
}

.k-bank-status-number-yz90 {
    color: #64748b;
    font-size: 14px;
}

/* ===== ERROR & DEBUG STYLES ===== */
.k-bank-error-cd12 {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    color: #dc2626;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #fecaca;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.1);
}

.user-debug-info-rs34 {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #93c5fd;
    border-radius: 12px;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
}

.user-debug-info-rs34 h4 {
    color: #1e40af;
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #3b82f6;
    padding-bottom: 8px;
}

.user-debug-info-rs34 p {
    margin: 8px 0;
    color: #1e293b;
    font-size: 14px;
    line-height: 1.5;
}

.user-debug-info-rs34 strong {
    color: #1e40af;
    font-weight: 600;
}

.user-debug-info-rs34 small {
    color: #64748b;
    font-style: italic;
}

/* ===== LOADING ANIMATIONS ===== */
.k-bank-field-ef90.loading {
    position: relative;
    overflow: hidden;
}

.k-bank-field-ef90.loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: shimmer 1.5s infinite;
}

/* ===== TRANSFER INDICATOR ===== */
.transfer-indicator-st90 {
    margin-top: 12px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid #86efac;
    border-radius: 8px;
    color: #166534;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    animation: fadeIn 0.5s ease-out;
}

.transfer-indicator-st90 i {
    color: #16a34a;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromTop {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .k-bank-container-ij78 {
        padding: 0 12px;
        margin: 10px auto;
    }

    .k-bank-group-yz34 {
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 16px;
    }

    .k-bank-fields-grid-cd78 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .k-bank-field-ef90 {
        padding: 16px;
    }

    .k-bank-group-header-ab56 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .k-bank-group-header-ab56::before {
        width: 4px;
        height: 22px;
        margin-right: 10px;
    }

    .k-bank-value-kl56 {
        font-size: 15px;
    }

    .k-bank-submit-btn-op90 {
        font-size: 16px;
        padding: 16px 24px;
    }

    .k-bank-submit-container-mn78 {
        padding: 16px;
        margin-top: 20px;
    }

    .k-bank-status-info-st34 {
        padding: 16px;
        font-size: 14px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .k-bank-status-info-st34 i {
        font-size: 24px;
    }

    .k-bank-transfer-section-st78,
    .k-bank-leader-section-ef56 {
        padding: 16px;
        margin-bottom: 16px;
    }

    .k-bank-transfer-btn-wx12 {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        max-width: 280px;
    }

    .k-bank-leader-badge-xy90 {
        font-size: 13px;
        padding: 6px 12px;
        margin-bottom: 12px;
    }

    .k-bank-leader-message-gh78 {
        font-size: 14px;
        flex-direction: column;
        gap: 8px;
    }

    .k-bank-transfer-info-cd34 {
        font-size: 12px;
        margin-top: 6px;
    }

    .transfer-indicator-st90 {
        padding: 8px 12px;
        font-size: 13px;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .k-bank-container-ij78 {
        padding: 0 8px;
    }

    .k-bank-group-yz34 {
        padding: 16px;
    }

    .k-bank-field-ef90 {
        padding: 12px;
    }

    .k-bank-label-ij34 {
        font-size: 12px;
    }

    .k-bank-value-kl56 {
        font-size: 14px;
    }

    .k-bank-group-header-ab56 {
        font-size: 16px;
    }

    .k-bank-submit-btn-op90 {
        padding: 14px 20px;
        font-size: 15px;
    }
}

/* ===== TRANSFER HISTORY MODAL STYLES ===== */
.transfer-history-modal-bc12 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.history-header-info-yz78 {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #cbd5e1;
}

.job-info-item-za90 {
    color: #475569;
    font-size: 14px;
}

.job-info-item-za90 strong {
    color: #1e293b;
    font-weight: 600;
}

.no-history-message-xy12 {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
}

.no-history-message-xy12 i {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 16px;
    display: block;
}

.no-history-message-xy12 p {
    font-size: 16px;
    margin: 0;
}

.history-list-ab34 {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 8px;
}

.history-item-cd56 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
}

.history-item-cd56:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    transform: translateX(4px);
}

.history-item-cd56:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 27px;
    bottom: -12px;
    width: 2px;
    height: 12px;
    background: linear-gradient(180deg, #cbd5e1 0%, transparent 100%);
    z-index: 1;
}

.history-step-ef78 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
    position: relative;
    z-index: 2;
}

.history-content-gh90 {
    flex: 1;
    min-width: 0;
}

.transfer-flow-ij12 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.from-driver-kl34 {
    background: #fef2f2;
    color: #dc2626;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #fecaca;
}

.to-driver-op78 {
    background: #f0fdf4;
    color: #16a34a;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #bbf7d0;
}

.transfer-arrow-mn56 {
    color: #667eea;
    font-size: 16px;
    animation: pulse 2s infinite;
}

.transfer-note-qr90 {
    background: #fffbeb;
    color: #d97706;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #fed7aa;
}

.transfer-date-st12 {
    color: #64748b;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

.transfer-date-st12 i {
    color: #94a3b8;
}

.raw-format-uv34 {
    background: linear-gradient(135deg, #fef7f0 0%, #fed7aa 100%);
    border-color: #fdba74;
}

.raw-transfer-wx56 {
    color: #9a3412;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    word-break: break-all;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #fed7aa;
}

.btn-history-close-de34 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-history-close-de34:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%) !important;
    transform: translateY(-2px) !important;
}

/* History List Scrollbar */
.history-list-ab34::-webkit-scrollbar {
    width: 6px;
}

.history-list-ab34::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.history-list-ab34::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 3px;
}

.history-list-ab34::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
}

/* Mobile Responsive for History Modal */
@media (max-width: 768px) {
    .transfer-history-modal-bc12 {
        width: 95% !important;
        margin: 20px auto !important;
    }

    .history-header-info-yz78 {
        flex-direction: column;
        gap: 8px;
        padding: 12px;
    }

    .history-item-cd56 {
        padding: 12px;
        gap: 12px;
    }

    .history-step-ef78 {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .transfer-flow-ij12 {
        gap: 8px;
    }

    .from-driver-kl34,
    .to-driver-op78,
    .transfer-note-qr90 {
        font-size: 12px;
        padding: 3px 8px;
    }

    .transfer-arrow-mn56 {
        font-size: 14px;
    }

    .history-list-ab34 {
        max-height: 300px;
    }

    .no-history-message-xy12 {
        padding: 30px 15px;
    }

    .no-history-message-xy12 i {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .raw-transfer-wx56 {
        font-size: 11px;
        padding: 6px 8px;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus styles for better accessibility */
.k-bank-submit-btn-op90:focus,
.k-bank-transfer-btn-wx12:focus {
    outline: 3px solid rgba(0, 112, 60, 0.5);
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .k-bank-group-yz34 {
        border: 2px solid #000;
    }
    
    .k-bank-field-ef90 {
        border: 1px solid #666;
    }
    
    .k-bank-submit-btn-op90 {
        border: 2px solid #000;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .k-bank-container-ij78 {
        color: #e2e8f0;
    }
    
    .k-bank-group-yz34 {
        background: #1e293b;
        border-color: #334155;
    }
    
    .k-bank-field-ef90 {
        background: linear-gradient(135deg, #334155 0%, #475569 100%);
        border-color: #475569;
    }
    
    .k-bank-label-ij34 {
        color: #94a3b8;
    }
    
    .k-bank-value-kl56 {
        color: #f1f5f9;
    }
    
    .k-bank-submit-container-mn78 {
        background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    }
}


/* ===== LEADER ASSIGNMENT STYLES ===== */
.assignment-modal-yz12 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 700px !important;
}

.assignment-modal-content-mn89 {
    padding: 20px 0;
}

.assignment-description-op12 {
    margin-bottom: 20px;
    color: #4a5568;
    font-size: 16px;
    text-align: center;
}

.assignment-options-qr34 {
    margin-bottom: 24px;
    text-align: center;
}

.assign-self-btn-st56 {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(22, 163, 74, 0.2);
}

.assign-self-btn-st56:hover {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.3);
}

.assign-self-btn-st56:active {
    transform: translateY(0);
}

/* Driver Cards Container */
.driver-cards-container-uv78 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    max-height: 400px;
    overflow-y: auto;
    padding: 4px;
}

/* Driver Card Styles */
.driver-card-xy45 {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.driver-card-xy45:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.driver-card-xy45.selected {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #667eea;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.2);
    animation: cardPulse 2s ease-in-out infinite;
}

.driver-card-xy45.selected::before {
    content: "\2713";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #667eea;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.driver-card-xy45.current-user {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-color: #86efac;
}

.driver-card-header-ab67 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.driver-name-cd89 {
    font-weight: 600;
    font-size: 16px;
    color: #1e293b;
    line-height: 1.3;
}

.current-user-badge-ef12 {
    background: #16a34a;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.driver-info-gh23 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.driver-detail-ij45 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 14px;
}

.driver-detail-ij45 i {
    color: #94a3b8;
    width: 16px;
    text-align: center;
}

.driver-job-count-kl67 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
}

.driver-job-count-kl67.no-jobs {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.driver-job-count-kl67.few-jobs {
    background: #fef3c7;
    color: #d97706;
    border: 1px solid #fde68a;
}

.driver-job-count-kl67.many-jobs {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* Assignment Details */
.assignment-details-ef78 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
    text-align: left;
}

.assignment-details-ef78 p {
    margin: 8px 0;
    color: #475569;
    font-size: 14px;
}

.assignment-details-ef78 strong {
    color: #1e293b;
    font-weight: 600;
}

/* Button Styles */
.btn-assign-confirm-ab34 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-assign-confirm-ab34:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%) !important;
    transform: translateY(-2px) !important;
}

.btn-assign-cancel-cd56 {
    background: #e2e8f0 !important;
    color: #64748b !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

/* Scrollbar Styles for Driver Cards */
.driver-cards-container-uv78::-webkit-scrollbar {
    width: 8px;
}

.driver-cards-container-uv78::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.driver-cards-container-uv78::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.driver-cards-container-uv78::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Animation for selected card */
@keyframes cardPulse {
    0% {
        box-shadow: 0 4px 16px rgba(102, 126, 234, 0.2);
    }
    50% {
        box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    }
    100% {
        box-shadow: 0 4px 16px rgba(102, 126, 234, 0.2);
    }
}

/* Loading State for Driver Cards */
.driver-cards-container-uv78.loading {
    position: relative;
    min-height: 200px;
}

.driver-cards-container-uv78.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .assignment-modal-yz12 {
        max-width: 95% !important;
    }

    .driver-cards-container-uv78 {
        grid-template-columns: 1fr;
        max-height: 300px;
    }

    .driver-card-xy45 {
        padding: 12px;
    }

    .driver-name-cd89 {
        font-size: 15px;
    }

    .assign-self-btn-st56 {
        padding: 12px 24px;
        font-size: 15px;
        width: 100%;
        max-width: 300px;
    }

    .assignment-description-op12 {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

/* ===== TAKE OVER MODAL STYLES ===== */
.takeover-confirm-modal-vw12 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.takeover-confirm-content-rs78 {
    padding: 20px 0;
    text-align: center;
}

.takeover-confirm-content-rs78 p {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
}

.takeover-warning-tu90 {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #fbbf24;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.takeover-warning-tu90 i {
    color: #d97706;
    font-size: 24px;
    flex-shrink: 0;
}

.takeover-warning-tu90 span {
    color: #92400e;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
}

.btn-takeover-confirm-xy34 {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-takeover-confirm-xy34:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%) !important;
    transform: translateY(-2px) !important;
}

.btn-takeover-cancel-za56 {
    background: #e2e8f0 !important;
    color: #64748b !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

/* ===== TAKE OVER SUCCESS MODAL ===== */
.takeover-success-modal-vw78 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 600px !important;
}

.takeover-success-content-bc78 {
    padding: 20px;
    text-align: center;
}

.success-icon-de90 {
    font-size: 64px;
    color: #16a34a;
    margin-bottom: 20px;
    animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.success-message-fg12 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 24px;
}

.auto-submit-info-hi34 {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 2px solid #93c5fd;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.countdown-display-jk56 {
    font-size: 48px;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#countdown-number-lm78 {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    animation: countdownPulse 1s ease-in-out infinite;
}

@keyframes countdownPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 12px 30px rgba(59, 130, 246, 0.5);
    }
}

.auto-submit-text-no90 {
    font-size: 14px;
    color: #1e40af;
    margin-bottom: 16px;
    font-weight: 600;
}

.progress-bar-pq12 {
    width: 100%;
    height: 8px;
    background: #e0e7ff;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill-rs34 {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 4px;
    transition: width 1s linear;
    width: 0%;
}

.driver-update-info-tu56 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    text-align: left;
}

.driver-update-info-tu56 p {
    margin: 8px 0;
    color: #475569;
    font-size: 14px;
}

.driver-update-info-tu56 strong {
    color: #1e293b;
    font-weight: 600;
}

/* ===== AUTO-SUBMIT MODAL STYLES ===== */
.auto-submit-modal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 500px !important;
}

.auto-submit-countdown-wrapper {
    padding: 30px 20px;
    text-align: center;
}

.auto-submit-icon {
    font-size: 64px;
    color: #3b82f6;
    margin-bottom: 20px;
    animation: rocketBounce 1s ease-in-out infinite;
}

@keyframes rocketBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.auto-submit-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 24px;
}

.auto-submit-countdown-display {
    margin-bottom: 24px;
}

.countdown-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto 12px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    animation: countdownPulseAuto 1s ease-in-out infinite;
}

@keyframes countdownPulseAuto {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
    }
}

#auto-countdown-number {
    font-size: 48px;
    font-weight: 700;
    color: white;
}

.countdown-label {
    font-size: 16px;
    color: #64748b;
    font-weight: 600;
}

.auto-submit-progress-bar {
    width: 100%;
    height: 8px;
    background: #e0e7ff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

.auto-submit-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 4px;
    transition: width 1s linear;
    width: 0%;
}

.auto-submit-hint {
    font-size: 14px;
    color: #64748b;
    font-style: italic;
}

.btn-cancel-auto-submit {
    background: #ef4444 !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.btn-cancel-auto-submit:hover {
    background: #dc2626 !important;
}

/* Responsive for Auto-Submit Modal */
@media (max-width: 768px) {
    .auto-submit-modal {
        max-width: 95% !important;
    }

    .auto-submit-countdown-wrapper {
        padding: 20px 15px;
    }

    .auto-submit-icon {
        font-size: 48px;
    }

    .auto-submit-title {
        font-size: 18px;
    }

    .countdown-circle {
        width: 80px;
        height: 80px;
    }

    #auto-countdown-number {
        font-size: 36px;
    }
}

/* ===== SUCCESS MODAL STYLES (NEW DESIGN) ===== */
.transport-success-modal-new {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    border-radius: 20px !important;
    padding: 0 !important;
}

.transport-success-title {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white !important;
    padding: 24px 30px !important;
    margin: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
}

.transport-success-title i {
    font-size: 28px;
    animation: successBounce 0.6s ease-out;
}

@keyframes successBounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-modal-content-wrapper {
    padding: 30px;
    text-align: center;
}

.success-icon-large {
    font-size: 80px;
    color: #10b981;
    margin-bottom: 24px;
    animation: successIconPulse 1s ease-in-out infinite;
}

@keyframes successIconPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

.success-driver-info {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.6;
}

.success-label {
    color: #64748b;
}

.success-driver-name {
    color: #0ea5e9;
    font-size: 18px;
    font-weight: 700;
    margin: 0 4px;
}

.success-job-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px 0;
    padding: 20px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 12px;
    border: 2px solid #7dd3fc;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.success-job-numbers::-webkit-scrollbar {
    height: 6px;
}

.success-job-numbers::-webkit-scrollbar-track {
    background: #e0f2fe;
    border-radius: 3px;
}

.success-job-numbers::-webkit-scrollbar-thumb {
    background: #7dd3fc;
    border-radius: 3px;
}

.success-job-numbers::-webkit-scrollbar-thumb:hover {
    background: #38bdf8;
}

.job-number-item {
    display: flex;
    align-items: baseline;
    gap: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}

.job-label {
    font-size: 14px;
    color: #0369a1;
    font-weight: 600;
    white-space: nowrap;
}

.job-value {
    font-size: 18px;
    color: #0c4a6e;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.job-number-separator {
    font-size: 20px;
    color: #0369a1;
    font-weight: 700;
    flex-shrink: 0;
}

.success-datetime {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 20px 0;
    padding: 12px 20px;
    background: #f8fafc;
    border-radius: 8px;
    color: #16a34a;
    font-size: 14px;
    font-weight: 600;
}

.success-datetime i {
    font-size: 16px;
}

.success-warning-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    padding: 14px 20px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #fbbf24;
    border-radius: 10px;
    color: #92400e;
    font-size: 14px;
    font-weight: 600;
}

.success-warning-box i {
    font-size: 18px;
    color: #d97706;
}

.success-modal-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.success-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.success-btn i {
    font-size: 24px;
}

.success-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.success-btn:hover::before {
    width: 300px;
    height: 300px;
}

.success-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.success-btn-primary:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.success-btn-secondary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.success-btn-secondary:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.success-btn:active {
    transform: translateY(0);
}

/* Responsive for Success Modal */
@media (max-width: 768px) {
    .transport-success-modal-new {
        width: 95% !important;
        margin: 10px !important;
    }

    .transport-success-title {
        padding: 20px 15px !important;
        font-size: 20px !important;
    }

    .success-modal-content-wrapper {
        padding: 20px 15px;
    }

    .success-icon-large {
        font-size: 60px;
    }

    .success-driver-info {
        font-size: 14px;
    }

    .success-driver-name {
        font-size: 16px;
    }

    .success-job-numbers {
        padding: 15px 10px;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }

    .success-job-numbers::-webkit-scrollbar {
        height: 4px;
    }

    .success-job-numbers::-webkit-scrollbar-track {
        background: #e0f2fe;
        border-radius: 2px;
    }

    .success-job-numbers::-webkit-scrollbar-thumb {
        background: #7dd3fc;
        border-radius: 2px;
    }

    .job-value {
        font-size: 16px;
    }

    .success-modal-actions {
        flex-direction: column;
    }

    .success-btn {
        width: 100%;
    }
}

/* ===== TAKEN JOBS DISPLAY STYLES ===== */
.k-bank-taken-jobs-header-ab12 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.k-bank-taken-jobs-header-ab12 i {
    color: #667eea;
    font-size: 24px;
}

.k-bank-taken-jobs-header-ab12 h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

.k-bank-job-item-cd34 {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.k-bank-job-item-cd34:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-color: #cbd5e1;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.k-bank-job-item-cd34:last-child {
    margin-bottom: 0;
}

.k-bank-job-header-ef56 {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.k-bank-job-doc-badge-gh78 {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.k-bank-job-details-ij90 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.k-bank-job-detail-row-kl12 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.k-bank-job-detail-row-kl12 i {
    color: #667eea;
    font-size: 16px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.k-bank-detail-label-mn34 {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    min-width: 90px;
    flex-shrink: 0;
}

.k-bank-detail-value-op56 {
    color: #1e293b;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}

.k-bank-doc-number-qr78 {
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.5px;
    color: #667eea;
}

/* Responsive for Taken Jobs Display */
@media (max-width: 768px) {
    .k-bank-taken-jobs-header-ab12 {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .k-bank-taken-jobs-header-ab12 i {
        font-size: 20px;
    }

    .k-bank-taken-jobs-header-ab12 h3 {
        font-size: 16px;
    }

    .k-bank-job-item-cd34 {
        padding: 12px;
    }

    .k-bank-job-doc-badge-gh78 {
        font-size: 12px;
        padding: 5px 12px;
    }

    .k-bank-job-detail-row-kl12 {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 10px;
    }

    .k-bank-job-detail-row-kl12 i {
        font-size: 14px;
        width: 16px;
    }

    .k-bank-detail-label-mn34 {
        font-size: 12px;
        min-width: auto;
    }

    .k-bank-detail-value-op56 {
        font-size: 13px;
        word-break: break-all;
    }
}

@media (max-width: 480px) {
    .k-bank-job-item-cd34 {
        padding: 10px;
    }

    .k-bank-job-doc-badge-gh78 {
        font-size: 11px;
        padding: 4px 10px;
    }

    .k-bank-job-detail-row-kl12 {
        padding: 8px;
    }

    .k-bank-detail-label-mn34 {
        font-size: 11px;
    }

    .k-bank-detail-value-op56 {
        font-size: 12px;
    }
}