.logo-blue{
    fill:#003daa;
}

.form__msg {
  font-size: 13px;
}

.form__msg.form__error {
  color: #d93025;
}

.bg-main{
  background: #FCEBD1;
}

.dt-container
{
  overflow-x: scroll;
}

.sidebar .sidebar-brand
{
  font-weight: 500 !important;
}

.sidebar .sidebar-heading {
    font-weight: 500 !important;
    font-size: .95rem !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header, .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    white-space: wrap !important;
    font-weight: 500 !important;
    font-size: .8rem !important;
    color: #f1f1f1 !important;
    background: #5a5c69;
}

.badge {
    font-weight: 500 !important;
}

#flash-message
{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
}

.tag
{
  background: #000;
}