/* compiled by scssphp v0.0.12 on Mon, 20 Oct 2025 21:33:55 +0000 (0.1447s) */

:root {
  --theme-timeline-color: #af4c61;
  --theme-image-back: radial-gradient(circle at 0 60%, #f06406 0, #934186);
  --theme-image-button-back: radial-gradient(circle at 0 -160%, #f06406 0%, #934186 150%);
  --theme-report-backlight: #eed9dd;
  --theme-report-border: #dfb5be;
  --theme-soft-colour: #ccc;
  --colour-dark: #34495e;
  --colour-purple: #9b59b6;
  --colour-blue: #3498db;
  --colour-green: #62cb31;
  --colour-yellow: #ffb606;
  --colour-orange: #e67e22;
  --colour-red: #e74c3c;
  --colour-error: #fcf3f2;
  --colour-darkred: #c0392b;
  --colour-grey: #f1f3f6;
  --colour-darkgrey: #696a6c;
  --colour-teal: #53c8ce;
  --colour-lime: #b8db40;
  --colour-pink: #e981b7;
  --colour-gold: #f1d570;
  --colour-farm: #987423;
  --colour-olive: #a5b453;
  --colour-shop: #5b453a;
  --colour-sage: #bcb88a; }

:root[data-theme="default"], :root[data-theme="rosewood"] {
  --theme-timeline-color: #af4c61;
  --theme-image-back: radial-gradient(circle at 0 60%, #f06406 0, #934186);
  --theme-image-button-back: radial-gradient(circle at 0 -160%, #f06406 0%, #934186 150%);
  --theme-report-backlight: #eed9dd;
  --theme-report-border: #dfb5be;
  --theme-image-back-color: #d04d99;
  --theme-image-back-blend-mode: exclusion;
  --theme-primary-button-color: #905766; }

:root[data-theme="icerink"] {
  --theme-timeline-color: #534186;
  --theme-image-back: radial-gradient(circle at 0 60%, #6194e6 0, #534186);
  --theme-image-button-back: radial-gradient(circle at 0 -160%, #6194e6 0%, #534186 150%);
  --theme-report-backlight: #c1b7dc;
  --theme-report-border: #a395cb;
  --theme-image-back-color: #b7b10e;
  --theme-image-back-blend-mode: exclusion;
  --theme-primary-button-color: #8ba7f1; }

:root[data-theme="sunrise"] {
  --theme-timeline-color: #d97641;
  --theme-image-back: radial-gradient(circle at 0 60%, #ffe03b 0, #bc872f);
  --theme-image-back: radial-gradient(circle at 0 60%, #ffe03b 0, #fc9c83);
  --theme-image-back: radial-gradient(circle at 0 60%, #ffe03b 0, #fc9c83, #d1a5df);
  --theme-image-back: radial-gradient(circle at 0 60%, #ffe03b 0, #d78671, #5c37ad);
  --theme-image-button-back: radial-gradient(circle at 0 -160%, #ffe03b 0%, #5c37ad 150%);
  --theme-report-backlight: #fbf1eb;
  --theme-report-border: #f3d2c1;
  --theme-image-back-color: #efdf46;
  --theme-image-back-blend-mode: soft-light;
  --theme-primary-button-color: #ecc986; }

:root[data-theme="candyshop"] {
  --theme-timeline-color: #af4c9c;
  --theme-image-back-color: #a99e32;
  --theme-image-back-blend-mode: color-dodge;
  --theme-primary-button-color: #ffb0ff; }

:root[data-theme="spearmint"] {
  --theme-timeline-color: #619c8f;
  --theme-image-back-color: #a7d249;
  --theme-image-back-blend-mode: exclusion;
  --theme-primary-button-color: #87c1b6; }

:root[data-theme="mono"] {
  --theme-timeline-color: #434146;
  --theme-image-back: radial-gradient(circle at 0 60%, #34495e 0, #34495e);
  --theme-image-button-back: radial-gradient(circle at 0 -160%, #34495e 0%, #34495e 150%);
  --theme-report-backlight: #a9a6ad;
  --theme-report-border: #8f8c94;
  --theme-image-back-color: #34495e;
  --theme-primary-button-color: #34495e; }

:root[data-scale="default"] {
  --font-size: 1em; }

:root[data-scale="reduced"] {
  --font-size: 0.8em; }

:root[data-scale="enlarged"] {
  --font-size: 1.2em; }

.navy {
  background-color: #34495e; }

.dark {
  background-color: #34495e; }

.purple {
  background-color: #9b59b6; }

.blue {
  background-color: #3498db; }

.green {
  background-color: #62cb31; }

.yellow {
  background-color: #ffb606; }

.orange {
  background-color: #e67e22; }

.red {
  background-color: #e74c3c; }

.teal {
  background-color: #53c8ce; }

.lime {
  background-color: #b8db40; }

.pink {
  background-color: #e981b7; }

.gold {
  background-color: #f1d570; }

.black {
  background-color: #0f0e0e; }

.farm {
  background-color: #987423; }

.olive {
  background-color: #a5b453; }

.shop {
  background-color: #5b453a; }

.sage {
  background-color: #bcb88a; }

.app--wrapper {
  width: auto;
  transform: scale(0.8); }

.app--button {
  background-color: #202020;
  color: white;
  padding: 4px;
  line-height: 1;
  border-radius: 36px;
  width: auto;
  display: inline-block;
  padding-right: 32px; }

.app--layout {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 8px;
  align-items: center; }

.app--icon img {
  display: block; }

.app--action {
  letter-spacing: 0.5px;
  font-size: 70%; }

.app--detail {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 140%; }

.login--with-appstore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 40px;
  position: relative; }
  .login--with-appstore h1 {
    text-align: center; }

.apps-information {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0f0f4;
  padding: 20px 40px;
  overflow: auto;
  opacity: 0;
  transform: scale(0.7);
  pointer-events: none;
  transition: all 0.15s ease-in-out; }
  .show-install-message .apps-information {
    opacity: 1;
    transform: scale(1);
    pointer-events: all; }

.paired-options {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  text-align: center; }
  .paired-options .button {
    padding: 8px 12px; }

:root {
  --litepicker-day-width: 34px; }

body {
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: 'Nunito Sans', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: var(--font-size);
  margin: 0;
  background-color: #e2e4e5; }

svg {
  max-width: 100%;
  height: auto; }

header {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 12; }

@media (min-width: 768px) {
  header {
    width: 50%;
    float: left;
    height: 100vh; }

  main {
    width: 50%;
    float: left; } }

strong {
  font-weight: 600; }

footer {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  float: left;
  display: none; }
  footer p {
    text-align: center;
    text-transform: uppercase;
    font-size: 70%;
    margin: 0; }

.day-header p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.9em; }
  .day-header p .ghost_button {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }

.day-header .panel-item {
  margin: 2em 20px 0; }

.day-header h1 {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }

.post-header.panel-item {
  margin: 0 auto;
  display: flex; }
  .post-header.panel-item .lone-item {
    background: var(--theme-timeline-color);
    border-radius: 24px;
    font-size: 90%;
    padding: 4px 20px;
    color: white;
    transform: translateY(-50%);
    display: inline-block;
    margin: auto;
    border: 2px #f0f0f4 solid; }

h1 {
  font-weight: 600;
  line-height: 1em;
  margin: 0; }
  h1 + p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.9em; }
  h1 img {
    height: 40px;
    vertical-align: middle; }

h1, h2, h3, h4 {
  font-weight: 600; }

a {
  text-decoration: none;
  color: inherit; }

select, [type="text"], [type="password"], [type="date"], [type="time"], [type="number"], [type="person"], textarea {
  font-family: inherit;
  font-size: 16px;
  padding: 9px 16px 7px;
  -webkit-appearance: none;
  border: none;
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  background: white;
  width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25); }

[type="person"] {
  pointer-events: none;
  color: transparent; }

.person-name {
  position: relative; }
  .person-name:before {
    content: attr(data-person-name);
    position: absolute;
    left: 17px;
    top: 0px; }

input[type="submit"], .submit, .confirm, .button {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  border: 4px white solid;
  background: var(--theme-timeline-color);
  padding: 8px 24px;
  border-radius: 24px;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.1s ease-in-out; }
  input[type="submit"]:hover, .submit:hover, .confirm:hover, .button:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25); }
  input[type="submit"].submit, .submit.submit, .confirm.submit, .button.submit {
    padding: 12px 24px; }
  input[type="submit"][disabled], .submit[disabled], .confirm[disabled], .button[disabled] {
    background-color: #c1c3c6;
    pointer-events: none; }

.option_button {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  background: var(--theme-soft-colour);
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.1s ease-in-out; }
  .option_button:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25); }

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.hidden {
  display: none; }

.container {
  max-width: 720px;
  margin: auto;
  background: white; }
  .container:after {
    content: "";
    clear: both;
    display: table; }

.reading-width {
  width: 100%;
  max-width: 320px;
  margin: auto; }

.page-master {
  width: 100%;
  padding: 20px;
  background: #f0f0f4;
  box-sizing: border-box; }
  @media (min-width: 768px) {
  .page-master {
    min-height: 100vh; } }

.center {
  text-align: center; }

.information {
  font-size: 80%;
  text-align: center; }

.page {
  min-height: calc(100vh - 32px);
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
  .page.vertical {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 5fr; }
    .page.vertical main {
      display: flex; } }

.flex-center {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }

.flex-column {
  flex-direction: column; }

.logo {
  max-width: 75%; }
  @media (max-width: 767px) {
  .logo {
    max-width: 60%; } }

#content {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: #f0f0f4; }

.image_back {
  background-color: var(--theme-image-back-color); }

[data-theme]:not([data-theme="mono"]) .image_back {
  background-image: url(../../images/header.svg);
  background-size: cover;
  background-position: center center;
  background-blend-mode: var(--theme-image-back-blend-mode); }

@keyframes working {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.working {
  padding: 1px 0;
  background: #f0f0f4; }
  .working p {
    text-align: center;
    background: #34495e;
    color: white;
    padding: 12px;
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0px 5px 10px #000; }
    .working p span {
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 3px white solid;
      vertical-align: middle;
      position: relative;
      top: -2px;
      margin-right: 8px;
      border-radius: 100%;
      border-right-color: transparent;
      animation-name: working;
      animation-duration: 0.6s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }

#main-menu {
  width: 100%;
  color: white;
  position: relative; }
  #main-menu [data-simplebar] {
    scroll-top: 100px; }

.menu-header {
  position: sticky;
  background: #34495e;
  color: white;
  padding: 10px;
  text-align: center; }

[data-menu="bottom-left"] .menu-header, [data-menu="bottom-right"] .menu-header {
  position: fixed;
  bottom: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.25); }
  [data-menu="bottom-left"] .menu-header .menu-label, [data-menu="bottom-right"] .menu-header .menu-label {
    display: none; }
  [data-menu="bottom-left"] .menu-body, [data-menu="bottom-right"] .menu-body {
    top: 0;
    max-height: 100vh; }
  [data-menu="bottom-left"] .show-navigation .menu-icon, [data-menu="bottom-right"] .show-navigation .menu-icon {
    margin-top: 2px;
    right: 1px; }

[data-menu="bottom-left"] .menu-header {
  left: 20px; }

[data-menu="bottom-right"] .menu-header {
  right: 20px; }

.menu-body {
  position: fixed;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: bottom 0.1s ease-in-out; }
  .show-navigation .menu-body {
    bottom: 0; }
  @media (min-width: 767px) {
  .menu-body {
    position: absolute;
    max-height: calc(100vh - 41px);
    bottom: 0; } }

.menu-icon {
  position: relative;
  display: inline-block;
  border-top: 2px white solid;
  border-bottom: 2px white solid;
  width: 15px;
  height: 8px;
  transition: all 0.1s ease-in-out; }
  .menu-icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    border-top: 2px white solid;
    top: 3px;
    left: 0;
    transition: all 0.1s ease-in-out; }

.show-navigation .menu-icon {
  border-bottom: none;
  transform: rotate(45deg);
  height: 5px;
  width: 14px;
  margin-top: -1px; }
  .show-navigation .menu-icon:before {
    top: -2px;
    width: 14px;
    transform: rotate(-90deg); }

.menu-tabs {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: space-around; }
  .menu-tabs li a {
    padding: 10px 0;
    display: block; }
    .menu-tabs li a.active {
      border-bottom: 2px white solid; }

.menu-page-wrapper {
  flex-grow: 1;
  position: relative; }

.menu-page-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: auto; }

.menu-page {
  padding-bottom: 10px; }

.page-inset {
  padding: 10px 20px; }

.panel-item {
  margin: 20px;
  opacity: 0;
  /*  top: 100px;*/
  /*  transition: opacity $transition-speed $transition-easy, top $transition-speed $transition-easy;*/
  position: relative;
  transform: translateY(100px);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.22, 1), transform 0.3s cubic-bezier(0, 0, 0.22, 1); }
  .panel-item .diminished {
    font-size: 70%; }
  .panel-item.panel-item--inset {
    margin: 20px 0; }
  .panel-item.panel-spaced p {
    padding: 0 8px; }
  .panel-item.panel-card {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    padding: 20px; }
  .panel-item.panel-card:not(.panel-card-alternate) {
    color: white; }
  .panel-item.panel-card .diminished {
    font-size: 70%;
    opacity: 0.5; }
  .panel-item.panel-card.panel-card-hollow {
    background-color: transparent;
    box-shadow: none;
    color: inherit; }
  .panel-item.panel-card.panel-card-meta {
    font-size: 80%;
    background: transparent;
    color: var(--theme-timeline-color);
    box-shadow: none;
    margin: 20px 20px 20px 60px;
    padding: 0 20px 10px;
    text-align: right; }
    .panel-item.panel-card.panel-card-meta p {
      display: block; }
  .panel-item.panel-card .lolite {
    color: var(--theme-timeline-color);
    font-size: 70%;
    font-weight: bold; }
  .panel-item.panel-card.panel-card-alternate {
    background: rgba(255, 255, 255, 0.5); }
  .panel-item.panel-card.panel-card-primary {
    background-color: var(--theme-timeline-color);
    border: 4px white solid;
    padding: 18px;
    padding: 22px 18px; }
  .panel-item.panel-card.panel-key {
    background-color: #f90;
    color: white;
    border-radius: 0; }
  .panel-item.panel-card.panel-card--soft-icons .material-icons {
    opacity: 0.5; }
  .panel-item.panel-card.panel-card--separator {
    border: none;
    padding: 2px 18px;
    margin: 40px 25%; }
  .panel-item h3 {
    margin: 0; }
  .panel-item p {
    margin: 0;
    display: flex;
    align-items: center; }
  .panel-item p a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1; }
    .panel-item p a:not(.fixed) {
      flex-grow: 1; }
    .panel-item p a:nth-child(2) {
      transition: transform 0.1s ease-in-out;
      margin-top: -2px;
      margin-bottom: -2px; }
      .panel-item p a:nth-child(2) i:first-child {
        margin-right: 0; }
      .panel-item p a:nth-child(2).active {
        transform: rotate(180deg); }
    .panel-item p a i:first-child {
      margin-right: 10px; }
      .panel-item p a i.primary {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 100%; }
    .panel-item p a span:not(.fixed) {
      flex-grow: 1; }
  .panel-item.loaded {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0); }
  .panel-item .subordinate {
    font-size: 80%; }
  .panel-item label {
    font-size: 70%;
    padding: 0 18px;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block; }
  .panel-item label:not(.has-checkbox) {
    opacity: 0.8; }
  .panel-item label#report_save_successful {
    display: none; }

.panel-details {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  margin: 0 -20px;
  position: relative;
  top: 20px;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 90%; }
  .panel-details p:not(.has-end-action) {
    display: block; }
  .panel-details label {
    padding: 0; }

.panel-details--icons {
  padding: 12px 20px; }
  .panel-details--icons i {
    margin-right: 8px !important;
    opacity: 0.5; }

.menu-carousel .panel-item p > a:first-child > i:first-child {
  opacity: 0.5; }

.session-timeslot--heading {
  background-color: var(--theme-timeline-color);
  color: white;
  justify-content: center;
  font-size: 12px;
  padding: 8px;
  border-radius: 8px; }

.panel-confirmation {
  padding: 8px 20px;
  margin: 0 -20px;
  position: relative;
  top: 20px;
  font-size: 90%;
  border-radius: 0;
  background: var(--theme-timeline-color);
  color: white;
  font-weight: bold;
  text-align: center; }

.panel-privileged-options {
  padding: 8px 20px;
  margin: 0 -20px;
  position: relative;
  top: 20px;
  font-size: 90%;
  border-radius: 0;
  background: var(--theme-timeline-color);
  color: white; }

.subordinate-functions {
  background-color: rgba(255, 255, 255, 0.35);
  margin: 20px -20px -20px;
  padding: 20px; }

.panel-rounded-end {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.panel-item .task-actions {
  display: flex;
  align-items: center; }
  .panel-item .task-actions:last-child a i {
    margin-right: 0; }

.labelled-text {
  padding: 0 18px; }

[data-menu-pane="tasks"] .panel-card {
  overflow: hidden; }

.action-button {
  padding: 4px;
  border: 2px white solid;
  border-radius: 100%; }
  .action-button .material-icons {
    margin-right: 0 !important; }
  .action-button + .action-button {
    margin-left: 8px; }
  .action-button.pending {
    background-color: rgba(255, 255, 255, 0.5); }
  .action-button.complete {
    background-color: white; }
  .action-button.complete .material-icons {
    color: var(--theme-timeline-color); }

.tag {
  display: inline-block;
  padding: 2px 12px 1px;
  background: #696a6c;
  color: white;
  border-radius: 12px; }
  .tag.approved {
    background-color: var(--theme-timeline-color); }
  .tag.declined {
    background-color: #f0f0f4; }

.money-tag {
  font-size: 70%;
  padding: 2px 8px 1px; }

.mileage-tag {
  font-size: 70%;
  padding: 2px 8px 1px; }

.date--brighlight {
  color: white;
  background: #696a6c;
  background-color: var(--theme-timeline-color);
  border-radius: 24px;
  text-align: center;
  padding: 8px 0;
  margin-top: 3em;
  line-height: 1; }

.date--brighlight small {
  opacity: 0.8;
  font-size: 70%;
  text-transform: uppercase; }

.panel-subordinate {
  font-size: 70%;
  text-align: right;
  margin-bottom: 3em; }
  .panel-subordinate p {
    justify-content: flex-end; }

#utilities ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding: 0 20%;
  margin: 10px 0;
  position: relative;
  z-index: 10; }
  #utilities ul li {
    width: 40px;
    height: 40px;
    border: 2px white solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.1s ease-in-out; }
    #utilities ul li .material-icons {
      display: flex; }
    #utilities ul li:hover {
      background-color: rgba(255, 255, 255, 0.25); }
    #utilities ul li.primary {
      width: 60px;
      height: 60px;
      border: 2px white solid;
      margin-top: -20px;
      position: relative; }
      #utilities ul li.primary .material-icons {
        font-size: 180%; }
      #utilities ul li.primary:after {
        content: "";
        background: var(--theme-primary-button-color);
        width: 80px;
        height: 80px;
        display: block;
        position: absolute;
        top: -10px;
        border-radius: 100%;
        z-index: -1; }

@media (max-width: 767px) {
  .page {
    grid-template-columns: 1fr; } }

#date-master {
  display: none; }

.calendar-item {
  display: flex;
  justify-content: center; }
  .menu-page .calendar-item {
    display: none; }
  .calendar-item .litepicker {
    display: flex !important;
    justify-content: center;
    width: 100% !important;
    padding-bottom: 1em; }
  .calendar-item .litepicker, .calendar-item .litepicker .container__main, .calendar-item .litepicker .container__months {
    width: 276px; }
  .calendar-item .litepicker .month-item > div {
    width: 266px;
    box-sizing: border-box; }
  .calendar-item .litepicker .container__months {
    background: transparent;
    border: none;
    box-shadow: none; }
    .calendar-item .litepicker .container__months .month-item-header {
      padding: 0 5px; }
      .calendar-item .litepicker .container__months .month-item-header .button-next-month > svg, .calendar-item .litepicker .container__months .month-item-header .button-previous-month > svg {
        fill: rgba(0, 0, 0, 0.5); }
    .calendar-item .litepicker .container__months .container__days > div, .calendar-item .litepicker .container__months .month-item-weekdays-row > div {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      margin: 4px;
      box-sizing: border-box;
      padding: 0;
      line-height: 1; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .calendar-item .litepicker .container__months .container__days > div, .calendar-item .litepicker .container__months .month-item-weekdays-row > div {
        padding-top: 1px; } }
      .calendar-item .litepicker .container__months .container__days .is-locked, .calendar-item .litepicker .container__months .month-item-weekdays-row .is-locked {
        opacity: 0.25; }
    .calendar-item .litepicker .container__months .container__days > div {
      margin: 4px; }
    .calendar-item .litepicker .container__months .day-item {
      border-radius: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      color: white;
      position: relative; }
      .calendar-item .litepicker .container__months .day-item.is-today {
        box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5);
        background-color: var(--theme-timeline-color); }
      .calendar-item .litepicker .container__months .day-item.is-in-range, .calendar-item .litepicker .container__months .day-item.is-start-date, .calendar-item .litepicker .container__months .day-item.is-end-date {
        background-color: var(--theme-timeline-color); }
      .calendar-item .litepicker .container__months .day-item.is-in-range {
        border-radius: 0; }
      .calendar-item .litepicker .container__months .day-item.is-start-date {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .calendar-item .litepicker .container__months .day-item.is-end-date {
        background-color: var(--theme-timeline-color);
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .calendar-item .litepicker .container__months .is-start-date + .is-in-range:before, .calendar-item .litepicker .container__months .is-in-range + .is-in-range:before, .calendar-item .litepicker .container__months .is-start-date + .is-end-date:before, .calendar-item .litepicker .container__months .is-in-range + .is-end-date:before {
      content: "";
      background-color: var(--theme-timeline-color);
      display: flex;
      width: 8px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%; }

.menu-page .calendar-item .litepicker .container__months .month-item-header {
  color: white; }
  .menu-page .calendar-item .litepicker .container__months .month-item-header .button-next-month > svg, .menu-page .calendar-item .litepicker .container__months .month-item-header .button-previous-month > svg {
    fill: rgba(0, 0, 0, 0.5); }
  .menu-page .calendar-item .litepicker .container__months .month-item-weekdays-row > div {
    color: rgba(0, 0, 0, 0.5); }
  .menu-page .calendar-item .litepicker .container__months .day-item {
    color: white;
    background-color: rgba(255, 255, 255, 0.25); }
  .menu-page .calendar-item .litepicker .container__months .day-item.is-today {
    box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.25); }

.ghost_button {
  display: inline-block;
  padding: 8px 24px;
  border: 2px var(--theme-timeline-color) solid;
  border-radius: 30px;
  color: var(--theme-timeline-color);
  flex-grow: 0; }
  .ghost_button .material-icons {
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -3px; }
  .ghost_button.ghost_button_alt {
    color: white;
    border-color: white; }

.lone-item {
  text-align: center;
  justify-content: center; }

.soft-content {
  display: flex;
  align-items: center;
  justify-content: center; }

.soft-content > * {
  margin-right: 6px; }
  .soft-content > *:last-child {
    margin-right: 0; }

.lone-action {
  margin: 1em auto; }
  .lone-action.ghost_button {
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold;
    padding: 9px 24px 7px;
    background: none; }

.dayrail {
  position: relative;
  background: #f0f0f4;
  padding: 10px 0; }
  .dayrail:not(.empty):before {
    content: "";
    position: absolute;
    left: 20px;
    top: 60px;
    bottom: 60px;
    border-left: 4px var(--theme-timeline-color) solid; }
  .dayrail .not-present {
    padding: 0 40px; }
  .dayrail .panel-subordinate {
    padding-left: 5em;
    padding-right: 20px; }
  .dayrail .young-adult--note-card {
    margin-top: 0;
    margin-left: 50px;
    margin-bottom: 40px;
    margin-top: -20px;
    background-color: var(--colour-gold) !important; }
  .dayrail .panel-item.panel-card:not(.young-adult--note-card) {
    background: white;
    margin-left: 45px;
    color: black; }
  .dayrail .panel-item.panel-card:not(.young-adult--note-card):before, .dayrail .panel-item.panel-card:not(.young-adult--note-card):after {
    content: "";
    position: absolute; }
  .dayrail .panel-item.panel-card:not(.young-adult--note-card):before {
    background: var(--theme-timeline-color);
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    border: 4px #f0f0f4 solid;
    left: -36px; }
  .dayrail .panel-item.panel-card:not(.young-adult--note-card):after {
    display: block;
    border: 8px transparent solid;
    border-right-color: white;
    border-left-width: 0;
    right: 100%;
    top: 24px; }
  .dayrail .panel-item.panel-card:not(.young-adult--note-card).panel-driving {
    background: var(--theme-timeline-color);
    border: 4px white solid;
    box-sizing: border-box;
    color: white; }
  .dayrail .panel-item.panel-card:not(.young-adult--note-card).panel-driving:before {
    left: -40px; }
  .dayrail .panel-item.panel-card:not(.young-adult--note-card).panel-driving:after {
    right: calc(100% + 4px); }
  .dayrail .transition .panel-item.panel-card:before {
    background: #f0f0f4;
    border-color: var(--theme-timeline-color);
    border-left-color: transparent;
    border-right-color: transparent; }
  .dayrail .timeline-item {
    padding-left: 40px; }
  .dayrail .timeline-item:last-child {
    margin-bottom: 40px; }
  .dayrail .timeslot {
    color: var(--theme-timeline-color);
    display: block;
    font-size: 70%;
    font-weight: 600; }
  .dayrail .timeline-address {
    font-size: 80%;
    font-weight: 600; }

.centre {
  text-align: center; }

.timeslot-grid {
  display: grid;
  grid-template-columns: 1fr 20px;
  line-height: 1.4; }
  .timeslot-grid .timeslot-leader {
    font-size: 70%;
    color: #a9a8aa;
    display: flex;
    align-items: center; }
  .timeslot-grid .timeslot-leader .material-icons {
    font-size: inherit;
    margin-right: 4px;
    position: relative;
    top: 2px; }
  .timeslot-grid div:last-child {
    grid-column-start: 2;
    grid-row: 1 / 4;
    color: #a9a8aa;
    display: flex;
    align-items: center; }

.day-header {
  text-align: center;
  color: white;
  padding: 40px 20px; }
  .day-header h4 {
    margin-bottom: 0; }
  .day-header h2 {
    margin: 0; }

#main_login input {
  width: 234px;
  max-width: 100%; }

#keypad_page h1 {
  margin: 2em 0 0.5em; }

.keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto repeat(4, 1fr);
  margin: 2em auto 4em;
  max-width: 240px; }
  .keypad #main_login_alias {
    margin-bottom: 2em; }
  .keypad .keyscreen {
    grid-column: 1 / 4; }
  .keypad .keybutton {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .keypad .keybutton a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 100%; }

.unposted_transport .content {
  padding: 20px; }

.structural {
  list-style-type: none;
  padding-left: 0; }

.completion-grid {
  display: grid;
  grid-template-columns: 48px 1fr 30px; }
  .completion-grid > div:first-child {
    grid-row: 1 / 3; }
  .completion-grid > div:last-child {
    grid-row: 1 / 3;
    grid-column-start: 3;
    display: flex;
    align-items: center;
    color: #a9a8aa; }
  .completion-grid p {
    margin: 0; }

.completion-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--theme-timeline-color);
  border: 2px var(--theme-timeline-color) solid;
  border-radius: 100%; }
  .completion-marker.complete {
    background: var(--theme-timeline-color);
    color: white; }
  .completion-marker.working {
    color: transparent; }
  .completion-marker.working i {
    display: none; }
  .completion-marker.working:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px var(--theme-timeline-color) solid;
    border-right-color: transparent;
    border-radius: 100%;
    animation-name: working;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.panel-driving .completion-marker {
  border-color: white;
  color: white; }
  .panel-driving .completion-marker.complete {
    background: white;
    color: var(--theme-timeline-color); }

.full-page-carousel {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background: #f0f0f4;
  transition: left 0.1s ease-in-out; }
  .show-map .full-page-carousel {
    left: 0; }
  .full-page-carousel iframe {
    width: 100%;
    min-height: calc(100vh - 85px); }

.session-header {
  padding: 16px;
  text-align: center;
  color: white; }

.button-set {
  margin: 0;
  display: flex;
  align-items: center; }
  .button-set:not(.button-set--pack-left) {
    justify-content: space-between; }
  .button-set a {
    display: inline-flex;
    align-items: center; }
  .button-set.button-set--with-back .filler {
    width: 100%;
    text-align: left; }
  .button-set.button-set--with-back > a {
    flex-shrink: 0;
    margin-left: 10px; }
  .button-set.button-set--first-empty {
    justify-content: center; }
  .button-set.button-set--first-empty a:first-child {
    margin-left: -36px; }

.round-button {
  width: 40px;
  height: 40px;
  border: 2px white solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.1s ease-in-out; }
  .round-button .material-icons {
    display: flex; }
  .round-button:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .round-button.primary {
    width: 60px;
    height: 60px;
    border: 2px white solid; }
  .round-button.primary .material-icons {
    font-size: 180%; }

.lozenge-button {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 6px 16px 6px 6px;
  border-radius: 20px;
  transition: background-color 0.1s ease-in-out; }
  .lozenge-button:hover {
    background-color: rgba(255, 255, 255, 0.35); }
  .lozenge-button.primary {
    background-color: var(--theme-timeline-color);
    color: white;
    border: none; }
  .lozenge-button.lozenge-button--icon-only {
    padding-right: 6px;
    margin-right: 12px; }

.circle-button {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 6px;
  border-radius: 20px;
  transition: background-color 0.1s ease-in-out;
  margin-right: 4px;
  vertical-align: middle; }

.header-function-button {
  border: 2px white solid;
  padding: 4px 16px 4px 6px;
  border-radius: 20px;
  display: flex;
  align-items: center; }
  .header-function-button .material-icons {
    margin-right: 4px; }

#reveal-contact .confirmation {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  top: 75px;
  left: 0;
  right: 0;
  bottom: calc(100% - 75px);
  transition: bottom 250ms ease-in-out;
  background: white; }
  #reveal-contact .confirmation > div {
    width: 100%;
    box-sizing: border-box; }
  #reveal-contact .confirmation #contact-working p, #reveal-contact .confirmation #contact-working p:last-child {
    width: 100%;
    text-align: center; }
  #reveal-contact .confirmation #contact-working p span, #reveal-contact .confirmation #contact-working p:last-child span {
    border-color: white;
    border-right-color: transparent; }
  #reveal-contact .confirmation #contact-content {
    padding: 1px 0;
    background: #f0f0f4;
    min-height: calc(100vh - 75px); }
  #reveal-contact .confirmation #contact-content p {
    width: 100%;
    text-align: left;
    white-space: nowrap; }
  #reveal-contact .confirmation #contact-content h2, #reveal-contact .confirmation #contact-content h3 {
    font-weight: 600;
    white-space: nowrap; }
  #reveal-contact .confirmation #contact-content h2 {
    margin: 0;
    font-size: 100%; }
  #reveal-contact .confirmation #contact-content [class^="brick-"], #reveal-contact .confirmation #contact-content .brick {
    overflow: hidden; }
  #reveal-contact .confirmation #contact-content .contact-relationships h3 {
    margin-top: 0; }
  #reveal-contact .confirmation #contact-content .contact-relationships h3:not(:last-child) {
    margin-bottom: 0.25em; }
  .show-contact #reveal-contact .confirmation {
    bottom: 0;
    overflow: auto; }

.relationship {
  font-size: 70%;
  color: var(--theme-timeline-color);
  margin: 0; }

.address {
  font-size: 80%; }
  .address p {
    margin: 0; }

.panel-twin, .panel-triplet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }
  .panel-twin > div, .panel-triplet > div {
    overflow: auto; }

.panel-triplet {
  grid-template-columns: repeat(3, 1fr); }
  .panel-triplet .panel-item {
    margin: 0;
    font-size: 80%;
    padding: 10px; }

.session-details {
  font-size: 80%; }

.contact-options {
  padding-top: 1em;
  color: var(--theme-timeline-color);
  text-align: center; }
  .contact-options .icon {
    width: 40px;
    height: 40px;
    border: 2px var(--theme-timeline-color) solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4px; }
  .contact-options span:not(.icon) {
    font-size: 80%;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: 1.2; }

.tier_wrapper {
  width: 200%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.tier_content_inner {
  position: absolute;
  width: 50%; }

#timesheet-month {
  display: none; }

.custom-options {
  display: flex;
  flex-wrap: wrap; }
  .custom-options .options-title {
    padding-top: 20px;
    margin-bottom: 40px; }
  .custom-options .options-title span {
    position: relative; }
  .custom-options .options-title span:after {
    content: "";
    border-bottom: 2px white solid;
    display: inline-block;
    width: 40px;
    top: calc(100% + 10px);
    left: calc(50% - 20px);
    position: absolute; }
  .custom-options p {
    width: 100%;
    text-align: center;
    justify-content: center; }
  .custom-options div {
    width: 33.333%; }
  .custom-options div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center; }
  .custom-options div a:not(.active) {
    opacity: 0.5; }
  .custom-options div .icon {
    width: 40px;
    height: 40px;
    border: 2px white solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
  .custom-options div .active .icon {
    background: rgba(255, 255, 255, 0.25); }
  .custom-options div .label {
    font-size: 0.8em; }
  .custom-options div .affect-rotate-right i {
    transform: rotate(45deg); }
  .custom-options div .affect-rotate-left i {
    transform: rotate(-45deg); }
  .custom-options div .affect-scale-small i {
    transform: scale(0.75); }
  .custom-options div .affect-scale-large i {
    transform: scale(1.2); }
  .custom-options.options-4 div {
    width: 25%; }
  .custom-options.options-2 div {
    width: 50%; }
  .custom-options.options-6 div {
    margin-bottom: 20px; }

.panel-item + .panel-item .custom-options {
  padding-top: 10px; }

#request_confirmed, #request_working {
  display: none; }

