@font-face {
  font-family: "Vision";
  src: local("Vision"),
    url("./fonts/vision-black-webfont.woff2") format("woff2");
}

.card {
  width: 318px;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 0.08);
  box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.02);
  background-color: #fff;
  overflow: hidden;
  transition: .3s;
  display: inline-block;
  margin: 8px;
  text-align: left;
  box-sizing: border-box;
}

.price {
  font-size: 25px;
  font-weight: 800;
  margin-top: 20px;
}

#app .pricing-header {
  font-family: Vision;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  margin-top: 80px;
}

#app .pricing-sub-header {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  color: #032A22B2
}

.name {
  font-size: 27px;
  margin-bottom: 4px;
  font-weight: 800;
}

.per-month {
  font-size: 14px;
}

.pricing {
  text-align: center;
  margin-top: 50px;
}

.events {
  font-size: 14px;
  margin-bottom: 15px;
}

.active-syncs {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.red {
  color: red
}

.action .icon.outbound {
  display: none
}

.logos {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  filter: grayscale(70%);
}

/* #app .navbar .logo {
  height: 30px;
  margin-top: 0.3rem;
} */

/* .nav-links {
  margin-top: 5px;
  font-weight: 500;
} */

/* #app .nav-links a {
  font-weight: 500;
  color: #262626;
  font-family: Epilogue,sans-serif;
} */

.product-logo {
  width: 65px;
  margin: 7px;
  vertical-align: middle;
  opacity: 0.7
}

.product-link .product-logo:hover {
  opacity: 1
}

.sync-pair {
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sync-pair a img {
  width: 60px;
  vertical-align: middle;
  margin: 5px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 10px;
  background-color: #fff;
  color: #303133;
  padding: 20px;
}

.sync-pair span img {
  vertical-align: middle;
  width: 50px;
}

#app .feature-img {
  max-height: 180px;
}

.color-blue {
  color: #51BBFE
}

.color-red {
  color: #BC4B51
}

.color-yellow {
  color: #FFD639
}

.sync-pair span {
  vertical-align: middle;
}

.credentials-wrapper .el-button--primary, .sync-start .el-button--primary {
  background-color: #409eff;
  border-color: #409eff;
}

.try-now {
  background: #06c668;
  color: white;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
  box-shadow: 0px 6.34px 19.03px 0px rgba(0, 0, 0, 0.059);
}

.try-now:hover {
  background-color: #0ad482;
}

.try-now-wrap {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 25px;
}

#app .try-now-wrap a:hover {
  text-decoration: none;
}

#app .home .hero .description {
  max-width: 45rem;
  font-size: 1.3rem;
  margin-left: 0
}

@media (max-width: 419px) {
  #app .home .hero .description {
    font-size: 1.0rem;
  }
}

.page-faq {
  margin-bottom: 50px;
}

.page-faq .faq-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.privacy {
  box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.02);
  border-radius: 25px;
  background: linear-gradient(44.77792444730653deg, #122713 0%, #163023 100%);
  color: white;
  padding: 75px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.privacy-container {
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px;
}

.privacy-title {
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
}

.privacy-headline {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.privacy-description {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.privacy-learn-more-btn {
  background-color: #06c668;
  color: white;
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.privacy-learn-more-btn i {
  vertical-align: text-bottom;
}

#app .privacy-learn-more-btn:hover {
  background-color: #0ad482;
  color: white;
  text-decoration: none;
}

.privacy-features {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.privacy-feature {
  max-width: 250px;
  padding: 20px;
  background-color: #1f321f;
  border-radius: 10px;
  margin: 20px;
}

.privacy-feature h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
}

.privacy-feature p {
  font-size: 14px;
  line-height: 1.5;
}

.privacy-icon {
  display: inline-block;
  font-size: 24px;
  margin-right: 8px;
  color: #7f76ff;
}


@media (max-width: 419px) {
  .privacy-headline {
    font-size: 24px;
  }
  .privacy-title {
    font-size: 14px;
  }
  .privacy-description {
    font-size: 14px;
  }
  .privacy-feature h3 {
    font-size: 16px;
  }
}

.side-features-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}

.side-features {
  padding: 10px;
  display: flex;
  margin-bottom: 35px;
  margin-top: 0px;
}

.side-feature-container {
  padding: 12px;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  transition: .3s;
  margin: 25px;
  text-align: right;
}

.side-feature-container.right-image {
  text-align: left;
}

.side-frame {
  width: 100%;
  max-width: 400px;
  height: 100%;
  min-height: 220px;
}

.side-feature-part {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.side-header {
  font-weight: 500;
  font-size: 1.4rem;
  color: #262626;
  padding-bottom: 10px;
  letter-spacing: -.04em;
}

.side-link {
  margin-top: 10px;
  display: inline-block;
}

#app .side-link:hover {
  text-decoration: none;
}

.side-text {
  color: #2c3e50;
  font-size: 15px;
  line-height: 24px;
}

.side-text-container {
  padding: 25px;
}

.right-text {
  text-align: right;
}

@media (max-width: 719px) {
  .side-feature-part {
      max-width: 100%;
  }
}

@media (max-width: 719px) {
  .side-features {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
  }
}

.usecase-list {
  max-width: 800px;
  text-align: left;
  margin: auto;
  list-style: none;
}

#app .home .hero .action-button {
  color: #06c668;
  background-color: white;
  border: 1px solid #389d70;
  margin: 6px;
}

#app .home .hero .action-button:hover {
  background-color: #f4fffa;
}

