.bg-blue-900{
  background-color: rgba(195, 38, 51, 1);     
}


.dropdown-wrapper .dropdown-item {
  background-color: rgba(195, 38, 51, 1);     
}

.dropdown-wrapper .dropdown-header {
    background-color: rgba(195, 38, 51, 1);  	
}	


.body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, \.SFNSText-Regular, sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}