.icon-upload {
    padding: 5px;
    background: white;
    color: #42b5a6;
    border-radius: 0.2rem;
    cursor: pointer;
    margin: 5px;
    width: 50px;
}

.icon-upload:hover {
    background: #42b5a6;
    color: white;
}

.delete-icon {
    background: white;
    color: red;

}

.delete-icon :hover {
    cursor: pointer;
    color: white;
    background: red;

}

.error-message {
    color: red;
}

.icon-upload-notification-badge {
    position: absolute;
    bottom: 0; 
    left: 0; 
    transform: translate(20%, -20%); 
    background-color: red; 
    color: white; 
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 9px; 
    font-weight: bold; 
}