.new-data-plans .usage-dates-wrap {
      position: relative;
  }

  .new-data-plans .label {
      margin-bottom: 12px;
      font-weight: bold;
      text-align: center;
  }

  .new-data-plans .usage-dates {
      position: relative;
      max-width: 240px;
      margin: 0 auto;
  }

  .new-data-plans .usage-dates:before {
      content: "";
      background: url(/assets/img/icon/plan-calendar.svg) no-repeat;
      background-size: cover;
      width: 18px;
      height: 20px;
      position: absolute;
      right: 16px;
      top: 9px;
  }

  .new-data-plans .usage-dates input {
      width: 100%;
      padding: 0 34px 0 16px;
      border: 1px solid #D7D7D7;
      border-radius: 10px;
      font-size: 14px;
      width:100%;
      height: 40px;
      display: block;
      color: #595857;
  }

  .new-data-plans .use-period {
    margin-top: 50px;
    display: none;
    text-align:center;
  }

  .new-data-plans .use-period.active {
    display: block;
  }

  .new-data-plans .use-period span {
    font-weight: bold;
  }

  .new-data-plans .use-period span > span {
      color: #E269A4;
  }

  /* --- Calendar popover --- */

  .new-data-plans .date-range-picker {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    padding: 12px;
    z-index: 1000;
    display: none;
    width: fit-content;
    margin: 10px auto 0;
  }

  .new-data-plans .drp-nav {
      position: absolute;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      left: 0;
      top: 12px;
      padding: 0 12px;
  }

  .new-data-plans .drp-btn {
      border: 1px solid #ddd;
      background: #fff;
      border-radius: 100%;
      padding: 0 0;
      cursor: pointer;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
  }

  .new-data-plans .drp-btn::before {
      content: "";
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      display: block;
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
  }

  .new-data-plans .drp-btn#prev-month::before {
      transform: rotate(45deg);
      margin-right: -5px;
  }

  .new-data-plans .drp-btn#next-month::before {
      transform: rotate(225deg);
      margin-left: -5px;
  }

  .new-data-plans .months {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px
  }

  .new-data-plans .month {
      width: 260px
  }

  .new-data-plans .month-title {
      font-weight: 600;
      font-size: 14px;
      text-align: center;
      margin: 6px 0
  }

  .new-data-plans .dow,
  .new-data-plans .days {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 4px
  }

  .new-data-plans .dow div {
      font-size: 11px;
      text-align: center;
      color: #666;
      padding: 4px 0
  }

  .new-data-plans .day {
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      cursor: pointer;
      font-size: 13px;
      user-select: none
  }

  .new-data-plans .day.disabled {
      color: #bbb;
      cursor: not-allowed
  }

  .new-data-plans .day:hover:not(.disabled) {
      outline: 1px solid #aaa
  }

  .new-data-plans .day.in-range {
      background: #FCECF3
  }

  .new-data-plans .day.start,
  .new-data-plans .day.end {
      background: #E269A4;
      color: #fff
  }

  .new-data-plans .hidden {
      display: none
  }

  .new-data-plans .plan-days {
      margin-top: 40px;
      display: flex;
      justify-content: center;
      display: none;
      justify-content: center;
  }

  .new-data-plans .plan-days:has(.active) {
      display: flex;
  }

  .new-data-plans .plan-days span{
    display: none;
  }

  .new-data-plans .plan-days .pd-text {
    display: block;
    font-weight: bold;
  }

  .new-data-plans .plan-days .deactive,
  .new-data-plans .plan-days .normal,
  .new-data-plans .plan-days .active{
    display: flex;
    cursor: pointer;
    width: 105px;
    margin-left: 8px;
    border-radius: 30px;
    height: 30px;
    border: 1px solid;
    justify-content: center;
    align-items: center;
  }

  .new-data-plans .plan-days .normal {
    color: #737373;
  }

  .new-data-plans .plan-days .deactive {
    color: #D7D7D7;
  }

  .new-data-plans .plan-days .active {
    color: #FFF;
    background: #E269A4;
    font-weight: bold;
    border: 1px solid #E269A4;
  }

  .new-data-plans .plan-days > span:not(.pd-text):hover {
    color: #E269A4;
  }

  .new-data-plans .plan-days .active:hover {
    color: #FFF !important;
  }

