.jupiterx-popup-action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jupiterx-popup-action-button__instance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jupiterx-popup-action-button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jupiterx-popup-action-button__icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}

.jupiterx-popup-action-button__text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jupiterx-popup-action-button--icon-before .jupiterx-popup-action-button__icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 5px;
}

.jupiterx-popup-action-button--icon-before .jupiterx-popup-action-button__text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.jupiterx-popup-action-button--icon-after .jupiterx-popup-action-button__icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 5px;
}

.jupiterx-popup-action-button--icon-after .jupiterx-popup-action-button__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.jupiterx-popup.jupiterx-popup--front-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.jupiterx-popup.jupiterx-popup--front-mode .jupiterx-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.jupiterx-popup.jupiterx-popup--front-mode .jupiterx-popup__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.jupiterx-popup.jupiterx-popup--front-mode .jupiterx-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 800px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  z-index: 2;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.jupiterx-popup.jupiterx-popup--front-mode .jupiterx-popup__container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 20px;
  background-color: white;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.jupiterx-popup.jupiterx-popup--front-mode .jupiterx-popup__container-inner > .elementor {
  position: relative;
  z-index: 2;
}

.jupiterx-popup.jupiterx-popup--front-mode .jupiterx-popup__container-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.jupiterx-popup.jupiterx-popup--front-mode .jupiterx-popup__container-content {
  position: relative;
  width: 100%;
  z-index: 2;
}

.jupiterx-popup.jupiterx-popup--front-mode .jupiterx-popup__close-button {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #6ec1e4;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}

.jupiterx-popup.jupiterx-popup--front-mode i {
  line-height: 1;
}

.jupiterx-popup.jupiterx-popup--front-mode.jupiterx-popup--loading-state .jupiterx-popup-loader {
  display: block;
}

.jupiterx-popup.jupiterx-popup--front-mode.jupiterx-popup--loading-state .jupiterx-popup__container-inner {
  display: none;
}

.jupiterx-popup.jupiterx-popup--front-mode.jupiterx-popup--loading-state .jupiterx-popup__close-button {
  display: none;
}

.jupiterx-popup.jupiterx-popup--front-mode.jupiterx-popup--hide-state {
  opacity: 0;
  pointer-events: none;
}

.jupiterx-popup.jupiterx-popup--front-mode.jupiterx-popup--show-state {
  opacity: 1;
  pointer-events: none;
}

.jupiterx-popup.jupiterx-popup--front-mode.jupiterx-popup--show-state .jupiterx-popup__inner {
  pointer-events: none;
}

.jupiterx-popup.jupiterx-popup--front-mode.jupiterx-popup--show-state .jupiterx-popup__overlay {
  pointer-events: all;
}

.jupiterx-popup.jupiterx-popup--front-mode.jupiterx-popup--show-state .jupiterx-popup__container {
  pointer-events: all;
}

.jupiterx-popup-cursor-pointer {
  cursor: pointer;
}

.jupiterx-popup-prevent-scroll {
  max-height: 100vh;
  overflow: hidden;
}

.jupiterx-popup-loader {
  display: none;
  width: 48px;
  height: 48px;
  border: 4px rgba(255, 255, 255, 0.15) solid;
  border-top-width: 4px;
  border-top-style: solid;
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 0.6s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
