/*For testing colour palette*/
.palette {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 10px;
  padding: 5px;
  border: 1px solid #e4e7e8;
  border-right: none;
}

.palette:last-child {
  border-right: 1px solid #e4e7e8;
}

.palette__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.palette__swatch {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 5px;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(1) {
  background: #fcfeff;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(2) {
  background: #e4e7e8;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(3) {
  background: #ccd0d1;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(4) {
  background: #b3b8ba;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(5) {
  background: #9ba1a3;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(6) {
  background: #838a8c;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(7) {
  background: #6c7173;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(8) {
  background: #55585b;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(9) {
  background: #3d3f42;
}

.palette:nth-child(1) .palette__swatch:nth-of-type(10) {
  background: #262629;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(1) {
  background: #ffece6;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(2) {
  background: #ffd9d0;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(3) {
  background: #ffc7ba;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(4) {
  background: #ffb4a4;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(5) {
  background: #ffa28e;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(6) {
  background: #ff8f78;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(7) {
  background: #cd6f66;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(8) {
  background: #9b4f54;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(9) {
  background: #682f42;
}

.palette:nth-child(2) .palette__swatch:nth-of-type(10) {
  background: #360f30;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(1) {
  background: #e5edf9;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(2) {
  background: #cfd5ee;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(3) {
  background: #b9bde4;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(4) {
  background: #a3a6d9;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(5) {
  background: #8d8ecf;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(6) {
  background: #7776c4;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(7) {
  background: #605e9f;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(8) {
  background: #494779;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(9) {
  background: #312f54;
}

.palette:nth-child(3) .palette__swatch:nth-of-type(10) {
  background: #1a172e;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(1) {
  background: #ffefcf;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(2) {
  background: #ffe2b3;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(3) {
  background: #ffd496;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(4) {
  background: #ffc77a;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(5) {
  background: #ffb95d;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(6) {
  background: #ffac41;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(7) {
  background: #d18535;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(8) {
  background: #a25f29;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(9) {
  background: #74381d;
}

.palette:nth-child(4) .palette__swatch:nth-of-type(10) {
  background: #451111;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(1) {
  background: #dce4e8;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(2) {
  background: #ecf4c6;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(3) {
  background: #dbe999;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(4) {
  background: #cbde74;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(5) {
  background: #bcd34f;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(6) {
  background: #acc82a;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(7) {
  background: #879e21;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(8) {
  background: #627418;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(9) {
  background: #3d490f;
}

.palette:nth-child(5) .palette__swatch:nth-of-type(10) {
  background: #181f06;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(1) {
  background: #ffefcf;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(2) {
  background: #ffe2b3;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(3) {
  background: #ffd496;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(4) {
  background: #ffc77a;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(5) {
  background: #ffb95d;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(6) {
  background: #ffac41;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(7) {
  background: #d18535;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(8) {
  background: #a25f29;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(9) {
  background: #74381d;
}

.palette:nth-child(6) .palette__swatch:nth-of-type(10) {
  background: #451111;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(1) {
  background: #fff0f0;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(2) {
  background: #f1cbcb;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(3) {
  background: #e3a6a6;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(4) {
  background: #d48181;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(5) {
  background: #c65c5c;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(6) {
  background: #b83737;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(7) {
  background: #962d2d;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(8) {
  background: #742323;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(9) {
  background: #521818;
}

.palette:nth-child(7) .palette__swatch:nth-of-type(10) {
  background: #300e0e;
}

/* normalize.css v8.0.0 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
  margin-bottom: 20px;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.pad-top {
  margin-top: 20px;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 10px;
  padding: 0;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
}

p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 0;
}

a {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  color: #cd6f66;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus, a:active {
  color: #9b4f54;
  text-decoration: underline;
}

li,
label,
input,
select,
option,
button {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.small {
  font-size: 0.8em;
}

.button,
a.button {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  outline: none;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
}

.button:hover, .button:focus, .button:active,
a.button:hover,
a.button:focus,
a.button:active {
  outline: none;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.button--primary,
a.button--primary {
  background-color: #cd6f66;
  color: #fcfeff;
  border: 1px solid #cd6f66;
}

.button--primary:hover, .button--primary:focus, .button--primary:active,
a.button--primary:hover,
a.button--primary:focus,
a.button--primary:active {
  background-color: #9b4f54;
  border: 1px solid #9b4f54;
}

.button--primary.button--success,
a.button--primary.button--success {
  background-color: #acc82a;
  border-color: #acc82a;
}

.button--primary.button--success:hover, .button--primary.button--success:focus, .button--primary.button--success:active,
a.button--primary.button--success:hover,
a.button--primary.button--success:focus,
a.button--primary.button--success:active {
  background-color: #879e21;
  border-color: #879e21;
}

.button--primary.button--alert,
a.button--primary.button--alert {
  background-color: #ffac41;
  border-color: #ffac41;
}

.button--primary.button--alert:hover, .button--primary.button--alert:focus, .button--primary.button--alert:active,
a.button--primary.button--alert:hover,
a.button--primary.button--alert:focus,
a.button--primary.button--alert:active {
  background-color: #d18535;
  border-color: #d18535;
}

.button--primary.button--warning,
a.button--primary.button--warning {
  background-color: #b83737;
  border-color: #b83737;
}

.button--primary.button--warning:hover, .button--primary.button--warning:focus, .button--primary.button--warning:active,
a.button--primary.button--warning:hover,
a.button--primary.button--warning:focus,
a.button--primary.button--warning:active {
  background-color: #962d2d;
  border-color: #962d2d;
}

.button--secondary,
a.button--secondary {
  background-color: #fcfeff;
  color: #9b4f54;
  border: 1px solid #cd6f66;
}

.button--secondary:hover, .button--secondary:focus, .button--secondary:active,
a.button--secondary:hover,
a.button--secondary:focus,
a.button--secondary:active {
  background-color: #ffece6;
  color: #682f42;
  border: 1px solid #9b4f54;
}

.button--tertiary,
a.button--tertiary {
  background-color: transparent;
  color: #cd6f66;
  border: none;
  padding: 5px 5px;
}

.button--tertiary:hover, .button--tertiary:focus, .button--tertiary:active,
a.button--tertiary:hover,
a.button--tertiary:focus,
a.button--tertiary:active {
  background-color: #ffece6;
  color: #9b4f54;
  border: none;
}

.button--tertiary.button--disabled,
a.button--tertiary.button--disabled {
  color: #dddddd;
  background: #ffffff;
  border: none;
}

.button--tertiary.button--disabled:hover, .button--tertiary.button--disabled:focus, .button--tertiary.button--disabled:active,
a.button--tertiary.button--disabled:hover,
a.button--tertiary.button--disabled:focus,
a.button--tertiary.button--disabled:active {
  color: #dddddd;
  background: #ffffff;
  border: none;
}

.button--round,
a.button--round {
  background-color: #cd6f66;
  color: #fcfeff;
  border: 1px solid #cd6f66;
  border-radius: 50%;
  padding: 10px;
  width: 42px;
  height: 42px;
}

.button--round:hover, .button--round:focus, .button--round:active,
a.button--round:hover,
a.button--round:focus,
a.button--round:active {
  background-color: #9b4f54;
  border: 1px solid #9b4f54;
}

.button--round .button__text,
a.button--round .button__text {
  display: none;
}

.button--disabled,
a.button--disabled {
  background-color: #dddddd;
  color: #ffffff;
  border: 1px solid #dddddd;
  cursor: not-allowed;
}

.button--disabled:hover, .button--disabled:focus, .button--disabled:active,
a.button--disabled:hover,
a.button--disabled:focus,
a.button--disabled:active {
  background-color: #dddddd;
  color: #ffffff;
  border: 1px solid #dddddd;
}

.button--fullwidth,
a.button--fullwidth {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.button--active,
a.button--active {
  cursor: initial;
  font-weight: 700;
  pointer-events: none;
}

.checkbox-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
}

.checkbox-group__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px;
}

.checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  visibility: hidden;
  width: 1px;
  height: 1px;
  top: -100vh;
  left: -100vw;
}

.checkbox__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}

.checkbox__wrap--disabled .checkbox__label {
  color: #9ba1a3;
  cursor: not-allowed;
}

.checkbox__wrap--disabled .checkbox__label::before {
  border-color: #b3b8ba;
}

.checkbox__wrap--disabled .checkbox__label:hover, .checkbox__wrap--disabled .checkbox__label:focus, .checkbox__wrap--disabled .checkbox__label:active {
  color: #9ba1a3;
}

.checkbox__wrap--disabled .checkbox__label:hover::before, .checkbox__wrap--disabled .checkbox__label:focus::before, .checkbox__wrap--disabled .checkbox__label:active::before {
  border-color: #b3b8ba;
}

.checkbox__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.checkbox__label::before {
  content: " ";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: no-repeat center/0em url("/img/tick-icon.png");
  border: 1px solid #9ba1a3;
  border-radius: 3px;
  padding: 0;
  margin: 2px 5px 0 0;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.checkbox__label:hover, .checkbox__label:focus, .checkbox__label:active {
  color: #8d8ecf;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.checkbox__label:hover::before, .checkbox__label:focus::before, .checkbox__label:active::before {
  border-color: #8d8ecf;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.checkbox:checked ~ .checkbox__label {
  color: #8d8ecf;
}

.checkbox:checked ~ .checkbox__label::before {
  background: no-repeat center/0.7em url("/img/tick-icon.png");
  border: 1px solid #8d8ecf;
}

.dark .checkbox:checked ~ .checkbox__label::before {
  background: no-repeat center/0.7em url("/img/tick-icon-dark.png");
}

.radio-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
}

.radio-group__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px;
}

.radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  visibility: hidden;
  width: 1px;
  height: 1px;
  top: -100vh;
  left: -100vw;
}

.radio__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}

.radio__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.radio__label::before {
  content: " ";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: no-repeat center/0em url("/img/tick-icon.png");
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 0;
  margin: 2px 5px 0 0;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.radio__label:hover, .radio__label:focus, .radio__label:active {
  color: #f28955;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.radio__label:hover::before, .radio__label:focus::before, .radio__label:active::before {
  border-color: #f28955;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.radio:checked ~ .radio__label {
  color: #f28955;
}

.radio:checked ~ .radio__label::before {
  background: no-repeat center/0.7em url("/img/tick-icon.png");
  border: 1px solid #f28955;
}

.radio-button-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.radio-button-group__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 5px;
  font-weight: 600;
  color: #404040;
}

.radio-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  visibility: hidden;
  width: 1px;
  height: 1px;
  top: -100vh;
  left: -100vw;
}

.radio-button__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  width: 50%;
}

.radio-button__wrap:nth-of-type(1) .radio-button__label {
  border-radius: 5px 0 0 5px;
}

.radio-button__wrap:nth-of-type(2) .radio-button__label {
  border-left: none;
  border-right: none;
}

.radio-button__wrap:last-of-type .radio-button__label {
  border-left: none;
  border-right: 1px solid #ff935e;
  border-radius: 0 5px 5px 0;
}

.radio-button__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 1px solid #ff935e;
  text-align: center;
  margin: 0;
  width: 100%;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.radio-button__label:hover {
  background: #ff935e;
  color: #fcfcfc;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.radio-button:checked + .radio-button__label {
  background: #ff935e;
  color: #fcfcfc;
}

.input,
.textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #b3b8ba;
  border-radius: 3px;
  outline: none;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  min-height: 35.5px;
}

.input:hover, .input:focus, .input:active,
.textarea:hover,
.textarea:focus,
.textarea:active {
  outline: none;
  border-color: #8d8ecf;
  -webkit-box-shadow: 0 0 3px 0 #b9bde4;
          box-shadow: 0 0 3px 0 #b9bde4;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.input__wrap,
.textarea__wrap {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}

.input__wrap--error .input,
.input__wrap--error .textarea,
.textarea__wrap--error .input,
.textarea__wrap--error .textarea {
  border-color: #b83737;
  background-color: #fff0f0;
}

.input__wrap--disabled .input,
.input__wrap--disabled .textarea,
.textarea__wrap--disabled .input,
.textarea__wrap--disabled .textarea {
  color: #9ba1a3;
  border-color: #e4e7e8;
  background-color: #fcfeff;
  cursor: not-allowed;
}

.input__wrap--disabled .input:hover, .input__wrap--disabled .input:focus, .input__wrap--disabled .input:active,
.input__wrap--disabled .textarea:hover,
.input__wrap--disabled .textarea:focus,
.input__wrap--disabled .textarea:active,
.textarea__wrap--disabled .input:hover,
.textarea__wrap--disabled .input:focus,
.textarea__wrap--disabled .input:active,
.textarea__wrap--disabled .textarea:hover,
.textarea__wrap--disabled .textarea:focus,
.textarea__wrap--disabled .textarea:active {
  outline: none;
  border-color: #e4e7e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input__wrap--disabled .input__label,
.input__wrap--disabled .textarea__label,
.textarea__wrap--disabled .input__label,
.textarea__wrap--disabled .textarea__label {
  color: #b3b8ba;
}

.input__label,
.textarea__label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0 0 2px;
  color: #6c7173;
}

.input__error,
.textarea__error {
  color: #b83737;
}

.no-increment input[type="number"]::-webkit-outer-spin-button,
.no-increment input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-increment input[type="number"] {
  -moz-appearance: textfield;
}

.readOnly input {
  cursor: default;
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
}

.select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #b3b8ba;
  border-radius: 3px;
  outline: none;
  text-transform: capitalize;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  min-height: 35.5px;
}

.select:hover, .select:focus, .select:active {
  outline: none;
  border-color: #8d8ecf;
  -webkit-box-shadow: 0 0 3px 0 #b9bde4;
          box-shadow: 0 0 3px 0 #b9bde4;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.select__wrap {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}

.select__wrap--error .select {
  border-color: #b83737;
  background-color: #fff0f0;
}

.select__wrap--disabled .select {
  border-color: #e4e7e8;
  background-color: #fcfeff;
  cursor: not-allowed;
}

.select__wrap--disabled .select:hover, .select__wrap--disabled .select:focus, .select__wrap--disabled .select:active {
  outline: none;
  border-color: #e4e7e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select__wrap--disabled .select__label {
  color: #b3b8ba;
}

.select__label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0 0 2px;
  text-transform: capitalize;
  color: #6c7173;
}

.select__option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  text-transform: capitalize;
}

.select__error {
  color: #b83737;
}

.upload {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.upload__wrap {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}

.upload__wrap--disabled .upload__label {
  border-color: #b3b8ba;
  background-color: #b3b8ba;
  cursor: not-allowed;
}

.upload__wrap--disabled .upload__label:hover, .upload__wrap--disabled .upload__label:focus, .upload__wrap--disabled .upload__label:active {
  background-color: #b3b8ba;
  border-color: #b3b8ba;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.upload__label {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  outline: none;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
  background-color: #cd6f66;
  color: #fcfeff;
  border: 1px solid #cd6f66;
  width: 100%;
}

.upload__label:hover, .upload__label:focus, .upload__label:active {
  background-color: #9b4f54;
  border: 1px solid #9b4f54;
  outline: none;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.upload__icon {
  display: inline-block;
  margin: 0 5px 0 0;
}

.res-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}

.res-table__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccd0d1;
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
}

.res-table__th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e4e7e8;
  padding: 5px;
  font-weight: 700;
  vertical-align: bottom;
  white-space: nowrap;
}

.res-table__th:last-of-type {
  text-align: right;
  padding-right: 20px;
}

.res-table__th:first-of-type {
  padding-left: 20px;
}

.res-table__th label {
  display: block;
  font-weight: 700;
  color: inherit;
}

.res-table__th .button .secondary {
  border-color: #9ba1a3;
  color: #6c7173;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 3px 15px;
}

.res-table__td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  vertical-align: top;
}

.res-table__td::after {
  display: inline-block;
  content: "\00a0";
  width: 0px;
}

.res-table__td:last-of-type {
  text-align: right;
  padding-right: 20px;
}

.res-table__td:first-of-type {
  padding-left: 20px;
}

.res-table__td--right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  vertical-align: top;
  text-align: right;
}

.res-table__td--input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  vertical-align: top;
}

.res-table__td--input:last-child {
  padding-right: 20px;
  text-align: right;
}

.res-table__td--input input,
.res-table__td--input .select,
.res-table__td--input textarea,
.res-table__td--input label,
.res-table__td--input .radio-group-buttons {
  height: calc(100% - 2px);
  max-height: calc(100% - 2px);
  width: calc(100% - 2px);
  max-width: calc(100% - 2px);
  margin: 1px;
}

.res-table__td--input .radio-group-buttons input + label,
.res-table__td--input label.file-label {
  padding: 2px 15px;
}

.res-table__td--input input[type="checkbox"]:not(:checked) + label,
.res-table__td--input input[type="checkbox"]:checked + label {
  margin: 5px 2px 2px 20px;
  padding: 0px 5px 0px 20px;
}

.res-table__td--input .button input,
.res-table__td--input .button button {
  padding: 3px 15px 4px;
  margin: 1px;
}

.res-table__tr:nth-of-type(odd) {
  background: transparent;
}

.res-table__tr:nth-of-type(even) {
  background: rgba(229, 237, 249, 0.35);
}

.res-table__tr--input {
  background: transparent;
}

.res-table__tr--clickable {
  cursor: pointer;
}

.res-table__tr--clickable:nth-of-type(odd) {
  background: transparent;
}

.res-table__tr--clickable:nth-of-type(even) {
  background: rgba(229, 237, 249, 0.35);
}

.res-table__tr--clickable:hover {
  background: #e6e6e6;
}

.res-table__row-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  left: 100%;
  list-style: none;
  padding: 0;
  margin: -24px 0 0;
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
}

.res-table__row-nav.open {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 250ms ease-in;
  transition: 250ms ease-in;
}

.res-table__row-nav__li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.res-table__row-nav__a {
  display: block;
  padding: 3px 15px;
  margin: 0;
  color: #fcfeff;
  background: #cd6f66;
  text-align: center;
  height: 100%;
}

.res-table__row-nav__a i {
  color: #fcfeff;
}

.res-table__row-nav__a:hover {
  color: #fcfeff;
  background: #9b4f54;
  text-decoration: none;
}

.res-table__row-nav__close-button {
  display: block;
  padding: 3px 22px;
  margin: 0;
  color: #fcfeff;
  background: #cd6f66;
  text-align: center;
  height: 100%;
}

.res-table__row-nav__close-button i {
  color: #fcfeff;
}

.res-table__row-nav__close-button:hover {
  color: #fcfeff;
  background: #9b4f54;
  text-decoration: none;
}

.res-table__row-nav__open-button {
  cursor: pointer;
}

.res-table--tablet {
  display: block;
}

.res-table--tablet .res-table {
  display: block;
}

.res-table--tablet .res-table__wrap {
  border: none;
  border-radius: 0;
  margin: 0;
}

.res-table--tablet .res-table__thead {
  display: none;
}

.res-table--tablet .res-table__tbody {
  display: block;
}

.res-table--tablet .res-table__tr, .res-table--tablet .res-table__tr--input, .res-table--tablet .res-table__tr--clickable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #ccd0d1;
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 20px 0 20px;
}

.res-table--tablet .res-table__tr:nth-of-type(even), .res-table--tablet .res-table__tr:nth-of-type(odd), .res-table--tablet .res-table__tr--input:nth-of-type(even), .res-table--tablet .res-table__tr--input:nth-of-type(odd), .res-table--tablet .res-table__tr--clickable:nth-of-type(even), .res-table--tablet .res-table__tr--clickable:nth-of-type(odd) {
  background: transparent;
}

.res-table--tablet .res-table__th {
  display: block;
}

.res-table--tablet .res-table__td {
  display: block;
  min-width: 50%;
  padding: 0 20px;
}

.res-table--tablet .res-table__td::before {
  display: inline-block;
  content: attr(data-before);
  font-weight: 700;
  margin: 0 5px 0 0;
}

.res-table--tablet .res-table__td:last-child {
  text-align: left;
}

.res-table--tablet .res-table__td--input {
  display: block;
  min-width: 50%;
  padding: 5px;
}

.res-table--tablet .res-table__td--input input,
.res-table--tablet .res-table__td--input textarea {
  height: calc(100% - 2px);
  max-height: calc(100% - 2px);
  width: calc(100% - 2px);
  max-width: calc(100% - 2px);
  margin: 1px;
}

.res-table--tablet .res-table__td--input input[type="checkbox"]:not(:checked) + label,
.res-table--tablet .res-table__td--input input[type="checkbox"]:checked + label {
  margin: 0px;
  padding: 0px 5px 0px 20px;
}

.res-table--tablet .res-table__td--input .button {
  width: 100%;
}

.res-table--tablet .res-table__td--input .button--tertiary {
  border: 1px solid #ffa28e;
}

.res-table--tablet .res-table__td--input::before {
  display: block;
  content: attr(data-before);
  font-weight: 700;
}

.res-table--mobile {
  display: block;
}

.res-table--mobile .res-table {
  display: block;
}

.res-table--mobile .res-table__wrap {
  border: none;
  border-radius: 0;
  margin: 0;
}

.res-table--mobile .res-table__thead {
  display: none;
}

.res-table--mobile .res-table__tbody {
  display: block;
}

.res-table--mobile .res-table__tr, .res-table--mobile .res-table__tr--input, .res-table--mobile .res-table__tr--clickable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #ccd0d1;
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 20px 0 20px;
}

.res-table--mobile .res-table__tr:nth-of-type(even), .res-table--mobile .res-table__tr:nth-of-type(odd), .res-table--mobile .res-table__tr--input:nth-of-type(even), .res-table--mobile .res-table__tr--input:nth-of-type(odd), .res-table--mobile .res-table__tr--clickable:nth-of-type(even), .res-table--mobile .res-table__tr--clickable:nth-of-type(odd) {
  background: transparent;
}

.res-table--mobile .res-table__th {
  display: block;
}

.res-table--mobile .res-table__td {
  display: block;
  min-width: 100%;
  padding: 0 20px;
}

.res-table--mobile .res-table__td::before {
  display: inline-block;
  content: attr(data-before);
  font-weight: 700;
  margin: 0 5px 0 0;
}

.res-table--mobile .res-table__td:last-child {
  text-align: left;
}

.res-table--mobile .res-table__td--input {
  display: block;
  min-width: 100%;
  padding: 5px;
}

.res-table--mobile .res-table__td--input input,
.res-table--mobile .res-table__td--input textarea {
  height: calc(100% - 2px);
  max-height: calc(100% - 2px);
  width: calc(100% - 2px);
  max-width: calc(100% - 2px);
  margin: 1px;
}

.res-table--mobile .res-table__td--input input[type="checkbox"]:not(:checked) + label,
.res-table--mobile .res-table__td--input input[type="checkbox"]:checked + label {
  margin: 0px;
  padding: 0px 5px 0px 20px;
}

.res-table--mobile .res-table__td--input .button {
  width: 100%;
}

.res-table--mobile .res-table__td--input .button--tertiary {
  border: 1px solid #ffa28e;
}

.res-table--mobile .res-table__td--input::before {
  display: block;
  content: attr(data-before);
  font-weight: 700;
}

@media only screen and (max-width: 899px) {
  .res-table {
    display: block;
  }
  .res-table__wrap {
    border: none;
    border-radius: 0;
    margin: 0;
  }
  .res-table__thead {
    display: none;
  }
  .res-table__tbody {
    display: block;
  }
  .res-table__tr, .res-table__tr--input, .res-table__tr--clickable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: 1px solid #ccd0d1;
    border-radius: 2px;
    margin: 0 0 20px;
    padding: 20px 0 20px;
  }
  .res-table__tr:nth-of-type(even), .res-table__tr:nth-of-type(odd), .res-table__tr--input:nth-of-type(even), .res-table__tr--input:nth-of-type(odd), .res-table__tr--clickable:nth-of-type(even), .res-table__tr--clickable:nth-of-type(odd) {
    background: transparent;
  }
  .res-table__th {
    display: block;
  }
  .res-table__td {
    display: block;
    min-width: 50%;
    padding: 0 20px;
  }
  .res-table__td::before {
    display: inline-block;
    content: attr(data-before);
    font-weight: 700;
    margin: 0 5px 0 0;
  }
  .res-table__td:last-of-type {
    text-align: left;
  }
  .res-table__td--input {
    display: block;
    min-width: 50%;
    padding: 5px 20px;
  }
  .res-table__td--input input,
  .res-table__td--input textarea {
    height: calc(100% - 2px);
    max-height: calc(100% - 2px);
    width: calc(100% - 2px);
    max-width: calc(100% - 2px);
    margin: 1px;
  }
  .res-table__td--input input[type="checkbox"]:not(:checked) + label,
  .res-table__td--input input[type="checkbox"]:checked + label {
    margin: 0px;
    padding: 0px 5px 0px 20px;
  }
  .res-table__td--input .button {
    width: 100%;
  }
  .res-table__td--input .button--tertiary {
    border: 1px solid #ffa28e;
  }
  .res-table__td--input .button--tertiary.button--disabled {
    border: 1px solid #e4e7e8;
  }
  .res-table__td--input .button--tertiary.button--disabled:hover, .res-table__td--input .button--tertiary.button--disabled:focus, .res-table__td--input .button--tertiary.button--disabled:active {
    border: 1px solid #e4e7e8;
  }
  .res-table__td--input::before {
    display: block;
    content: attr(data-before);
    font-weight: 700;
  }
}

@media only screen and (max-width: 599px) {
  .res-table__td {
    min-width: 100%;
  }
  .res-table__td--input {
    min-width: 100%;
  }
}

.info-box {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  font-size: 16px;
  line-height: 25px;
  padding: 5px 20px;
  margin: 0 0 20px;
  border: 1px solid #d1d3d4;
  border-radius: 0px;
}
.info-box--full-width {
  display: block;
}
.info-box--info {
  border-color: #90cfd1;
  background: #c2e5e6;
  color: #1e4849;
}
.info-box--success {
  border-color: #4ee48c;
  background: #8ceeb4;
  color: #073119;
}
.info-box--alert {
  border-color: #ffdbac;
  background: #fffaf4;
  color: #b16400;
}
.info-box--warning {
  border: 1px solid #e489a4;
  background: #f8e0e7;
  color: #5e152b;
}
.info-box__icon {
  margin-right: 20px;
}
.info-box li {
  line-height: 25px;
}
.info-box--width100 {
  width: 100%;
}
.info-box--font-size--small {
  font-size: 14px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #e5edf9;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.header__logo {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  height: auto;
  margin: 0 0 10px;
}

.header__title {
  text-transform: uppercase;
  color: #55585b;
  font-size: 28px;
  line-height: 1em;
  margin: 0;
}

.header__sub-title {
  text-transform: uppercase;
  color: #8d8ecf;
  font-size: 10px;
  line-height: 1em;
  margin: 0 0 10px;
}

.network-rail-logo__path {
  fill: #55585b;
}

@media only screen and (max-width: 599px) {
  .header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__text {
    max-width: calc(100% - 60px);
  }
  .header__logo {
    width: 60px;
    margin-top: 3px;
  }
  .header__title {
    line-height: 24px;
    margin-bottom: 3px;
  }
}

.modal {
  position: relative;
  font: normal 14px/20px "Open Sans", sans-serif;
  color: #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 300ms linear 200ms, -webkit-transform 200ms ease-in 200ms;
  transition: opacity 300ms linear 200ms, -webkit-transform 200ms ease-in 200ms;
  transition: opacity 300ms linear 200ms, transform 200ms ease-in 200ms;
  transition: opacity 300ms linear 200ms, transform 200ms ease-in 200ms, -webkit-transform 200ms ease-in 200ms;
}

.modal__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 200ms linear, -webkit-transform 1ms linear;
  transition: opacity 200ms linear, -webkit-transform 1ms linear;
  transition: opacity 200ms linear, transform 1ms linear;
  transition: opacity 200ms linear, transform 1ms linear, -webkit-transform 1ms linear;
}

.modal__wrap--close {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 200ms linear 200ms, -webkit-transform 1ms linear 400ms;
  transition: opacity 200ms linear 200ms, -webkit-transform 1ms linear 400ms;
  transition: opacity 200ms linear 200ms, transform 1ms linear 400ms;
  transition: opacity 200ms linear 200ms, transform 1ms linear 400ms, -webkit-transform 1ms linear 400ms;
}

.modal__wrap--close .modal {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 300ms linear, -webkit-transform 200ms ease-in;
  transition: opacity 300ms linear, -webkit-transform 200ms ease-in;
  transition: opacity 300ms linear, transform 200ms ease-in;
  transition: opacity 300ms linear, transform 200ms ease-in, -webkit-transform 200ms ease-in;
}

.modal__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  background: #ff935e;
  color: #ffffff;
  border-bottom: 1px solid #f28955;
}

.modal__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
}

.modal__footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #ccc;
}

.modal__footer .button {
  margin: 0 5px;
}

.modal__close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 7px;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.modal__close:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.modal__title {
  margin: 0;
  padding: 0;
}

.nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 5;
}

.nav__ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0;
  margin: 0;
}

.nav__li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav__li:last-child .nav__button {
  border-right: 1px solid #e4e7e8;
}

.nav__open-menu {
  display: none;
}

.nav__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  border-left: 1px solid #e4e7e8;
  color: #605e9f;
  background: #fcfeff;
  width: 100%;
  height: 100%;
  min-height: 40px;
  margin: 0;
  padding: 11px;
  font-size: 14px;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.nav__button:hover, .nav__button:active, .nav__button:focus {
  color: #494779;
  background: #e5edf9;
  border-color: #e5edf9;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.nav__button--active {
  background: #fcfeff;
  cursor: initial;
  font-weight: 700;
}

.nav__button--active:hover, .nav__button--active:active, .nav__button--active:focus {
  color: #494779;
  background: #fcfeff;
}

.nav__icon {
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
}

.nav__title {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.nav--admin .nav__li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 899px) {
  .nav {
    position: fixed;
    bottom: 0;
  }
  .nav__title {
    display: none;
  }
  .nav__li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .nav__open-menu {
    display: block;
  }
  .nav .nav__li {
    width: calc(100% / 6);
    min-width: 25%;
  }
}

@media only screen and (max-width: 1280px) {
  .nav__button {
    font-size: 10.5px;
  }
}

@media only screen and (min-width: 899px) {
  .nav__ul {
    height: 40px;
  }
}

.user-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.user-nav__ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.user-nav__li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: auto;
}

.user-nav__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  color: #7776c4;
  background: #fcfeff;
  width: 100%;
  height: 100%;
  min-height: 40px;
  margin: 0;
  padding: 13px 20px;
  font-size: 12px;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.user-nav__button:hover, .user-nav__button:active, .user-nav__button:focus {
  color: #605e9f;
  background: #e5edf9;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.user-nav__button--active {
  background: #fcfeff;
  cursor: initial;
  font-weight: 700;
}

.user-nav__button--active:hover, .user-nav__button--active:active, .user-nav__button--active:focus {
  color: #605e9f;
  background: #fcfeff;
}

.user-nav__icon {
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
}

.user-nav__title {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.user-nav__open-menu {
  display: none;
}

@media only screen and (max-width: 899px) {
  .user-nav {
    /*position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 3;
    width: auto;*/
  }
  .user-nav__ul {
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 3;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    background: #fcfeff;
    padding: 0;
    margin: 0;
    border: 1px solid #ccd0d1;
    -webkit-box-shadow: -4px -3px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: -4px -3px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(calc(100% + 42px));
            transform: translateY(calc(100% + 42px));
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
  }
  .user-nav__ul--open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: 200ms ease-in;
    transition: 200ms ease-in;
  }
  .user-nav__li {
    width: 100%;
  }
  .user-nav__button {
    font-size: 16px;
    text-align: left;
  }
}

