.packstable table{
  border: 0;
}
.packstable .table-wrapper {
  padding: 20px;
  overflow-x: auto;
}

.packstable table {
  width: 100%;
  border-collapse: collapse;
}

.packstable th,
.packstable td {
  border-bottom: 1px solid #f1f2f4 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 10px;
  text-align: center;
}

.packstable th {
  border-top: 0;
  
}

.packstable thead th {
  border-radius: 0.5rem 0.5rem 0 0;
}


.packstable tbody tr th:first-child {
  /*! border-left: 1px solid #f1f2f4 !important; */
}
.packstable tr td:first-child {
  /*! border-left: 1px solid #f1f2f4 !important; */
}

.packstable tbody tr th:last-child {
  /*! border-right: 1px solid #f1f2f4 !important; */
}
.packstable tr td:last-child {
  /*! border-right: 1px solid #f1f2f4 !important; */
}

.packstable thead tr:first-child th {
  border-left: 0;
}

.packstable thead tr:last-child th {
  border-right: 0;
}
.packstable thead th {
  background-color: #fff;
  border-bottom: 0 !important;
  /*color: white;*/
  padding: 30px 10px !important;
}

.packstable tbody {
  box-shadow: 0 0 0 1px #f1f2f4;
  border-radius: 0.5rem;
}

.packstable tbody tr:last-child td{
border-bottom: 0 !important;
  }

.packstable .start-button{
  color: #2575FC;
  background: transparent;
  padding: 0.6rem 1rem;
  border: 2px solid #2575FC;
  border-radius: 5px;
  font-size: 0.9rem;
}

.packstable .start-button:hover{
  color: #FFF;
  background: #2575FC;  
}


.packstable .check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><circle cx='13' cy='13' r='13' fill='%232ECC71'/><path d='M19 9L11.5 16.5L7 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.packstable .mobile .check,
.packstable .mobile .null {
  margin-right: 40px;
}

.packstable .mobile .text {
  min-width: 59px;
  text-align: left;
  font-size: .65rem;
  font-weight: 600;
  color: #838384;
  width: min-content;
}

.packstable .mobile p {
  text-align: left;
  font-size: .70rem !important;
  font-weight: 600;
  color: #838384;
}

.packstable .null {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'><rect width='12' height='2' rx='1' fill='%23BDBDBD'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.packstable .title {
  text-align: left;
  padding: 1.25rem;
  font-size: 1.125rem;
}

.packstable .label {
  text-align: left;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  color: #838384;
}

.packstable thead tr th p {
  color: #838384;
  margin-top: 5px;
  font-size: 0.65rem;
}

.packstable thead tr th p .price,
.packstable .mobile .pack p .price {
  color: #0092fe;
  font-size: 1.2rem;
}

.packstable .mobile .pack {
  font-weight: 600;
  text-align: center;
}

.packstable .mobile .pack p {
  text-align: center;
  display: block;
  margin-top: 0;
}

.packstable td.text {
  color: #838384;
  font-size: .70rem;
}

/* Swiper style mobile */
.packstable .mobile {
  display: none;
  padding: 20px;
}

.packstable .swiper-slide {
  background: #fff;
  border: 1px solid #f1f2f4;
  border-radius: 8px;
  padding: 20px 0px;
}

.packstable .swiper-slide h3 {
  margin-top: 0;
  color: #0092ff;
}

@media (max-width: 768px) {
  .packstable .desktop {
    display: none;
  }
  .packstable .mobile {
    display: block;
  }
}

.packstable .swiper-slide h3 {
  font-size: 1.3rem;
  color: #0092ff;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #f1f2f4;
  padding-bottom: 0.25rem;
}
.packstable .swiper-slide h4 {
  font-size: 1rem;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  color: #333;
  font-weight: bold;
}

.packstable .swiper-slide {
  background: #fff;
  border: 1px solid #f1f2f4;
  padding: 20px 0;
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.packstable .swiper-slide h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #0092ff;
  text-align: center;
}

.packstable .swiper-slide .plan-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0092ff;
  text-align: center;
  margin: 0;
}

.packstable .swiper-slide .plan-desc {
  font-size: 0.85rem;
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}

.packstable .swiper-slide h4 {
  font-size: 1rem;
  margin: 1.2rem 0 0.5rem;
  color: #333;
  font-weight: bold;
  padding-left: 20px;
  border-bottom: 1px solid #f1f2f4;
  padding-bottom: 15px;
}

.packstable .swiper-slide p {
  font-size: 0.9rem;
  margin: 6px 0;
  display: flex;
  align-items: center;
  padding: 5px 0px 5px 20px;
  border-bottom: 1px solid #f1f2f4;
}

 .table-wrapper.desktop table th:nth-child(3),
  .table-wrapper.desktop table td:nth-child(3){
    background-color: #0092fe0f;
  }