/* CHANGE SYSTEM HEALTH COLOUR HERE*/
.SysHealth {
  color: rgb(59, 144, 73);
  margin: 0;
  padding: 0;
  font-weight: 800;
}

.user-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  background-image: url(../media/misc/user_banner.jpg);
}

.uabanner {
  margin-top: 0.5rem;
}

.uabanner a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

#userTitle {
  font-size: 4rem;
  color: rgb(225, 225, 225);
  margin-bottom: 10rem;
}

.user-view {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 1rem;
}

.knowledge-block,
.right-block {
  width: 45%;
}

.alerts-block {
  height: 50%;
}

.forms-block {
  height: 50%;
}

.kw-topb,
.frm-topb,
.alrt-topb {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 8rem;
  border-left: 2px solid rgb(234, 234, 234);
  border-right: 2px solid rgb(234, 234, 234);
  border-top: 2px solid rgb(234, 234, 234);
  border-radius: 2rem 2rem 0 0;
  transition: all 0.3s ease-in-out;
}
.kw-topb:hover,
.frm-topb:hover {
  background-color: rgb(236, 236, 236);
  cursor: pointer;
}

.alrt-topb:hover {
  background-color: rgb(190, 237, 206);
  cursor: pointer;
}

.kw-titles,
.frm-titles,
.alrt-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kw-titles h3,
.frm-titles h3,
.alrt-titles h3 {
  letter-spacing: 2px;
}

.kw-main,
.frm-main,
.alrt-main {
  width: 100%;
  height: 40rem;
  border: 2px solid rgb(234, 234, 234);
  border-radius: 0 0 2rem 2rem;
}

.frm-main {
  height: 15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.alrt-main {
  height: 15rem;
  display: flex;
}

#know-search {
  width: 15rem;
}

.form-square {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 400;
  border-radius: 15px;
  width: 6rem;
  height: 6rem;
  margin: 0.8rem;
  background-color: rgb(68, 116, 68);
}
.form-square a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 0.8rem;
}

@media only screen and (max-width: 825px) {
  .form-square {
    width: 5rem;
    height: 5rem;
  }
  .frm-main {
    height: 20rem;
  }
  .frm-icon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .user-view {
    margin-bottom: 10rem;
  }
  .kw-topb {
    flex-direction: column;
  }
  .know-para {
    margin-bottom: 0.5rem;
  }
  #knowform {
    margin-bottom: 0.5rem;
  }
}

.frm-icon {
  width: 2rem;
  height: 2rem;
}

.alrt-main {
  height: 15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.alrt-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60%;
  width: 30%;
  border: 2px solid rgb(234, 234, 234);
  border-radius: 0.5rem;
}

.alrt-num {
  border: 2px solid rgb(59, 144, 73);
}

#numIssues {
  font-size: 4rem;
}

@media only screen and (max-width: 420px) {
  .user-view {
    flex-direction: column;
  }
  .user-banner {
    text-align: center;
  }
  .knowledge-block {
    width: 95%;
    margin-bottom: 2rem;
  }
  .kw-topb {
    height: 11rem;
    flex-direction: column;
  }
  .kw-titles {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #userTitle {
    font-size: 3rem;
  }
  .right-block {
    width: 90%;
    height: 140vh;
  }
  .alerts-block {
    margin-bottom: 1rem;
    height: unset;
  }
  .alrt-cont {
    width: 40%;
    height: 80%;
    text-align: center;
  }
  .forms-block {
    height: unset;
  }
  .frm-main {
    height: unset;
  }
  .form-square {
    width: 4.5rem;
    height: 4.5rem;
  }
}