.card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccd0d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.card__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.admin-dash--card_wrap {
  display: flex;
  height: 300px;
  flex-wrap: wrap;
  align-content: stretch;
}

.admin-dash--card {
  width: 600px;
  margin: 10px;
  text-align: center;
}

.card--width33 {
  width: calc(33.33% - 40px / 3);
}

.card--width25 {
  width: calc(25% - 60px / 4);
}

.card--width20 {
  width: calc(20% - 80px / 5);
}

.card__icon {
  font-size: 42px;
  line-height: 1em;
  margin: 0 0 10px;
}

.card__video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
}

.card__title {
  margin: 30px 0 30px;
}

.card__description {
  color: #838a8c;
  margin: 0 0 30px;
}

@media only screen and (max-width: 1199px) {
  .card--width20 {
    width: calc(25% - 60px / 4);
  }
}

@media only screen and (max-width: 899px) {
  .card--width33 {
    width: calc(33.33% - 40px / 3);
  }
  .card--width25 {
    width: calc(33.33% - 40px / 3);
  }
  .card--width20 {
    width: calc(33.33% - 40px / 3);
  }
}

@media only screen and (max-width: 699px) {
  .card--width33 {
    width: calc(50% - 20px / 2);
  }
  .card--width25 {
    width: calc(50% - 20px / 2);
  }
  .card--width20 {
    width: calc(50% - 20px / 2);
  }
}

