/*color code for leaves*/
/*color code for employee*/
/*background color codes*/
body:not(.loggedInUser) .priveheader__links,
body:not(.loggedInUser) .leftnav,
body:not(.loggedInUser) .search-area {
  display: none;
}
body:not(.loggedInUser) .content {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}
h1,
.intro,
h3 {
  text-align: center;
}
.historySection {
  margin-top: -25px;
  margin-bottom: 20px;
}
.historySection input {
  width: 300px;
}
.width50 {
  width: 50%;
}
.fwaSubmitFormVerified {
  margin: 0px -20px -10px -20px;
  padding: 0px 20px 10px 20px;
  background: rgba(184, 180, 180, 0.1);
  pointer-events: none;
}
.fwaSubmitFormVerified input {
  background: rgba(151, 151, 151, 0.1);
}
.fwaSubmitFormVerified textarea {
  background: rgba(151, 151, 151, 0.1);
}
.fwaEmailVerification p {
  margin: 10px 0 10px 0;
  color: #000;
  font-weight: 500;
}
.fwaEmailVerification input {
  margin-bottom: 26px;
}
.overlay-form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: 10px 20px;
  border: 1px solid lightgrey;
}
.fwaSubmitForm button {
  margin-top: 40px;
}
.fwaSubmitForm button.least-top-margin {
  margin-top: 20px;
}
.content-table {
  width: 100%;
}
.content-table tr {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.content-table td {
  background-color: white;
  text-align: center;
  padding: 6px 10px 6px 2px;
  vertical-align: middle;
}
.content-table .request-employee,
.content-table .request-dates,
.content-table .request-action {
  width: 20%;
}
#snowfall-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.snowflake {
  position: absolute;
  user-select: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: transform, opacity;
}
.star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  animation: twinkle 5s infinite;
}
@keyframes twinkle {
  0%,
  20%,
  50%,
  70%,
  100% {
    opacity: 0;
  }
  25%,
  55%,
  75% {
    opacity: 1;
  }
}
@media (max-width: 780px) {
  .page-wrapper {
    min-width: 0px;
  }
  .page-wrapper .priveheader__wrapper {
    padding: 0;
  }
  .page-wrapper .priveheader__logo {
    width: 100%;
  }
  .content {
    width: 100%;
    margin: 0;
  }
  .content h1 {
    font-size: 2em !important;
  }
  .content .historySection {
    display: none;
  }
  .content .overlay-form {
    width: 100%;
  }
}
