@import url('https://fonts.googleapis.com/css?family=Montserrat:400,300,500,600,700,200,100,800&family=Ubuntu:400,300,500,600,700,200,100,800');
@import url(‘https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap’);




.password-container>input::placeholder, .email-container>input::placeholder  {
  color: #C5C5E3;
  font-family: “Manrope”, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.password-container>span,
.email-container>span {
  color: #342476;
  font-family: “Manrope”, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.login-btn-class, .signup-btn-class
{
  padding: 14px 22px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 100% !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: 0px 4px 7.6px 0px rgba(0, 0, 0, 0.05) !important;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 244.34px 0px 244.34px 0px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  width: 500px;
  height: 487px;
  height: auto;
  display: block;
  opacity: 1;
}

.footer-offset{
      transform: translateX(100px);
}

@media(max-width: 1030px){
  .image-container, .capsule-container, .venn-container.footer-offset {
    display:none;
  }
}

.venn-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: -33px;
}

.capsule {
  position: relative;
  border-radius: 200px;
  display: inline-flex;
  background: transparent;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #6C63FF;
}


.capsule-text {
  font-family: “Manrope”, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6C63FF;
  line-height: normal;
  text-align: center;
  margin: 0 !important;
  
}

.capsule-right{
  margin-left: -10px;
}

.signup-subtitle {
  font-family: “Manrope”, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 16px;
}

.signup-checkmark-text{
  font-family: “Manrope”, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.signup-terms{
  font-family: “Manrope”, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 13.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 24px;
  color:#3B3B3B;
}

.signup-terms a {
  font-family: “Manrope”, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 13.66px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3B3B3B;
}

.signup-pass-sub {
  font-family: “Manrope”, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3B3B3B;
}


body.login {
  line-height: 1.5;
  height: 100vh;
  background-color: #F9F9FD;
  font-size: 1.5rem;
  font-family: “Manrope”, sans-serif;
  color: #342476;
  font-size: 14px;
}

.login-center{
  text-align: center;
  width: 100%;
}

.login-subtitle {
  color: black;
  display: inline-block;
  font-family: “Manrope”, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


.login h2 {
  font-size: 6rem !important;
  font-weight: 700;
}

.form-control-templates {
  font-size: 80px !important;
  border:0px!important;
  font-weight: bold!important;
  width: 100%;
  height: auto!important;
  padding: 0px 10px !important;
  outline: none;
  background: #f6f6f6 !important;
}

.prof-menu {
  background: #fff;
  height: 100vh;
  position: sticky;
  color:#2c2c5b;
  padding-top:40px;
}

.prof-menu h2 {
  font-size: 24px !important;
  line-height: 1.2;
  padding-bottom: 60px;
}

.prof-menu .navbar-brand {
  font-size: 24px !important;
  line-height: 1.2;
  font-weight: bold;
  height: auto;
}



body.login a.forgot {
  font-size: 14px;
}

.prof-menu .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #4243ab;
  border-radius: 1px;
}

.logo {
	padding-top: 15px;
	padding-bottom: 15px; 
	text-align: left;
}
.fullpage {
  background-color: #f6f6f6;
}

.login-container {
  display: flex;
  justify-content: center;
}

.login .credentials {
  border:1px dashed #d8d8d8;
  border-radius: 5px;
  padding: 20px;
  padding-bottom: 0px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 15px;
  background-color: #efefef33;
}
.login section {
  padding-bottom: 10rem;
  padding-top: 10rem;
}

@media(min-width: 600px){ 
  .box-login,
  .box-forgot,
  .box-register,
  .box-plans,
  .box-company-info {
    min-width: 460px;
    padding: 60px 50px 50px 50px;
  }
  .box-register{
    margin-left: 6.94vw;
  }
}


@media(max-width: 599px) {
  .box-login,
  .box-forgot,
  .box-register,
  .box-plans,
  .box-company-info {
    padding: 30px;
  }
  .box-register{
    margin-left: 0;
  }
}

.box-login, .box-forgot, .box-register, .box-plans, .box-company-info{  
    gap: 60px;
    background-color: #ffffff !important;
    border-radius: 32px !important;
    opacity: 1;
    box-shadow: 0px 2px 11.2px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


.login a {
  color: #342476;
}

.w-logo {
  padding-top:30px;
  padding-left: 30px;
}

@media(min-width: 600px){
  .signup-text, .capsule-container{
    text-align: right;
  }
}

@media(max-width: 599px) {
  .signup-text, .capsule-container {
    text-align: center;
  }
}

.signup-text {
  padding-top: 40px;
  padding-left: 30px;
  font-family: “Manrope”, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  text-decoration: none;
  color: #342476;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.signup-link {
  font-weight: 600;
}

.proffesion .buttons a{
  position: relative;
  display: inline-block;
  /*font-weight: 800;*/
  overflow: hidden;
  background: linear-gradient(to right, #2c2c5b, #2c2c5b 50%, #7e8392 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}

.proffesion .buttons a:hover{
  background-position: 0 100%;
}

.proffesion .buttons .white{
    position: relative;
  display: inline-block;
  /*font-weight: 800;*/
  overflow: hidden;
    background: linear-gradient(to right, #ffffff, #a3a3a3 50%, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
} 

.sign-up {
	padding-top: 8px;
}
body.login .box-login, body.login .box-forgot, body.login .box-register, body.login .box-terms {
  position: relative !important;
  top:10px;
}
select.form-control {
    background: #f0f4f7;
    font-size: 15px;
    padding: 0px 15px;
    line-height: 1.2;
    height: 43px;
    border: 1px solid #E6E8E8;
}



.prof-menu ul {
  list-style: none;
  padding-left: 0px;
}

.prof-menu ul li {
  float: none;
}
.prof-menu ul li a{
  padding:0px;
}

.prof-menu ul li a:hover{
  background: none;
  text-decoration: underline;
}


#trapezoid {
  border-top: 25px solid #f6f6f6 ;
  border-left: solid #fff;
  border-left-width: 25vw;
  height: 0px;
  width: 100%;
  margin-bottom: -1px;
}
#trapezoid2 {
  border-top: 100px solid #f6f6f6 ;
  border-left: solid #ffff;
  border-left-width: 85vw;
  border-right: 25px solid transparent;
  height: 0px;
  width: 100%;
  margin-bottom: -1px;
  margin-left: -15px;

}
.form-control-templates::-webkit-input-placeholder {
  color:#c4c2c1;
  opacity: 0.8;
}
.form-control-templates::-moz-placeholder {
  color:#c4c2c1;
  opacity: 0.8;
}

.select2-container {
  width:100% !important;
}
.select2-selection--single{
  height: 60px !important;
    border: 1px solid #E6e8e8 !important;
  background-color: #ffffff !important;
  font-size: 18px !important;
  padding-left: 20px !important;

}

.select2-selection__rendered{
    line-height: 54px !important;
    color: #4b4e56 !important;
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 400 !important;
}

.select2-selection__arrow{
    height: 60px !important;
}



.login input {
	background-color: #ffffff;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 12px !important;
  font-size: 18px;
  font-weight: 400;
  border: 1px 1px 1px 1px;
  justify-content: space-between;
  opacity: 0px;
  gap: 8px;
}


.password-container {
  margin-top: 16px;
  position: relative;
}

.password-toggle, .password-conf-toggle {
  position: absolute;
  top: 50px;
  right: 10px;
  margin-top: -14px;
  cursor: pointer;
  color: #342476;
}
.password-toggle i,
.password-conf-toggle i {
  font-size: 1.2rem;
  transition: color 0.2s ease;
  color: #342476;
  transform: translateY(5px);
  position: relative;
}
.password-toggle:hover,
.password-conf-toggle:hover {
  color: #000;
}

.password-toggle:hover i,
.password-conf-toggle:hover i {
  color: #000;
}

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.login h3 {
  font-size: 4rem !important;
  font-weight: 400;
  font-family: 'Raleway', sans-serif !important;

}

.prof-menu h3 {
  font-size: 1.6rem !important;
  color: #4b4e56;
  line-height: 1.3;
}


.btn {
  border-radius: 12px;
  padding: 20px 24px 20px 24px;
  gap: 8px;
  font-size: 14px;
  opacity: 0px;
  box-shadow: 0px 4px 7.6px 0px #0000000D;
}

.btn-green, .btn-yellow {
  background-color: #342476;
  border-color: #342476;
  
}

.btn-transparent {
  background-color: none;
  border-color: #fff;
  color:#fff;
}

.btn-transparent:hover {
   background-color: #fff;
   color:#4243ab;
}

.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus{
  background-color: #5051af;
  border-color: #5051af;
  color:#fff;
}

a.btn {
  color:#5152af;
}

.login h4 {
  color: #6e6e78;
}

.login #main h4 {
  color: #2c2c5b;
  padding-left:15px;
  font-size: 24px;
  font-weight: bold;
}

/* .signup {
	text-align: center;
}

.signup label {
  display: none;
} */

.package {
  /*border-right: 1px solid #efefef;*/
  padding-top: 10px;
  padding-bottom: 10px;
}

.package:hover {
/*  -webkit-box-shadow:inset 0px 0px 0px 3px #00e8bb;
  -moz-box-shadow:inset 0px 0px 0px 3px #00e8bb;
  box-shadow:inset 0px 0px 0px 3px #00e8bb;*/
  background: rgba(0, 232, 187, 0.15);
}
.package-row {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.package-image {
  width: 80%;
}



.size10{
  font-size: 10px;
}
.size11{
  font-size: 11px;
}
.size12{
  font-size: 12px;
}
.size13{
  font-size: 13px;
}
.size14{
  font-size: 14px;
}
.size15{
  font-size: 15px;
}
.size16{
  font-size: 16px;
}
.size18{
  font-size: 18px;
}

.size20{
  font-size: 20px;
}

.size22{
  font-size: 22px;
}
.size26{
  font-size: 26px;
}
.size34{
  font-size: 34px;
}
.size48{
  font-size: 48px;
}

.rengine-blue {
   color: #42438d !important;
}
.gray {
  color: #999;
}

.green {
  color: #00e8bb;
}


.red {
  color: red;
}

.cyan {
  color: #00e8bb;
}

.font-rail {
  font-family: "Raleway", sans-serif;
}
.light-blue {
  color:#5bc0de;
}
.white {
  color: #fff;
}
.blue {
  color: #0090ff;
}
.paddt10 {
  padding-top: 10px;
}
.paddt20 {
  padding-top: 20px;
}
.paddt40 {
  padding-top: 40px;
}
.paddt60 {
  padding-top: 60px;
}
.paddt100 {
  padding-top: 100px;
}

.paddb40 {
  padding-bottom: 40px;
}
.paddb100 {
  padding-bottom: 100px;
}

.paddt100 {
  padding-top: 100px;
}
.paddr20 {
   padding-right: 1rem;
}

.padd10 {
   padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
/*.btn-yellow, .btn-orange {
  background-color: #1f8ceb;
  border-color: #166cb7; 
}

.btn-yellow:hover, .btn-orange:hover {
  background-color: #166cb7;
  border-color: #166cb7; 
}
*/
.btn-block{
  padding: 18px;
  font-size:18px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.back-gray {
  background-color: #f6f6f6 !important;
}
.back-rengine {
  background-color:#f0f4f7;
}
.back-rengine-light {
  /*background-color:#e8ecef;*/
}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  padding: 12px 16px 12px 16px;
  height: 44px;
}

#policy {
  overflow-y:scroll;
  font-size: 14px;
  height: 400px;
}


.wanring-label {
  /*background-color: ;*/
  color:#dc2a55;
  padding: 10px;
  border-radius: 5px;
  font-size:16px;
  text-align: left;
  padding-left: 30px;
}
.wanring-label:before{
  
  display: block;
  width: 30px;
  position: absolute;
  top: 10px;
  left:25px;
}

/* -------STRIPE CSS */
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 50px;
  padding: 15px 12px;
  border-radius: 4px;
  border: 1px solid #00000012;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.wrapper {
  /*background-color: #f7f8f9;*/
  width: 670px;
  margin: 0 auto;
  height: 100%;
}

#payment-form .wrapper {
  width: 100%;
}

.form-row {
  padding: 30px;
  height: 120px;
}

.form-actions {
  padding-top: 32px !important;
  margin-top: 0px !important; 
}

#prediction_results {
  background-color: #fbfbfb;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

#prediction_results li {
/*  background: url("../images/pointer-grey.png") no-repeat scroll 5px center transparent;
*/  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
}

#prediction_results li:hover,
#prediction_results li:focus {
  cursor: pointer;
  background-color: #ECECEC;
}

