.notification-bar-active .bs-header-signup {
  top: 0 !important;
}

.notification-bar-active.customize-support .bs-header-signup {
  top: 32px !important;
}

@media (max-width: 782px) {
  .notification-bar-active.customize-support .bs-header-signup {
    top: 46px !important;
  }
}

.notification-bar-active .bs-main-page-wrapper {
  padding-top: 64px !important;
}

.page-template-install.notification-bar-active .bs-main-page-wrapper,
.page-template-install-sklik.notification-bar-active .bs-main-page-wrapper,
.page-template-install-audiencelab.notification-bar-active
  .bs-main-page-wrapper {
  padding-top: 0px !important;
}

.bs-signup-container {
  color: #fff;
  position: relative;
  padding-top: 50px;
  padding-bottom: 0;
}

.bs-signup-container:first-of-type {
  padding-top: 4rem;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .bs-signup-container:first-of-type {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

@media (max-width: 899px) {
  .bs-signup-container:first-of-type {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

@media (max-width: 599px) {
  .bs-signup-container:first-of-type {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.bs-signup-container-thank-you:first-of-type {
  padding-top: 200px;
  padding-bottom: 100px;
}

@media (max-width: 599px) {
  .bs-signup-container-thank-you:first-of-type {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.bs-landing-container-bg,
.bs-signup-container-thank-you {
  background: rgb(8, 14, 57);
  /* background: url("../../img/beta-signup-bg.webp?ver=2"); */
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-attachment: fixed fixed;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 150px !important;
  margin-bottom: -1px;
}

@media (max-width: 899px) {
  .bs-landing-container-bg {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 599px) {
  .bs-landing-container-bg {
    padding-bottom: 50px !important;
  }
}

.bs-landing-container-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15%;
  z-index: -10;
  width: 130%;
  height: 280px;
  background: #f5f7f8;

  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
}

@media (max-width: 1199px) {
  .bs-landing-container-bg::after {
    height: 180px;
  }
}

@media (max-width: 899px) {
  .bs-landing-container-bg::after {
    height: 120px;
  }
}

@media (max-width: 599px) {
  .bs-landing-container-bg::after {
    height: 80px;
  }
}

.bs-landing-container-bg-white::after {
  background: #fff;
}

.bs-landing-container-bg::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: calc(-700px + 25vw);
  z-index: -9;
  width: 315px;
  height: 315px;
  background: url("../../img/page-landing-cube-mid.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bs-landing-container-bg-nobox::before {
  content: none;
  display: none;
}

.bs-signup-cube.bs-signup-cube-bottom {
  position: absolute;
  top: 20%;
  right: -115px;
  width: 30%;
  max-width: 600px;
  z-index: -2;
}

.bs-signup-cube.bs-signup-cube-top {
  position: absolute;
  top: 40%;
  left: -115px;
  width: 30%;
  transform: rotate(-90deg);
  max-width: 600px;
  z-index: -2;
}

.bs-landing-cube-left {
  position: absolute;
  top: 15%;
  left: calc(-500px + 12vw);
  width: 30%;
  max-width: 550px;
  z-index: -2;
}

.bs-landing-cube-right {
  position: absolute;
  top: 14%;
  right: calc(-550px + 23vw);
  width: 30%;
  max-width: 350px;
  z-index: -2;
}

.bs-inp-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.bs-inp-eye {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#signupFormPassword {
  padding-right: 35px;
}

@media (max-width: 450px) {
  #signupFormPassword {
    padding-right: 27px;
  }

  @media (max-width: 450px) {
  }

  /* .edgtf-content-inner {
    background: url("../../assets/img/beta-signup-bg.webp?ver=2") center / cover no-repeat;
  } */

  .bs-main-page-wrapper {
    padding-top: 0;
  }

  .bs-header.bs-header-signup {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent;
    box-shadow: unset;
  }

  .bs-header.bs-header-signup .bs-paragraph {
    color: #fff;
  }
}

html,
body,
.bs-main-page-wrapper {
  background: none;
}

#wpseo-frontend-inspector {
  opacity: 0 !important;
  visibility: hidden !important;
}

.bs-main-page-wrapper,
.page-scroll .bs-main-page-wrapper {
  padding-top: 0;
}

.bs-header.bs-header-signup {
  position: absolute;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: transparent;
  box-shadow: unset;
}

.bs-header-wrapper__inner,
.page-scroll.page-template-install .bs-header-wrapper__inner,
.page-scroll.page-template-install-sklik .bs-header-wrapper__inner,
.page-scroll.page-template-install-audiencelab .bs-header-wrapper__inner,
.page-scroll.page-template-install-trial .bs-header-wrapper__inner,
.page-scroll.page-template-beta-signup .bs-header-wrapper__inner,
.page-scroll.page-template-beta-signup-v2 .bs-header-wrapper__inner,
.page-scroll.page-template-beta-signup-thank-you .bs-header-wrapper__inner,
.page-scroll.page-template-landing-anysync .bs-header-wrapper__inner,
.page-scroll.page-template-landing-producthunt .bs-header-wrapper__inner,
.page-scroll.page-template-landing-appsumo .bs-header-wrapper__inner {
  height: 56px;
}

.bs-header__logo,
.page-scroll.page-template-install .bs-header__logo,
.page-scroll.page-template-install-sklik .bs-header__logo,
.page-scroll.page-template-install-audiencelab .bs-header__logo,
.page-scroll.page-template-install-trial .bs-header__logo,
.page-scroll.page-template-beta-signup .bs-header__logo,
.page-scroll.page-template-beta-signup-v2 .bs-header__logo,
.page-scroll.page-template-beta-signup-thank-you .bs-header__logo,
.page-scroll.page-template-landing-anysync .bs-header__logo,
.page-scroll.page-template-landing-producthunt .bs-header__logo,
.page-scroll.page-template-landing-appsumo .bs-header__logo {
  display: flex;
  max-width: 130px;
  transition: max-width 0.2s ease;
}

.bs-header.bs-header-signup .bs-paragraph {
  color: #fff;
}

.bs-section-container {
  position: relative;
  z-index: 2;
}

.bs-system-form-container {
  margin: auto 0;
  height: 100%;
  width: 100%;
}

.bs-system-form-container {
  position: relative;
  display: grid;
  place-content: center;
}

.bs-system-form-wrap {
  position: relative;
  width: 700px;
  background: #fefefe;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .bs-system-form-wrap {
    width: 500px;
  }
}

@media (max-width: 500px) {
  .bs-system-form-wrap {
    width: 100%;
  }
}

.bs-system-form-wrap-top {
  position: relative;
  padding: 40px 40px 30px;
}

@media (max-width: 760px) {
  .bs-system-form-wrap-top {
    padding: 30px 20px;
  }

  .bs-system-input-wrap-sysname .boost-trial-form-domain-placeholder {
    display: none;
  }
}

/* overlay height fix */
.bs-system-form-wrap.installing {
  padding-bottom: 14rem;
}

@media (max-width: 760px) {
  .bs-system-form-wrap.installing {
    padding-bottom: 19rem;
  }
}

.boost-trial-form-test {
  border: 2px solid rgb(223 232 0);
  padding: 0 20px 0;
  border-radius: 5px;
}

.boost-trial-form-test-banner {
  background: rgb(223 232 0);
  color: #000;
  width: 100%;
  display: flex;
  margin: 0px 0 20px -20px;
  padding: 15px 20px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-sizing: content-box;
}

.boost-trial-form-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.boost-trial-form.loading {
  min-height: 500px;
}

@media (max-width: 699px) {
  .boost-trial-form.loading {
    min-height: 380px;
  }
}

@media (max-width: 499px) {
  .boost-trial-form.loading {
    min-height: 350px;
  }
}

@media (max-width: 399px) {
  .boost-trial-form.loading {
    min-height: 260px;
  }
}

.boost-trial-form.loading .boost-trial-form-container,
.boost-trial-form.loading .boost-trial-form-submit,
.boost-trial-form.loading .boost-trial-form-test-banner {
  display: none;
}

.boost-trial-form-container .bs-system-input-container {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bs-system-form-wrap-bottom {
  background: #f5f7f8;
  box-shadow: 0px -15px 25px -15px rgb(0, 0, 0, 0.16);
  border-radius: 0px 0px 13px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
  padding: 18px 40px;
}

@media (max-width: 750px) {
  .bs-system-form-wrap-bottom {
    justify-content: space-around;
    gap: 10px;
  }
}

@media (max-width: 450px) {
  .buttons-menu-wrapper > span {
    display: none;
  }

  .bs-system-form-verified-icons {
    gap: 3px 6px;
    justify-content: center;
  }

  .bs-system-form-verified-icons img {
    max-width: 60px;
  }

  .bs-system-input {
    padding: 10px 10px 10px 36px;
    font-size: 15px;
  }

  .bs-inp-icon,
  .bs-system-input-wrap::before {
    left: 8px;
  }

  .bs-inp-eye {
    right: 8px;
  }
}

@media (max-width: 399px) {
  .bs-header-btn:not(.bs-signup-system) {
    display: flex;
  }
}

#signupForm .boost-trial-form-table {
  max-width: 100%;
}

#signupFormSubmit {
  width: 100%;
  box-sizing: border-box;
  margin-top: 25px;
}

#signupFormSubmit {
  background: #cbcbcb !important;
}

#signupFormSubmit[disabled="disabled"]::before {
  opacity: 0.15;
}

/* @media (min-width: 1025px) {
  .page-scroll .bs-header-btn {
    padding: 12px 22px;
  }
} */

@media (max-width: 399px) {
  .buttons-menu-wrapper .bs-header-btn:not(:last-child) {
    display: inline-flex !important;
  }
}

@media (max-width: 299px) {
  .buttons-menu-wrapper .bs-header-btn:not(:last-child) {
    display: none !important;
  }
}

.bs-signup-form-container {
  box-sizing: border-box;
  background: #fefefe;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  text-align: center;
  padding: 30px 34px;
  width: 100%;
  max-width: 565px;
}

.bs-signup-boost-logo {
  max-width: 400px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 899px) {
  .bs-signup-boost-logo {
    max-width: 325px;
    margin-bottom: 25px;
  }
}

@media (max-width: 599px) {
  .bs-signup-boost-logo {
    width: 80%;
    max-width: 250px;
    margin-bottom: 15px;
  }
}

.bs-heading-box .bs-paragraph {
  max-width: 540px;
  margin: 0 auto;
}

.bs-signup-container-thank-you .bs-heading-box .bs-paragraph {
  max-width: 650px;
}

.bs-signup-form-container .bs-btn-full {
  background: linear-gradient(267.08deg, #eca73d 3.73%, #e0546b 100%);
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: unset;
}

.bs-signup-form-container .bs-signup-form-logo {
  max-width: 250px;
  margin: 0 auto 20px auto;
}

.bs-system-signup-wrap {
  margin-top: -140px;
  padding: 0 10px;
}

.bs-system-signup-wrap .bs-heading-box {
  padding-top: 0 !important;
}

.bs-signup-form-container {
  margin: 0 auto;
}

@media (max-width: 480px) {
  .bs-signup-form-container {
    padding: 20px 14px;
  }
}

@media (max-height: 1000px) {
  .bs-main-page-wrapper {
    margin-top: 0;
  }

  .edgtf-content-inner {
    height: 100%;
  }
}

.boost-trial-form .boost-trial-form-submit {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bs-system-signup-wrap-smaller {
  margin-top: 0 !important;
}

@media (max-width: 600px) {
  .bs-system-signup-wrap-smaller
    .bs-signup-form-container
    .bs-signup-form-logo {
    max-width: 200px;
  }

  .bs-system-signup-wrap-smaller .bs-heading {
    font-size: 28px;
  }
}

.bs-system-form-verified-txt {
  font-size: 15px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bs-system-form-verified-desc {
  margin: 0;
}

.bs-system-form-verified-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bs-system-form-verified-txt img {
  width: 16px;
}

p.bs-system-form-verified-desc {
  font-size: 15px;
  color: #b9b6c3;
}

@media (max-width: 710px) {
  .bs-system-form-verified-icons img {
    max-width: 66px;
    gap: 7px;
  }
}

.bs-signup-support:hover {
  opacity: 0.5;
}

.bs-signup-footing {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 599px) {
  .bs-signup-footing {
    margin-top: 75px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 399px) {
  .bs-signup-footing {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.bs-signup-footing .bs-page-footer-navigation li a,
.bs-signup-footing .bs-page-sub-footer-col a {
  color: #f2f2f2;
  font-size: 20px;
  opacity: 1;
}

.bs-signup-footing .bs-page-sub-footer-col a:hover {
  color: rgba(0, 0, 0, 0.85);
}

.bs-banner-chat-bubbles {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
}

@media (max-width: 899px) {
  .bs-banner-chat-bubbles {
    justify-content: center;
  }
}

.bs-banner-chat-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: saturate(120%) blur(0px);
  backdrop-filter: saturate(120%) blur(0px);
  color: #fff;
  padding: 10px 24px;
  border-radius: 20px 0 20px 20px;
  font-size: 18px;
  box-shadow: inset 0px 20px 20px -15px rgba(0, 0, 0, 0.25);
  max-width: 445px;
  box-sizing: border-box;
}

@media (max-width: 899px) {
  .bs-banner-chat-bubble {
    padding: 8px 20px;
    font-size: 16px;
  }
}

.bs-banner-chat-bubble:nth-child(2n) {
  border-radius: 0 20px 20px;
}

/* Comparison table */

.bs-feature-comparison-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
  background: none;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 899px) {
  .bs-feature-comparison-table,
  .bs-feature-comparison-table tbody,
  .bs-feature-comparison-table th,
  .bs-feature-comparison-table td,
  .bs-feature-comparison-table tr {
    display: flex;
    flex-direction: column;
  }

  .bs-feature-comparison-table td {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }

  .bs-feature-comparison-table thead {
    display: none;
  }
}

.bs-feature-comparison-table tr,
.bs-feature-comparison-table th,
.bs-feature-comparison-table td {
  border: none;
  text-align: center;
}

.bs-feature-comparison-table img,
.bs-feature-comparison-table svg {
  margin: 0 auto;
}

@media (max-width: 899px) {
  .bs-feature-comparison-table img,
  .bs-feature-comparison-table svg {
    margin: 0;
  }
}

.bs-feature-comparison-table .bs-logo-img,
.bs-feature-comparison-table .bs-comparison-logo-img {
  max-width: 150px;
  max-height: 32px;
}

@media (max-width: 899px) {
  .bs-feature-comparison-table .bs-logo-img,
  .bs-feature-comparison-table .bs-comparison-logo-img {
    max-width: 120px;
    max-height: 22px;
  }
}

@media (max-width: 599px) {
  .bs-feature-comparison-table .bs-logo-img,
  .bs-feature-comparison-table .bs-comparison-logo-img {
    max-width: 90px;
    max-height: 18px;
  }
}

@media (max-width: 899px) {
  .bs-feature-comparison-table tr {
    margin: 0 0 1rem 0;
  }
}

@media (max-width: 899px) {
  .bs-feature-comparison-table tr:last-child {
    margin: 0;
  }
}

.bs-feature-comparison-table tr th {
  padding: 1rem 1rem 0.75rem;
}

.bs-feature-comparison-table tr td {
  border-bottom: 0.5px solid #c2c3d7;
  padding: 1rem 1rem;
}

@media (max-width: 899px) {
  .bs-feature-comparison-table tr td {
    justify-content: space-between;
    border: none;
    text-align: right;
  }
}

@media (max-width: 899px) {
  .bs-feature-comparison-table tr td:nth-child(2) {
    border-bottom: 0.5px solid #c2c3d7;
  }
}

.bs-feature-comparison-table tr:first-child td {
  border-top: 1px solid #c2c3d7;
}

.bs-section-container-gradient .bs-feature-comparison-table tr td {
  border-color: #c2c3d733;
}

@media (max-width: 899px) {
  .bs-feature-comparison-table tr:first-child td {
    border-top: none;
  }
}

.bs-feature-comparison-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 899px) {
  .bs-feature-comparison-table tr:last-child td {
    padding: 0;
  }
}

.bs-feature-comparison-table tr th:nth-child(1),
.bs-feature-comparison-table tr td:nth-child(1) {
  text-align: left;
  min-width: 260px;
}

@media (max-width: 899px) {
  .bs-feature-comparison-table tr th:nth-child(1),
  .bs-feature-comparison-table tr td:nth-child(1) {
    min-width: 0;
    font-weight: bold;
    background: rgba(214, 216, 233, 0.2);
    text-align: left;
  }
}

@media (max-width: 899px) {
  .bs-section-container-gradient
    .bs-feature-comparison-table
    tr
    th:nth-child(1),
  .bs-section-container-gradient
    .bs-feature-comparison-table
    tr
    td:nth-child(1) {
    background: rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 899px) {
  .bs-feature-comparison-table tr:last-child th:nth-child(1),
  .bs-feature-comparison-table tr:last-child td:nth-child(1) {
    background: none;
  }
}

.bs-feature-comparison-table tr th:nth-child(even),
.bs-feature-comparison-table tr td:nth-child(even) {
  background: rgba(214, 216, 233, 0.2);
}

@media (max-width: 899px) {
  .bs-feature-comparison-table tr th:nth-child(even),
  .bs-feature-comparison-table tr td:nth-child(even) {
    background: none;
  }
}

.bs-section-container-gradient
  .bs-feature-comparison-table
  tr
  th:nth-child(even),
.bs-section-container-gradient
  .bs-feature-comparison-table
  tr
  td:nth-child(even) {
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 899px) {
  .bs-section-container-gradient
    .bs-feature-comparison-table
    tr
    th:nth-child(even),
  .bs-section-container-gradient
    .bs-feature-comparison-table
    tr
    td:nth-child(even) {
    background: none;
  }
}
