body {
  background-repeat: repeat;
  background-size: 15rem;
  -webkit-overflow-scrolling: touch !important; }

body:focus {
  outline: none; }

.hidden {
  display: none !important; }

.marginless {
  margin: 0 !important; }

.turbo-progress-bar:after {
  background-image: url(/assets/logo-e8863517792fb5616bb4ec63ea872edae76b76dae89563ffafc722b5c0d66a6b.svg); }

#content {
  text-align: right;
  max-width: 90rem;
  margin: 0 auto 0.5rem;
  background-color: #00CC00;
  padding: 0 1.5rem; }

* {
  margin: 0px;
  padding: 0px;
  border: none;
  vertical-align: baseline;
  font: inherit;
  color: inherit;
  background: transparent; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation; }

main {
  display: block; }

a {
  background-color: transparent; }

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

/* HTML5 display-role reset for older browsers */
ol, ul {
  list-style: none; }

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

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

input, textarea, select {
  background: transparent;
  font-size: inherit;
  font-family: inherit;
  width: 100%; }
  input:focus, textarea:focus, select:focus {
    outline: none; }
  input:hover, input:active, input -internal-autofill-selected, textarea:hover, textarea:active, textarea -internal-autofill-selected, select:hover, select:active, select -internal-autofill-selected {
    background: transparent; }

@font-face {
  font-family: "Sans Regular";
  font-display: swap;
  src: url(/assets/Google-Sans-Regular-88dd0d56f3ca92a24cdfcd525743af5ba9b803b4c673713196e1ad7e7bc09dba.ttf) format("truetype"); }

@font-face {
  font-family: "Sans Bold";
  font-display: swap;
  src: url(/assets/Google-Sans-Bold-9192b98ed07cc169fbe28280f83c55bf5726cf148cd29b50444c9be93b1af0b5.ttf) format("truetype"); }

@font-face {
  font-family: "Sans Bold Italic";
  font-display: swap;
  src: url(/assets/Google-Sans-Bold-Italic-94e3baab3057c344a3cf8edae40bbd59f1ea595abef12e2b2f7b27100192ac4b.ttf) format("truetype"); }

@font-face {
  font-family: "Sans Italic";
  font-display: swap;
  src: url(/assets/Google-Sans-Italic-11b9b1bd74c232c96a52108342a17fdd28c8ac4a0867627fb4d02dc0c4d8a080.ttf) format("truetype"); }

@font-face {
  font-family: "Material Icons Regular";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Material-Icons-Regular-507355e1a1f8ad74f547f17dcde5b1dd255057ea97f322e3c88ba498511f0a67.ttf) format("truetype"); }

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Material-Icons-Outlined-Regular-a449f0fb89226aa45f5c07326d65a0a0f28447e826aa6a440f605816ad11f684.otf) format("opentype"); }

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Material-Icons-Round-Regular-7eee7810e8750ddeccd9aa8f7889619053394121687bb908376f0538ad093730.otf) format("opentype"); }

@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Material-Icons-Sharp-Regular-f8ad97cb4831f086f66f59fce5cf1206bc81743348bcfffeafad7d0394433a83.otf) format("opentype"); }

@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Material-Icons-Two-Tone-Regular-d2dc04ac7c89896e44bf9ee681ac9e026bb1293d2ccf17812432ee54268cc99b.otf) format("opentype"); }