#prediction_results li:first-child {
  margin-top: 10px;
}

#prediction_results li:last-child {
  border: 0;
}

.tab-content {
  border-top:0px !important;
  border-right:0px !important;
  border-bottom:0px !important; 
}

.proffesion-list {
  margin-top: 0px; 
}

.full-icon {
  overflow: hidden;
  max-height: 100%;
}
.proffesion {
    height: 435px;
    /*overflow: hidden;*/
    margin-bottom: 20px;
    padding:20px;
}
.proffesion img {
  width: 100%;

}
.proffesion .buttons {
  position: absolute;
  top: -4px;
  transition: opacity 0.3s;  
  padding-top: 0px;
  width: 100%;
  opacity: 0;
  padding-top: 24%;
  font-size: 1.5em;
}

/*.proffesion:hover .buttons{
  background-color: rgba(255,255,255,.95);
  border-radius: 0px;
  height: 100%;
  position: absolute;
  opacity: 1;
  box-shadow: 0 0 20px rgba(0,0,0, .3);
}*/

.proffesion .row {
  margin-left:0px;
  margin-right:0px;
  margin-top:4px;
}
.proffesion .bordered {
  padding: 0px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  /*outline: 1px solid #efefef;*/
}

.no-click {
  pointer-events: none;
  /*touch-action:none;*/
  opacity: 0.7;
}



