﻿.Smallpopup-outer-container {
    z-index: 8000;
    position: fixed;
    top: 0px;
    left: 500px;
    width: 40vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}