.header-menu {
    width: 40px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.dropdown-menu .dropdown-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.header-menu .dropdown-item {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-menu .dropdown-item:hover {
    background-color: inherit;
}
.status-icon {
    width: 24px;
    height: 24px;
}
.align-center {
    text-align: center;
    vertical-align: middle !important;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.align-right{
    text-align: right !important;
}