.enrichment-logo {
  width: 150px;
}

.enrichment-container {
  text-align: center;
  margin: 30px;
}


#app #main-second-title {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #032A22B2;
  border: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#app .Cookie__button {
  margin-right: 90px;
  background: #06c668;
  border-radius: 10px;
}

#app .Cookie__button:hover {
  background: #0ad482;
}
.small-logo {
  width: 25px;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}

.list-title {
  margin-left: 3px;
  vertical-align: middle;
}

.list-arrow {
  width: 30px;
  vertical-align: middle;
}

.small-logo-container {
  margin-right: 7px;
  display: inline;
}

.social-media {
  text-align: center;
}

.pricing-faq {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.pricing-img-container {
  max-width: 480px;
  text-align: center;
}

.pricing-img-container img {
  display: block;
}

.pricing-text {
  display: inline-block;
  min-width: 200px;
}

.pricing-container {
  display: flex;
}

.pricing-part {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 950px) {
  .pricing-part {
      max-width: 100%;
  }
}

@media (max-width: 950px) {
  .pricing-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
  }
}

#app .search-box {
  display: none
}

.sync-connection {
  display: inline-block;
}

.all-connected-apps {
  text-align: center;
}

.front-container {
  margin-top: 5rem;
  padding: 44px 64px 64px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

.front-container #main-title {
  color: #032A22;
  font-family: Vision;
  font-size: 68px;
  line-height: 74px;
  font-weight: 900;
  margin-top: 0px;
}

.front-container .main-title-underline {
  text-decoration: underline;
  text-decoration-color: #06c668;
  text-decoration-thickness: 10px;
}

.front-container h2 {
  color: rgba(3, 42, 34, 0.7);
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 719px) {
  #app #main-second-title {
    font-size: 18px;
  }

  .front-container {
    padding: 20px 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 4rem
  }
  .front-container #main-title {
    font-size: 48px;
    line-height: 56px;
  }
  .front-container h2 { 
    font-size: 20px;
  }
}

.front-button {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 6.34px 19.03px 0px rgba(0,0,0,0.059);
  transition: background .3s,border-color .3s,color .3s;
  white-space: nowrap;
  color: #fff;
  background: #06c668;
  border-color: #06c668;
  padding: 18px 50px;
  height: inherit;
  min-width: inherit;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-align: left;
  border: 2px solid #06c668;
  border-radius: 6px;
  margin: 0;
}

.front-button i {
  vertical-align: text-bottom;
}

#app .call-to-action {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.front-container .subtext {
  color: #007a3e;
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
}

.front-container .subtext span {
  max-width: 300px;
  display: inline-block;
}

#app .front-button:hover  {
  background: #0ad482;
  border-color: #0ad482;
  text-decoration: none;
  color: #fff;
}

#app .secondary-button {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  box-shadow: 0px 6.34px 19.03px 0px rgba(0,0,0,0.059);

  position: relative;
  transition: background .3s,border-color .3s,color .3s;

  color: #2e2e2e;
  border: 2px solid #e8e8e8;

  padding: 18px 50px;
  height: inherit;
  min-width: inherit;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-align: left;
  border-radius: 6px;
  margin: 0;
}

@media (max-width: 419px) {
  #app .secondary-button {
      font-size: 1rem;
      padding: .6rem 1.2rem;
      line-height: 32px;
      height: 32px;
  }
}

#app .secondary-button:hover {
  color: #2e2e2e;
  border-color: #333;
}

#app .secondary-button i {
  vertical-align: text-bottom;
}

#app .usecases-header {
  text-align: center;
  color: #262626;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -.04em;
  margin-bottom: 20px;
  margin-top: 80px;
  border-bottom-width: 0;
  padding-top: 0px;
}

.front .home {
  padding: 0px
}

@media (max-width: 419px) {
  .front-button {
      font-size: 1rem;
      padding: .6rem 1.2rem;
      line-height: 32px;
      height: 32px;
  }
}

#app .front-container img {
  margin-top: 10px;
  width: 90px;
}

