﻿#popupOverlayMyInaz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    display: block;
}

#popupSessionMyInaz {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    position: fixed;
    background: white;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    z-index: 10000;
}

#messaggioTopPopupSessionMyInaz {
}

#messaggioBottomPopupSessionMyInaz {
}
