* {
  font-family: "Mulish", sans-serif;
}

.bg-wallpaper {
  background-image: url("/images/bg_login.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.home-text {
  font-size: 1.3rem;
}

.a_recover {
  text-decoration: none;
  color: #555;
}

.a_recover:hover {
  text-decoration: none;
  color: #002e58;
}

.btn-primary {
  background-color: #e30613;
  border-color: #e30613;
  color: #fff;
}

.btn-primary:hover {
  background-color: #fa0e1e;
  border-color: #fa0e1e;
  color: #fff;
}

.btn-secondary {
  background-color: #002e58;
  border-color: #002e58;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #00417d;
  border-color: #00417d;
  color: #fff;
}

.btn-primary:disabled {
  background-color: #e3061336;
  border-color: #e3061336;
  color: #fff;
}

.hr-footer {
  margin: 25px 0px 10px 0px;
  height: 2px !important;
}

.bordo {
  color: #000; /* Colore del testo interno */
  -webkit-text-stroke: 0.5px black; /* Spessore e colore del bordo */
  /* Puoi aggiungere un fallback con text-shadow se vuoi migliorare la compatibilità */
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
}

.red {
  color: #c13733;
}

.bg-red {
  background-color: #c13733;
}

.bg-blue {
  background-color: #002e58;
}

.sidebar .nav-link {
  color: #fff !important;
}

.sidebar .nav-link .feather {
  color: #fff !important;
}

.navbar-brand {
  padding-top: 0.15rem !important;
  padding-bottom: 0.15rem !important;
}

.arrow_desk {
  position: relative;
  top: 50px;
}

.sidebar .nav-link.active {
  font-weight: bold !important;
  color: #ff9393 !important;
}

.card-students {
  border: 10px solid #e30613;
}

.card-directors {
  border: 10px solid #002e57;
}

.table-admin td,
.table-admin th {
  height: 45px;
  vertical-align: middle;
}

.table-admin th {
  background-color: lightgreen;
}

.dtfh-floatingparent.dtfh-floatingparenthead {
  top: 40px !important;
}
