.select-alt-table {
  margin-top: 60px;
}
.table-header {
  display: grid;
  grid-template-columns: 40% repeat(5, 1fr);
  border: 1px solid black;
  position: sticky;
  top: 0;
  background-color: white;
}
.table-header-item {
  padding: 24px 15px;
  font-size: 18px;
  font-weight: 500;
}
.table-header-item:not(:last-child) {
  border-right: 1px solid black;
}
.table-header-item:not(:first-child) {
  text-align: center;
}
.header-sub {
  color: var(--purple-color);
}
.header-advanced {
  background-color: #e9d7f1;
}
.header-pro {
  background-color: var(--purple-color);
  color: white;
}
.table-body-list {
  display: grid;
  grid-template-columns: 40% repeat(5, 1fr);
  border: 1px solid black;
}
.table-body-first-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.table-body-first-icon {
  max-width: 40px;
}
.table-body-first-icon img {
  max-height: 55px;
}
.table-body-item:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
}
.table-body-item:first-child {
  align-items: center;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
}
.table-body-note{
  font-size: 14px;
  opacity: 0.7;
  font-weight: 400;
  font-style: italic;
  margin-top: -4px;
}
.table-body-item:not(:last-child) {
  border-right: 1px solid black;
}
.table-body-item:not(:first-child) {
  text-align: center;
}
.table-check-icon {
  max-width: 25px;
}
.table-retail-text {
  font-size: 20px;
  font-weight: 600;
  text-decoration: line-through;
}
.table-sub-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--purple-color);
}
.toggle-btn {
  display: flex;
  align-items: center;
  column-gap: 8px;
  background-color: transparent;
  border: none;
  margin-top: 25px;
}
.toggle-btn img {
  width: 20px;
}

.table-close {
  animation-duration: 0.3s;
  transition: height 0.3s ease;
  overflow: hidden;
  height: 0px;
}
.table-mobile-header {
  display: none;
}
.subscription-packet-flex {
  position: relative;
}
.subscription-packet-path {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 200px;
  z-index: 10;
}
.subscription-packet-flex {
  position: relative;
}
.subscription-packet-path {
  position: absolute;
  top: -70px;
  right: -40px;
  max-width: 160px;
}
@media only screen and (max-width: 992px) {
  .table-body-note{
    font-size: 12px;
    margin-top: 0px;
  }
  .subscription-packet-path {
    display: none;
  }
  .table-mobile-sta div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-mobile-header {
    display: grid;
    grid-template-columns: 36.8% repeat(3, 1fr);
    border: 1px solid black;
    position: sticky;
    top: 0px;
  }
  .table-header {
    display: none !important;
  }
  .table-mobile-advenced {
    background-color: #dfd0e6;
  }

  .table-mobile-advenced div:not(.exclude-this):nth-child(1) {
    text-align: center;
  }
  .table-mobile-sta {
    background-color: white;
    text-align: center;
  }
  .table-mobile-pro {
    background-color: var(--purple-color);
    text-align: center;
    color: white !important;
  }
  .table-mobile-pro div {
    color: white !important;
  }
  .table-mobile-header div:nth-child(1) {
    padding: 15px 10px;
    font-weight: 600;
  }
  .table-mobile-header div:nth-child(2) {
    border-left: 1px solid black;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 500;
  }
  .table-mobile-header div:nth-child(3) {
    border-left: 1px solid black;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 500;
  }
  .table-mobile-header div:nth-child(4) {
    border-left: 1px solid black;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .table-mobile-pro div:nth-child(2) {
    border-color: white;
  }
  .table-close {
    height: auto !important;
  }
  .table-header {
    grid-template-columns: 40% repeat(3, 1fr);
  }
  .header-advanced {
    display: none;
  }
  .header-pro {
    display: none;
  }
  .table-body-first-bg span {
    word-break: break-word;
  }
  .table-mobile-header div:nth-child(4) {
    word-break: break-word;
  }
  .table-body-list div:nth-child(4) {
    display: none;
  }
  .table-body-list div:nth-child(5) {
    display: none;
  }
  .table-body-list {
    grid-template-columns: 37% repeat(3, 1fr);
  }
  .table-body-first-icon {
    display: none;
  }
  #table-content {
    display: block !important;
  }
  .toggle-btn {
    display: none !important;
  }
  .select-alt-table {
    max-height: 450px;
    overflow-y: auto;
    position: relative;
  }
  .table-header-item {
    font-size: 15px;
  }
  .table-sub-text {
    font-size: 16px;
  }
  .table-retail-text {
    font-size: 16px;
  }
  .table-body-first-bg {
    font-size: 15px;
  }
  .table-header-item {
    padding: 16px 10px;
  }
  .table-body-item:not(:first-child) {
    padding: 12px 7px;
  }
  .table-body-item:first-child {
    padding: 12px 7px;
  }
  .table-check-icon {
    max-width: 18px;
  }
  .table-mobile-pro div {
    border-color: white !important;
  }
}
@media only screen and (max-width: 576px) {
  .table-retail-text {
    font-size: 14px;
  }
  .table-sub-text {
    font-size: 14px;
  }
  .table-body-first-bg {
    font-size: 13px;
  }
  .table-mobile-header div:nth-child(2) {
    font-size: 12px;
    padding: 10px 5px;
    min-width: 63px;
    text-align: center;
  }
  .table-mobile-header div:nth-child(1) {
    font-size: 12px;
    padding: 10px 5px;
    text-align: center;
  }
  .table-mobile-header div:nth-child(4) {
    font-size: 12px;
    padding: 10px 3px;
    text-align: center;
  }
  .table-mobile-header div:nth-child(3) {
    font-size: 12px;
    padding: 10px 5px;
    min-width: 65px;
    text-align: center;
  }
  .table-mobile-header div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-body-item:not(:first-child) {
    padding: 11px 5px;
  }
  .table-body-item:not(:first-child) {
    padding: 11px 5px;
  }
  .table-sub-text {
    font-size: 14px;
    min-width: 55px;
  }
  .table-retail-text {
    font-size: 14px;
    min-width: 53px;
    display: block;
  }
  .table-body-item:not(:first-child) {
    padding: 11px 5px;
  }
  .table-body-item:first-child {
    padding: 10px 5px;
  }
}