.dropdown-menu.dropdown-dark {
  left:-120px;
}
.dropdown-menu.dropdown-dark:after {
  left:125px;
} 

.border-dashed {
  border:1px dashed;
  padding:20px;
}

.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.templates-page {
  background: #fff;
}

/*Mobile devices */
@media only screen and (max-width: 500px) {
    body.login {
      background-image: url('../images/login-bg.png');
      background-size:auto;
      font-size: 1.5rem;
      color: #6e6e78;
      font-weight: 300;
      /*background: #fff;*/
  }

  #trapezoid2 {
    border-top:0px !important;
  }
  .form-control-templates {
    font-size: 30px !important;

  }

   .proffesion .buttons {
        font-size: 20px !important;
    }
  .proffesion {
      max-height: 435px;
  }

  .logo {
    height: 100px;
    padding-left: 0px !important;
  }
  body.login .main-login {
    margin-top: 0px;
  }


  .login-title {
    font-family: “Manrope”, sans-serif;
    font-size: 44px;
    font-weight: 700 !important;
    line-height: 48.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #342476 !important;
  }

  p {
    text-align: center;
  }
  .prof-menu {
     background: transparent;
     height: auto;
     position: sticky;
    color:#2c2c5b;
    padding-top: 0px;
  }
  .prof-menu .navbar-brand {
    font-size: 18px !important;
    /*color: #4b4e56;*/
    line-height: 1.2;
    padding-bottom: 10px;
  }
 
}


