.drop-area {
    border: 2px dashed #ccc;
    border-radius: 8px;

    height: auto;
    padding: 30px;
    text-align: center;
    background-color: #eee;
    display: flex;
    justify-content: center;
}

.drop-area #img-info {
    color: #c8c8c8 !important;
}

.drop-area .img-view {
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#img-info {
    margin-top: 1rem;
}

.drag-over {
    border: 2px dashed #F39810;
    background-color: #f0f0f0;
}