.survey__icon-fixed-width.survey__icon-fixed-width-123546
{
    width: 25% !important;
    max-width: 25% !important;
    text-align:center;
    display: flex;
    justify-content: center;
}

.survey__checkbox-fixed-width.survey__checkbox-fixed-width-123546
{
    width: 25% !important;
    max-width: 25% !important;
    text-align:center;
    display: flex;
    justify-content: center;
}

.survey__icon-description-fixed-width-123546
{
    max-width: 25% !important;
    width: 25% !important;
    font-size: 16px;
    padding: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .survey__icon-description-fixed-width-123546
    {
        font-size: 12px;
    }
}

h1, .survey__heading-title {
    padding: 1rem 0 1.5rem 0 !important;
}
h2 {
    padding: 0.5rem 0 1rem 0 !important;
    font-weight: normal !important;
}

.survey__progress > .v-progress-linear {
    height: 30px !important;
}

.survey__footer-container {
    position: relative;
    width:100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 2rem !important;
}

.survey__footer-container::before {
    content: "";
    position: absolute;
    inset: 0;
    mask: linear-gradient(to bottom, transparent, black 100%);
    backdrop-filter: blur(10px);
}


.survey__footer-container {
    display: flex;
    flex: 0;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}
.survey__footer {
    display: flex;
    flex-direction: column;
}
.survey__footer-language-selection {
    right: 0;
    margin: 1rem;
    bottom: 0;
    @media #{map.get(vuetifySettings.$display-breakpoints, 'xs')} {
        position: relative;
        margin: 0;
    }
}