.survey-body {
  font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0px !important;
}

.survey-content {
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
}

.header-image {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.footer-image {
  height: auto;
  width: 100%;
  padding-top: 1%;
}

.footer-content {
  height: auto;
  width: 100%;
  padding-top: 1%;
}

.survey-header {
  padding-top: "3%";
  background-image: "https://www.contacto.izzi.mx/visual/encuesta/izzi_troublecall_Header.png";
}

.survey-title {
  padding-left: 10%;
  width: 100%;
  font-size: 35px;
  color: rgb(26, 179, 148);
}

.survey-page {
  margin-top: 0%;
  margin-right: 5%;
  margin-left: 5%;
}

.sv-question__title {
  margin-bottom: 2%;
}

.survey-question-row {
  padding-bottom: 1.5em;
}

.survey-radiogroup-item {
  width: 90% !important;
  margin-left: 10%;
}

.survey-radiogroup-control-label {
  font-size: 25px;
  font-weight: bold;
}

.survey-rating-item {
  padding-left: 3%;
}

.survey-rating-item-text {
  color: black;
  background: rgb(255, 222, 51);
  border-color: rgb(255, 222, 51);
  width: 3.5em;
  font-weight: bold;
  border-radius: 50%;
  height: 2.5em;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 1.13;
  cursor: pointer;
  padding-top: 2%;
}

.sv-item__control-label {
  margin-left: 2%;
  font-size: 24px !important;
}

.sv-rating__min-text {
  padding-right: 2%;
}

.sv-rating__min-text span {
  font-weight: bold;
}

.sv-rating__max-text span {
  font-weight: bold;
}

.survey-rating-item-selected .survey-rating-item-text {
  background-color: rgb(26, 179, 148);
  color: rgb(255, 255, 255);
  border-color: rgb(26, 179, 148);
}

.survey-comment-area {
  width: 90%;
  border-radius: 10px;
}

.warning-modal {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.warning-modal h1,
h2,
h3,
h4 {
  font-weight: normal;
}

.modal-close-button {
  display: block;
  width: 20%;
  height: 5%;
  background: black;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: normal;
  text-decoration: none;
  float: right;
}

.modal-close-button:hover {
  background-color: #01b1c9;
}

.modal a.close-modal {
  display: none;
}

.sv-question__num {
  display: none;
}

.sv-row:not(:last-child) {
  padding-bottom: 1em;
}

.sv-rating__item {
  margin-right: 7px;
}

.sv-rating__item-text {
  border-radius: 5px;
  font-size: 1.2em;
}

.sv-rating__item--selected input:focus {
  outline: red !important;
}

.sv-rating__min-text {
  margin-right: 0px !important;
}

/*.sv-footer__prev-btn {
  display: none !important;
}*/

.sv-footer__complete-btn {
  float: right;
  /*margin-left: 45%;*/
}

.not-available {
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #004b8d;
  position: relative;
  margin-top: 5%;
  font-family: "Montserrat light", Arial, "Times New Roman" !important;
}

.not-available h1 {
  text-align: center;
}

.footer {
  bottom: 0;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 20px;
  background-size: cover;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sv-completedpage {
  padding-top: 0px;
  height: 13em;
  background-color: white !important;
}

.sv-completedpage p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.sv-radio__decorator {
  border: none;
}

input[type="radio" i] {
  border: none;
}

div#wrapperLogo {
  height: 120px;
  /* height of the background image? */
  background: url('https://oxxo-retail.qa.clientship.com/survey/images/header.png') no-repeat 0 0;
  text-align: center;
  background-position: center;
  margin-top: 20%;
}

.sd-root-modern.sd-root-modern--full-container {
  border-radius: 24px;
}

.sd-progress-buttons__list-container {
  max-width: 1240px;
  margin: 0 auto;
}

.sd-progress-buttons__footer .sd-progress-buttons__page-title {
  justify-content: center;
}

.sv-completedpage:before {
  background-image: none !important;
  height: 10px !important;
}

/* The Modal (background) */
.location-selector {
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 10%;
  padding-left: 30%;
  /* Location of the box */
  left: 0;
  top: 0;
  /* Full width and height */
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content {
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(136, 134, 134);
  border-radius: 20px;
  background-color: white;
  width: 35%;
  height: 35%;
}

.location-selector-header {
  justify-content: center;
  display: flex;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-color: rgb(136, 134, 134);
  padding-top: 1%;
  height: 15%;
}

.location-selector-content {
  padding: 1%;
  height: 70%;
  align-self: center;
  padding-top: 10%;
}

.location-selector-footer {
  height: 15%;
  padding: 1%;
  display: flex;
  justify-content: end;
  padding-right: 5%;
  padding-bottom: 5%;
}

.submit-button {
  display: none;
  background-color: #537ccc !important;
  border: none;
  color: white;
  padding: 2%;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  align-self: center;
  cursor: pointer;
}

.sd-completedpage:before {
  display: none;
}

.sd-completedpage:after {
  display: none;
}

.survey-body {
  --sjs-font-family: 'Montserrat';
 }
 
 .sd-html {
   color: var(--sjs-font-questiondescription-color, #8c8c8c);
 }


 /************************************************************************
 * Surveyjs Image picker
 ************************************************************************/

 .sd-imagepicker__item-decorator {
  max-width: 150px;
  text-align: center;
  text-wrap: pretty;
  white-space: normal;
}

.sd-imagepicker {
  justify-content: space-around;
  gap: 40px;
  margin-top: 24px;
}

.sd-imagepicker__check-decorator {
  top: -10px;
  right: -10px;
}

.sd-imagepicker__item img {
  background: transparent;
  height: 0;
}

.sd-imagepicker__item-decorator {
  max-width: 150px;
  text-align: center;
  text-wrap: pretty;
}

.sd-imagepicker {
  justify-content: space-around;
  gap: 40px;
  margin-top: 24px;
}

.sd-imagepicker__check-decorator {
  top: -10px;
  right: -10px;
}

.sd-imagepicker__item--checked .sd-imagepicker__check-decorator {
  border: 1px solid #efefef;
}

.sd-imagepicker__check-decorator {
  right: 10px;
}


.sd-imagepicker__item--preview {
  opacity: .2
}

.sd-imagepicker__item--checked {
  opacity: 1
}

div#surveyElement div.not-available {
    position: relative !important;
    margin-top: 5%;
    font-family: "Montserrat light", Arial, "Times New Roman" !important;
}