td.bg-close-btn {
background-color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    top: -30px;
}

td.bg-close-btn p {
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    color: #000;
    line-height: 50px;
}

.overlay-bg {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    position: absolute;
    z-index: 8000;
    height: 100%;
}

.overlay-body{
    overflow: hidden;    
}