.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
    border-radius: 5px !important;
}
.widget-content .widget-numbers {
    font-weight: 700;
    font-size: 1.3rem !important;
    display: block;
}

.card {
    box-shadow: 0 5rem -0.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 5rem rgb(4 9 20 / 3%), 0 0.25rem 22rem rgb(4 9 20 / 5%), 0 0.125rem 5rem rgb(4 9 20 / 10%) !important;
    border-width: 0;
    transition: all .2s;
}
.widget-content .widget-content-right {
    margin-left: auto !important;
    margin-right: 20px !important;

}

.o_rtl .widget-content-right {
    margin-right: auto !important;
    margin-left: 20px !important;

}
.app-sidebar__heading {
    text-transform: uppercase;
    font-size: .8rem;
    margin: 0.75rem 0;
    font-weight: 700;
    color: #336699 !important;
    white-space: nowrap;
    position: relative;
}
.vertical-nav-menu ul>li>a {
    color: #336699 !important;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1.5rem;
}