/*dashboard*/
.dashboard__list {

}

.dashboard__list .row .col-md-4 {
    overflow-y: auto;
    height: 500px;
}

.dashboard__list h2 {
    font-size: .82em;
    text-transform: uppercase;
}

.list__items {
    background-color: white;
    padding: .8em;
    border: 1px solid #ddd;
    height: 500px
    overflow-y: auto;
    overflow-x: none;
}
.list__items .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.list__items .row > div {
    padding: .4em 0;
}
.list__items .row div img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
}
.list__item {
    list-style: none;
    display: flex;
    margin-bottom: .5em;
}
.list__item h3 {
    font-size: 1em;
}
.list__item img {
    margin-right: .5em;
    min-height: auto;
    height: fit-content;
}
.list__item__data {
    display: flex;
    flex-direction: column;
}

.agenda__index .img-default {
    width: 100px;
    height: 100px;
}

.sidebar__list {
    color: black;
}
.sidebar__list li span {
    display: inline;
}

.rule {
    max-height: 150px;
    overflow-y: auto;
}
