* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  background-color: #ffffff;
  padding: 0 !important;
}

#root {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media print {
  body {
    background-color: #fff;
  }
}
.skeleton-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  min-height: 100vh;
  font-family: "Lato,sans-serif";
  color: #201e1e;
}
.skeleton-placeholder .EfaCEEZB_0 {
  stroke-dasharray: 208 210;
  stroke-dashoffset: 209;
}
.skeleton-placeholder .start .EfaCEEZB_0 {
  -webkit-animation: EfaCEEZB_draw_0 2600ms ease-in 0ms infinite, EfaCEEZB_fade 2600ms linear 0ms infinite;
          animation: EfaCEEZB_draw_0 2600ms ease-in 0ms infinite, EfaCEEZB_fade 2600ms linear 0ms infinite;
}
@-webkit-keyframes EfaCEEZB_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes EfaCEEZB_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes EfaCEEZB_fade {
  0% {
    stroke-opacity: 1;
  }
  96.15384615384616% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes EfaCEEZB_fade {
  0% {
    stroke-opacity: 1;
  }
  96.15384615384616% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@-webkit-keyframes EfaCEEZB_draw_0 {
  0% {
    stroke-dashoffset: 209;
  }
  96.15384615384616% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes EfaCEEZB_draw_0 {
  0% {
    stroke-dashoffset: 209;
  }
  96.15384615384616% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scan {
  99% {
    border-bottom-width: 2px;
  }
  100% {
    height: 100%;
    border-bottom-width: 0px;
  }
}

@keyframes scan {
  99% {
    border-bottom-width: 2px;
  }
  100% {
    height: 100%;
    border-bottom-width: 0px;
  }
}
@-webkit-keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-10px);
  }
  25%, 58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%, 100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes slideInLeft {
  0%, 100% {
    right: -450px;
  }
  27% {
    right: 14px;
  }
  87% {
    right: 25px;
  }
  30%, 85% {
    right: 8px;
  }
}
@-webkit-keyframes slideInTop {
  0%, 10%, 100% {
    top: -277px;
  }
  30%, 85% {
    top: 30px;
  }
}
@-webkit-keyframes fadeUpIn {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeUpIn {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*# sourceMappingURL=guardio_www.0fae551381.css.map*/