h1,h2,h3,h4,h5,h6 {font-family:'Roboto'}

a.list-group-item.list-group-item-action {
    transition: 0.3s;
}

a.list-group-item.list-group-item-action:hover {
    background-color: #0e6dfd57;
}

.card-body label {
    margin-bottom: 4px!important;
    margin-top: 8px;
}

.header-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.header-title svg {
    margin-right:8px;
    height: 30px;
    width: 30px;
}

.accordion-button {
    background-color: #0d6efd!important;
    color:#fff!important;
    fill: #fff!important;
}