/* stylelint-disable value-keyword-case */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
html body {
  height: inherit;
  margin: 0;
  padding: 0;
}
html body .wrapper {
  height: 100%;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
html body .wrapper.with-background {
  background: url("/api/organisation/assets/background") no-repeat center center fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  min-height: 100vh;
}

.click-away-container {
  position: relative;
}

.clear {
  clear: both;
  float: none;
}

a {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
a:focus:not(:active) {
  text-decoration: underline;
}

.material-icons {
  vertical-align: middle;
}

ul li {
  list-style: none;
}

[role=button] {
  cursor: pointer;
  outline: 0;
}

.text-center {
  text-align: center;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("./icons/MaterialIcons-Regular.woff2") format("woff2"), url("./icons/MaterialIcons-Regular.woff") format("woff"), url("./icons/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons", monospace;
  font-feature-settings: "liga";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizelegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("./fonts/roboto-v16-latin-300.woff2") format("woff2"), url("./fonts/roboto-v16-latin-300.woff") format("woff"), url("./fonts/roboto-v16-latin-300.ttf") format("truetype"), url("./fonts/roboto-v16-latin-300.svg#Roboto") format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v16-latin-regular.woff2") format("woff2"), url("./fonts/roboto-v16-latin-regular.woff") format("woff"), url("./fonts/roboto-v16-latin-regular.ttf") format("truetype"), url("./fonts/roboto-v16-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v16-latin-700.woff2") format("woff2"), url("./fonts/roboto-v16-latin-700.woff") format("woff"), url("./fonts/roboto-v16-latin-700.ttf") format("truetype"), url("./fonts/roboto-v16-latin-700.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/CabinetGrotesk-Regular.woff2") format("woff2"), url("/fonts/CabinetGrotesk-Regular.woff") format("woff"), url("/fonts/CabinetGrotesk-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/CabinetGrotesk-Medium.woff2") format("woff2"), url("/fonts/CabinetGrotesk-Medium.woff") format("woff"), url("/fonts/CabinetGrotesk-Medium.ttf") format("truetype");
}
/* stylelint-disable property-no-vendor-prefix */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: #3080d6;
  cursor: pointer;
}
.Green-theme a {
  color: #3a870a;
}
.Green-theme a:hover {
  color: rgb(47.8, 111.2586206897, 8.2413793103);
}
.Blue-theme a {
  color: #3080d6;
}
.Blue-theme a:hover {
  color: rgb(39.0987903226, 115.3891129032, 197.4012096774);
}
.Purple-theme a {
  color: #6605c1;
}
.Purple-theme a:hover {
  color: rgb(88.8636363636, 4.3560606061, 168.1439393939);
}
.Orange-theme a {
  color: #ee7101;
}
.Orange-theme a:hover {
  color: rgb(212.6066945607, 100.9435146444, 0.8933054393);
}
.Red-theme a {
  color: #d64030;
}
.Red-theme a:hover {
  color: rgb(197.4012096774, 54.3568548387, 39.0987903226);
}
.Yellow-theme a {
  color: #b29d24;
}
.Yellow-theme a:hover {
  color: rgb(156.7897196262, 138.2920560748, 31.7102803738);
}
.Grey-theme a {
  color: #737275;
}
.Grey-theme a:hover {
  color: rgb(102.3051948052, 101.4155844156, 104.0844155844);
}
.DarkGrey-theme a {
  color: #444;
}
.DarkGrey-theme a:hover {
  color: rgb(55.25, 55.25, 55.25);
}
.Teal-theme a {
  color: #59c3b8;
}
.Teal-theme a:hover {
  color: rgb(70.2699115044, 188.2300884956, 175.9889380531);
}
.DarkBlue-theme a {
  color: #101d46;
}
.DarkBlue-theme a:hover {
  color: rgb(11.2558139535, 20.4011627907, 49.2441860465);
}
.Plum-theme a {
  color: #af1685;
}
.Plum-theme a:hover {
  color: rgb(152.347715736, 19.152284264, 115.7842639594);
}
a:hover {
  color: rgb(39.0987903226, 115.3891129032, 197.4012096774);
}

.Grey-theme p a, .DarkGrey-theme p a, .DarkBlue-theme p a {
  text-decoration: underline;
}

hr {
  border-top: 1px solid #e1e1e1;
  border-width: 0;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}

.u-full-width {
  box-sizing: border-box;
  width: 100%;
}

.u-max-full-width {
  box-sizing: border-box;
  max-width: 100%;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
}

h1, .h1 {
  font-size: 4rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 3.6rem;
  letter-spacing: -0.1rem;
  line-height: 1.25;
}

h3, .h3 {
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 2.4rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

h5, .h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.6;
}

@media (min-width: 550px) {
  h1, .h1 {
    font-size: 5rem;
  }
  h2, .h2 {
    font-size: 4.2rem;
  }
  h3, .h3 {
    font-size: 3.6rem;
  }
  h4, .h4 {
    font-size: 3rem;
  }
  h5, .h5 {
    font-size: 2.4rem;
  }
  h6, .h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

.column,
.columns {
  box-sizing: border-box;
  float: left;
  width: 100%;
}

@media (min-width: 400px) {
  .container {
    padding: 0;
    width: 85%;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    margin-left: 0;
    width: 100%;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

.u-cf {
  clear: both;
  content: "";
  display: table;
}

.button,
button,
input[type=button] {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  height: 38px;
  letter-spacing: 0.1rem;
  line-height: 38px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: box-shadow, transform;
}
.button .ripple-container,
button .ripple-container,
input[type=button] .ripple-container {
  border-radius: inherit;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.button .ripple-container .ripple,
button .ripple-container .ripple,
input[type=button] .ripple-container .ripple {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  transform: scale(1);
  transform-origin: 50%;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  width: 20px;
}
.button:hover,
button:hover,
input[type=button]:hover {
  outline: 0;
}
.Green-theme .button:hover,
.Green-theme button:hover,
.Green-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(58, 135, 10, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(58, 135, 10, 0.2);
}
.Blue-theme .button:hover,
.Blue-theme button:hover,
.Blue-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(48, 128, 214, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(48, 128, 214, 0.2);
}
.Purple-theme .button:hover,
.Purple-theme button:hover,
.Purple-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(102, 5, 193, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(102, 5, 193, 0.2);
}
.Orange-theme .button:hover,
.Orange-theme button:hover,
.Orange-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(238, 113, 1, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(238, 113, 1, 0.2);
}
.Red-theme .button:hover,
.Red-theme button:hover,
.Red-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(214, 64, 48, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(214, 64, 48, 0.2);
}
.Yellow-theme .button:hover,
.Yellow-theme button:hover,
.Yellow-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(178, 157, 36, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(178, 157, 36, 0.2);
}
.Grey-theme .button:hover,
.Grey-theme button:hover,
.Grey-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(115, 114, 117, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(115, 114, 117, 0.2);
}
.DarkGrey-theme .button:hover,
.DarkGrey-theme button:hover,
.DarkGrey-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(68, 68, 68, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(68, 68, 68, 0.2);
}
.Teal-theme .button:hover,
.Teal-theme button:hover,
.Teal-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(89, 195, 184, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(89, 195, 184, 0.2);
}
.DarkBlue-theme .button:hover,
.DarkBlue-theme button:hover,
.DarkBlue-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(16, 29, 70, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(16, 29, 70, 0.2);
}
.Plum-theme .button:hover,
.Plum-theme button:hover,
.Plum-theme input[type=button]:hover {
  box-shadow: 0 14px 26px -12px rgba(175, 22, 133, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(175, 22, 133, 0.2);
}
.button:focus,
button:focus,
input[type=button]:focus {
  outline: 0;
}
.button:focus .ripple-container .ripple,
button:focus .ripple-container .ripple,
input[type=button]:focus .ripple-container .ripple {
  background-color: #fff;
  left: 70px;
  top: 22px;
  transform: scale(29);
}
.button.rounded-style,
button.rounded-style,
input[type=button].rounded-style {
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.button.button-square-icon,
button.button-square-icon,
input[type=button].button-square-icon {
  border-radius: 0;
}
.button.button-square-icon:hover,
button.button-square-icon:hover,
input[type=button].button-square-icon:hover {
  box-shadow: none;
  outline: 0;
}

.button-primary {
  border: 0;
  color: #fff;
  margin-left: 1rem;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.Green-theme .button-primary {
  background-color: #3a870a;
}
.Blue-theme .button-primary {
  background-color: #3080d6;
}
.Purple-theme .button-primary {
  background-color: #6605c1;
}
.Orange-theme .button-primary {
  background-color: #ee7101;
}
.Red-theme .button-primary {
  background-color: #d64030;
}
.Yellow-theme .button-primary {
  background-color: #b29d24;
}
.Grey-theme .button-primary {
  background-color: #737275;
}
.DarkGrey-theme .button-primary {
  background-color: #444;
}
.Teal-theme .button-primary {
  background-color: #59c3b8;
}
.DarkBlue-theme .button-primary {
  background-color: #101d46;
}
.Plum-theme .button-primary {
  background-color: #af1685;
}
.button-primary:disabled {
  background-color: #e5e5e5;
  color: #a0a0a0;
  cursor: default;
}
.button-primary:disabled:hover {
  background-color: #e5e5e5;
  box-shadow: none;
}

.button-primary-important {
  border: 0;
  color: #fff;
  margin-left: 1rem;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.Green-theme .button-primary-important {
  background-color: #c9302c;
}
.Blue-theme .button-primary-important {
  background-color: #c9302c;
}
.Purple-theme .button-primary-important {
  background-color: #c9302c;
}
.Orange-theme .button-primary-important {
  background-color: #c9302c;
}
.Red-theme .button-primary-important {
  background-color: #c9302c;
}
.Yellow-theme .button-primary-important {
  background-color: #c9302c;
}
.Grey-theme .button-primary-important {
  background-color: #c9302c;
}
.DarkGrey-theme .button-primary-important {
  background-color: #c9302c;
}
.Teal-theme .button-primary-important {
  background-color: #c9302c;
}
.DarkBlue-theme .button-primary-important {
  background-color: #c9302c;
}
.Plum-theme .button-primary-important {
  background-color: #c9302c;
}
.button-primary-important:disabled {
  background-color: #e5e5e5;
  color: #a0a0a0;
  cursor: default;
}
.button-primary-important:disabled:hover {
  background-color: #e5e5e5;
  box-shadow: none;
}

.button-square-icon {
  align-items: center;
  background-color: #eee;
  border: 1px solid #fff;
  border-radius: 0.2rem;
  color: #444;
  display: flex;
  flex-direction: column;
  height: 14rem;
  justify-content: center;
  margin: 0.5em 1em;
  text-wrap: wrap;
  width: 17rem;
}
.button-square-icon.required-many-choices {
  margin: 0.5em 0.1em;
}
.button-square-icon .text {
  font-size: 1.25rem;
  line-height: 1.5;
  transition: font-size 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.button-square-icon .banner {
  align-items: center;
  background-color: #4bb543;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 0.8rem;
  height: 2rem;
  justify-content: center;
  position: absolute;
  width: 99.99%;
}
.button-square-icon .material-icons {
  color: #444;
  font-size: 5rem;
  margin-bottom: 0.5rem;
  transition: font-size 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.button-square-icon.selected {
  border: 1px solid #222;
}

.button-secondary {
  background-color: #fff;
  line-height: 0;
  margin-left: 1rem;
  padding: 0 26px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.Green-theme .button-secondary {
  border: 1px solid #ccc;
  color: #3a870a;
}
.Blue-theme .button-secondary {
  border: 1px solid #ccc;
  color: #3080d6;
}
.Purple-theme .button-secondary {
  border: 1px solid #ccc;
  color: #6605c1;
}
.Orange-theme .button-secondary {
  border: 1px solid #ccc;
  color: #ee7101;
}
.Red-theme .button-secondary {
  border: 1px solid #ccc;
  color: #d64030;
}
.Yellow-theme .button-secondary {
  border: 1px solid #ccc;
  color: #b29d24;
}
.Grey-theme .button-secondary {
  border: 1px solid #ccc;
  color: #737275;
}
.DarkGrey-theme .button-secondary {
  border: 1px solid #ccc;
  color: #444;
}
.Teal-theme .button-secondary {
  border: 1px solid #ccc;
  color: #59c3b8;
}
.DarkBlue-theme .button-secondary {
  border: 1px solid #ccc;
  color: #101d46;
}
.Plum-theme .button-secondary {
  border: 1px solid #ccc;
  color: #af1685;
}
.button-secondary:hover {
  color: #fff;
}
.Green-theme .button-secondary:hover {
  background-color: #3a870a;
  border-color: #3a870a;
}
.Blue-theme .button-secondary:hover {
  background-color: #3080d6;
  border-color: #3080d6;
}
.Purple-theme .button-secondary:hover {
  background-color: #6605c1;
  border-color: #6605c1;
}
.Orange-theme .button-secondary:hover {
  background-color: #ee7101;
  border-color: #ee7101;
}
.Red-theme .button-secondary:hover {
  background-color: #d64030;
  border-color: #d64030;
}
.Yellow-theme .button-secondary:hover {
  background-color: #b29d24;
  border-color: #b29d24;
}
.Grey-theme .button-secondary:hover {
  background-color: #737275;
  border-color: #737275;
}
.DarkGrey-theme .button-secondary:hover {
  background-color: #444;
  border-color: #444;
}
.Teal-theme .button-secondary:hover {
  background-color: #59c3b8;
  border-color: #59c3b8;
}
.DarkBlue-theme .button-secondary:hover {
  background-color: #101d46;
  border-color: #101d46;
}
.Plum-theme .button-secondary:hover {
  background-color: #af1685;
  border-color: #af1685;
}

.button-small, .button-small-important {
  margin-left: 1rem;
}

.hidden-submit {
  display: none;
}

.button-small {
  color: #3080d6;
  cursor: pointer;
}
.Green-theme .button-small {
  color: #3a870a;
}
.Green-theme .button-small:hover {
  color: rgb(47.8, 111.2586206897, 8.2413793103);
}
.Green-theme .button-small.disabled {
  color: #ccc;
}
.Green-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Blue-theme .button-small {
  color: #3080d6;
}
.Blue-theme .button-small:hover {
  color: rgb(39.0987903226, 115.3891129032, 197.4012096774);
}
.Blue-theme .button-small.disabled {
  color: #ccc;
}
.Blue-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Purple-theme .button-small {
  color: #6605c1;
}
.Purple-theme .button-small:hover {
  color: rgb(88.8636363636, 4.3560606061, 168.1439393939);
}
.Purple-theme .button-small.disabled {
  color: #ccc;
}
.Purple-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Orange-theme .button-small {
  color: #ee7101;
}
.Orange-theme .button-small:hover {
  color: rgb(212.6066945607, 100.9435146444, 0.8933054393);
}
.Orange-theme .button-small.disabled {
  color: #ccc;
}
.Orange-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Red-theme .button-small {
  color: #d64030;
}
.Red-theme .button-small:hover {
  color: rgb(197.4012096774, 54.3568548387, 39.0987903226);
}
.Red-theme .button-small.disabled {
  color: #ccc;
}
.Red-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Yellow-theme .button-small {
  color: #b29d24;
}
.Yellow-theme .button-small:hover {
  color: rgb(156.7897196262, 138.2920560748, 31.7102803738);
}
.Yellow-theme .button-small.disabled {
  color: #ccc;
}
.Yellow-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Grey-theme .button-small {
  color: #737275;
}
.Grey-theme .button-small:hover {
  color: rgb(102.3051948052, 101.4155844156, 104.0844155844);
}
.Grey-theme .button-small.disabled {
  color: #ccc;
}
.Grey-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.DarkGrey-theme .button-small {
  color: #444;
}
.DarkGrey-theme .button-small:hover {
  color: rgb(55.25, 55.25, 55.25);
}
.DarkGrey-theme .button-small.disabled {
  color: #ccc;
}
.DarkGrey-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Teal-theme .button-small {
  color: #59c3b8;
}
.Teal-theme .button-small:hover {
  color: rgb(70.2699115044, 188.2300884956, 175.9889380531);
}
.Teal-theme .button-small.disabled {
  color: #ccc;
}
.Teal-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.DarkBlue-theme .button-small {
  color: #101d46;
}
.DarkBlue-theme .button-small:hover {
  color: rgb(11.2558139535, 20.4011627907, 49.2441860465);
}
.DarkBlue-theme .button-small.disabled {
  color: #ccc;
}
.DarkBlue-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Plum-theme .button-small {
  color: #af1685;
}
.Plum-theme .button-small:hover {
  color: rgb(152.347715736, 19.152284264, 115.7842639594);
}
.Plum-theme .button-small.disabled {
  color: #ccc;
}
.Plum-theme .button-small.disabled:hover {
  color: #ccc;
  cursor: default;
}
.button-small:hover {
  color: rgb(39.0987903226, 115.3891129032, 197.4012096774);
}

.button-small-important {
  color: #3080d6;
  cursor: pointer;
}
.Green-theme .button-small-important {
  color: #c9302c;
}
.Green-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.Green-theme .button-small-important.disabled {
  color: #ccc;
}
.Green-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Blue-theme .button-small-important {
  color: #c9302c;
}
.Blue-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.Blue-theme .button-small-important.disabled {
  color: #ccc;
}
.Blue-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Purple-theme .button-small-important {
  color: #c9302c;
}
.Purple-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.Purple-theme .button-small-important.disabled {
  color: #ccc;
}
.Purple-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Orange-theme .button-small-important {
  color: #c9302c;
}
.Orange-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.Orange-theme .button-small-important.disabled {
  color: #ccc;
}
.Orange-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Red-theme .button-small-important {
  color: #c9302c;
}
.Red-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.Red-theme .button-small-important.disabled {
  color: #ccc;
}
.Red-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Yellow-theme .button-small-important {
  color: #c9302c;
}
.Yellow-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.Yellow-theme .button-small-important.disabled {
  color: #ccc;
}
.Yellow-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Grey-theme .button-small-important {
  color: #c9302c;
}
.Grey-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.Grey-theme .button-small-important.disabled {
  color: #ccc;
}
.Grey-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.DarkGrey-theme .button-small-important {
  color: #c9302c;
}
.DarkGrey-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.DarkGrey-theme .button-small-important.disabled {
  color: #ccc;
}
.DarkGrey-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Teal-theme .button-small-important {
  color: #c9302c;
}
.Teal-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.Teal-theme .button-small-important.disabled {
  color: #ccc;
}
.Teal-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.DarkBlue-theme .button-small-important {
  color: #c9302c;
}
.DarkBlue-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.DarkBlue-theme .button-small-important.disabled {
  color: #ccc;
}
.DarkBlue-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.Plum-theme .button-small-important {
  color: #c9302c;
}
.Plum-theme .button-small-important:hover {
  color: rgb(180.0795918367, 43.0040816327, 39.4204081633);
}
.Plum-theme .button-small-important.disabled {
  color: #ccc;
}
.Plum-theme .button-small-important.disabled:hover {
  color: #ccc;
  cursor: default;
}
.button-small-important:hover {
  color: rgb(39.0987903226, 115.3891129032, 197.4012096774);
}

p .button-small {
  margin-left: 0;
}

div.input-left-button-right {
  display: inline-block;
  float: none;
  width: 50%;
}
div.input-left-button-right.u-pull-left {
  width: 70%;
}
div.input-left-button-right.u-pull-right {
  font-size: 1.2rem;
  padding-right: 1rem;
  text-align: right;
  width: 30%;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  background-color: #fff;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
  padding: 6px 10px;
}

/* stylelint-disable property-no-vendor-prefix */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  padding: 6px 10px;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type=checkbox], input[type=radio] {
  display: inline;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-bottom: 6px;
  padding-top: 6px;
}

textarea:focus,
select:focus {
  border: 1px solid #3080d6;
  outline: 0;
}

label,
legend {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

ul {
  list-style: circle inside;
  margin-top: 0;
  padding-left: 0;
}
ul ul, ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

ol {
  list-style: decimal inside;
  margin-top: 0;
  padding-left: 0;
}
ol ol, ol ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

li {
  margin-bottom: 1rem;
}

th,
td {
  border-bottom: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul {
  margin-bottom: 2.5rem;
}

/* stylelint-disable block-no-empty */
.container div.table {
  padding: 0;
}
.container div.table .controls {
  background-color: #fff;
  text-align: right;
  width: 100%;
}
.container div.table .controls > div {
  display: inline-block;
  padding: 0.5rem;
}
.container div.table .controls i {
  color: #888;
  cursor: pointer;
  outline: 0;
}
.container div.table .controls .selected {
  color: #444;
  cursor: default;
}
.container div.table .row {
  background-color: #fafbfc;
  border-bottom: 0.1rem solid #eaeff0;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.container div.table .row a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.container div.table .row.clickable:hover {
  color: #fff;
  cursor: pointer;
}
.Green-theme .container div.table .row.clickable:hover {
  background: #3a870a;
  border-color: #3a870a;
}
.Blue-theme .container div.table .row.clickable:hover {
  background: #3080d6;
  border-color: #3080d6;
}
.Purple-theme .container div.table .row.clickable:hover {
  background: #6605c1;
  border-color: #6605c1;
}
.Orange-theme .container div.table .row.clickable:hover {
  background: #ee7101;
  border-color: #ee7101;
}
.Red-theme .container div.table .row.clickable:hover {
  background: #d64030;
  border-color: #d64030;
}
.Yellow-theme .container div.table .row.clickable:hover {
  background: #b29d24;
  border-color: #b29d24;
}
.Grey-theme .container div.table .row.clickable:hover {
  background: #737275;
  border-color: #737275;
}
.DarkGrey-theme .container div.table .row.clickable:hover {
  background: #444;
  border-color: #444;
}
.Teal-theme .container div.table .row.clickable:hover {
  background: #59c3b8;
  border-color: #59c3b8;
}
.DarkBlue-theme .container div.table .row.clickable:hover {
  background: #101d46;
  border-color: #101d46;
}
.Plum-theme .container div.table .row.clickable:hover {
  background: #af1685;
  border-color: #af1685;
}
.container div.table .row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.container div.table .row.header {
  background-color: #fff;
  border-top: 0.1rem solid #eaeff0;
  color: #58666e;
  font-weight: bold;
}
.container div.table .row.header .cell::first-letter {
  text-transform: capitalize;
}
.container div.table .row .cell {
  outline: 0;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  word-wrap: break-word;
}
.container div.table .row .delete {
  color: #c9302c;
  cursor: pointer;
  outline: 0;
  padding-bottom: 0;
  text-align: right;
}
.container div.table .row .delete i {
  opacity: 0.5;
}
.container div.table .row .delete i:hover {
  opacity: 1;
}
.container div.table.grid {
  display: flex;
  flex-wrap: wrap;
}
.container div.table.grid .row {
  padding: 1%;
  width: 33.3333%;
}
.container div.table.grid .row.header {
  display: none;
}
.container div.table.grid .row .cell {
  margin-left: 0;
  text-align: center;
  width: 95%;
}

.list-field.input-container {
  padding-bottom: 1rem;
}
.list-field.input-container div.table .row {
  padding: 0;
}
.list-field.input-container .add-container .add {
  cursor: pointer;
  outline: 0;
  padding-top: 0.8rem;
  text-align: right;
}

.input-container input {
  background-position: center bottom, center calc(100% - 0.1rem);
  background-size: 0 0.2rem, 100% 0.1rem;
  border: 0;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.12);
  color: #757575;
  display: block;
  outline: 0;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  width: 100%;
}
.input-container input.error {
  background-image: linear-gradient(#dd3459, #dd3459);
  background-repeat: no-repeat;
  background-size: 100% 0.2rem, 100% 0.1rem;
  box-shadow: none;
  transition-duration: 0.3s;
}
.input-container input[type=submit] {
  color: #fff;
}
.input-container input:focus:not(.read-only) {
  background-repeat: no-repeat;
  background-size: 100% 0.2rem, 100% 0.1rem;
  box-shadow: none;
  transition-duration: 0.3s;
}
.Green-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#3a870a, #3a870a);
}
.Blue-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#3080d6, #3080d6);
}
.Purple-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#6605c1, #6605c1);
}
.Orange-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#ee7101, #ee7101);
}
.Red-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#d64030, #d64030);
}
.Yellow-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#b29d24, #b29d24);
}
.Grey-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#737275, #737275);
}
.DarkGrey-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#444, #444);
}
.Teal-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#59c3b8, #59c3b8);
}
.DarkBlue-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#101d46, #101d46);
}
.Plum-theme .input-container input:focus:not(.read-only) {
  background-image: linear-gradient(#af1685, #af1685);
}
.input-container input:focus:not(.read-only).error {
  background-image: linear-gradient(#dd3459, #dd3459);
}
.input-container input.read-only {
  cursor: default;
}
.input-container .sliding-input {
  margin: 1.7rem 0 1rem;
  position: relative;
}
.input-container .sliding-input div.raised-label-area {
  height: 1rem;
}
.input-container .sliding-input input {
  font-size: 1.4rem;
  height: 3.6rem;
  line-height: 1.4286;
  padding: 0.7rem 0;
  transition: 250ms ease 0s;
}
.input-container .sliding-input input:focus + label {
  font-size: 1.1rem;
  left: 0;
  line-height: 1.0714;
  top: -1.8rem;
  transition: 250ms ease 0s;
  color: #3080d6;
}
.Green-theme .input-container .sliding-input input:focus + label {
  color: #3a870a;
}
.Blue-theme .input-container .sliding-input input:focus + label {
  color: #3080d6;
}
.Purple-theme .input-container .sliding-input input:focus + label {
  color: #6605c1;
}
.Orange-theme .input-container .sliding-input input:focus + label {
  color: #ee7101;
}
.Red-theme .input-container .sliding-input input:focus + label {
  color: #d64030;
}
.Yellow-theme .input-container .sliding-input input:focus + label {
  color: #b29d24;
}
.Grey-theme .input-container .sliding-input input:focus + label {
  color: #737275;
}
.DarkGrey-theme .input-container .sliding-input input:focus + label {
  color: #444;
}
.Teal-theme .input-container .sliding-input input:focus + label {
  color: #59c3b8;
}
.DarkBlue-theme .input-container .sliding-input input:focus + label {
  color: #101d46;
}
.Plum-theme .input-container .sliding-input input:focus + label {
  color: #af1685;
}
.input-container .sliding-input input:focus + label.error {
  color: #dd3459;
}
.input-container .sliding-input input:-webkit-autofill + label {
  font-size: 1.1rem;
  left: 0;
  line-height: 1.0714;
  top: -1.8rem;
  transition: 250ms ease 0s;
  transition: none;
}
.Green-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #3a870a;
}
.Blue-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #3080d6;
}
.Purple-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #6605c1;
}
.Orange-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #ee7101;
}
.Red-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #d64030;
}
.Yellow-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #b29d24;
}
.Grey-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #737275;
}
.DarkGrey-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #444;
}
.Teal-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #59c3b8;
}
.DarkBlue-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #101d46;
}
.Plum-theme .input-container .sliding-input input:-webkit-autofill + label {
  color: #af1685;
}
.input-container .sliding-input label, .input-container .sliding-input span.label-suffix {
  color: #757575;
  cursor: text;
  font-size: 1.4rem;
  font-weight: inherit;
  line-height: 1.4286;
  margin: 1.6rem 0 0;
  pointer-events: none;
  position: absolute;
  top: 0.2rem;
  transition: 250ms ease 0s;
}
.input-container .sliding-input label.raised, .input-container .sliding-input span.label-suffix.raised {
  font-size: 1.1rem;
  left: 0;
  line-height: 1.0714;
  top: -1.8rem;
  transition: 250ms ease 0s;
}
.Green-theme .input-container .sliding-input label.raised, .Green-theme .input-container .sliding-input span.label-suffix.raised {
  color: #3a870a;
}
.Blue-theme .input-container .sliding-input label.raised, .Blue-theme .input-container .sliding-input span.label-suffix.raised {
  color: #3080d6;
}
.Purple-theme .input-container .sliding-input label.raised, .Purple-theme .input-container .sliding-input span.label-suffix.raised {
  color: #6605c1;
}
.Orange-theme .input-container .sliding-input label.raised, .Orange-theme .input-container .sliding-input span.label-suffix.raised {
  color: #ee7101;
}
.Red-theme .input-container .sliding-input label.raised, .Red-theme .input-container .sliding-input span.label-suffix.raised {
  color: #d64030;
}
.Yellow-theme .input-container .sliding-input label.raised, .Yellow-theme .input-container .sliding-input span.label-suffix.raised {
  color: #b29d24;
}
.Grey-theme .input-container .sliding-input label.raised, .Grey-theme .input-container .sliding-input span.label-suffix.raised {
  color: #737275;
}
.DarkGrey-theme .input-container .sliding-input label.raised, .DarkGrey-theme .input-container .sliding-input span.label-suffix.raised {
  color: #444;
}
.Teal-theme .input-container .sliding-input label.raised, .Teal-theme .input-container .sliding-input span.label-suffix.raised {
  color: #59c3b8;
}
.DarkBlue-theme .input-container .sliding-input label.raised, .DarkBlue-theme .input-container .sliding-input span.label-suffix.raised {
  color: #101d46;
}
.Plum-theme .input-container .sliding-input label.raised, .Plum-theme .input-container .sliding-input span.label-suffix.raised {
  color: #af1685;
}
.input-container .sliding-input label.error, .input-container .sliding-input span.label-suffix.error {
  color: #dd3459;
}
.input-container .sliding-input span.filler {
  visibility: hidden;
}
.input-container .sliding-input i {
  cursor: pointer;
  outline: 0;
  position: absolute;
  right: 0;
  top: 1.4rem;
}
.input-container .sliding-input i.with-hover {
  opacity: 0.5;
}
.input-container .sliding-input i.with-hover:hover {
  opacity: 1;
}
.input-container .sliding-input.with-icon input {
  padding-right: 2.4rem;
}
.input-container .with-label-suffix input {
  color: #222;
  /* stylelint-disable selector-no-vendor-prefix */
  /* stylelint-enable selector-no-vendor-prefix */
}
.input-container .with-label-suffix input:-ms-input-placeholder {
  color: #757575;
}
.input-container.dropdown input {
  color: transparent;
  cursor: pointer;
  padding-right: 2.4rem;
  text-shadow: 0 0 0 #757575;
}
.input-container.dropdown input.dropdown-shown + label {
  font-size: 1.1rem;
  left: 0;
  line-height: 1.0714;
  top: -1.8rem;
  transition: 250ms ease 0s;
  color: #3080d6;
}
.Green-theme .input-container.dropdown input.dropdown-shown + label {
  color: #3a870a;
}
.Blue-theme .input-container.dropdown input.dropdown-shown + label {
  color: #3080d6;
}
.Purple-theme .input-container.dropdown input.dropdown-shown + label {
  color: #6605c1;
}
.Orange-theme .input-container.dropdown input.dropdown-shown + label {
  color: #ee7101;
}
.Red-theme .input-container.dropdown input.dropdown-shown + label {
  color: #d64030;
}
.Yellow-theme .input-container.dropdown input.dropdown-shown + label {
  color: #b29d24;
}
.Grey-theme .input-container.dropdown input.dropdown-shown + label {
  color: #737275;
}
.DarkGrey-theme .input-container.dropdown input.dropdown-shown + label {
  color: #444;
}
.Teal-theme .input-container.dropdown input.dropdown-shown + label {
  color: #59c3b8;
}
.DarkBlue-theme .input-container.dropdown input.dropdown-shown + label {
  color: #101d46;
}
.Plum-theme .input-container.dropdown input.dropdown-shown + label {
  color: #af1685;
}
.input-container.dropdown input.dropdown-shown {
  background-repeat: no-repeat;
  background-size: 100% 0.2rem, 100% 0.1rem;
  box-shadow: none;
  transition-duration: 0.3s;
}
.Green-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#3a870a, #3a870a);
}
.Blue-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#3080d6, #3080d6);
}
.Purple-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#6605c1, #6605c1);
}
.Orange-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#ee7101, #ee7101);
}
.Red-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#d64030, #d64030);
}
.Yellow-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#b29d24, #b29d24);
}
.Grey-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#737275, #737275);
}
.DarkGrey-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#444, #444);
}
.Teal-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#59c3b8, #59c3b8);
}
.DarkBlue-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#101d46, #101d46);
}
.Plum-theme .input-container.dropdown input.dropdown-shown {
  background-image: linear-gradient(#af1685, #af1685);
}
.input-container.dropdown input.dropdown-shown.error {
  background-image: linear-gradient(#dd3459, #dd3459);
}
.input-container.grey-style .sliding-input {
  background-color: #f8f8f8;
}
.input-container.grey-style .sliding-input input {
  background-color: #f8f8f8;
  padding-left: 1rem;
}
.Green-theme .input-container.grey-style .sliding-input input {
  color: #3a870a;
}
.Green-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.Blue-theme .input-container.grey-style .sliding-input input {
  color: #3080d6;
}
.Blue-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.Purple-theme .input-container.grey-style .sliding-input input {
  color: #6605c1;
}
.Purple-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.Orange-theme .input-container.grey-style .sliding-input input {
  color: #ee7101;
}
.Orange-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.Red-theme .input-container.grey-style .sliding-input input {
  color: #d64030;
}
.Red-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.Yellow-theme .input-container.grey-style .sliding-input input {
  color: #b29d24;
}
.Yellow-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.Grey-theme .input-container.grey-style .sliding-input input {
  color: #737275;
}
.Grey-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.DarkGrey-theme .input-container.grey-style .sliding-input input {
  color: #444;
}
.DarkGrey-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.Teal-theme .input-container.grey-style .sliding-input input {
  color: #59c3b8;
}
.Teal-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.DarkBlue-theme .input-container.grey-style .sliding-input input {
  color: #101d46;
}
.DarkBlue-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.Plum-theme .input-container.grey-style .sliding-input input {
  color: #af1685;
}
.Plum-theme .input-container.grey-style .sliding-input input:focus + label {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.input-container.grey-style .sliding-input label {
  background-color: #f8f8f8;
  padding-left: 1rem;
  top: -0.2rem;
  width: 100%;
}
.input-container.grey-style .sliding-input label.raised {
  color: rgba(0, 0, 0, 0.7);
  top: -1rem;
}
.input-container.grey-style .sliding-input i {
  right: 1rem;
  top: 1.2rem;
}

.columns.no-input-fields {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.12);
  margin-bottom: 1rem;
  margin-top: 1.7rem;
}
.columns.no-input-fields .sliding-input {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.columns.no-input-fields span.text-field {
  color: #757575;
  display: inline-block;
  font-size: 1.4rem;
  padding-top: 0.2rem;
}
.columns.no-input-fields.grey-style {
  background-color: #f8f8f8;
}
.columns.no-input-fields.grey-style span.text-field {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 1rem;
}

/* stylelint-disable no-vendor-prefixes */
::-ms-reveal {
  display: none;
}

/* stylelint-enable no-vendor-prefixes */
.file-field.input-container {
  padding: 1em 0;
}
.file-field.input-container label {
  display: block;
}
.file-field.input-container .file-input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  z-index: -1;
}
.Green-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(58, 135, 10, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(58, 135, 10, 0.2);
}
.Blue-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(48, 128, 214, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(48, 128, 214, 0.2);
}
.Purple-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(102, 5, 193, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(102, 5, 193, 0.2);
}
.Orange-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(238, 113, 1, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(238, 113, 1, 0.2);
}
.Red-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(214, 64, 48, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(214, 64, 48, 0.2);
}
.Yellow-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(178, 157, 36, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(178, 157, 36, 0.2);
}
.Grey-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(115, 114, 117, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(115, 114, 117, 0.2);
}
.DarkGrey-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(68, 68, 68, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(68, 68, 68, 0.2);
}
.Teal-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(89, 195, 184, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(89, 195, 184, 0.2);
}
.DarkBlue-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(16, 29, 70, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(16, 29, 70, 0.2);
}
.Plum-theme .file-field.input-container .file-input:focus ~ label {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(175, 22, 133, 0.52), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(175, 22, 133, 0.2);
}
.file-field.input-container .file-input-label {
  border: 0;
  border-radius: 0.3rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  height: 4rem;
  letter-spacing: 0.1rem;
  line-height: 4rem;
  padding: 0 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
  will-change: box-shadow, transform;
}
.Green-theme .file-field.input-container .file-input-label {
  background-color: #3a870a;
}
.Blue-theme .file-field.input-container .file-input-label {
  background-color: #3080d6;
}
.Purple-theme .file-field.input-container .file-input-label {
  background-color: #6605c1;
}
.Orange-theme .file-field.input-container .file-input-label {
  background-color: #ee7101;
}
.Red-theme .file-field.input-container .file-input-label {
  background-color: #d64030;
}
.Yellow-theme .file-field.input-container .file-input-label {
  background-color: #b29d24;
}
.Grey-theme .file-field.input-container .file-input-label {
  background-color: #737275;
}
.DarkGrey-theme .file-field.input-container .file-input-label {
  background-color: #444;
}
.Teal-theme .file-field.input-container .file-input-label {
  background-color: #59c3b8;
}
.DarkBlue-theme .file-field.input-container .file-input-label {
  background-color: #101d46;
}
.Plum-theme .file-field.input-container .file-input-label {
  background-color: #af1685;
}
.Green-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(58, 135, 10, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(58, 135, 10, 0.2);
}
.Blue-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(48, 128, 214, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(48, 128, 214, 0.2);
}
.Purple-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(102, 5, 193, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(102, 5, 193, 0.2);
}
.Orange-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(238, 113, 1, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(238, 113, 1, 0.2);
}
.Red-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(214, 64, 48, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(214, 64, 48, 0.2);
}
.Yellow-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(178, 157, 36, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(178, 157, 36, 0.2);
}
.Grey-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(115, 114, 117, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(115, 114, 117, 0.2);
}
.DarkGrey-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(68, 68, 68, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(68, 68, 68, 0.2);
}
.Teal-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(89, 195, 184, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(89, 195, 184, 0.2);
}
.DarkBlue-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(16, 29, 70, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(16, 29, 70, 0.2);
}
.Plum-theme .file-field.input-container .file-input-label:hover {
  box-shadow: 0 1.4rem 2.6rem -1.2rem rgba(175, 22, 133, 0.42), 0 0.4rem 2.3rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(175, 22, 133, 0.2);
}
.file-field.input-container .file-input-label.rounded-style {
  border-radius: 3rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: none;
}

#edit-user-page td {
  border-bottom: 0;
  padding: 0.1rem 1.5rem;
  width: 50%;
}
#edit-user-page .side-info h5 {
  word-wrap: break-word;
}

