@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@media print {
  body { 
  	width:992px;
   }
   
   a,
	a:visited {
		text-decoration: none;
		color: black;
	}
	
   #bm_header {
   	display: none !important;
   }
   
   #offcanvas {
   	display: none !important;
   }
   
   #sidebar-button {
   	display: none !important;
   }
}

@include media-breakpoint-down(md) {
 	width: 100%;
}

html {
  font-size: 14px;
}

body {
	width: 100%;
}

input[type=number] {
  text-align:right;
}

tr.bg-danger > td {
    background-color: var(--bs-danger) !important;
    color: white;
}

tr.bg-warning > td {
    background-color: var(--bs-warning) !important;
    color: black;
}