﻿.image-label {
    margin-left: 10px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    border-radius: 10%;
    position: relative;
    width: 150px;
    height: 100px;
}

.preview-image {
    margin-top: 5px;
    object-fit: contain;
    width: 150px;
    height: 100px;
}

.image-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.delete-button {
    background-color: #4E4560;
    display: none;
    margin-left: 10px;
    border-radius: 8px;
    width: 100px;
    height: 25px;
    font-size: 10px;
}
