:root {--bs-blue: rgb(117, 79, 254);}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(117, 79, 254);
    --bs-btn-border-color: rgb(117, 79, 254);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(117, 79, 254);
    --bs-btn-hover-border-color: rgb(117, 79, 254);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(117, 79, 254);
    --bs-btn-active-border-color: rgb(117, 79, 254);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(117, 79, 254);
    --bs-btn-disabled-border-color: rgb(117, 79, 254);
}


.container {
  max-width: 540px;
}

.form-select-lg {
  max-width: 350px;
}

.form-select-wrapper {
  text-align: center;
}

.form-select-wrapper select {
  margin: auto;
  margin-top: 10px;
}

.payment-container {margin-bottom: 100px; margin-top: 10px !important;}

.logo {max-width: 240px; padding: 20px;}

.feature-title {padding: 20px; color: #666;}
.user-reviews {margin-top: 20px;}
.user-reviews .card-header {font-size: 16px;}
.price-selector {text-align: center; padding-top:15px; padding-bottom: 15px; position: relative;
max-width: 300px; margin: auto;
}
.btn-outline-secondary {min-width:70px; border-color: #ddd; padding: 20px 10px; text-align: center; background-color: #efefef;}
.plan-highlights {padding-top: 20px;}

.plan-highlights ul {margin: 0; padding: 0}
.plan-highlights li {list-style: none; padding-left: 0px; padding-top: 2px; padding-bottom: 2px;}

.form-select-wrapper .form-control {max-width: 320px; margin: auto;}
.card-body {font-size: 14px;}
.user-row {margin-bottom: 10px;}
.user-row img {max-width: 40px; border-radius: 40px;}
.user-row .user-name {font-size: 14px; font-weight: bold; color: #333; padding-left: 5px;}
.user-row .user-from {font-size: 14px; font-weight: normal; color: #999; padding-left: 5px;}

.continue-wrapper {
  margin-top: 20px;
  width: 100%;
  height: 100px;
  text-align: center; 
}

.continue-wrapper .btn {
  width: 100%;
  padding: 15px;
}

.featured-logos {text-align: center; padding: 30px;}
.featured-logos img{ max-width:260px;}

.main-container {
  margin-top: 2rem;
}
.question-contents {
  text-align: center;
  font-size:17px;
  max-width: 400px;
  margin: auto;
}
.question.hide {display: none;}
.question-title {
  font-weight: bold;
}
.question-subtitle {
  color:#666;
}

.question-subtitle-price {
  color:rgb(117, 79, 254);
}

.page-image img{ width:80%; max-width: 350px; padding: 20px;}

.page-contents {
  text-align: center;
  font-size:19px;
}

.page-title {
  font-weight: bold;
}
.page-subtitle {
  color:#666;
}

.btn-cont.hide{display: none;}
.btn-mail-cont.hide{display: none;}


.form-check-input:checked {
  background-color: var(--bs-blue);
}

.page-subtitle span {font-weight: bold;}


.progress-bar {
  max-width: 470px;
  background-color: #eee;
  border-radius: 10px;
  height: 12px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
}
.progress-bar-progress {
background-color: rgb(117, 79, 254);
width: 7%;
border-radius: 10px;
height: 12px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.progress-text {font-size:14px; color: #999; margin-top: 30px;}
.question-subtitle-mini {font-size:13px; color: #999; margin-top: 10px;}



.inpage-progress {
    max-width: 240px;
  background-color: #eee;
  border-radius: 20px;
  height: 16px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
}

.inpage-progress-item {
background-color: rgb(117, 79, 254);
width: 0%;
border-radius: 20px;
height: 16px;
-webkit-transition: all 4000ms ease;
-moz-transition: all 4000ms ease;
-ms-transition: all 4000ms ease;
-o-transition: all 4000ms ease;
transition: all 4000ms ease;
}


.inpage-progress-item.start{
width: 100%;
}






.list-group {
  max-width: 460px;
  margin: 2rem auto;
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-blue);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}
.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-light);
}

.list-group-radio .form-check-input:checked + .list-group-item {
  background-color: var(--bs-body);
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 2px var(--bs-blue);
}
.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fullscreen-loader {
  display: none;
  position: fixed;
  left:0; right: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 999;
   background: linear-gradient(to right, #754ffe 0%, #4127a1 50%, #754ffe 100%);
  background-size: 5000px 100%;
  animation: bg 10s linear infinite;
}

.special-offer {
  border:1px solid rgba(255,170,70,0.3);
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  background-color: rgba(255,170,70,0.1);
  font-size: 13px;
}

.text-wrapper {width: 400px; height: 150px; left:0; right: 0; top:0; bottom:0; margin: auto; position: absolute;
color: #fff; font-size: 36px; font-weight: 800;
}

.btn-buy-wrapper {margin-top: 40px;}

.popular-choose {font-size: 12px; color: #999; width: 80px; right: 0; position: absolute; text-align: center; padding-top: 18px;}

.popular-choose-line {
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #999;
  top:2px;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-buy {
  min-width: 300px;
  border-radius: 30px;
}

.text-wrapper .text-anim.hide {
  display: none;
}

.success-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom:20px;
}

.app-screenshot {width:100%; margin-top:20px; margin-bottom:20px;
border-radius: 10px;}

.code-area {
  background: #E3AC35;
  padding:6px 10px;
  border-radius: 20px;
  font-weight: bold;
}

@keyframes bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 5000px;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


@media (max-width: 768px) {
.continue-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
  text-align: center; padding:20px;
}

.progress-bar {max-width: 95%;}

}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}