#tfd-table-of-container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #edf6ff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 5px 20px 5px 10px;
  position: relative;
  width: 100%;
}
.tfd-toc-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#tfd-table-of-container li,
#tfd-table-of-container ul,
#tfd-table-of-container ul li {
  font-family: var(--font_imp);
  background: 0 0;
  list-style: none;
  line-height: 1.7 !important;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}
div#tfd-table-of-container ul li {
  font-weight: 500;
}
.art-page-content div#tfd-table-of-container ul li,
.art-page-content div#tfd-table-of-container p {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
#section .art-page-content div#tfd-table-of-container p {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 600;
}
div#tfd-table-of-container ul li {
  font-size: 85%;
  padding: 0;
}
#tfd-table-of-container a {
  color: #444;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}
.toc_point_svg {
  fill: transparent;
  stroke: #444;
  stroke-width: 2;
}
#tfd-table-of-container ul ul {
  margin-left: 1.12rem;
  padding: 1px 0 5px;
}
#tfd-table-of-container ul ul li {
  background-color: #deeef2;
  border-radius: 5px;
  padding: 4px;
}
div#tfd-table-of-container .tfd-toc-title {
  font-family: var(--font_imp);
  font-weight: 600;
}
div#tfd-table-of-container .tfd-toc-title {
  display: initial;
  padding: 5px 0 5px !important;
}
#tfd-table-of-container .tfd-toc-title {
  text-align: left;
  line-height: 1.45;
  margin: 0;
  padding: 0;
}
.tfd-toc-title-toggle {
  display: inline;
  text-align: left;
  vertical-align: middle;
}
#tfd-table-of-container a.tfd-toc-icon {
  display: flex;
  align-items: center;
  color: #444;
  background: inherit;
  border: inherit;
}

#tfd-table-of-container .tfd-js-toc,
#tfd-table-of-container .tfd-toc-icon label {
  float: right;
  position: relative;
  font-size: 16px;
  padding: 0;
  border: 1px solid #999191;
  border-radius: 5px;
  cursor: pointer;
  left: 10px;
  width: 35px;
}
.art-page-content #tfd-table-of-container .tfd-js-toc_page {
  float: right;
  position: relative;
  font-size: 16px;
  padding: 0;
  border: 0;
  left: 0;
  cursor: pointer;
  width: 35px;
}
.tfd-js-toc-span {
  display: flex;
  align-items: center;
  width: 35px;
  height: 30px;
  justify-content: center;
  direction: ltr;
}
.tfd-js-toc_page-span {
  display: flex;
  align-items: center;
  width: 35px;
  height: 30px;
  justify-content: center;
  direction: ltr;
}
#tfd-table-of-container a:visited {
  color: #9f9f9f;
}

#tfd-table-of-container a:hover {
  text-decoration: underline;
}
.tfd-toc-display-click {
  display: none; /* Initially hidden */
}
.tfd-toc-display-click.show {
  display: block;
  opacity: 1;
  max-height: 1000px; /* Adjust as needed */
}
.tfd-toc-display-click_page {
  display: none; /* Initially hidden */
}
.tfd-toc-display-click_page.show {
  display: block;
  opacity: 1;
  max-height: 1000px; /* Adjust as needed */
}
.tfd-toc-heading-l2 {
  border-bottom: 1px solid #ededed;
}
.tfd-toc-l3 {
  display: flex;
  justify-content: space-between;
}

/* this is for the help page css which can be changed  */
.art-page-content .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 25px;
}

.art-page-content .service-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding: 30px;
  position: relative;
  background: linear-gradient(
    to bottom right,
    hsl(0, 0%, 25%) 0%,
    hsla(0, 0%, 25%, 0) 50%
  );
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 16px 30px hsla(0, 0%, 0%, 0.125);
  z-index: 1;
}

.art-page-content .service-item::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(
      to bottom right,
      hsla(240, 1%, 18%, 0.251) 0%,
      hsla(240, 2%, 11%, 0) 100%
    ),
    hsl(240, 2%, 13%);
  border-radius: inherit;
  z-index: -1;
}

.art-page-content .service-item .service-content-box {
  text-align: left;
}

.art-page-content .service-item-title {
  margin-bottom: 7px;
  font-size: 18px;
  color: white;
}

#section .container.page-details .art-page-content .service-item-text {
  color: hsl(0, 0%, 84%);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .art-page-content .service-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