.material-icons-regular, .material-icons-outlined, .material-icons-round, .material-icons-sharp, .material-icons-two-tone {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: middle;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }
  .material-icons-regular.back, .material-icons-outlined.back, .material-icons-round.back, .material-icons-sharp.back, .material-icons-two-tone.back {
    margin: -0.1rem -0.1rem 0.2rem 0.2rem; }
  .material-icons-regular.success, .material-icons-outlined.success, .material-icons-round.success, .material-icons-sharp.success, .material-icons-two-tone.success {
    color: #71ad6b; }
  .material-icons-regular.warning, .material-icons-outlined.warning, .material-icons-round.warning, .material-icons-sharp.warning, .material-icons-two-tone.warning {
    color: #F8C630; }

.material-icons-regular {
  font-family: "Material Icons Regular"; }

.material-icons-outlined {
  font-family: "Material Icons Outlined"; }

.material-icons-round {
  font-family: "Material Icons Round"; }

.material-icons-sharp {
  font-family: "Material Icons Sharp"; }

.material-icons-two-tone {
  font-family: "Material Icons Two Tone"; }

.material-icons-empty {
  font-variation-settings: "FILL" 0; }

.fade-in {
  animation: fadeIn 1s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-out {
  opacity: 0;
  transition: opacity 0.5s; }

.shake {
  animation: shake 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  -webkit-animation: shake 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 2s; }

@keyframes shake {
  1.5%, 22.5% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(1px, 1px) rotate(0deg); }
  2.5% {
    transform: translate(-1px, -2px) rotate(-15deg); }
  5% {
    transform: translate(-3px, 0px) rotate(15deg); }
  5.5% {
    transform: translate(3px, 2px) rotate(0deg); }
  10% {
    transform: translate(1px, -1px) rotate(15deg); }
  10.5% {
    transform: translate(-1px, 2px) rotate(-15deg); }
  15% {
    transform: translate(-3px, 1px) rotate(0deg); }
  15.5% {
    transform: translate(3px, 1px) rotate(-15deg); }
  20% {
    transform: translate(-1px, -1px) rotate(15deg); }
  20.5% {
    transform: translate(1px, 2px) rotate(0deg); }
  22% {
    transform: translate(1px, -2px) rotate(-15deg); } }

.spin {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.slide {
  animation-name: slide;
  animation-duration: 100ms;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

@keyframes slide {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(100%); } }

.flip-up {
  animation-name: flip-up;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

@keyframes flip-up {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(180deg); } }

.flip-down {
  animation-name: flip-down;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

@keyframes flip-down {
  0% {
    transform: rotateY(-180deg); }
  100% {
    transform: rotateY(0deg); } }

nav, menu {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap; }
  nav[hidden], menu[hidden] {
    display: none; }
  nav .btn, menu .btn {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
  nav menu, menu menu {
    margin-bottom: 0; }

.btn {
  display: inline-block;
  text-transform: capitalize;
  border-radius: 0.4rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin: 0 0.1rem 1.5rem 0;
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  background-color: #6c757d;
  border: 0.2rem solid #6c757d;
  color: #FFF; }
  .btn.btn[hidden] {
    display: none; }
  .btn:hover, .btn:focus, .btn:disabled, .btn.disabled {
    outline: none;
    opacity: 0.50;
    color: #FFF; }
  .btn i {
    margin: 0 0.2rem 0.2rem -0.1rem; }
  .btn.icon {
    padding-right: 0.4rem; }
  .btn.md {
    font-size: 2rem;
    padding: 0.8rem 1rem 0.7rem 1rem; }
  .btn.lg {
    font-size: 2.5rem;
    padding: 1.2rem 1.5rem 1.1rem 1.5rem; }
  .btn.primary {
    background-color: #808ed1;
    border-color: #808ed1; }
    .btn.primary.reverse {
      color: #808ed1; }
  .btn.success {
    background-color: #71ad6b;
    border-color: #71ad6b; }
    .btn.success.reverse {
      color: #71ad6b; }
  .btn.warning {
    background-color: #F8C630;
    border-color: #F8C630;
    color: #393e49; }
    .btn.warning.reverse {
      color: #F8C630; }
  .btn.danger {
    background-color: #FE6D73;
    border-color: #FE6D73; }
    .btn.danger.reverse {
      color: #FE6D73; }
  .btn.disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    pointer-events: none; }
    .btn.disabled.reverse {
      color: #6c757d; }
  .btn.reverse {
    background-color: transparent;
    color: #6c757d; }

.btn-fixhover:hover, .btn-fixhover:focus, .btn-fixhover:disabled, .btn-fixhover.disabled {
  background-color: #989a9f;
  border: 0.2rem solid #989a9f; }

.btn-no-texttransform {
  text-transform: unset; }

hr {
  border: 0.1rem dashed #d0d0d0;
  margin-bottom: 1.5rem; }

hr.mobile {
  display: none; }

.turbo-progress-bar {
  color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.3rem);
  -webkit-backdrop-filter: blur(0.3rem);
  height: 100vh;
  width: 100vw !important; }
  .turbo-progress-bar::before, .turbo-progress-bar::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    top: 45%;
    left: 50%;
    margin: -5rem;
    /* half of height and width */
    width: 10rem;
    height: 10rem;
    margin-bottom: unset;
    margin-right: unset; }
  .turbo-progress-bar::before {
    border: solid #453f46;
    border-bottom: solid transparent;
    border-width: 4rem;
    border-radius: 50%;
    animation: spin 1s linear infinite; }
  .turbo-progress-bar::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7rem;
    animation: shake 5s linear infinite; }

.width-container {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 80rem; }

.row {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap; }
  .row .column {
    margin: 0 1.5rem;
    flex: 1;
    min-width: 42rem; }
    .row .column.left {
      width: 42rem;
      flex: unset; }

.group {
  display: flex;
  margin-bottom: 1.5rem; }
  .group .addon, .group .prepend, .group .append,
  .group .prepend-addon, .group .append-addon,
  .group .btn, .group .input {
    margin: 0 0.5rem 0 0; }
  .group .last, .group .prepend, .group .addon {
    margin: 0; }
  .group .prepend {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset; }
    .group .prepend.input {
      border-right: none; }
  .group .addon {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset; }
    .group .addon.input {
      border-right: none;
      border-left: none; }
  .group .append {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset; }
    .group .append.input {
      border-left: none; }
  .group .backspace {
    border-color: #6c757d;
    border-left: none;
    background-color: #FFF;
    color: #989a9f; }
    .group .backspace:hover {
      opacity: unset; }

@media (max-width: 900px) {
  hr.mobile {
    display: block; }
  .row {
    display: block; }
    .row .column {
      min-width: unset; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal .blur {
    position: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(43, 47, 52, 0.1);
    backdrop-filter: blur(0.3rem);
    -webkit-backdrop-filter: blur(0.3rem);
    color: transparent; }
  .modal .container {
    position: relative;
    z-index: 2;
    height: auto;
    width: 40rem;
    bottom: -100vh;
    max-height: 85%;
    max-width: 85%;
    border-radius: 0.4rem;
    transition: all 0.5s ease;
    overflow: auto;
    background-color: #f8f9fa; }
    .modal .container.sm {
      width: 20rem; }
    .modal .container.lg {
      width: 60rem; }
    .modal .container.xlg {
      width: 100rem; }
    .modal .container.full {
      width: 100vw; }
    .modal .container.active {
      bottom: calc(-50% + (85% / 2 + 7.5vh)); }
    .modal .container .content {
      margin: 1.5rem 1.5rem 0 1.5rem;
      text-align: left;
      overflow-x: hidden; }
  .modal.right, .modal.left {
    left: unset;
    right: unset;
    display: unset;
    align-items: unset;
    justify-content: unset; }
    .modal.right .container, .modal.left .container {
      position: inherit;
      top: 0;
      bottom: unset;
      max-height: unset;
      height: 100%; }
      .modal.right .container.active, .modal.left .container.active {
        bottom: unset; }
  .modal.right .container {
    right: -100vw;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset; }
    .modal.right .container.active {
      right: 0; }
  .modal.left .container {
    left: -100vw;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset; }
    .modal.left .container.active {
      left: 0; }
  .modal.top .container {
    top: -100vw;
    max-height: unset;
    height: 100vh;
    border-top-left-radius: unset;
    border-top-right-radius: unset; }
    .modal.top .container.active {
      top: 0; }
  .modal.bottom .container {
    top: unset;
    max-height: unset;
    height: 100vh;
    bottom: -100vh;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset; }
    .modal.bottom .container.active {
      bottom: 0; }
  .modal .blur, .modal .container {
    -webkit-overflow-scrolling: touch; }

[data-tooltip="active"]:before, [data-tooltip="active"]:after {
  display: none;
  position: absolute;
  left: 50%; }

[data-tooltip="active"]:before {
  content: '';
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.4rem;
  top: -0.1rem;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transform: translate(-50%, calc(-50% - 0.6rem)); }

[data-tooltip="active"]:after {
  content: attr(data-long-title);
  background: #000;
  color: #fff;
  text-align: center;
  white-space: normal;
  padding: 0.7rem;
  border-radius: 0.5rem;
  bottom: 100%;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  transform: translate(-50%, 1.5rem);
  pointer-events: none;
  z-index: 1;
  overflow: hidden; }

[data-tooltip="active"]:focus, [data-tooltip="active"]:hover {
  opacity: unset;
  position: relative;
  background-color: #ccc;
  border-color: #ccc; }
  [data-tooltip="active"]:focus:before, [data-tooltip="active"]:focus:after, [data-tooltip="active"]:hover:before, [data-tooltip="active"]:hover:after {
    pointer-events: none;
    display: block; }
  [data-tooltip="active"]:focus:before, [data-tooltip="active"]:hover:before {
    transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s;
    transform: translate(-50%, calc(-50% - 0.2rem)); }
  [data-tooltip="active"]:focus:after, [data-tooltip="active"]:hover:after {
    transform: translate(-50%, -0.6rem); }

@media (hover: none) {
  [data-action="button-list#toggleItem"]:focus, [data-action="button-list#toggleItem"]:hover {
    opacity: inherit;
    position: inherit;
    background-color: #808ed1;
    border-color: #808ed1; }
    [data-action="button-list#toggleItem"]:focus:before, [data-action="button-list#toggleItem"]:focus:after, [data-action="button-list#toggleItem"]:hover:before, [data-action="button-list#toggleItem"]:hover:after {
      display: none; } }

.input, .textarea, select {
  flex: 1;
  margin-bottom: 1.5rem;
  padding: 0.4rem 0.6rem 0.4rem 0.6rem;
  background-color: #FFF;
  border: 0.2rem solid #6c757d;
  border-radius: 0.4rem;
  caret-color: #989a9f; }
  .input.invalid, .input.valid, .input.selected, .input .invalid, .input .valid, .input .selected, .textarea.invalid, .textarea.valid, .textarea.selected, .textarea .invalid, .textarea .valid, .textarea .selected, select.invalid, select.valid, select.selected, select .invalid, select .valid, select .selected {
    color: #FFF; }
    .input.invalid ::placeholder, .input.valid ::placeholder, .input.selected ::placeholder, .input .invalid ::placeholder, .input .valid ::placeholder, .input .selected ::placeholder, .textarea.invalid ::placeholder, .textarea.valid ::placeholder, .textarea.selected ::placeholder, .textarea .invalid ::placeholder, .textarea .valid ::placeholder, .textarea .selected ::placeholder, select.invalid ::placeholder, select.valid ::placeholder, select.selected ::placeholder, select .invalid ::placeholder, select .valid ::placeholder, select .selected ::placeholder {
      color: #FFF; }
    .input.invalid :-ms-input-placeholder, .input.valid :-ms-input-placeholder, .input.selected :-ms-input-placeholder, .input .invalid :-ms-input-placeholder, .input .valid :-ms-input-placeholder, .input .selected :-ms-input-placeholder, .textarea.invalid :-ms-input-placeholder, .textarea.valid :-ms-input-placeholder, .textarea.selected :-ms-input-placeholder, .textarea .invalid :-ms-input-placeholder, .textarea .valid :-ms-input-placeholder, .textarea .selected :-ms-input-placeholder, select.invalid :-ms-input-placeholder, select.valid :-ms-input-placeholder, select.selected :-ms-input-placeholder, select .invalid :-ms-input-placeholder, select .valid :-ms-input-placeholder, select .selected :-ms-input-placeholder {
      color: #FFF; }
    .input.invalid ::-ms-input-placeholder, .input.valid ::-ms-input-placeholder, .input.selected ::-ms-input-placeholder, .input .invalid ::-ms-input-placeholder, .input .valid ::-ms-input-placeholder, .input .selected ::-ms-input-placeholder, .textarea.invalid ::-ms-input-placeholder, .textarea.valid ::-ms-input-placeholder, .textarea.selected ::-ms-input-placeholder, .textarea .invalid ::-ms-input-placeholder, .textarea .valid ::-ms-input-placeholder, .textarea .selected ::-ms-input-placeholder, select.invalid ::-ms-input-placeholder, select.valid ::-ms-input-placeholder, select.selected ::-ms-input-placeholder, select .invalid ::-ms-input-placeholder, select .valid ::-ms-input-placeholder, select .selected ::-ms-input-placeholder {
      color: #FFF; }
  .input.invalid, .input .invalid, .textarea.invalid, .textarea .invalid, select.invalid, select .invalid {
    background-color: #FE6D73; }
  .input.valid, .input .valid, .textarea.valid, .textarea .valid, select.valid, select .valid {
    background-color: #71ad6b; }
  .input.selected, .input .selected, .textarea.selected, .textarea .selected, select.selected, select .selected {
    background-color: #808ed1; }
  .input.primary, .textarea.primary, select.primary {
    border-color: #808ed1; }
  .input input:-webkit-autofill,
  .input input:-webkit-autofill:hover,
  .input input:-webkit-autofill:focus,
  .input input:-webkit-autofill:active, .textarea input:-webkit-autofill,
  .textarea input:-webkit-autofill:hover,
  .textarea input:-webkit-autofill:focus,
  .textarea input:-webkit-autofill:active, select input:-webkit-autofill,
  select input:-webkit-autofill:hover,
  select input:-webkit-autofill:focus,
  select input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }

textarea {
  resize: none; }

input[type="checkbox"] {
  width: 1rem; }

.input-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem; }

.checkbox {
  display: flex;
  width: 2rem;
  margin-left: 1.5rem; }

.marginless .input {
  margin-bottom: 0.5rem; }

.card {
  display: flex;
  border-radius: 0.5rem;
  padding: 1.2rem 1.5rem 1.1rem 1.5rem;
  margin-bottom: 1.5rem; }

.card-body {
  flex: 1; }

#flashes {
  position: fixed;
  top: 3rem; }
  #flashes .alert {
    border-radius: 5px; }
    #flashes .alert.alert-warning {
      background-color: #ffc107; }
    #flashes .alert.alert-danger {
      background-color: #ff595f; }
    #flashes .alert.alert-success {
      background-color: #5ea756; }
    #flashes .alert.alert-info {
      background-color: #808ed1; }

table, th, td {
  border-collapse: collapse; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto; }

th, td {
  border: 1px solid black;
  padding: 8px 12px;
  text-align: left; }

th {
  background-color: #4cad65;
  font-weight: bold; }

tr:nth-child(even) {
  background-color: #d2d2d2;
  border-bottom: 2px solid black; }

tr:hover {
  background-color: #eeeeff; }

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

.radio-input label {
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  display: block;
  position: relative; }

.radio-input label:hover {
  cursor: pointer;
  background-color: #EEE; }

.radio-input input[type="radio"]:checked + label {
  background-color: #DDD; }

@media print {
  @page {
    size: A4;
    margin: 0; }
  html, body {
    width: 210mm;
    height: 100%; }
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold; }
  a {
    text-decoration: none;
    color: #000;
    border: none;
    background-color: transparent; }
  h1 {
    font-size: 24px;
    margin-bottom: 10px; }
  h2 {
    font-size: 20px;
    margin-bottom: 8px; }
  p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px; }
  ul, ol {
    margin-left: 20px; }
  img {
    max-width: 100%; }
  .print {
    display: block !important; }
  .print-block {
    break-inside: avoid; }
  table {
    width: 100%;
    border-collapse: collapse;
    page-break-inside: avoid; }
  table th, table td {
    border: 1px solid #ccc;
    padding: 8px; }
  .page-break {
    page-break-before: auto; }
  .no-print {
    display: none !important; } }

.chart_wrapper {
  margin-bottom: 1.5rem; }

.messages {
  padding-bottom: 6.5rem;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 10rem);
  overflow-y: scroll; }
  .messages .message {
    max-width: 75%;
    padding: 0.6rem 0.8rem;
    margin-bottom: 1.5rem;
    border-radius: 0.3rem;
    background-color: #E2E2E2;
    display: inline-block; }
    .messages .message .header {
      font-size: 1.1rem;
      margin-bottom: 0.6rem; }
    .messages .message.me {
      border: 0.2rem solid #404040;
      background-color: #FFFFFF;
      margin-left: auto; }
    .messages .message.notice {
      background-color: #F8C630;
      margin-left: auto;
      margin-right: auto; }
    .messages .message.other {
      margin-right: auto; }

.message-form {
  position: fixed;
  width: calc(50% - 3rem);
  bottom: 1rem; }
  .message-form menu .btn {
    margin: 0 0 1.5rem 0.5rem; }

.form-ticket menu .btn {
  margin: 0 0 1.5rem 0.5rem; }

@media (max-width: 900px) {
  main.row {
    margin: 0;
    display: block; }
  .message-form {
    width: calc(100% - 3rem); } }

.dropdown {
  position: relative;
  width: 100%; }

.dropdown-toggle {
  background-color: white;
  padding: 0.8rem;
  cursor: pointer; }

.form-control {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.8rem; }

.dropdown-menu {
  position: relative;
  top: -1.7rem;
  width: 100%;
  max-height: 20rem;
  overflow-y: auto;
  background-color: rgba(189, 186, 186, 0.2);
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0.3rem;
  overflow-y: auto;
  /* Enable scrolling */ }

.dropdown-item {
  padding: 0.8rem;
  cursor: pointer; }

.dropdown-item:hover {
  background-color: #a0a0a0; }

.disable-hover .dropdown-item:hover {
  background-color: transparent; }

.highlight {
  background-color: #a0a0a0; }

.generate_password {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(/assets/login-background-4de8cb86aa9439ac3004c58f01522c0e930acc72993211d36c236fc0891d725b.svg) no-repeat center/cover;
  text-align: center;
  color: #2b2f34; }
  .generate_password .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .generate_password .column p {
      font-size: 1.5rem;
      font-weight: bolder; }
    .generate_password .column .jumbotrom {
      background-color: #f8f9fa;
      padding: 1rem 0.8rem;
      border-radius: 0.4rem;
      text-align: center;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: 3rem;
      font-size: 1.8rem; }

.card {
  background-color: #f7f7f896;
  border: 0.1rem solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  margin: 1rem 0;
  color: #212529;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }
  .card img {
    max-width: 20rem;
    margin-top: 1.5rem; }

.signature #next-step, .signature #trigger {
  margin-top: 1rem;
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .signature #next-step, .signature #trigger {
      display: none; } }

.signature .signature-preview {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border: 1px solid #ccc; }

.signature .info {
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1rem;
  font-size: 1.6rem;
  font-family: 'Sans';
  text-align: left;
  z-index: 20; }

.signature .video-wrapper {
  position: relative;
  margin-bottom: 1rem; }
  .signature .video-wrapper .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden; }
    .signature .video-wrapper .video-container video,
    .signature .video-wrapper .video-container canvas {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .signature .video-wrapper .video-container::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 75%;
      height: 90%;
      border: 3px solid #462929;
      border-radius: 100% / 80%;
      z-index: 10;
      pointer-events: none;
      box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.5); }
    .signature .video-wrapper .video-container::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .signature .video-wrapper canvas {
    display: none; }
  .signature .video-wrapper .espelhamento {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1); }

.signature ol {
  margin-bottom: 1.5rem; }

.signature-authorization-preview {
  padding-top: 1.5rem; }
  .signature-authorization-preview form label {
    display: block;
    margin-bottom: 0.5rem; }

.header-signature {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background-color: #4d4d51;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-family: 'Sans Regular';
  text-transform: uppercase;
  color: #F8C630; }

.denied-acknowledgment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/assets/login-background-4de8cb86aa9439ac3004c58f01522c0e930acc72993211d36c236fc0891d725b.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }
  .denied-acknowledgment h2 {
    font-size: 4rem;
    padding-top: 7.5rem;
    text-align: center; }
  .denied-acknowledgment p {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 1rem;
    text-align: center; }

#acknowledgment_wizard {
  padding-top: 1.5rem; }

.stepszero-wrap {
  height: 80vh;
  height: 80dvh;
  align-items: stretch; }
  .stepszero-wrap .card {
    height: 95%;
    overflow: hidden; }
    .stepszero-wrap .card p {
      max-height: 100%;
      overflow-y: auto;
      margin: 0;
      scrollbar-width: thin;
      scrollbar-color: #999 transparent; }
      .stepszero-wrap .card p::-webkit-scrollbar {
        width: 0.6rem; }
      .stepszero-wrap .card p::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 0.4rem; }
      .stepszero-wrap .card p::-webkit-scrollbar-track {
        background: transparent; }

@media (orientation: landscape) and (max-width: 1080px) {
  .stepszero-wrap {
    height: 70vh;
    height: 70dvh; }
    .stepszero-wrap .card {
      height: 70%; } }

#obrigado {
  background: url(/assets/login-background-4de8cb86aa9439ac3004c58f01522c0e930acc72993211d36c236fc0891d725b.svg);
  position: relative;
  height: 100vh; }
  #obrigado .text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #obrigado .text img {
      width: 3rem;
      border-radius: 0.8rem;
      margin-right: 0.2rem;
      border: 0.1rem solid #151414;
      box-shadow: 0rem 8rem 16rem rgba(0, 0, 0, 0.7); }
    #obrigado .text h1 {
      display: flex;
      justify-content: center;
      align-items: center; }

html {
  font-family: "Sans Regular";
  color: #393e49; }

body {
  font-size: 1.5rem; }

b, h1, h2, h3, h4, h5, strong {
  font-family: "Sans Bold"; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

i {
  font-family: "Sans Italic"; }

h1 {
  font-size: 3rem;
  line-height: 3.5rem; }

h2 {
  font-size: 2.5rem;
  line-height: 2.9rem; }

h3, h4, h5 {
  font-size: 2rem;
  line-height: 2rem; }
  h3 i, h4 i, h5 i {
    font-size: 1.821rem; }

p {
  line-height: 2rem; }

p, h1, h2, h3, h4, h5 {
  margin-bottom: 1.5rem; }

a {
  text-decoration: none;
  color: #1A73E8; }
  a:hover {
    opacity: 0.3; }
  a:focus {
    outline: none; }

.text-light {
  color: #FFF; }

.text-regular {
  color: #393e49; }

.text-success {
  color: #028000; }

.text-warning {
  color: #F8C630; }

.text-danger {
  color: #FE6D73; }

#main-header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #4d4d51; }
  #main-header-wrap.scrolled #main-header i.header-icon {
    font-size: 2.5rem; }
  #main-header-wrap.scrolled #main-header #notifications-and-menu {
    padding: 1rem 0; }
  #main-header-wrap.scrolled #main-header #close-page-title-and-page-subtitle .page-title-and-page-subtitle {
    height: 1.5rem; }
    #main-header-wrap.scrolled #main-header #close-page-title-and-page-subtitle .page-title-and-page-subtitle .roles {
      display: none; }
    #main-header-wrap.scrolled #main-header #close-page-title-and-page-subtitle .page-title-and-page-subtitle span {
      display: none; }
    #main-header-wrap.scrolled #main-header #close-page-title-and-page-subtitle .page-title-and-page-subtitle span[hidden] {
      display: inline; }
  #main-header-wrap.scrolled .modal {
    top: 4.5rem; }
  #main-header-wrap #main-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 1;
    padding: 0 1.5rem; }
    #main-header-wrap #main-header i.header-icon {
      font-size: 3rem;
      transition: all 0.5s ease-in-out; }
    #main-header-wrap #main-header #close-page-title-and-page-subtitle {
      display: inherit;
      flex-direction: inherit;
      padding: 1.5rem 0;
      transition: all 0.3s ease-in-out; }
      #main-header-wrap #main-header #close-page-title-and-page-subtitle .close {
        padding: 0 1rem;
        border-right: 3px #FFF solid; }
      #main-header-wrap #main-header #close-page-title-and-page-subtitle .page-title-and-page-subtitle {
        height: 3rem;
        overflow: hidden;
        transition: all 0.3s ease-in-out; }
        #main-header-wrap #main-header #close-page-title-and-page-subtitle .page-title-and-page-subtitle #page-title {
          font-size: 1.5rem;
          line-height: 1.5rem;
          text-transform: uppercase;
          margin-bottom: 0.5rem; }
        #main-header-wrap #main-header #close-page-title-and-page-subtitle .page-title-and-page-subtitle #page-subtitle {
          font-size: 1rem;
          line-height: 1rem;
          text-transform: capitalize; }
    #main-header-wrap #main-header #notifications-and-menu {
      display: inherit;
      flex-direction: inherit;
      padding: 1.5rem 0;
      text-align: right;
      transition: all 0.3s ease-in-out; }
      #main-header-wrap #main-header #notifications-and-menu i.bell, #main-header-wrap #main-header #notifications-and-menu i.menu, #main-header-wrap #main-header #notifications-and-menu i.close {
        cursor: pointer; }
      #main-header-wrap #main-header #notifications-and-menu i.menu, #main-header-wrap #main-header #notifications-and-menu i.close {
        margin-right: -0.2rem; }
      #main-header-wrap #main-header #notifications-and-menu i.bell {
        margin: 0 0.8rem 0 1rem; }

.form-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(/assets/login-background-4de8cb86aa9439ac3004c58f01522c0e930acc72993211d36c236fc0891d725b.svg) no-repeat center/cover; }
  .form-wrap #login {
    width: 33rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
    border-radius: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0.4rem);
    -webkit-backdrop-filter: blur(0.4rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .form-wrap #login hr {
      border: 0.1rem dashed #453f46; }
    .form-wrap #login #recaptcha {
      height: 6.5rem;
      margin-bottom: 1.5rem; }
    .form-wrap #login iframe {
      margin-bottom: 0 !important; }

.feedback {
  background-color: #d0d0d0;
  display: block;
  border-radius: 0.4rem;
  margin: 0 1.5rem 1.5rem 1.5rem;
  padding: 0.4rem 0.8rem; }
  .feedback .feedback-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; }
  .feedback .feedback-header-left, .feedback .feedback-header-right, .feedback .feedback-notes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 0 1.5rem 1.5rem 0;
    padding: 0.4rem 0.8rem; }
    .feedback .feedback-header-left .feedback-user, .feedback .feedback-header-left .feedback-department, .feedback .feedback-header-right .feedback-user, .feedback .feedback-header-right .feedback-department, .feedback .feedback-notes .feedback-user, .feedback .feedback-notes .feedback-department {
      word-break: break-all; }
    .feedback .feedback-header-left .feedback-user, .feedback .feedback-header-right .feedback-user, .feedback .feedback-notes .feedback-user {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem; }

.rank-group {
  border-left: 3px solid #333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 0.5rem;
  gap: 1rem;
  margin-bottom: 1rem; }
  .rank-group .rank-position {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #333;
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    border-radius: 50%;
    margin-bottom: 0.1rem;
    justify-content: space-around;
    font-size: 1.77rem;
    line-height: unset; }
    .rank-group .rank-position.success {
      background-color: #4CAF50;
      color: white; }
    .rank-group .rank-position.warning {
      background-color: #FFC107;
      color: white; }
    .rank-group .rank-position.danger {
      background-color: #F44336;
      color: white; }
  .rank-group .rank-items {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .rank-group .rank-item {
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: #fff;
    box-shadow: 0rem 0.4rem 1rem rgba(155, 154, 154, 0.3);
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 0.1rem; }
    .rank-group .rank-item hr {
      margin-top: 1.5rem; }
    .rank-group .rank-item.warning {
      background-color: #ffcb2f; }
    .rank-group .rank-item.danger {
      background-color: #ff766d; }

.rank-item-label {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.rank-item-goal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .rank-item-goal .btn {
    margin: 0.4rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 0.5rem;
    line-height: normal; }

.sub-ranking {
  background-color: #fff; }
  .sub-ranking .meta-atingida, .sub-ranking .sem-fechar-contratos {
    width: 20rem;
    margin-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .sub-ranking .rank-group {
    padding: unset;
    border-left: unset; }
    .sub-ranking .rank-group .rank-item {
      border: transparent;
      padding: 0.4rem 0.6rem;
      box-shadow: 0rem 0.4rem 1rem rgba(108, 107, 107, 0.3); }
      .sub-ranking .rank-group .rank-item .rank-item-goal .btn {
        margin: 0.4rem; }

.hidden {
  display: none; }

.birthdays p {
  background-color: #f9f8f8;
  padding: 0.4rem 0.6rem;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.4rem 1rem rgba(62, 62, 62, 0.3); }

.col-rank a {
  color: #f8c630;
  position: relative;
  z-index: -1; }

.card-frame {
  background: rgba(255, 255, 255, 0.3);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: inset 0 0.5rem 1rem rgba(0, 0, 0, 0.1), inset 0 -0.5rem 1rem rgba(0, 0, 0, 0.05); }
  .card-frame .contract-header, .card-frame .proposal-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 1rem; }
    .card-frame .contract-header strong, .card-frame .proposal-header strong {
      font-size: 2rem; }
    .card-frame .contract-header .btn, .card-frame .proposal-header .btn {
      margin: unset; }
  .card-frame .customer-edit {
    display: flex;
    align-items: center;
    gap: 1rem; }

.story-customer p {
  padding-top: 1rem; }

.story-customer:last-child hr {
  display: none; }

.edit_customer input, .edit_customer select, .edit_customer textarea {
  margin-top: 0.2rem; }
