/*///////////////////header////////////////////////*/
[data-theme-icon="bi-sun"] .theme-icon::before {
  content: "\F5A2"; /* bi-sun */
  font-family: "Bootstrap Icons";
}

[data-theme-icon="bi-sun-fill"] .theme-icon::before {
  content: "\F5A1"; /* bi-sun-fill */
  font-family: "Bootstrap Icons";
}

.alert {
  padding: 0.55rem 0.8rem !important;
  font-size: 14px; 
}