* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
} 

.wizard-form-container {
    width: 100vw;
    height: 100vh;

    background-color: #e1f3ff;

    display: flex;
    flex-direction: column;
}

.wizard-form-header {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 80px;
}

.wizard-form-header .brand img {
    height: 60px;
    margin: 25px 0 -25px 0;
}

.wizard-form-body {
    flex: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px 10px 0 10px;
}

.wizard-swiper {
    width: 100%;
    max-width: 700px;
    height: 100%;
    height: auto;
    margin: auto;
    background-color: #86ccfb;
    border-radius: 30px;
    padding: 40px;
}

@media (min-width: 768px) {
    .wizard-swiper {
        max-height: 550px;
    }
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-content {
    display: flex;
    flex-direction: column;
}

.swiper-title {
    font-size: 1.75rem;
    text-align: center;
}

.swiper-title p {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.figures-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
}

.figures-list .list-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    cursor: pointer;
    transition: .4s ease;
}

.figures-list .list-item:hover img,
.figures-list .list-item.selected img {
    border-color: white;
}

.figures-list .list-item .text {
    margin-top: 15px;
    letter-spacing: .5px;
}

.figures-list .list-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid transparent;
    transition: .4s ease;
    border-radius: 100%;
    padding: 5px;
}

@media (max-width: 767px) {
    .figures-list .list-item img {
        width: 80px;
        height: 80px;
    }

    .figures-list .list-item .text {
        font-size: 12px;
    }

    .figures-list .list-item {
        flex: 1;
    }
    .swiper-title {
        font-size: 18px;
    }
}

/* Select List */

.select-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;

    width: 100%;
    max-width: 70%;
    margin-inline: auto;
}

.select-list .list-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    border: 1px solid white;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}

.select-list .list-item.selected,
.select-list .list-item:hover {
    background-color: rgba(0,0,0,.7);
}

input, select {
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

input, select {
    border-radius: 5px;
    outline: none;
    padding: 10px;
    border: 1px solid #404040;
    background: transparent;
    color: #404040;
    font-weight: 700;
}

input::placeholder {
    color: #404040;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #404040;
}

.input-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.input-group input {
    flex: 1;
}

form button {
    background-color: #00000077;
    padding: 20px 30px;
    text-align: center;
    margin-top: 20px;
    margin-inline: auto;
    width: 250px;
    max-width: 100%;
    outline: none;
    border: 1px solid white;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
}

.form-navigation {
    display: flex;
    align-items: center;
    max-width: 700px;
    width: 100%;
}

.form-navigation span {
    cursor: pointer;
    display: block;
    width: 48px;
    height: 48px;
    background-color: rgba(0,0,0,.1);
    border-radius: 100px;
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjM1MiwxMjguNCAzMTkuNyw5NiAxNjAsMjU2IDE2MCwyNTYgMTYwLDI1NiAzMTkuNyw0MTYgMzUyLDM4My42IDIyNC43LDI1NiAiLz48L3N2Zz4=);
}

#final-form {
    position: fixed;
    top: -100%;
    left: -100%;
    width: 0;
    height: 0;
    opacity: 0;
}

.loading {
    color: transparent;
    background-image: url(spinner.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-slide:not(.swiper-slide-active) .swiper-content {
    display: none;
}