/* colors */
/* primary colors green */
/* $primary-color-light: #11AA33 */
/* $primary-color-base: #27C54D */
/* $primary-color-dark: #4DEB49 */
/* body */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
html, body {
  background-color: #ECF0F3;
  padding: 0;
  margin: 0;
  font-family: "Poppins", Roboto, sans-serif;
  color: #5E6981;
}

textarea:focus, input:focus {
  outline: none;
}

.header {
  width: 100%;
  margin: 0;
  background: #ECF0F3;
  box-shadow: 0 4px 4px #D2D8E5;
  height: 7rem;
}

.headerContainer, .subNavigation {
  width: 90%;
  padding: 0 2rem;
  margin: auto;
}

.footer {
  width: 100%;
  position: fixed;
  padding: 2rem 0 0;
  bottom: 0;
  height: 6rem;
  border-top: #27C5C5 solid 1px;
  background-color: #ECF0F3;
}

.navigation {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.subNavigation {
  display: flex;
  justify-content: space-around;
}
.subNavigation p {
  font-weight: 500;
  color: #9FA8BC;
}

.active {
  color: #5E6981 !important;
}

.navigationButtons {
  height: 4rem;
  width: 4rem;
  border: none;
  border-radius: 100px;
}

.activated {
  background: linear-gradient(135.48deg, #11A1AA 11.87%, #49EBE1 86.25%);
  border: 1px solid #27C5C5;
}

.confirmTimeContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirmTimeContainer p {
  font-weight: 500;
}

.confirmTimeButton {
  height: 3rem;
  width: 3rem;
  background: #ECF0F3;
  box-shadow: -4.6696px -4.6696px 9.33921px #FFFFFF, 4.6696px 4.6696px 9.33921px #D2D8E6;
  border: none;
  border-radius: 100px;
}

.activeEntryBody {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clock {
  font-size: 55px;
}

.buttonClockIn, .buttonClockOut {
  font-family: "Poppins", Roboto, sans-serif;
  font-weight: 500;
  width: 80%;
  margin: 0.5rem auto;
  background-color: #ECF0F3;
  box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px #D2D8E5;
  border-radius: 4px;
  height: 3rem;
  border: none;
  font-size: 15px;
  color: #5E6981;
}

.clickedNavButton {
  background: #ECF0F3;
  box-shadow: 4px 4px 8px #FFFFFF, -4px -4px 8px #D2D8E6;
  border-radius: 4px;
  color: #9FA8BC !important;
}

.timeEntriesContainer {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 3rem auto;
}

.clockInTitle, .clockOutTitle, .clockInTime, .clockOutTime {
  margin: 0;
  font-weight: 500;
}

.clockInTitle, .clockOutTitle {
  color: #9FA8BC;
}

.clockInTime, .clockOutTime {
  color: #5E6981;
  font-size: 35px;
}

/*.confirmTimeContainer
 * display: flex
 * flex-direction: column
 * align-items: center
 * p
 *  font-weight: 500 */
/*.confirmTimeButton
 * height: 3rem
 * width: 3rem
 * background: #ECF0F3
 * box-shadow: -4.6696px -4.6696px 9.33921px #FFFFFF, 4.6696px 4.6696px 9.33921px #D2D8E6
 * border: none
 * border-radius: 100px */

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