.success-message {
  color: #4bb543;
  display: inline;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

#dashboard #welcome, #dashboard #profile-completion {
  margin-top: 0;
}
#dashboard #welcome h5, #dashboard #profile-completion h5 {
  margin-bottom: 0;
}
#dashboard #welcome textarea, #dashboard #profile-completion textarea {
  resize: vertical;
}
#dashboard .loader.large {
  margin-top: 6rem;
}
#dashboard .mobile {
  margin-left: 0;
  width: 100%;
}
#dashboard #security-log table {
  width: 100%;
}
#dashboard .starter-progress {
  margin: auto;
  text-align: center;
  width: 90%;
}
#dashboard .important {
  font-weight: bold;
}
#dashboard .metrics .metric {
  height: 27rem;
}

@media (min-width: 1200px) {
  #dashboard #welcome.row {
    display: flex;
  }
  #dashboard .mobile {
    margin-left: 4%;
  }
  #dashboard .mobile.four {
    width: 30.6666666667%;
  }
  #dashboard .mobile.six {
    width: 48%;
  }
  #dashboard .mobile:first-child {
    margin-left: 0;
  }
}
.menu {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  margin-top: -3.2rem;
  max-height: 21rem;
  outline: none;
  overflow: hidden auto;
  position: absolute;
  white-space: nowrap;
  z-index: 2000;
}
.menu div {
  cursor: pointer;
}
.menu div.menu-item, .menu div a {
  display: block;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2.4rem;
}
.menu div:focus {
  background-color: #dcdcdc;
  outline: none;
}

