.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark semi-transparent background */
  z-index: 9999; /* Ensure the overlay appears on top of other content */
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

/* Additional styles for the text */
.overlay-content h3 {
  font-size: 24px;
}
.card-title,#submitBtn{
  background: linear-gradient(to bottom, #3498db, hsl(205, 100%, 60%));
}
.form-label{
  font-weight: 600;
}
.gradient-text {
  background: linear-gradient(to bottom, #3498db, hsl(205, 100%, 60%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.bg-small-title h6{
  background: none !important;
}
.border-bottom-gradient {
  border-bottom: 1px solid #3498db;
  background-image: linear-gradient(to right, #3498db, hsl(205, 100%, 60%));
}
.hidden {
  display: none;
}
.mainTitle{
  background: linear-gradient(to bottom, #3498db, hsl(205, 100%, 60%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 40px;
}
.green-gradient-text {
  font-weight: bold;
  background-image: linear-gradient(to bottom, #00B4DB, #0083B0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 0.5px black;
  text-stroke: 0.5px black;
}