@media only screen and (max-width: 599px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccd0d1;
    padding: 0 0 20px;
    text-align: left;
  }
  .card:last-child {
    margin: 0;
  }
  .card__icon {
    font-size: 20px;
    width: 20px;
    margin: 0 0 10px;
  }
  .card__title {
    text-align: left;
    width: calc(100% - 30px);
    margin: 0 0 10px;
  }
  .card__description {
    width: 100%;
    margin: 0 0 10px;
  }
  .card .button {
    width: 100%;
    border-radius: 5px;
  }
  .card .button__text {
    display: inline-block;
    margin-right: 5px;
  }
  .card--width33, .card--width25, .card--width20 {
    width: 100%;
  }
}

.button-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  margin: 0 0 10px;
}

.button-group .button {
  margin: 0 10px 10px 0;
}

.button-group .button:last-child {
  margin: 0 0 10px 0;
}

.button-group--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-group--center .button {
  margin: 0 5px 10px;
}

.button-group--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.button-group--bar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.button-group--bar .button {
  margin: 0;
  border-radius: 0;
  border-right-width: 0;
}

.button-group--bar .button:first-child {
  border-radius: 5px 0 0 5px;
}

.button-group--bar .button:last-child {
  border-radius: 0 5px 5px 0;
  border-right-width: 1px;
}

