.agreement p {
  margin-top: 10px;
}
.grecaptcha-badge {
  z-index: 32000;
}
.input, .textarea,
.select select,
.select2-container--default .select2-selection--single {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}
.control.select,
.control.select select {
  width: 100%;
}
.input.code2d {
  width: 2em;
  font-size: 300%;
  font-weight: bold;
  padding: 0.25em;
  height: 2em;
  border-radius: 0.25em;
  text-align: center;
}
.navigation-fixed-placeholder {
  top:0px !important;
}
.optional.label::before,
.optional .label::before {
  content: '*';
}
.step-2 .one-of.label::before,
.step-2 .one-of .label::before {
  content: '**';
}
.input.is-primary, .select.is-primary select {
  border-color: #01d1b2;
  /* background: #ebfffc; */
}
.input.is-success, .select.is-success select {
  border-color: #23d160;
  /* background: #eefcf3; */
}
.input.is-danger, .select.is-danger select {
  border-color: #ff3860;
  background: #ffebef;
}
.field.has-addons .is-expanded {
  z-index: 1;
}
/* Select2 */
span.select2-selection__arrow {
  display: none;
}
.select2-container .select2-selection--single {
  height: 2.25em;
  border-color: #dbdbdb;
  outline: none;
}
.select2-search__field {
  outline: none;
  border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container .select2-selection--single:focus {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.is-primary .select2-container .select2-selection--single:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.is-danger .select2-container .select2-selection--single:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
.select2-dropdown {
  border-color: #dbdbdb;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px 40px 5px 9px;
  line-height: 24px;
}
.select.is-danger .select2-selection--single {
  border-color: #ff3860;
  background: #ffebef;
}
.select.is-primary .select2-selection--single {
  border-color: #01d1b2;
}
label:not(.checkbox):not(.radio) {
  overflow: hidden;
  white-space: nowrap;
}
.select2-search__field {
  font-size: 16px;
  padding: 6.75px 9px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-search__field::placeholder {
  color: #c2c2c2;
}
.select2-dropdown p, li, text-wrapper * {
  font-size: 16px;
}
.survey li {
  font-size: inherit;
  margin-bottom: 5px;
}
.survey .question {
  margin-top: 35px !important;
}
.survey .question.is-danger ul {
  background-color: #ffebef;
  outline: 1px solid #ff3860;
  outline-offset: 4px;
  border-radius: 2px;
}
.input.is-danger, .textarea.is-danger {
  border-color: #ff3860;
  background-color: #ffebef;
}
.survey .file-name {
  height: unset;
  min-height: 2.25em;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.survey .file-name:empty {
  padding-left: 32px;
  padding-right: 32px;
}
.survey .file-list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: auto fit-content(30%);
  height: unset;
  min-height: 2.25em;
  padding: 0 1em;
  column-gap: 0.8em;
}
.survey .file-list > * {
  overflow: hidden;
}
.survey .file-list > *:nth-child(even) {
  text-align: right;
}
.survey .file-name:empty:before {
  content: attr(data-placeholder);
}
.survey .advice_only .diabetes_only,
.survey .autoAbs {
  display: none;
}
.survey fieldset[disabled] label.radio {
  opacity: 70%;
}
.survey #smartphone fieldset[disabled] label.radio::after {
  content: " (not supported by Loop, iAPS, Trio and AAPS)";
  color: #ff3860;
  font-size: 80%;
}
.survey .file-list .has-text-grey-light:nth-child(odd):after {
  position: absolute;
  left: 2%;
  height: 1pt;
  background: #ff386088;
  content: "";
  width: 96%;
  display: block;
  margin-top: -12px;
}
.survey .disabled {
  filter: blur(2px) opacity(33%) saturate(0);
  pointer-events: none;
  user-select: none;
}
.is-danger .file-name:before {
  content: attr(data-placeholder);
  text-align: center;
  display: block;
  color: #ff3860;
  font-weight: bold;
  padding: 0.5em;
}

.file-label:before {
  content: attr(data-choosefiles);
  text-align: center;
  display: block;
  font-weight: bold;
}

.is-danger .file-label:before {
  content: attr(data-fileserroneous);
  color: white;
}

.is-success .file-label:before {
  content: attr(data-filesselected);
  color: white;
}

.modal-is-active > :not(.modal-full-screen) {
  display: none !important;
}

.modal-is-active > .modal-full-screen {
  display: unset !important;
  z-index: unset !important;
}

.modal-is-active .modal-full-screen .modal-card {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

@media print {
  @page {
    size: letter portrait;
  }
  .modal-is-active > .modal-full-screen {
    position: static;
    zoom: 75%;
  }
}