form .menu {
  margin-top: -3.6rem;
}

form .open-upward {
  margin-top: 0;
  transform: translateY(-100%);
}

.click-away {
  inset: 0;
  position: fixed;
  z-index: 1000;
}

#edit-organisation .sign-up {
  margin-bottom: 1rem;
}
#edit-organisation .settings-strength {
  margin-bottom: 1em;
}
#edit-organisation .settings-strength .progress-bar {
  max-width: 15.5rem;
}
#edit-organisation .settings-strength .strength-description {
  font-weight: bold;
}
#edit-organisation .settings-strength.score-excellent .progress-bar span {
  background-color: #3a870a;
}
#edit-organisation .settings-strength.score-excellent .strength-description {
  color: #3a870a;
}
#edit-organisation .settings-strength.score-strong .progress-bar span {
  background-color: #3080d6;
}
#edit-organisation .settings-strength.score-strong .strength-description {
  color: #3080d6;
}
#edit-organisation .settings-strength.score-ok .progress-bar span {
  background-color: #d6a630;
}
#edit-organisation .settings-strength.score-ok .strength-description {
  color: #d6a630;
}
#edit-organisation .settings-strength.score-weak .progress-bar span {
  background-color: #d64030;
}
#edit-organisation .settings-strength.score-weak .strength-description {
  color: #d64030;
}

