.input-wrapper {
  box-shadow: 0px 1px 10px 0px #14455d1f;
}
.input-wrapper input[type="search"]::placeholder {
  color: #bebebe !important;
}
.hot-words {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #8e9498;
}
.hot-words a:hover {
  color: #007bee !important;
}
.hot-hotQues-container {
  position: relative;
  top: -30px;
  padding: 17px 33px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 #14455d1f;
}
.hot-hotQues-container a:hover {
  color: #007bee !important;
}
.hot-hotQues-container hr {
  background-color: #f4f4f4;
}
.list-extro a:hover {
  color: #007bee !important;
}
.contact-container {
  padding: 24px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.banner {
  /*overflow: hidden;*/
  position: relative;
  padding: 85px 0;
}
.banner .banner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
}
.padding-0 {
  padding: 0;
}
#basic-addon2 {
  background-color: #fff;
}
#basic-addon2 i {
  color: #f60;
}
.breadcrumb-container-desktop {
  display: none;
}
.all-questions {
  padding: 0 24px;
}
.all-questions .active {
  color: #f60;
  transition: 0.2s;
  transform: rotate(90deg);
}
.all-questions .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #dee2e6;
}
.sidebar-wrapper {
  border-right: 1px solid #e3e3e3;
}
.sidebar ul ul li :where(a, span) {
  color: #888;
}
.sidebar .sidebar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slide-level-two .sidelist:hover > :where(a, span) {
  box-shadow: none !important;
}
.list-styled > .active > ul > li:hover {
  box-shadow: none;
}
.list-styled > .active > ul > li:hover a,
.list-styled > .active > ul > li:hover span {
  color: #f60;
}
.slide-level-two > li > a:after {
  display: none;
}
.slide-level-two > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0 !important;
  padding: 13px 24px;
  font-size: 16px;
}
.slide-level-two > li > ul {
  border-top: none;
}
.slide-level-two li::before {
  display: none;
}
.slide-level-two > li > ul ul > li > a {
  padding-right: 12px;
}
.slide-level-two > li > ul ul > li {
  padding-left: 10px;
}
.slide-level-two > li > ul ul > li > a {
  border-left: 2px solid #eee;
}
.slide-level-two > li > ul ul > li.active > a {
  border-left: 2px solid #f60;
}
.slide-level-two > li i {
  font-size: 15px;
  color: #888;
}
.slide-level-two .sidelist.active .ashow {
  color: #f60;
}
.slide-level-two > li > ul > li > a.ashow > div.icon,
.slide-level-two > li > ul > li > span.ashow > div.icon {
  right: 24px;
  font-size: 12px;
  background: none;
}
.slide-level-two > .sidelist > ul > li > a.ashow {
  padding-left: 25px !important;
}
.slide-level-two > .sidelist > ul > li > span.ashow {
  padding-left: 25px !important;
}

