.bs-header {
  position: absolute;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: transparent;
  box-shadow: unset;
  z-index: 5;
}
.bs-header-wrapper__inner,
.page-scroll .bs-header-wrapper__inner {
  height: 56px;
}
.bs-header__logo,
.page-scroll .bs-header__logo {
  display: flex;
  max-width: 130px;
  transition: max-width 0.2s ease;
}
.notification-bar-active .bs-header {
  top: 0;
}

.bs-main-page-wrapper {
  padding-top: 0 !important;
  z-index: 2;
  background-color: #ffffff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* BS DEMO CONTAINER */

.bs-demo-landing-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-top: 48px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f2f0fc -1.02%, #ffffff 77.73%);
}
.customize-support .bs-demo-landing-container {
  padding-top: 112px !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* BS DEMO HEADER */

.bs-header-demo .bs-home-link {
  display: block;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.64432 9.80113L0.204343 5.48011C-0.0681151 5.21495 -0.0681151 4.78504 0.204343 4.51989L4.64432 0.198869C4.91678 -0.0662898 5.35852 -0.0662898 5.63098 0.198869C5.90344 0.464029 5.90344 0.893935 5.63098 1.15909L2.38201 4.32102L11.3023 4.32102C11.6876 4.32102 12 4.62501 12 5C12 5.37499 11.6876 5.67898 11.3023 5.67898L2.38201 5.67898L5.63098 8.8409C5.90344 9.10606 5.90344 9.53597 5.63098 9.80113C5.35852 10.0663 4.91677 10.0663 4.64432 9.80113Z" fill="%23212121"/></svg>');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 12px 50%;
  transition: all 0.1s ease;
}

.bs-header-demo .bs-home-link:hover {
  background-color: #333;
  color: #fff;
  background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.64432 9.80113L0.204343 5.48011C-0.0681151 5.21495 -0.0681151 4.78504 0.204343 4.51989L4.64432 0.198869C4.91678 -0.0662898 5.35852 -0.0662898 5.63098 0.198869C5.90344 0.464029 5.90344 0.893935 5.63098 1.15909L2.38201 4.32102L11.3023 4.32102C11.6876 4.32102 12 4.62501 12 5C12 5.37499 11.6876 5.67898 11.3023 5.67898L2.38201 5.67898L5.63098 8.8409C5.90344 9.10606 5.90344 9.53597 5.63098 9.80113C5.35852 10.0663 4.91677 10.0663 4.64432 9.80113Z" fill="%23ffffff"/></svg>');
}