#top-menu {
  background-color: #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.14), 0 0.4rem 0.8rem rgba(0, 0, 0, 0.28);
  height: 6.4rem;
  margin-bottom: 5rem;
  padding: 0;
}
#top-menu .left {
  display: inline-block;
  float: left;
  height: 100%;
  min-width: 6.4rem;
  padding: 0;
  width: 10%;
}
#top-menu .left #logo-container {
  border-right: 0.1rem solid #ddd;
  margin: 0.5rem 0;
}
#top-menu .left #logo-container .logo {
  border: 0;
  box-shadow: none;
  height: 5.4rem;
  margin: auto;
  position: static;
  width: 5.4rem;
}
#top-menu .left #logo-container .logo img {
  height: 5.2rem;
  width: 5.2rem;
}
#top-menu .card-container {
  display: inline-block;
  height: 100%;
  padding: 0;
  text-align: center;
  width: 80%;
}
#top-menu .card-container .card {
  color: inherit;
  display: inline-block;
  height: 6.4rem;
  padding: 1rem 0;
  text-align: center;
  width: 20%;
  word-wrap: normal;
}
#top-menu .card-container .card:hover {
  background-color: #ddd;
  border-bottom: 0.1rem solid #ccc;
  cursor: pointer;
}
#top-menu .card-container .card .card-content {
  display: block;
  height: 2.4rem;
  margin-bottom: 0.3rem;
  padding: 0;
}
.Green-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #3a870a;
}
.Blue-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #3080d6;
}
.Purple-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #6605c1;
}
.Orange-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #ee7101;
}
.Red-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #d64030;
}
.Yellow-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #b29d24;
}
.Grey-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #737275;
}
.DarkGrey-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #444;
}
.Teal-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #59c3b8;
}
.DarkBlue-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #101d46;
}
.Plum-theme #top-menu .card-container .card .card-content i.material-icons {
  color: #af1685;
}
#top-menu .card-container .card:last-child {
  position: absolute;
  right: 0;
  width: 10%;
}

