/* Home Banner */

.dashboard img {
  width: 100%;
  height: 93vh;
  margin: 0;
  margin-top: -3px;
}

.COA {
  text-align: center;
  color: var(--text-primary);
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.COA h1 {
  font-weight: bold;
}

.LOACC {
  text-align: center;
  color: var(--text-primary);
  padding: 6rem 4rem;
  background-color: #bababaad;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.LOACC h1 {
  font-weight: bold;
}

.LOA {
  text-align: center;
  color: var(--text-primary);
  padding: 6rem 0;
}

/*Bagong dagdag*/
.LOA2 {
  text-align: center;
  color: var(--text-primary);
  padding: 6rem 0;
  background-color: #bababaad;
}

.LOA h1 {
  font-weight: bold;
}

.list-container {
  padding: 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.loa-btn {
  padding: 1rem;
  width: 28rem;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.Additional {
  background-color: #bababaad;
}

.move-down {
  position: absolute;
  top: 90vh;
  text-decoration: none;
  color: var(--text-white);
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background-color: red;
  opacity: 0.5;
}
.move-down:hover {
  opacity: 1;
}

#mobileBanner {
  display: none;
}

@media only screen and (max-width: 500px) {
  .loa-btn {
    padding: 0.3rem;
    width: 15rem !important;
  }
}
