:root {
  --ilo-blu: #1e2dbe;
  --grey-bg: #00000026;
  --trasp-30: rgb(0 0 0 / 30%);
  --black: #000000;
  --almost-black: #230050;
  --violet: #960A55;
  --yellow: #FFCD2D;
  --orange: #FA3C4B;
  --pink_bg:rgba(250, 60, 75, 0.10);
  --dark-grey: #2D2D2D;
  --pale-blue: #EBF5FD;
  --dark-blue: #1f024d;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: var(--dark-grey);
}

.btn-dark-ilo,
.btn-dark-ilo:hover,
.btn-dark-ilo:active,
.btn-dark-ilo:visited {
  background: #230050;
  border: 0;
  border-radius:2px;
  color: #ffffff;
  font-size: 1em;
  width: 154px;
  height: 52px;
  line-height: 41px;
  display: block;
}

#previous-btn {
  background-color: #230050;
  background-image: url('assets/images/arrow_left.png');
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 35px;
}

#previous-btn:hover,
#previous-btn:active,
#previous-btn:visited {
  background-color: #230050;
  background-image: url('assets/images/arrow_left.png');
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

#next-btn {
  background-color: #230050;
  background-image: url('assets/images/arrow_right.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-right: 35px;
}

#next-btn:hover,
#next-btn:active,
#next-btn:visited {
  background-color: #230050;
  background-image: url('assets/images/arrow_right.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.btn-blue-ilo,
.btn-blue-ilo:hover,
.btn-blue-ilo:active,
.btn-blue-ilo:visited {
  background: #1E2DBE;
  border: 0;
  border-radius:0;
  color: #ffffff;
  font-size: 1em;
  width: 200px;
  height: 51px;
  line-height: 41px;
  display: block;
}

a {
  color: var(--almost-black);
  text-decoration:none;
}


.navbar-brand img {
  height:65px; 
  width:auto;
}

#main-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-text-phrase {
  color: var(--dark-blue);
  font-family: "Overpass", "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  margin-left: auto;
  text-align: right;
  margin-top:25px;
}

.header-text-phrase .bigger {
  font-weight: bold;
  font-size: 18px;
}

.header-text-phrase .smaller {
  font-size: 0.8em;
}

.navbar-toggler {
    margin-top:20px;
    border: none;
}

.navbar-toggler-icon {

    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 0H9.33333H6.66667H0V2.66667H6.66667H9.33333H16V0Z" fill="%231e2dbe"/><path d="M16 6.6665H9.33333H6.66667H0V9.33317H6.66667H9.33333H16V6.6665Z" fill="%231e2dbe"/><path d="M16 13.3335H9.33333H6.66667H0V16.0002H6.66667H9.33333H16V13.3335Z" fill="%231e2dbe"/></svg>');
}

h1 {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
}

h1.intro-h1 {
  font-size: 42px;
  line-height: 46px;
}

p.intro-p {
  font-size: 20px;
  line-height: 26px;
}

h2 {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 46px;
  /* color: var(--black); */
  letter-spacing: -1px;
}

h3 {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -1px;
}

h3.alt-h3 {
  font-weight: 300;
  font-size:32px;
  line-height: 40px;
  color: var(--ilo-blu);
}

h4 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
}



h5 {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
}

h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.home p {
  line-height: 1.7;
}

header {
  position: relative;
  z-index: 10;
}

header nav.navbar {
  /* background: var(--ilo-blu); */
  background: var(--pale-blue);
  background-image:none !important;
  border-bottom: 16px solid;
  border-bottom-color: var(--ilo-blu);
}

header nav.navbar li {
  margin-left: 20px;
}

header nav.navbar a,
header nav.navbar a:hover,
header nav.navbar a:focus,
header nav.navbar a:visited {
  color: var(--dark-blue);
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff;
  text-decoration:underline;
}

header .utility-bar {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  height: 28px;
  width: 100%;
  font-family: 'Overpass';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.035em;
  top:0;
}
header .utility-bar .tool {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 max((100% - 1290px)/2,15px) 0 0;
  background-color: var(--ilo-blu);
}
header .utility-bar .tool::before {
  background: var(--ilo-blu);
  clip-path: polygon(0 0,100% 0,97% 100%);
  content: "";
  display: block;
  height: 100%;
  left: -27px;
  position: absolute;
  top: 0;
  width: 28px;
}
header .utility-bar .ilo-website {
  display: flex;
  height: 100%;
  align-items: center;
}
header .utility-bar .ilo-website a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  padding: 0 0 0 10px;
}
header .utility-bar .ilo-website a:hover,
header .utility-bar .ilo-website a:focus,
header .utility-bar .ilo-website a:visited,
header .utility-bar .ilo-website a:active {
  color: #fff;
}