#make_request .litepicker .month-item:first-child {
  margin-bottom: 20px; }
  #make_request .litepicker .month-item:first-child .button-next-month {
    visibility: visible; }
  .pound {
    position: relative; }
  .pound:before {
    content: "£";
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 14px;
    font-size: 90%;
    opacity: 0.65; }
  .pound [type="number"] {
    padding-left: 25px; }

#timesheet-new-item h2 {
  margin: 0.25em 0; }
  #timesheet-new-item h3 {
    display: none; }

.carousel-wrapper {
  position: relative; }

.show-carousel {
  overflow: hidden; }

#carousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0f0f4;
  overflow: auto;
  overscroll-behavior: none;
  max-height: 100dvh; }
  .show-carousel #carousel {
    display: block; }
  [data-menu="default"] #carousel {
    max-height: calc(100dvh - 45px); }

#person-picker, #location-picker {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0f0f4;
  overflow: auto; }

.show-picker #person-picker {
  display: block; }

.show-location-picker #location-picker {
  display: block; }

.accordion {
  display: none; }

.care-info .panel-card {
  word-break: break-word; }
  .care-info .panel-card h4 {
    margin: 0.2em 0; }
  .care-info .panel-card h3 a, .care-info .panel-card h4 a {
    display: block; }

.panel-item.young-adult--note-card {
  padding-left: 40px;
  font-size: 90%;
  transition: background 0.15s ease-in-out; }
  .panel-item.young-adult--note-card.active {
    background-color: var(--colour-yellow); }
  .panel-item.young-adult--note-card:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 17px;
    display: block;
    height: calc(100% - 40px);
    border-left: 6px #e2e4e5 dotted; }

