
	
	
#overlay { display:none;
background-color: rgba(0,0,0,0.5);
position:fixed;
width:100%;
height:100%;
top:0px;
left:0px;
z-index: 5;
}
#popupBox {
display:none;
position: absolute;
margin:auto;
margin-top:-100px;
width:600px;
height: 250px;
color: #000000;
-moz-border-radius:8px;
-webkit-border-radius:8px;
background-color:#FFFFFF;
box-shadow: 0 0 5px #848484, 0 0 7px #636363;
z-index: 10;
}
#img {width: 100%;
height: auto;
object-fit: cover;
overflow: hidden;
border-radius: 8px;
border: 1.2px solid #262626;
}
/* added code below */
.deleteMeetingClose {
cursor: pointer;
position: absolute;
right: 1px;
top: 1px;
}