header .language-switcher {
  display: none;
  position: relative;
  height: 100%;
}

header .language-switcher button {
  display: block;
  appearance: none;
  cursor: pointer;
  height: 100%;
  padding: 0 10px 0 31px;
  border: none;
  font-family: 'Overpass';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #fff;
  background-color: #230050;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 24 24'%3E%3Cpath d='M11.991 3C7.023 3 3 7.032 3 12s4.023 9 8.991 9C16.968 21 21 16.968 21 12s-4.032-9-9.009-9m6.237 5.4h-2.655a14 14 0 0 0-1.242-3.204A7.23 7.23 0 0 1 18.228 8.4M12 4.836A12.7 12.7 0 0 1 13.719 8.4h-3.438A12.7 12.7 0 0 1 12 4.836M5.034 13.8A7.4 7.4 0 0 1 4.8 12c0-.621.09-1.224.234-1.8h3.042A15 15 0 0 0 7.95 12c0 .612.054 1.206.126 1.8zm.738 1.8h2.655a14 14 0 0 0 1.242 3.204A7.2 7.2 0 0 1 5.772 15.6m2.655-7.2H5.772a7.2 7.2 0 0 1 3.897-3.204c-.54.999-.954 2.079-1.242 3.204M12 19.164a12.7 12.7 0 0 1-1.719-3.564h3.438A12.7 12.7 0 0 1 12 19.164m2.106-5.364H9.894A13 13 0 0 1 9.75 12c0-.612.063-1.215.144-1.8h4.212c.081.585.144 1.188.144 1.8s-.063 1.206-.144 1.8m.225 5.004c.54-.999.954-2.079 1.242-3.204h2.655a7.23 7.23 0 0 1-3.897 3.204m1.593-5.004c.072-.594.126-1.188.126-1.8s-.054-1.206-.126-1.8h3.042c.144.576.234 1.179.234 1.8s-.09 1.224-.234 1.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 5px 3px;
}
header .language-switcher button:hover,
header .language-switcher button:focus {
  color: #1e2dbe;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231E2DBE' viewBox='0 0 24 24'%3E%3Cpath d='M11.991 3C7.023 3 3 7.032 3 12s4.023 9 8.991 9C16.968 21 21 16.968 21 12s-4.032-9-9.009-9m6.237 5.4h-2.655a14 14 0 0 0-1.242-3.204A7.23 7.23 0 0 1 18.228 8.4M12 4.836A12.7 12.7 0 0 1 13.719 8.4h-3.438A12.7 12.7 0 0 1 12 4.836M5.034 13.8A7.4 7.4 0 0 1 4.8 12c0-.621.09-1.224.234-1.8h3.042A15 15 0 0 0 7.95 12c0 .612.054 1.206.126 1.8zm.738 1.8h2.655a14 14 0 0 0 1.242 3.204A7.2 7.2 0 0 1 5.772 15.6m2.655-7.2H5.772a7.2 7.2 0 0 1 3.897-3.204c-.54.999-.954 2.079-1.242 3.204M12 19.164a12.7 12.7 0 0 1-1.719-3.564h3.438A12.7 12.7 0 0 1 12 19.164m2.106-5.364H9.894A13 13 0 0 1 9.75 12c0-.612.063-1.215.144-1.8h4.212c.081.585.144 1.188.144 1.8s-.063 1.206-.144 1.8m.225 5.004c.54-.999.954-2.079 1.242-3.204h2.655a7.23 7.23 0 0 1-3.897 3.204m1.593-5.004c.072-.594.126-1.188.126-1.8s-.054-1.206-.126-1.8h3.042c.144.576.234 1.179.234 1.8s-.09 1.224-.234 1.8z'/%3E%3C/svg%3E");
  background-color: #ebf5fd;
}
header .language-switcher ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  list-style: none;
  font-family: 'Noto Sans';
  font-weight: 400;
  background-color: #edf0f2;
}
header .language-switcher.open ul {
  display: block;
}
header .language-switcher ul:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: -5px;
  left: calc(50% - 4px);
  border-bottom: 5px solid #edf0f2;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
