.common-tab-component-wrapper {
  border-radius: 15px;
}
.common-tab-component-style-2-wrapper,
.common-tab-component-wrapper{
  overflow: hidden;
}
.common-tab-component-wrapper .date-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #6c757d;
  font-weight: 500;
  padding: 0.75rem 1.25rem 0.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
  text-align: center;
}

.common-tab-component-wrapper .date-tabs .nav-link.active {
  color: white;
  background-color: #EB0A8C;
  border-bottom-color: #EB0A8C;
  border-radius: 10px 10px 0 0;
  height: 100%;
}

.common-tab-component-style-2-wrapper .tab-content p,
.common-tab-component-wrapper .tab-content p {
  margin-bottom: 5px;
}

.common-tab-component-style-2-wrapper .tab-content .tab-pane {
  margin-bottom: 25px;
}

.common-tab-component-style-2-wrapper .tab-content .tab-item-title,
.common-tab-component-wrapper .tab-content .tab-item-title {
  padding: 10px;
  background: #ebf6f9;
}
.common-tab-component-style-2-wrapper .tab-content .tab-item-2-cols,
.common-tab-component-wrapper .tab-content .tab-item-2-cols {
  display: flex;
  padding: 15px 20px;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  border-radius: 10px 10px 0 0;
  gap: 30px;
}

.common-tab-component-style-2-wrapper .tab-content .tab-item-2-cols:nth-of-type(n+2),
.common-tab-component-wrapper .tab-content .tab-item-2-cols:nth-of-type(n+2) {
  border-radius: 0;
}

.common-tab-component-style-2-wrapper .tab-content .tab-item-2-cols:last-of-type,
.common-tab-component-wrapper .tab-content .tab-item-2-cols:last-of-type {
  border-radius: 0 0 10px 10px;
}


.common-tab-component-style-2-wrapper .tab-content .tab-item-2-cols .tab-item-col-1,
.common-tab-component-wrapper .tab-content .tab-item-2-cols .tab-item-col-1 {
  width: 170px;
  display: flex;
  gap: 15px;
}
.common-tab-component-style-2-wrapper .tab-content .tab-item-2-cols .tab-item-col-2,
.common-tab-component-wrapper .tab-content .tab-item-2-cols .tab-item-col-2 {
  flex: 1;
}
.common-tab-component-style-2-wrapper .tab-content .tab-pane .tab-item-2-cols[setbg],
.common-tab-component-wrapper .tab-content .tab-pane .tab-item-2-cols[setbg] {
  background-color: #f8f9fa;
}

