.dialog-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.60);
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
}

.ui-dialog.ui-widget.ui-widget-content {
  width: 744px !important;
  height: 319px !important;
  padding: 0;
  box-shadow: 0 0 10px 0;
  background-color: white;
  z-index: 11;
  border-radius: 3px;
}

.ui-dialog-titlebar {
  display: none;
}

.ui-dialog .ui-dialog-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: 0;
}

.ui-dialog.ui-widget button {
  position: absolute;
  bottom: 10px;
  left: 180px;
  width: 80px;
  height: 30px;
  background-color: white;
  color: #164569;
  border: 1px solid #164569;
  border-radius: 3px;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}

.ui-dialog.ui-widget button:disabled {
  color: #000000;
  opacity: 0.3;
}

.home-dialog {
  display: flex;
}

.home-dialog .dialog-content {
  width: 429px;
  height: 260px;
  margin-left: 10px;
  margin-top: 10px;
  color: #373A3C;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}

.home-dialog .dialog-content h2 {
  text-align: center;
}

.home-dialog .dialog-content .dialog-text {
  width: 415px;
  height: 203px;
  overflow: auto;
  padding-right: 15px;
  letter-spacing: -0.34px;
}

.home-dialog .dialog-content .dialog-text ol {
  padding-left: 17px;
}

.home-dialog .image-section {
  width: 295px;
  height: 298px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.home-dialog .image-section img {
  width: 100%;
  height: 100%;
}

.error-dialog {
  display: none;
}

.error-dialog .dialog-content {
  width: 100%;
  height: 260px;
  margin-left: 10px;
  margin-top: 10px;
  color: #373A3C;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}

.error-dialog .dialog-content h2 {
  text-align: center;
}

.error-dialog .dialog-content .dialog-text {
  width: 100%;
  height: 203px;
  overflow: auto;
  padding-right: 15px;
  letter-spacing: -0.34px;
  text-align: center;
}