.young-adult--note-meta {
  font-size: 70%;
  text-transform: uppercase;
  text-align: right;
  margin-top: 10px;
  margin-bottom: -10px;
  opacity: 0.5; }

.panel-item.panel-card--page-action {
  background: var(--colour-blue);
  color: white;
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 8px;
  padding: 9px;
  border-radius: 24px;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 15px; }
  [data-menu="bottom-right"] .panel-item.panel-card--page-action {
    width: calc(100% - 96px); }
  [data-menu="bottom-left"] .panel-item.panel-card--page-action {
    width: calc(100% - 96px);
    margin-left: 76px; }

.panel-card--page-action--icon {
  background-color: #f0f0f4;
  color: var(--colour-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%; }

.function-button--rack {
  grid-template-columns: 38px 38px 1fr;
  grid-gap: 8px;
  padding: 0 40px 10px; }

.function-button--rack:not(.hidden) {
  display: grid; }

.function-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 3px black solid;
  border-radius: 20px; }

.function-button.active {
  background: black;
  color: white; }

.function-button--labelled {
  display: inline-flex;
  width: auto;
  background: black;
  justify-content: flex-end;
  grid-gap: 8px;
  padding-left: 12px; }
  .function-button--labelled .material-icons {
    background: #f0f0f4;
    border-radius: 100%;
    padding: 4px; }

