@charset "UTF-8";


:root, [data-bs-theme="light"], [data-bs-theme="dark"] {
  --bs-primary: #000000;
  --bs-primary-rgb: 0, 0, 0;
  --bs-primary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #000000);
  --bs-primary-border-subtle: rgba(0, 0, 0, 0.39);
  --bs-primary-contrast: #fff;
}





label.required::after {
        content: " *";  
        color: red;  
        font-weight: bold;
    }