#reset-password .validation-error {
  margin-bottom: 1.3rem;
}

.progress-bar {
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25) inset;
  display: inline-block;
  height: 1rem;
  width: 100%;
}

.progress-bar > span {
  border-radius: 0.3rem;
  display: block;
  height: 1rem;
}
.Green-theme .progress-bar > span {
  background-color: #3a870a;
}
.Blue-theme .progress-bar > span {
  background-color: #3080d6;
}
.Purple-theme .progress-bar > span {
  background-color: #6605c1;
}
.Orange-theme .progress-bar > span {
  background-color: #ee7101;
}
.Red-theme .progress-bar > span {
  background-color: #d64030;
}
.Yellow-theme .progress-bar > span {
  background-color: #b29d24;
}
.Grey-theme .progress-bar > span {
  background-color: #737275;
}
.DarkGrey-theme .progress-bar > span {
  background-color: #444;
}
.Teal-theme .progress-bar > span {
  background-color: #59c3b8;
}
.DarkBlue-theme .progress-bar > span {
  background-color: #101d46;
}
.Plum-theme .progress-bar > span {
  background-color: #af1685;
}

.sidebar-wrapper {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  box-shadow: 0 1rem 3rem -1.2rem rgba(0, 0, 0, 0.42), 0 0.4rem 2.5rem 0 rgba(0, 0, 0, 0.12), 0 0.8rem 1rem -0.5rem rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 26rem;
  z-index: 1;
}
.sidebar-wrapper .sidebar {
  position: relative;
  z-index: 4;
}
.sidebar-wrapper .sidebar ul.nav {
  list-style: none;
  margin-bottom: 0;
  margin-top: 2rem;
  padding-left: 0;
}
.sidebar-wrapper .sidebar ul.nav p {
  font-size: 1.4rem;
  line-height: 3rem;
  margin: 0;
}
.sidebar-wrapper .sidebar ul.nav i {
  color: #a9afbb;
  float: left;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-right: 1.5rem;
  text-align: center;
  vertical-align: middle;
  width: 3rem;
}
.sidebar-wrapper .sidebar ul.nav li > a {
  border-radius: 0.3rem;
  color: #444;
  display: block;
  margin: 1rem 1.5rem;
  padding: 1rem 1.5rem;
  position: relative;
}
.sidebar-wrapper .sidebar ul.nav li > a:focus, .sidebar-wrapper .sidebar ul.nav li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.sidebar-wrapper .sidebar ul.nav > li > a.sub-item {
  margin-left: auto;
  width: 80%;
}
.sidebar-wrapper .sidebar ul.nav > li > a.active {
  color: #fff;
}
.Green-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #3a870a;
  box-shadow: 0 1.2rem 2rem -1rem rgba(58, 135, 10, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(58, 135, 10, 0.2);
}
.Blue-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #3080d6;
  box-shadow: 0 1.2rem 2rem -1rem rgba(48, 128, 214, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(48, 128, 214, 0.2);
}
.Purple-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #6605c1;
  box-shadow: 0 1.2rem 2rem -1rem rgba(102, 5, 193, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(102, 5, 193, 0.2);
}
.Orange-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #ee7101;
  box-shadow: 0 1.2rem 2rem -1rem rgba(238, 113, 1, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(238, 113, 1, 0.2);
}
.Red-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #d64030;
  box-shadow: 0 1.2rem 2rem -1rem rgba(214, 64, 48, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(214, 64, 48, 0.2);
}
.Yellow-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #b29d24;
  box-shadow: 0 1.2rem 2rem -1rem rgba(178, 157, 36, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(178, 157, 36, 0.2);
}
.Grey-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #737275;
  box-shadow: 0 1.2rem 2rem -1rem rgba(115, 114, 117, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(115, 114, 117, 0.2);
}
.DarkGrey-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #444;
  box-shadow: 0 1.2rem 2rem -1rem rgba(68, 68, 68, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(68, 68, 68, 0.2);
}
.Teal-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #59c3b8;
  box-shadow: 0 1.2rem 2rem -1rem rgba(89, 195, 184, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(89, 195, 184, 0.2);
}
.DarkBlue-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #101d46;
  box-shadow: 0 1.2rem 2rem -1rem rgba(16, 29, 70, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(16, 29, 70, 0.2);
}
.Plum-theme .sidebar-wrapper .sidebar ul.nav > li > a.active {
  background-color: #af1685;
  box-shadow: 0 1.2rem 2rem -1rem rgba(175, 22, 133, 0.3), 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.12), 0 0.7rem 0.8rem -0.5rem rgba(175, 22, 133, 0.2);
}
.sidebar-wrapper .sidebar ul.nav > li > a.active i {
  color: #fff;
}
.sidebar-wrapper .logo {
  border: 0;
  height: 6.4rem;
  margin: 1rem auto;
  position: relative;
}
.sidebar-wrapper .logo img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 6.4rem;
  max-width: 23rem;
}
.sidebar-wrapper.user .sidebar ul.nav > li > a.sub-item {
  margin: 0;
  width: 100%;
}
.sidebar-wrapper.exiting, .sidebar-wrapper.exited {
  transform: none;
  visibility: hidden;
}
.sidebar-wrapper.entering + main, .sidebar-wrapper.entered + main {
  transform: translate3d(26rem, 0, 0);
}
.sidebar-wrapper.entering + main #menu div, .sidebar-wrapper.entered + main #menu div {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.sidebar-wrapper.entering + main::after, .sidebar-wrapper.entered + main::after {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1.4rem -0.7rem 3rem -2.6rem rgba(0, 0, 0, 0.42), inset 1.4rem -0.7rem 2.5rem -1.4rem rgba(0, 0, 0, 0.12), inset 1.4rem -0.7rem 1rem -1.9rem rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  width: 100%;
}

.admin .sidebar ul.nav > li > a.sub-item {
  margin-left: auto;
  width: 80%;
}

@media (min-width: 1000px) {
  .sidebar-wrapper {
    display: block;
  }
  .sidebar-wrapper.entering + main, .sidebar-wrapper.entered + main {
    transform: none;
    transition: none;
  }
  .sidebar-wrapper.entering + main::after, .sidebar-wrapper.entered + main::after {
    background: none;
    z-index: -1;
  }
}
.navbar {
  padding: 1rem 0;
}
.navbar .nav {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar .nav > li > div {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
}
.navbar .nav > li > div a {
  color: inherit;
}
.navbar .nav i {
  cursor: pointer;
  opacity: 0.55;
}
.navbar .nav i:hover {
  opacity: 0.85;
}
.navbar .nav::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 1000px) {
  .navbar .nav #menu {
    display: none;
  }
}
.main-panel {
  overflow: auto;
}
.main-panel .page {
  max-width: none;
}
.main-panel.with-auth {
  background-color: #eee;
  background-image: none;
  min-height: 100%;
  position: relative;
  transition: transform 0.5s;
  z-index: 1;
}
.main-panel.with-auth > .content {
  margin-top: 7rem;
  min-height: calc(100% - 12.3rem);
  padding: 3rem 1.5rem;
}

