﻿.cmp-rating {
    padding: 1.5rem 0;
}

@media (min-width: 576px) {
    .cmp-rating {
        padding: 1.33rem 0;
    }
}

.cmp-rating .rating > label svg {
    fill: #7d97b0;
}

.cmp-rating .form-group {
    margin-bottom: 0;
    min-height: 5rem;
}

@media (min-width: 576px) {
    .cmp-rating .form-group {
        min-height: 5.56rem;
    }
}

.cmp-rating .card {
    padding: 2.5rem;
}

@media (min-width: 576px) {
    .cmp-rating .card {
        padding: 2.25rem;
    }
}

@media (min-width: 992px) {
    .cmp-rating .card {
        padding: rem;
    }
}

.cmp-rating .card:after {
    content: unset;
}

.cmp-rating .card-header {
    padding: 0;
    margin-bottom: 0rem;
}

@media (min-width: 576px) {
    .cmp-rating .card-header {
        margin-bottom: 0rem;
    }
}

@media (min-width: 992px) {
    .pt-lg-80 {
        padding-top: 0px !important;
    }

    .pb-lg-80 {
        padding-bottom: 0px !important;
    }
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d9dadb;
    border-radius: 0
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    padding: 1.2rem 0rem
}

.card-title {
    margin-bottom: 8px
}

.card-subtitle {
    margin-top: -4px
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: 2rem
}

.card-header {
    padding: .5rem 2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #d9dadb
}

    .card-header:first-child {
        border-radius: 0 0 0 0
    }

.card-footer {
    padding: .5rem 2rem;
    background-color: transparent;
    border-top: 1px solid #d9dadb
}

    .card-footer:last-child {
        border-radius: 0 0 0 0
    }