header .language-switcher li {
  padding: 0 10px;
}
header .language-switcher li:first-of-type {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
header .language-switcher li:last-of-type {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
header .language-switcher li:hover {
  background-color: #ebf5fd;
}
header .language-switcher li a {
  display: block;
  color: #230050;
  padding: 12px 8px;
}
header .language-switcher li a:hover,
header .language-switcher li a:focus {
  color: #1e2dbe;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
header .language-switcher li + li a {
  border-top: solid 2px #fff;
}
/* fine language */




#main {
  margin-top:0;
  padding:107px 0 0 0;
}

.single-post #main,
.page-template-template-home #main,
.page-template-template-about #main,
.page-template-template-about #main,
.single-country #main
 {
  padding:66px 0 0 0;
  /* padding: 0; */
}

.card-body.p-4 {
  padding: 3em !important;
}

/* container home page */

@media (min-width: 1200px) {
  .home main .container {
      max-width: 960px;
  }
}

@media (min-width: 1400px) {
  .home main .container {
      max-width: 1140px;
  }
}



/* footer */
#footer {
  background: var(--almost-black);
  color: #fff;
  min-height: 150px;
  padding: 60px 0;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

#footer a {
  color:#fff;
}

#footer .footer-menu a {
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#footer .footer-menu a.selected {
  font-weight: 900;
}

.border-bottom-white {
  border-bottom: 1px solid #fff;
}

.btn-large, .btn-large:hover, .btn-large:active, .btn-large:visited {
  width: 260px;
}

/* home page*/
#instructions-section {
  background: #f6f6f6;
}

.highlight {
  color: #ffffff;
  background: var(--ilo-blu);
  padding: 4px 10px;
  text-align: center;
  font-size: 120%;
}

