@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

*, div {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}
.container-fluid{
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 788px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 788px;
  }
  .container-fluid{
    max-width: 1188px;
  }
}
header {
  background-color:#f5f5f5 ;
  background-image: url(../imgs/ombra-header.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .header-dskt {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .header-mob {
    display: none;
  }
}

.survey-h1 {
  font-size: 34px;
  font-weight: 700;
  color: #019dc5;
}
@media only screen and (max-width: 768px) {
  .survey-h1 {
    font-size: 30px;
  }
}
.survey-h2 {
  font-size: 34px;
  font-weight: 700;
  color: #653a8f;
}
@media only screen and (max-width: 768px) {
  .survey-h2 {
    font-size: 30px;
  }
}
.survey-h3 {
  font-size: 17px;
  color: #653a8f;
}
.survey-h4 {
  font-size: 22px;
  font-weight: 700;
  color: #019dc5;
}
.survey-p {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}
.survey-strong {
  font-weight: 700;
  color: #36a7c0;
}
.survey-pink {
  color: #019dc5;
}
@media only screen and (max-width: 768px) {
  .survey-pink {
    font-size: 14px;
    line-height: 16px;
  }
}
.survey-cl {
  padding: 40px;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  background-color: #f5f5f5;
  height: 100%;
}
.survey-vl {
  width: 100%;
  margin-top: 10px;
  color: #019dc5;
}
.survey-tb {
  width: 100%;
  border-right: 1px solid #019dc5;
  margin-top: 33px;
}
.survey-tb.survey-tb--ini {
  margin-top: 10px;
}
.survey-tb--10 .td-lila {
  width: 10%;
}
td {
  font-size: 17px;
  line-height: 22px;
}
.td-white {
  background-color: #ffffff;
  font-size: 18px;
  text-align: center;
  height: 42px;
  border-left: 1px solid #019dc5;
  border-bottom: 1px solid #019dc5;
}
.td-lila {
  background-color: #019dc5;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  height: 42px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #019dc5;
}
.td-lfwt {
  border-left: 1px solid #019dc5;
}
.td-tit {
  font-size: 19px;
  font-weight: 600;
}
.td-tit-form {
    font-size: 19px;
  }
.td-borders {
  border-top: 1px solid #019dc5;
  border-left: 1px solid #019dc5;
  border-bottom: 1px solid #019dc5;
  padding: 7px 15px;
}
.td-lf, .td-rt {
  padding: 7px 15px;
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .td-lf, .td-rt {
    width: 140px;
  }
}
.td-lf {
  border-left: 1px solid #019dc5;
}
.td-lf--200 {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .td-lf--200 {
    width: 170px;
  }
}
.td-rt {
  border-right: 1px solid #019dc5;
}
.td-rt--175 {
  width: 175px;
}
@media only screen and (max-width: 768px) {
  .td-rt--175 {
    width: 147px;
  }
}
.td-brdtp {
  border-top: 1px solid #019dc5;
  padding: 7px 15px;
}
.td-brdbt {
  border-bottom: 1px solid #019dc5;
}
.survey-ftx {
  position: relative;
}
.survey-ftx::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color:#653a8f ;
  top: 50%;
  left: 0;
  margin-top: 1px;
  z-index: 1;
}
.survey-ftx--lf, .survey-ftx--rt {
  width: 21px;
}
.survey-ftx--lf img, .survey-ftx--rt img {
  position: relative;
  z-index: 2;
}
td {
  position: relative;
}
.td-comments {
  border-right: 1px solid #019dc5;
  border-bottom: 1px solid #019dc5;
  border-left: 1px solid #019dc5;
  padding: 10px 15px 15px;
  position: relative;
}
textarea.form-control.td-textarea {
  min-height: 150px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}
::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #000000 !important;
}
::-ms-input-placeholder {
  color: #000000 !important;
}
.form-control {
  border: transparent;
  padding: 0;
  -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;
}
.form-control:focus {
  border-color: #019dc5;
  box-shadow: 0 0 0 0.10rem #019dc5;
}
.form-check-input {
  border: transparent;
  cursor: pointer;
  width: 100%;
  height: 42px;
  margin-top: 0;
  position: relative;
}
.form-check-input:focus {
  border-color: #019dc5;
  /* box-shadow: 0 0 0 0.15rem rgba(181,42,119,.25); */
  box-shadow: none;
}
.form-check-input:active {
  filter: brightness(100%);
}
.form-check-input:checked {
  background-color: #ffffff;
  border: 0 solid #ffffff;
  position: relative;
}
.form-check-input:checked::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color:#019dc5 ;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  z-index: 1;
  -webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;
}
.survey-submit {
  border: none;
  background-image: linear-gradient(to right, #36a1be, #584197);
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 70px;
  margin: 0 auto;
}
.survey-cl .survey-submit {
  width: 100%;
}
.thaks-input {
  border: 1px solid #d4d4d5;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  padding: 8px 10px;
  margin-bottom: 20px;
}
.thaks-fieldset {
  margin-bottom: 18px;
}
@media only screen and (min-width: 769px) {
  .thaks-fieldset--lf, .thaks-fieldset--rt {
    width: 50%;
  }
}
.form-check--thaks {
  display: flex;
  align-items: center;
}
.form-check-input.thaks-check  {
  border: 1px solid #d4d4d5;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.form-check-input.thaks-check:checked::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url(../imgs/icon-tick.png);
  background-position: center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  z-index: 1;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.thaks-submit {
  margin: 0;
  width: 100%;
}
footer {
  background-color:#f5f5f5 ;
}
.survey-logos {
  width: max-content;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .survey-logos {
  }
}

.invalid-tooltip {
  max-width: 200px;
  width: 200px;
  text-align: center;
}
.arrow {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #dc3545;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: transparent !important;
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow:  none !important;
}
.review-message--ko {
  display: block !important;
}
