#appformcontainer {
  margin: 65px 100px 50px 100px;
}
#userregformcontainer {
  margin: 6px 25% 50px 25%;
}
#largeformcontainer {
  margin: 0px 100px 50px 100px;
}
#largeformlabel {
  color: #2a166d;
  font-size: 18px;
  margin: 5px 100px 0px 100px;
}
#mediumformcontainer {
  margin: 0px 25% 50px 25%;
}
#mediumformlabel {
  color: #e83e8c;
  font-size: 18px;
  margin: 5px 25% 0px 25%;
}

#alltable-container {
  height: 500px; /* Set a fixed height for the table container */
  overflow-y: auto; /* Enable vertical scrolling if the content exceeds the height */
  border: 2px solid black; /* Add an outer border */
}
.action {
  cursor: pointer;
}

.nav-link:hover {
  background-color: #2a3570; /* Change background color on hover */
  border-radius: 5px; /* Add border radius */
}

#fileAttachment2:hover {
  color: #8525d8; /* Change background color on hover */
}

@media (max-width: 768px) {
  #appformcontainer,
  #userregformcontainer,
  #largeformlabel,
  #largeformcontainer,
  #mediumformcontainer,
  #mediumformlabel {
    margin-left: 10px;
    margin-right: 10px;
  }
}
