* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif
}

:root {
    --primary-color: #02044A;
    --secondery-color: #25CC88;
    --shadow-color: #9d9fb3
}

body {
    display: flex;
    align-items: center;
    justify-content: center
}

.form__container {
    margin-top: 4rem;
    background-color: var(--primary-color);
    border-radius: 2rem;
    padding: 1rem
}

.title__container {
    width: 100%;
    height: 4.5rem;
    padding: 0.6rem 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #42434e
}

.title__container h1 {
    letter-spacing: 2px;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 0.4rem
}

.title__container p {
    color: var(--shadow-color);
    font-size: 0.75rem
}

.body__container {
    display: flex
}

.left__container {
    width: 35%;
    display: flex;
    justify-content: center;
    border-right: 1px solid #42434e;
    padding: 1.25rem 0;
    margin-right: 2rem;
    padding-right: 1.8rem
}

.side__titles {
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.title__name {
    padding: 0.6rem 0.1rem;
    margin-bottom: 0.25rem
}

.title__name h3 {
    margin-bottom: 0.20rem;
    text-align: right;
    color: #ffffff;
    font-size: 0.8rem;
    letter-spacing: 1px
}

.title__name p {
    text-align: right;
    color: var(--shadow-color);
    font-size: 0.75rem
}

.progress__bar__container {
    padding-top: 0.6rem
}

.progress__bar__container ul .active {
    background-color: var(--secondery-color)
}

.progress__bar__container ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    background: var(--shadow-color);
    padding: 0.5rem 0.6rem;
    margin-bottom: 1.2rem;
    border-radius: 50%;
    font-size: 1.4rem;
    color: #ffffff;
    margin-left: 2rem
}

.progress__bar__container ul li::before {
    content: '';
    width: 1px;
    height: 11vh;
    position: absolute;
    background-color: var(--shadow-color)
}

.progress__bar__container ul .active::before {
    content: '';
    width: 1px;
    height: 11vh;
    position: absolute;
    background-color: var(--secondery-color)
}

.right__container {
    width: 65%;
    display: flex;
    padding: 1.5rem 1.5rem
}

.right__container fieldset {
    border: none
}

.sub__title__container {
    padding: 1rem 0 1.2rem 0;
    border-bottom: 1px solid #42434e
}

.sub__title__container h2 {
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0.4rem 0
}

.sub__title__container p {
    font-size: 0.75rem;
    color: var(--shadow-color)
}

.active__form {
    display: none
}

.input__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem
}

.input__container label {
    color: #ffffff;
    font-size: 0.75rem;
    margin-bottom: 0.4rem
}

.input__container input {
    padding: 0.5rem;
    font-size: 1.4rem;
    border-radius: 0.75rem;
    background: none;
    border: 1px solid var(--secondery-color);
    margin-bottom: 1.2rem;
    outline: none;
    color: #ffffff
}

.nxt__btn {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 2rem;
    background: var(--secondery-color);
    color: #ffffff
}

.nxt__btn:hover {
    transform: scale(1.03);
    background: #1cd68c;
    cursor: pointer
}

.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.prev__btn {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer
}

.selection {
    display: flex;
    align-items: center;
    border: 1px solid var(--shadow-color);
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    width: 100%
}

.selection:hover {
    border: 1px solid var(--secondery-color);
    background-color: var(--primary-color);
    cursor: pointer
}

.imoji {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.4rem;
    margin: 0 0.2rem;
    margin-right: 0.4rem;
    font-size: 2rem;
    font-weight: 900;
    color: yellow;
    border-radius: 50%;
    background: var(--shadow-color)
}

.descriptionTitle h3 {
    color: #ffffff;
    margin-bottom: 4px
}

.descriptionTitle p {
    font-size: 0.75rem;
    color: var(--shadow-color)
}

.slider {
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.75rem;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    position: relative;
    margin-top: 3rem
}

.slider:hover {
    opacity: 1
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--secondery-color);
    cursor: pointer;
    position: relative
}

.slider::-webkit-range-thumb {
    width: 50px;
    height: 50px;
    background: var(--secondery-color);
    cursor: pointer;
    position: relative
}

.output__value {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 2em;
    padding: 0.8rem 0.8rem;
    position: absolute;
    background-color: var(--secondery-color)
}

.output__value::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-color: black;
    transform: rotate(45deg);
    position: absolute;
    margin-top: 40px;
    background-color: var(--secondery-color)
}

@media only screen and (max-width: 600px) {
    body {
        background-color: var(--primary-color)
    }

    .form__container {
        margin: 0;
        padding: 0
    }

    .body__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0
    }

    .right__container {
        width: 90%;
        margin: 0
    }

    .title__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.5rem
    }

    .left__container {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        border: none
    }

    .buttons {
        justify-content: space-between
    }

    .descriptionTitle h3 {
        font-size: 1rem
    }

    .descriptionTitle p {
        font-size: 0.6rem
    }

    .side__titles {
        display: none;
        flex-direction: row;
        justify-content: space-evenly
    }

    .title__name h3 {
        font-size: 0.75rem
    }

    .title__name p {
        font-size: 0.5rem
    }

    .progress__bar__container {
        margin-bottom: 0
    }

    .progress__bar__container ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        padding: 0 2rem
    }

    .progress__bar__container ul::before {
        height: 5vh
    }

    .progress__bar__container ul li {
        margin: 10px;
        padding: 10px
    }

    .progress__bar__container ul .active::before {
        transform: rotate(90deg)
    }
}

#repeater
{
	width: 100%;
    border: 5px dashed #CCC;
    /* margin-left: 350px; */
    text-align: left;
    padding: 10px 20px;
    overflow: auto;
    margin-top: 10px;
    position: relative;
}

.btnAdd
{
	line-height: 1 !important;
    min-width: 200px !important;
    padding: 20px 20px !important;
    margin: 0px !important;
}

.etichetta
{
	margin-top: 15px;
	font-weight: bold;
}

.ui-sortable
{
	list-style-type: none;
}
.ui-sortable li
{
	padding: 10px 20px;
	margin-bottom: 10px;
}

.error
{
	color: red;
    margin-top: 10px;
    font-weight: bold;
	border: 3px solid red !important;
}

label.error 
{
	padding: 5px 10px;
	background-color: red;
	color: white;
}
#votiAzienda
{
	border: 5px dashed #CCC;
}