@media (min-width: 1000px) {
  .wrapper.with-nav .main-panel {
    float: right;
    width: calc(100% - 26rem);
  }
}
.input-container textarea {
  border-color: rgba(0, 0, 0, 0.12);
  width: 100%;
}
.input-container textarea:focus::placeholder {
  font-size: 0;
}

.profile-todo {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.complete p {
  color: #444;
}
.complete i {
  color: #4bb543;
  padding-right: 0.7rem;
}

.incomplete:hover {
  cursor: pointer;
}
.incomplete i {
  color: #dd3459;
  padding-right: 0.7rem;
}

#two-step #enable-app-two-step .app-code-input-container {
  flex-grow: 2;
}
#two-step .qr-code-container {
  margin: 1.5rem 3rem 0 0;
  min-height: 16rem;
  text-align: center;
  width: auto;
}
#two-step .qr-code-container img {
  width: 13rem;
}
#two-step .raw-key-container strong {
  display: block;
}
#two-step .button-container {
  margin-top: 1rem;
}
#two-step .validation-result-container {
  margin-bottom: 1.5rem;
}
#two-step.two-step-required .card-container {
  text-align: left;
}
#two-step.two-step-required #enable-app-two-step {
  display: block;
}
#two-step.two-step-required #enable-app-two-step .qr-code-container {
  margin-right: 0;
  margin-top: 2rem;
  width: auto;
}
#two-step.two-step-required #enable-app-two-step .app-code-input-container {
  margin-top: 0;
}
#two-step.two-step-required .raw-key-container {
  margin: 0 auto 1rem;
  width: auto;
}
#two-step.two-step-required .button-container {
  margin-top: 0;
}
#two-step.two-step-required .blank-card {
  margin-top: 0;
}
#two-step .options-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  min-height: 22em;
}
#two-step .options-container .choice-info {
  flex-basis: 100%;
  font-size: 1.1rem;
  padding: 1rem 0;
  text-align: center;
}
#two-step #toggle-warning p {
  font-size: smaller;
  font-style: italic;
  font-weight: lighter;
}
#two-step #recovery-code-wrapper {
  margin-bottom: 2rem;
}
#two-step #recovery-code-wrapper ul {
  background: #eee;
  border: 0.1rem dotted #ccc;
  margin: auto;
  text-align: center;
}
#two-step #recovery-code-wrapper ul li {
  display: inline-block;
  margin: auto;
  min-width: 33.3333333333%;
  padding: 1.5rem;
  text-align: center;
}
#two-step span.error {
  color: #dd3459;
}
#two-step .loader {
  margin: 6rem auto;
}

.send-sms {
  margin-top: 2.5rem;
  width: auto;
}

.phone-number-input .button-small {
  margin-right: 1rem;
  margin-top: -4rem;
  position: relative;
}
.phone-number-input .container-error + .button-small {
  margin-top: -6rem;
}

.two-step-info p {
  margin-bottom: 1rem;
}

@media (min-width: 750px) {
  #two-step .options-container {
    min-height: 24rem;
  }
  #two-step .options-container .choice-info {
    padding: 1rem 16rem;
  }
  #two-step.two-step-required .options-container .choice-info {
    padding: 1rem 3rem;
  }
  #two-step #enable-app-two-step {
    display: flex;
  }
  #two-step #enable-app-two-step .qr-code-container {
    width: 13rem;
  }
}
@media (min-width: 1200px) {
  #two-step .options-container {
    min-height: 22rem;
  }
}
#sign-in-otp .remember-me {
  margin-bottom: 2rem;
}
#sign-in-otp .remember-me .checkbox {
  margin-left: 0;
}
#sign-in-otp .remember-me .checkbox label {
  font-weight: normal;
}

.blank-card {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 3rem;
}
.blank-card .info {
  font-family: monospace;
  font-size: 11px;
}
.blank-card .form-header .logo,
.blank-card .form-header h1, .blank-card .form-header h2, .blank-card .form-header h3, .blank-card .form-header h4, .blank-card .form-header h5, .blank-card .form-header h6,
.blank-card .form-header .h1, .blank-card .form-header .h2, .blank-card .form-header .h3, .blank-card .form-header .h4, .blank-card .form-header .h5, .blank-card .form-header .h6 {
  display: block;
  text-align: center;
}
.blank-card .form-header .h6 p {
  margin-bottom: 0.25em;
}
.blank-card .logo img {
  margin-bottom: 1rem;
  max-height: 10rem;
  max-width: 100%;
}
.blank-card h4 {
  word-wrap: break-word;
}
.blank-card form .card-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.blank-card form .card-controls a {
  font-size: 1.2rem;
}
.blank-card form button {
  margin-bottom: 0;
}
.blank-card form .button-row {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.blank-card form .link-row a {
  font-size: 1.2rem;
}
.blank-card form .sign-in-button {
  display: block;
  margin-top: 2rem;
  text-align: center;
}
.blank-card form .sign-in-button button {
  margin-bottom: 1rem;
  margin-left: 0;
  width: 100%;
}
.blank-card form .sign-in-button .link-container {
  padding-top: 1rem;
}
.blank-card form .input-link-row a {
  font-size: 1.2rem;
}
.blank-card form .input-link-row .input-container .sliding-input {
  margin-bottom: 0.5rem;
}
.blank-card.small-width {
  max-width: 42rem;
}
.blank-card.small-width.side-by-side {
  max-width: 110rem;
  padding: 1.5rem;
}
.blank-card.small-width.side-by-side .form-area {
  align-self: center;
  margin: 0;
  padding-bottom: 2.5rem;
  padding-top: 1rem;
  width: 100%;
}
.blank-card.small-width.side-by-side .form-area .form-header .logo img {
  max-height: 6rem;
  max-width: 18rem;
}
.blank-card.small-width.side-by-side .form-area .sign-in-button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 0;
}
.blank-card.small-width.side-by-side .form-area .sign-in-button.side-by-side-right {
  justify-content: flex-start;
  margin-bottom: 0;
}
.blank-card.small-width.side-by-side .form-area .sign-in-button.side-by-side-right button {
  margin-bottom: 1rem;
}
.blank-card.small-width.side-by-side .form-area .sign-in-button .link-container {
  margin: auto 0;
  padding-top: 0;
}
.blank-card.small-width.side-by-side .form-area .sign-in-button button {
  float: right;
  margin-bottom: 0;
  width: auto;
}
.blank-card.small-width.side-by-side .hero-image {
  margin: 0;
  padding: 0;
  width: 100%;
}
.blank-card.small-width.side-by-side .hero-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.blank-card.medium-small-width {
  max-width: 51rem;
}
.blank-card.larger-small-width {
  max-width: 58rem;
}
.blank-card.full-width {
  max-width: 100%;
}
.blank-card.side-info {
  margin-top: 2.3rem;
}
.blank-card hr {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.12);
  margin-top: 0.5em;
}
.blank-card .validation-container {
  margin-bottom: 1.5rem;
}

.main-panel .blank-card,
.main-panel #help-page .blank-card {
  margin-top: 2rem;
}

.with-nav .main-panel .blank-card,
.with-nav .main-panel #help-page .blank-card {
  margin-top: 0;
}

