.big-checkbox {
  width: 20px;
  height: 20px;
}

.custom-navbar {
  background-color: transparent !important;
}

.nav-link {
  background-color: rgba(171, 159, 255, 0.3); /* White with 50% opacity */
  border-radius: 30px; /* Rounded corners */
  margin: 0 2px; /* Some spacing between items */
}

.Form-MarginTB {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.small-image {
  width: 40px;
  height: 40px;
}

.rounded-25252525 {
  border-radius: 25% 25% 25% 25% !important;
}

.rounded-2510 {
  border-radius: 25% 10% 50% 70% !important;
}