.pricing-table table td:not(.title) {
  /* border-right: 1px solid #47566A !important; */
}
.pricing-table table th {
  border: 0 !important;
}
.light_theme .pricing-table table td {
  border-color: #e1e7f0 !important;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0 !important;
}
.pricing-table {
  /* border: 1px solid red; */
  /* green #08c26c */
  /* green2 #0AB062 */
  /* darker blue #1a202c */
  /* dark blue #1b2430 */
  /* lighter blue #1b2532 */
  /* lighter2 blue #1c2734 */
  /* light blue #263447 */
  /* background: #1a202c; */
  /* font-family: "Inter", Sans-serif; */
  align-items: center;
  color: #fff;
  margin: 0 auto 50px;
  font-size: 1.12em;
  display: flex;
  flex-direction: column;
  /* padding-top: 90px; */
  /* gap: 0.75rem; */
  max-width: 100vw;
}

.pricing-table h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.light_theme .pricing-table p {
  color: #ffffff;
}

.pricing-table .main-desc {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 8px;
}
.light_theme .pricing-table .main-desc {
  color: #1b232f;
}

.pricing-table h4 {
  font-weight: 600;
}

.pricing-table p {
}

/* media query below 600px */
.pricing-table .sticky-menu {
  /* gap: 2rem; */
  /* position: sticky; */
  position: static;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100%;
  z-index: 20;
  padding: 15px 0;
}

.pricing-table .sticky-menu > a.btn {
  font-size: 1.066664em;
  margin: 0 !important;
}

.pricing-table .table td.details {
  line-height: 1.1;
}

.pricing-table .table td.details > div {
  position: relative;
}

.pricing-table .table td.details > div::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  width: 1px;
  left: -11px;
  top: -13px;
  background: #47566a;
}

.pricing-table .table td.details > div::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  width: 1px;
  right: -12px;
  top: -13px;
  background: #47566a;
}
.pricing-table .table td.details.col-n0 > div::before {
  display: none;
}
.pricing-table .table td.details.col-n0 > div::after {
  display: none;
}
.pricing-table .table td.details.col-last > div::after {
  display: none;
}
.pricing-table .table.columns-3 td.details.col-last > div::before {
  display: none;
}

.light_theme .pricing-table .table td.details {
  border-color: #e1e7f0 !important;
}

.pricing-table .filters {
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}

.pricing-table .filters li {
  width: 33.33%;
}

/* if it's last column, do not add border to the cell */
.pricing-table .table td.details:last-child {
  border-right: 0 !important;
}

.pricing-table .table-scroll {
  overflow-x: auto;
  width: 100%;
  border: 1px solid #47566a;
  border-radius: 20px;
  overflow-y: hidden;
}
.light_theme .pricing-table .table-scroll {
  border-color: #e1e7f0 !important;
}

.w-\[50vw\] {
  width: 52vw;
}

.pricing-table .left-0 {
  left: 0;
}

.pricing-table .stick {
  position: sticky !important;
}

.pricing-table .p-0 {
  padding: 0 !important;
}

.pricing-table .p-2 {
  padding: 0.5rem !important;
}

.pricing-table .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pricing-table .gap-3 {
  gap: 0.75rem !important;
}

.pricing-table .sticky-menu.gap-3 {
  gap: 0 !important;
}

.pricing-table .gap-4 {
  gap: 1rem;
}

.pricing-table .pb-4 {
  padding-bottom: 1rem;
}

.pricing-table .px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.pricing-table .mt-2 {
  margin-top: 0.5rem;
}

.pricing-table .w-\[150\%\] {
  width: 100%;
}

.pricing-table .w-\[200\%\] {
  width: 200%;
}

.pricing-table .cursor-pointer {
  cursor: pointer;
}

.pricing-table .arrow-buttons-wrp {
  width: 49vw;
  position: absolute;
  right: 0;
  top: 66px;
}

.pricing-table .arrow-buttons-sticky {
  display: flex;
  justify-content: space-around;
  position: sticky;
  align-items: center;
}

.pricing-table .arrow-buttons-sticky > div, .logo-table p {
  color: #ffff;
  font-size: 20.9664px;
}
.light_theme .pricing-table .arrow-buttons-sticky > div,
.light_theme .pricing-table .table td.details p,
.light_theme .pricing-table .table td.details p span,
.light_theme tr.pricing-table-row td.title > div,
.light_theme .pricing-table .table td small,
.light_theme .pricing-table .table td.details p strong {
  color: #1b232f;
}