@media (min-width: 400px) {
  .main-panel .blank-card {
    margin-top: 5rem;
  }
}
@media (min-width: 550px) {
  .main-panel .blank-card {
    margin-top: 8rem;
  }
}
@media (min-width: 750px) {
  .main-panel .blank-card {
    margin-top: 11rem;
  }
  .blank-card.small-width.side-by-side > .row {
    display: flex;
  }
  .blank-card.small-width.side-by-side .form-area {
    padding: 3.5rem;
    width: 48%;
  }
  .blank-card.small-width.side-by-side .form-area .form-header > *, .blank-card.small-width.side-by-side .form-area .support-message {
    text-align: left;
  }
  .blank-card.small-width.side-by-side .hero-image {
    margin: 0 0 0 4%;
    max-height: 88rem;
    min-height: 46rem;
    width: 48%;
  }
}
@media (min-width: 1000px) {
  .main-panel .blank-card {
    margin-top: 14rem;
  }
}
@media (min-width: 750px) {
  .card .metric .card-header h5 a .material-icons {
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .card .metric .card-header h5 a .material-icons {
    visibility: visible;
  }
}
.notifications {
  height: initial;
  position: absolute;
  right: 2.5%;
  top: 9%;
  z-index: 10;
}
.notifications .notification {
  background-color: #444;
  border-radius: 0.4rem;
  color: #fff;
  margin: 0.5em 0;
  padding: 0.5em;
  width: 24em;
}
.notifications .notification.error, .notifications .notification.usernotfound, .notifications .notification.clientnotfound {
  background-color: #dd3459;
  color: #fff;
}
.notifications .notification button.close {
  background-color: transparent;
  border: 0;
  float: right;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0;
}
.notifications .notification button.close i {
  color: #fff;
  font-size: 1.8rem;
}
.notifications .notification a {
  color: #fff;
  display: block;
  font-size: 0.75em;
}
.notifications .notification a:hover {
  color: #ddd;
}
.notifications .notification .message {
  font-size: 0.75em;
}

.card-container {
  text-align: center;
}
.card-container .card {
  background: #fff;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin: 2.5rem 0;
  max-width: 80rem;
  text-align: left;
  width: 100%;
}
.card-container .card .card-header {
  border-radius: 0.3rem;
  margin: -2rem 1.5rem 0;
  padding: 0.9rem 1.5rem;
}
.Green-theme .card-container .card .card-header {
  background-color: #3a870a;
}
.Blue-theme .card-container .card .card-header {
  background-color: #3080d6;
}
.Purple-theme .card-container .card .card-header {
  background-color: #6605c1;
}
.Orange-theme .card-container .card .card-header {
  background-color: #ee7101;
}
.Red-theme .card-container .card .card-header {
  background-color: #d64030;
}
.Yellow-theme .card-container .card .card-header {
  background-color: #b29d24;
}
.Grey-theme .card-container .card .card-header {
  background-color: #737275;
}
.DarkGrey-theme .card-container .card .card-header {
  background-color: #444;
}
.Teal-theme .card-container .card .card-header {
  background-color: #59c3b8;
}
.DarkBlue-theme .card-container .card .card-header {
  background-color: #101d46;
}
.Plum-theme .card-container .card .card-header {
  background-color: #af1685;
}
.card-container .card .card-header h5, .card-container .card .card-header h3 {
  color: #fff;
  margin-bottom: 0.5rem;
  margin-top: 0;
  word-wrap: break-word;
}
.card-container .card .card-header h5 a {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
}
.card-container .card .card-header p {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
}
.card-container .card .card-header .material-icons {
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  vertical-align: top;
}
.card-container .card .card-content {
  padding: 1.5rem 2rem;
}
.card-container .card .card-content .inline-input {
  display: inline-block;
  width: 50%;
}
.card-container .card .card-content .time {
  text-align: center;
}
.card-container .card.full-width {
  max-width: 100%;
}
.card-container .card.full-width .card-content {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.profile-container {
  background: #fff;
  border: 0.1rem solid #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2);
  color: #000;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  word-wrap: break-word;
  z-index: 2000;
}
.profile-container .profile-info {
  margin: 2rem;
}
.profile-container .profile-footer {
  background: #eee;
  border-color: rgba(0, 0, 0, 0.2);
  border-top: 0.1rem solid #ccc;
  display: table;
  padding: 1rem;
  text-align: right;
  width: 100%;
}
.profile-container .profile-footer button {
  margin: 0;
}

.container {
  max-width: 117rem;
  position: relative;
  text-align: left;
  z-index: 0;
}
.container .help-text {
  font-size: 1.1rem;
}

.logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.loader {
  animation: spin 1s linear infinite;
  border: 0.5rem solid #ccc;
  border-radius: 50%;
  border-top: 0.5rem solid #444;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 7.2rem;
  width: 2rem;
  z-index: 10;
}
.loader.large {
  height: 7rem;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 7rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

form .validation-error, .blank-card .validation-error {
  background-color: #dd3459;
  border-radius: 0.3rem;
  color: #fff;
  padding: 1.3rem;
}
form .validation-success, .blank-card .validation-success {
  background-color: #4bb543;
  border-radius: 0.3rem;
  color: #fff;
  padding: 1.3rem;
}

.input-container .validation-error {
  background-color: #fff;
  color: #dd3459;
  padding: 0;
}
.input-container .validation-error ul, .input-container .validation-error li {
  color: inherit;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}

.validation-popup {
  margin-bottom: 0;
}
.validation-popup a {
  color: #fff;
  text-decoration: underline;
}
.validation-popup a:hover {
  color: #fff;
}

div.modal-wrapper {
  background-color: rgba(0, 0, 0, 0.54);
  cursor: default;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: 100%;
  z-index: 9;
}
div.modal-wrapper.exiting, div.modal-wrapper.entering {
  opacity: 0;
}
div.modal-wrapper.entered {
  opacity: 1;
}
div.modal-wrapper div.modal-dialog {
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1.4rem 4.5rem;
  color: #222;
  margin: 11rem auto;
  max-width: 60rem;
  padding: 2rem 2rem 1rem;
  text-align: left;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: 80%;
  z-index: 10;
}
div.modal-wrapper div.modal-dialog.exiting, div.modal-wrapper div.modal-dialog.entering {
  transform: none;
}
div.modal-wrapper div.modal-dialog.entered {
  transform: translate(0, 4rem);
}
div.modal-wrapper div.modal-dialog form {
  margin-bottom: 2.5rem;
}
div.modal-wrapper div.modal-dialog form .checkbox {
  margin: 0;
}

::-webkit-scrollbar {
  width: 0.8rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(68, 68, 68, 0.5);
}

@keyframes click-wave {
  0% {
    height: 4rem;
    margin-left: -0.8rem;
    margin-top: -0.8rem;
    opacity: 0.35;
    position: relative;
    width: 4rem;
  }
  100% {
    height: 6rem;
    margin-left: -1.8rem;
    margin-top: -1.8rem;
    opacity: 0;
    width: 6rem;
  }
}
@keyframes focus-wave {
  0% {
    height: 1rem;
    margin-left: 0.7rem;
    margin-top: 0.7rem;
    opacity: 0.35;
    position: relative;
    width: 1rem;
  }
  100% {
    height: 4rem;
    margin-left: -0.8rem;
    margin-top: -0.8rem;
    opacity: 0.65;
    width: 4rem;
  }
}
.checkbox {
  display: inline-block;
  line-height: 2.4rem;
  margin: 0.5rem;
  max-height: 2.4rem;
  min-height: 2.4rem;
  position: relative;
}
.checkbox input[type=checkbox] {
  cursor: pointer;
  height: 2.4rem;
  left: 0;
  opacity: 0;
  outline: 0;
  position: absolute;
  top: 0;
  width: 2.4rem;
  z-index: 4;
}
.checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.checkbox input[type=checkbox] + label + span {
  cursor: pointer;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 2;
}
.checkbox input[type=checkbox] + label + span::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: relative;
  z-index: 2;
}
.Green-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(58, 135, 10, 0.24);
}
.Blue-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(48, 128, 214, 0.24);
}
.Purple-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(102, 5, 193, 0.24);
}
.Orange-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(238, 113, 1, 0.24);
}
.Red-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(214, 64, 48, 0.24);
}
.Yellow-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(178, 157, 36, 0.24);
}
.Grey-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(115, 114, 117, 0.24);
}
.DarkGrey-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(68, 68, 68, 0.24);
}
.Teal-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(89, 195, 184, 0.24);
}
.DarkBlue-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(16, 29, 70, 0.24);
}
.Plum-theme .checkbox input[type=checkbox] + label + span::after {
  background: rgba(175, 22, 133, 0.24);
}
.checkbox input[type=checkbox].ripple + label + span::after {
  animation: click-wave 0.85s;
}
.checkbox input[type=checkbox]:focus + label + span::after {
  animation: focus-wave 0.25s;
  animation-fill-mode: forwards;
}
.checkbox label {
  cursor: pointer;
  margin: 0;
  padding-left: 3.8rem;
}
.checkbox label::before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20enable-background%3D%22new%200%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23757575%22%3E%3Cg%20id%3D%22Bounding_Boxes%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%2C0h24v24H0V0z%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22Outline_1_%22%3E%3Cpath%20d%3D%22M19%2C5v14H5V5H19%20M19%2C3H5C3.9%2C3%2C3%2C3.9%2C3%2C5v14c0%2C1.1%2C0.9%2C2%2C2%2C2h14c1.1%2C0%2C2-0.9%2C2-2V5C21%2C3.9%2C20.1%2C3%2C19%2C3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: " ";
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.4rem;
  z-index: 3;
}
.checkbox label::after {
  background-repeat: no-repeat;
  content: " ";
  height: 2.4rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: 2.4rem;
  z-index: 3;
}
.Green-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%233A870A%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.Blue-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%233080D6%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.Purple-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%236605C1%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.Orange-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23EE7101%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.Red-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23D64030%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.Yellow-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23B29D24%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.Grey-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23737275%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.DarkGrey-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23444444%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.Teal-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%2359C3B8%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.DarkBlue-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23101D46%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}
.Plum-theme .checkbox label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23AF1685%22%20%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
}

#sign-up .checkbox, #sign-up-start .checkbox {
  margin-bottom: 1.5rem;
}
#sign-up .checkbox label, #sign-up-start .checkbox label {
  font-weight: normal;
}

.pagination-control {
  background-color: #fff;
  padding: 2rem;
  text-align: center;
}
.pagination-control .loader {
  display: inline-block;
  position: static;
}

.search-control {
  background-color: #fff;
  width: 100%;
}
.search-control > div {
  padding: 0.5rem;
}

.search-no-results {
  background-color: #fff;
  margin-bottom: 0;
  padding: 2rem;
}

@media (min-width: 550px) {
  .search-control {
    text-align: right;
  }
  .search-control > div {
    display: inline-block;
  }
}
form .form-section {
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  margin: 1.3rem 0;
  padding: 1.5rem;
}
form .form-section .section-content {
  overflow: hidden;
  position: relative;
  transition: max-height 400ms ease;
}
form .form-section .section-content.entered {
  max-height: 35rem;
}
form .form-section .section-content.entering, form .form-section .section-content.exiting {
  max-height: 0;
}
form .form-section .section-content.exited {
  display: none;
}
form .form-section h5 {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 0;
}
form .form-section .section-toggle {
  cursor: pointer;
  float: right;
  font-size: 2.4rem;
}
form .form-section.org-appearance-section .section-content.entered {
  max-height: 160rem;
}
form .form-section.org-sign-in-section .section-content.entered {
  max-height: 70rem;
}

.legal ol {
  counter-reset: item;
}
.legal ol li {
  display: block;
  word-wrap: break-word;
}
.legal ol li::before {
  counter-increment: item;
}
.legal ol.first-level > li::before {
  content: counters(item, ".") ". ";
  font-size: 2.4rem;
  font-weight: 300;
}
.legal ol.first-level > li h5 {
  display: inline-block;
  margin-bottom: 0;
}
.legal ol.second-level {
  font-size: 100%;
}
.legal ol.second-level > li {
  clear: both;
}
.legal ol.second-level > li::before {
  content: counters(item, ".") " ";
  display: inline-block;
  vertical-align: top;
  width: 15%;
}
@media (min-width: 550px) {
  .legal ol.second-level > li::before {
    width: 10%;
  }
}
@media (min-width: 1000px) {
  .legal ol.second-level > li::before {
    width: 5%;
  }
}
.legal ol.second-level > li span {
  display: inline-block;
  width: 85%;
}
@media (min-width: 550px) {
  .legal ol.second-level > li span {
    width: 90%;
  }
}
.legal ol.third-level {
  font-size: 100%;
  list-style: lower-alpha outside;
}
.legal ol.third-level > li {
  display: list-item;
  padding-left: 1rem;
}

