.bg-login-image {
    background: url(../img/logohorizontal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.bg-BDT {
    background: url(../img/bg-login.jpg);
    background-position: center;
    background-size: cover;
    
}

.ml-icon{
    background: url(../img/logo_white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
}
.topbar #sidebarToggleTop:active  {
    background-color: #dddfeb;
  }

[class*='-secondary']{
    background-color: #544EEB!important;
    background-image: none;
}

[class*='btn-']{
    border: none;
}

.btn-filtro{
    color: white;
    background-color: #544EEB;
}

.text-primary{
    background-color: transparent!important;
    color: var(--red)!important;
}
.pt-4{
    padding-top: 0!important;
}
.custom-control-input:checked ~ .custom-control-label::before{
    color: #fff;
    border-color: #544EEB!important;
    background-color: #544EEB!important;
}