h4, .h4, h5, h6, .h5, .h6 {
    font-weight: 600;
}
@media (min-width: 576px) {
    h5, .h5 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
	

@media (min-width: 576px) {
    .cmp-rating {
        padding: 1.33rem 0;
    }
}

.cmp-rating {
    padding: 1.5rem 0;
}

.cmp-rating .card {
    padding: 1rem;
}

@media (min-width: 576px) {
    .cmp-rating .card {
        padding: .89rem;
    }
}

@media (min-width: 992px) {
    .cmp-rating .card {
        padding: 1.78rem;
    }
}

.card {
    border: none;
    padding: 0;
    position: relative;
    width: 100%;
}

.card-wrapper {
    padding-bottom: 24px;
    display: flex;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@media (min-width: 992px) {
    .pb-lg-80 {
        padding-bottom: 80px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg-80 {
        padding-top: 80px !important;
    }
}

@media (min-width: 576px) {
    .cmp-rating .card-header {
        margin-bottom: 1.11rem;
    }
}

.cmp-rating .card-header {
    padding: 0;
    margin-bottom: 1.25rem;
}

.cmp-rating .card-header h2 {
	color: #000;
}

.cmp-rating .card-body {
    padding: 0;
}

.title-medium-2-bold {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .title-medium-2-bold {
        font-size: 1.3333333333rem;
    }
}

.rating {
    border: none;
    float: left;
}

fieldset {
    border-width: 0;
    padding: 0;
    margin: 0;
}

@media (min-width: 576px) {
    .rating>legend {
        font-size: .75rem;
    }
}

.rating>legend {
    color: #17334f;
    font-size: .875rem;
    float: right;
    width: auto;
    margin: 6px 0 0 16px;
    font-weight: 500;
    line-height: 1.3;
}

.rating>input {
    position: absolute;
    left: -9999px;
}

.rating>label:first-of-type {
    margin-right: 0;
}

.rating>label {
    float: right;
    margin: 0;
    padding-right: 2px;
	color: #1a1a1a;
}

.cmp-rating .rating>label svg {
    fill: #7d97b0;
}

.icon.icon-sm {
    width: 24px;
    height: 24px;
}

.rating>label svg {
    fill: #7d97b0;
}

.rating>label svg {
    fill: #c3cfdb;
    position: relative;
    transform-origin: center center;
    transition: transform .1s;
}

.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;
}

.cmp-rating .iscrizioni-header .step-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 2;
	color: #000;
	padding: .875rem;
    margin-bottom: 2.375rem;
}

.cmp-rating .iscrizioni-header .drop-shadow {
    box-shadow: 0 .9375rem 1.325rem -.9rem rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .cmp-rating .cmp-steps-rating .step-title {
        padding: .78rem;
        margin-bottom: 2.111rem;
    }
}

.cmp-rating .cmp-radio-list__item:not(:last-child) {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .cmp-rating .cmp-radio-list__item:not(:last-child) {
        margin-bottom: .89rem;
    }
}

.cmp-rating .iscrizioni-header .step {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .cmp-rating .iscrizioni-header .step {
        font-size: .7777777778rem;
    }
}

.form-check [type=radio]:checked+label::before {
    border-color: #007a52;
}

.form-check [type=radio]:checked+label::after {
    border-color: #007a52;
    background-color: #007a52;
    z-index: 0;
    transform: scale(0.64);
}

.rating>input:checked~label svg, .rating:not(:checked)>label:hover svg, .rating:not(:checked)>label:hover~label svg {
    fill: #007a52;
}

.cmp-rating .fw-bold {
    font-weight: 700 !important;
}

.cmp-rating .btn {
    padding: 12px 24px;
}

.cmp-rating .me-4 {
    margin-right: 1.5rem !important;
}

.cmp-rating .mb-0 {
    margin-bottom: 0 !important;
}

.cmp-rating .btn-outline-primary {
    box-shadow: inset 0 0 0 2px #007a52;
}

.cmp-rating .btn-outline-primary {
    color: #007a52;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: inset 0 0 0 2px #007a52;
}

.cmp-rating .btn-primary {
    color: #fff;
    background-color: #007a52;
    border-color: #007a52;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.cmp-rating .btn-primary:hover {
    background-color: #5E4501;
    color: #fff;
    border-color: #5E4501;
}

.cmp-rating .btn-outline-primary:hover {
    color: #5E4501;
    box-shadow: inset 0 0 0 2px #5E4501;
}
