.border {
  border: 1px solid #ccc !important;
  border-radius: 10px !important
}
.svg-16 {
  width: 1rem;
  height: 1rem
} /*16px*/
.svg-fill-blue {
  fill: #0954a7
}
.svg-fill-white {
  fill: #fff
}
.bg-light-danger {
  background-color: rgba(176, 16, 16, 0.2);
  border: 1px solid rgba(176, 16, 16, 0.2);
}