@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;800&display=swap");
* {
  margin: 0;
  padding: 0; }

.display {
  display: grid;
  grid-template-columns: 1.2fr 7fr; }

.login-window-logo img {
  height: 400px; }

.disabled {
  display: none; }

span:hover {
  cursor: default; }

.navigation {
  background-color: #132D46;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 25px 0; }
  .navigation-button {
    display: grid;
    grid-template-columns: 1fr 6fr; }
  .navigation-logo img {
    height: 65px;
    padding: 10px; }
  .navigation-button {
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    font-weight: 400;
    color: #01C38D;
    font-family: 'Inter Tight', sans-serif; }

body {
  background-color: #101318;
  overflow-y: hidden !important;
  overflow-x: hidden !important; }

.sections, .dashboard, .checkin, .checkout {
  min-height: 92vh;
  color: #b2c5c0;
  font-family: 'Outfit', sans-serif; }

.section-title {
  padding: 25px;
  font-size: 33px; }

.login {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0a1022;
  background-image: url(../assets/images/login-wallpaper.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  padding-top: 25px; }
  .login-window {
    position: relative;
    width: 70%;
    height: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 8px 8px 6px 2px rgba(0, 0, 0, 0.3);
    border-radius: 15px; }
  .login-window-logo {
    margin: auto; }
    .login-window-logo img {
      border-radius: 3px; }
  .login-window-form {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    text-align: center; }
    .login-window-form h2 {
      margin-bottom: 25px; }
    .login-window-form label {
      font-family: 'Outfit', sans-serif;
      font-weight: 600; }
    .login-window-form input {
      width: 70%;
      height: 22px;
      border-radius: 3px; }
    .login-window-form button {
      border: none;
      width: 50%;
      height: 35px;
      margin-top: 15px;
      font-size: 18px;
      color: #b2c5c0;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.1); }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .login-window {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5); }
  .warning {
    display: none; } }

.dashboard {
  text-align: center; }
  .dashboard-info {
    padding: 10px; }
    .dashboard-info-cards {
      display: flex;
      justify-content: space-around;
      margin-bottom: 25px; }
      .dashboard-info-cards :nth-child(2) {
        background-color: #0a2214; }
      .dashboard-info-cards :nth-child(3) {
        background-color: #220a0a; }
      .dashboard-info-cards :nth-child(4) {
        background-color: #0a1022; }
    .dashboard-info-card {
      border-radius: 6px;
      box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
      display: flex;
      flex-direction: column;
      padding: 13px; }
      .dashboard-info-card span {
        font-size: 25px;
        font-weight: 800;
        color: #01C38D; }
  .dashboard-climate {
    margin-bottom: 25px; }
    .dashboard-climate-info {
      display: flex;
      justify-content: space-around; }
    .dashboard-climate-card {
      width: 25%;
      background-color: #202836;
      padding: 15px;
      box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
      margin-top: 25px;
      border-radius: 6px; }
  .dashboard-taskmngr h2 {
    margin-bottom: 15px; }
  .dashboard-taskmngr-columns {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .dashboard-taskmngr-input {
    margin: 25px;
    display: block;
    flex-direction: column;
    border-radius: 9px; }
    .dashboard-taskmngr-input input {
      height: 26px;
      margin: 16px;
      width: 80%;
      font-size: 22px;
      background-color: #363636; }
      .dashboard-taskmngr-input input:focus {
        background-color: #636363; }
    .dashboard-taskmngr-input button {
      margin: 8px;
      padding: 8px 16px;
      background-color: #101f06;
      box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
      border-radius: 9px;
      color: #b2c5c0;
      border: none; }
  .dashboard-taskmngr-output {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 200px;
    scrollbar-color: dark; }
    .dashboard-taskmngr-output__card {
      width: 90%;
      display: grid;
      grid-template-columns: 1fr 10fr 1fr;
      text-align: left;
      padding: 10px 7px;
      background-color: #070a14;
      color: #01C38D;
      font-family: 'Outfit', sans-serif;
      border-radius: 9px; }
      .dashboard-taskmngr-output__card :first-child {
        font-size: 22px; }
      .dashboard-taskmngr-output__card p {
        top: 4px; }

.checkin {
  text-align: center; }
  .checkin-columns {
    display: grid;
    grid-template-columns: 1fr 1.5fr; }
  .checkin-input form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 80%;
    height: 300px;
    margin-left: 25px; }
    .checkin-input form button {
      background-color: #070a14;
      color: #01C38D;
      padding: 15px;
      margin-top: 15px;
      border-radius: 9px; }
  .checkin-output {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    width: 99%;
    scrollbar-color: dark;
    height: 512px; }
    .checkin-output__card {
      width: 98%;
      display: grid;
      grid-template-columns: 6fr 3fr 3fr;
      text-align: left;
      margin: 2px;
      background-color: #070a14;
      color: #01C38D;
      font-family: 'Outfit', sans-serif;
      border-radius: 9px; }
      .checkin-output__card p {
        padding: 3px; }

.checkout {
  text-align: center; }
  .checkout-button {
    background-color: #070a14;
    color: #01C38D;
    padding: 15px;
    margin-top: 15px;
    border-radius: 9px; }

.history-section {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 300px;
  scrollbar-color: dark; }

.history-section2 {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 300px;
  scrollbar-color: dark; }

.sunnybg {
  width: 25%;
  padding: 15px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 25px;
  border-radius: 6px;
  background-image: url(../assets/images/climate/sunnybg.jpg);
  background-size: cover; }

.cloudybg {
  width: 25%;
  padding: 15px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 25px;
  border-radius: 6px;
  background-image: url(../assets/images/climate/cloudybg.jpg);
  background-size: cover; }

.rainybg {
  width: 25%;
  padding: 15px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 25px;
  border-radius: 6px;
  background-image: url(../assets/images/climate/rainybg.jpg);
  background-size: cover; }

.windybg {
  width: 25%;
  padding: 15px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 25px;
  border-radius: 6px;
  background-image: url(../assets/images/climate/windybg.jpg);
  background-size: cover; }

.snowybg {
  width: 25%;
  padding: 15px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 25px;
  border-radius: 6px;
  background-image: url(../assets/images/climate/snowybg.jpg);
  background-size: cover; }

.stormybg {
  width: 25%;
  padding: 15px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 25px;
  border-radius: 6px;
  background-image: url(../assets/images/climate/stormybg.jpg);
  background-size: cover; }

@media (max-width: 868px) {
  .login-window {
    width: 90%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr; }
    .login-window-logo img {
      height: 280px; }
  .checkin-columns {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr; } }

@media (max-width: 420px) {
  .section {
    width: 100%; }
  .login-window {
    width: 95%; } }
