.ui-dialog .ui-dialog-titlebar-close {
  top:14px !important;
  width: 48px;
  height: 48px;
  background-color: #0194cb !important;
  opacity: 1;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.ui-dialog .ui-dialog-titlebar-close::after {
  content: "\00d7";
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-shadow: none;
  display: table-cell;
  padding: 0 0 6px 12px;
}

.iec-custom-modal-dialog {
  background-color: #0194cb;
  color: #fff;
  padding-bottom: 50px;
}

.ui-widget.ui-widget-content {
  border: none;
}

.iec-custom-modal-dialog .ui-widget-header {
  border: none;
  background: #0194cb;
  font-weight: normal;
}

.iec-custom-modal-dialog .block-title {
  font-size: 34px;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
  padding-top: 20px;
}

.iec-custom-modal-dialog .block-subtitle {
  font-family: Roboto;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 58px;
  text-align: center;
}

.iec-custom-modal-dialog .form-item-gdpr-consent {
  color: #fff;
}
