#shikdo-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:999999;
}


.popup-close{

    position:absolute;

    top:50px;

    left:-7px;


    width:25px;

    height:25px;

    border:none;

    border-radius:5px;

    background:#fff; 
	

    cursor:pointer;

    z-index:999999;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 2px 10px rgba(0,0,0,.15);

}