.banks-stepper-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.banks-stepper-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    flex-wrap: nowrap;
}

.banks-stepper-container .step-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 6px 14px;
    white-space: nowrap;
    flex-shrink: 0;
}

.banks-stepper-container .title {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.banks-stepper-container .status {
    font-weight: 600;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 6px;
}

.banks-stepper-container .status.pending {
    background: #e2e3e5;
    color: #495057;
}

.banks-stepper-container .status.in-process {
    background-color: #DEB94333;
    color: #AF8A16;
}

.banks-stepper-container .status.approved {
    background: #d1e7dd;
    color: #198754;
}

.banks-stepper-container .status.rejected {
    background: #f8d7da;
    color: #dc3545;
}

.banks-stepper-container .connector {
    flex: 1;
    height: 3px;
    background: #198754;
    border-radius: 2px;
}


.reportsDropdownMenu li > a.dropdown-item.active,
.reportsDropdownMenu li > a.dropdown-item:focus,
.reportsDropdownMenu li > a.dropdown-item:hover {
    background-color: #4C5F18 !important;
    color: #fff !important;
}
.drop-zone {
    /* max-width: 200px; */
    height: 170px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    /* color: #cccccc; */
    border: 1px dashed #009578;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
    bottom: 0px;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.pbaDiv label.error {
    color: #fd0000;
}
.login-box label.error {
    color: #fd0000;
}


.bank-section-title {
        font-size: 1.1rem;
        font-weight: 600;
        margin-top: 25px;
        color: #2c7a4b;
    }

    .bank-card-wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 10px;
        padding: 15px;
        background: #f9fafb;
        border-radius: 10px;
        border: 1px solid #eee;
    }

    .bank-card {
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        width: 280px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        border: 1px solid #e5e7eb;
    }

    .bank-card .title {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 6px;
        color: #374151;
    }

    .bank-card .status {
        font-size: 0.9rem;
        padding: 6px 10px;
        border-radius: 6px;
        display: inline-block;
        font-weight: 500;
        margin-top: 5px;
    }

    .status.approved {
        background: #e6ffed;
        color: #0f8a36;
    }

    .status.rejected {
        background: #ffeaea;
        color: #b80000;
    }

    .status.pending {
        background: #f3f4f6;
        color: #6b7280;
    }

    .bank-meta {
        margin-top: 4px;
        font-size: 0.85rem;
        color: #6b7280;
    }

    .meta-line {
        margin-bottom: 4px;
    }
    .bank-meta-inside {
        margin-top: 10px;
        border-top: 1px solid #eee;
        padding-top: 10px;
        font-size: 0.85rem;
        color: #6b7280;
    }
    .bank-meta-inside div {
        margin-bottom: 4px;
    }

    .clock-wrapper {
    background: #f8f9fa;
    padding: 6px 14px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.clock-icon {
    font-size: 20px;
    color: #0d6efd;
}

.clock-time {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    line-height: 1.1;
}

.clock-date {
    font-size: 12px;
    color: #6c757d;
}