.pricing-table .arrow-buttons {
  font-size: 0.9em;
  color: #fff !important;
}

.arrow-buttons.fa-chevron-left {
  padding-left: 9px;
}

.pricing-table .logo-table {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pricing-table .logo-table img {
  height: 44px;
  width: auto;
  max-width: 100%;
}
.light_theme .pricing-table .logo-table img {
  filter: brightness(0);
}

.pricing-table .logo-table p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: none;
}
.light_theme .pricing-table .logo-table p {
  color: #1b232f;
}

.pricing-table .row-border {
  /* border-bottom: 1px solid #263447; */
}

.pricing-table table tbody tr:first-child {
  border-top: 1px solid #263447;
}

.pricing-table table tbody tr:last-child {
  /* border-bottom: 1px solid #263447; */
}

.pricing-table .intro {
  margin-top: 50px;
  width: 100%;
  background-color: #1b2532;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-table .intro p {
  /* font-size: 0.8em !important; */
  margin-bottom: 2rem;
}

.pricing-table .intro h2 {
  /* font-size: 1.3em !important; */
  margin-top: 0;
}

.pricing-table h4 {
  margin: 0;
}

.pricing-table ul {
  /* border: 1px solid red; */
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.pricing-table ul li{
    list-style-type: none !important;
}

.pricing-table ul li button {
  border: 1px solid;
  padding: 0.3rem 1rem;
  width: 100%;
}

.pricing-table img.logo {
  max-width: 150px;
}

.pricing-table .btn {
  background-color: transparent;
  min-width: 33%;
  cursor: pointer;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  position: relative;
  border-width: 2px;
  border-color: #00af66;
  padding: 0.6rem 0.5rem;
  transition: color 0.2s ease-in-out, background-color 0.2s linear,
    border-color 0.2s ease-in-out;
}
body.light_theme .pricing-table .btn,
body.light_theme .pricing-table .btn > span {
  color: #212529;
}

.pricing-table .btn div.hidden {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  color: #0ab062;
  top: -12px;
  left: 4px;
  font-size: 0.7em;
  border: 2px solid #0ab062;
  width: auto;
  height: 20px;
  display: flex;
  text-transform: uppercase;
  opacity: 1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  padding: 0 7px;
}

.pricing-table .btn.success {
  background-color: #08c26b;
  box-shadow: 0px 4px 10px rgba(8, 194, 107, 0.25);
}

.pricing-table .btn.success.pricing-table-submit.w-full {
  width: 50%;
  margin: auto;
}

.pricing-table .btn.w-full.outlined,
.pricing-table .btn.w-full.outlined:hover,
.pricing-table .btn.w-full.outlined:focus {
  width: 50%;
  margin: auto;
  padding: 0;
  border: 0;
  color: #0ab062;
  font-weight: 700;
  line-height: 1;
  margin: 15px auto;
  background: transparent;
}

.pricing-table .btn.selected {
  background-color: #0ab062;
  color: #fff;
  border-color: transparent;
}

.pricing-table .btn:hover {
  background-color: #08c26b;
  box-shadow: none;
}

.pricing-table .btn.success:hover {
  /* background-color: #08c26b; */
  color: #fff;
}

.pricing-table .table td .link {
  cursor: pointer;
  color: inherit;
}

.pricing-table .table-wrp {
  /* background-color: #1b2532; */
  width: 100%;
  margin-bottom: 1.875rem;
}

.pricing-table .table {
  margin-bottom: 0;
}

.table-scroll .table tbody {
  border: none;
}

.pricing-table .table th.title {
  z-index: 10;
  height: 80px;
  padding: 8px 10px !important;
}

.pricing-table .table th {
  /* width: 33% !important; */
  text-transform: uppercase;
  vertical-align: middle;
}

.table-wrp2 .table-wrp table thead tr th.w-\[50vw\].lg\:w-\[33\%\] {
  padding: 8px 10px !important;
  background: #1b232f !important;
}
.light_theme
  .table-wrp2
  .table-wrp
  table
  thead
  tr
  th.w-\[50vw\].lg\:w-\[33\%\] {
  background: #e1e7f0 !important;
}
.light_theme th.w-\[50vw\].lg\:w-\[50\%\],
.light_theme th.w-\[50vw\].lg\:w-\[25\%\] {
  background: #e1e7f0 !important;
}

.pricing-table .available-title {
  font-size: 1.325em;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  padding: 0;
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.pricing-table .available-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #263447;
  z-index: -1;
}

.available-title span {
  background: #1b2532;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.light_theme .available-title span {
  color: #1b2532;
  background: #ffffff;
}

.pricing-table .platforms {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.pricing-table .platforms .platform-type {
  margin-bottom: 12px;
  /* margin-right: 0.5rem; */
}

ul.platform-list {
  /* margin-right: 0.5rem; */
}

.pricing-table .platforms .platform-type h5 {
  font-weight: 600;
  text-transform: uppercase;
}
body.light_theme .pricing-table .platforms .platform-type h5 {
  color: #ffffff;
}

.pricing-table .platforms .platform-type,
.pricing-table .platforms .platform-list {
  background: #344051;
  min-height: 50px;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pricing-table .platforms .platform-list {
  display: flex;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 10px;
  height: 70px;
  margin-bottom: 24px;
}
.pricing-table .platforms .platform-list li {
  height: 100%;
  flex: 0 0 calc(23% - 16px);
  min-width: 0; /* Prevent flex items from growing beyond the container */
  position: relative;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-table .platforms .platform-list li:not(:first-child)::before {
  content: "";
  height: 100%;
  width: 2px;
  background: rgba(217, 217, 217, 0.2);
  position: absolute;
  left: -10px;
  top: 0;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.pricing-table .platforms .platform-list img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.text-center {
  text-align: center;
}

.pricing-table .table td.details p {
  color: #fff;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.183;
  font-weight: 700;
}

.pricing-table .table td.details p span {
  color: #fff;
  font-weight: 400;
}

.pricing-table .table td.details p strong {
  font-weight: 700;
  color: #fff;
}

.pricing-table .table tr {
  cursor: pointer;
}

.pricing-table .table tr td.col-n0,
.pricing-table .table tr td.col-n2 {
  background-color: #1c2734 !important;
}

.pricing-table .table tr td {
  /* border-bottom: 1px solid #263447; */
  padding: 5px 10px;
  vertical-align: middle;
}

tr.pricing-table-row td.title > div {
  display: flex;
  gap: 0.55rem;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  align-items: center;
  font-weight: 600;
}

.pricing-table .table tr.open td {
  /* border-bottom: 1px solid #263244; */
}

.pricing-table .table td.description {
  padding: 0;
  position: sticky;
  left: 0;
  background-color: #1b2430;
}
.light_theme .pricing-table .table td.description {
  background-color: #e1e7f0;
}

.pricing-table .table tr td.description p {
  overflow: hidden;
  height: auto;
  transition: max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
  max-height: 0px;
  margin: 0 25px;
  /* max-width: 100vw; */
}
.light_theme .pricing-table .table tr td.description p {
  color: #1b232f;
}

.pricing-table .table tbody tr {
  /* border-left: 1px solid #263447 !important; */
  /* border-right: 1px solid #263447 !important; */
}
.light_theme .pricing-table .table tbody tr {
  border-color: #e1e7f0 !important;
}

.pricing-table .table tbody tr.odd td {
  background: #344051 !important;
}
.light_theme .pricing-table .table tbody tr.odd td {
  background: #f3f3f3 !important;
}

.table-wrp2
  .table-wrp
  table
  thead
  tr
  th.w-\[50vw\].lg\:w-\[33\%\]:nth-child(2) {
  /* border-left: 1px solid #47566A !important; */
  /* border-right: 1px solid #47566A !important; */
}
.light_theme
  .table-wrp2
  .table-wrp
  table
  thead
  tr
  th.w-\[50vw\].lg\:w-\[33\%\]:nth-child(2) {
  border-color: #e1e7f0 !important;
}

.pricing-table .table tbody tr.even td {
  background: #263140 !important;
}
.light_theme .pricing-table .table tbody tr.even td {
  background: #ffffff !important;
}

.pricing-table .table tbody tr.pricing-table-row:not(.hidden):not(.mobile) td {
  height: 70px;
  /* width: 25%; */
}

.pricing-table .table tr td.description {
  border-right: 0px !important;
}
.pricing-table .table tr td.description + td {
  border-left: 0px !important;
}
.pricing-table .table tr.open td.description p {
  max-height: 150px;
  margin: 25px 25px;
  transition: max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.pricing-table .table td p {
  margin: 0;
  padding: 0;
  /* font-size: 0.8em; */
}

.pricing-table .table .row td.title {
  height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px;
  vertical-align: middle;
}

.pricing-table .table .row td.title > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  gap: 0.55rem;
  vertical-align: middle;
  align-items: center;
}

.pricing-table .table .row td.col:last-child {
  border-right: 1px solid #263447 !important;
}

.pricing-table .table td small {
  font-size: 1.125em;
  font-weight: 400;
  color: #adadad;
}

.pricing-table .table tr.text-white td small {
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 400;
}

.pricing-table table td i {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  opacity: 0.5;
  /* font-size: 0.7em; */
}
.light_theme .pricing-table table td i {
  color: #1b232f !important;
}

.pricing-table table tr:hover i {
  opacity: 1;
}

.table-wrp2 {
  display: flex;
  gap: 0;
}

.table-wrp2 > .btn {
  text-align: center;
}

.table-wrp2 > .btn.success,
.table-wrp2 > .btn.outlined {
  font-size: 1.066664em;
}

body.light_theme .table-wrp2 > p {
  color: #000000 !important;
}

.table-wrp2 > p {
  line-height: 1.5;
  font-weight: 400;
  font-size: 14.336px;
  color: #b7c9e3 !important;
  font-weight: 400;
  margin: 0 0 60px;
}

.table-wrp2 > p small {
  font-size: 11.4688px;
}

.elementor[data-elementor-type="header"] {
  position: relative;
  z-index: 10;
}

.elementor[data-elementor-type="wp-page"] {
  position: relative;
  z-index: 1;
}

.pricing-table i {
  opacity: 1;
  transition: opacity 0.3s ease-out, display 0.3s ease-out 0.3s;
}

.pricing-table .hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-out, display 0.3s ease-out 0.3s;
}

.arrow-buttons.hidden {
  display: block;
  visibility: hidden;
}

.pricing-table .flex {
  display: flex;
}

.pricing-table .flex-col {
  flex-direction: column;
  gap: 0.5rem;
}

.pricing-table td a {
  color: #fff;
  text-decoration: underline;
}
.light_theme .pricing-table td a {
  color: #1b232f;
}

.pricing-table td a:hover {
  color: #aaa;
}

.items-center {
  align-items: center;
  text-align: center;
}
.pricing-table .pt-3 {
  padding-top: 0.75rem !important;
}

.strikethrough {
  text-decoration: line-through;
  color: #aaa;
}

.ping {
  background: #fff;
  border-radius: 50%;
  border: 50px solid #222;
  width: 20px;
  height: 20px;
  animation: load 1.5s ease-out infinite;
}

td.new {
  position: relative;
}

td.details > div {
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
td.new > div {
  border: 2px solid #0ab062;
  /* position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px; */
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem;
  min-height: 44px;
}
td.new > div:before {
  content: "NEW";
  position: absolute;
  background: rgba(255, 255, 255, 1);
  color: #0ab062;
  top: 0px;
  left: 12px;
  font-size: 0.7em;
  border: 2px solid #0ab062;
  width: auto;
  height: 20px;
  display: flex;
  text-transform: uppercase;
  opacity: 1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  padding: 0 7px;
}

span.new {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  color: #0ab062;
  left: 12px;
  font-size: 0.7em;
  border: 2px solid #0ab062;
  width: auto;
  height: 20px;
  display: flex;
  text-transform: uppercase;
  opacity: 1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  padding: 0 7px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pricing-table .info-box {
  background: #344051;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  gap: 20px;
  height: 100%;
  margin-right: 0.5rem;
}
.light_theme .pricing-table .info-box {
  background: #f3f3f3;
}

.pricing-table .info-box .infor-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #00af66;
  aspect-ratio: 1;
  border-radius: 8px;
}

.pricing-table .info-box .infor-box-img img {
  max-height: 100%;
  max-width: 100%;
}

.pricing-table .info-box .infor-box-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.pricing-table .info-box .infor-box-content .info-box-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: white;
}
.light_theme .pricing-table .info-box .infor-box-content .info-box-title {
  color: #1b232f;
}
.pricing-table .table .pricing-table-row td.title > div::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 1px;
  right: 0px;
  top: 0px;
  background: #47566a;
}

input:disabled + label {
  opacity: 0.4;
  cursor: default !important;
}

@keyframes load {
  0% {
    background: #fff;
    border: 0px solid #fff;
  }
  50% {
    background: #fff;
    border: 100px solid #222;
  }
  100% {
    background: #fff;
    border: 0px solid #222;
  }
}

@media (max-width: 1199px) {
  .pricing-table .info-box {
    gap: 15px;
    height: calc(100% - 12px);
    margin-bottom: 12px;
  }
  .pricing-table .info-box .infor-box-img {
    flex: 0 0 28%;
    max-width: 100px;
  }
  .pricing-table .info-box .infor-box-content .info-box-title {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none !important;
  }
  .columns-2 .md\:hidden-2col {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .columns-3 .lg\:hidden-3col {
    display: none !important;
  }
  .pricing-table .table tr:hover td:not(.description) {
    background-color: #26344787 !important;
  }
  .light_theme .pricing-table .table tr:hover td:not(.description) {
    background-color: #e9e9e9 !important;
  }

  .lg\:min-w-\[200px\] {
    min-width: 200px !important;
  }

  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:table-row {
    display: table-row !important;
    opacity: 1 !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .arrow-buttons {
    visibility: hidden;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-\[25\%\] {
    width: 25%;
  }

  .lg\:w-\[33\%\] {
    width: 33%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:p-2 {
    padding: 0.5rem !important;
  }
}

.table-borders {
  display: none;
}
@media (max-width: 1024px) {
  .pricing-table .table.columns-3 .pricing-table-row td.title > div::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    width: 19px;
    right: 0px;
    top: -7px;
    box-shadow: 8px 0 10px -5px rgba(0, 0, 0, 0.5);
    background: none;
  }

  .pricing-table .table td.details > div::before {
    bottom: -13px;
    top: -13px;
  }
  .pricing-table .table td.details p {
    font-size: 16px;
  }

  .pricing-table .table td.details small {
    font-size: 15px;
  }
  .pricing-table .table .pricing-table-row td.title > div {
    font-size: 16px;
  }
  .pricing-table .filters {
    gap: 8px;
  }
  .pricing-table .btn.success.pricing-table-submit.w-full {
    width: 100% !important;
  }
  .pricing-table .filters li {
  }
  .pricing-table .filters li .btn {
    width: auto;
    font-size: 12px;
    min-height: 50px;
    line-height: 1;
  }
  #pricing-table-root {
    padding: 10px;
    /*         margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
        margin-left: calc(var(--wp--style--root--padding-left) * -1) !important; */
    min-width: 100% !important;
  }
  .pricing-table .platforms .platform-list li {
    display: block;
    overflow: hidden;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pricing-table .table .pricing-table-row td.title > div {
    white-space: wrap !important;
  }

  .pricing-table .table tr.mobile td.empty {
    padding: 0 !important;
  }
  .pricing-table .table tr.mobile td.description p {
    /* width: calc( 100vw - 70px ); */
    margin-right: calc(-49vw + 70px);
  }

  .pricing-table .table tr.mobile {
    /* border-bottom: 1px solid #263447 !important; */
    /* border-left: 1px solid #263447 !important; */
  }

  .pricing-table .table tr {
    border-right: 0 !important;
  }
  .pricing-table .table .pricing-table-row td.col:last-child {
    border-right: 0 !important;
  }

  .pricing-table .table tr.mobile td {
    background: #1c2734 !important;
  }
  .pricing-table .table tr.open td.left-0 {
    /* background: #1c2734 !important; */
  }

  .table-borders {
    display: block;
    /* border-left: 1px solid #263447; */
    /* border-right: 1px solid #263447; */
    position: absolute;
    left: 1px;
    right: 1px;
    top: 62px;
    bottom: 0;
    height: 100%;
    z-index: -1;
  }

  .pricing-table .table .pricing-table-row {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .pricing-table .table .row td.col-visible {
    /* border-right: 1px solid #263447 !important; */
  }

  .pricing-table .table tr td {
    padding: 10px;
  }

  .pricing-table .table tr td.col-n1 {
    /* background-color: rgba(255, 255, 255, 0.03) !important; */
    /* background-color: #1d2937 !important; */
    background-color: #1c2734 !important;
  }
  .pricing-table .table {
    border-left: 0;
  }

  .pricing-table .filters .btn {
    min-width: 100%;
    padding: 0.3rem 0.2rem;
  }

  .table-wrp2 .table-wrp table thead tr th.w-\[50vw\].lg\:w-\[33\%\] {
    width: 33.33%;
    line-height: 1.5;
    position: static;
  }

  .pricing-table .table tr td {
    z-index: 1 !important;
  }

  .pricing-table .table tr td {
    background-color: #1b2532 !important;
    /* background-color: rgba(255, 255, 255, 0.03) !important; */
  }

  .pricing-table .sticky-menu {
    top: 0px !important;
    /* padding-top: 15px; */
  }

  .pricing-table .table .pricing-table-row td.title {
    white-space: normal;
    line-height: 1.2;
  }

  .pricing-table .table td.details {
    /* border-right: 0 !important; */
    /* border-left: 0 !important; */
  }

  .pricing-table .logo-table p {
    line-height: 1.5;
  }
}

@media (max-width: 800px) {
  .sticky-menu {
    flex-direction: column;
    top: 0;
  }

  .pricing-table .table td.details {
    font-size: 0.8em;
  }
  .pricing-table .table .row {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .pricing-table .table td.details p {
    font-size: 16px;
  }
  .pricing-table .table .pricing-table-row td.title > div {
    white-space: wrap !important;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .pricing-table .w-\[150\%\] {
    width: 150%;
  }
  .pricing-table .table.columns-2 .pricing-table-row td.title > div::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    width: 19px;
    right: 0px;
    top: -7px;
    box-shadow: 8px 0 10px -5px rgba(0, 0, 0, 0.5);
    background: none;
  }
  .pricing-table .table td.details > div::before {
    bottom: -13px;
    top: -13px;
  }

  .pricing-table .table td.details small {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .pricing-table .platforms .platform-list li {
    display: flex;
    font-size: 12.34px;
    line-height: 1;
    overflow: visible;
  }

  .pricing-table .table td.details > div::before {
    top: -13px;
    bottom: -13px;
  }
  .pricing-table .table td.details p {
    font-size: 14px;
  }

  .pricing-table .table td.details small {
    font-size: 12px;
  }
  .pricing-table .table .pricing-table-row td.title > div {
    font-size: 14px;
  }
  .pricing-table .account-sizes .filters {
    flex-wrap: wrap;
  }
}
@media (max-width: 448px) {
}



/* Hide entire <li> elements containing specific platform images when prestige-lite is selected */
.pricing-table[data-selected-program="prestige-lite"] .platform-list li:has(img[alt="CTrader"]),
.pricing-table[data-selected-program="prestige-lite"] .platform-list li:has(img[alt="DX Trader"]) {
    display: none !important;
}

/* Fallback for browsers that don't support :has() - hide by image source */
.pricing-table[data-selected-program="prestige-lite"] .platform-list li img[src*="trader.png"],
.pricing-table[data-selected-program="prestige-lite"] .platform-list li img[src*="dx-trader.png"] {
    display: none !important;
}

/* Additional fallback: hide parent li when image is hidden (for older browsers) */
.pricing-table[data-selected-program="prestige-lite"] .platform-list li:has(img[src*="trader.png"]),
.pricing-table[data-selected-program="prestige-lite"] .platform-list li:has(img[src*="dx-trader.png"]) {
    display: none !important;
}

/* Hide entire <li> elements containing specific platform images when prestige-pro is selected */
.pricing-table[data-selected-program="prestige-pro"] .platform-list li:has(img[alt="CTrader"]),
.pricing-table[data-selected-program="prestige-pro"] .platform-list li:has(img[alt="DX Trader"]) {
    display: none !important;
}

/* Fallback for browsers that don't support :has() - hide by image source */
.pricing-table[data-selected-program="prestige-pro"] .platform-list li img[src*="trader.png"],
.pricing-table[data-selected-program="prestige-pro"] .platform-list li img[src*="dx-trader.png"] {
    display: none !important;
}

/* Additional fallback: hide parent li when image is hidden (for older browsers) */
.pricing-table[data-selected-program="prestige-pro"] .platform-list li:has(img[src*="trader.png"]),
.pricing-table[data-selected-program="prestige-pro"] .platform-list li:has(img[src*="dx-trader.png"]) {
    display: none !important;
}
