.tbl table tbody th {
  background: #f7f7f7;
}

.tbl table tbody th a {
  color: #2E9D3C;
  text-decoration: underline;
}

.tbl table tbody th a:hover {
  text-decoration: none;
}

.info-option {
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.info-option:hover {
  background: #F08B16;
}

.info-option:hover span {
  color: #ffffff;
}

.info-option:hover span::before {
  background: #ffffff;
}

.info-option span {
  display: block;
  position: relative;
  padding-right: 24px;
}

.info-option span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/more.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/more.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #2E9D3C;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 24px;
  background: white;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .popup {
    width: calc(100% - 40px);
  }
}

.popup #popup-ttl {
  margin-bottom: 8px;
  color: #2E9D3C;
  font-size: 2rem;
}

.popup #popup-txt {
  margin-bottom: 16px;
}

.popup button {
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  cursor: pointer;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

/*# sourceMappingURL=../../maps/pages/options.css.map */