.function-button--label {
  color: white;
  font-size: 80%;
  text-transform: uppercase; }

.function-button--dominant {
  display: flex;
  justify-content: flex-end; }

.lockdown {
  overflow: hidden; }
  .lockdown #carousel {
    overflow: hidden; }

.note-wrapper--editor {
  position: fixed;
  display: grid;
  grid-template-rows: 1fr auto;
  z-index: 19;
  padding: 20px 0;
  background: #f0f0f4;
  box-sizing: border-box;
  overscroll-behaviour: none; }
  .note-wrapper--editor .panel-item {
    margin-top: 0; }
  .note-wrapper--editor .function-button--rack {
    padding-bottom: 0; }

#note-edition {
  font: inherit;
  padding: 0;
  background: transparent;
  border: none;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none; }

.note-wrapper .handover {
  display: none;
  position: absolute;
  top: -5px;
  left: 8px;
  color: var(--colour-yellow);
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25)); }
  .note-wrapper .active .handover {
    color: var(--colour-red); }
  .note-wrapper:has([data-direct-action="notes.unbookmark"]) .handover {
    display: block; }
  .note-wrapper:has([data-direct-action="notes.unpin"]) .panel-card {
    background: var(--colour-lime); }

.sim-link {
  color: var(--theme-timeline-color);
  border-bottom: 1px var(--theme-timeline-color) dashed; }

.has-inline-button {
  position: relative; }

.inline-button {
  position: absolute;
  right: 14px;
  top: -1px; }