.button-group--bar .button:first-child:last-child {
  border-radius: 5px 5px 5px 5px;
  border-right-width: 1px;
}

@media only screen and (max-width: 599px) {
  .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .button-group .button {
    margin: 0 0 10px;
  }
  .button-group--bar .button {
    margin: 0;
    border-radius: 0;
    border-right-width: 1px;
    border-bottom-width: 0;
  }
  .button-group--bar .button:first-child {
    border-radius: 5px 5px 0 0;
  }
  .button-group--bar .button:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom-width: 1px;
  }
}

.filter-form {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccd0d1;
  border-radius: 2px;
  background: rgba(228, 231, 232, 0.2);
  padding: 20px;
  margin: 0 0 20px;
}

.filter-form__title {
  font-size: 20px;
  line-height: 1em;
  margin: 0 0 0px;
}

.filter-form__group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  margin: 0 0 10px;
}

.filter-form__group .select__wrap,
.filter-form__group .input__wrap {
  width: calc(25% - 60px / 4);
}

.filter-form__group .checkbox__wrap {
  width: calc(25% - 60px / 4);
}

.filter-form__submit {
  margin: 0;
}

.inline-block {
  display: inline-block;
}

.filter-icon {
  margin-left: 10px;
  font-size: 2em;
}

.filter-form__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}

@media only screen and (max-width: 899px) {
  .filter-form .select__wrap,
  .filter-form .input__wrap {
    width: calc(50% - 10px);
  }
  .filter-form .checkbox__wrap {
    width: calc(50% - 20px / 2);
  }
}

@media only screen and (max-width: 599px) {
  .filter-form .select__wrap,
  .filter-form .input__wrap {
    width: 100%;
  }
  .filter-form .checkbox__wrap {
    width: 100%;
  }
}

.hiden {
  opacity: 0;
  pointer-events: none;
}

.create-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 1px solid #ccd0d1;
  border-radius: 2px;
  background: rgba(228, 231, 232, 0.2);
  padding: 20px 15px 10px;
  margin: 0 0 20px;
}

.create-form__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  margin: 0;
}

.create-form__title {
  padding: 0 5px 5px;
}

.create-form__section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 5px 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #cfd5ee;
  -webkit-transform: scaleY(100%);
          transform: scaleY(100%);
  max-height: 100%;
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.create-form__section--closed {
  margin: 0;
  padding: 0;
  -webkit-transform: scaleY(0%);
          transform: scaleY(0%);
  max-height: 0;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  overflow: hidden;
}

.create-form__section h3,
.create-form__section h4,
.create-form__section p,
.create-form__section .button-group {
  width: 100%;
}

.create-form__section .input__wrap,
.create-form__section .select__wrap,
.create-form__section .upload__wrap {
  width: calc(50% - 10px);
}

.create-form__section .checkbox__wrap {
  width: calc(25% - 60px / 4);
}

.create-form__section .textarea {
  min-height: 140px;
}

.create-form__section .textarea__wrap {
  width: 100%;
}

.create-form__sub-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(50% - 10px);
}

.create-form__sub-section:last-of-type {
  width: 100%;
}

.create-form__sub-section:last-of-type .select__wrap {
  width: 100%;
}

.create-form .input__approved .input {
  border-color: #acc82a;
  color: #3d490f;
}

.create-form .input__approved .input__label {
  color: #627418;
}

.create-form .input__edited .input {
  border-color: #ffac41;
  color: #74381d;
}

.create-form .input__edited .input__label {
  color: #a25f29;
}

.create-form .input__rejected .input {
  border-color: #b83737;
  color: #521818;
}

.create-form .input__rejected .input__label {
  color: #742323;
}

.create-form .select__approved .select {
  border-color: #acc82a;
  color: #3d490f;
}

.create-form .select__approved .select__label {
  color: #627418;
}

.create-form .select__edited .select {
  border-color: #ffac41;
  color: #74381d;
}

.create-form .select__edited .select__label {
  color: #a25f29;
}

.create-form .select__rejected .select {
  border-color: #b83737;
  color: #521818;
}

.create-form .select__rejected .select__label {
  color: #742323;
}

.create-form .textarea__approved .textarea {
  border-color: #acc82a;
  color: #3d490f;
}

.create-form .textarea__approved .textarea__label {
  color: #627418;
}

.create-form .textarea__edited .textarea {
  border-color: #ffac41;
  color: #74381d;
}

.create-form .textarea__edited .textarea__label {
  color: #a25f29;
}

.create-form .textarea__rejected .textarea {
  border-color: #b83737;
  color: #521818;
}

.create-form .textarea__rejected .textarea__label {
  color: #742323;
}

.create-form .checkbox__approved .checkbox__label {
  color: #627418;
}

.create-form .checkbox__approved .checkbox__label::before {
  border-color: #acc82a;
}

.create-form .checkbox__edited .checkbox__label {
  color: #a25f29;
}

.create-form .checkbox__edited .checkbox__label::before {
  border-color: #ffac41;
}

.create-form .checkbox__rejected .checkbox__label {
  color: #742323;
}

.create-form .checkbox__rejected .checkbox__label::before {
  border-color: #b83737;
}

.create-form .upload__approved .upload__label {
  border-color: #acc82a;
  background-color: #acc82a;
}

.create-form .upload__edited .upload__label {
  border-color: #ffac41;
  background-color: #ffac41;
}

.create-form .upload__rejected .upload__label {
  border-color: #b83737;
  background-color: #b83737;
}

.create-form--approving {
  width: calc(100% - 505px);
  border-radius: 2px 0 0 2px;
  border-right: 1px dashed #ccd0d1;
}

.create-form__approve-pane {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 505px;
  border: 1px solid #ccd0d1;
  border-left: none;
  border-radius: 0 2px 2px 0;
  background: rgba(228, 231, 232, 0.2);
  padding: 20px;
  margin: 0 0 20px;
}

.dark .create-form .select__approved .select {
  border-color: #acc82a;
  color: #bcd34f;
}

.dark .create-form .select__approved .select__label {
  color: #bcd34f;
}

.dark .create-form .select__edited .select {
  border-color: #ffac41;
  color: #ffb95d;
}

.dark .create-form .select__edited .select__label {
  color: #ffb95d;
}

.dark .create-form .select__rejected .select {
  border-color: #b83737;
  color: #c65c5c;
}

.dark .create-form .select__rejected .select__label {
  color: #c65c5c;
}

.dark .create-form .textarea__approved .textarea {
  border-color: #acc82a;
  color: #bcd34f;
}

.dark .create-form .textarea__approved .textarea__label {
  color: #bcd34f;
}

.dark .create-form .textarea__edited .textarea {
  border-color: #ffac41;
  color: #ffb95d;
}

.dark .create-form .textarea__edited .textarea__label {
  color: #ffb95d;
}

.dark .create-form .textarea__rejected .textarea {
  border-color: #b83737;
  color: #c65c5c;
}

.dark .create-form .textarea__rejected .textarea__label {
  color: #c65c5c;
}

.dark .create-form .checkbox__approved .checkbox__label {
  color: #bcd34f;
}

.dark .create-form .checkbox__approved .checkbox__label::before {
  border-color: #acc82a;
}

.dark .create-form .checkbox__edited .checkbox__label {
  color: #ffb95d;
}

.dark .create-form .checkbox__edited .checkbox__label::before {
  border-color: #ffac41;
}

.dark .create-form .checkbox__rejected .checkbox__label {
  color: #c65c5c;
}

.dark .create-form .checkbox__rejected .checkbox__label::before {
  border-color: #b83737;
}

.image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 200px;
  height: 200px;
  background: #838a8c;
  background: none;
}

.image__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 222px;
  height: 222px;
  border: 1px solid #e4e7e8;
  background: #fcfeff;
  border-radius: 5px;
  margin: 0 20px 20px 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  max-height: 100%;
}

.gallery img {
  max-width: 100%;
  max-height: 100%;
}

.approve-pane__entry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 0 5px;
  padding: 5px 5px 5px 10px;
  border: 2px solid #b9bde4;
  border-radius: 5px;
  background: #fcfeff;
}

.approve-pane__entry__details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: calc(100% - 100px);
  padding: 0;
  margin: 0;
}

.approve-pane__entry__metaDetails {
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  color: #9ba1a3;
  margin: 0;
}

.approve-pane__entry__editRecord {
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  color: #9ba1a3;
  margin: 2px 0 0 0;
}

.approve-pane__entry__edit-from, .approve-pane__entry__edit-to {
  color: #74381d;
  font-weight: 700;
}

.approve-pane__entry__label {
  font-weight: 700;
}

.approve-pane__entry__buttons {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: right;
}

.approve-pane__entry__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 2px solid #7776c4;
  border-radius: 3px;
  background-color: #7776c4;
  color: #fcfeff;
  margin: 0 0 0 1px;
  cursor: pointer;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  max-width: 30px;
  max-height: 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 200ms ease-out;
  transition: scale 3000ms ease-in 3000ms background-color 200ms ease-out;
}

.approve-pane__entry__button:hover, .approve-pane__entry__button:focus, .approve-pane__entry__button:active {
  background-color: #605e9f;
  border-color: #605e9f;
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 180ms ease-in;
  transition: scale 3000ms ease-in 3000ms background-color 180ms ease-in;
}

.approve-pane__entry__button--undo {
  max-width: 0;
  max-height: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 200ms ease-out;
  transition: scale 3000ms ease-in 3000ms background-color 200ms ease-out;
}

.approve-pane__entry--approved {
  border-color: #acc82a;
}

.approve-pane__entry--approved .approve-pane__entry__button {
  border-color: #acc82a;
  background: #acc82a;
}

.approve-pane__entry--approved .approve-pane__entry__button:hover, .approve-pane__entry--approved .approve-pane__entry__button:focus, .approve-pane__entry--approved .approve-pane__entry__button:active {
  border-color: #acc82a;
  background: #acc82a;
}

.approve-pane__entry--approved .approve-pane__entry__button--undo {
  max-width: 30px;
  max-height: 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
  transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
  border-color: #879e21;
  background: #879e21;
}

.approve-pane__entry--approved .approve-pane__entry__button--undo:hover, .approve-pane__entry--approved .approve-pane__entry__button--undo:focus, .approve-pane__entry--approved .approve-pane__entry__button--undo:active {
  border-color: #627418;
  background: #627418;
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 180ms
 ease-in;
  transition: scale 3000ms ease-in 3000ms background-color 180ms
 ease-in;
}

.approve-pane__entry--approved .approve-pane__entry__button--edit, .approve-pane__entry--approved .approve-pane__entry__button--reject {
  max-width: 0;
  max-height: 0;
  margin: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
  transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
}

.approve-pane__entry--approved .approve-pane__entry__button--edit:hover, .approve-pane__entry--approved .approve-pane__entry__button--edit:focus, .approve-pane__entry--approved .approve-pane__entry__button--edit:active, .approve-pane__entry--approved .approve-pane__entry__button--reject:hover, .approve-pane__entry--approved .approve-pane__entry__button--reject:focus, .approve-pane__entry--approved .approve-pane__entry__button--reject:active {
  -webkit-transition: scale 3000ms ease-in background-color 180ms ease-in;
  transition: scale 3000ms ease-in background-color 180ms ease-in;
}

.approve-pane__entry--approved .approve-pane__entry__button--approve {
  margin-right: -8px;
}

.approve-pane__entry--approved .approve-pane__entry__metaDetails {
  color: #879e21;
}

.approve-pane__entry--edited {
  border-color: #ffac41;
}

.approve-pane__entry--edited .approve-pane__entry__button {
  border-color: #ffac41;
  background: #ffac41;
}