.card-header-tabs {
    margin-bottom: -.5rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -1rem;
    margin-left: -1rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
    border-radius: 0
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-group > .card {
    margin-bottom: 12px
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.card-wrapper {
    padding-bottom: 24px;
    display: flex
}

.border-0 {
    border: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.rating {
    border: none;
    float: left
}

    .rating > input {
        position: absolute;
        left: -9999px
    }

    .rating > label {
        float: right;
        margin: 0;
        padding-right: 2px
    }

        .rating > label:first-of-type {
            margin-right: 0
        }

        .rating > label svg {
            fill: #c3cfdb;
            position: relative;
            transform-origin: center center;
            transition: transform .1s
        }

        .rating > label:hover {
            cursor: pointer
        }

            .rating > label:hover svg {
                transform: scale(1.1)
            }

    .rating > legend {
        color: #17324d;
        font-size: .875rem;
        float: right;
        width: auto;
        margin: 6px 0 0 16px;
        font-weight: 500;
        line-height: 1.3
    }

    .rating.rating-read-only > input, .rating.rating-read-only > label {
        pointer-events: none
    }

    .rating:not(:checked) > label:hover svg, .rating:not(:checked) > label:hover ~ label svg, .rating > input:checked + label:hover + svg, .rating > input:checked ~ label:hover + svg, .rating > input:checked ~ label:hover ~ label + svg, .rating > input:checked ~ label svg, .rating > label:hover ~ input:checked ~ label + svg {
        fill: #007a52
    }

@media(min-width:576px) {
    .rating > legend {
        font-size: .778rem
    }
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.icon {
    width: 32px;
    height: 32px;
    vertical-align: middle
}

    .icon.icon-sm {
        width: 24px;
        height: 24px
    }

        .icon.icon-sm.icon-padded {
            padding: 6px
        }

.d-none {
    display: none !important
}

.w-100 {
    width: 100% !important
}

.d-flex {
    display: flex !important
}

.align-items-center {
    align-items: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.d-block {
    display: block !important
}

@media(min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }
}

.border-bottom {
    border-bottom: 1px solid #b1b1b3 !important
}

.border-light {
    border-color: #e9e6f2 !important
}

.mb-3 {
    margin-bottom: 0px !important
}

.limiteCatatteriValutazione {
    color: #5a768a;
    font-size: 16px;
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.pt-4 {
    padding-top: 24px !important
}

.justify-content-center {
    justify-content: center !important
}

.fw-bold {
    font-weight: 700 !important
}

.me-4 {
    margin-right: 24px !important
}

.btnFeedback {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #19191a;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.8rem;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btnFeedback {
        transition: none
    }
}

.btnFeedback-primary {
    color: #fff;
    background-color: #007a52;
    border-color: #007a52;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)
}

    .btnFeedback-primary.focus, .btnFeedback-primary:focus {
        box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(0,122,82,.5)
    }

    .btnFeedback-primary:hover {
        background-color: #006342;
        color: #fff;
        border-color: #005c3e
    }

.btnFeedback-outline-primary {
    color: #007a52;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 2px #007a52
}

    .btnFeedback-outline-primary:hover {
        color: #066948;
        box-shadow: inset 0 0 0 2px #066948
    }

    .btnFeedback-outline-primary.focus, .btnFeedback-outline-primary:focus {
        box-shadow: inset 0 0 0 1px #007a52,0 0 0 .25rem rgba(0,122,82,.5)
    }

.title-medium-2-semi-bold {
    font-size: 2.30rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    margin-top: 0px;
}

@media(min-width: 576px) {
    .title-medium-2-semi-bold {
        font-size: 2.5rem
    }
}

@media(min-width: 768px) {
    .title-medium-2-semi-bold {
        line-height: 1.2
    }
}

.title-medium-2-bold {
    font-size: 2.38rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    margin-top: 0px;
}

@media(min-width: 576px) {
    .title-medium-2-bold {
        font-size: 2.5rem
    }
}

.cmp-radio-list {
    font-size: 1.9rem;
    font-weight: 600;
    color: #333;
}

.cmp-radio-list__item:not(:last-child) {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .cmp-radio-list__item:not(:last-child) {
        margin-bottom: 0.89rem;
    }
}

.cmp-radio-list .form-check [type="radio"] + label {
    height: auto;
    margin-bottom: 1.25rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

@media (min-width: 576px) {
    .cmp-radio-list .form-check [type="checkbox"] + label,
    .cmp-radio-list .form-check [type="radio"] + label {
        margin-bottom: 1.11rem;
        cursor: pointer;
    }
}

.cmp-steps-rating .step-title {
    padding: .875rem;
    margin-bottom: 0rem
}

@media(min-width: 576px) {
    .cmp-steps-rating .step-title {
        padding: .78rem;
        margin-bottom: 0rem
    }
}

.cmp-steps-rating .step-title legend {
    font-size: 2.14rem;
    font-weight: 600;
    line-height: 36px;
    text-transform: none;
    border-bottom: none;
    margin-bottom: unset;
}

@media(min-width: 576px) {
    .cmp-steps-rating .step-title legend {
        font-size: 1.9rem
    }
}

.iscrizioni-header .step {
    font-size: 1.66rem;
    font-weight: 600;
    line-height: 1.5
}

@media(min-width: 576px) {
    .iscrizioni-header .step {
        font-size: 1.52rem
    }
}

.cmp-radio-list .cmp-radio-list .form-check [type=radio] + label {
    height: auto;
    margin-bottom: 1.25rem;
}

@media(min-width: 576px) {
    .cmp-radio-list .cmp-radio-list .form-check [type=radio] + label {
        margin-bottom: 1.11rem
    }
}

.clean-input {
    border: none;
    background: none;
    font-weight: bold;
    margin-left: 12px;
    margin-right: 20px;
    font-family: cursive;
    font-size: 14px;
    color: black;
}

.txtFeedback {
    font-size: 16px;
}

.txtValutazionePresente {
    font-size: 1.9rem;
    font-weight: 600;
    text-transform: none;
    border: none;
    margin-bottom: 0px;
    border-bottom: none;
    margin-top: 25px;
}