.event-report [type="text"], .event-report [type="date"], .event-report [type="time"], .event-report textarea, .event-report select {
  width: 100%; }
  .event-report button.sterile, .event-report .btn.sterile, .event-report .button.sterile, .event-report [type="submit"].sterile {
    background-color: #f1f3f6;
    color: #696a6c;
    pointer-events: none; }
  .event-report h4 {
    margin-bottom: 0;
    background: var(--theme-timeline-color);
    color: white;
    padding: 10px 18px;
    border-radius: 10px;
    border: none; }
  .event-report h4:hover {
    cursor: pointer; }
  .event-report h4[data-toggle-group] {
    position: relative; }
  .event-report h4[data-toggle-group]:after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 2px white solid;
    border-right: 2px white solid;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(45deg);
    transition: transform 100ms ease-in-out, top 100ms ease-in-out; }
  .event-report h4[data-toggle-group].active:after {
    top: 18px;
    right: 20px;
    transform: rotate(225deg); }
  .event-report div[data-toggle-group] {
    padding: 1px 0; }
  .event-report p {
    margin: 0; }
  .event-report .spaced-top {
    margin-top: 12px; }
  .event-report #thumbnails .thumb {
    padding: 4px;
    border: 4px var(--theme-timeline-color) solid;
    border-radius: 16px;
    display: inline-block;
    margin-right: 4px; }
  .event-report #thumbnails .thumb textarea {
    display: none; }
  .event-report #thumbnails .thumb img {
    border-radius: 10px;
    display: block; }
  .event-report #thumbnails .thumb.processing {
    width: 80px;
    height: 80px;
    background: #f4f4f4;
    border: 4px #f4f4f4 solid;
    position: relative; }
  .event-report #thumbnails .thumb.processing:before {
    content: "";
    border: 4px var(--theme-timeline-color) solid;
    border-right-color: transparent;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    animation-name: working;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .event-report #thumbnails .uploader {
    background: #f4f4f4;
    border: 4px #f4f4f4 solid;
    width: 98px;
    height: 98px;
    box-sizing: border-box;
    margin: 4px 4px 4px 0px;
    border-radius: 16px;
    display: inline-flex;
    margin-right: 4px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: text-bottom;
    transition: background 150ms ease-in-out;
    font-size: 200%; }
  .event-report #thumbnails .uploader:hover {
    background: #dbdbdb; }
  .event-report #thumbnails .uploader:after {
    content: "+";
    color: #434343;
    font-weight: bold;
    position: relative;
    top: -4px; }
  .event-report #thumbnails .uploader input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 1; }
  .event-report .has-help {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .event-report .has-help .help {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    background: var(--theme-timeline-color);
    color: white;
    flex-shrink: 0;
    margin-left: 8px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .event-report .has-help .help:before {
    content: "?";
    font-weight: bold; }
  .event-report .has-help .help span {
    position: absolute;
    right: -8px;
    top: calc(100% + 4px);
    display: none;
    border-radius: 8px;
    background: #434343;
    padding: 12px;
    opacity: 0.95;
    width: 240px;
    z-index: 1; }
  .event-report .has-help .help span:before {
    content: "";
    border: 8px transparent solid;
    border-top-width: 0;
    border-bottom-color: #434343;
    position: absolute;
    top: -8px;
    right: 12px; }
  .event-report .has-help .help:hover span {
    display: block; }
  .event-report .has-checkbox {
    display: block;
    padding: 2px;
    border-radius: 4px;
    border: 2px var(--theme-report-border) solid;
    display: flex;
    align-items: center;
    background: var(--theme-report-backlight);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }
  .event-report .has-checkbox input {
    -webkit-appearance: none;
    border: none;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: #eee;
    background: white;
    border-radius: 2px;
    margin-right: 8px; }
  .event-report .has-checkbox input:checked:after {
    content: "";
    display: block;
    position: absolute;
    background: white;
    width: 4px;
    height: 10px;
    border-bottom: 2px var(--theme-timeline-color) solid;
    border-right: 2px var(--theme-timeline-color) solid;
    transform: rotate(45deg);
    left: 7px;
    top: 3px; }
  .event-report .has-checkbox.checked {
    background: var(--theme-timeline-color);
    border-color: var(--theme-timeline-color);
    color: white; }
  .event-report ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0; }
  .event-report ul li {
    margin: 4px 0; }
  .event-report ul li:first-child {
    margin-top: 0; }
  .event-report ul li:last-child {
    margin-bottom: 0; }
  .event-report [type="button"] {
    background: #999; }

.strategy_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  width: 100%;
  margin: 20px 0; }
  .strategy_grid div {
    background-color: #f4f4f4;
    border: 2px #ddd solid;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: background-color 50ms ease-in-out;
    position: relative; }
  .strategy_grid div:hover {
    cursor: pointer; }
  .strategy_grid div label {
    pointer-events: none;
    word-break: break-word;
    padding: 0; }
  .strategy_grid div label span {
    display: block;
    font-size: 90%; }
  .strategy_grid div.helped {
    background-color: #def5d4;
    border-color: #a0e181; }
  .strategy_grid div.nohelp {
    background-color: #fbdedb;
    border-color: #f29f97; }
  .strategy_grid div.unclear {
    background-color: white;
    border-color: #f4f4f4; }
  .strategy_grid div .strategy_result {
    position: absolute;
    display: block;
    -webkit-appearance: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    opacity: 0; }

.feature-list--actions a, .feature-list--unlinked li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 16px 5px 36px;
  position: relative;
  border-radius: 20px; }
  .feature-list--actions a span, .feature-list--unlinked li span {
    font-size: 60%;
    margin-bottom: -3px;
    opacity: 0.5;
    text-transform: uppercase; }
  .feature-list--actions a:after, .feature-list--unlinked li:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 100%;
    left: 12px;
    top: calc(50% - 6px); }
  .feature-list--actions a div, .feature-list--unlinked li div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 70%;
    display: flex;
    align-items: center; }

.feature-list--reports a {
  background: var(--theme-report-backlight); }
  .feature-list--reports a:after {
    background: var(--theme-timeline-color); }

.feature-list--people li {
  background: var(--theme-report-backlight);
  min-height: 28px; }
  .feature-list--people li:after {
    background: var(--theme-timeline-color); }

.hidden-person-picker:before {
  content: none; }
  .hidden-person-picker input {
    display: none; }
  .hidden-person-picker .minor-button-style {
    display: inline-flex;
    font-size: 80%;
    padding: 7px 16px 7px 12px;
    margin: 4px 0;
    background-color: var(--theme-timeline-color);
    color: white;
    border-radius: 22px;
    align-items: center;
    line-height: 1; }
  .hidden-person-picker .minor-button-style .material-icons {
    font-size: 16px;
    margin-right: 4px; }

.form-panel {
  margin: 5px 0 10px;
  padding: 0 5px; }
  .form-panel select {
    height: 38px; }

.has-content {
  position: relative; }
  .has-content:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 12px;
    right: -6px;
    background: white;
    border-radius: 100%; }

[data-session-action="save_plan"] {
  display: inline-flex;
  align-items: center; }

[data-session-action="save_plan"] i {
  margin-right: 8px; }

.button_space {
  font-size: 90%;
  padding: 8px 24px; }

#earlier_plans {
  font-size: 90%; }

.activity_title .task-actions {
  margin: -8px 0; }

.session_plan {
  padding: 1px 20px; }
  .session_plan .panel-item:first-child {
    font-size: 90%; }
  .session_plan .panel-item:first-child h1, .session_plan .panel-item:first-child h2, .session_plan .panel-item:first-child h3, .session_plan .panel-item:first-child h4, .session_plan .panel-item:first-child p {
    display: block !important;
    margin-bottom: 1em; }

#leave-request-intro {
  padding: 0.1em 0 1em; }

.intro_text {
  font-size: 90%; }
  .intro_text p {
    margin: 1em 0; }
  .intro_text a {
    color: var(--theme-timeline-color); }

#make_request .calendar-item .litepicker .container__months .day-item.is-today {
  background-color: rgba(0, 0, 0, 0.25);
  border: 2px var(--theme-timeline-color) solid; }

.panel-spaced p:not(:first-child) {
  margin-top: 12px; }

.panel-item.intro_text p, .panel-item .intro_text p {
  display: block; }
  .panel-item.intro_text a, .panel-item .intro_text a {
    display: inline; }

.control-bar {
  justify-content: space-between; }

.spaced-above {
  margin-top: 12px; }

.panel-item p.ordered-middle {
  margin-left: auto;
  margin-right: auto; }

.label {
  padding: 0 18px;
  box-sizing: border-box; }

.panel-card-dialogue {
  margin-top: 40px; }
  .panel-card-dialogue:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    border: transparent 4px solid;
    border-right-color: rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(0, 0, 0, 0.5); }
  .panel-card-dialogue:after {
    content: attr(data-person-speaking);
    position: absolute;
    top: -16px;
    left: 36px;
    font-size: 70%;
    opacity: 0.5;
    color: black; }
  .panel-card-dialogue.panel-card-alternate:before {
    border-right-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5); }

.panel-card-other-speaker {
  margin-right: 40px; }

.panel-card-me-speaking {
  margin-left: 40px;
  text-align: right; }
  .panel-card-me-speaking .diminished {
    justify-content: flex-end; }
  .panel-card-me-speaking.panel-card-dialogue:before {
    right: 20px;
    border-right-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.5); }
  .panel-card-me-speaking.panel-card-dialogue:after {
    left: auto;
    right: 36px; }
  .panel-card-me-speaking.panel-card-dialogue.panel-card-alternate:before {
    border-left-color: rgba(255, 255, 255, 0.5); }

.iso-item {
  display: flex;
  justify-content: center; }

#screen_key_result {
  text-align: center;
  justify-content: center; }
  #screen_key_result span {
    display: inline-block;
    border: 2px var(--theme-timeline-color) solid;
    color: var(--theme-timeline-color);
    font-weight: bold;
    font-size: 200%;
    padding: 10px 20px;
    background: white; }

.session-targets span:first-of-type i {
  color: var(--theme-timeline-color); }
  .session-targets span:last-child i.material-icons {
    margin-right: 0;
    margin-left: 10px; }
  .session-targets .panel-item {
    margin: 20px 0; }

[data-target-id] .inprogress {
  opacity: 0.5;
  pointer-events: none; }

.form-carousel--wrapper {
  margin: 0 -20px; }

.form-carousel--carousel {
  width: 200%;
  display: flex;
  position: relative;
  transform: translateX(0);
  transition: transform 0.15s ease-in-out; }
  .form-carousel--carousel.second-position {
    transform: translateX(-50%); }

.form-carousel--slide {
  width: 50%;
  margin: 0 20px; }
  .form-carousel--slide .panel-item:first-child {
    margin-top: 0; }
  .form-carousel--slide .panel-item:last-child {
    margin-bottom: 0; }

.no-margin--side {
  margin-left: 0;
  margin-right: 0; }

.no-margin--top {
  margin-top: 0; }

.no-padding--top, .slide-height-blocker.no-padding--top {
  padding-top: 0; }

.tight .material-icons {
  margin-right: 0 !important; }

.highlight-option-colour, .highlight-option-colour i {
  color: var(--theme-timeline-color); }

.soft-option-colour, .soft-option-colour i {
  color: #696a6c; }

.slide-height-blocker {
  padding: 12px 0 16px; }
  .slide-height-blocker .panel-item:first-child {
    margin-bottom: 0; }

.remote-save {
  min-height: 42px;
  box-sizing: border-box; }
  .remote-save .material-icons {
    margin-right: 8px !important;
    margin-left: -8px;
    font-size: 18px; }

.sub-section-title-card {
  margin-top: 0; }
  .sub-section-title-card p {
    position: relative;
    top: -13px;
    display: inline-block;
    margin: -10px 0;
    padding: 8px 16px;
    background: black;
    color: white;
    border: 4px #f0f0f4 solid; }

.info-count {
  display: inline-block;
  padding: 4px 12px;
  margin: 10px 0;
  background: #696a6c;
  color: white;
  background: white;
  color: inherit;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  min-width: 90px;
  text-align: center; }

.plan-attendees {
  display: flex;
  font-size: 80%; }

.pa-list {
  width: 50%;
  padding: 10px;
  box-sizing: border-box; }
  .pa-list p {
    justify-content: center; }

hr {
  border: none;
  height: 4px;
  background-color: #d2d8e2;
  margin: 40px 0; }

[data-source-plan] [data-dependent-on-load] {
  display: block; }

.attendee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  margin: 20px 10px; }

.attendee-block .attendee-avatar {
  width: 50px;
  height: 50px;
  border: 4px #f1f3f6 solid;
  background: #e1e6ec;
  border-radius: 100%;
  margin: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  background-size: cover;
  background-position: center center; }
  .attendee-block .attendee-avatar.attendee-staff {
    border-color: var(--theme-timeline-color); }
  .attendee-block .attendee-nameplate {
    font-size: 70%;
    text-align: center;
    margin: 4px 0;
    width: 100%;
    display: block; }

.disabled {
  opacity: 0.25;
  pointer-events: none; }

#modal .diminished {
  font-size: 70%;
  opacity: 0.75; }

.modal-screen {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 101010;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-box {
  width: 100%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin: 32px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.65); }

.modal-box--header {
  padding: 20px;
  color: white;
  text-align: center; }

.modal-box--header h4 {
  margin: 0; }

.modal-box--content {
  padding: 10px 20px; }
  .modal-box--content > *:last-child {
    margin-bottom: 0; }

.modal-box--content ul {
  list-style-type: none;
  padding-left: 0; }

