html{scroll-behavior:smooth}
.zendeskfx-table {
  border: none;
  border-collapse: collapse;
  margin: 25px auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
  border-radius: 10px; /* Add border radius */
  overflow: hidden; /* Ensure border radius is visible */
}

tr th h3 {
  margin: 0 !important;
}

.zendeskfx-table tr.special:first-child td {
  border-top-left-radius: 10px; /* Add top-left border radius */
  border-top-right-radius: 10px; /* Add top-right border radius */
}

.zendeskfx-table th {
  text-align: center;
  padding: 8px;
  border: none;
  background: #fff;
}

.zendeskfx-table td {
  padding: 0 35px;
  border: none;
  background-color: #f6fafa;
}

.zendeskfx-table tr {
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

.zendeskfx-table .mobile-head {
  display: none;
}

.headerimg:after {
  content: "+";
}

.typefx {
  vertical-align: middle;
  font-size: 22px;
}
.typefx-top-rad {
  vertical-align: middle;
  border-top-left-radius: 10px;
}

.altcolor {
  background-color: #eef6f6 !important;
}

.altcolor-top-rad {
  background-color: #eef6f6 !important;
  border-top-right-radius: 10px;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #479896;
  border-radius: 50%;
  display: inline-block;
}

.dot_e {
  height: 25px;
  width: 25px;
  background-color: #FEB131;
  border-radius: 50%;
  display: inline-block;
}

.zendeskfx-table tr:not(:first-child):not(:last-child) td {
  position: relative;
}

.zendeskfx-table tr:not(:first-child):not(:last-child) td:after {
  border-bottom: 2px solid #c6c9c9;
  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
}
.zendeskfx-table tr:not(:first-child):not(:last-child) td:first-child::after,
.zendeskfx-table tr:not(:first-child):not(:last-child) td:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 93%;
  border-bottom: 2px solid #c6c9c9;
}

.zendeskfx-table tr:not(:first-child):not(:last-child) td:first-child::after {
  right: 0;
}

.zendeskfx-table tr:not(:first-child):not(:last-child) td:last-child::after {
  left: 0;
}
.zendeskfx-table td:nth-child(2),
.zendeskfx-table td:nth-child(3) {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* Mobile Styles */
@media only screen and (max-width: 767px) {
  /* Adjust font size and line height for the first column */
  .typefx {
    vertical-align: middle;
    font-size: 18px;
  }

  /* Show mobile header text */
  .zendeskfx-table .mobile-head {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5;
  }

  /* Adjust padding for mobile cells */
  .zendeskfx-table td {
    padding: 10px;
  }

  /* Show additional columns on mobile */
  .zendeskfx-table td:nth-child(n + 2) {
    display: table-cell;
  }


/* Add the necessary styles to make the table scrollable */
.table-container {
  overflow-x: auto;
}
  .social-icons {
    display: none !important;
  }

  .sticky-table thead th {
    position: sticky;
    top: 0;
    background-color: #f2f2f2; /* Set the background color of the sticky row */
  }

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
      border: 1px solid #479896;
  width: 400px;
  background-color: #fff;
  color: #555;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
    left: 120px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 500px) {
.tooltip-text {
  visibility: hidden;
      border: 1px solid #479896;
  width: 300px;
  background-color: #fff;
  color: #555;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
    left: 50px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
}

.text-with-icon {
  display: flex;
  align-items: center;
}

.text-with-icon .info-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  }
  
h3 {
  font-size: 16.5px !important;
  letter-spacing: -.5px;
  line-height: 18px;
}
 h4 {
 white-space:pre-wrap;
  word-break:break-word;
  }
.growfast-accordion__item--title
  {
  font-size: 18px !important;
  letter-spacing: -.25px;
}

@media only screen and (max-width: 500px) {
  div#hs_cos_wrapper_widget_1689951738944 {
    align-self: center;
  }
}