﻿.upload-helper-text {
    margin-bottom: 1rem;
    color: #8a93b2;
    font-size: 1.2rem;
}

.upload-dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 190px;
    border: 2px dashed #6f7782;
    border-radius: 14px;
    background: #f3f3f5;
    cursor: pointer;
    padding: 2rem;
    box-sizing: border-box;
}

    .upload-dropzone:hover {
        background: #eeeeF1;
    }

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    text-align: center;
}

.upload-icon {
    font-size: 2.4rem;
    color: #d2c8df;
    margin-bottom: 1rem;
}

.upload-title {
    font-size: 1.9rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.35rem;
}

.upload-subtitle {
    font-size: 1.4rem;
    color: #8a93b2;
}

.scoped-css-test {
    background: hotpink !important;
    color: white !important;
    font-size: 32px !important;
    padding: 20px !important;
    border: 5px solid black !important;
}

.upload-dropzone.dragging {
    background-color: #e9eefc;
    border-color: #4f46e5;
}

.pending-files-list {
    margin-top: 1rem;
    border-radius: 12px;
    overflow: hidden;
}

.pending-file-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border: 1px solid #d9dde3;
    background-color: #fff;
}

    .pending-file-row + .pending-file-row {
        border-top: none;
    }

.pending-file-info {
    display: flex;
    flex-direction: column;
}

.pending-file-name {
    font-weight: 600;
    color: #111827;
}

.pending-file-size {
    font-size: 0.95rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.upload-validation-message {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.875rem 1rem;
    border: 1px solid #f5c2c7;
    background-color: #f8d7da;
    color: #842029;
    border-radius: 10px;
}

.upload-validation-message ul {
    padding-left: 1.25rem;
}

.upload-validation-message li + li {
    margin-top: 0.35rem;
}

.upload-message {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.875rem 1rem;
    border-radius: 10px;
}

.upload-message ul {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.upload-message li + li {
    margin-top: 0.35rem;
}

.upload-message-error {
    border: 1px solid #f5c2c7;
    background-color: #f8d7da;
    color: #842029;
}

.upload-message-success {
    border: 1px solid #badbcc;
    background-color: #d1e7dd;
    color: #0f5132;
}

.attachment-grid thead th {
    background-color: #000000;
    color: #ffffff;
}
