html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  color: #0D0F0F;
  overflow-x: hidden;
}

#pets *,
#pets ::before,
#pets ::after {
  box-sizing: border-box;
}
#pets h1, #pets h2, #pets h3, #pets h4, #pets h5, #pets h6 {
  margin: 0;
  padding: 0;
  text-transform: none;
}
#pets label {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#pets input {
  outline: none;
  border: none;
  font-family: inherit;
}
#pets p, #pets a, #pets span, #pets b, #pets u {
  margin: 0;
  padding: 0;
}
#pets i {
  font-style: italic;
}
#pets ul, #pets ol, #pets li {
  margin: 0;
}
#pets b {
  font-weight: 700;
}

.swal2-popup {
  font-family: "Roboto", sans-serif !important;
  font-size: 1.6rem !important;
  display: flex !important;
  align-items: center !important;
}

.preloader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 105, 105, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.preloader.active {
  display: flex;
}

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