.header {
  /* background-color: #6c63ff !important; */
  /* background-color: #EA8C5C !important; */
  /* background-color: #1999d5 !important; */
}

.primaryColor {
  color: #5cbdea;
}

.primaryBackgroundColor {
  background-color: #5cbdea;
}

.primaryBorderColor {
  border-color: #5cbdea;
}

.card {
  background-color: #eee !important;
}
.fileinput-upload, .kv-file-rotate, .kv-file-upload {
  display: none;
}

.wm-75 {
  max-width: 90%;
}

.card {
	background-color: white !important;
  box-shadow: 10px 0 10px rgba(1, 41, 112, 0.1) !important;
}


.lifted-text {
  font-size: 1em; /* Adjust the font size as needed */
  position: relative;
  top: -1.3em; /* Adjust this value to control the lift */
}

.required {
  color: red; /* Adjust as needed */
  font-weight: bold;
}

.nav-profile:hover {
  cursor: pointer;
}

.badge-superscript {
  top: -1em;
  left: -0.6em;
  
  /* position: absolute; */
}