.approve-pane__entry--edited .approve-pane__entry__button:hover, .approve-pane__entry--edited .approve-pane__entry__button:focus, .approve-pane__entry--edited .approve-pane__entry__button:active {
  border-color: #ffac41;
  background: #ffac41;
}

.approve-pane__entry--edited .approve-pane__entry__button--undo {
  max-width: 30px;
  max-height: 30px;
  margin-right: -4px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
  transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
  border-color: #d18535;
  background: #d18535;
}

.approve-pane__entry--edited .approve-pane__entry__button--undo:hover, .approve-pane__entry--edited .approve-pane__entry__button--undo:focus, .approve-pane__entry--edited .approve-pane__entry__button--undo:active {
  border-color: #a25f29;
  background: #a25f29;
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 180ms
 ease-in;
  transition: scale 3000ms ease-in 3000ms background-color 180ms
 ease-in;
}

.approve-pane__entry--edited .approve-pane__entry__button--approve, .approve-pane__entry--edited .approve-pane__entry__button--reject {
  max-width: 0;
  max-height: 0;
  margin: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
  transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
}

.approve-pane__entry--edited .approve-pane__entry__button--approve:hover, .approve-pane__entry--edited .approve-pane__entry__button--approve:focus, .approve-pane__entry--edited .approve-pane__entry__button--approve:active, .approve-pane__entry--edited .approve-pane__entry__button--reject:hover, .approve-pane__entry--edited .approve-pane__entry__button--reject:focus, .approve-pane__entry--edited .approve-pane__entry__button--reject:active {
  -webkit-transition: scale 3000ms ease-in background-color 180ms ease-in;
  transition: scale 3000ms ease-in background-color 180ms ease-in;
}

.approve-pane__entry--edited .approve-pane__entry__button--edit {
  margin-right: -4px;
}

.approve-pane__entry--edited .approve-pane__entry__metaDetails {
  color: #d18535;
}

.approve-pane__entry--required {
  border-color: #b83737 ;
}

.approve-pane__entry--rejected  {
  border-color: #b83737;
}

.approve-pane__entry--rejected .approve-pane__entry__button {
  border-color: #b83737;
  background: #b83737;
}

.approve-pane__entry--rejected .approve-pane__entry__button:hover, .approve-pane__entry--rejected .approve-pane__entry__button:focus, .approve-pane__entry--rejected .approve-pane__entry__button:active {
  border-color: #b83737;
  background: #b83737;
}

.approve-pane__entry--rejected .approve-pane__entry__button--undo {
  max-width: 30px;
  max-height: 30px;
  margin-right: -8px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
  transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
  border-color: #962d2d;
  background: #962d2d;
}

.approve-pane__entry--rejected .approve-pane__entry__button--undo:hover, .approve-pane__entry--rejected .approve-pane__entry__button--undo:focus, .approve-pane__entry--rejected .approve-pane__entry__button--undo:active {
  border-color: #742323;
  background: #742323;
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 180ms
 ease-in;
  transition: scale 3000ms ease-in 3000ms background-color 180ms
 ease-in;
}

.approve-pane__entry--rejected .approve-pane__entry__button--edit, .approve-pane__entry--rejected .approve-pane__entry__button--approve {
  max-width: 0;
  max-height: 0;
  margin: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
  transition: scale 3000ms ease-in 3000ms background-color 200ms
 ease-out;
}

.approve-pane__entry--rejected .approve-pane__entry__button--edit:hover, .approve-pane__entry--rejected .approve-pane__entry__button--edit:focus, .approve-pane__entry--rejected .approve-pane__entry__button--edit:active, .approve-pane__entry--rejected .approve-pane__entry__button--approve:hover, .approve-pane__entry--rejected .approve-pane__entry__button--approve:focus, .approve-pane__entry--rejected .approve-pane__entry__button--approve:active {
  -webkit-transition: scale 3000ms ease-in background-color 180ms ease-in;
  transition: scale 3000ms ease-in background-color 180ms ease-in;
}

.approve-pane__entry--rejected .approve-pane__entry__metaDetails {
  color: #962d2d;
}

.approve-pane__submission {
  padding: 20px 10px 0;
  margin: 20px 0;
  border-top: 1px solid #ccd0d1;
}

@media only screen and (max-width: 599px) {
  .create-form .input__wrap,
  .create-form .select__wrap,
  .create-form .upload__wrap,
  .create-form .textarea__wrap {
    width: 100%;
  }
  .create-form .checkbox__wrap {
    width: calc(50% - 20px / 2);
  }
  .create-form__sub-section {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .approve-pane__entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .approve-pane__entry__buttons {
    margin-left: -5px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.create-form .input__wrap,
.create-form .select__wrap,
.create-form .upload__wrap,
.create-form .textarea__wrap {
  width: 100%;
}

.create-form .checkbox__wrap {
  width: calc(50% - 20px / 2);
}

.create-form__sub-section {
  width: 100%;
}

.create-form--approving {
  width: 50%;
}

.create-form__approve-pane {
  width: 50%;
}

.search-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 1px solid #ccd0d1;
  border-radius: 2px;
  background: rgba(228, 231, 232, 0.2);
  padding: 20px 15px 10px;
  margin: 0 0 20px;
}

.search-form__section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 5px 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #cfd5ee;
  -webkit-transform: scaleY(100%);
          transform: scaleY(100%);
  max-height: 100%;
  -webkit-transition: 200ms ease-in;
  transition: 200ms ease-in;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.search-form__section__checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 5px 0;
  margin: 0 0 0px;
  -webkit-transform: scaleY(100%);
  transform: scaleY(100%);
  max-height: 100%;
  width: 100%;
  -webkit-transition: 200ms ease-in;
  transition: 200ms ease-in;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.search-form__section--closed {
  margin: 0;
  padding: 0;
  -webkit-transform: scaleY(0%);
          transform: scaleY(0%);
  max-height: 0;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  overflow: hidden;
}

.search-form__section h3,
.search-form__section h4,
.search-form__section p,
.search-form__section .button-group {
  width: 100%;
}

.search-form__section .input__wrap,
.search-form__section .select__wrap {
  width: calc(50% - 10px);
}

.search-form__section .input__wrap:only-child, .search-form__section .input__wrap:only-of-type,
.search-form__section .select__wrap:only-child,
.search-form__section .select__wrap:only-of-type {
  width: 100%;
}

.search-form__section .input__wrap:nth-child(odd):last-child,
.search-form__section .select__wrap:nth-child(odd):last-child {
  width: 100%;
}

.search-form__section .checkbox__wrap {
  width: calc(25% - 60px / 4);
}

.search-form__submit {
  padding: 0 5px 0;
}

.ssm-search-form__section__checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 5px 0;
  margin: 0 0 0px;
  -webkit-transform: scaleY(100%);
  transform: scaleY(100%);
  max-height: 100%;
  width: 100%;
  -webkit-transition: 200ms ease-in;
  transition: 200ms ease-in;
  -webkit-transform-origin: top;
  transform-origin: top;
}

@media only screen and (max-width: 599px) {
  .search-form__section .select__wrap {
    width: 100%;
  }
  .search-form .input__wrap,
  .search-form .select__wrap {
    width: 100%;
  }
  .search-form .checkbox__wrap {
    width: calc(50% - 20px / 2);
  }
  .profile-request_permissions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-request_permissions .checkbox__wrap {
    width: 100%;
  }
}

.report-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 1px solid #ccd0d1;
  border-radius: 2px;
  background: rgba(228, 231, 232, 0.2);
  padding: 20px 15px 10px;
  margin: 0 0 20px;
}

.report-form__section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 5px;
}

.report-form__section h2,
.report-form__section h3,
.report-form__section h4,
.report-form__section p,
.report-form__section .button-group {
  width: 100%;
}

.report-form__section .input__wrap,
.report-form__section .select__wrap {
  width: calc(50% - 10px);
}

.report-form__section .input__wrap:only-child,
.report-form__section .select__wrap:only-child {
  width: 100%;
}

.report-form__section .input__wrap:nth-child(odd):last-child,
.report-form__section .select__wrap:nth-child(odd):last-child {
  width: 100%;
}

.report-form__submit {
  padding: 10px 5px 0;
}

@media only screen and (max-width: 599px) {
  .report-form .input__wrap,
  .report-form .select__wrap {
    width: 100%;
  }
  .report-form__submit {
    padding: 20px 5px 0;
  }
}