@media only screen and (max-width: 900px) {
    .no-click {pointer-events: auto; }

}

/* TEMPLATES */


/**RIBBON**/

.ribbon {
  width: 160px;
  height: 190px;
  overflow: hidden;
  position: absolute;
  z-index:1;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 250px;
  padding: 15px 0;
  background-color: #3498db;
  /*background: #42438d;*/
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 16px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-left {
  top: 15px;
  left: 14.5%;
}

.ribbon-top-left span {
  right: -30px;
  top: 40px;
  transform: rotate(-45deg);
}

/* RIBBON MOBILE */

@media only screen and (max-width:991px) {
  .ribbon-top-left {
  left: 12.5%;
}
}
@media only screen and (max-width:768px) {
  .ribbon-top-left {
  left: 13%;
}
}
@media only screen and (max-width:650px) {
  .ribbon-top-left {
  left: 13.5%;
}
}
@media only screen and (max-width:500px) {
  .ribbon-top-left {
  left: 15%;
}
}
@media only screen and (max-width:400px) {
  .ribbon-top-left {
  left: 9%;
}
}

/* END RIBBON */

.template {
  padding: 20px;
  margin: 0 auto;
  max-width: 100%;
}




.template {
  padding: 20px;
  margin: 0 auto;
  max-width: 100%;
}

.template .screen {
  background: #fff;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%;
}

.template  .screen:before {
  border: 2px solid #ddd;
  border-radius: 3% / 5%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1) ;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 67%;
}

