/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.ghub-popup-container.ghub-popup-frontend {
  display: none;
}
.ghub-popup-container.ghub-popup-frontend.is-open {
  display: block;
}
.ghub-popup-container.ghub-popup-frontend .ghub-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--ghub-popup-overlay-bg-color, rgba(0, 0, 0, 0.6));
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: var(--ghub-popup-z-index, 99);
}
.ghub-popup-container.ghub-popup-frontend .ghub-popup-overlay .ghub-popup-inner-container {
  position: relative;
  display: flex;
  align-items: center;
  width: var(--ghub-popup-overlay-content-width);
  height: var(--ghub-popup-overlay-content-height);
}
.ghub-popup-container.ghub-popup-frontend .ghub-popup-overlay .ghub-popup-inner-container .ghub-popup-content {
  margin: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--ghub-popup-overlay-content-bg-color, #ffffff);
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  padding-top: var(--ghub-popup-content-padding-top);
  padding-left: var(--ghub-popup-content-padding-left);
  padding-bottom: var(--ghub-popup-content-padding-bottom);
  padding-right: var(--ghub-popup-content-padding-right);
  border-top: var(--ghub-popup-content-border-top);
  border-right: var(--ghub-popup-content-border-right);
  border-bottom: var(--ghub-popup-content-border-bottom);
  border-left: var(--ghub-popup-content-border-left);
  border-top-left-radius: var(--ghub-popup-content-top-left-radius);
  border-top-right-radius: var(--ghub-popup-content-top-right-radius);
  border-bottom-left-radius: var(--ghub-popup-content-bottom-left-radius);
  border-bottom-right-radius: var(--ghub-popup-content-bottom-right-radius);
}
.ghub-popup-container.ghub-popup-frontend .ghub-popup-overlay .ghub-popup-inner-container .ghub-popup-content .ghub-inner-content {
  overflow-y: auto;
  overflow-x: hidden;
}
.ghub-popup-container.ghub-popup-frontend .ghub-popup-overlay .ghub-popup-inner-container span.ghub-popup-close-icon {
  position: absolute;
  top: -45px;
  right: -45px;
  line-height: 1em;
  padding: 5px;
  color: var(--ghub-popup-close-icon-color, #000000);
  background: var(--ghub-popup-close-icon-bg-color, #ffffff);
  cursor: pointer;
  display: flex;
  border-top: var(--ghub-popup-close-icon-border-top);
  border-right: var(--ghub-popup-close-icon-border-right);
  border-bottom: var(--ghub-popup-close-icon-border-bottom);
  border-left: var(--ghub-popup-close-icon-border-left);
  border-top-left-radius: var(--ghub-popup-top-left-radius, 100px);
  border-top-right-radius: var(--ghub-popup-top-right-radius, 100px);
  border-bottom-left-radius: var(--ghub-popup-bottom-left-radius, 100px);
  border-bottom-right-radius: var(--ghub-popup-bottom-right-radius, 100px);
}
.ghub-popup-container.ghub-popup-frontend .ghub-popup-overlay .ghub-popup-inner-container span.ghub-popup-close-icon svg {
  width: 32px;
  height: 32px;
}
.ghub-popup-container.ghub-popup-frontend.ghub-vertical-alignment-top .ghub-popup-content {
  justify-content: flex-start;
}
.ghub-popup-container.ghub-popup-frontend.ghub-vertical-alignment-center .ghub-popup-content {
  justify-content: center;
}
.ghub-popup-container.ghub-popup-frontend.ghub-vertical-alignment-bottom .ghub-popup-content {
  justify-content: flex-end;
}

/*# sourceMappingURL=style-index.css.map*/