@font-face {
  font-family: "Helvetica";
  src: url("../webfonts/Helvetica.woff2") format("woff2"), url("../webfonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../webfonts/Helvetica-Bold.woff2") format("woff2"), url("../webfonts/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../webfonts/Helvetica-Oblique.woff2") format("woff2"), url("../webfonts/Helvetica-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #3c2462;
  background-color: #fff;
}

b, strong {
  font-weight: 700;
}

a, button {
  color: #3c2462;
  outline: none !important;
  box-shadow: none !important;
}
a:hover, button:hover {
  color: #3c2462;
  text-decoration: none;
}

/* Breakpoint for extra-small viewport */
/* Breakpoint for small viewport */
/* Breakpoint for medium viewport */
/* Breakpoint for large viewport */
/* Breakpoint for extra-large viewport */
@media (max-width: 1199.98px) {
  .container {
    max-width: none;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  min-height: 100vh;
  width: 100%;
}
.wrapper .header, .wrapper .content, .wrapper .footer {
  width: 100%;
}
.wrapper .header, .wrapper .footer {
  position: relative;
  z-index: 3;
}

.color--primary {
  color: #745EAE !important;
}

.color--secondary {
  color: #3c2462 !important;
}

.color--calm {
  color: #5d5dff !important;
}

.color--temp {
  color: #ff5d68 !important;
}

.color--yellow {
  color: yellow !important;
}

.color--white {
  color: #fff !important;
}

.color--body-bg-2 {
  color: #F5F5F5 !important;
}

.color--errorstate {
  color: #fd8f8f !important;
}

.color--validation {
  color: #13a708 !important;
}

.bg--primary {
  background: #745EAE !important;
}

.bg--secondary {
  background: #3c2462 !important;
}

.bg--calm {
  background: #5d5dff !important;
}

.bg--temp {
  background: #ff5d68 !important;
}

.bg--yellow {
  background: yellow !important;
}

.bg--white {
  background: #fff !important;
}

.bg--body-bg-2 {
  background: #F5F5F5 !important;
}

.bg--errorstate {
  background: #fd8f8f !important;
}

.bg--validation {
  background: #13a708 !important;
}

.material-icons {
  font-size: inherit;
  vertical-align: top;
}

.text-title--58 {
  font-size: 58px;
  line-height: 60px;
}
@media (max-width: 767.98px) {
  .text-title--58 {
    font-size: 30px;
    line-height: 27px;
  }
}
.text-title--45 {
  font-family: "Helvetica", sans-serif;
  font-size: 45px;
  line-height: 55px;
}
@media (max-width: 767.98px) {
  .text-title--45 {
    font-size: 40px;
    line-height: 40px;
  }
}
.text-title--38 {
  font-size: 38px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .text-title--38 {
    font-size: 24px;
    line-height: 29px;
  }
}
.text-title--30 {
  font-size: 30px;
}
.text-title--26 {
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .text-title--26 {
    font-size: 20px;
    line-height: 25px;
  }
}
.text-title--22 {
  font-size: 22px;
}
.text-title--border {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.text-title--border:after {
  content: "";
  position: absolute;
  width: 106%;
  height: 7px;
  bottom: 0px;
  left: -3%;
  background-color: #745EAE;
}
.text-link--underline {
  text-decoration: underline;
}
.text-link--underline:hover {
  text-decoration: underline;
}

.font-family--2 {
  font-family: "Helvetica", sans-serif;
}
.font-size--xsmall {
  font-size: 11px !important;
}
.font-size--small {
  font-size: 12px !important;
}
.font-size--base {
  font-size: 14px !important;
}
.font-size--large {
  font-size: 16px !important;
}
.font-size--xlarge {
  font-size: 18px !important;
}
.font-weight--regular {
  font-weight: normal !important;
}
.font-weight--bold {
  font-weight: bold !important;
}

.cursor-pointer {
  cursor: pointer;
}

.mt-5 {
  margin-top: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.m-150 {
  margin: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.w-auto {
  width: auto !important;
}

.animation__arrow-right, .animation__arrow-left {
  transform: translateX(0);
  transition: transform 0.3s ease;
  display: inline-block;
}
.animation:hover .animation__arrow-right {
  transform: translateX(2px);
}
.animation:hover .animation__arrow-left {
  transform: translateX(-2px);
}

.form-group {
  margin-bottom: 25px;
}
.form-group label {
  font-size: 16px;
  font-weight: bold;
}
.form-group.required label:after {
  content: "*";
}
.form-group .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #3c2462;
  font-size: 16px;
  color: #3c2462;
}
.form-group .form-control:focus, .form-group .form-control:hover {
  box-shadow: none;
  border-bottom: 1px solid #745EAE;
  background-color: transparent;
}
.form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  color: #3c2462;
}
.form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: #3c2462;
}
.form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  color: #3c2462;
}
.form-group .form-control:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #3c2462;
}
.form-group--login label {
  color: #fff;
}
.form-group--login .form-control {
  border-color: #fff;
  color: #fff;
  text-align: center;
}
.form-group--login .form-control:focus, .form-group--login .form-control:hover {
  border-color: #fff;
}
.form-group select.form-control {
  padding-left: 5px;
}
.form-group .custom-control {
  padding-left: 30px;
  margin-top: 20px;
  min-height: 20px;
}
.form-group .custom-control-label {
  font-weight: normal;
}
.form-group .custom-control-label::before {
  width: 16px;
  height: 16px;
  top: 3px;
  left: -25px;
  border-color: #3c2462 !important;
  box-shadow: none !important;
}
.form-group .custom-control-label::after {
  width: 16px;
  height: 16px;
  left: -25px;
  top: 3px;
}
.form-group .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.form-group .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #745EAE;
}