.back-button__wrap {
  margin-bottom: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.back-button__wrap .back-button {
  margin: 0;
}

@media only screen and (max-width: 599px) {
  .back-button__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .back-button__wrap .back-button {
    text-align: left;
  }
}

.bulk-upload {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bulk-upload .upload__wrap,
.bulk-upload .button {
  width: calc(50% - 10px);
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 599px) {
  .bulk-upload .upload__wrap,
  .bulk-upload .button {
    width: 100%;
  }
}

.img-comp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  border-radius: 8px;
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
  background: #ffd3c2;
}

.img-comp__element {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
}

.img-comp__tracks {
  top: 0%;
  left: 0%;
  width: 75%;
  height: auto;
  -webkit-animation: driftLeft 6s ease infinite 2s alternate;
          animation: driftLeft 6s ease infinite 2s alternate;
}

.img-comp__shape {
  bottom: -11%;
  left: -7%;
  width: 80%;
  height: auto;
  -webkit-animation: driftRight 6.5s ease infinite 2s alternate;
          animation: driftRight 6.5s ease infinite 2s alternate;
}

.img-comp__circle2 {
  bottom: 5%;
  left: 5%;
  width: 12%;
  height: auto;
  -webkit-animation: driftLeft 2.5s ease infinite 2s alternate;
          animation: driftLeft 2.5s ease infinite 2s alternate;
}

.img-comp__circle1 {
  top: 15%;
  right: 45%;
  width: 10%;
  height: auto;
  -webkit-animation: driftRight 3s ease infinite 2s alternate;
          animation: driftRight 3s ease infinite 2s alternate;
}

.img-comp__icon-man {
  top: 9%;
  right: 9%;
  width: 27%;
  height: auto;
  -webkit-animation: driftRight 5s ease infinite 2s alternate;
          animation: driftRight 5s ease infinite 2s alternate;
}

.img-comp__paper {
  top: 20%;
  left: 10%;
  width: 33%;
  height: auto;
  -webkit-animation: driftLeft 3.5s ease infinite 2s alternate;
          animation: driftLeft 3.5s ease infinite 2s alternate;
}

.img-comp__train {
  bottom: 0;
  right: -10%;
  width: 70%;
  height: auto;
  -webkit-animation: driftRight 3.7s ease infinite 2s alternate;
          animation: driftRight 3.7s ease infinite 2s alternate;
}

.img-comp__icon-mag {
  top: 5%;
  left: 20%;
  width: 45%;
  height: auto;
}

.img-comp__standard-reports .img-comp__tracks {
  top: 0%;
  right: 0%;
  left: unset;
  width: 75%;
  -webkit-transform: scaleX(-100%);
          transform: scaleX(-100%);
  height: auto;
  -webkit-animation: driftLeftflipped 6s ease infinite 2.5s alternate;
          animation: driftLeftflipped 6s ease infinite 2.5s alternate;
}

.img-comp__standard-reports .img-comp__shape {
  bottom: -11%;
  right: 7%;
  left: unset;
  width: 75%;
  height: auto;
  z-index: 1;
  -webkit-transform: scaleX(-100%);
          transform: scaleX(-100%);
  -webkit-animation: driftRightflipped 6.5s ease infinite 2.5s alternate;
          animation: driftRightflipped 6.5s ease infinite 2.5s alternate;
}

.img-comp__standard-reports .img-comp__circle2 {
  bottom: 10%;
  right: 5%;
  left: unset;
  width: 12%;
  height: auto;
  -webkit-animation: driftLeft 2.5s ease infinite 2.5s alternate;
          animation: driftLeft 2.5s ease infinite 2.5s alternate;
}

.img-comp__standard-reports .img-comp__circle1 {
  top: 15%;
  right: 15%;
  width: 10%;
  z-index: 1;
  height: auto;
  -webkit-animation: driftRight 3s ease infinite 2.5s alternate;
          animation: driftRight 3s ease infinite 2.5s alternate;
}

.img-comp__standard-reports .img-comp__icon-man {
  display: none;
}

.img-comp__standard-reports .img-comp__paper {
  top: 8%;
  left: 8%;
  width: 25%;
  z-index: 0;
  height: auto;
  -webkit-animation: driftLeft 3.5s ease infinite 2.5s alternate;
          animation: driftLeft 3.5s ease infinite 2.5s alternate;
}

.img-comp__standard-reports .img-comp__train {
  bottom: 0;
  left: -15%;
  width: 70%;
  z-index: 1;
  height: auto;
  -webkit-transform: scaleX(-100%);
          transform: scaleX(-100%);
  -webkit-animation: driftRightflipped 3.7s ease infinite 2.5s alternate;
          animation: driftRightflipped 3.7s ease infinite 2.5s alternate;
}

.img-comp__standard-reports .img-comp__icon-mag {
  top: 5%;
  left: 20%;
  width: 45%;
  z-index: 2;
  height: auto;
}

@-webkit-keyframes driftLeft {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
}

@keyframes driftLeft {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
}

@-webkit-keyframes driftRight {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
}

@keyframes driftRight {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
}

@-webkit-keyframes driftLeftflipped {
  0% {
    -webkit-transform: translate(0px, 0px) scaleX(-100%);
            transform: translate(0px, 0px) scaleX(-100%);
  }
  100% {
    -webkit-transform: translate(-10px, 0px) scaleX(-100%);
            transform: translate(-10px, 0px) scaleX(-100%);
  }
}

@keyframes driftLeftflipped {
  0% {
    -webkit-transform: translate(0px, 0px) scaleX(-100%);
            transform: translate(0px, 0px) scaleX(-100%);
  }
  100% {
    -webkit-transform: translate(-10px, 0px) scaleX(-100%);
            transform: translate(-10px, 0px) scaleX(-100%);
  }
}

@-webkit-keyframes driftRightflipped {
  0% {
    -webkit-transform: translate(0px, 0px) scaleX(-100%);
            transform: translate(0px, 0px) scaleX(-100%);
  }
  100% {
    -webkit-transform: translate(10px, 0px) scaleX(-100%);
            transform: translate(10px, 0px) scaleX(-100%);
  }
}

@keyframes driftRightflipped {
  0% {
    -webkit-transform: translate(0px, 0px) scaleX(-100%);
            transform: translate(0px, 0px) scaleX(-100%);
  }
  100% {
    -webkit-transform: translate(10px, 0px) scaleX(-100%);
            transform: translate(10px, 0px) scaleX(-100%);
  }
}

.alert {
  position: absolute;
  top: 80px;
  right: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

@media only screen and (max-width: 899px) {
  .alert {
    position: unset;
  }
}

.wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #6c7173;
}

.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin: 0;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fcfeff;
  min-height: calc(100vh - 42px - 42px);
}

.page__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fcfeff;
  border: 1px solid #ccd0d1;
  border-left: none;
  border-right: none;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 40px - 40px);
}

.page--show {
  opacity: 1;
  display: block;
  padding-bottom: 60px;
}

.page--hide {
  opacity: 0;
  display: none;
}

@-webkit-keyframes pageright {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
}

@keyframes pageright {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
}

@media only screen and (max-width: 899px) {
  .page {
    min-height: calc(100vh - 42px);
  }
}

@media only screen and (max-width: 599px) {
  .page--show {
    display: block;
    opacity: 1;
    z-index: 2;
    -webkit-box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2), -100vw 0 0 0 rgba(0, 0, 0, 0.05);
            box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2), -100vw 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
    -webkit-transition: z-index 0ms linear, -webkit-transform 400ms ease-out;
    transition: z-index 0ms linear, -webkit-transform 400ms ease-out;
    transition: z-index 0ms linear, transform 400ms ease-out;
    transition: z-index 0ms linear, transform 400ms ease-out, -webkit-transform 400ms ease-out;
  }
  .page--hide {
    display: block;
    opacity: 1;
    z-index: 1;
    max-height: calc(100vh - 42px);
    overflow: hidden;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(1, -0.94, 1, -0.36);
    transition: -webkit-transform 400ms cubic-bezier(1, -0.94, 1, -0.36);
    transition: transform 400ms cubic-bezier(1, -0.94, 1, -0.36);
    transition: transform 400ms cubic-bezier(1, -0.94, 1, -0.36), -webkit-transform 400ms cubic-bezier(1, -0.94, 1, -0.36);
  }
  .page--reverse {
    display: block;
    opacity: 1;
    z-index: 1;
    -webkit-box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2), -100vw 0 0 0 rgba(0, 0, 0, 0.05);
            box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2), -100vw 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: z-index 0ms linear, -webkit-transform 400ms ease-out;
    transition: z-index 0ms linear, -webkit-transform 400ms ease-out;
    transition: z-index 0ms linear, transform 400ms ease-out;
    transition: z-index 0ms linear, transform 400ms ease-out, -webkit-transform 400ms ease-out;
  }
  .page--previous {
    display: block;
    background: #fcfeff;
    opacity: 1;
    z-index: 2;
    -webkit-box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2), -100vw 0 0 0 rgba(0, 0, 0, 0.05);
            box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2), -100vw 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: -webkit-transform 400ms ease-in;
    transition: -webkit-transform 400ms ease-in;
    transition: transform 400ms ease-in;
    transition: transform 400ms ease-in, -webkit-transform 400ms ease-in;
  }
}

