.advancedTableWrapper {
  padding: 1.25rem 0;
}
.body-wrapper {
  overflow: unset;
}
.tableTopContent {
  padding: 10px 12rem;
  text-align: center;
}

.tableTopContent p:last-of-type {
  margin-bottom: 0;
}

.tableWrapper {
  margin: 10px 0;
  position: relative;
}

.table-headers-container {
  -ms-overflow-style: none;
  display: flex;
  overflow-y: hidden;
  position: sticky;
  scrollbar-width: none;
  top: 80px;
  z-index: 1;
  --tw-shadow: 0 2px 0 0 #253081 !important;
  --tw-shadow-colored: 0 2px 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.activeSubmenu .table-headers-container {
  top: 144px;
}


.table-cols-container > div.highlighted .entry,
.table-headers-container>.track.highlighted {
  background: #F5F5F7;
  border-left-color: #253081;
}
.tableTopContent p {
  margin: 0;
}

.table-cols-container > div.highlighted + .track .entry,
.table-headers-container>.track.highlighted + .track {
  border-left-color: #253081;
}
.border_bottom .table-cols-container .column-item:last-child {
  border-bottom: 2px solid #253081;
}
.table-headers-container>.track.highlighted {
  position: relative;
  left: 1px;
  border-right: 1px solid #253081;
}
.bottomContent p {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 0;
}
.table-cols-container .column-item:last-child {
  height: 13rem;
}
.table-headers-container > .track {
  border: 0;
  flex: 1 1 0%;
  height: 100%;
  scroll-snap-align: start;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-left: 1px rgb(221 221 221 / var(--tw-border-opacity));
  border-style: solid;
  min-width: 110px;
}

.table-headers-container > .track:first-child {
  border: 0;
  flex: 2.5;
  text-align: left;
}

.table-headers-container > .track .heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  height: 10rem;
  justify-content: center;
  line-height: 28px;
  padding: 10px 1.25rem;
}

.table-headers-container > .track:first-child > .heading {
  align-items: self-start;
  justify-content: flex-end;
}

.table-cols-container {
  display: flex;
}

.table-cols-container > div {
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
}

.table-cols-container > div:first-child {
  flex: 2.5;
}

.table-cols-container i {
  font-size: 1.5rem;
  line-height: 2rem;
}

.table-cols-container .fa-square-xmark {
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
}

.table-cols-container .column-item {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
}

.table-cols-container > div .entry {
  width: 100%;
}
.table-cols-container .column-item .max-h-full {
  max-height: calc(100vh - (100vh - 9rem));
  overflow: auto;
}
.table-cols-container > div:first-child .column-item {
  font-weight: 400 !important;
  justify-content: start !important;
  text-align: left !important;
}

.table-cols-container > div .entry > div {
  border-bottom: 1px solid #e5e7eb;
}

.table-cols-container > div:not(:first-child) > div {
  min-width: 110px;
  border-left: 1px solid #dddddd;
}





.tableButton {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.tableButton a {
  margin-left: .5rem;
  margin-right: .5rem;
  min-width: 265px;
  color: #fff;
  background-color: #e50046;
  border: 3px solid #e50046;
  line-height: 18.78px;
  padding: 20.5px 62.5px 20.5px 25px;
  text-decoration: none;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
.tableButton a:after {
  font-size: 1.5rem;
  line-height: 2rem;
  right: 1.25rem;
  position: absolute;
  top: 1px;
  height: 100%;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f0a9";
  display: flex;
  align-items: center;
}
.tableButton a:hover {
  color: #e50046;
  background-color: #fff;
}
.tableButton a.btn-primary {
  color: rgb(112, 45, 144);
  background: none;
  border-color: rgb(112, 45, 144);
}
.tableButton a.btn-primary:hover {
  color: #fff;
  background: rgb(112, 45, 144);
}
.table-cols-container i.fa-square-check {
  color: #253081;
}
.table-cols-container .column-item p {
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.table-cols-container > div:first-child .column-item p {
  font-weight: 400;
  text-align: left;
}


@media (max-width: 1023px) {
  .tableButton a {
    width: 100%;
  }
  .table-headers-container > .track .heading {
    font-size: 18px;
    line-height: 26px;
  }
  .table-cols-container>div:first-child .column-item p {
    font-size: 18px;
    line-height: 26px;
  }

  .table-cols-container .column-item p {
    font-size: 18px;
    line-height: 26px;
  }
  .activeSubmenu .table-headers-container {
    top: 80px;
  }
  .tableTopContent {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .activeSubmenu .table-headers-container {
    top: 0;
  }
  .table-cols-container>div:first-child {
    flex: 2;
  }
  .providers-table {
    width: 800px;
  }
  .tableWrapper {
    overflow: auto;
  }
  .table-headers-container>.track:first-child {
    flex: 2;
  }

  .table-headers-container>.track .heading {
    font-size: 18px;
    line-height: 24px;
    word-break: normal;
  }

  .table-cols-container .column-item {
    height: 6rem;
  }
  
  .table-headers-container .heading {
    height: 6rem !important;
}
  
  .table-cols-container .column-item:last-child {
    height: 6rem;
}
  .table-cols-container .column-item p, 
  .table-cols-container>div:first-child .column-item p,
  .table-headers-container>.track .heading {
    font-size: 18px;
    line-height: 24px;
  }
  .table-cols-container .column-item {
    padding: 0 11px;
    word-break: normal;
    overflow-x: auto;
  }

  .table-cols-container>div:first-child .column-item {
    padding: 0 1.25rem;
  }
}
.text-primary-purple {
    color: #35AA52;
}

.text-primary-charcoal {
    color: #E50046;