.invalid-feedback {
  color: yellow;
}

.has-error .form-control {
  border-color: #fd8f8f;
}

.help-block,
.help-block-error {
  color: #58151C;
  font-weight: normal;
  font-size: 12px;
  background-color: #f8d7da;
  padding: 5px;
  border-radius: 3px;
  margin: 10px 0;
}

.btn {
  color: #fff;
  background-color: #3c2462;
  padding: 20px 30px;
  text-transform: uppercase;
  border-radius: 0;
  font: 16px "Helvetica", sans-serif;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.btn:hover {
  background-color: rgb(71.4179104478, 42.8507462687, 116.6492537313);
  color: #fff;
}

.btn--small {
  font-size: 12px;
  padding: 15px 30px;
}

.btn--large {
  font-size: 20px;
  padding: 20px 30px;
}

.btn--primary {
  background-color: #745EAE;
}
.btn--primary:hover {
  background-color: rgb(130.6466942149, 110.9648760331, 182.5351239669);
  color: #fff;
}

.btn--secondary {
  background-color: #3c2462;
}
.btn--secondary:hover {
  background-color: rgb(71.4179104478, 42.8507462687, 116.6492537313);
  color: #fff;
}

.btn--tertiary {
  background-color: #ED7D31;
}
.btn--tertiary:hover {
  background-color: rgb(239.0491071429, 139.7991071429, 72.4508928571);
  color: #fff;
}

.btn--white {
  background-color: #fff;
}
.btn--white:hover {
  background-color: white;
  color: #fff;
}

.btn--bordered-primary {
  background: transparent;
  border: 2px solid #745EAE;
  color: #745EAE;
  padding: 6px 18px;
}
.btn--bordered-primary:hover {
  background: transparent;
  color: rgb(103.2128099174, 81.1673553719, 161.3326446281);
  border-color: rgb(103.2128099174, 81.1673553719, 161.3326446281);
}

.btn--bordered-secondary {
  background: transparent;
  border: 2px solid #3c2462;
  color: #3c2462;
  padding: 6px 18px;
}
.btn--bordered-secondary:hover {
  background: transparent;
  color: rgb(48.5820895522, 29.1492537313, 79.3507462687);
  border-color: rgb(48.5820895522, 29.1492537313, 79.3507462687);
}

.btn--bordered-tertiary {
  background: transparent;
  border: 2px solid #888;
  color: #888;
  padding: 6px 18px;
}
.btn--bordered-tertiary:hover {
  background: transparent;
  color: rgb(123.25, 123.25, 123.25);
  border-color: rgb(123.25, 123.25, 123.25);
}

.btn--min {
  min-width: 300px;
}
@media (max-width: 767.98px) {
  .btn--min {
    width: 100%;
  }
}

.btn--white {
  color: #3c2462 !important;
}
.btn--white i {
  color: #C8778E;
}

.btn--select-interessi {
  background-color: transparent !important;
  border: 0;
  color: #fff !important;
  font-size: 16px !important;
}
.btn--select-interessi .btn-select-img {
  width: 100%;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  .btn--select-interessi .btn-select-img {
    width: 50%;
    margin: 0 25%;
  }
}
.btn--select-interessi.active .btn-select-img {
  opacity: 1;
}

.border--right {
  border-right: 1px solid;
}
.border--left {
  border-left: 1px solid;
}
.border--all {
  border: 1px solid;
}
.border--radius {
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .border--hidden-sm {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .border--hidden-md {
    border: 0;
  }
}

.header {
  font-size: 14px;
  width: 100%;
  background-color: rgb(106, 67, 157);
}
.header .navbar-brand {
  width: 90px;
}
@media (max-width: 767.98px) {
  .header .navbar-brand {
    width: 70px;
  }
}

.footer {
  background-color: #3c2462;
  font-size: 14px;
  padding: 20px 0 20px 0;
  color: #fff;
  margin-top: auto;
  width: 100%;
}
.footer a {
  color: #fff;
}

.scopri-profilo {
  background: rgb(17, 60, 43);
  background: linear-gradient(0deg, rgb(221, 122, 90) 0%, rgb(106, 67, 157) 90%, rgb(106, 67, 157) 100%);
  position: relative;
  /*&:before{
      content: '';
      position: absolute;
      top: 140px;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url('../img/bk-scopri-il-tuo-profilo.png');
      background-position:top center;
      background-size: 100%;
      background-repeat: no-repeat;
  }*/
}
.scopri-profilo__spacer {
  width: 60px;
  height: 3px;
  background-color: #3c2462;
  margin: 40px auto;
}
.scopri-profilo__panel {
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
  color: #3c2462;
  background-color: #fff;
  overflow: hidden;
}
.scopri-profilo__reply {
  font-size: 18px !important;
}
@media (max-width: 767.98px) {
  .scopri-profilo__reply {
    font-size: 14px !important;
  }
}
.scopri-profilo__img {
  position: relative;
}
.scopri-profilo__img label {
  border: 6px solid transparent;
  opacity: 0.8;
  transition: all 0.3s ease;
  margin: 10px 0 0 0;
  cursor: pointer;
  width: 100%;
}
.scopri-profilo__img label img {
  width: 100%;
}
.scopri-profilo__img input {
  position: absolute;
  opacity: 0;
}
.scopri-profilo__img input:checked + label {
  opacity: 1;
  border: 6px solid #745EAE;
}
.scopri-profilo ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.scopri-profilo ul li {
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
}
.scopri-profilo ul li:last-child {
  border-bottom: 0;
}
.scopri-profilo ul li label {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .scopri-profilo ul li label {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .scopri-profilo ul li label input {
    margin: 0 auto;
  }
}
.scopri-profilo ul li .level-bar-base {
  background-color: #e0dde9;
  position: relative;
  width: 100%;
  height: 12px;
  margin-top: 10px;
}
.scopri-profilo ul li .level-bar-base .level-bar {
  position: relative;
  height: 12px;
  background-color: #5d5dff;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.3s;
  /*level*/
}
.scopri-profilo ul li .level-bar-base .level-bar--temp {
  background-color: #ff5d68;
}
.scopri-profilo ul li .level-bar-base .level-bar.level-0 {
  width: 0;
}
.scopri-profilo ul li .level-bar-base .level-bar.level-1 {
  width: 14.2%;
}
.scopri-profilo ul li .level-bar-base .level-bar.level-2 {
  width: 28.6%;
}
.scopri-profilo ul li .level-bar-base .level-bar.level-3 {
  width: 42.8%;
}
.scopri-profilo ul li .level-bar-base .level-bar.level-4 {
  width: 57%;
}
.scopri-profilo ul li .level-bar-base .level-bar.level-5 {
  width: 71.2%;
}
.scopri-profilo ul li .level-bar-base .level-bar.level-6 {
  width: 85.4%;
}
.scopri-profilo ul li .level-bar-base .level-bar.level-7 {
  width: 100%;
}
.scopri-profilo ul ul {
  display: flex;
  flex-direction: row;
}
.scopri-profilo ul ul li.form-group {
  margin: 0;
  padding: 10px 10px 0 0;
  text-align: right;
  border: 0;
  border-right: 1px solid #dadada;
}
@media (max-width: 767.98px) {
  .scopri-profilo ul ul li.form-group {
    padding: 10px 3px 0 0;
  }
}
.scopri-profilo ul ul li.form-group .custom-control {
  margin: 0;
}
.scopri-profilo ul ul li.form-group .custom-control-input {
  left: auto;
  right: 20px;
}
.scopri-profilo ul ul li.form-group .custom-control-label {
  width: auto;
}
.scopri-profilo ul ul li.form-group label {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .scopri-profilo ul ul li.form-group label {
    font-size: 12px;
  }
}

.result {
  color: #fff;
  text-align: center;
}
.result .result-focus {
  padding: 30px;
  border-radius: 50%;
  background-color: #fff;
  width: 50%;
  margin: 25% auto 30px auto;
  animation: scaleCard 2.5s forwards;
}
.result .result-focus img {
  width: 100%;
}
.result .result-focus--active {
  width: 100%;
  margin-top: 0;
}
@keyframes scaleCard {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  10% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.result__panel table {
  table-layout: fixed;
  width: 100%;
}
.result__panel table td, .result__panel table th {
  padding: 0.6rem 0;
  word-wrap: break-word;
  font-size: 16px;
  color: #3c2462;
}
@media (min-width: 992px) {
  .result__panel table td, .result__panel table th {
    font-size: 20px;
  }
}
.result__panel table td i, .result__panel table th i {
  font-size: 50px;
}
@media (max-width: 767.98px) {
  .result__panel table td, .result__panel table th {
    font-size: 14px;
  }
}
.result__panel table tbody td:nth-child(2),
.result__panel table thead th {
  text-align: right;
}
.result__panel table thead th {
  border-width: 1px;
  border-top: 0;
}
.result__panel table thead th .text-intro {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .result__panel table thead th:first-child {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .result__panel table thead th:first-child {
    width: 180px;
  }
}
.result__hr {
  height: 3px;
  background-color: #745EAE;
}
.result__define {
  background-color: #ebe5fb;
  padding: 2rem;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .result__define {
    padding: 1rem;
  }
}

/* Ratings widget */
.progress {
  border-radius: 0;
}
.progress-star {
  height: 40px;
  flex: 0 0 200px;
  position: relative;
}
.progress-star .progress-bar {
  background-color: #745EAE;
  position: relative;
  height: 100%;
}
.progress-star .progress-bar--1 {
  background-color: #745EAE;
}
.progress-star .progress-bar--2 {
  background-color: #A772A4;
}
.progress-star .progress-bar--3 {
  background-color: #E37B66;
}
.progress-star .progress-bar--4 {
  background-color: #ED7D31;
}
.progress-star .progress-bar--edit {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #baba34;
}
.progress-star:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/star-mask.png");
  background-size: 200px;
  top: 0;
  left: 0;
}
.progress-edit {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .progress-edit {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}
.progress-input {
  width: 50px;
  height: 40px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.progress-btn {
  background-color: #745EAE;
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-btn:disabled, .progress-btn[disabled] {
  background-color: #e9ecef;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.title-subsection {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3rem 0.2rem 0.2rem;
  margin-top: 1.8rem;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}/*# sourceMappingURL=style.css.map */