/* forms */
.form-control,
.form-control:focus {
  border-radius: 0;
  background-color: #EBF5FD;
  border: 0;
  box-shadow: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-select, 
.form-select:focus {
  background: #EBF5FD;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.input-group-text {
  border-radius: 0;
  background:#F2F2F2;
  border: 0;
  box-shadow: none;
}

.input-group .btn-outline-secondary {
  border: 0;
  background: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
}

.card {
  border-bottom:0 !important;
}

.alert-success {
  background: rgba(68, 171, 20, 0.5);
  color: #000000;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 30px;
}

.popup {
  display:none;
  /* border: 1px solid var(--dark-blue); */
  color: var(--dark-blue);
  background: var(--pale-blue);
  padding: 40px 40px;
  text-align: center;
}

.popup.low {
  color: #ffffff;
  background: var(--dark-blue);
  position: relative;
  padding-left: 60px;
  padding-right: 100px;
}

.popup.low > * {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.popup.low::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url('assets/images/icon_sad_3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup.high {
  position: relative;
  padding-left: 60px;
  padding-right: 100px;
}

.popup.high > * {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.popup.high::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url('assets/images/icon_smile.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#navigation-buttons {
  display: none !important;
}

#navigation-buttons.show {
  display: flex !important;
}

.sub-header {
  background: var(--dark-blue);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.sub-header h3 {
  margin-bottom: 0;
  font-size: 28px;
}

.question-title {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: 2.5em !important;
}

.question-title-icon {
  margin-right: 10px;
  flex-shrink: 0;
  height: 1em;
  width: auto;
  /* Align center of image with center of first line of text */
  /* First line center is at line-height/2, image center is at height/2 */
  margin-top: calc((1.5em * 0.5) - (1em * 0.5));
}

.group-description-container {
  padding: 60px;
  background: var(--pale-blue);
}

.group-description-container p {
  margin-bottom: 2em;
}

.table-questions .header-cell {
  background: var(--ilo-blu);
  color: #fff;
}

.table-questions th.header-label {
  width: 30%;
}
.table-questions th.header-cell {
  width: 11.67%;
  text-align: center;
  vertical-align: middle;
}

/* Remove all borders from table-questions, then add only row borders */
table.table-questions,
table.table.table-bordered.table-questions,
.table-questions,
.table-questions.table-bordered {
  border: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-width: 0 !important;
}

.table-questions th,
.table-questions td,
.table-questions.table-bordered th,
.table-questions.table-bordered td {
  border: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: 1px solid #ffffff !important;
  padding: 10px;
}

.table-questions th:last-child,
.table-questions td:last-child,
.table-questions.table-bordered th:last-child,
.table-questions.table-bordered td:last-child {
  border-right: none !important;
}

.table-questions thead,
.table-questions thead tr {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

.table-questions thead th {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: 1px solid #ffffff !important;
}

.table-questions thead th:last-child {
  border-right: none !important;
}

.table-questions tbody,
.table-questions tbody tr,
.table-questions tbody tr:first-child {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.table-questions tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

/* Style radio buttons with custom appearance */
.table-questions input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: #e2e2e2;
  cursor: pointer;
  position: relative;
}

.table-questions input[type="radio"]:checked {
  background-color: var(--almost-black);
}

.table-questions input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}

/* Dark red for selected radio buttons in last two columns */
.table-questions td:nth-last-child(2) input[type="radio"]:checked,
.table-questions td:last-child input[type="radio"]:checked {
  background-color: #8B0000;
}

/* Style checkboxes with custom appearance (for outro template) */
.table-questions input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: none;
  background-color: #e2e2e2;
  cursor: pointer;
  position: relative;
}

.table-questions input[type="checkbox"]:checked {
  background-color: var(--ilo-blu);
}

.table-questions input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Multiple choice table styling (outro template) */
.table-questions-multiple-choice tbody tr {
  border-bottom: 3px solid #ffffff !important;
}

.table-questions-multiple-choice th,
.table-questions-multiple-choice td,
.table-questions-multiple-choice.table-bordered th,
.table-questions-multiple-choice.table-bordered td {
  border-right: 1px solid #f2f2f2 !important;
  padding: 12px;
}

.table-questions-multiple-choice th:last-child,
.table-questions-multiple-choice td:last-child,
.table-questions-multiple-choice.table-bordered th:last-child,
.table-questions-multiple-choice.table-bordered td:last-child {
  border-right: none !important;
}

.table-questions-multiple-choice tbody tr td {
  background-color: #f2f2f2;
}

.table-questions-multiple-choice tbody tr:last-child {
  border-bottom: none !important;
}

.table-questions-multiple-choice input[type="checkbox"] {
  background-color: #ffffff;
}

.table-questions-multiple-choice input[type="checkbox"]:checked {
  background-color: var(--ilo-blu);
}

.table-questions thead .header-text {
  font-weight: 400;
}

.table-questions .answer-line {
  font-weight: 700;
  vertical-align: middle;
}

/* world map */
#map {
  width: 100%;
  height: 500px;
  background-color: white;
}

/* general score */
.user-score p {
  font-size: 2em;
  margin:0;
}
.user-score p.small {
  font-size: 0.8em;
  margin:0;
}

.average-score p {
  font-size: 1em;
  margin:0;
} 

.average-score p.small {
  font-size: 0.8em;
  margin:0;
}

/* general references modal */
/* #referencesModal ul {
  list-style: none;
  text-indent: 0;
  padding: 0;
} 

#referencesModal ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 4px;
} */



/* media queries */

@media screen and (max-width: 1399px) {
  header .utility-bar .tool {
    padding: 0 max((100% - 1106px)/2,15px) 0 0;
  }
}

@media screen and (max-width: 1199px) {
  header .utility-bar .tool {
    padding: 0 max((100% - 925px)/2,15px) 0 0;
  }
  .table-questions {
    font-size: 0.9em;
  }
}






/* Rotate table headers vertically on mobile */
@media screen and (max-width: 800px) {
  #main {
    margin-top:0;
    padding:86px 0 0 0;
  }
  h1.intro-h1 {
    font-size: 1.2em;
    line-height: 1.5;
  }
  p.intro-p {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .table-questions {
    font-size: 0.8em;
  }
  /* Ensure the table header row has enough height */
  .table-questions thead tr {
    height: 100px !important;
  }
  /* Rotate header cells (excluding first empty column) - override inline styles */
  .table-questions thead th:not(:first-child) {
    height: 100px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    padding: 0 !important;
    vertical-align: bottom !important;
    text-align: center !important;
    position: relative;
  }
  
  /* Rotate only the span text, not the cell itself */
  .table-questions thead th:not(:first-child) .header-text {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    transform-origin: center;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.3;
    width: 100px;
    text-align: center;
  }
  
  /* Adjust table body cells to match header width on mobile */
  .table-questions tbody td.radio-cell {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    padding: 10px 5px;
  }
  
  /* Make sure the first column (labels) takes remaining space */
  .table-questions thead th:first-child {
    width: auto !important;
    min-width: 120px !important;
  }
  
  .table-questions tbody td:first-child {
    width: auto !important;
    min-width: 120px !important;
  }

  .header-text-phrase {
    display:none;
  }

  .navbar-brand img {
    height: 44px;
  }

  @media screen and (max-width: 768px) {
    #footer .d-flex {
      display:block !important;
      margin-top:30px;
    } 
    #footer .menu-item {
      display:block;
      margin-bottom: 8px;
    }
    .arrow-down {
      display: none;
    }
    .popup.low,
    .popup.high {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 100px;
    }
    .popup.low > *,
    .popup.high > * {
      padding-left: 0;
      padding-right: 0;
      margin-top: 20px;
    }
    .popup.low::after,
    .popup.high::after {
      right: auto;
      left: 50%;
      top: 20px;
      transform: translateX(-50%);
    }
  }

  @media screen and (max-width: 425px) {
    .table-questions thead th:not(:first-child) {
      height: 100px !important;
      width: 30px !important;
      min-width: 30px !important;
      max-width: 30px !important;
      padding: 0 !important;
      vertical-align: bottom !important;
      text-align: center !important;
      position: relative;
    }
  }

}