.likert-question>fieldset>.nps-button:nth-child(2),
.likert-question>fieldset>.radio-button:nth-child(2) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.likert-question>fieldset>.nps-button:last-child,
.likert-question>fieldset>.radio-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.likert-question>fieldset>.nps-button.active>.nps-label,
.likert-question>fieldset>.radio-button.active>.radio-button-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: white;
  background-color: #5b594a;
  border-radius: 50%;
}

.eye-icon {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 32px;
  right: 12px;
}

.recomendations>p {
  text-align: justify;
  font-size: 14px;
}

.recomendations>p>a {
  font-size: 14px;
}

.action-button:focus {
	outline: 0;
}

.sv_q_radiogroup_control_item,
.sv_q_checkbox_control_item {
  display: none;
}

.sv_q_radiogroup,
.sv_q_checkbox {
  background-color: #DFE2E3;
  border: 2px solid #DFE2E3;
  margin-bottom: 8px;
  border-radius: 4px;
  max-width: 600px;
  cursor: pointer;
}

label.sv_q_radiogroup_label,
label.sv_q_checkbox_label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 64px;
  padding-left: 24px;
}

.sv_q_radiogroup:hover,
.sv_q_checkbox:hover {
  border-color: #6D31AC;
}

.sv_q_radiogroup.checked,
.sv_q_checkbox.checked {
  background-color: #6D31AC;
  color: white;
  border-color: #6D31AC;
  background-image: url('/images/check.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 8px 10px;
}

textarea.sv_q_other {
  width: 100%;
  border: 0;
  padding: 12px;
  min-height: 120px;
  border-radius: 4px;
  color: #333;
}

.sv_q_radiogroup .form-group,
.sv_q_checkbox .form-group {
  padding: 0 12px;
}

.sv_q_description {
  margin-bottom: 32px;
  line-height: 1;
  font-size: 12px;
  text-align: center;
}

.sv_q_m_cell {
  text-align: center;
  padding: 10px 0;
}

.sv_q_dropdown__value {
  float: left;
}

.sv-svg-icon.sv_q_dropdown_clean-button-svg {
  height: 26px;
  position: absolute;
}

.sv_main span{
  word-break: normal !important;
}

.sv_q_matrix thead tr th {
  vertical-align: baseline;
  padding: 0 12px;
}

.sv_q_matrix tbody tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.05);
}

.sv_q_matrix tbody tr td:first-child {
  padding: 0 12px;
}

.sv_q_m_label input {
  transform: scale(1.5);
  accent-color: gray;
}

.sv_q_m_label {
   padding: 8px 0;
}

.question.top-label {
  margin-bottom: 16px;
  text-align: center;
}

.question.top-label h3 {
  font-size: 95%;
}

.sv_row:nth-child(2) .sv_q_description,
.sv_row:nth-child(2) .question-title {
  /*display: none;*/
}

.one-row-matrix>thead>tr>td:first-child,
.one-row-matrix>tbody>tr>td:first-child {
  display: none !important;
}

.highlight-response {
  color: #FC4C02;
}

.sv_q_m_cell {
  padding: 0;
}

.sv_q_m_label {
  margin: 0;
  border: 1px solid transparent;
}

.sv_q_matrix thead tr th {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 4px;
  vertical-align: bottom;
  width: 20%;
}

.sv_q_m_label:hover {
  border: 1px dashed currentColor;
}

.sv_q_dropdown_control {
  width: 100%;
  appearance: none;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid lightgray;
  font-size: 14px;
  line-height: 20px;
}

.sv_q_dropdown_control:hover {
  border: 1px solid gray;
}

.sv_q_matrix {
  width: 100%;
}

.question-input.wide {
  width: 100%;
}

.sv_q_matrix.full-matrix thead tr th {
  width: 13%;
}

.sv_q_matrix.full-matrix tbody tr td:first-child {
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
}

.lang-selector {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.privacy-policy-link {
  position: fixed;
  left: 0;
  bottom: 16px;
  width: 24px;
  height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #6D31AC;
  background-image: url('/images/privacy-policy.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.sv_progress {
  margin-top: 0px;
  margin-bottom: 48px;
  background-color: #f2f2f2;
  border-radius: 6px;
}

.sv_progress span {
  display: none;
}

/* Style the modal */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent black background */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.modal-content {
  margin: auto;
  padding: 24px;
  border: 1px solid #888;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fefefe;
  max-width: 85%;
}
.modal-content-button {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.modal-text {
  margin: 14px;
  font-size: 24px;
}

.modal-text-small {
  font-size: 16px;
  margin-bottom: 4px;
}

.modal-button {
  background-color: #6D31AC;
  color: #fff;
  padding: 4px;
  margin: 8px;
  border-radius: 8px;
  width: 112px;
}

/* Create the circle loader with pure CSS */
.loader {
  width: 50px;
  height: 50px;
  border: 8px solid #ddd;
  border-top: 8px solid #6D31AC;
  border-bottom: 8px solid #6D31AC;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.collapsible-container {
  overflow: hidden;
  transition: height ease 0.6s;
  position: relative;
}

.collapsible-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.collapsible-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.checklist-li {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  margin: 2px 0px;
}

.checklist-svg {
 margin-right: 5px;
}

.print-recomendations{
  margin: 1cm;
}

@media print {
  .container-chart, .app-navbar,  .status-connection-container, .title-evaluation-school, .detail-evaluation, .title-evaluation-card, .primary-button {
    display: none !important;
  }
  .school-card {
    width: 100% !important;
  }
  .screen-container{
    max-width: 100% !important;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 479px) {
  .likert-question>fieldset>.nps-button.active>.nps-label {
    width: 20px;
    height: 20px;
  }
}

.responsive-chart{
  height: 900px !important;
}
.container-legend {
  display: flex;
  align-items: center;
  margin-right: 12px;
  width: 30%;
}
.container-legend-2 {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .responsive-chart{
    height: 1220px !important;
  }
  .container-legend {
    width: 44%;
   }
   .container-legend-2 {
     width: 56%;
   }
  td.sv_q_m_cell::after {
    content: attr(title);
    padding-left: 32px;
  }
  td.sv_q_m_cell:first-child::after {
    content: '';
    padding: 0;
  }
  
  .full-matrix thead {
    display: none;
  }
  
  .sv_q_matrix tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }
  
  td.sv_q_m_cell {
    display: flex;
    flex-direction: row;
    padding: 4px 12px 4px 0px;
    align-items: center;
    position: relative;
  }
  
  label.sv_q_m_label {
    /* margin-right: 8px; */
    /* left: 0; */
    display: flex;
    position: absolute;
    width: 100%;
    padding-left: 8px;
  }
  .sv_q_matrix.full-matrix tbody tr td:first-child {
    font-weight: 700;
  }
  .sv_q_matrix tbody tr {
    background-color: transparent !important;
  }

  .sv_progress {
    margin-top: 0px;
    margin-bottom: 16px;
  }
}
