/* .button-next {
    color: white;
    font-family: "Circular Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background-color: #6b2ead;
    align-self: center;
    white-space: nowrap;
    text-align: center;
    border-radius: 4px;
    padding: 8px 20px;
    float: right;
    border: none;
    text-decoration: none;
}
@media (max-width: 991px) {
    .button-next {
        white-space: initial;
        margin: 40px 0;
        padding: 0 20px;
    }
}




/* test values */

/* .questions {
    background-color: white;
    width: 100%;
    max-width: 401px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}  */
.frame-3 {
    width: 100%;
    padding: 10px 20px 23px 20px;
    background: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 15px;
}

.frame-20 {
    width: 100%;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.main-title {
    text-align: center;
    width: 100%;
    color: #646f79;
    letter-spacing: 0.4px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.title-name {
    font-family: "Circular Std", sans-serif;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
}



.short-input {
    width: 100%;
    padding: 14px 0px 14px 20px;
    background: #f6f8f9;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #646f79;
    border: none;
}

.short-add-email{
    width: 82%;
    padding: 14px 0px 14px 20px;
    background: #f6f8f9;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #646f79;
    border: none;
}

.short-add-username{
    width: 82%;
    padding: 14px 0px 14px 20px;
    background: #f6f8f9;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #646f79;
    border: none;
}

.time-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
  }

.frame-2 {
    margin-top: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.button {
    padding: 16px 24px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.address-button-outline {
    background: white;
    border: 1px solid #6b2fad;
    height: 46px;
    width: 52%;
    color: #6b2fad;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.button-outline {
    background: white;
    border: 1px solid #6b2fad;
    height: 46px;
    width: 26%;
    border-radius: 4px;
}

.button-outline .chevron-left {
    color: #6b2fad;
    font-size: 18px;
}

.button-primary {
    flex: 1 1 0;
    height: 46px;
    background: #6b2fad;
    border: none;
    border-radius: 4px;
    gap: 2;
}

.button-primary .button-text {
    color: white;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0.7px;
    font-weight: 900;
}

.button-primary .arrow-right {
    color: white;
    font-size: 18px;
}

/* Thank You Page */

.thankyou_card {
    background: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 21px 11px;
}

.thankyou_logo {
    height: 33vh;
    width: 87%;
    margin: 15px 0px 10px 0px;
  }

.thankyou-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}
.thankyou-text {
  font-size: 11px;
  padding: 0px 2px;
  font-weight: 450;
}
