@charset "UTF-8";

#dropzoneContainer {
    overflow: hidden;
    transition: height 0.3s ease-in-out; 
}

.row.align-items-stretch {
    display: flex;
    flex-wrap: wrap;
}

.d-flex.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.flex-grow-1 {
    flex-grow: 1; 
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