#app .home .features {
  border-top: 0;
}

.dot-separator {
  text-align: center;
  /* line-height: 10px; */
  font-size: 60px;
  /* margin: 59px; */
  top: -35px;
  position: relative;
}

.dot-one {
  color: #d3f7f7;
}

.dot-two {
  color: #e4fdfa;
}

.dot-three {
  color: #f7f7e3;
}

.dot-four {
  color: #fdeedf;
}

.pricing-model {
  margin-bottom: 50px;
  user-select: none;
}

.trial-text {
  font-size: 13px;
  color: #2b2b2b;
  position: relative;
  top: 25px;
}

.see-all {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 85px;
}

.see-all a {
  font-weight: 600;
  font-size: 18px;
}

#app .see-all a:hover {
  text-decoration: none;
}

/* 
#app .page {
  padding: 2rem;
}

@media (max-width: 719px) {
  #app .page {
    padding: 1rem;
  }
} */

/* body #app {
  font-family: Epilogue,sans-serif
} */


.pricing-slider {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

@media (max-width: 719px) {
  .pricing-slider {
    margin-left: 10px;
    margin-right: 10px;
  }

  #app .call-to-action {
    flex-direction: column;
  }
}

.plan-benefits {
  margin-top: 7px;
}

.plan-check {
  width: 10px;
  vertical-align: middle;
  margin-right: 2px;
}

.plan-events {
  width: 95px;
}

.plan-events input {
  font-weight: 800;
  color: rgb(38, 38, 38);
  padding-left: 10px;
  padding-right: 15px;
  font-size: 13px;
}

.benefits {
  height: 190px;
  font-size: 13px;
  margin-top: 20px
}

.el-card__header {
  background-color: #f9fafb;
  font-weight: 800;
}


#app .sent-header {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  margin-top: 150px;
}

#app .sent-sub-header {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
}

.reviews {
  text-align: center;
  margin: 40px;
}

body {
  -webkit-text-size-adjust: none;
}

.cant-find-wrapper {
  text-align: center;
  margin-top: 100px
}

.supported-apps {
  text-align: center;
}

#app .supported-apps-types-radio .el-radio-button__inner {
  transition: .1s ease;
  font-size: 13px;
}

.supported-app {
  border: 1px solid rgba(51, 51, 51, .08);
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 3%);
  border-radius: 10px;
  height: 80px;
  width: 300px;
  display: inline-block;
  margin: 9px;
  margin-top: 15px;
  cursor: pointer;
  text-align: left;
  transition: .3s ease;
}

.supported-app:hover {
  border-color: #08c669;
  background-color: #f8fdf9;
}

.supported-app img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  margin-right: 5px;
}

.supported-app-details {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-left-width: 1px;
  border-left-color: rgba(51,51,51,.08);
  border-left-style: solid;
  padding-left: 15px;
  width: 180px;
}

.supported-app-name {
  font-size: 15px;
  width: 180px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color .3s ease;
}

.supported-app:hover .supported-app-name {
  color: #08c669;
}

.supported-app-tags {
  font-size: 14px;
  color: rgb(152, 165, 179);
  margin-top: 5px
}

.supported-apps-search {
  margin-top: 50px; 
  margin-bottom: 20px; 
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}

.supported-apps-search-input {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.supported-apps-types-container {
  margin-bottom: 30px;
  overflow: auto;
  scrollbar-width: none;
}

.supported-apps-types-container::-webkit-scrollbar {
  display: none;
}

.supported-apps-types {
  min-width: 500px;
}

.supported-apps-types-radio {
  display: inline-flex !important;
}

.supported-app-nothing {
  margin: 20px;
  font-style: italic;
}

.supported-app-link {
  color: inherit;
  font-weight: 400;
}

.supported-app-link:hover {
  color: inherit;
}

.connector-logo {
  text-align: center;
}

.connector-logo-container {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 10px;
  height: 100px;
  width: 100px;
  display: inline-block;
}

#app .connector-header {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 40px;
  padding-top: 0;
}

#app .connector-sub-header {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
  padding-top: 0;
  font-weight: 400;
  border-bottom-width: 0;
}

#app .what-synced-header {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 60px;
  padding-top: 0;
  border-bottom-width: 0;
}


#cc--main {
  --cc-btn-primary-bg: #06c668;
  --cc-btn-primary-hover-bg: #0ad482;
  --cc-border-radius: 12px;
  --cc-btn-border-radius: 10px;
  --cc-btn-secondary-text: #2e2e2e;
  --cc-text: #333333;
}

#cc_div {
  font-family: Roboto, sans-serif
}

body .el-message {
  z-index: 1000000 !important;
}

body .popper-explanation {
  word-break: break-word;
  text-align: left;
}