/**************/
.iframe-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  z-index: 99;
  display: flex;
  justify-content: center;
  padding-top: 200px;
}
.iframe-popup  iframe {
  width: 80vw;
  height: 80vh;
}
.iframe-popup > div {
  width: 80vw;
  height: 80vh;
  text-align: center;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.iframe-popup .confirm-btn {
  margin-top: 30px;
}
.iframe-popup .confirm-btn a {
  text-align: center;
  border: 1px solid #0c4064;
  color: #0c4064;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: transparent;
  padding: 7px 20px;
  outline: 0;
  display: inline-block;
  box-shadow: none !important;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 15px;
}
.iframe-popup .confirm-btn a:hover {
  color: #fff;
  background: #0c4064;
}

/* .meeting-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/loader/0c4064_preloader.gif);
  background-color: rgba(0,0,0,0.6);
  z-index: 99;
  display: flex;
  justify-content: center; 
  background-repeat: no-repeat;
  background-position: top 10% center; 
} */
.meating-close {
  position: absolute;
  right: 50px;
  top: 150px;
  color: #fff;
  font-size: 0;
  height: 48px;
  width: 48px;
  /*background: url(../images/header/CLOSE_ICON_GREY.png) no-repeat center;*/
  background: url(../../icons/Close_Icon_Grey_New.svg) no-repeat center;
  z-index: 100;
  cursor: pointer;
}
.meating-close:hover {
  /*background: url(../images/header/CLOSE_ICON_GREEN.png) no-repeat center;*/
  background: url(../../icons/Close_Icon_Green_New.svg) no-repeat center;
}
