@charset "UTF-8";
.text-green {
  color: #00a94f;
}

.forced-popup {
  position: fixed;
  inset: 0;
  z-index: 999999; /* สูงสุด */
}
.forced-popup.hide {
  display: none;
}
.forced-popup .popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 48px 16px;
  border-radius: 12px;
  z-index: 10;
  text-align: center;
  font-size: 18px;
  max-width: 328px;
  width: 100%;
}
.forced-popup .popup-box > img {
  height: 110px;
  margin-bottom: 24px;
}
.forced-popup .popup-box .title-popup {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 24px;
  color: #333333;
  margin: 0;
}
.forced-popup .popup-box .btn-action {
  border-radius: 8px;
  overflow: hidden;
}
.forced-popup .popup-box .btn-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 8px 0;
  height: 64px;
  background: #00a94f !important;
}
.forced-popup .popup-box .btn-action a img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.forced-popup .popup-box .btn-action a span {
  text-align: center;
}
.forced-popup .popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}/*# sourceMappingURL=popup.css.map */