﻿.app-document-upload-container {
    width: 100%;
}
.app-document-uploader {
}
.app-document-check-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: 5px;
    width: 100%;
}
.app-document-check-control {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: 5px;
    width: 100%;
}
.app-document-check-error {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 1 1 auto;
    width: 100%;
    font-size: 12px;
}
@media (max-width: 600px) {
    .app-document-check-container {
        justify-content: center; /* phone */
    }
}
