/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

[v-cloak] {
  display: none;
}

html {
  font-family: "Open Sans", sans-serif !important;
  color: #000;
  font-size:18px;
  line-height: 1.2;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.full-page-background {
  background-image: url('../images/bg_image_purple.png');
  position: fixed;
  /* background-size: cover; */

}


.header-background {
  background-image: url('../images/bg_header.png');
}
.form-background {
  background-image: url('../images/bg_form1.png');
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.confirm-background {
  background-image: url('../images/bg_form1.png');
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .form-list {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }

  .review-background {
    background-image: url('../images/bg_form.png');
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }

  .secure {
    display: none;
    height: 0;
  }
}

.text-gray-1 {
  color: #494949;
}

.text-gray-2 {
  color: #413F3F;
}

.text-gray-3 {
  color: #131010;
}

.text-gray-4 {
  color: #9A9696;
}

.text-yellow-1 {
  color: #FEF036;
}

.bg-yellow-2 {
  background-color: #F8C206;
}

.bg-purple-1 {
  background-color:#5F2D81;
}

@media only screen and (max-width: 768px) {
  .border-purple-mobile {
    border: 4px solid #5F2D81;
  }
}

.border-purple-box {
  border: 4px solid #5F2D81;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 5px 0 5px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .border-purple-box {
    border: 3px solid #5F2D81 !important;
  }
}

@media only screen and (min-width: 956px) {
  .border-purple-box {
    min-width: 125px;
  }
}

.active-box {
  background: #FFD53F;
  box-shadow: 0px 1px 10px rgba(65, 6, 102, 0.67);
}

.icon {
  height: 75px;
}

.input-box {
  border: 2px solid #1D1D1D;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.075));
  border-radius: 5px;
}

.green-button {
  background: rgb(41, 160, 42);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}

.hr {
  height: 1px;
  background: rgba(171, 171, 171, 0.3);;
  border-radius: 10px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  margin-left: 45%;
  border-top: 25px solid #5F2D81;
}

.arrow-down-yellow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: 45%;
  border-top: 10px solid #F8C206;
}

.fade-enter-active {
  transition: opacity 2s ease-in-out;
}

.fade-enter-to {
  opacity: 1;
}

.fade-enter {
  opacity: 0;
}


@keyframes heartbeat
{
  0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}

button {
  animation: heartbeat 2s infinite;
}

@keyframes slide {
  from {
    transform: translate(-70px, 0);
  }
  to {
    transform: translate(1px, 0);
  }
}

.move-in {
  animation: slide 1s linear normal;
}


/* Progress Bar */
.progress-bar {
  height : 23px;
  border: 1px solid #C5BFBF;
  border-radius: 320px;

}

.progress-bar > span {
  height            : 100%;
  display           : block;
  overflow          : hidden;
  position          : relative;
  background-color  : #7E40A8;
  transition        : 500ms linear;
  -webkit-transition: 500ms linear;
  border-radius: 320px;
}

.progress-bar > span:after {
  content          : "";
  top              : 0;
  left             : 0;
  right            : 0;
  bottom           : 0;
  height: 28px;
  z-index          : 1;
  position         : absolute;
  background-position: 0 0;
  background: -webkit-repeating-linear-gradient(45deg, #7E40A8, #7E40A8 10px, #9659BF 10px, #9659BF 20px);
  background: -moz-repeating-linear-gradient(45deg, #7E40A8, #7E40A8 10px, #9659BF 10px, #9659BF 20px);
  background: repeating-linear-gradient(45deg, #7E40A8, #7E40A8 10px, #9659BF 10px, #9659BF 20px);
  background-position: 0 0;
  background-size: 28px 100%;
  -webkit-animation: stripes-move 2s infinite linear;
  animation        : stripes-move 2s infinite linear;
}

@-webkit-keyframes stripes-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -28px 0;
  }
}

@keyframes stripes-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -28px 0;
  }
}

::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
  text-align: center;
}

::-moz-placeholder {  /* Firefox 19+ */
  text-align: center;
}

:-ms-input-placeholder {
  text-align: center;
}

input {
  text-align: center
}


/* Bouncing Ball Animation Start */

.loader-ball .ball {
  position: relative;
  background-color: #613798;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  animation: bouncedelay 2.3s infinite cubic-bezier(.62, .28, .23, .99) both;
}

.loader-ball .ball1 {
  animation-delay: -.16s;
}

.loader-ball .ball2 {
  animation-delay: -.08s;
}

@keyframes bouncedelay {
  0% {
    bottom: 0;
  }

  16.66% {
    bottom: 40px;
  }

  33.33% {
    bottom: 0;
  }

  50% {
    bottom: 40px;
  }

  66.66% {
    bottom: 0;
  }

  83.33% {
    bottom: 40px;
  }

  100% {
    bottom: 0;
  }
}


/* Bouncing Ball Animation END */


.indicator {
  margin: 0 auto 10px;
  text-align: center;
  border-radius: 5px;
  background: rgba(123, 123, 123, 0.47);
  color: #fff;
  font-size: 0;
}

.title {
  display: inline-block;
  width: 25%;
  max-width: 125px;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  text-transform: uppercase;
}

.title-active {
  background: url('../images/arrow23.png') no-repeat center center;
  background-size: 100% 100%;
}

.font-roboto-slab {
  font-family: Roboto Slab,Helvetica Neue,Arial;
}

.text-purple-3 {
  color: #4b2d64
}

.text-l {
    font-size: 32px;
}

.font-bold {
  font-weight: 700;
}

.max-w-6xl {
  max-width: 720rem !important;
}

.steps-body {
    border: 4px solid #00004E;
    box-shadow: 0px 0px 10px 0px #999aff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 15px;
    max-width: 916px;
    margin: 0 auto;
    background-color: rgba(241,234,221,0)!important;
}

.text-14 {
  font-size: 14px;
}

.text-18 {
  font-size: 18px;
}

.text-35 {
  font-size: 35px;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {

  .text-35 {
    font-size: 25px;
    line-height: 30px;
  }

}

.max-w-2xl {
  max-width: 420px !important;
}

.text-gray-9 {
  color: #404040;
}

.border-gray-10 {
  border-color: #ccc;
}

.text-24 {
  font-size: 25px;
  line-height: 30px;
}

.icon {
  height: 65px;
}

/* Last Button Fading */

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1.0);
  }
}

.prev-fast-enter,
.prev-fast-leave-to {
  opacity: 0;
  transform: scale(0.4);
}

.prev-fast-leave-active {
  transition: 0s;
}

.prev-fast-enter-active {
  transition: 0.2s;
}

/* Choose Zodiac Sign Moving Arrow */

.mobile-arrow {
  animation: upNdown 2s infinite linear;
}

@keyframes upNdown {
  50% {
    transform: translateY(-15px);
  }
}

.w-20 {
  width: 45px !important;
}

.bg-green-3 {
  background-color: #137603;
}

.shadow-round {
  box-shadow: 2px 2px 8px 0 #6d6d6d;
}

.bg-purple-19 {
  background-color: #5d2573;
}


.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #d1d1d1, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #d1d1d1, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #d1d1d1, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #d1d1d1, #f0f0f0);
}


.text-grey {
  color: #535353;
}