#client-info .oidc-settings {
  margin-bottom: 2rem;
  word-wrap: break-word;
}
#client-info .oidc-settings span {
  margin-right: 1rem;
}
#client-info .oidc-settings span.label {
  font-weight: bold;
}
#client-info .oidc-settings i.material-icons {
  cursor: pointer;
  font-size: 2rem;
  opacity: 0.5;
}
#client-info .oidc-settings i.material-icons:hover {
  opacity: 1;
}
#client-info + p {
  margin-top: 2.5rem;
}

footer .footer-message {
  background-color: rgba(255, 255, 255, 0.3);
  float: right;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
}
footer .footer-message a {
  color: rgba(0, 0, 0, 0.7);
}
footer .footer-message a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.card-footer {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.1rem;
  padding-top: 2rem;
  text-align: center;
  width: 100%;
}
.card-footer .support-message p {
  margin-bottom: 1rem;
}
.card-footer ul {
  display: flex;
  margin-bottom: 0;
}
.card-footer ul li {
  font-size: 1.1rem;
  margin: 0 1rem;
}
.card-footer ul li:first-child {
  flex: 1;
  text-align: right;
}
.card-footer ul li:last-child {
  flex: 1;
  text-align: left;
}

@media (min-width: 750px) {
  .side-by-side .card-footer {
    padding-top: 5rem;
  }
  .side-by-side .card-footer ul li:first-child {
    flex: none;
    margin-left: 0;
    text-align: left;
  }
  .side-by-side .card-footer ul li:last-child {
    flex: none;
  }
}
.card .client-links {
  padding: 0 2rem;
}
.card .client-links ul li a, .card .client-links ul li span {
  color: #fff;
  display: inline-block;
  padding: 1rem;
}
.card .client-links ul li span {
  opacity: 0.2;
}

.card .support-email {
  padding: 0 2rem;
}
.card .support-email .validation-success {
  margin-bottom: 1.5rem;
}

#redirecting .loader {
  margin-bottom: 2.5rem;
}

#application-policy .checkbox {
  margin-bottom: 2.5rem;
}

.image-field {
  margin-top: 1rem;
}
.image-field .image-field-wrapper {
  display: inline-block;
  max-height: 10rem;
  max-width: 23rem;
  position: relative;
}
.image-field .image-field-wrapper .image-delete-wrapper {
  background-color: rgba(221, 221, 221, 0.5);
  cursor: pointer;
  display: none;
  inset: 0;
  margin: auto;
  position: absolute;
}
.image-field .image-field-wrapper img {
  border: 0.1rem dotted #ccc;
  max-height: 10rem;
  max-width: 23rem;
  vertical-align: bottom;
}
.image-field .image-field-wrapper i {
  align-self: center;
  font-size: 3rem;
  font-weight: 1000;
  margin: auto;
}
.image-field .image-field-wrapper:hover .image-delete-wrapper {
  display: flex;
}
.image-field .image-field-label {
  display: block;
}
.image-field.no-image .file-field.input-container {
  padding-top: 0;
}

.table-add {
  margin-left: 1.5rem;
}

#email-verification-required p {
  padding: 2rem 0;
}

#verify-email .loader {
  margin-bottom: 2.5rem;
}

.tileset-field {
  margin-top: 1rem;
}

.tileset {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  margin-left: -1%;
  margin-right: -1%;
}
.tileset .tile {
  border: 3px solid transparent;
  border-radius: 0.2rem;
  flex-basis: 98%;
  margin: 1%;
  max-width: 98%;
  text-align: center;
  transition: background-color 0.6s ease;
  word-wrap: break-word;
}
.tileset .tile.disabled {
  opacity: 0.4;
}
.Green-theme .tileset .tile.selected {
  border: 3px solid #3a870a;
  border-radius: 3px;
}
.Blue-theme .tileset .tile.selected {
  border: 3px solid #3080d6;
  border-radius: 3px;
}
.Purple-theme .tileset .tile.selected {
  border: 3px solid #6605c1;
  border-radius: 3px;
}
.Orange-theme .tileset .tile.selected {
  border: 3px solid #ee7101;
  border-radius: 3px;
}
.Red-theme .tileset .tile.selected {
  border: 3px solid #d64030;
  border-radius: 3px;
}
.Yellow-theme .tileset .tile.selected {
  border: 3px solid #b29d24;
  border-radius: 3px;
}
.Grey-theme .tileset .tile.selected {
  border: 3px solid #737275;
  border-radius: 3px;
}
.DarkGrey-theme .tileset .tile.selected {
  border: 3px solid #444;
  border-radius: 3px;
}
.Teal-theme .tileset .tile.selected {
  border: 3px solid #59c3b8;
  border-radius: 3px;
}
.DarkBlue-theme .tileset .tile.selected {
  border: 3px solid #101d46;
  border-radius: 3px;
}
.Plum-theme .tileset .tile.selected {
  border: 3px solid #af1685;
  border-radius: 3px;
}
.tileset .tile .image-container {
  margin: 1rem;
  padding-top: 75%;
  position: relative;
}
.tileset .tile .image-container .image {
  align-items: center;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  color: #fff;
  display: flex;
  font-size: 12vw;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  position: absolute;
}
.tileset .tile .image-container .image img {
  flex: none;
  max-height: 70%;
  max-width: 70%;
  transition: max-height 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), max-width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tileset .tile .image-container .image .initials {
  opacity: 0.8;
  transition: font-size 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tileset .tile .label {
  margin: 1rem;
}
.tileset .tile:not(.disabled):hover, .tileset .tile:not(.disabled).selected {
  background-color: #eee;
  transition: background-color 0.6s ease;
}
.tileset .tile:not(.disabled):hover .image-container .image, .tileset .tile:not(.disabled).selected .image-container .image {
  font-size: 15vw;
}
.tileset .tile:not(.disabled):hover .image-container .image img, .tileset .tile:not(.disabled).selected .image-container .image img {
  max-height: 90%;
  max-width: 90%;
  transition: max-height 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), max-width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tileset .tile:not(.disabled):hover .image-container .image .initials, .tileset .tile:not(.disabled).selected .image-container .image .initials {
  opacity: 1;
  transition: font-size 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 550px) {
  .tileset.max-tiles-per-row-6 .tile {
    flex-basis: 31.3333333333%;
    max-width: 31.3333333333%;
  }
  .tileset.max-tiles-per-row-5 .tile {
    flex-basis: 48%;
    max-width: 48%;
  }
  .tileset .tile .image-container .image {
    font-size: 5vw;
  }
  .tileset .tile:not(.disabled):hover .image-container .image, .tileset .tile:not(.disabled).selected .image-container .image {
    font-size: 6.5vw;
  }
}
@media (min-width: 750px) {
  .tileset.max-tiles-per-row-6 .tile {
    flex-basis: 23%;
    max-width: 23%;
  }
  .tileset.max-tiles-per-row-5 .tile {
    flex-basis: 31.3333333333%;
    max-width: 31.3333333333%;
  }
  .tileset .tile .image-container .image {
    font-size: 4vw;
  }
  .tileset .tile:not(.disabled):hover .image-container .image, .tileset .tile:not(.disabled).selected .image-container .image {
    font-size: 5vw;
  }
}
@media (min-width: 1000px) {
  .tileset.max-tiles-per-row-6 .tile {
    flex-basis: 18%;
    max-width: 18%;
  }
  .tileset.max-tiles-per-row-5 .tile {
    flex-basis: 23%;
    max-width: 23%;
  }
  .tileset.max-tiles-per-row-3 .tile {
    flex-basis: 48%;
    max-width: 48%;
  }
  .tileset .tile .image-container .image {
    font-size: 2vw;
  }
  .tileset .tile:not(.disabled):hover .image-container .image, .tileset .tile:not(.disabled).selected .image-container .image {
    font-size: 3vw;
  }
}
@media (min-width: 1200px) {
  .tileset.max-tiles-per-row-6 .tile {
    flex-basis: 14.6666666667%;
    max-width: 14.6666666667%;
  }
  .tileset.max-tiles-per-row-5 .tile {
    flex-basis: 18%;
    max-width: 18%;
  }
  .tileset.max-tiles-per-row-3 .tile {
    flex-basis: 31.3333333333%;
    max-width: 31.3333333333%;
  }
  .tileset .tile .image-container .image {
    font-size: 1.5vw;
  }
  .tileset .tile:not(.disabled):hover .image-container .image, .tileset .tile:not(.disabled).selected .image-container .image {
    font-size: 2vw;
  }
}
#add-user .info-box {
  margin-top: 2.7rem;
}
#add-user .checkbox {
  margin-top: 3.3rem;
}
#add-user .role-column {
  display: inline-flex;
}
#add-user .dropdown {
  width: 100%;
}

.info-box {
  cursor: pointer;
  display: inline-block;
  padding-left: 1rem;
}
.info-box:hover .info-box-text {
  opacity: 1;
  visibility: visible;
}
.info-box i {
  line-height: 1.6;
}
.info-box.inline {
  display: inline;
}
.info-box.inline i {
  line-height: 1;
}
.info-box.icon-near {
  padding-left: 0.25rem;
}
.info-box.hover-left .info-box-text {
  right: 2.5rem;
}

.info-box-text {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  left: 0;
  margin: 2rem;
  max-height: 25rem;
  opacity: 0;
  padding: 1rem;
  position: absolute;
  transition: opacity 0.3s;
  visibility: hidden;
  z-index: 1;
}
.info-box-text p {
  margin-bottom: 1rem;
}

@media (min-width: 400px) {
  .info-box-text {
    margin: auto;
  }
}
@media (min-width: 550px) {
  .info-box-text {
    left: auto;
  }
}
@media (min-width: 750px) {
  .info-box-text {
    top: -5rem;
    width: 30rem;
  }
  .info-box {
    position: relative;
  }
}