/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css F:\XAMPP\htdocs\projects2026\chc\wp-content\themes\chc\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[4].use[1]!F:\XAMPP\htdocs\projects2026\chc\wp-content\themes\chc\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[4].use[2]!F:\XAMPP\htdocs\projects2026\chc\wp-content\themes\chc\node_modules\sass-loader\dist\cjs.js??ruleSet[1].rules[4].use[3]!F:\XAMPP\htdocs\projects2026\chc\wp-content\themes\chc\assets\css\pages\popup_overrides.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/operator-no-unspaced */
/* stylelint-enable scss/no-global-function-names */
/* stylelint-enable scss/operator-no-unspaced */
/*
 * Easy-Popup Animation
 *
 */
.ease-popup {
  display: unset !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate(-50%, -50%) scale(0.7) !important;
  transition: all 1s ease-out !important;
}
.ease-popup.ease-popup--active {
  display: unset !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, -50%) scale(1) !important;
  transition: all 1s ease-out !important;
}
.ease-popup.ease-popup--active .ease-popup__content {
  overflow-y: scroll;
  height: 100%;
}

/*# sourceMappingURL=popup_overrides.css.map*/