.sidebar-dark-success {
    background: linear-gradient(180deg, #063f22, #0f7a3a);
}

.brand-link {
    border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
}

.nav-sidebar .nav-link.active {
    background: rgba(255, 255, 255, .18) !important;
    color: #fff !important;
}

.avatar-admin {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.content-wrapper {
    background: #f4fbf8;
}

.small-box {
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.card {
    border-radius: 18px;
    border: 0;
    box-shadow: 0 10px 30px rgba(13, 45, 28, .08);
}

.card-header {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

.btn {
    border-radius: 10px;
}

.table td,
.table th {
    vertical-align: middle;
}