.generic-hazards {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.generic-hazards__hazard {
  border: 1px solid #cfd5ee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

@media only screen and (max-width: 899px) {
  .generic-hazards__hazard {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .generic-hazards__hazard {
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.signal-wire-deg__wrap {
  border: 1px solid #cfd5ee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

@media only screen and (max-width: 899px) {
  .signal-wire-deg__wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .signal-wire-deg__wrap {
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.green-zone {
  border: 1px solid #cfd5ee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

.green-zone__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.green-zone__h2 {
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .green-zone {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .green-zone {
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.useful-link {
  border: 1px solid #cfd5ee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

.useful-link__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.useful-link__h2 {
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .useful-link {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .useful-link {
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.mobile-coverage {
  border: 1px solid #cfd5ee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

.mobile-coverage__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.mobile-coverage__warn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(229, 237, 249, 0.4);
  color: #3d3f42;
  border-color: #b9bde4;
  padding: 40px;
}

.mobile-coverage__warn-text {
  font-size: 20px;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 899px) {
  .mobile-coverage {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .mobile-coverage {
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
  .mobile-coverage__warn {
    padding: 20px;
  }
}

.buried-services {
  border: 1px solid #cfd5ee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

.buried-services__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.buried-services__h2 {
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .buried-services {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .buried-services {
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.hazard-form-pdf {
  border: 1px solid #cfd5ee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

.hazard-form-pdf__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.hazard-form-pdf__h2 {
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .hazard-form-pdf {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .hazard-form-pdf {
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.privacy {
  border: 1px solid #cfd5ee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

.privacy__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.privacy__h2 {
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .privacy {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .privacy {
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.user-guide {
  border: 1px solid #cfd5ee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

.user-guide__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.user-guide__h2 {
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .user-guide {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .user-guidem-pdf {
    border: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.admin-report-filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ccd0d1;
  border-radius: 2px;
  background: rgba(228, 231, 232, 0.2);
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

.admin-report-filter__title {
  width: 100%;
}

.admin-report-filter .select__wrap,
.admin-report-filter .input__wrap {
  width: calc(25% - 60px/4);
}

.admin-report-filter .select__wrap--double,
.admin-report-filter .input__wrap--double {
  width: calc(50% - 10px);
}

.admin-report-filter .button-group {
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .admin-report-filter .select__wrap,
  .admin-report-filter .input__wrap {
    width: calc(50% - 10px);
  }
  .admin-report-filter .select__wrap--double,
  .admin-report-filter .input__wrap--double {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .admin-report-filter .select__wrap,
  .admin-report-filter .input__wrap {
    width: 100%;
  }
}

.standard-reports {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.standard-reports__img, .standard-reports__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: calc(50% - 10px);
}

@media only screen and (max-width: 899px) {
  .standard-reports__img, .standard-reports__text {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .standard-reports__img {
    display: none;
  }
}

.input_route_du_elr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

.input_elr_mileage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
}

@media only screen and (max-width: 899px) {
  .input_route_du_elr {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-error {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 10px 10px 0;
}

.field-changed {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  font-weight: 700;
  white-space: nowrap;
}

.field-before {
  border-color: #b83737;
  color: #742323;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.field-after {
  border-color: #acc82a;
  color: #627418;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dark .field-before {
  border-color: #b83737;
  color: #d48181;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dark .field-after {
  border-color: #acc82a;
  color: #bcd34f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fields-changes {
  padding-left: 20px;
}

.detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1em;
}

.fields-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(25% - 60px / 4))[auto-fill];
      grid-template-columns: repeat(auto-fill, calc(25% - 60px / 4));
}

@media only screen and (max-width: 899px) {
  .fields-wrapper {
    -ms-grid-columns: (calc(50% - 10px))[auto-fill];
        grid-template-columns: repeat(auto-fill, calc(50% - 10px));
  }
}

@media only screen and (max-width: 599px) {
  .fields-wrapper {
    -ms-grid-columns: (100%)[auto-fill];
        grid-template-columns: repeat(auto-fill, 100%);
  }
}

.fields-wrapper .input__wrap,
.fields-wrapper .select__wrap,
.fields-wrapper .checkbox__wrap {
  width: 100%;
}

.detail-input {
  font-size: 1.5em;
  padding: 0px 8px;
  border: 0;
  border-left: 1px solid #6c717369;
  border-bottom: 1px solid #6c717369;
  border-radius: 5px;
  outline: none;
  color: #6c7173;
  /* box-shadow: 0px 1px 2px 0px #6c7173; */
}

.detail-span {
  padding: 0px 8px;
  /* border: 1px solid #e3e3e3; */
  border: 0;
  outline: none;
}

.userdetail-checkbox input {
  width: unset;
  cursor: pointer;
}

.userdetail-checkbox.readOnly {
  pointer-events: none;
}

.submission_register-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #ff8f78;
  color: #ff8f78;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.PresetDateRangePicker_button:active {
  outline: 0;
}

.PresetDateRangePicker_button__selected {
  color: #fcfeff;
  background: #cd6f66;
}

.SingleDatePickerInput {
  display: inline-block;
  background-color: #fcfeff;
}

.SingleDatePickerInput__withBorder {
  border: 1px solid #b3b8ba;
  border-radius: 3px;
}

.SingleDatePickerInput__withBorder:hover, .SingleDatePickerInput__withBorder:focus, .SingleDatePickerInput__withBorder:active {
  outline: none;
  border-color: #8d8ecf;
  -webkit-box-shadow: 0 0 3px 0 #b9bde4;
          box-shadow: 0 0 3px 0 #b9bde4;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.SingleDatePickerInput__rtl {
  direction: rtl;
}

.SingleDatePickerInput__disabled {
  color: #9ba1a3;
  border-color: #e4e7e8;
  background-color: #fcfeff;
  cursor: not-allowed;
}

.SingleDatePickerInput__disabled:hover, .SingleDatePickerInput__disabled:focus, .SingleDatePickerInput__disabled:active {
  outline: none;
  border-color: #e4e7e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.SingleDatePickerInput__block {
  display: block;
}

.SingleDatePickerInput__showClearDate {
  padding-right: 30px;
}

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.SingleDatePickerInput_clearDate__default:focus {
  background: #dbdbdb;
  border-radius: 50%;
}

.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}

.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 8px 8px;
  margin: 0 0 0 5px;
}

.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.SingleDatePicker {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.SingleDatePicker__block {
  display: block;
}

.SingleDatePicker button + .DateInput__block {
  width: calc(100% - 35px);
}

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fcfeff;
  position: absolute;
}

.SingleDatePicker_picker__rtl {
  direction: rtl;
}

.SingleDatePicker_picker__directionLeft {
  left: 0;
}

.SingleDatePicker_picker__directionRight {
  right: 0;
}

.SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fcfeff;
}

.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

.SingleDatePicker_closeButton:focus {
  color: #b0b3b4;
  text-decoration: none;
}

.SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2;
}

.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #cd6f66;
  bottom: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #9b4f54;
}

.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #ff8f78;
  top: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #cd6f66;
}

.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0;
}

.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #ff8f78;
  top: 0;
  left: 0;
}

.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #cd6f66;
}

.DayPickerKeyboardShortcuts_showSpan {
  color: #fcfeff;
  position: absolute;
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px;
}

.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fcfeff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left;
}

.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

.DayPickerKeyboardShortcuts_list * {
  display: inline-block;
}

.DayPickerKeyboardShortcuts_list .KeyboardShortcutRow {
  padding: 0;
  margin: 0 0 10px;
}

.DayPickerKeyboardShortcuts_list .KeyboardShortcutRow_keyContainer {
  border-radius: 3px;
  background: #7776c4;
  color: #fcfeff;
  padding: 5px 7px;
  margin: 0 5px 0 0;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  min-width: 20px;
}

.DayPickerKeyboardShortcuts_list .KeyboardShortcutRow_action {
  display: inline;
}

.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  margin: 0;
  fill: #cd6f66;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.DayPickerKeyboardShortcuts_closeSvg:focus, .DayPickerKeyboardShortcuts_closeSvg:hover {
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
  fill: #ffece6;
}

.DayPickerKeyboardShortcuts_close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
  border-radius: 5px;
  padding: 5px;
  width: 27px;
  height: 26px;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_close:hover {
  background: #cd6f66;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.DayPickerKeyboardShortcuts_close:hover .DayPickerKeyboardShortcuts_closeSvg {
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
  fill: #ffece6;
}

.CalendarDay {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

.CalendarDay:active {
  outline: 0;
}

.CalendarDay__defaultCursor {
  cursor: default;
}

.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fcfeff;
}

.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit;
}

.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit;
}

.CalendarDay__hovered_span {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87;
}

.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87;
}

.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87;
}

.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee;
}

.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7;
}

.CalendarDay__outside {
  border: 0;
  background: #fcfeff;
  color: #484848;
}

.CalendarDay__outside:hover {
  border: 0;
}

.CalendarDay__blocked_minimum_nights {
  background: #fcfeff;
  border: 1px solid #eceeee;
  color: #cacccd;
}

.CalendarDay__blocked_minimum_nights:active {
  background: #fcfeff;
  color: #cacccd;
}

.CalendarDay__blocked_minimum_nights:hover {
  background: #fcfeff;
  color: #cacccd;
}

.CalendarDay__blocked_calendar {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}

.CalendarDay__blocked_calendar:active {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}

.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}

.CalendarDay__blocked_out_of_range {
  background: #fcfeff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}

.CalendarDay__blocked_out_of_range:active {
  background: #fcfeff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}

.CalendarDay__blocked_out_of_range:hover {
  background: #fcfeff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848;
}

.CalendarDay__highlighted_calendar:active {
  background: #ffce71;
  color: #484848;
}

.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848;
}

.CalendarDay__selected {
  background: #cd6f66;
  border: 1px double #cd6f66;
  color: #fcfeff;
}

.CalendarDay__selected:active {
  background: #cd6f66;
  border: 1px double #cd6f66;
  color: #fcfeff;
}

.CalendarDay__selected:hover {
  background: #cd6f66;
  border: 1px double #cd6f66;
  color: #fcfeff;
}

.CalendarDay__selected_span {
  background: #ffc7ba;
  border: 1px double #ffc7ba;
  color: #fcfeff;
}

.CalendarDay__selected_span:active {
  background: #ffa28e;
  border: 1px double #ffa28e;
  color: #fcfeff;
}

.CalendarDay__selected_span:hover {
  background: #ffa28e;
  border: 1px double #ffa28e;
  color: #fcfeff;
}

.CalendarMonth {
  background: #fcfeff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
}

.CalendarMonth_verticalSpacing {
  border-collapse: separate;
}

.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial;
}

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}

.CalendarMonthGrid {
  background: #fcfeff;
  text-align: left;
  z-index: 0;
}

.CalendarMonthGrid__animating {
  z-index: 1;
}

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}

.CalendarMonthGrid__vertical {
  margin: 0 auto;
}

.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
}

.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%;
}

.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.CalendarMonthGrid_month__hidden {
  visibility: hidden;
}

.DayPickerNavigation {
  position: relative;
  z-index: 2;
}

.DayPickerNavigation__horizontal {
  height: 0;
}

.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1;
}

.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0;
}

.DayPickerNavigation__verticalScrollableDefault {
  position: relative;
}

.DayPickerNavigation__bottom {
  height: auto;
}

.DayPickerNavigation__bottomDefault {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fcfeff;
  color: #757575;
}

.DayPickerNavigation_button__default:focus {
  border: 1px solid #c4c4c4;
}

.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4;
}

.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}

.DayPickerNavigation_button__disabled {
  color: #9ba1a3;
  border-color: #e4e7e8;
  background-color: #fcfeff;
  cursor: not-allowed;
}

.DayPickerNavigation_button__disabled:hover, .DayPickerNavigation_button__disabled:focus, .DayPickerNavigation_button__disabled:active {
  outline: none;
  border-color: #e4e7e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px;
}

.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fcfeff;
  -webkit-box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%;
}

.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px;
}

.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px;
}

.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px;
}

.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0;
}

.DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%;
}

.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%;
}

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block;
}

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
}

.DayPickerNavigation_svg__disabled {
  fill: #e4e7e8;
}

.DayPicker {
  background: #fcfeff;
  position: relative;
  text-align: left;
}

.DayPicker__horizontal {
  background: #fcfeff;
}

.DayPicker__verticalScrollable {
  height: 100%;
}

.DayPicker__hidden {
  visibility: hidden;
}

.DayPicker__withBorder {
  -webkit-box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.DayPicker_portal__horizontal {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}

.DayPicker_portal__vertical {
  position: initial;
}

.DayPicker_focusRegion {
  outline: 0;
}

.DayPicker_calendarInfo__horizontal {
  display: inline-block;
  vertical-align: top;
}

.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top;
}

.DayPicker_weekHeaders {
  position: relative;
}

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left;
}

.DayPicker_weekHeader__vertical {
  left: 50%;
}

.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fcfeff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}

.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
}

.DayPicker_transitionContainer__vertical {
  width: 100%;
}

.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}

.DateInput {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 130px;
  vertical-align: middle;
}

.DateInput__small {
  width: 97px;
}

.DateInput__block {
  width: 100%;
}

.DateInput__disabled {
  color: #9ba1a3;
  border-color: #e4e7e8;
  background-color: #fcfeff;
  cursor: not-allowed;
}

.DateInput__disabled:hover, .DateInput__disabled:focus, .DateInput__disabled:active {
  outline: none;
  border-color: #e4e7e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.DateInput_input {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 6px 8px;
  margin: 0;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.DateInput_input:hover, .DateInput_input:focus, .DateInput_input:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px;
}

.DateInput_input__regular {
  font-weight: auto;
}

.DateInput_input__readOnly {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.DateInput_input__focused {
  outline: none;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.DateInput_input__disabled {
  color: #9ba1a3;
  border-color: #e4e7e8;
  background-color: #fcfeff;
  cursor: not-allowed;
}

.DateInput_input__disabled:hover, .DateInput_input__disabled:focus, .DateInput_input__disabled:active {
  outline: none;
  border-color: #e4e7e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
  margin-top: 1px;
}

.DateInput_fangShape {
  fill: #fcfeff;
}

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}

.DateRangePickerInput {
  background-color: #fcfeff;
  display: inline-block;
}

.DateRangePickerInput__disabled {
  color: #9ba1a3;
  border-color: #e4e7e8;
  background-color: #fcfeff;
  cursor: not-allowed;
}

.DateRangePickerInput__disabled:hover, .DateRangePickerInput__disabled:focus, .DateRangePickerInput__disabled:active {
  outline: none;
  border-color: #e4e7e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.DateRangePickerInput__withBorder {
  border: 1px solid #b3b8ba;
  border-radius: 3px;
}

.DateRangePickerInput__withBorder:hover, .DateRangePickerInput__withBorder:focus, .DateRangePickerInput__withBorder:active {
  outline: none;
  border-color: #8d8ecf;
  -webkit-box-shadow: 0 0 3px 0 #b9bde4;
          box-shadow: 0 0 3px 0 #b9bde4;
  -webkit-transition: 180ms ease-in;
  transition: 180ms ease-in;
}

.DateRangePickerInput__rtl {
  direction: rtl;
}

.DateRangePickerInput__block {
  display: block;
}

.DateRangePickerInput__block .DateInput {
  width: calc(50% - (35px + 30px)/2);
}

.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848;
  margin: 0 10px 0 0;
}

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 20px;
  width: 20px;
}

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.DateRangePickerInput_clearDates__small {
  padding: 6px;
}

.DateRangePickerInput_clearDates_default:focus {
  background: #dbdbdb;
  border-radius: 50%;
}

.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}

.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 8px 8px;
  margin: 0 0 0 5px;
}

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.DateRangePicker {
  position: relative;
  display: inline-block;
}

.DateRangePicker__block {
  display: block;
}

.DateRangePicker_picker {
  z-index: 1;
  background-color: #fcfeff;
  position: absolute;
}

.DateRangePicker_picker__rtl {
  direction: rtl;
}

.DateRangePicker_picker__directionLeft {
  left: 0;
}

.DateRangePicker_picker__directionRight {
  right: 0;
}

.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fcfeff;
}

.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

.DateRangePicker_closeButton:focus {
  color: #b0b3b4;
  text-decoration: none;
}

.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.dark {
  background: #262629;
}

.dark .network-rail-logo__path {
  fill: #e4e7e8;
}

.dark .page {
  background: #262629;
  color: #e4e7e8;
}

.dark .page__wrap {
  background: #262629;
  border-color: #3d3f42;
}

.dark .input,
.dark .textarea,
.dark .select {
  background: #262629;
  border-color: #6c7173;
  color: #ccd0d1;
}

.dark .input:hover, .dark .input:focus, .dark .input:active,
.dark .textarea:hover,
.dark .textarea:focus,
.dark .textarea:active,
.dark .select:hover,
.dark .select:focus,
.dark .select:active {
  border-color: #7776c4;
  -webkit-box-shadow: 0 0 3px 0 #7776c4;
          box-shadow: 0 0 3px 0 #7776c4;
}

