
 .mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  background-color: #00a950;
  color: var(--color-light);
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  font-size: 0px;
 }
 .sub-header {
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .sub-header,
  .sub-header-no-m {
    margin-top: 8px;
  }
  .mfp-container:has(.custom-pop) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*############################ sc-table popup ###################################*/

.table-popup {
  padding: 0;
  margin: 0;
  width: 100%;
  border-spacing: 0;
  border-radius: var(--radius);
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  margin-top: 16px;
}
.table-popup th + th {
  border-left: 1px solid #e6e6e6;
}
.table-popup th,
.table-popup td {
  padding: 8px 16px;
  text-align: center;
  line-height: 1.5em;
  border-bottom: 1px solid #e6e6e6;
}
.table-popup td {
  background-color: var(--cr-light);
  color: var(--cr-gray);
  font-size: 13px;
  font-family: kurious-looped;
  font-weight: 500;
}
.table-popup td + td {
  border-left: 1px solid #e6e6e6;
}
.table-popup td:first-child {
  font-weight: 500;
}
.table-popup tr + tr {
  border-top: 1px solid #e6e6e6;
}
.table-popup tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.table-popup tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.table-popup tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table-popup tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table-popup tr:last-child td {
  border-bottom: 0;
}
.table-popup th {
  color: var(--color-light);
  background-color: var(--color-green);
  font-weight: 600;
  font-size: 18px;
  padding: 16px;
}
.table-popup td.heading {
  background: #f0faf7;
  color: var(--color-green);
  text-align: start;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .table-popup {
    margin: 16px 0 32px;
  }
  .table-popup td {
    font-size: 16px;
    padding: 16px 24px;
  }
  .table-popup .bg {
    font-size: 18px;
    padding: 24px;
  }
}

.popup-benefit {
  height: inherit;
  padding: 8px;
  height: inherit;
}