widget.multistep-form .o-form-container {
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

widget.multistep-form .o-form-container form {
    padding: 10px;
    margin-bottom: 0;
}

widget.multistep-form .o-form-title {
    font-size: 1.25em;
    text-align: center;
}

widget.multistep-form .o-form-title span {
    font-size: 1em;
    text-align: center;
}

widget.multistep-form .o-form-brand {
    border: 1px solid black;
    padding: 10px;
    border-radius: 20px;
    background: #aed9ff;
}

widget.multistep-form .o-form-brand-img {
    width: 100%;
    max-width: 400px;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

widget.multistep-form .o-side-h1 {
    width: 50px !important;
}

widget.multistep-form .o-form-progress * {
    box-sizing: content-box;
}

widget.multistep-form .o-form-error .o-form-select.required {
    color: red;
}

widget.multistep-form .o-form-error .o-form-label.required {
    color: red;
}

widget.multistep-form .o-form-label {
    font-size: 1em;
    margin-left: 5px;
    vertical-align: middle;
}

widget.multistep-form .o-form-text-start {
    text-align: start;
}

widget.multistep-form .o-form-text-center {
    text-align: center;
}

widget.multistep-form .o-form-legend {
    text-align: center;
    padding: 0 15px;
    font-size: 1.4em;
}

widget.multistep-form .o-form-ask-astro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 0.875em;
    font-weight: bold;
    color: white;
    background-color: lightseagreen;
    border-radius: 50%;
    cursor: default;
    user-select: none;
    font-family: sans-serif;
}

widget.multistep-form .o-form-row {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;

    flex-direction: row;
    text-align: center;
}

widget.multistep-form .o-form-row > *, widget.multistep-form .o-form-row-gutter {
    padding-right: calc(10px * .5);
    padding-left: calc(10px * .5);
    margin-top: 5px;
}

widget.multistep-form .o-form-row > *, widget.multistep-form .city-container > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

widget.multistep-form .o-form-back-arrow {
    cursor: pointer;
    font-size: 2em;
}

widget.multistep-form .email-container .o-form-back-arrow {
    font-size: 1.5em;
}

widget.multistep-form .o-form-col {
    flex: 1 0 0;
}

widget.multistep-form .o-form-error-message .o-form-subtitle {
    font-size: 0.9375em;
    color: red;
    margin-bottom: 0 !important;
}

widget.multistep-form .o-form-mt-1 {
    margin-top: 1rem;
}

widget.multistep-form .o-form-m-auto {
    margin: auto;
}

widget.multistep-form .o-form-mt-2 {
    margin-top: 2rem;
}

widget.multistep-form .o-form-btn {
    display: inline-block;
    max-width: 720px;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    border-radius: 50px;
    background: #2dc92d;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    border: #2dc92d 4px solid;
    padding: 15px 0;
}

widget.multistep-form .o-form-btn:hover {
    border: #117911 4px solid;
}

widget.multistep-form .o-form-select {
    display: block;
    width: 100%;
    padding: .375rem 0 .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: white;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: #dee2e6 solid 1px;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

widget.multistep-form .o-form-progress {
    position: relative;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
}

widget.multistep-form .o-form-progress .o-form-progress-bar, widget.multistep-form .o-form-progress ul li.active {
    transition: width 0.8s cubic-bezier(0, 0, 0, 1);
}

widget.multistep-form .o-form-progress .o-form-progress-bar {
    background: lightseagreen;
    width: 0%;
}

widget.multistep-form .o-form-progress ul::before, widget.multistep-form .o-form-progress .o-form-progress-bar {
    position: absolute;
    bottom: calc(25px / 2 + 1px);
    height: 5px;
    left: 0;
}

widget.multistep-form .o-form-progress ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

widget.multistep-form .o-form-progress ul li.active, widget.multistep-form .o-form-progress ul li:nth-of-type(1) {
    border-color: lightseagreen;
    background-color: lightseagreen;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
}

widget.multistep-form .o-form-progress ul li {
    border: 3px solid lightgray;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

widget.multistep-form .o-form-progress ul li.active {
    transition: background 0.3s, color 0.3s, border 0.3s;
    transition-delay: 0.4s;
}

widget.multistep-form .o-form-col-auto {
    flex: 0 0 auto !important;
    width: auto !important;
}

widget.multistep-form {
    max-width: 285px;
}

widget.multistep-form .loader {
    width: 32px;
    height: 32px;
    border: 5px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 375px) {
    widget.multistep-form {
        max-width: 340px;
    }
}

@media (min-width: 425px) {
    widget.multistep-form {
        max-width: 390px;
    }
}

@media (min-width: 479px) {
    widget.multistep-form {
        max-width: 445px;
    }
}

@media (min-width: 599px) {
    widget.multistep-form {
        max-width: 565px;
    }
}

@media (min-width: 768px) {
    widget.multistep-form {
        max-width: 700px;
    }

    widget.multistep-form .o-form-container {
        padding: 20px;
    }

    widget.multistep-form .o-form-container form {
        padding: 20px;
    }

    widget.multistep-form .o-form-container .o-form-title {
        font-size: 2em;
    }

    widget.multistep-form .o-form-label {
        font-size: 1.3em;
        margin-left: 10px;
    }

    widget.multistep-form .o-form-error-message .o-form-subtitle {
        font-size: 1.5em;
    }
}