.dark .input__wrap--error .input,
.dark .input__wrap--error .textarea,
.dark .textarea__wrap--error .input,
.dark .textarea__wrap--error .textarea,
.dark .select__wrap--error .input,
.dark .select__wrap--error .textarea {
  border-color: #d48181;
  background-color: #521818;
}

.dark .input__wrap--disabled .input,
.dark .input__wrap--disabled .textarea,
.dark .textarea__wrap--disabled .input,
.dark .textarea__wrap--disabled .textarea,
.dark .select__wrap--disabled .input,
.dark .select__wrap--disabled .textarea {
  border-color: #3d3f42;
}

.dark .input__wrap--disabled .input:hover, .dark .input__wrap--disabled .input:focus, .dark .input__wrap--disabled .input:active,
.dark .input__wrap--disabled .textarea:hover,
.dark .input__wrap--disabled .textarea:focus,
.dark .input__wrap--disabled .textarea:active,
.dark .textarea__wrap--disabled .input:hover,
.dark .textarea__wrap--disabled .input:focus,
.dark .textarea__wrap--disabled .input:active,
.dark .textarea__wrap--disabled .textarea:hover,
.dark .textarea__wrap--disabled .textarea:focus,
.dark .textarea__wrap--disabled .textarea:active,
.dark .select__wrap--disabled .input:hover,
.dark .select__wrap--disabled .input:focus,
.dark .select__wrap--disabled .input:active,
.dark .select__wrap--disabled .textarea:hover,
.dark .select__wrap--disabled .textarea:focus,
.dark .select__wrap--disabled .textarea:active {
  border-color: #3d3f42;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dark .input__label,
.dark .textarea__label,
.dark .select__label {
  color: #b3b8ba;
}

.dark .input__error,
.dark .textarea__error,
.dark .select__error {
  color: #e3a6a6;
}

.dark .button--secondary,
.dark a.button--secondary {
  background: transparent;
  color: #ffa28e;
}

.dark .button--secondary:hover, .dark .button--secondary:focus, .dark .button--secondary:active,
.dark a.button--secondary:hover,
.dark a.button--secondary:focus,
.dark a.button--secondary:active {
  background-color: rgba(54, 15, 48, 0.4);
  color: #ffd9d0;
  border-color: #cd6f66;
}

.dark .button--tertiary,
.dark a.button--tertiary {
  color: #ffa28e;
}

.dark .button--tertiary:hover, .dark .button--tertiary:focus, .dark .button--tertiary:active,
.dark a.button--tertiary:hover,
.dark a.button--tertiary:focus,
.dark a.button--tertiary:active {
  background-color: rgba(54, 15, 48, 0.4);
  color: #ffd9d0;
}

.dark .button--tertiary.button--disabled,
.dark a.button--tertiary.button--disabled {
  color: #55585b;
  background: transparent;
}

.dark .button--tertiary.button--disabled:hover, .dark .button--tertiary.button--disabled:focus, .dark .button--tertiary.button--disabled:active,
.dark a.button--tertiary.button--disabled:hover,
.dark a.button--tertiary.button--disabled:focus,
.dark a.button--tertiary.button--disabled:active {
  color: #55585b;
  background: transparent;
}

.dark .checkbox__label {
  color: #b3b8ba;
}

.dark .create-form,
.dark .report-form,
.dark .search-form,
.dark .filter-form {
  border-color: #55585b;
  background: rgba(85, 88, 91, 0.2);
}

.dark .create-form__section,
.dark .report-form__section,
.dark .search-form__section,
.dark .filter-form__section {
  border-color: #3d3f42;
}

.dark .create-form .input__approved .input,
.dark .report-form .input__approved .input,
.dark .search-form .input__approved .input,
.dark .filter-form .input__approved .input {
  border-color: #acc82a;
  color: #bcd34f;
}

.dark .create-form .input__approved .input__label,
.dark .report-form .input__approved .input__label,
.dark .search-form .input__approved .input__label,
.dark .filter-form .input__approved .input__label {
  color: #acc82a;
}

.dark .create-form .input__edited .input,
.dark .report-form .input__edited .input,
.dark .search-form .input__edited .input,
.dark .filter-form .input__edited .input {
  border-color: #ffac41;
  color: #ffb95d;
}

.dark .create-form .input__edited .input__label,
.dark .report-form .input__edited .input__label,
.dark .search-form .input__edited .input__label,
.dark .filter-form .input__edited .input__label {
  color: #ffac41;
}

.dark .create-form .input__rejected .input,
.dark .report-form .input__rejected .input,
.dark .search-form .input__rejected .input,
.dark .filter-form .input__rejected .input {
  border-color: #b83737;
  color: #d48181;
}

.dark .create-form .input__rejected .input__label,
.dark .report-form .input__rejected .input__label,
.dark .search-form .input__rejected .input__label,
.dark .filter-form .input__rejected .input__label {
  color: #c65c5c;
}

.dark .approve-pane {
  border-color: #55585b;
  background: rgba(85, 88, 91, 0.2);
}

.dark .approve-pane__entry {
  background: rgba(85, 88, 91, 0.2);
}

.dark .approve-pane__entry--approved .approve-pane__entry__metaDetails {
  color: #cbde74;
}

.dark .approve-pane__entry--edited .approve-pane__entry__metaDetails {
  color: #ffc77a;
}

.dark .approve-pane__entry--rejected .approve-pane__entry__metaDetails {
  color: #d48181;
}

.dark .image {
  background: #3d3f42;
}

.dark .image__wrap {
  background: #262629;
  border-color: #55585b;
}

.dark .card {
  border-color: #55585b;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.8);
}

.dark .header {
  border-color: #55585b;
  background: rgba(85, 88, 91, 0.2);
}

.dark .header__title {
  color: #e4e7e8;
}

.dark .admin-report-filter {
  border-color: #55585b;
  background: rgba(85, 88, 91, 0.2);
}

.dark .nav__button,
.dark .user-nav__button {
  background: #262629;
  border-color: #3d3f42;
  color: #a3a6d9;
}

.dark .nav__button:hover, .dark .nav__button:active, .dark .nav__button:focus,
.dark .user-nav__button:hover,
.dark .user-nav__button:active,
.dark .user-nav__button:focus {
  color: #cfd5ee;
  background: #1a172e;
  border-color: #1a172e;
}

.dark .nav__button--active,
.dark .user-nav__button--active {
  background: #262629;
  cursor: initial;
  font-weight: 700;
}

.dark .nav__button--active:hover, .dark .nav__button--active:active, .dark .nav__button--active:focus,
.dark .user-nav__button--active:hover,
.dark .user-nav__button--active:active,
.dark .user-nav__button--active:focus {
  color: #a3a6d9;
  background: #262629;
}

.dark .nav__ul,
.dark .user-nav__ul {
  border-color: #3d3f42;
}

.dark .res-table__wrap {
  border-color: #55585b;
  color: #b3b8ba;
}

.dark .res-table__th {
  background: #3d3f42;
  color: #e4e7e8;
}

.dark .res-table__tr:nth-of-type(odd) {
  background: transparent;
}

.dark .res-table__tr:nth-of-type(even) {
  background: rgba(49, 47, 84, 0.35);
}

.dark .generic-hazards__hazard {
  border-color: #55585b;
}

.dark .user-guide,
.dark .privacy,
.dark .hazard-form-pdf,
.dark .buried-services,
.dark .useful-link,
.dark .green-zone,
.dark .signal-wire-deg__wrap {
  border-color: #55585b;
}

.dark .mobile-coverage {
  border-color: #55585b;
}

.dark .mobile-coverage__warn {
  background: rgba(73, 71, 121, 0.4);
  color: #e4e7e8;
  border-color: #1a172e;
}

.dark .SingleDatePickerInput {
  background: #262629;
  border-color: #3d3f42;
  color: #ccd0d1;
}

.dark .SingleDatePicker_picker {
  background-color: #3d3f42;
}

.dark .SingleDatePicker__fullScreenPortal {
  background-color: #3d3f42;
}

.dark .CalendarDay__default {
  color: #e4e7e8;
  background: #3d3f42;
  border-color: #6c7173;
}

.dark .CalendarDay__default:hover {
  background: #55585b;
  border-color: #6c7173;
}

.dark .CalendarDay__outside {
  background: #3d3f42;
}

.dark .CalendarDay__selected {
  background: #ff8f78;
  border-color: #ff8f78;
  color: #fcfeff;
}

.dark .CalendarDay__selected:active, .dark .CalendarDay__selected:hover {
  background: #ff8f78;
  border-color: #ff8f78;
  color: #fcfeff;
}

.dark .CalendarDay__selected_span {
  background: rgba(155, 79, 84, 0.5);
  border-color: #9b4f54;
  color: #fcfeff;
}

.dark .CalendarDay__selected_span:active, .dark .CalendarDay__selected_span:hover {
  background: #cd6f66;
  border-color: #cd6f66;
  color: #fcfeff;
}

.dark .CalendarDay__blocked_out_of_range {
  background: transparent;
  color: #6c7173;
}

.dark .CalendarDay__blocked_out_of_range:active, .dark .CalendarDay__blocked_out_of_range:hover {
  background: transparent;
  color: #6c7173;
}

.dark .CalendarMonth {
  background: #3d3f42;
  color: #e4e7e8;
}

.dark .CalendarMonth_caption {
  color: #e4e7e8;
}

.dark .CalendarMonthGrid {
  background: #3d3f42;
}

.dark .DayPickerNavigation_button__default {
  background-color: #3d3f42;
  border-color: #6c7173;
}

.dark .DayPickerNavigation_button__default:hover {
  background-color: #55585b;
  border-color: #838a8c;
}

.dark .DayPickerNavigation_button__verticalDefault {
  background: #3d3f42;
  border-color: #6c7173;
}

.dark .DayPickerNavigation_svg__horizontal {
  fill: #e4e7e8;
}

.dark .DayPickerNavigation_svg__vertical {
  fill: #e4e7e8;
}

.dark .DayPickerNavigation_svg__disabled {
  fill: #55585b;
}

.dark .DayPicker {
  background: #3d3f42;
}

.dark .DayPicker__horizontal {
  background: #3d3f42;
}

.dark .DateInput_input {
  background: #262629;
  color: #e4e7e8;
}

.dark .DateInput_fangShape {
  fill: #3d3f42;
}

.dark .DateInput_fangStroke {
  stroke: #3d3f42;
}

.dark .DateRangePickerInput {
  background-color: #262629;
  border-color: #6c7173;
  color: #ccd0d1;
}

.dark .DateRangePickerInput__withBorder {
  border-color: #6c7173;
}

.dark .DateRangePickerInput__withBorder:hover, .dark .DateRangePickerInput__withBorder:focus, .dark .DateRangePickerInput__withBorder:active {
  border-color: #7776c4;
  -webkit-box-shadow: 0 0 3px 0 #7776c4;
          box-shadow: 0 0 3px 0 #7776c4;
}

.dark .DateRangePicker_picker {
  background-color: #3d3f42;
}

.dark .DateRangePicker__fullScreenPortal {
  background-color: #3d3f42;
}

.dark .DayPickerKeyboardShortcuts_panel {
  background: #55585b;
  color: #fcfeff;
  border-color: #55585b;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.dark .img-comp {
  opacity: 0.4;
  background: rgba(255, 211, 194, 0.3);
}

@media only screen and (max-width: 899px) {
  .dark .res-table__tr, .dark .res-table__tr--input, .dark .res-table__tr--clickable {
    border-color: #55585b;
    color: #e4e7e8;
  }
}
/*# sourceMappingURL=style.css.map */