.rounded {
  border-radius: 0.2rem !important;
}

.text-primary {
  color: #713F98 !important;
}

.text-secondary {
  color: hsl(336, 82%, 39%) !important;
}

.text-success {
  color: #57ba9e !important;
}

.bg-primary {
  background-color: #713F98 !important;
}

.bg-primary-5 {
  background-color: #eeedf3 !important;
}

.bg-secondary {
  background-color: hsl(336, 82%, 39%) !important;
}

.shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

html {
  height: 100% !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  letter-spacing: -0.035rem;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  color: #565656;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

.icon {
  font-size: 3rem;
}

.section-breadcrumb {
  padding: 1rem 0;
  border-bottom: 1px solid #eeedf3;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .section-breadcrumb {
    display: none;
  }
}
.section-breadcrumb .breadcrumb {
  margin-bottom: 0px;
}

hr {
  margin: 1rem 0 !important;
  border-top: 1px solid #aeadc3 !important;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.bg-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  background-attachment: fixed;
  z-index: -2;
}

.selected-svg.st0 {
  opacity: 1 !important;
}

#scale span {
  text-align: center;
  opacity: 0;
  font-size: 0px;
}
#scale .score {
  padding: 0.85rem 0.85rem 1.25rem 0.85rem;
  background-color: #713F98;
  color: #ffffff;
  border-radius: 0.2rem;
  opacity: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  font-size: 1rem;
}
@media (max-width: 576px) {
  #scale .score {
    font-size: 0.75rem;
    padding: 0.25rem 0.25rem 1rem 0.25rem;
  }
}
#scale .score.noscore {
  background-color: transparent;
  opacity: 0;
  font-size: 0px !important;
  padding: 0px !important;
}

.overlay {
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
  position: absolute;
}
@media (max-width: 1199.98px) {
  .overlay {
    display: none;
  }
}
.overlay.responsive {
  display: none;
}
@media (min-width: 577px) and (max-width: 1199.98px) {
  .overlay.responsive {
    display: inline-block;
  }
}
.overlay.responsive.small {
  display: none;
}
@media (max-width: 576px) {
  .overlay.responsive.small {
    display: inline-block;
  }
}

.slider__output p {
  margin-bottom: 0px;
  line-height: 1;
}

.slider:hover {
  opacity: 1;
}

.punteggio {
  font-size: 1.6rem;
  color: #703f97;
  min-width: 30px;
  text-align: end;
}

.punteggio-finale {
  color: #ffffff;
  padding: 1rem 2.5rem;
  margin: 0 1rem 0 0;
  background-color: hsl(336, 82%, 39%);
  font-weight: 700;
  border-radius: 0.2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  width: 10rem !important;
  text-align: center;
}
.punteggio-finale span {
  font-size: 1.8rem;
}

.punteggio-finale-2 {
  color: #ffffff;
  padding: 1rem 0;
  margin: 0;
  background-color: hsl(336, 82%, 39%);
  font-weight: 700;
  border-radius: 0.2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  min-width: 40px !important;
  text-align: center;
}
.punteggio-finale-2 span {
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  .punteggio-finale-2 span {
    font-size: 1.2rem;
  }
}

input[type=range]::-webkit-slider-thumb, input[type=range]::-webkit-media-slider-thumb {
  outline-style: hidde !important;
}

/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=range] {
    overflow: hidden;
    -webkit-appearance: none;
    background-color: transparent;
    height: 50px;
    padding-right: 1rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: -1px;
    background-color: #703f97;
    border-radius: 0.2rem;
    border-left-style: solid;
    border-left-color: #eeecf3;
    border-right: 4px solid #eeecf3;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=range]::-webkit-slider-thumb {
    width: 36px;
    -webkit-appearance: none;
    height: 36px;
    cursor: ew-resize;
    background: #703f97;
    border: 4px none #eeecf3;
    border-radius: 60px;
    position: relative;
    border: 6px solid #f2f3ed;
    top: -10px;
    left: 0;
  }
}
/* * FF */
input[type=range]::-moz-range-progress {
  background-color: #d1d1ba;
  height: 8px;
  border-radius: 1px;
  margin-right: 5px;
}

input[type=range]::-moz-range-track {
  background-color: #e1e1d2;
  height: 8px;
  border-radius: 1px;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  -webkit-appearance: none;
  height: 20px;
  cursor: ew-resize;
  background: #d75a14;
  border-radius: 0px;
  position: relative;
  border-right: 4px solid #f2f3ed;
  border-left: 4px solid #f2f3ed;
  top: -1px;
}

/* IE */
input[type=range]::-ms-fill-lower {
  background-color: #d1d1ba;
  height: 8px;
  border-radius: 1px;
}

input[type=range]::-ms-fill-upper {
  background-color: #e1e1d2;
  height: 8px;
  border-radius: 1px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

.total {
  font-size: 50px;
  text-align: center;
  color: #d75a14;
}

.cnt-slider {
  padding: 1rem;
  background-color: #eeedf3;
  border-radius: 0.2rem;
  margin: 0 0 0.25rem 0 !important;
  width: 100%;
}
.cnt-slider .cnt-input {
  min-width: 100px;
  text-align: center;
  display: flex;
  justify-content: start !important;
  align-items: center !important;
  flex-direction: column !important;
  font-family: Saira Condensed, sans-serif;
}

p {
  margin: 0 0 0.25rem 0 !important;
}
@media (min-width: 768px) {
  p {
    margin: 0 !important;
  }
}

.cnt-results {
  margin: 2rem 0 0 0;
}
.cnt-results h3 {
  margin: 0;
}
.cnt-results .one {
  height: 100%;
  background-color: #FFF4C5;
  border-radius: 0.2rem;
  overflow: hidden;
}
.cnt-results .one .title {
  background-color: #F5D850;
  padding: 1.25rem;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}
.cnt-results .one .description {
  padding: 1.25rem;
}
.cnt-results .one .description p {
  margin: 0;
}
.cnt-results .two {
  height: 100%;
  background-color: #FFEDDC;
  border-radius: 0.2rem;
  overflow: hidden;
}
.cnt-results .two .title {
  background-color: #F0983F;
  padding: 1.25rem;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}
.cnt-results .two .description {
  padding: 1.25rem;
}
.cnt-results .two .description p {
  margin: 0;
}
.cnt-results .three {
  height: 100%;
  background-color: #FFF3F3;
  border-radius: 0.2rem;
  overflow: hidden;
}
.cnt-results .three .title {
  background-color: #EB7171;
  padding: 1.25rem;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}
.cnt-results .three .description {
  padding: 1.25rem;
}
.cnt-results .three .description p {
  margin: 0;
}

textarea {
  width: 100%;
  height: 100px;
  padding: 1.25rem;
  border: 1px solid hsla(274, 41%, 42%, 0.25);
  border-radius: 0.2rem;
  background-color: #ffffff;
  font-size: 16px;
  resize: none;
}