html {
    font-size: 10px;
}

body {
    font-family: 'Manrope', "Helvetica Neue", Helvetica, Roboto, sans-serif;
}

.logo {
    position: fixed;
    top: 5vw;
    left: 6vw;
}

.__header-one{
    margin-top: 50px !important;
}

@media (min-width: 70rem) {
    .logo {
        top: 32px;
        left: 42px;
    }
}

.disclaimer {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
}

.section-title {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.2em;
}

.section-title.first-page {
    margin-top: 60px;
}

/* error message */
.LiveField__error {
    background: rgba(222, 103, 36, 0.21);
    color: #DE6724;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
}

/* choice input*/

/*.YesNo__button,*/
.Choices__choice {
    /*background-color: #bee6fa !important;*/
    box-shadow: none !important;
    /*padding: 15px 16px !important;*/
}

.YesNo__button.btn-raised.btn-primary,
.YesNo__button.btn-raised.btn-default,
.Choices__choice.btn-raised.btn-primary,
.Choices__choice.btn-raised.btn-default {
    /*color: #000;*/
    font-size: 16px;
    font-weight: 600;
}

.YesNo__button.btn-primary,
.Choices__choice.btn-primary {
    /*background-color: #8cb7cc !important;*/
}

.Choices__choice .material-icons {
    font-size: 20px !important;
}

.YesNo__button,
.Choices__label {
    /*text-transform: uppercase;*/
    letter-spacing: 0.1em;
}

/* Dropdown */
.Select-control,
.is-open>.Select-control {
    /*background-color: rgba(245, 160, 152, 0.21);*/
    /*border-bottom: none !important;*/
}

.Select-value {
    font-weight: 600;
}

/* question block insurance type */
.Paperform__Question--904ha {
    margin-top: -40px;
}

.Paperform__Question--904ha .LiveField__container {
    padding: 0;
}

/* hide the header for insurance type question */
.Paperform__Question--904ha .LiveField__header {
    display: none;
}

/* spacer between header and headline */
.spacer {
    height: 120px;
    height: 12vh;
}

/* Success Page */

.success-container {
    display: flex;
    margin: 8rem 0;
}

.success-sub-heading {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 40px;
}

.success-illustration {
    width: 100$;
    max-width: 40rem;
}

.success-message {
    align-self: flex-end;
    padding: 16px;
    flex-shrink: 0;
}

.success-button {
    background-color: #ED7164;
    color: #fff;
    border-radius: 100px;
    width: 100%;
    max-width: 336px;
    margin-top: 30px;
    border: none;
    text-align: left;
    padding: 6px 26px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.success-button:active,
.success-button:hover {
    background-color: #F49F98;
}

@media (max-width: 70rem) {

    .success-container {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .success-message {
        align-self: center;

    }
}