html, body {
  overflow: auto;
}

#alertError {
  z-index: 2000;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

#notificationDiv img.userAtt {
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}

body.userClockedIn #notificationDiv img.userAtt {
  object-position: bottom center;
}

.btn-primary {
  background-color: #2c5078 !important;
  border-color: #2c5078 !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#afterLogin {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

@font-face {
  font-family: Varela;
  src: url(../font/varela/VarelaRound-Regular.ttf);
}
body {
  font-size: 13px;
  text-align: left;
  font-family: "Varela";
  height: 100vh;
  position: relative;
}

h3 {
  font-size: 12pt;
  text-align: right;
  font-weight: bold;
}

h4 {
  font-size: 10pt;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .body-content {
    min-height: 100vh !important;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .container-fluid {
    margin-top: 80px !important;
    overflow-x: hidden;
  }
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .sticky-header .header-section {
    -webkit-backface-visibility: hidden;
  }
}

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