/* Add to the bottom of ViewIdCardTemplate.razor or studentIdCardUniversal.css */
.sidc-upload-box {
    border: 1px solid #dbe7f5;
    border-radius: 18px;
    background: #ffffff;
    padding: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.sidc-upload-label {
    font-size: 13px;
    font-weight: 850;
    color: #334155;
    margin-bottom: 10px;
}

.sidc-upload-input {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 1px dashed #93c5fd;
    border-radius: 14px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
    cursor: pointer;
}

.sidc-bg-preview-img {
    display: block;
    width: 100%;
    height: 145px;
    object-fit: contain;
    margin-top: 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fafc, #eef6ff);
    border: 1px solid #e2e8f0;
}

.sidc-bg-preview-empty {
    height: 145px;
    margin-top: 12px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 700;
    background: repeating-linear-gradient(45deg, #f8fafc, #f8fafc 10px, #f1f5f9 10px, #f1f5f9 20px);
    border: 1px dashed #cbd5e1;
}

.sidc-upload-path {
    margin-top: 8px;
    font-size: 12px;
    color: #64748b;
    word-break: break-all;
}
