.wpb-gutenberg-modal {
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
.wpb-gutenberg-modal .wpb-loading-overlay {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  align-items: center;
  z-index: 1;
}
.wpb-gutenberg-modal-inner {
  background: #fff;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.admin-bar .wpb-gutenberg-modal-inner {
  top: 40px;
}
.wpb-gutenberg-modal-inner iframe {
  width: 100%;
  height: 100%;
}
button.wpb-gutenberg-modal-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: color 0.2s ease-in-out;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
}
button.wpb-gutenberg-modal-close-button:hover,
button.wpb-gutenberg-modal-close-button:focus {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
button.vc_gutenberg-modal-update-button {
  position: absolute;
  top: 25px;
  right: 62.5px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 10px;
}
