body {
    margin: 0;
    display: flex;
    color: #8d8686;
}
h2.titulo {
    font-size: 20px;
    font-weight: 500;
}
h2.titulo > small {
    font-size: 13px;
    font-weight: 200;
    color: #6b7170;
    display: block;
}
.btn-xs {
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    padding: 3px 10px 2px;
}
.btn-padrao {
    font-size: 15px;
    color: #fff;
    background: #465351;
    padding: 3px 20px;
}
a {
    text-decoration: none;
    color: #8d8686;
}
a.back {
    width: 64px;
    height: 64px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    border-radius: 10px;
    margin-right: 15px !important;
}
.text-xs {
    font-size: 12px !important;
}
aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    width: 270px !important;
    min-height: 100vh;
}
.bg-side {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 15px;
}
.version-info {
    margin: 0 !important;
    margin-bottom: -11px !important;
    padding: 9px;
    font-size: 12px;
    color: #6b7170;
    text-align: center;
    background-color: #bcc1c0;
}
.menu-list {
    padding: 0;
    margin: 0;
}
.menu-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
    padding: 5px 20px;
    font-weight: 300;
    font-size: 14px;
}
.menu-list li a {
    text-decoration: none;
    color: #8d8686;
}
.menu-list li:not(.menu-title):hover {
    background-color: #e0f7f6;
    border-radius: 25px;
    color: #000;
}
.menu-list li.active {
    background-color: #a2f2ef;
    border-radius: 25px;
    color: #000;
    font-weight: normal;
}
.menu-list li.menu-title {
    color: #465351;
    font-weight: bold;
}
.menu-list li i {
    font-size: 25px;
    margin-right: 10px;
}
.main{
    flex-grow: 1;
    padding: 20px 20px 0px;
    background-color: #ffffff;
}
.search {
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 11px;
}
.search i{    
    color: #8d8686;
    font-size: 25px;
}
.search input {
    border: none;
    background: transparent;
    outline: none;
    margin-left: 5px;
    color: #8d8686;
}
.user-info small {
    color: #1b8581;
}
.btn-green {
    background-color: #25d0c6;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    border-radius: 25px;
    font-weight: bold;
}
.acoes {
    text-align: right;
}
.painel {
    border: 1.5px solid #dfdede;
    border-radius: 15px;
    padding: 10px 15px 5px;
}
.painel-escuro {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}
.painel-title {
    margin: -16px -17px 10px;
    font-size: 16px;
    font-weight: 500;
    background-color: #d8d9d9;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    padding: 5px 0px;
}
.painel small {
    font-size: 13px;
    color: #adabab;
}
