:root{
  --bs-border-radius: 0 !important;
  --bs-primary-rgb: 7, 23, 64 ;
  --bs-border-radius-lg: 0 !important;
  --bs-link-color: #2780E3 !important;
  --bs-link-color-rgb: 39, 128, 227 !important;

}
.d-lg-inline {
  display: inline!important;
}
li.bg-primary{
  --bs-primary-rgb: 39, 128, 227 !important;
}
.download-attachment {
  color: #2780E3;
}
.btn-primary{
  --bs-btn-bg: #2780E3 !important;
}
#navbar {
  overflow-x: auto;

}
.nav-link {
  white-space: nowrap;
}

input[type="submit"] {
  background-color: #2780E3;
  border: 1px !important;
  color: white;
}