.modal-box--content li {
  border-top: 1px #e0e0e4 solid; }
  .modal-box--content li:last-child {
    border-bottom: 1px #e0e0e4 solid; }

.modal-box--content li a {
  padding: 16px 8px;
  display: flex;
  align-items: center; }
  .modal-box--content li a i {
    margin-right: 8px;
    color: var(--theme-timeline-color); }
  .modal-box--content li a span {
    line-height: 1.2; }

.modal-box--options {
  padding: 10px 20px; }

.modal-box--options a {
  display: inline-block; }

.modal-sticky {
  position: sticky;
  top: 0;
  z-index: 1010; }

.modal-sticky .modal-screen {
  top: -20px;
  height: calc(100vh + 20px); }

[data-complete] span {
  line-height: 1.2;
  padding-top: 2px; }
  [data-complete] span small {
    color: var(--theme-timeline-color); }

[data-primary-group="navy"] .primary, [data-primary-group="navy"] .primary:after {
  background-color: #34495e; }

[data-primary-group="dark"] .primary, [data-primary-group="dark"] .primary:after {
  background-color: #34495e; }

[data-primary-group="purple"] .primary, [data-primary-group="purple"] .primary:after {
  background-color: #9b59b6; }

[data-primary-group="blue"] .primary, [data-primary-group="blue"] .primary:after {
  background-color: #3498db; }

[data-primary-group="green"] .primary, [data-primary-group="green"] .primary:after {
  background-color: #62cb31; }

[data-primary-group="red"] .primary, [data-primary-group="red"] .primary:after {
  background-color: #e74c3c; }

[data-primary-group="orange"] .primary, [data-primary-group="orange"] .primary:after {
  background-color: #e67e22; }

[data-primary-group="yellow"] .primary, [data-primary-group="yellow"] .primary:after {
  background-color: #ffb606; }

[data-primary-group="teal"] .primary, [data-primary-group="teal"] .primary:after {
  background-color: #53c8ce; }

[data-primary-group="gold"] .primary, [data-primary-group="gold"] .primary:after {
  background-color: #f1d570; }

[data-primary-group="lime"] .primary, [data-primary-group="lime"] .primary:after {
  background-color: #b8db40; }

[data-primary-group="pink"] .primary, [data-primary-group="pink"] .primary:after {
  background-color: #e981b7; }

[data-primary-group="black"] .primary, [data-primary-group="black"] .primary:after {
  background-color: #0f0e0e; }

[data-primary-group="farm"] .primary, [data-primary-group="farm"] .primary:after {
  background-color: #987423; }

[data-primary-group="olive"] .primary, [data-primary-group="olive"] .primary:after {
  background-color: #a5b453; }

[data-primary-group="shop"] .primary, [data-primary-group="shop"] .primary:after {
  background-color: #5b453a; }

[data-primary-group="sage"] .primary, [data-primary-group="sage"] .primary:after {
  background-color: #bcb88a; }

[data-secondary-group="navy"] .secondary, [data-secondary-group="navy"] .secondary:after {
  background-color: #34495e; }

[data-secondary-group="dark"] .secondary, [data-secondary-group="dark"] .secondary:after {
  background-color: #34495e; }

[data-secondary-group="purple"] .secondary, [data-secondary-group="purple"] .secondary:after {
  background-color: #9b59b6; }

[data-secondary-group="blue"] .secondary, [data-secondary-group="blue"] .secondary:after {
  background-color: #3498db; }

[data-secondary-group="green"] .secondary, [data-secondary-group="green"] .secondary:after {
  background-color: #62cb31; }

[data-secondary-group="red"] .secondary, [data-secondary-group="red"] .secondary:after {
  background-color: #e74c3c; }

[data-secondary-group="orange"] .secondary, [data-secondary-group="orange"] .secondary:after {
  background-color: #e67e22; }

[data-secondary-group="yellow"] .secondary, [data-secondary-group="yellow"] .secondary:after {
  background-color: #ffb606; }

[data-secondary-group="teal"] .secondary, [data-secondary-group="teal"] .secondary:after {
  background-color: #53c8ce; }

[data-secondary-group="gold"] .secondary, [data-secondary-group="gold"] .secondary:after {
  background-color: #f1d570; }

[data-secondary-group="lime"] .secondary, [data-secondary-group="lime"] .secondary:after {
  background-color: #b8db40; }

[data-secondary-group="pink"] .secondary, [data-secondary-group="pink"] .secondary:after {
  background-color: #e981b7; }

[data-secondary-group="black"] .secondary, [data-secondary-group="black"] .secondary:after {
  background-color: #0f0e0e; }

[data-secondary-group="farm"] .secondary, [data-secondary-group="farm"] .secondary:after {
  background-color: #987423; }

[data-secondary-group="olive"] .secondary, [data-secondary-group="olive"] .secondary:after {
  background-color: #a5b453; }

[data-secondary-group="shop"] .secondary, [data-secondary-group="shop"] .secondary:after {
  background-color: #5b453a; }

[data-secondary-group="sage"] .secondary, [data-secondary-group="sage"] .secondary:after {
  background-color: #bcb88a; }

.time-grid {
  display: grid;
  grid-template-columns: 58px repeat(8, 0 1fr) 0;
  margin: 4px;
  height: 12px; }

.time-hour {
  position: relative; }

.time-hour span {
  position: absolute;
  left: -10px;
  right: -10px;
  text-align: center;
  font-size: 60%;
  text-transform: uppercase;
  color: #909094; }

.car-grid {
  display: grid;
  grid-template-columns: 58px repeat(8, 1fr);
  margin: 4px;
  border-right: 1px #e0e0e4 solid; }

.car {
  height: 40px;
  width: 58px;
  margin-right: 2px;
  padding-bottom: 12px;
  position: relative;
  padding-top: 4px;
  display: flex;
  justify-content: flex-end; }
  .car .image {
    margin-top: 4px;
    display: flex;
    overflow: hidden;
    justify-content: flex-end; }
  .car .title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 4px;
    width: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 60%;
    text-transform: uppercase;
    text-align: right;
    overflow: hidden;
    background: white;
    padding-right: 4px; }

.timeframe {
  background: white;
  border-left: 1px #e0e0e4 solid;
  border-bottom: 4px #f0f0f4 solid; }

.timeframe .primary {
  display: block;
  width: calc(100% + 1px);
  height: 12px;
  margin-top: 20px;
  position: relative;
  font-size: 8px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap; }

.timeframe .primary:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0; }

.timeframe .primary span {
  position: absolute;
  z-index: 10;
  left: 2px;
  top: 1px; }

.timeframe .secondary {
  display: block;
  width: calc(100% + 1px);
  height: 4px;
  margin-top: 0px;
  /*opacity: 0.5;*/
  position: relative; }

.timeframe .secondary:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 4px;
  right: 0; }

.colour_groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 80%;
  margin: 20px;
  grid-gap: 4px 12px; }

.colour_group {
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 16px; }

.colour_group:hover, .group_selected {
  background: #858a98;
  cursor: pointer;
  color: white; }

.colour_disc {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 100%; }

.disc_liner {
  width: 22px;
  height: 22px;
  margin: 1px;
  border-radius: 100%;
  border: 1px white solid;
  box-sizing: border-box; }

.date-wrapper {
  background-color: #858a98;
  color: white;
  padding: 4px 16px;
  border-radius: 20px; }

.panel-item .paired-switches--with-data {
  display: flex;
  align-items: initial;
  justify-content: space-around; }

.panel-item .paired-switches--with-data .option_button i {
  margin: 0; }

.paired-switches--with-data .date-wrapper {
  display: flex;
  align-items: center; }

.main-timetable #content {
  /*margin-left: 50% !important;*/
  position: relative !important;
  overflow: initial !important;
  font-size: 14px; }
  .main-timetable .wrapper {
    position: fixed;
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    scroll-snap-type: y mandatory;
    background-color: #f8f8f8; }
  .main-timetable .timeslot-wrapper {
    /*padding-bottom: 20px;*/
    position: relative;
    border-bottom: 4px #c8c8c8 solid; }
  .main-timetable .timeslot {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    overflow: auto;
    white-space: nowrap;
    scroll-snap-type: both mandatory;
    scroll-snap-align: start;
    padding-top: 0px;
    padding-left: 40px; }
  .main-timetable .timeslot-card {
    width: 100%; }
  .main-timetable ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0; }
  .main-timetable li {
    padding: 2px 0; }
  .main-timetable .timeslot-title {
    padding: 8px;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    position: sticky;
    position: absolute;
    top: 0;
    /*background: #345794;*/
    z-index: 1;
    background: var(--theme-timeline-color);
    background: #34495e;
    background: #e6e6e6;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .main-timetable .timeslot-title h4 {
    position: relative;
    margin: 12px 0;
    transform: rotate(-90deg);
    white-space: nowrap; }
  .main-timetable .timeslot-navigation {
    display: block;
    position: absolute;
    top: 130px;
    left: 40px;
    right: 40px;
    display: flex;
    background: #e8e8e8;
    display: none; }
  .main-timetable .timeslot-navigation a {
    background: rgba(0, 0, 0, 0.25);
    width: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px; }
  .main-timetable .timeslot-navigation a.hidden {
    display: flex;
    visibility: hidden; }
  .main-timetable .timeslot-navigation span {
    width: 10px; }
  .main-timetable .timeslot-navigation i {
    width: 100%;
    text-align: center; }
  .main-timetable .activity {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px; }
  .main-timetable .activity-strap {
    height: 6px;
    filter: saturate(0.5); }
  .main-timetable .session-head {
    background: #345794;
    background: #1f1f1f;
    color: white;
    padding: 10px 20px 20px;
    filter: saturate(0.5); }
  .main-timetable .session-body {
    background: white;
    padding: 10px;
    display: flex; }
  .main-timetable .session-body li {
    white-space: normal; }
  .main-timetable .session-body ul {
    width: 50%; }
  .main-timetable .session-tools {
    padding: 10px 20px;
    display: flex; }
  .main-timetable .session-tools .padding {
    flex-grow: 1; }
  .main-timetable .session-tools i {
    vertical-align: middle; }
  .main-timetable .session-tools i:not(:last-child) {
    margin-right: 4px; }
  .main-timetable .h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700; }
  .main-timetable .session {
    margin: 0;
    font-size: 80%; }
  .main-timetable .site_list {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: var(--theme-timeline-color);
    position: relative;
    z-index: 10; }
  .main-timetable .site_list:not(.open) li {
    display: none; }
  .main-timetable .site_list li:first-child {
    display: block; }
  .main-timetable .site_list li:first-child i {
    vertical-align: middle;
    font-size: 20px;
    /*.site_list li:last-child {    box-shadow: 0 2px 4px rgba(0,0,0,0.65); }*/ }
  .main-timetable .site_list a {
    display: block;
    padding: 12px;
    text-align: center; }
  .main-timetable .activity-transition {
    display: none; }
  .main-timetable .activity-transition > span {
    display: flex;
    font-size: 70%;
    opacity: 0.6;
    width: 100%;
    white-space: normal; }
  .main-timetable .activity-transition i {
    font-size: 11px;
    vertical-align: middle;
    transform: rotateY(180deg);
    margin-top: 2px; }
  .main-timetable .activity-transition span {
    margin-left: 4px; }

.activity-essential-info {
  font-size: 70%;
  color: #e67e22;
  display: grid;
  grid-template-columns: 18px 1fr;
  grid-gap: 4px; }
  .activity-essential-info .material-icons {
    font-size: 18px; }
  .activity-essential-info span:nth-child(2) {
    display: block;
    margin-top: 2px; }

.activity_wrapper .panel-item .panel-details [data-supervisor] {
  display: flex; }

.panel-card.panel-card--key-info {
  background-color: #34495e;
  font-size: 90%;
  padding: 16px; }
  .panel-card.panel-card--key-info p a {
    align-items: flex-start; }
  .panel-card.panel-card--key-info .material-icons {
    color: #ffb606; }
  .panel-card.panel-card--key-info .titles span {
    display: block; }
  .panel-card.panel-card--key-info .titles span:first-child {
    margin: 4px 0 8px;
    font-weight: bold;
    text-transform: uppercase; }
  .panel-card.panel-card--key-info .titles span:nth-child(2) {
    line-height: 1.1; }

.marker {
  display: inline-block;
  vertical-align: text-bottom;
  width: 8px;
  height: 8px;
  background-color: var(--theme-timeline-color);
  margin-right: 8px; }

.incident-card {
  border-left: 4px transparent solid; }

.incident-safeguarding {
  border-left-color: #c0392b; }

.incident-violent {
  border-left-color: #e74c3c; }

.incident-incident {
  border-left-color: #e67e22; }

.incident-accident {
  border-left-color: #9b59b6; }

.incident-information {
  border-left-color: #62cb31; }

.incident-near-miss {
  border-left-color: #ffb606; }

.incident-minor {
  border-left-color: #3498db; }

.incident-unspecified {
  border-left-color: #c1c3c6; }

.panel-card .panel-card--header {
  background: #c1c3c6;
  color: white;
  margin: -20px -20px 20px -20px;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 90%;
  font-weight: bold;
  justify-content: center; }

.report-marker {
  align-items: center;
  display: inline-flex;
  flex-direction: column; }

.report--icon {
  border-radius: 100%;
  padding: 10px;
  display: flex;
  width: 24px;
  color: white;
  margin: 0 10px;
  background-color: var(--theme-timeline-color); }
  .report--icon + span {
    width: 70px;
    text-align: center;
    font-size: 70%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    padding-top: 4px;
    color: var(--theme-timeline-color); }

.panel-item p.float-to-top {
  align-items: flex-start; }

.title-bubble {
  background-color: #c1c3c6;
  border-radius: 16px;
  font-size: 80%;
  display: inline-block;
  padding: 7px 16px 6px;
  line-height: 1.4; }
  .title-bubble.inverse-bubble {
    background-color: white;
    color: var(--theme-timeline-color); }
  .title-bubble .material-icons {
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: 3px;
    margin: -4px 0 -4px -8px;
    color: var(--theme-timeline-color);
    width: 22px;
    flex-shrink: 0; }
  .title-bubble .primary-content {
    display: flex; }
  .title-bubble .secondary-content {
    display: block;
    padding: 2px 0;
    margin: 0;
    margin-left: 13px;
    display: none;
    color: var(--theme-timeline-color);
    text-transform: uppercase;
    font-size: 90%; }

.event-report .panel-item .panel-details {
  margin-bottom: -4px;
  display: none; }

.menu-layers {
  overflow: hidden;
  width: 100%; }

.menu-carousel {
  width: 200%;
  display: flex;
  transition: transform 0.25s ease-in-out; }

.menu--show-level-2 {
  transform: translateX(-50%); }

.layer-1, .layer-2 {
  width: 50%; }

.sectioned-menu--title:before, .sectioned-menu--title:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 2px rgba(255, 255, 255, 0.5) solid; }

.sectioned-menu--title:before {
  margin-left: 12px; }

.sectioned-menu--title:after {
  margin-right: 12px; }

.sectioned-menu--title {
  display: flex;
  align-items: center;
  margin-top: 40px; }

.sectioned-menu--title span {
  display: block;
  padding: 0 8px;
  white-space: nowrap;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: bold; }

.menu-carousel .panel-card-alternate {
  color: #000; }

.panel-item.panel-card .recurring_recorded {
  opacity: 1;
  color: var(--theme-timeline-color); }
  .panel-item.panel-card .recurring_recorded .material-icons {
    font-size: 14px;
    width: 5px;
    position: relative;
    top: 3px;
    margin-top: 4px; }

.pseudo-field {
  display: inline-block;
  padding: 0 16px; }

.inline-align {
  margin-left: 4px;
  margin-top: 3px; }

.validation-error {
  box-shadow: 0 0 0 2px inset red;
  position: relative;
  margin-bottom: 10px;
  overflow: visible; }
  .validation-error:after {
    content: "Invalidate date";
    color: red;
    position: absolute;
    top: calc(100% + 2px);
    left: 20px;
    font-size: 60%;
    text-transform: uppercase; }

.material-icons.large-light {
  font-size: 32px;
  -webkit-text-stroke: 1px #f0f0f4; }

.register-item {
  margin: 6px 40px;
  padding-top: 6px;
  font-size: 90%;
  text-transform: uppercase;
  position: relative;
  border-top: 1px #dedfe1 solid; }
  .register-item:last-child {
    margin-bottom: 40px; }
  .register-item a + a {
    margin-left: 4px; }
  .register-item p + p {
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px #dedfe1 solid; }
  .register-item.register-group:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 4px;
    border-left: 4px var(--theme-timeline-color) solid;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .register-item.register-group:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: -4px;
    right: -20px;
    width: 4px;
    border-right: 4px var(--theme-timeline-color) solid;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }

.activity_wrapper:last-child .register-item:last-child {
  margin-bottom: 80px; }

.alpha .register-item:after {
  content: none; }

.register-absent {
  opacity: 0.5; }

.register-option {
  display: block;
  width: 34px;
  height: 32px;
  background: #c1c3c6;
  border-radius: 100%;
  position: relative; }
  .register-option:after, .register-option:before {
    content: "";
    position: absolute; }
  .register-option.register-marked {
    background: var(--theme-timeline-color); }

.register-no:after, .register-no:before {
  border-left: 2px #f1f3f6 solid;
  height: 16px;
  left: calc(50% - 1px);
  top: calc(50% - 8px); }
  .register-no:after {
    transform: rotate(45deg); }
  .register-no:before {
    transform: rotate(-45deg); }

.register-filter {
  font-size: 80%; }
  .register-filter p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }

.register-yes:after {
  border-right: 2px #f1f3f6 solid;
  border-bottom: 2px #f1f3f6 solid;
  height: 14px;
  width: 6px;
  transform: rotate(45deg);
  left: calc(50% - 4px);
  top: calc(50% - 10px); }

.register-details {
  margin: 6px 0 0;
  padding-top: 6px;
  position: relative;
  border-top: 1px #dedfe1 solid; }

.register-filter a {
  background: #dedfe1;
  padding: 7px 12px 5px;
  border-radius: 12px; }
  .register-filter a.active {
    background: var(--theme-timeline-color);
    color: white;
    transform: none !important; }

.register-tag {
  font-size: 70%; }

.silent_upload {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border: 1px green dashed; }

[data-toggle-group="attachments"] .form-carousel--wrapper:first-child {
  margin-top: 20px; }

.rev-working {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  box-sizing: border-box;
  border: 3px #000 solid;
  border-radius: 100%;
  border-right-color: transparent;
  animation-name: working;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.transport-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px;
  font-size: 90%;
  grid-gap: 2px 1px; }
  .transport-grid p {
    margin: 0; }
  .transport-grid div {
    padding: 4px 6px; }
  .transport-grid div:nth-child(2), .transport-grid div:nth-child(3) {
    background: white;
    text-align: center;
    font-weight: bold; }

.transport-grid--driver {
  background: var(--theme-timeline-color);
  color: white;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.transport-claim--wrapper {
  display: grid;
  grid-gap: 0 4px; }

.transport-claim--wrapper:not(.unclaimed) {
  grid-template-columns: 24px 1fr; }

.transport-claim--claimed:not(.transport-claim--claimed-by-other) {
  opacity: 0.5; }

.transport-claim--claimed-by-other .material-icons {
  color: var(--colour-orange);
  grid-row: span 2; }

.transport-claim--claimed-by-other .driver-name {
  color: var(--colour-orange); }

.transport-claim--claimant {
  display: inline-flex;
  align-items: center;
  grid-gap: 2px;
  padding-left: 1px;
  font-size: 70%; }

.transport-claim--claimant .material-icons {
  font-size: 12px;
  height: 12px;
  transform: rotate(180deg);
  color: inherit;
  opacity: 0.25; }

.transport-grid--am, .transport-grid--pm {
  background: white; }

.transport-absence {
  background: transparent; }

.weekday-picker {
  display: flex;
  justify-content: space-around;
  margin: 2em 15%; }

.weekday-picker--day {
  width: 32px;
  height: 32px;
  color: var(--theme-timeline-color);
  font-weight: bold;
  border: 2px var(--theme-timeline-color) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; }
  .weekday-picker--day.active {
    background: var(--theme-timeline-color);
    color: white; }

.timeslot-picker--wrapper {
  margin: 2em;
  padding: 0 20px; }

.timeslot-picker {
  border: 2px var(--theme-timeline-color) solid;
  border-radius: 24px;
  padding: 2px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px; }

.timeslot-picker--timeslot {
  background-color: var(--theme-timeline-color);
  border-radius: 16px;
  padding: 4px;
  text-align: center;
  color: white; }

textarea::placeholder {
  color: #c1c3c6; }

.error {
  border: 2px #e74c3c solid;
  background: ; }

.theme-feedback-button {
  background: var(--theme-timeline-color);
  color: white;
  padding: 4px;
  border-radius: 100%;
  margin-right: 8px; }

.material-sim {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-style: normal;
  font-size: 50%;
  font-weight: bold;
  border: 2px var(--theme-timeline-color) solid;
  border-radius: 4px;
  width: 20px;
  height: 24px;
  background-color: var(--theme-timeline-color);
  position: relative; }
  .material-sim:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    border: 4px transparent solid;
    border-top-color: white;
    border-right-color: white; }
  .material-sim:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    border: 4px transparent solid;
    border-left-color: white;
    border-bottom-color: white; }

.material-sim span {
  text-align: center;
  transform: scaleY(1.5);
  color: white; }

.panel-row .panel-item p {
  height: 100%; }

.panel-row .panel-item {
  width: 80px;
  flex-shrink: 0; }

.row-view--spacing, .panel-item p .row-view--spacing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%; }

.vigor-space {
  display: flex;
  align-items: flex-end; }

.vigor-score {
  display: block;
  background: #c1c3c6;
  width: 4px;
  height: 16px;
  border-radius: 4px;
  margin: 0 8px 0 4px; }

.good-score {
  background-color: #62cb31; }

.bad-score {
  background-color: #e74c3c; }

.multi-select p + p {
  margin-top: 16px; }
  .multi-select p > i {
    margin-right: 8px;
    margin-left: -4px; }
  .multi-select .session-title {
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold; }

.edit-selected {
  position: absolute;
  right: 12px;
  bottom: -12px; }
  .edit-selected a {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); }

.nile-button, .panel-item p .nile-button {
  display: inline-block;
  background: var(--theme-timeline-color);
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 90%;
  text-transform: uppercase;
  color: white;
  margin: auto;
  flex-grow: 0 !important;
  border: 2px white solid; }

.vigor-sum {
  font-size: 70%;
  width: 40px;
  text-align: right;
  position: relative; }

.vigor-sum--prefix {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 8px; }
  .vigor-sum--prefix:before, .vigor-sum--prefix:after {
    content: "";
    border: 3px transparent solid;
    display: block;
    position: absolute;
    top: 0; }
  .vigor-sum--prefix:before {
    border-bottom: 6px #c1c3c6 solid;
    border-top: none;
    left: 0; }
  .vigor-sum--prefix:after {
    border-top: 6px #c1c3c6 solid;
    border-bottom: none;
    right: 0; }
  .vigor-sum--prefix.positive:before {
    border-bottom-color: #62cb31; }
  .vigor-sum--prefix.negative:after {
    border-top-color: #e74c3c; }

.material-icons[selected] + a .session-title {
  color: var(--theme-timeline-color); }

.timeslot-with-header {
  display: flex; }
  .timeslot-with-header .panel-item:nth-child(1) {
    margin-top: 20px !important;
    margin-right: 0;
    width: 60px; }
  .timeslot-with-header .panel-item:nth-child(1) .session-timeslot--heading {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: right;
    position: sticky;
    top: 0; }
  .timeslot-with-header .panel-item:nth-child(2) {
    margin-left: 0;
    width: 100%;
    border-top-left-radius: 0; }

.editor--position {
  position: sticky;
  top: 0px;
  z-index: 11; }

.editor--overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .editor--overlay[data-mode="single"] {
    grid-template-rows: 1fr; }
  .editor--overlay[data-mode="single"] .editor--lower {
    display: none; }
  .editor--overlay[data-mode="single"] [data-editor-action="swap_session"] {
    display: none; }

.editor--close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10;
  width: 32px;
  height: 32px;
  background-color: #696a6c;
  border-radius: 100%; }
  .editor--close:before, .editor--close:after {
    content: "";
    display: block;
    border-bottom: 2px #f1f3f6 solid;
    width: 20px;
    position: absolute;
    top: 15px;
    left: 6px;
    transform-origin: 50% 50%;
    transform: rotate(45deg); }
  .editor--close:after {
    transform: rotate(-45deg); }

@keyframes lignin {
  0% {
    transform: perspective(400px) rotateX(0deg) rotateY(0deg) scale(1); }

  25% {
    transform: perspective(400px) rotateX(2deg) rotateY(-15deg) scale(0.95); }

  50% {
    transform: perspective(400px) rotateX(-1deg) rotateY(0deg) scale(0.95); }

  75% {
    transform: perspective(400px) rotateX(1deg) rotateY(15deg) scale(0.95); }

  100% {
    transform: perspective(400px) rotateX(0deg) rotateY(0deg) scale(1); } }

.editor--upper {
  background: #f1f3f6;
  overflow: auto;
  border-bottom: 8px #c1c3c6 solid;
  padding: 20px; }

.editor--lower {
  background: #f1f3f6;
  overflow: auto;
  padding: 20px; }

.person--list-view {
  list-style-type: none;
  padding-left: 0; }
  .person--list-view li {
    margin: 8px 0;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25)); }
  .person--list-view li .person--avatar {
    margin-right: 8px; }
  .person--list-view li.picked {
    box-shadow: 0 0 2px 2px #3498db;
    animation-name: lignin;
    animation-iteration-count: 1;
    animation-duration: 100ms;
    animation-timing-function: linear;
    background-color: #e1f0fa; }
  .person--list-view li.picked .person--short {
    font-weight: bold; }

.person--container {
  padding: 8px;
  display: flex;
  align-items: center; }

.person--title {
  flex-grow: 1; }

.person--short {
  display: block;
  font-size: 90%; }
  .person--staff .person--short {
    font-weight: bold; }

.person--staff + .person--staff {
  padding-top: 0; }

.person--full {
  display: block;
  font-size: 60%;
  color: #c1c3c6;
  line-height: 0.8; }

.person--avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px #c1c3c6 solid;
  background-color: #f1f3f6;
  background-size: cover;
  background-position: center center; }
  .person--avatar:before {
    content: attr(data-initials);
    color: #c1c3c6;
    font-size: 60%; }
  .person--avatar.purple {
    border-color: #9b59b6; }
  .person--avatar.blue {
    border-color: #3498db; }
  .person--avatar.green {
    border-color: #62cb31; }
  .person--avatar.yellow {
    border-color: #ffb606; }
  .person--avatar.orange {
    border-color: #e67e22; }
  .person--avatar.red {
    border-color: #e74c3c; }
  .person--avatar.teal {
    border-color: #53c8ce; }
  .person--avatar.lime {
    border-color: #b8db40; }
  .person--avatar.pink {
    border-color: #e981b7; }
  .person--avatar.gold {
    border-color: #f1d570; }

.person--options {
  display: flex;
  align-items: center;
  color: #c1c3c6; }
  .person--options i {
    margin-left: 4px; }

.person--subordinate {
  background-color: #696a6c;
  color: white; }

.editor-option--position {
  position: sticky;
  top: 0px;
  z-index: 12; }

.editor-option--overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background-color: white;
  padding: 20px;
  overflow: auto; }

.session-title {
  margin-bottom: 0; }

.session-room {
  margin-top: 0; }

[data-editor-action]:hover {
  cursor: pointer; }

.button--secondary {
  border-color: var(--theme-timeline-color);
  color: var(--theme-timeline-color);
  background-color: white; }

.button--simple-exit {
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: var(--theme-timeline-color); }
  .button--simple-exit:hover {
    box-shadow: none;
    text-decoration: underline; }

.button--low {
  background-color: #f1f3f6; }

.button--ghost {
  border: 2px var(--theme-timeline-color) solid;
  background-color: transparent;
  color: var(--theme-timeline-color); }

.window--options {
  text-align: center;
  margin: 2em 0 4em; }
  .window--options p {
    padding: 0.5em; }

.message-bar {
  background-color: var(--theme-timeline-color);
  color: white;
  padding: 12px 24px;
  margin-bottom: 24px;
  text-align: center; }
  .message-bar p {
    margin: 0; }

.icon-bar p {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 12px; }
  .icon-bar p .icon-bar--icon {
    display: flex;
    align-items: center; }
  .icon-bar p .icon-bar--text {
    text-align: left;
    line-height: 1.4; }

.attachments--layout {
  display: grid;
  grid-template-columns: 40px 1fr 24px;
  grid-gap: 0 12px;
  margin: 8px 0 !important; }

.attachments--thumb {
  grid-row: span 2;
  background-color: white;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c1c3c6;
  position: relative; }
  .attachments--thumb img {
    width: 40px;
    height: 40px;
    object-fit: cover; }
  .attachments--thumb.processing:before, .attachments--thumb.processing:after {
    content: "";
    position: absolute; }
  .attachments--thumb.processing:before {
    background-color: rgba(255, 255, 255, 0.85);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .attachments--thumb.processing:after {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px var(--theme-timeline-color) solid;
    border-right-color: transparent;
    animation-name: working;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.attachments--title {
  grid-column: 2;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: flex-end; }
  .attachments--title label {
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%; }

.attachments--progress {
  grid-column: 2;
  height: 12px;
  position: relative; }

.attachments--progress--outer {
  display: inline-block;
  background: #c1c3c6;
  height: 6px;
  width: 100%;
  margin-bottom: 6px;
  position: absolute; }

.attachments--progress--inner {
  display: inline-block;
  background: var(--theme-timeline-color);
  height: 6px;
  position: absolute; }

.attachments--action {
  grid-column: 3;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.special-editor-privileges {
  position: absolute;
  top: 14px;
  right: 20px;
  background: white;
  display: flex;
  align-items: center;
  padding-left: 12px; }
  .special-editor-privileges .material-icons {
    margin-right: 6px;
    font-size: 18px; }

.panel-item--verts {
  margin: 20px 0; }

.panel-item--summary h4 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase; }
  .panel-item--summary .total {
    font-size: 90%; }
  .panel-item--summary .grand-total {
    font-weight: bold; }
  .panel-item--summary .panel-item--verts:last-child {
    margin-bottom: 0; }

.dulled-icons .material-icons {
  opacity: 0.4; }

button.button.working {
  padding: 8px 24px; }

.panel-item button[type="submit"].working span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px white solid;
  border-left-color: transparent;
  border-radius: 100%;
  margin-right: 8px;
  vertical-align: sub;
  animation-name: working;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-left: -8px; }

.unscheduled_planners {
  margin-top: 40px;
  padding-bottom: 20px; }

.unscheduled_planners .panel-item.panel-card {
  background: white;
  color: black; }

.unscheduled_planners .timeslot {
  color: var(--theme-timeline-color);
  display: block;
  font-size: 70%;
  font-weight: 600; }

.may-have-tag {
  flex-wrap: wrap; }

.pickup_window--tag {
  font-size: 60%;
  background: var(--colour-orange);
  white-space: nowrap;
  color: white;
  padding: 1px 8px 0;
  border-radius: 12px;
  margin-top: -4px; }

.weekly-groups {
  display: block; }

.weekly-groups--wrapper {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-template-columns: 1fr;
  grid-gap: 4px; }

.weekly-groups--icon {
  opacity: 0.25;
  display: none; }

.weekly-groups--grouped {
  display: inline-grid;
  height: auto;
  align-self: center;
  grid-template-columns: repeat(5, 10px);
  grid-gap: 3px;
  margin-top: 2px; }

.weekly-groups--day {
  display: block;
  width: 10px;
  height: 3px;
  border-radius: 4px; }

.weekly-groups--day:not(.group-specified) {
  background: var(--theme-colour-page); }
