.academy-detail .academy-detail__survey {
    background-color: #fff;
    border-radius: .33333rem;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0 2rem 0;
    border: 1px solid #e4e4e4;
    display: none;
    transition: all .25s ease-in-out;
}

#surveyContainer form .subtitle {
    margin-bottom: .5rem;
}

.academy-detail .academy-detail__survey .academy-detail__survey__notice--success,
.academy-detail .academy-detail__survey .academy-detail__survey__notice--fail,
.academy-detail .academy-detail__survey .academy-detail__survey__notice--mandatory {
    transition: all .25s ease-in-out;
    font-size: .875rem;
    display: none;
    margin: 0;
}

.academy-detail .academy-detail__survey:not(.academy-detail__survey--fail) .academy-detail__survey__notice--mandatory {
    border-radius: .33333rem;
    padding: .5rem .75rem;
    background-color: #fcedee;
    color: #e62424;
    margin-bottom: 1.5rem;
}

.academy-detail .academy-detail__survey.academy-detail__survey--isVisible {
    display: block;
}

#surveyContainer .field:has(.fieldinput) > label,
#surveyContainer .field:has(.fieldinput) > .subtitle {
    padding: 0;
}

#surveyContainer form div.field > label.field {
    font-weight: 400;
    font-size: 1.25rem;
}

#surveyContainer form ul#ff_62766.proFormListRadio,
#surveyContainer form ul#ff_62767.proFormListRadio {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 0 0;
    padding: 0;
}

#surveyContainer form ul#ff_62766.proFormListRadio li {
    text-align: center;
    width: 100%;
    margin: .33333rem 0;
    flex-grow: 1;
}

#surveyContainer form ul#ff_62766.proFormListRadio li input {
    display: none;
}

#surveyContainer form ul#ff_62767.proFormListRadio li {
    display: list-item;
    margin: 0 .25rem;
}

#surveyContainer form ul#ff_62766.proFormListRadio li label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%'] label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%'] label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-radius: .33333rem;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: all .25s ease-in-out;
    color: #4a4a4a;
    background-color: transparent;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%'] label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%'] label {
    width: auto;
    border: 1px solid transparent;
    font-weight: 700;
    color: #fff;
    background-color: #e4e4e4;
}

#surveyContainer form ul#ff_62766.proFormListRadio label:before,
#surveyContainer form ul#ff_62767.proFormListRadio label:before,
#surveyContainer form ul#ff_62766.proFormListRadio label:after,
#surveyContainer form ul#ff_62767.proFormListRadio label:after {
    content: unset !important;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%'],
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%'] {
    flex-grow: 1;
    text-align: center;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%'] input,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%'] input {
    display: none;
}

#surveyContainer form ul#ff_62766.proFormListRadio li input:checked+label {
    position: relative;
    z-index: 100;
    transform: scale(1.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%'] input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%'] input:checked+label {
    position: relative;
    z-index: 100;
    transform: scale(1.1);
}

@media screen and (max-width: 600px) {
    #surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%'],
    #surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%'] {
        float: none !important;
        width: 80% !important;
        margin: 0 auto .5rem;
    }
}

@media screen and (min-width: 601px) {
    #surveyContainer form ul#ff_62766.proFormListRadio {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: .33333rem;
    }

    #surveyContainer form ul#ff_62766.proFormListRadio li {
        width: 20%;
        margin: .33333rem .5rem;
        flex-grow: 1;
    }

    #surveyContainer form ul#ff_62767.proFormListRadio {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    #surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%'],
    #surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%'] {
        width: auto !important;
    }

}

/**
 * evaluation fields colors
 */
#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(1) label {
    color: #e92943;
    border-color: #e92943;
}

#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(2) label {
    color: #f68c21;
    border-color: #f68c21;
}

#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(3) label {
    color: #fbad15;
    border-color: #fbad15;
}

#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(4) label {
    color: #a3c028;
    border-color: #a3c028;
}

#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(5) label {
    color: #18aa55;
    border-color: #18aa55;
}

/** checked status colors */
#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(1) input:checked+label {
    box-shadow: 0 0 0 4px rgba(233, 41, 67, 0.15);
}

#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(2) input:checked+label {
    box-shadow: 0 0 0 4px rgba(246, 140, 33, 0.15);
}

#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(3) input:checked+label {
    box-shadow: 0 0 0 4px rgba(251, 173, 21, 0.15);
}

#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(4) input:checked+label {
    box-shadow: 0 0 0 4px rgba(163, 192, 40, 0.15);
}

#surveyContainer form ul#ff_62766.proFormListRadio li:nth-child(5) input:checked+label {
    box-shadow: 0 0 0 4px rgba(24, 170, 85, 0.15);
}

/**
 * recommend fields colors
 */
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(1) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(1) label {
    background-color: #e92943;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(2) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(2) label {
    background-color: #ed4a38;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(3) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(3) label {
    background-color: #f26b2c;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(4) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(4) label {
    background-color: #f68c21;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(5) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(5) label {
    background-color: #fbad15;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(6) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(6) label {
    background-color: #ffce0a;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(7) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(7) label {
    background-color: #d1c719;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(8) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(8) label {
    background-color: #a3c028;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(9) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(9) label {
    background-color: #74b837;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(10) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(10) label {
    background-color: #46b146;
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(11) label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(11) label {
    background-color: #18aa55;
}

/** checked status colors */
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(1) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(1) input:checked+label {
    box-shadow: 0 0 0 4px rgba(233, 41, 67, 0.3);
    border-color: rgba(233, 41, 67, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(2) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(2) input:checked+label {
    box-shadow: 0 0 0 4px rgba(237, 74, 56, 0.3);
    border-color: rgba(237, 74, 56, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(3) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(3) input:checked+label {
    box-shadow: 0 0 0 4px rgba(242, 107, 44, 0.3);
    border-color: rgba(242, 107, 44, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(4) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(4) input:checked+label {
    box-shadow: 0 0 0 4px rgba(246, 140, 33, 0.3);
    border-color: rgba(246, 140, 33, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(5) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(5) input:checked+label {
    box-shadow: 0 0 0 4px rgba(251, 173, 21, 0.3);
    border-color: rgba(251, 173, 21, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(6) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(6) input:checked+label {
    box-shadow: 0 0 0 4px rgba(255, 206, 10, 0.3);
    border-color: rgba(255, 206, 10, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(7) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(7) input:checked+label {
    box-shadow: 0 0 0 4px rgba(209, 199, 25, 0.3);
    border-color: rgba(209, 199, 25, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(8) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(8) input:checked+label {
    box-shadow: 0 0 0 4px rgba(163, 192, 40, 0.3);
    border-color: rgba(163, 192, 40, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(9) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(9) input:checked+label {
    box-shadow: 0 0 0 4px rgba(116, 184, 55, 0.3);
    border-color: rgba(116, 184, 55, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(10) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(10) input:checked+label {
    box-shadow: 0 0 0 4px rgba(70, 177, 70, 0.3);
    border-color: rgba(70, 177, 70, 0.3);
}

#surveyContainer form ul#ff_62767.proFormListRadio li[style*='8%']:nth-child(11) input:checked+label,
#surveyContainer form ul#ff_62767.proFormListRadio li[style*='9%']:nth-child(11) input:checked+label {
    box-shadow: 0 0 0 4px rgba(24, 170, 85, 0.3);
    border-color: rgba(24, 170, 85, 0.3);
}