.common-tab-component-style-2-wrapper .tab-content .tab-pane .tab-item-col-2 .tab-item-col-2-cta a,
.common-tab-component-wrapper .tab-content .tab-pane .tab-item-col-2 .tab-item-col-2-cta a {
  padding: 7px;
  display: block;
  border: 1px solid transparent;
  background: #EB0A8C;
  border-radius: 25px;
  color: #fff;
  float: left;
  font-size: 14px;
  margin-top: 10px;
  min-width: 210px;
  text-align: center;
}
.common-tab-component-style-2-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-header,
.common-tab-component-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-header {
  display: flex;
  align-items: center;
}
.common-tab-component-style-2-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-header .card-header-text,
.common-tab-component-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-header .card-header-text {
  flex: 1
}
.common-tab-component-style-2-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-body,
.common-tab-component-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-body {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.common-tab-component-style-2-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-body .card-text,
.common-tab-component-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-body .card-text {
  flex: 1;
}
.common-tab-component-style-2-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-body .card-cta a,
.common-tab-component-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-body .card-cta a {
  width: 100%;
  border: 1px solid #4fb1c4;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  color: #4fb1c4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .common-tab-component-style-2-wrapper .tab-content .tab-item-2-cols,
  .common-tab-component-wrapper .tab-content .tab-item-2-cols {
    flex-direction: column;
    gap: 5px;
  }

  .common-tab-component-style-2-wrapper .tab-content .tab-pane .tab-item-col-2 .tab-item-col-2-cta a,
  .common-tab-component-wrapper .tab-content .tab-pane .tab-item-col-2 .tab-item-col-2-cta a {
    width: 100%;
  }
}
.common-tab-component-wrapper .tab-pane .tab-description {
  padding: 15px 20px 0;
}
.common-tab-component-style-2-wrapper .tab-pane .tab-description {
  padding: 15px;
  background: #ebf6f9;
  margin: 30px 0 15px;
  border-radius: 10px;
}

.common-tab-component-style-2-wrapper .tab-pane .tab-description {
  margin: 0 0 15px;
}

.common-tab-component-style-2-wrapper .tab-pane .tab-item-wrapper {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  margin: 0 0 15px;
}
.common-tab-component-style-2-wrapper .tab-content {
  margin-top: 30px;
}
.common-tab-component-style-2-wrapper .tab-pane .tab-item-wrapper .tab-item:first-of-type {
  border-top: 0;
}
.common-tab-component-wrapper .tab-pane .tab-sub-description,
.common-tab-component-style-2-wrapper .tab-pane .tab-sub-description {
  margin: 20px 0 0;
}
.common-tab-component-style-2-wrapper .accordion-nav-wrapper {
  border-bottom: 1px solid #e8e8e8;
}
.common-tab-component-style-2-wrapper .accordion-nav-wrapper .nav-tabs {
  border-bottom: 0;
}
.common-tab-component-style-2-wrapper .accordion-nav-wrapper .nav-tabs .nav-item .nav-link {
  color: #8d8d8d;
  border: 0;
}
.common-tab-component-style-2-wrapper .accordion-nav-wrapper .nav-tabs .nav-link:focus,
.common-tab-component-style-2-wrapper .accordion-nav-wrapper .nav-tabs .nav-link:hover,
.common-tab-component-style-2-wrapper .accordion-nav-wrapper .nav-tabs .nav-link.active {
  color: #eb0a8c !important;
  border: 0;
  border-bottom: 2px solid #eb0a8c !important;
}

@media (max-width: 991px) {
  .tab-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  }
  .tab-scroll-wrapper .nav-tabs {
    flex-wrap: nowrap !important;
    white-space: nowrap;
  }

  .tab-scroll-wrapper .nav-item {
    flex: 0 0 auto;
  }
  .common-tab-component-style-2-wrapper .accordion-nav-wrapper .nav-tabs .nav-item .nav-link {
    padding: 1rem;
    height: 100%;
  }
}
.tab-pane .tab-item-wrapper {
  background-repeat: no-repeat!important;
  background-size: 100% 100% !important;
}
.tab-pane .tab-item-wrapper .tab-item.tab-item-with-cta,
.tab-pane .tab-item-wrapper .tab-item.tab-item-qa {
  margin: 55px auto;
  overflow: hidden;
}
.tab-pane .tab-item-wrapper .tab-item.tab-item-qa .item-qa-item-wrapper {
  margin-top: 20px;
}
.tab-pane .tab-item-wrapper .tab-item.tab-item-qa .item-qa-item {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.tab-pane .tab-item-wrapper .tab-item.tab-item-qa .item-qa-item .item-qa-item-header {
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.tab-pane .tab-item-wrapper .tab-item.tab-item-qa .item-qa-item .item-qa-item-header .left-item {
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
  flex: 1;
}
.tab-pane .tab-item-wrapper .tab-item.tab-item-qa .item-qa-item .item-qa-item-header .right-item a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
}
.tab-pane .tab-item-wrapper .tab-item.tab-item-qa .item-qa-item .item-qa-item-description {
  padding: 0 10px;
  font-size: 14px;
}
.tab-pane .tab-item-wrapper .tab-item.tab-item-with-cta .cta-link-wrapper {
  text-align: center;
  margin: 60px 0;
}

.tab-pane .tab-item-wrapper .tab-item.tab-item-with-cta .cta-link-wrapper .cta-link {
  display: inline-flex;
  align-items: center;
  padding: 12px 55px;
  border-radius: 999px;
  background-color: #4FB1C4;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.tab-pane .tab-item-wrapper .tab-item.tab-item-with-cta .cta-link-wrapper .cta-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #4FB1C4;
  background-color: transparent;
  top: 18px;
  left: -12px;
}

.tab-item-with-cta h2,
.tab-item-qa h2 {
  font-size: 44px;
  line-height: 120%;
  font-family: 'Inter', sans-serif;
  color: #0092AE;
  margin-bottom: 20px;
  text-shadow: -1px 1px 1px #106373;

}

.tab-item-with-cta p,
.tab-item-qa p {
  color: #00000099;
}

@media screen and (min-width: 768px) {
  .width-md-55 {
    width: 55%;
  }
  .tab-pane .tab-item-wrapper .tab-item.tab-item-qa .cta-link-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tab-item-with-cta h2,
  .tab-item-qa h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .tab-pane .tab-item-wrapper .tab-item.tab-item-with-cta,
  .tab-pane .tab-item-wrapper .tab-item.tab-item-qa {
    padding: 40px 20px 0 20px;
  }
  .tab-pane .tab-item-wrapper .tab-item.tab-item-qa .cta-link-sp {
    margin-top: 10px;
    padding: 0 10px;
    display: block;
  }
  .tab-pane .tab-item-wrapper .tab-item.tab-item-with-cta .cta-link-wrapper .cta-link {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
.tab-item-card-img-text-description {
  padding: 15px 20px 10px;
}
.tab-item-card-img-text-items-wrapper {
  padding: 0 20px;
}
.item-card-img-text-item {
  border: 1px solid #D3E7EA;
  border-radius: 10px;
}
.item-card-img-text-item-description {
  padding: 10px 20px 5px;
  font-size: 14px;
}
.custom-table-in-tab td {
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .custom-table-in-tab thead {
    display: block;
  }

  .custom-table-in-tab tbody {
    display: block;
  }

  .custom-table-in-tab tr {
    display: block;
  }

  .custom-table-in-tab th,
  .custom-table-in-tab td {
    display: block;
    width: 100%;
  }
  .tab-horizontal-sp-wrapper ul.nav {
    flex-wrap: nowrap;
  }
  .tab-horizontal-sp-wrapper .common-tab-component-wrapper .date-tabs .nav-link {
    height: 100%;
    padding: 10px;
    font-size: 13px;
  }
}
.like-session-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}
.like-session-wrapper .like-session-count {
  font-size: 14px;
}
.like-session-wrapper svg {
  margin-top: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common-tab-component-wrapper .group-card-in-tabs-items-wrapper .card-in-tabs-item .card-header {
    flex-direction: column;
  }
}
