/* Consider merging it with register-style.scss */
/* for IE10 and above but not Edge */
/* for iOS devices */
/* ------------------------------------------------------------ *\
|* Colours
\* ------------------------------------------------------------ */
/**
 * Colour palette -- private use for easier identification of colours
 **/
/* Greens */
/* Yellows */
/* Oranges */
/* Reds */
/* Grays */
/* Whites */
/* Blacks */
/* Chart levels */
/* Discussions timeline colours -- these are fixed elements that should not be theme-based */
/* Privacy flags */
/* Symptom severities */
/* Promo colours (clinical trials) */
/* General */
/* Typography */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight#common_weight_name_mapping */
/* Lists */
/* Buttons */
/* NHS UK */
/**
 * Public semantic variables used by PKB's default theme
 **/
div[for='consent'] .checkbox {
  position: static;
  font-size: 16px;
}
div[for='consent'] .checkbox label {
  margin-top: 15px;
}

.terms-and-conditions-container {
  display: none;
  text-align: initial;
}

.terms-and-conditions-fixed-row input.large-check:checked + span {
  color: #000;
}

.terms-and-conditions h5 {
  font-size: 17px;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-VariableFont_wght.ttf?v=704");
  font-style: normal;
  font-weight: 100 900;
}
html, body {
  height: 100%;
  font: 100%/1.125 "Mulish", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#verifyPersonalInfo input.btn:disabled, #verifyPersonalInfo input.btn:disabled:hover {
  color: #686868;
  background-color: #E8E8E8;
  background-position-y: -505px;
}