.new-data-plans .plan-cards {
    max-width: 720px;
    width: 100%;
    margin: 40px auto 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

  .new-data-plans .plan-cards > li{
    width: calc(50% - 12px);
    border-radius: 16px;
    box-shadow: 8px 8px 16px 0px #00000014;
    display: none;
    margin: 0 auto;
  }

  .new-data-plans .plan-cards > li.active{
    display: block;
  }

  .new-data-plans .plan-cards > li .top-plan {
      height: 85px;
      color: #FFF;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      position: relative;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
  }

  .new-data-plans .plan-cards > li.w4g .top-plan {
      background: #E772AB;
  }

  .new-data-plans .plan-cards > li.w5g .top-plan {
      background: #EB1781;
  }

  .new-data-plans .plan-cards > li.wwifi .top-plan {
      background: #59bae7;
  }

  .new-data-plans .plan-cards > li .top-plan .bg{
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
  }

  .new-data-plans .plan-cards > li .top-plan .bg::before{
      content: "";
      background: url(/assets/img/icon/plan-sakura-icon.svg) no-repeat;
      position: absolute;
      width: 66px;
      height: 64px;
      left: -15px;
      bottom: -12px;
  }

  .new-data-plans .plan-cards > li .top-plan .bg::after{
      content: "";
      background: url(/assets/img/icon/plan-sakura-icon.svg) no-repeat;
      position: absolute;
      width: 66px;
      height: 64px;
      right: -15px;
      top: -12px;
  }

  .new-data-plans .plan-cards > li .top-plan .type-plan {
      display: flex;
      margin-bottom: 0;
      align-items: center;
      line-height: 1;
  }

  .new-data-plans .plan-cards > li .top-plan .days-plan {
      display: block;
      min-width: 51%;
      text-align: center;
      font-weight: bold;
      font-size: 3.6rem;
      line-height: 1;
  }

  .new-data-plans .plan-cards > li .top-plan .type-plan img {
      margin-right: 10px;
  }

  .new-data-plans .plan-cards > li .top-plan .type-plan > span {
      font-weight: bold;
      margin-right: 5px;
  }

  .new-data-plans .plan-cards > li .body-plan {
      background: #FFF;
      padding: 20px 24px 24px;
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px;
  }

  .new-data-plans .plan-cards > li .body-plan .price-plan {
      margin-bottom: 20px;
  }

  .new-data-plans .plan-cards > li .body-plan .price-plan .without-tax {
      display: block;
      text-align: center;
      font-weight: bold;
      font-size: 4.8rem;
      line-height: 1;
  }

  .new-data-plans .plan-cards > li .body-plan .price-plan .without-tax > span {
      font-size: 2.8rem;
  }

  .new-data-plans .plan-cards > li .body-plan .price-plan .with-tax {
      color: #737373;
      text-align: center;
      display: block;
  }

  .new-data-plans .plan-cards > li .body-plan > ul {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
  }

  .new-data-plans .plan-cards > li .body-plan > ul li {
      position: relative;
      padding-left: 28px;
      width: 100%;
  }

  .new-data-plans .plan-cards > li .body-plan > ul li::before {
      content:"";
      background: url(/assets/img/icon/plan-check.svg) no-repeat;
      background-size: cover;
      width: 18px;
      height: 19px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
  }

  .new-data-plans .plan-cards > li .body-plan .buynow {
      width: 100%;
      display: flex;
      background: #04996E;
      height: 48px;
      color: #FFF;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-weight: bold;
      border-radius: 48px;
      margin-top: 20px;
      transition: 0.3s;
  }

  .new-data-plans .plan-cards > li .body-plan .buynow:hover {
    background: #087959;
    color: rgba(255, 255, 255, 0.6);
  }

  .new-data-plans .plan-cards > li .top-plan .recommend {
      position: absolute;
      width: 120px;
      background: #222;
      height: 24px;
      font-size: 1.4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      border-radius: 12px;
      left: 50%;
      transform: translateX(-50%);
      top: -12px;
  }

  .new-data-plans .plan-cards > li .body-plan .off {
      width: 190px;
      height: 30px;
      border-radius: 5px;
      display: block;
      margin: 0 auto 20px;
      text-align: center;
      line-height: 30px;
      font-size: 1.4rem;
      font-weight: bold;
      color: #FFF;
  }

  .new-data-plans .plan-cards > li.w4g .body-plan .off {
    background: #76B63D;
  }

  .new-data-plans .plan-cards > li.w5g .body-plan .off {
    background: #FFBC0E;
  }

  .new-data-plans .plan-cards > li.wwifi .body-plan .off {
    background: #EB1781;
  }

  .new-data-plans + .panel-ut {
      display: none;
  }

  .new-data-plans:has(.active) + .panel-ut {
      display: block;
  }

  .new-data-plans .plan-cards > li .body-plan .wifi-img {
      width: 140px;
      margin: 0 auto;
  }

  .new-data-plans .plan-cards > li .body-plan .wifi-img img {
      width: 100%;
  }

  .new-data-plans .plan-cards.for-wifi > li.w5g .body-plan .off {
      width: 100%;
      margin-bottom: 10px;
  }

  .new-data-plans .plan-cards > li .body-plan .regular-price {
      color: #595857;
      font-size: 2rem;
      text-align: center;
      display: block;
      margin-bottom: 30px;
      position: relative;
      text-decoration: line-through;
  }
  
  .new-data-plans .plan-cards > li .body-plan .regular-price::before {
      content: "";
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 16px 17px 0 17px;
      border-color: #EB1781 transparent transparent transparent;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(100% + 8px);
  }




  @media only screen and (max-width: 720px) {

  }

  @media only screen and (max-width: 640px) {
    .new-data-plans .plan-cards > li {
        width: 100%;
        max-width: 460px;
    }

    .new-data-plans .plan-days:has(.active) {
        flex-wrap: wrap;
        gap: 15px;
    }

    .new-data-plans .plan-days .pd-text {
        width: 100%;
        text-align: center;
    }

    .new-data-plans .plan-days .deactive, .new-data-plans .plan-days .normal, .new-data-plans .plan-days .active {
        margin-left: 0;
        width: calc(33.3333% - 10px);
    }

    .new-data-plans .months {
        grid-template-columns: 1fr;
    }
  }