@charset "UTF-8";
:root {
  --color-primary: #016eb6;
  --color-primary-light: #307eb3;
  --color-primary-dark: #005085;
  --color-Grey-light-1: #faf9f9;
  --color-Grey-light-2: #f4f2f2;
  --color-Grey-light-3: #f0eeee;
  --color-Grey-light-4: #ccc;
  --color-Grey-dark-1: #333;
  --color-Grey-dark-2: #777;
  --color-Grey-dark-3: #999;
  --shadow-dark: 0 2rem 6rem rgba(0, 0, 0, 0.3); }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-image: linear-gradient(to right bottom, #307eb3, #005085);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100vh;
  color: #777; }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(10rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes normalToBig {
  0% {
    transform: scale(1); }
  80% {
    transform: scale(1.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.u-center-text {
  text-align: center; }

.u-margin-bottom-large {
  margin-bottom: 8rem; }

.u-margin-bottom-medium {
  margin-bottom: 4rem; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem; }

.u-margin-top-large {
  margin-top: 8rem; }

.u-margin-top-medium {
  margin-top: 4rem; }

.u-margin-top-small-medium {
  margin-top: 2.5rem; }

.u-margin-top-small {
  margin-top: 1.5rem; }

.u-margin-left-large {
  margin-left: 8rem; }

.u-margin-left-medium {
  margin-left: 4rem; }

.u-margin-left-small {
  margin-left: 1.5rem; }

.u-margin-right-large {
  margin-right: 8rem; }

.u-margin-right-medium {
  margin-right: 4rem; }

.u-margin-right-small {
  margin-right: 1.5rem; }

.u-padding-left-small {
  padding-left: 1.5rem; }

.u-padding-small {
  padding: 1.5rem; }

.u-padding-medium {
  padding: 4rem; }

.u-center {
  justify-content: center; }

.u-stripe {
  width: 3rem;
  height: 0.5rem;
  border-radius: 5px;
  background-color: var(--color-Grey-dark-2); }

.u-stripe-small {
  width: 1.5rem;
  height: 0.25rem;
  border-radius: 5px;
  background-color: var(--color-Grey-dark-2); }

.u-border-circle {
  border-radius: 50%;
  border-width: 2px;
  border-color: antiquewhite;
  border: antiquewhite;
  width: 5rem; }

.u-background-red {
  background-color: red; }

.u-background-green {
  background-color: green; }

.u-background-blue {
  background-color: blue; }

.u-background-pink {
  background-color: pink; }

.u-background-purple {
  background-color: purple; }

.u-background-gray {
  background-color: gray; }

.u-flex {
  display: flex;
  flex: 1; }

.u-jc-center {
  justify-content: center; }

.u-ai-center {
  align-items: center; }

.u-jcai-center {
  align-items: center;
  justify-content: center; }

.u-ai-end {
  align-items: flex-end; }

.u-jc-end {
  justify-content: flex-end; }

.u-wrap {
  flex-wrap: wrap; }

.u-col {
  display: flex;
  flex-direction: column; }

.u-row {
  display: flex;
  flex-direction: row; }

.u-text-red {
  color: red; }

.u-text-white {
  color: white; }

.u-text-green {
  color: green; }

.u-text-underline {
  text-decoration: underline; }

.u-fill-green {
  fill: green; }

.u-fill-verygreen {
  fill: #3cff00; }

.u-fill-orange {
  fill: orange; }

.u-fill-orangeyellow {
  fill: #f5bd1f; }

.u-fill-primary {
  fill: #307eb3; }

.u-fill-gray {
  fill: gray; }

.u-fill-white {
  fill: white; }

.u-fill-red {
  fill: red; }

.u-navigation-text-back {
  text-decoration: none;
  font-size: medium;
  color: #307eb3; }

.u-navigation-text-current {
  text-decoration: none;
  font-size: medium;
  color: #333; }

.u-icon-verysmall {
  width: 1.5rem;
  height: 1.5rem; }

.u-icon-small {
  width: 2rem;
  height: 2rem; }

.u-icon-medium {
  width: 3rem;
  height: 3rem; }

.u-icon-large {
  width: 4rem;
  height: 4rem; }

.u-icon-very-large {
  width: 6rem;
  height: 6rem; }

.u-hidden {
  display: none; }

.u-inline {
  display: inline; }

.u-width-50 {
  width: 50%; }

.background {
  background-color: blue; }

.u-cursor-pointer {
  cursor: pointer; }

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden; }
  .heading-primary--main {
    display: block;
    font-size: 6rem;
    letter-spacing: 3.5rem;
    animation: moveInLeft;
    animation-duration: 1s;
    animation-timing-function: ease-out; }
  .heading-primary--sub {
    display: block;
    letter-spacing: 2.15rem;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 6rem;
    animation: moveInRight 1s ease-out; }

.heading-secondary {
  font-size: 3rem;
  font-weight: 400;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  letter-spacing: .2rem; }

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase; }

.paragraph:not(last-child) {
  font-size: 1.6rem; }
  .paragraph:not(last-child):not(:last-child) {
    margin-bottom: 3rem; }

.enormous-text {
  font-size: 10rem;
  font-family: inherit; }

.large-text {
  font-size: 3rem;
  font-family: inherit; }

.medium-text {
  font-size: 1.5rem;
  font-family: inherit; }

.small-text {
  font-size: 1.2em;
  font-family: inherit; }

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

.error-message {
  color: red;
  display: flex; }
  .error-message__login {
    margin-left: 3.5rem;
    position: relative; }

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

.u-margin-bottom-large {
  margin-bottom: 8rem; }

.u-margin-bottom-medium {
  margin-bottom: 4rem; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem; }

.u-margin-top-large {
  margin-top: 8rem; }

.u-margin-top-medium {
  margin-top: 4rem; }

.u-margin-top-small-medium {
  margin-top: 2.5rem; }

.u-margin-top-small {
  margin-top: 1.5rem; }

.u-margin-left-large {
  margin-left: 8rem; }

.u-margin-left-medium {
  margin-left: 4rem; }

.u-margin-left-small {
  margin-left: 1.5rem; }

.u-margin-right-large {
  margin-right: 8rem; }

.u-margin-right-medium {
  margin-right: 4rem; }

.u-margin-right-small {
  margin-right: 1.5rem; }

.u-padding-left-small {
  padding-left: 1.5rem; }

.u-padding-small {
  padding: 1.5rem; }

.u-padding-medium {
  padding: 4rem; }

.u-center {
  justify-content: center; }

.u-stripe {
  width: 3rem;
  height: 0.5rem;
  border-radius: 5px;
  background-color: var(--color-Grey-dark-2); }

.u-stripe-small {
  width: 1.5rem;
  height: 0.25rem;
  border-radius: 5px;
  background-color: var(--color-Grey-dark-2); }

.u-border-circle {
  border-radius: 50%;
  border-width: 2px;
  border-color: antiquewhite;
  border: antiquewhite;
  width: 5rem; }

.u-background-red {
  background-color: red; }

.u-background-green {
  background-color: green; }

.u-background-blue {
  background-color: blue; }

.u-background-pink {
  background-color: pink; }

.u-background-purple {
  background-color: purple; }

.u-background-gray {
  background-color: gray; }

.u-flex {
  display: flex;
  flex: 1; }

.u-jc-center {
  justify-content: center; }

.u-ai-center {
  align-items: center; }

.u-jcai-center {
  align-items: center;
  justify-content: center; }

.u-ai-end {
  align-items: flex-end; }

.u-jc-end {
  justify-content: flex-end; }

.u-wrap {
  flex-wrap: wrap; }

.u-col {
  display: flex;
  flex-direction: column; }

.u-row {
  display: flex;
  flex-direction: row; }

.u-text-red {
  color: red; }

.u-text-white {
  color: white; }

.u-text-green {
  color: green; }

.u-text-underline {
  text-decoration: underline; }

.u-fill-green {
  fill: green; }

.u-fill-verygreen {
  fill: #3cff00; }

.u-fill-orange {
  fill: orange; }

.u-fill-orangeyellow {
  fill: #f5bd1f; }

.u-fill-primary {
  fill: #307eb3; }

.u-fill-gray {
  fill: gray; }

.u-fill-white {
  fill: white; }

.u-fill-red {
  fill: red; }

.u-navigation-text-back {
  text-decoration: none;
  font-size: medium;
  color: #307eb3; }

.u-navigation-text-current {
  text-decoration: none;
  font-size: medium;
  color: #333; }

.u-icon-verysmall {
  width: 1.5rem;
  height: 1.5rem; }

.u-icon-small {
  width: 2rem;
  height: 2rem; }

.u-icon-medium {
  width: 3rem;
  height: 3rem; }

.u-icon-large {
  width: 4rem;
  height: 4rem; }

.u-icon-very-large {
  width: 6rem;
  height: 6rem; }

.u-hidden {
  display: none; }

.u-inline {
  display: inline; }

.u-width-50 {
  width: 50%; }

.background {
  background-color: blue; }

.u-cursor-pointer {
  cursor: pointer; }

.section-about {
  background-color: #f7f7f7;
  padding: 25rem 0;
  margin-top: -20vh; }

.section-features {
  padding: 20rem 0;
  background-image: linear-gradient(to right bottom, rgba(48, 126, 179, 0.8), rgba(0, 80, 133, 0.8)), url(/img/nat-4.jpg);
  background-size: cover; }

.textarea {
  width: 40rem;
  height: 40rem;
  background-color: #f1f1f1;
  border: #f1f1f1;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  margin: auto;
  padding: 1rem; }

.player-actions {
  display: flex;
  flex: 0.28;
  padding-top: 1rem;
  font-size: large;
  flex-direction: column;
  align-items: center;
  background-color: white;
  margin: 1rem;
  box-shadow: 0.5 1 2 #000;
  border-radius: 1rem;
  border: white 1px; }
  .player-actions__buttons {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin: 1rem;
    justify-content: space-between; }

.player-checkins {
  display: flex;
  flex: 1; }
  .player-checkins__kpis {
    display: flex;
    flex: 1.03;
    flex-wrap: wrap;
    background-color: white;
    margin: 1rem;
    box-shadow: 0.5 1 2 #000;
    border-radius: 1rem;
    border: white 1px; }
    .player-checkins__kpis--box {
      display: flex;
      width: 50%;
      height: 50%;
      justify-content: center;
      align-items: center; }
  .player-checkins__latest {
    display: flex;
    flex: 1;
    background-color: white;
    margin: 1rem;
    box-shadow: 0.5 1 2 #000;
    border-radius: 1rem;
    border: white 1px;
    flex-direction: column;
    align-items: center; }
    .player-checkins__latest--header {
      font-size: large;
      margin-top: 1rem; }
    .player-checkins__latest--table {
      margin-top: 3rem; }

.dropdown {
  position: relative;
  width: 100%;
  max-width: 40em;
  margin: 1rem auto;
  cursor: pointer;
  color: white; }
  .dropdown__label {
    display: block;
    position: relative;
    padding: 1em;
    border-radius: .5em;
    cursor: pointer; }
    .dropdown__label ::after {
      content: "▼";
      position: absolute;
      right: 0;
      top: 0;
      padding: 1em;
      border-left: 1px solid; }
  .dropdown__select {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 1em;
    height: 4em;
    opacity: 0;
    background: none transparent;
    border: 0 none; }
  .dropdown__primary {
    background: #307eb3;
    border-bottom: 0.25em solid #25628b; }
    .dropdown__primary:after {
      border-color: #25628b; }

.checkmark {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%; }
  .checkmark ::after {
    content: "";
    position: absolute;
    display: none; }
  .checkmark :hover {
    background-color: #ccc; }
  .checkmark :checked {
    background-color: #2196F3; }

.checkbox-container {
  display: flex;
  flex: 1;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.7rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: center; }
  .checkbox-container ::after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white; }
  .checkbox-container :hover {
    background-color: #016eb6; }

/* Hide the browser's default radio button */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom radio button */
.checkmark {
  margin-left: 1rem;
  position: relative;
  margin: auto 0;
  margin-left: 1.5rem;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #307eb3;
  border-radius: 50%; }

/* When the radio button is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #016eb6; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

.text-block {
  flex: 1;
  display: flex;
  font-size: inherit;
  flex-direction: column; }
  .text-block__type {
    font-size: 1.2rem; }
  .text-block__value {
    font-size: 1.4rem;
    font-weight: 400; }

.conversation-info {
  display: flex;
  flex: 1;
  flex-direction: column; }
  .conversation-info__general {
    flex: 1;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    background-color: white;
    border: 1px white;
    border-radius: 1rem;
    margin: 1rem; }
    .conversation-info__general--header {
      flex: 1;
      font-size: 2rem;
      justify-content: center;
      display: flex; }
  .conversation-info__input {
    flex: 1;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    background-color: white;
    border: 1px white;
    border-radius: 1rem;
    margin: 1rem; }
    .conversation-info__input--header {
      flex: 0.4;
      font-size: 2rem;
      justify-content: center;
      display: flex; }
    .conversation-info__input--block {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .conversation-info__input--block-question {
        flex: 1;
        font-size: 1.5rem; }
      .conversation-info__input--block-answer {
        flex: 2;
        display: flex;
        justify-content: space-around;
        align-items: center; }

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

.u-margin-bottom-large {
  margin-bottom: 8rem; }

.u-margin-bottom-medium {
  margin-bottom: 4rem; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem; }

.u-margin-top-large {
  margin-top: 8rem; }

.u-margin-top-medium {
  margin-top: 4rem; }

.u-margin-top-small-medium {
  margin-top: 2.5rem; }

.u-margin-top-small {
  margin-top: 1.5rem; }

.u-margin-left-large {
  margin-left: 8rem; }

.u-margin-left-medium {
  margin-left: 4rem; }

.u-margin-left-small {
  margin-left: 1.5rem; }

.u-margin-right-large {
  margin-right: 8rem; }

.u-margin-right-medium {
  margin-right: 4rem; }

.u-margin-right-small {
  margin-right: 1.5rem; }

.u-padding-left-small {
  padding-left: 1.5rem; }

.u-padding-small {
  padding: 1.5rem; }

.u-padding-medium {
  padding: 4rem; }

.u-center {
  justify-content: center; }

.u-stripe {
  width: 3rem;
  height: 0.5rem;
  border-radius: 5px;
  background-color: var(--color-Grey-dark-2); }

.u-stripe-small {
  width: 1.5rem;
  height: 0.25rem;
  border-radius: 5px;
  background-color: var(--color-Grey-dark-2); }

.u-border-circle {
  border-radius: 50%;
  border-width: 2px;
  border-color: antiquewhite;
  border: antiquewhite;
  width: 5rem; }

.u-background-red {
  background-color: red; }

.u-background-green {
  background-color: green; }

.u-background-blue {
  background-color: blue; }

.u-background-pink {
  background-color: pink; }

.u-background-purple {
  background-color: purple; }

.u-background-gray {
  background-color: gray; }

.u-flex {
  display: flex;
  flex: 1; }

.u-jc-center {
  justify-content: center; }

.u-ai-center {
  align-items: center; }

.u-jcai-center {
  align-items: center;
  justify-content: center; }

.u-ai-end {
  align-items: flex-end; }

.u-jc-end {
  justify-content: flex-end; }

.u-wrap {
  flex-wrap: wrap; }

.u-col {
  display: flex;
  flex-direction: column; }

.u-row {
  display: flex;
  flex-direction: row; }

.u-text-red {
  color: red; }

.u-text-white {
  color: white; }

.u-text-green {
  color: green; }

.u-text-underline {
  text-decoration: underline; }

.u-fill-green {
  fill: green; }

.u-fill-verygreen {
  fill: #3cff00; }

.u-fill-orange {
  fill: orange; }

.u-fill-orangeyellow {
  fill: #f5bd1f; }

.u-fill-primary {
  fill: #307eb3; }

.u-fill-gray {
  fill: gray; }

.u-fill-white {
  fill: white; }

.u-fill-red {
  fill: red; }

.u-navigation-text-back {
  text-decoration: none;
  font-size: medium;
  color: #307eb3; }

.u-navigation-text-current {
  text-decoration: none;
  font-size: medium;
  color: #333; }

.u-icon-verysmall {
  width: 1.5rem;
  height: 1.5rem; }

.u-icon-small {
  width: 2rem;
  height: 2rem; }

.u-icon-medium {
  width: 3rem;
  height: 3rem; }

.u-icon-large {
  width: 4rem;
  height: 4rem; }

.u-icon-very-large {
  width: 6rem;
  height: 6rem; }

.u-hidden {
  display: none; }

.u-inline {
  display: inline; }

.u-width-50 {
  width: 50%; }

.background {
  background-color: blue; }

.u-cursor-pointer {
  cursor: pointer; }

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden; }
  .heading-primary--main {
    display: block;
    font-size: 6rem;
    letter-spacing: 3.5rem;
    animation: moveInLeft;
    animation-duration: 1s;
    animation-timing-function: ease-out; }
  .heading-primary--sub {
    display: block;
    letter-spacing: 2.15rem;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 6rem;
    animation: moveInRight 1s ease-out; }

.heading-secondary {
  font-size: 3rem;
  font-weight: 400;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  letter-spacing: .2rem; }

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase; }

.paragraph:not(last-child) {
  font-size: 1.6rem; }
  .paragraph:not(last-child):not(:last-child) {
    margin-bottom: 3rem; }

.enormous-text {
  font-size: 10rem;
  font-family: inherit; }

.large-text {
  font-size: 3rem;
  font-family: inherit; }

.medium-text {
  font-size: 1.5rem;
  font-family: inherit; }

.small-text {
  font-size: 1.2em;
  font-family: inherit; }

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

.error-message {
  color: red;
  display: flex; }
  .error-message__login {
    margin-left: 3.5rem;
    position: relative; }

.btn {
  font-size: 1.6rem;
  width: 15rem;
  height: 3.5rem;
  background-image: linear-gradient(to right bottom, rgba(48, 126, 179, 0.8), rgba(0, 80, 133, 0.8));
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 30px;
  border: none; }
  .btn:link, .btn:visited {
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.6rem;
    background-color: #016eb6;
    color: white;
    height: 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem; }
  .btn__disabled {
    background-image: linear-gradient(to right bottom, rgba(146, 146, 146, 0.8), rgba(90, 90, 90, 0.8)); }
  .btn:active {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }
  .btn--white {
    background-color: #fff;
    color: #777; }
    .btn--white::after {
      background-color: #fff; }
  .btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s; }
  .btn--animated {
    animation: moveInBottom 1s  1 ease-out;
    animation-fill-mode: backwards; }

.btn-text:link, .btn-text:visited {
  color: #016eb6;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #016eb6;
  padding: 3px;
  font-size: 1.6rem;
  transition: all 0.2s; }
.btn-text:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  background-color: #016eb6;
  color: #fff; }
.btn-text:active {
  transform: translateY(0);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-box {
  position: absolute;
  top: 65%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%); }

.btn-secondary {
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
  background-color: #016eb6;
  color: white;
  height: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  width: 11rem; }

.cruks-btn {
  width: 40rem;
  height: 3rem;
  background-image: linear-gradient(to right bottom, rgba(48, 126, 179, 0.8), rgba(0, 80, 133, 0.8));
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: medium;
  border-radius: 3px; }

.next-btn {
  width: 20rem;
  height: 3rem;
  background-image: linear-gradient(to right bottom, rgba(48, 126, 179, 0.8), rgba(0, 80, 133, 0.8));
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: medium;
  border-radius: 3px;
  text-decoration: none; }

.btn-underline {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: white;
  cursor: pointer; }

.composition {
  position: relative; }
  .composition__photo {
    width: 55%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    outline-offset: 2rem; }
    .composition__photo--p1 {
      left: 0;
      top: -2rem; }
    .composition__photo--p2 {
      right: 0;
      top: 2rem; }
    .composition__photo--p3 {
      left: 20%;
      top: 10rem; }
    .composition__photo:hover {
      outline: 1.5rem solid #016eb6;
      transform: scale(1.05) translateY(-0.5rem);
      box-shadow: 0 2, 5rem 4rem rgba(0, 0, 0, 0.5);
      z-index: 1; }
  .composition:hover .composition__photo:not(:hover) {
    transform: scale(0.9); }

.birthday {
  display: flex;
  flex-direction: column;
  flex: 6; }
  .birthday__text {
    display: flex;
    font-family: inherit;
    font-size: large;
    justify-content: center; }
  .birthday__input {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem 0rem; }
    .birthday__input--box {
      width: 6rem;
      height: 6rem;
      border: 2px solid #307eb3;
      box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
      border-radius: .5rem;
      text-align: center;
      font-size: large;
      margin: 0 1rem; }
      .birthday__input--box:focus {
        border: 3px solid #016eb6;
        outline: none; }
    .birthday__input--box-small {
      width: 3rem;
      height: 3rem;
      border: 1px solid #307eb3;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
      border-radius: .5rem;
      text-align: center;
      font-size: medium;
      margin: 0 1rem; }
      .birthday__input--box-small:focus {
        border: 2px solid #016eb6;
        outline: none; }
    .birthday__input--box-year {
      width: 4.5rem;
      height: 3rem;
      border: 1px solid #307eb3;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
      border-radius: .5rem;
      text-align: center;
      font-size: medium;
      margin: 0 1rem; }
      .birthday__input--box-year:focus {
        border: 2px solid #016eb6;
        outline: none; }
  .birthday__surname {
    display: flex;
    justify-content: center;
    align-items: center; }
    .birthday__surname--input {
      width: 40rem;
      height: 3rem;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 2px solid #307eb3;
      font-family: inherit;
      font-size: medium;
      background-color: inherit; }
      .birthday__surname--input:focus {
        border-bottom: 3px solid #016eb6;
        outline: none; }
  .birthday__response {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0; }
    .birthday__response--box {
      width: 50rem;
      height: 100%;
      border-radius: 5px;
      display: flex;
      flex-wrap: wrap; }
  .birthday__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem; }

.feature-box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.8); }
  .feature-box__icon {
    font-size: 6rem;
    margin-bottom: .5rem; }

.side-nav {
  font-size: 1.4rem;
  list-style: none;
  margin-top: 3.5rem; }
  .side-nav__item {
    position: relative; }
    .side-nav__item:not(:last-child) {
      margin-bottom: .5rem; }
  .side-nav__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #016eb6; }
  .side-nav__item:hover::before, .side-nav__item--active::before {
    transform: scaleY(1);
    width: 100%; }
  .side-nav__link:link, .side-nav__link:visited {
    color: #016eb6;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10; }
  .side-nav__link:hover {
    color: white; }
  .side-nav__link--active:link, .side-nav__link--active:visited {
    color: white;
    position: relative;
    z-index: 11; }
  .side-nav__icon {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 2rem;
    fill: currentColor; }

.legal {
  font-size: 1.2rem;
  text-align: center;
  padding: 2.5rem;
  color: #ccc; }

.RRGR {
  display: flex;
  flex: 1;
  flex-direction: column; }
  .RRGR__image {
    display: flex;
    flex: 2;
    justify-content: center;
    align-items: center; }
    .RRGR__image--gauge {
      width: 80%;
      height: 80%; }
  .RRGR__score {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: orange; }
    .RRGR__score--label {
      font-size: 2.5rem;
      color: #999; }

.risk-rating {
  display: flex;
  flex: 1;
  flex-direction: column; }
  .risk-rating__image {
    display: flex;
    flex: 2;
    justify-content: center;
    align-items: center; }
    .risk-rating__image--gauge {
      width: 80%;
      height: 80%; }
    .risk-rating__image--rating {
      width: 80%;
      height: 40%; }
  .risk-rating__score {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: green; }
    .risk-rating__score--label {
      font-size: 2.5rem;
      color: #999; }

.player-information {
  display: flex;
  flex: 1;
  padding-top: 1rem;
  font-size: large;
  flex-direction: column;
  align-items: center;
  background-color: white;
  margin: 1rem;
  box-shadow: 0.5 1 2 #000;
  border-radius: 1rem;
  border: white 1px; }
  .player-information__label {
    font-size: 1.2rem;
    color: #999; }
  .player-information__general {
    width: 100%;
    text-align: center; }
  .player-information__header {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .player-information__header--left-button {
      display: flex;
      flex: 1;
      justify-content: center; }
    .player-information__header--title {
      display: flex;
      flex: 2;
      justify-content: center; }
    .player-information__header--right-button {
      display: flex;
      flex: 1;
      justify-content: center; }
  .player-information__box {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-left: 3rem;
    padding-bottom: 1rem; }
  .player-information__input {
    display: flex;
    flex: 5;
    width: 100%; }
    .player-information__input--field {
      font-family: inherit;
      font-size: 1.2rem;
      text-align: left;
      background-color: white;
      border: 1px gray solid;
      color: inherit;
      outline: none;
      padding: .7rem 2rem;
      width: 90%;
      margin: 1rem 1rem;
      border-radius: 5px;
      color: black; }
  .player-information__button {
    display: flex;
    flex: 1;
    width: 100%;
    margin-right: 5rem;
    justify-content: flex-end;
    align-items: center; }
  .player-information__text {
    font-size: 1.4rem; }
  .player-information__edit-btn {
    position: flex;
    cursor: pointer;
    border: none;
    background: none;
    z-index: 12; }
  .player-information__save-btn {
    position: flex;
    cursor: pointer;
    border: none;
    background: none;
    z-index: 12; }
  .player-information__close-btn {
    position: flex;
    cursor: pointer;
    border: none;
    background: none;
    z-index: 12; }

.player-conversation {
  display: flex;
  flex: 1; }
  .player-conversation__risk {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    margin: 1rem;
    border: white 1px;
    border-radius: 1rem; }
    .player-conversation__risk--label {
      font-family: inherit;
      font-size: 1.5rem;
      text-align: center; }
    .player-conversation__risk--ratings {
      display: flex;
      align-items: flex-start;
      flex: 1;
      justify-content: center;
      flex-direction: row; }
  .player-conversation__text {
    font-size: 1.4rem; }
  .player-conversation__label {
    font-size: 1.2rem;
    color: #999; }
  .player-conversation__box {
    display: flex;
    flex: 1;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-left: 3rem;
    padding-bottom: 1rem; }
  .player-conversation__kpis {
    display: flex;
    flex: 2.2;
    flex-wrap: wrap;
    background-color: white;
    margin: 1rem;
    box-shadow: 0.5 1 2 #000;
    border-radius: 1rem;
    border: white 1px; }
    .player-conversation__kpis--box {
      display: flex;
      width: 50%;
      height: 50%;
      justify-content: center;
      align-items: center; }
  .player-conversation__new-coversation {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    margin: 1rem;
    border: white 1px;
    border-radius: 1rem; }
  .player-conversation__buttons {
    display: flex;
    flex: 1;
    flex-direction: column; }
    .player-conversation__buttons--text {
      font-size: large; }
    .player-conversation__buttons--box {
      display: flex;
      flex: 1; }
    .player-conversation__buttons--icon {
      background-color: transparent;
      border: none; }

.kpi {
  width: 18rem;
  height: 18rem;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  background-color: #016eb6; }
  .kpi__score {
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    font-family: inherit;
    color: white; }
  .kpi__text {
    display: flex;
    flex: 1;
    font-size: 1.2rem;
    font-family: inherit;
    justify-content: center;
    align-items: center;
    color: white; }
  .kpi__icon {
    width: 6rem;
    height: 6rem;
    fill: currentColor; }
  .kpi__profile {
    width: 15rem;
    height: 15rem; }

.kpi-green {
  background-color: green; }

.kpi-red {
  background-color: red; }

.kpi-secondary {
  width: 70%;
  height: 70%;
  border-radius: 10px;
  flex-direction: row;
  display: flex;
  background-color: #016eb6;
  color: white;
  border: none; }
  .kpi-secondary__margin {
    margin-left: 1rem;
    margin-right: 1rem; }
  .kpi-secondary__icon {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center; }
    .kpi-secondary__icon--svg {
      width: 3rem;
      height: 3rem;
      fill: currentColor; }
  .kpi-secondary__text-box {
    display: flex;
    flex: 2.5;
    justify-content: center;
    flex-direction: column; }
    .kpi-secondary__text-box--label {
      font-size: small; }
    .kpi-secondary__text-box--information {
      font-size: 3rem; }
  .kpi-secondary__btn-box {
    display: flex;
    flex: 3.5;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; }
    .kpi-secondary__btn-box--label {
      font-size: small;
      padding-top: 1rem; }
    .kpi-secondary__btn-box--information {
      font-size: 3rem; }

.kpi-bar {
  display: flex;
  flex: 1.2;
  border-bottom: 1px solid gray;
  justify-content: center;
  flex-direction: column; }
  .kpi-bar__box {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center; }
  .kpi-bar__text {
    font-size: large;
    font-family: inherit;
    margin-left: 2rem;
    margin-top: 1rem; }

.status-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid gray; }
  .status-section__status {
    display: flex;
    flex: 12;
    flex-wrap: wrap; }
    .status-section__status--box {
      display: flex;
      width: 50%;
      height: 50%;
      justify-content: center;
      align-items: center; }
  .status-section__text {
    flex: 1;
    display: flex;
    margin-left: 2rem;
    font-size: large;
    align-items: center; }
  .status-section__general {
    display: flex;
    flex: 1;
    background-color: darkblue; }

.information-section {
  display: flex;
  flex: 1; }

.sub-header {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: x-large;
  font-family: inherit; }

.cruks-user {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: 25%; }
  .cruks-user__picture {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center; }
    .cruks-user__picture--photo {
      width: 6rem;
      height: 6rem;
      border-radius: 100px; }
  .cruks-user__text-box {
    display: flex;
    flex: 2.5;
    justify-content: center;
    flex-direction: column; }
    .cruks-user__text-box--firstname {
      font-size: small; }
    .cruks-user__text-box--surname {
      font-size: 3rem; }

.conversation-list {
  flex: 4;
  display: flex; }
  .conversation-list__box {
    margin-top: 1.5rem;
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
    overflow-y: auto; }
  .conversation-list__response {
    display: flex;
    flex: 1.5;
    flex-direction: column; }
    .conversation-list__response--box {
      display: flex;
      flex: 1;
      overflow: auto; }
      .conversation-list__response--box--picture {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center; }
        .conversation-list__response--box--picture--photo {
          width: 80%;
          height: 80%;
          border-radius: 400px; }
      .conversation-list__response--box--information {
        display: flex;
        flex: 1; }
    .conversation-list__response--active {
      margin: 1rem;
      background-color: #f4f2f2;
      border: antiquewhite 1px;
      border-radius: 10px;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }

.user {
  min-width: 35rem;
  height: 6rem;
  border-radius: 10px;
  flex-direction: row;
  display: flex;
  background-color: white;
  font-family: inherit;
  border: none; }
  .user__cruks {
    border: 1px solid red; }
  .user__intervention {
    border: 1px solid orange; }
  .user__button {
    cursor: pointer; }
  .user__regular {
    border: 1px solid green; }
  .user__active {
    border-width: 2px; }
  .user__picture {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center; }
    .user__picture--photo {
      width: 5rem;
      height: 5rem;
      border-radius: 100px; }
  .user__text-box {
    display: flex;
    flex: 2.5;
    margin-left: 1rem;
    flex-direction: column;
    text-align: start;
    justify-content: center; }
    .user__text-box--name {
      font-size: large; }
    .user__text-box--check-in {
      font-size: medium; }
  .user__icon {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center; }
    .user__icon--svg {
      fill: currentColor;
      width: 3rem;
      height: 3rem; }
      .user__icon--svg--orange {
        fill: orange; }
      .user__icon--svg--white {
        fill: white; }
      .user__icon--svg--green {
        fill: green; }
  .user:active {
    transform: translateY(-1px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }

.action-box {
  flex: 1;
  display: 1; }
  .action-box__button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column; }
  .action-box__seperator {
    height: 1rem; }

.status {
  display: flex;
  flex: 1;
  align-items: center;
  padding-top: 1rem;
  font-size: large;
  flex-direction: column; }
  .status__box {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%; }
  .status__label {
    font-size: 1.2rem;
    color: #999; }
  .status__text {
    font-size: 1.4rem; }

.question {
  display: flex;
  flex: 2;
  flex-direction: column;
  background-color: white;
  margin: 1rem;
  border-radius: 1rem; }
  .question__unanswered {
    display: flex;
    flex: 2;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem; }
  .question__header {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold; }
  .question__box {
    display: flex;
    flex: 7;
    flex-direction: column;
    justify-content: center; }
  .question__footer {
    display: flex;
    flex: 1;
    font-family: inherit;
    font-size: small;
    justify-content: space-evenly;
    align-items: center; }
    .question__footer--textarea {
      display: flex;
      flex: 1;
      flex-direction: column;
      margin-left: 2rem; }
      .question__footer--textarea--remarks {
        height: 4rem;
        width: 70%; }
    .question__footer--button {
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center; }
  .question__form {
    height: 6rem;
    width: 100%;
    padding: 1rem 2rem; }
    .question__form--header {
      font-size: medium;
      font-weight: 700;
      margin-left: 2rem;
      font-family: inherit; }
    .question__form--question {
      font-size: small;
      font-weight: 400;
      font-family: inherit; }
    .question__form--answer {
      display: flex; }
  .question__radio {
    display: flex;
    flex: 1;
    align-items: center; }

.radio {
  width: 10rem;
  height: 4rem; }
  .radio__container {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center; }
    .radio__container--input {
      height: 25px;
      width: 25px;
      border-radius: 50%;
      outline: none;
      background-color: white; }
    .radio__container--text {
      font-family: inherit;
      font-size: small; }

.wrapper {
  display: inline-flex;
  height: 7.5rem;
  width: 30rem;
  align-items: center;
  justify-content: space-evenly; }

.wrapper .option {
  background: #fff;
  height: 75%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease; }

.wrapper .option .dot {
  height: 1.5rem;
  width: 1.5rem;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative; }

.wrapper .option .dot::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 8px;
  height: 9px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.4);
  transition: all 0.3s ease; }

input[type="radio"] {
  display: none; }

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
  border-color: #0069d9;
  background: #0069d9; }

#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
  background: #fff; }

#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
  opacity: 1;
  transform: scale(1); }

.wrapper .option span {
  margin-left: 1rem;
  font-size: 10px;
  color: #808080; }

#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
  color: #fff; }

.customer-card {
  background-color: white;
  width: 18rem;
  max-height: 18.5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0px 1rem 1.5rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 2rem 2rem;
  color: #777;
  border: none; }
  .customer-card__banner {
    background-image: linear-gradient(to top, #307eb3, #016eb6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box; }
  .customer-card__seperator {
    height: 3.5rem; }
  .customer-card__photo {
    background-color: white;
    width: 7rem;
    height: 7rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-bottom: -3.5rem; }
  .customer-card__name {
    text-align: center;
    padding: 0 padding-size 0.5rem;
    margin: 0; }
  .customer-card__title {
    color: #333;
    font-size: 0.85rem;
    text-align: center;
    padding: 0 padding-size 1.2rem; }
  .customer-card__info {
    padding: 0 padding-size 1.2rem;
    display: flex;
    flex-direction: column;
    order: 99; }
    .customer-card__info--text {
      color: #016eb6; }
  .customer-card:active {
    transform: translateY(-1px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 0.6rem;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  table td, table th {
    padding-left: 8px; }
  table tbody {
    min-height: 60rem;
    max-height: 60rem; }
  table th {
    width: 20rem; }
  table thead {
    min-height: 5rem;
    max-height: 5rem;
    background-image: linear-gradient(to right bottom, rgba(48, 126, 179, 0.8), rgba(0, 80, 133, 0.8));
    font-size: 16px;
    color: white; }
  table tr {
    height: 4rem;
    border-bottom: 1px solid #E3F1D5;
    font-size: 1.2rem;
    font-family: inherit; }
    table tr:last-child {
      border: 0; }
  table td, table th {
    text-align: left; }
    table td.l, table th.l {
      text-align: right; }
    table td.c, table th.c {
      text-align: center; }
    table td.r, table th.r {
      text-align: center; }

tr:nth-child(even) {
  background-color: #307eb3;
  color: white; }

tbody tr:hover {
  background-color: #005085;
  color: white; }

.table-back__button {
  position: absolute;
  top: 0.5rem;
  right: 4rem;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 12;
  fill: white; }

.table-forward__button {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 12; }

@media screen and (max-width: 35.5em) {
  table {
    display: block; }
    table > *, table tr, table td, table th {
      display: block; }
    table thead {
      display: none; }
    table tbody tr {
      height: auto;
      padding: 8px 0; }
      table tbody tr td {
        padding-left: 45%;
        margin-bottom: 12px; }
        table tbody tr td:last-child {
          margin-bottom: 0; }
        table tbody tr td:before {
          position: absolute;
          font-weight: 700;
          width: 40%;
          left: 10px;
          top: 0; }
        table tbody tr td:nth-child(1):before {
          content: "Code"; }
        table tbody tr td:nth-child(2):before {
          content: "Stock"; }
        table tbody tr td:nth-child(3):before {
          content: "Cap"; }
        table tbody tr td:nth-child(4):before {
          content: "Inch"; }
        table tbody tr td:nth-child(5):before {
          content: "Box Type"; } }
blockquote {
  color: white;
  text-align: center; }

.staff-photo {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  z-index: 1; }
  .staff-photo__edit {
    z-index: 2;
    width: 2rem;
    height: 2rem;
    fill: gray; }

.cruks-search__btn-box {
  display: flex;
  justify-content: center;
  margin-top: 2rem; }

.select-box {
  width: 40rem;
  font-size: large;
  text-decoration: none;
  color: #777;
  background-color: #fff;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
  transition: all 375ms ease-in-out;
  border-radius: 3px;
  outline: none; }

.text-input {
  width: 40rem;
  height: 3rem;
  border: 2px solid #307eb3;
  font-family: inherit;
  font-size: medium;
  color: white;
  border-radius: 50px;
  padding-left: 1rem;
  background-color: #307eb3; }
  .text-input__small {
    width: 30rem; }
  .text-input:focus {
    border: 2.5px solid #307eb3;
    outline: none; }
  .text-input::placeholder {
    color: white; }

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 50%;
  min-height: 50%;
  max-width: 50%;
  max-height: 50%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: flex; }
  .modal__background {
    background-image: linear-gradient(to right bottom, rgba(48, 126, 179, 0.8), rgba(0, 80, 133, 0.8)); }
  .modal--small {
    min-width: 20%;
    min-height: 40%;
    max-width: 20%;
    max-height: 40%; }

.modal-table {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 60rem;
  min-height: 60rem;
  max-width: 50rem;
  max-height: 60rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10; }

.show-modal {
  font-size: 2rem;
  font-weight: 600;
  padding: 1.75rem 3.5rem;
  margin: 5rem 2rem;
  border: none;
  background-color: #fff;
  color: #444;
  border-radius: 10rem;
  cursor: pointer; }

.save-modal {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 12; }

.delete-modal {
  position: absolute;
  top: 1rem;
  left: 51%;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 12; }

.back-modal {
  position: absolute;
  top: 1rem;
  left: 51%;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 12; }

.close-modal {
  position: absolute;
  top: 0rem;
  left: 2rem;
  z-index: 5;
  font-size: 4rem;
  color: white;
  cursor: pointer;
  border: none;
  background: none; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5; }

.overlayEmployee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5; }

.modal-employee {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 45%;
  min-height: 45%;
  max-width: 45%;
  max-height: 45%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: flex; }
  .modal-employee__background {
    background-image: linear-gradient(to right bottom, rgba(48, 126, 179, 0.8), rgba(0, 80, 133, 0.8)); }

.show-modal {
  font-size: 2rem;
  font-weight: 600;
  padding: 1.75rem 3.5rem;
  margin: 5rem 2rem;
  border: none;
  background-color: #fff;
  color: #444;
  border-radius: 10rem;
  cursor: pointer; }

.save-modal {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 12; }

.edit-modal {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 12; }

.close-modal {
  position: absolute;
  top: 0rem;
  left: 2rem;
  z-index: 5;
  font-size: 4rem;
  color: white;
  cursor: pointer;
  border: none;
  background: none; }

.search {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .search__input {
    font-family: inherit;
    font-size: small;
    background-color: gray;
    border: none;
    color: white;
    padding: .7rem 2rem;
    border-radius: 10rem;
    width: 15rem;
    transition: .2s;
    margin-right: -3.25rem; }
    .search__input:focus {
      outline: none; }
    .search__input::-webkit-input-placeholder {
      color: #ccc;
      font-weight: 200; }
  .search__input:focus + .search__button {
    background-color: grey; }
  .search__button {
    border: none;
    background-color: gray; }
    .search__button:focus {
      outline: none; }
    .search__button:active {
      transform: translateY(2px); }
  .search__icon {
    height: 2rem;
    width: 2rem;
    fill: white; }

.employee-card {
  background-color: white;
  width: 18rem;
  height: 18rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: none;
  border-radius: 2rem;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 1rem 2rem;
  color: #777;
  font-size: inherit; }
  .employee-card__banner {
    background-color: #016eb6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box; }
  .employee-card__seperator {
    height: 3.5rem; }
  .employee-card__photo {
    background-color: white;
    width: 7rem;
    height: 7rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-bottom: -3.5rem; }
  .employee-card__name {
    text-align: center;
    padding: 0 padding-size 0.5rem;
    margin: 0; }
  .employee-card__title {
    color: #333;
    font-size: 0.85rem;
    text-align: center;
    padding: 0 padding-size 1.2rem; }
  .employee-card__info {
    padding: 0 padding-size 1.2rem;
    display: flex;
    flex-direction: column;
    order: 99; }
    .employee-card__info--text {
      color: #016eb6; }
  .employee-card:active {
    transform: translateY(-1px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }

.cruks-result-btn {
  font-size: 1.6rem;
  background-color: #016eb6;
  width: 21rem;
  height: 4rem;
  background-image: linear-gradient(to right bottom, rgba(48, 126, 179, 0.8), rgba(0, 80, 133, 0.8));
  text-align: center;
  color: white;
  border-radius: 10px;
  border: none;
  cursor: pointer; }

.maintenance {
  display: flex;
  flex-direction: column;
  width: 70rem;
  height: 50rem;
  background-color: #f4f2f2;
  margin: auto auto;
  border-radius: 5px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.5); }
  .maintenance__header {
    font-size: 3rem;
    color: #016eb6; }
  .maintenance__text {
    font-size: 2rem;
    color: #016eb6; }

.user-profile {
  display: flex;
  flex: 1;
  align-items: center;
  padding-top: 1rem;
  font-size: large;
  flex-direction: column; }
  .user-profile__label {
    font-size: 1.2rem;
    color: #999; }
  .user-profile__text {
    font-size: 1.4rem; }
  .user-profile__general {
    width: 100%;
    text-align: center; }
  .user-profile__box {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-left: 3rem;
    padding-bottom: 1rem; }
  .user-profile__checkbox {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center; }
    .user-profile__checkbox--text {
      font-size: 1.4rem; }

.background__bluewonder {
  background-image: linear-gradient(to right bottom, #307eb3, #307eb3);
  background-repeat: no-repeat;
  background-size: cover; }

.background__blue-right-bottom {
  background-image: linear-gradient(to right bottom, #005085, #307eb3);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(0, 80, 133, 0.5); }

.background__blue-right-top {
  background-image: linear-gradient(to right top, #005085, #307eb3);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(0, 80, 133, 0.5); }

.background__blue-left-bottom {
  background-image: linear-gradient(to left bottom, #005085, #307eb3);
  background-repeat: no-repeat;
  background-size: cover; }

.background__blue-left-top {
  background-image: linear-gradient(to left top, #005085, #307eb3);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(0, 80, 133, 0.5); }

.background__blue-center-edges {
  background-image: radial-gradient(#307eb3, #005085);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(0, 80, 133, 0.5); }

.background__behongo-left-right {
  background-image: linear-gradient(to right bottom, #52c234, #308413);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(48, 132, 19, 0.5); }

.background__behongo-center-edges {
  background-image: radial-gradient(#52c234, #308413);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(48, 132, 19, 0.5); }

.background__mice-elf-left-right {
  background-image: linear-gradient(to right bottom, #948E99, #2E1437);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(46, 20, 55, 0.5); }

.background__mice-elf-center-edges {
  background-image: radial-gradient(#948E99, #2E1437);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(46, 20, 55, 0.5); }

.background__orange-fun-left-right {
  background-image: linear-gradient(to right bottom, #f7b733, #fc4a1a);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(252, 74, 26, 0.5); }

.background__orange-fun-center-edges {
  background-image: radial-gradient(#f7b733, #fc4a1a);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(252, 74, 26, 0.5); }

.background__sin-city-center-edges {
  background-image: radial-gradient(#ed213a, #93291e);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(147, 41, 30, 0.5); }

.background__sin-city-left-right {
  background-image: linear-gradient(to right bottom, #ed213a, #93291e);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.5rem 1rem rgba(147, 41, 30, 0.5); }

.header {
  height: 7rem;
  font-size: 1.4rem;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.logo {
  height: 5rem;
  margin-left: 3rem; }

.user-nav {
  display: flex;
  align-items: center;
  align-self: stretch; }
  .user-nav > * {
    padding: 0 2rem;
    cursor: pointer;
    height: 100%; }
  .user-nav > *:hover {
    background-color: #f4f2f2; }
  .user-nav__icon-box {
    display: flex;
    align-items: center;
    position: relative; }
  .user-nav__icon {
    height: 2.25rem;
    width: 2.25rem;
    fill: #777; }
  .user-nav__notification {
    font-size: .8rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: #016eb6;
    color: #fff;
    position: absolute;
    top: 1.5rem;
    right: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .user-nav__notification--active {
      background-color: #fff;
      color: #016eb6; }
  .user-nav__user {
    display: flex;
    align-items: center; }
  .user-nav__user-photo {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 2rem;
    fill: currentColor; }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - (6rem * 2)) / 3); }
  .row .col-2-of-3 {
    width: calc((2 * (100% - (6rem * 2)) / 3) + 6rem ); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-4 {
    width: calc( (2 * (100% - 3 * 6rem) / 4) + 6rem ); }
  .row .col-3-of-4 {
    width: calc( (3 * (100% - 3 * 6rem) / 4) + 2 * 6rem ); }

.general {
  height: 95vh;
  background-image: linear-gradient(to right bottom, rgba(48, 126, 179, 0.8), rgba(0, 80, 133, 0.8));
  background-size: cover;
  background-position: top;
  position: relative; }
  .general__logo-box {
    position: absolute;
    top: 4rem;
    left: 4rem; }
  .general__text-box {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 20%;
    left: 50%;
    text-align: center; }
  .general__logo {
    height: 6rem; }

.form-container {
  min-width: 60rem;
  margin: 8rem auto;
  background-color: #f4f2f2;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
  max-height: 42.8rem;
  border-radius: 0.5rem; }

.form-header {
  height: 6rem;
  background-color: #fff;
  font-size: 2rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.form-content {
  display: flex;
  flex: 1; }
  .form-content-box {
    flex-direction: row;
    min-height: 20rem; }
  .form-content__input-fields {
    flex-direction: column;
    flex-grow: 1;
    background-color: green; }
  .form-content__input-field {
    height: 5rem;
    background-color: green; }
  .form-content__input-item {
    height: 5rem;
    border: none;
    width: 100%; }
  .form-content__display-fields {
    flex: 0 0 18%; }
  .form-content__display-item {
    height: 5rem;
    border-bottom: 1px solid black;
    border-right: 1px dotted gray;
    flex: 1;
    justify-content: center;
    text-align: center; }
  .form-content__cruks-reponse {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .form-content__cruks-reponse-image {
      flex: 5; }
    .form-content__cruks-reponse-text {
      flex: 1;
      font-size: large;
      color: gray; }

.form-content-button_box {
  height: 6rem;
  text-align: center;
  display: flex;
  border-top: 1px black solid; }

.form-content__btn {
  width: 50%;
  color: white; }
  .form-content__btn-back {
    border-right: 1px solid black;
    border-bottom-left-radius: 5px;
    align-content: center; }
  .form-content__btn-next {
    background-color: blue;
    border-bottom-right-radius: 5px; }

.overview-container {
  min-width: 140rem;
  max-width: 140rem;
  margin: 6rem auto;
  background-color: #f4f2f2;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
  min-height: 80rem;
  max-height: 80rem; }

.container {
  width: 120rem;
  margin: 8rem auto;
  background-color: #f4f2f2;
  box-shadow: var(--shadow-dark);
  min-height: 50rem; }

.content {
  display: flex; }

.sidebar {
  background-color: #fff;
  flex: 0 0 18%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid grey; }

.cruks-view {
  flex: 1;
  display: flex;
  height: 73rem;
  flex-direction: column;
  font-family: inherit; }
  .cruks-view__hide {
    display: none;
    visibility: hidden; }

.staff-view {
  flex: 1;
  display: flex;
  height: 73rem;
  flex-direction: row; }

.general-section {
  flex: 4;
  display: flex; }

.meeting-view {
  flex: 1;
  display: flex;
  height: 73rem; }

.cruks-search {
  display: flex;
  flex: 1;
  flex-direction: column; }

.cruks-client {
  display: flex;
  flex: 1;
  flex-direction: column; }

.cruks-result {
  display: flex;
  flex: 1;
  flex-direction: column; }
  .cruks-result__photo {
    width: 20rem;
    height: 20rem;
    border-radius: 50%; }

.cruks-register {
  display: flex;
  flex: 1;
  flex-direction: column; }

.players-profile {
  flex: 1;
  display: flex;
  height: 73rem; }
  .players-profile__conversation {
    display: flex;
    flex: 1;
    flex-direction: column; }
  .players-profile__user {
    display: flex;
    flex: 1;
    flex-direction: column; }
    .players-profile__user--table {
      padding: 5px;
      flex-direction: column;
      display: flex;
      flex: 2;
      justify-content: flex-end;
      align-items: flex-start; }
      .players-profile__user--table-photo {
        width: 20rem;
        height: 20rem;
        border-radius: 50%; }
    .players-profile__user--name {
      display: flex;
      flex: 0.3;
      font-size: 3rem;
      justify-content: center;
      border-bottom: 1px solid grey; }
    .players-profile__user--ratings {
      display: flex;
      flex: 2; }
  .players-profile__information {
    display: flex;
    flex: 1;
    flex-direction: column; }
    .players-profile__information--additional-box {
      display: flex;
      flex: 1; }

.horizontal-splitter {
  display: flex;
  flex: 1;
  flex-direction: row; }

.xxs-row-box {
  display: flex;
  flex: 0.25;
  font-family: inherit; }

.xs-row-box {
  display: flex;
  flex: 0.5;
  font-family: inherit; }

.small-row-box {
  display: flex;
  flex: 1;
  font-family: inherit; }

.medium-row-box {
  display: flex;
  flex: 2;
  font-family: inherit; }

.large-row-box {
  display: flex;
  flex: 4;
  font-family: inherit; }

.xl-row-box {
  display: flex;
  flex: 6;
  font-family: inherit; }

.xxl-row-box {
  display: flex;
  flex: 8;
  font-family: inherit; }

.xxs-col-box {
  display: flex;
  flex: 0.25;
  font-family: inherit;
  flex-direction: column; }

.xs-col-box {
  display: flex;
  flex: 0.5;
  font-family: inherit;
  flex-direction: column; }

.small-col-box {
  display: flex;
  flex: 1;
  flex-direction: column; }

.medium-col-box {
  display: flex;
  flex: 2;
  flex-direction: column; }

.large-col-box {
  display: flex;
  flex: 4;
  flex-direction: column; }

.xl-col-box {
  display: flex;
  flex: 6;
  flex-direction: column; }

.xxl-col-box {
  display: flex;
  flex: 8;
  flex-direction: column; }

.horizontal-box {
  display: flex;
  flex: 1;
  flex: row; }

.vertical-box {
  display: flex;
  flex: 1;
  flex: column; }

#report-filter > div {
  display: inline-block; }

#report-table {
  background-color: transparent !important; }

/********************/
/* GridJS overrides */
/********************/
.gridjs-tbody, td.gridjs-td {
  background-color: transparent !important; }

.login {
  display: flex;
  width: 70rem;
  height: 50rem;
  background-color: #f4f2f2;
  margin: auto auto;
  border-radius: 5px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.5); }
  .login__leftSide {
    display: flex;
    flex: 1; }
  .login__update {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .login__update--header {
      display: flex;
      flex: 1;
      font-size: 3rem;
      justify-content: center;
      align-items: center;
      color: #016eb6; }
    .login__update--mainText {
      padding: 1rem;
      display: flex;
      flex: 3;
      font-size: 1.6rem;
      justify-content: center;
      align-items: center;
      color: #016eb6; }
    .login__update--button {
      display: flex;
      flex: 1;
      justify-content: center; }
  .login__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right bottom, rgba(1, 110, 182, 0.8), rgba(1, 110, 182, 0.8)); }
    .login__info--logo {
      width: 20rem;
      height: 10rem; }
    .login__info--application-name {
      font-size: x-large;
      font-family: inherit;
      margin-top: 2rem;
      font-weight: 400;
      color: white; }
    .login__info--update {
      margin-top: 5rem; }
      .login__info--update-btn {
        border: none;
        background-color: transparent;
        cursor: pointer; }
      .login__info--update-logo {
        width: 4rem;
        height: 4rem;
        animation-name: normalToBig;
        animation-duration: 2s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite; }
  .login__form {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .login__form--text {
      display: flex;
      flex: 1;
      font-size: 3rem;
      justify-content: center;
      align-items: center;
      color: #016eb6; }
    .login__form--icon {
      width: 2rem;
      height: 2rem;
      position: relative;
      margin-left: -3rem;
      margin-bottom: 1rem;
      fill: #fff; }
    .login__form--icon-password {
      width: 2rem;
      height: 2rem;
      position: relative;
      margin-top: 2rem;
      margin-left: -3rem;
      fill: #fff; }
    .login__form--username {
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: flex-end;
      margin-bottom: 1rem; }
    .login__form--password {
      display: flex;
      flex: 1;
      justify-content: center; }
    .login__form--button {
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center; }

/*# sourceMappingURL=style.css.map */
