﻿.image-container {
    position: relative;
    left: calc(50% - 187px);
    top: 0;
    margin-bottom: 50px;
    width: fit-content;
}

.blood-img {
    position: absolute;
    left: 90px;
    z-index: 1;
    top: 155px;
}

.cloud-img {
    position: relative;
    left: 0;
    top: 0;
}

.validation-message {
    margin: 3px 0 0 3px;
    text-align: left;
    color: red;
}

.file-drop-zone {
    width: 100%;
    border: 2px dotted #DBDDE4;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    min-height: 80px;
    border-radius: 16px;
    padding: 10px;
}

.hover {
    border: 2px solid #394474;
}

