/* Modal */
/* iframe {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 125vh;
  pointer-events: all;
  overflow: hidden;
} */

.modal {
  background: #000 !important;
}
.modal-iframe {
  position: absolute;
  top: 120px;
  left: 10%;
  width: 80vw;
  height: 80vh;
  pointer-events: all;
  overflow: hidden;
  z-index: 1000;
}
.modal-dialog {
  max-width: 100%;
  height: 100vh;
  top: -9%;
  margin: 0;
  padding: 0px;
  border: 0px;
  overflow: hidden;
  z-index: 100;
}
.modal-backdrop {
  opacity: 1 !important;
}
.modal-body {
  position:relative;
  padding:0px;
  background: #000 !important;
}
.modal-header {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    margin-bottom: 0;
    padding: 9px 15px 10px;
}
/* The Close Button */
.close {
  position:absolute;
  left: 15px;
  top: 70px;
  z-index: 5;  
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  z-index: 9999;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn-close {
  color: #fff !important;
  background: transparent;
  border: 2px solid #fff;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  width: 40px;
  height: 20px;
  letter-spacing: 0;
}
.btn-close:hover {
color: #000 !important;
background: #fff;
border: 2px solid #fff;
}

@media screen and (min-width: 1900px) {
  .close {
    left: 15px;
    top: 120px;
  }
}