body * {
    font-family: 'Montserrat', sans-serif;
}
.bg-primary{
    background-color: #313a46 !important;
}

.primary-color {
    color: #313a46 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #727cf5 !important;
    border-color: #727cf5 !important;
}



.text-color {
    color: #727cf5;
}


.link-user:hover{
    background-color: #fafbfd !important;
    color: #8391a2 !important;
}

#update-button {
    font-size: 28px;
}

.bg-dark {
    background-color: #313a46 !important;
}

.text-dark {
    color: #313a46 !important;
}

.text-light {
    color: #8391a2 !important;
}

#brand {
    margin-bottom: 9px;
}

.active {
    color: white !important;
    background-color: transparent !important;
}

.active:hover {
    color: white !important;
}

.li-item-text {
    color: #727cf5;
}

.link-title {
    height: 65px;
    width: 100%;
}

.dropdown-item {
    background-color: #343a40 !important;
}

.dropdown-item:hover {
    color: #bccee4 !important;
}

.list-options {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 200px;
}


.bg-menu {
    height: 60px;
    margin-top: 3%;
}

@media (max-width: 966px) {
    .bg-menu {
        height: 60px;
        margin-top: 5%;
    }
}

#dashboards {
    margin-left: 0%;
}

li>a:hover{
    color: #3f1dcb !important;
    background-color: #343a40 !important;
}

#fill-empty-space {
    height: 31%;
}

.bg-cardheader {
    background-color: #727cf5;
}

.a-disabled {
    color: gainsboro;
}


  




 