/* Arbitrary-depth navigation for the imported business website knowledge base. */
.business-website-nav {
  max-height: calc(100vh - 150px);
  margin: 0;
  padding: 6px 6px 12px 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #d8d8d8 transparent;
}
.business-website-nav::-webkit-scrollbar {
  width: 6px;
}
.business-website-nav::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d8d8d8;
}
.business-website-nav .sidelist {
  padding-left: 0 !important;
}
.business-website-nav .sidelist::before {
  display: none !important;
}
.business-website-nav .sidelist > ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.business-website-nav .sidelist > ul > .sidelist {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.business-website-nav .sidelist > a,
.business-website-nav .sidelist > span {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin: 0 !important;
  border-left: 0 !important;
  padding: 9px 38px 9px calc(20px + var(--nav-depth) * 14px) !important;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: anywhere;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.business-website-nav .nav-depth-0 > a,
.business-website-nav .nav-depth-0 > span {
  min-height: 48px;
  border-bottom: 1px solid #ededed;
  background: #f8f9fa;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.business-website-nav .nav-depth-0 > a > .ti-angle-double-up,
.business-website-nav .nav-depth-0 > span > .ti-angle-double-up {
  display: none;
}
.business-website-nav .nav-depth-1 > a,
.business-website-nav .nav-depth-1 > span {
  min-height: 44px;
  border-bottom: 1px solid #f2f2f2;
  color: #444;
  font-size: 15px;
  font-weight: 500;
}
.business-website-nav .nav-depth-3 > a,
.business-website-nav .nav-depth-3 > span,
.business-website-nav .nav-depth-4 > a,
.business-website-nav .nav-depth-4 > span {
  min-height: 38px;
  color: #777;
  font-size: 13px;
}
.business-website-nav .sidelist:not(.nav-depth-0):not(.nav-depth-1) > a::before,
.business-website-nav .sidelist:not(.nav-depth-0):not(.nav-depth-1) > span::before {
  position: absolute;
  left: calc(10px + var(--nav-depth) * 14px);
  width: 4px;
  height: 4px;
  border: 1px solid #cfd3d7;
  border-radius: 50%;
  background: #fff;
  content: '';
}
.business-website-nav .sidelist:has(.active) > a,
.business-website-nav .sidelist:has(.active) > span {
  color: #333;
  font-weight: 500;
}
.business-website-nav .sidelist > a:hover,
.business-website-nav .sidelist > span:hover {
  background: #fff8f2;
  color: #f60 !important;
  box-shadow: none !important;
}
.business-website-nav .sidelist:not(.nav-depth-0):not(.nav-depth-1) > a:hover::before,
.business-website-nav .sidelist:not(.nav-depth-0):not(.nav-depth-1) > span:hover::before {
  border-color: #f60;
  background: #f60;
}
.business-website-nav .sidelist.active > a,
.business-website-nav .sidelist.active > span {
  background: #fff5ed;
  color: #f60 !important;
  font-weight: 500;
  box-shadow: inset 3px 0 #f60 !important;
}
.business-website-nav .sidelist.active > a::before,
.business-website-nav .sidelist.active > span::before {
  border-color: #f60;
  background: #f60;
}
.business-website-nav .sidelist > a.ashow > .icon,
.business-website-nav .sidelist > span.ashow > .icon {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 1;
  display: block !important;
  flex: 0 0 auto;
  width: 11px;
  height: 7px;
  margin: 0 !important;
  background: url('/images/index/Vector.png') no-repeat center/contain;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.business-website-nav .sidelist > a.ashow > .icon::before,
.business-website-nav .sidelist > span.ashow > .icon::before {
  display: none;
}
.business-website-nav .sidelist:has(.active) > a.ashow > .icon,
.business-website-nav .sidelist:has(.active) > span.ashow > .icon,
.business-website-nav .sidelist.active > a.ashow > .icon,
.business-website-nav .sidelist.active > span.ashow > .icon {
  top: 50% !important;
  transform: translateY(-50%) rotate(180deg) !important;
}
@media screen and (max-width: 991px) {
  .business-website-nav {
    max-height: none;
    padding-right: 0;
    overflow-y: visible;
  }
  .business-website-nav .sidelist > a,
  .business-website-nav .sidelist > span {
    padding-right: 34px !important;
    padding-left: calc(16px + var(--nav-depth) * 12px) !important;
  }
  .business-website-nav .sidelist:not(.nav-depth-0):not(.nav-depth-1) > a::before,
  .business-website-nav .sidelist:not(.nav-depth-0):not(.nav-depth-1) > span::before {
    left: calc(8px + var(--nav-depth) * 12px);
  }
}
.post-meta {
  font-style: normal;
}
.content .embedded-video,
.content video {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 20px 0;
  border-radius: 4px;
  background: #000;
}
.content .embedded-video-frame {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 20px 0;
  border: 0;
  background: #000;
}
.all-questions-wrapper .input-wrapper {
  align-items: center;
  box-shadow: none;
  border-bottom: 1px solid #d7d8d9;
}
.all-questions-wrapper .input-wrapper i {
  flex: none;
  color: #d7d8d9;
}
.all-questions-wrapper .input-wrapper > span {
  flex: 1;
}
.all-questions-wrapper .input-wrapper input::placeholder {
  font-size: 14px;
}
.all-questions-wrapper .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {
  right: unset !important;
}
.all-questions-wrapper .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before {
  left: 48px;
}
.question-list-wrapper > .submenu {
  margin-bottom: 30px;
  columns: 4;
  column-gap: 30px;
}
.question-list-wrapper li {
  margin-bottom: 16px;
}
.question-list-wrapper li a {
  font-size: 14px;
  color: #666;
}
.question-list-wrapper li a:hover {
  color: #f60;
}
.question-list-wrapper li .submenu {
  margin: 0;
}
.question-list-wrapper .submenu-title {
  font-size: 16px;
  break-inside: avoid;
}
.question-list-wrapper .submenu-title > a {
  display: block;
  margin-bottom: 16px;
  color: #333;
  font-weight: 500;
}
.question-list-wrapper .submenu-title::before {
  display: none;
}
.submenu-title {
  padding-left: 0;
}
.submenu-title::before {
  display: none;
}
.shadow {
  box-shadow: none !important;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
}
.shadow:hover,
.shadow:focus {
  border-color: transparent;
}
.content-list .page-list li {
  border: none;
}
#all-questions-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 44px 35px;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #d7d8d956;
}
@media screen and (min-width: 992px) {
  .breadcrumb-container-mobile {
    display: none;
  }
  .breadcrumb-container-desktop {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .question-list-wrapper > .submenu {
    margin-bottom: 10px;
    columns: 1;
  }
}