.template .screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.template .viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
}



.template .viewport {
  transition: background-position 6s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

.template:hover .viewport {
  background-position: 0 100%;
}

.template .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}


/* TEMPLATE ACTION BUTTONS */

.template-outer .btn-label {position: relative;left: -12px;display: inline-block;padding: 12px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.template-outer .btn-labeled {padding-top: 0;padding-bottom: 0;}
.template-outer .btn  { margin-bottom:10px; }

.template-outer .preview-button{
    
    font-family: 'ubuntu', sans-serif;
    background-color: #9E49B5;
    background-image: linear-gradient(to right, #9E49B5 0%, #DD0772 61%, #9E49B5 100%);
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 16px;
    font-weight: 200;
    outline: none;
    border: none;
    border-radius: 5px;
    color: white;
}
.template-outer .preview-button:hover{
  background-color: #B575C8;
  background-position: right center;
  color:#fff !important;
}

.template-outer .main-button{
    font-family: 'ubuntu', sans-serif;
    background-color: #5051AF;
    background-image: linear-gradient(to right, #5051AF 0%, #814CFD 61%, #554BFB 100%);
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 16px;
    font-weight: 200;
    outline: none;
    border: none;
    border-radius: 5px;
    color: white;
}
.template-outer .main-button:hover{
  background-color: #B575C8;
  background-position: right center;
  color:#fff !important;
}



@media only screen and (max-width:768px) {
  .template-outer{
    padding-left: 0px;
    padding-right:0px;
    margin-bottom: 24px;
  }
}



  .setup-success-container .icon{
    background: -webkit-linear-gradient(left, #60BAFF,#E584FC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .setup-success-container .setup-item{
    margin-bottom: 40px;
    min-height: 150px;
  }

@media only screen and (max-width:1024px) {
  .setup-success-container .setup-item{
    min-height: unset;
  }
}
  .setup-success-container .setup-item h5,
  .setup-success-container .setup-item p{
    text-align:left;
  }

  .setup-success-container .setup-item h5{
    margin:0;
    padding:0;
    font-size: 16px;
    font-weight: 700;
    color: black;
  }

  .setup-success-container .setup-item .icon-container{
    padding-right: 24px;
  }

  .setup-success-container .setup-item .setup-btn{
    display: inline-block;
    background:transparent;
    border: 1px solid #4243ab;
    border-radius: 20px;
    padding:8px 12px;
    margin-top:4px;
    text-decoration: none;
  }