@font-face {
    font-family: 'GT Walsheim Pro Regular';
    src: url('../fonts/GT-Walsheim-Pro-Regular.ttf') format('truetype');
}

body {
    font-family: 'GT Walsheim Pro Regular';
}

.wizard-nav {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.wizard-nav-item {
    background-color: #ddd;
    color: #333;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
}

.wizard-nav-item:hover {
    background-color: #ccc;
}

.wizard-nav-item.active {
    background-color: #999;
}

.wizard-page {
    padding-top: 20px;
    /* width: 600px; */
}

.wizard-page.active {
    display: block;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-top: 3px solid #64007D;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.active {
    display: block;
    opacity: 1;
    transition: all 0.5s ease-in;
}


.filisia-color {
    --text-opacity: 1;
    background-color: #64007D;
}


.filisia-color-green {
    --text-opacity: 1;
    font-size: 25px;
    background-color: #8FD146;

}

.error-message{
    color: #7D0B0B;
    text-align: left;
}

.wizard-nav-steps {
    display: flex;
    justify-content: center;
    width: 557px;
}

.header,
h1 {
    color: #64007D;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    padding-top: 60px;
}

.header2{
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 13px;
}

h2 {
    color: #64007D;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    padding-top: 28px;
}

#inapp-image {
    width: 780px;
    height: 438px;
    padding-top: 12px;
}

h3 {
    color: #64007D;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    padding-top: 28px;
}

.paragraph {
    padding-top: 20px;
    text-align: left;
}

.check {
    width: 22px;
    height: 17px;
    margin-right: 10px;
    float: left;
}

.normaltext {
    color: rgba(34, 34, 34, 0.7);
}

.text-base {
    color: rgba(34, 34, 34, 0.7);

    text-align: left;
}


.normaltext strong,
.normaltext b {
    color: black;
}


#header,
#div-wizard {
    transition: opacity 0.5s;
}

.hidden1 {
    opacity: 0;
}

/* .hide {
    display: none;
} */




.congrats {
    background-image: url(images/left_graphic.png), url(images/right_graphic.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    height: 800px;
}


.width600 {
    width: 600px;
}

input[type="checkbox"] {
    transform: scale(2);
    /* make the checkbox twice as big */
    margin-right: 20px;
}

input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 20px;
    /* adjust as necessary */
    height: 20px;
    /* adjust as necessary */

}

a {
    color: #64007D;
}

.shadow-md.border.pl-12.pt-8 {
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    padding-left: 12px;
    padding-top: 8px;
    border-radius: 10px;
  }
  

  #promo-code {
    @apply py-2 px-4 border border-gray-400 rounded w-full;
  }
  
  .paragraph {
    display: flex;
    align-items: center;
  }
  
  