/* datatable */
.table td, .table th {
    vertical-align: top !important;
}

/* card */
.card {
    border-radius: 16px;
}

/* button */
.btn {
    border-radius: 8px;
}

/* sidebar */
.icon-ame, .icon-ame2 {
    margin-bottom: 5px !important;
}
.cui__menuLeft__item__link:hover .icon-ame {
    display: none;
}

.cui__menuLeft__item__link:hover .icon-ame2 {
    display: inline-block !important;
}