.small-box .small-box-icon,
.small-box .icon {
    opacity: 0.45;
    font-size: 58px !important;
}

.card {
    border-radius: 14px;
}

.table > :not(caption) > * > * {
    padding: 0.85rem 0.9rem;
}

.brand-link {
    padding: 0.95rem 0.25rem;
}

.brand-text {
    font-size: 1rem;
    letter-spacing: 0.3px;
}

.nav-sidebar .nav-link {
    border-radius: 10px;
    margin-bottom: 4px;
    font-weight: 500;
}

.nav-sidebar .nav-link.active {
    background-color: rgba(13, 110, 253, 0.18) !important;
    color: #fff !important;
}

.nav-sidebar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.nav-header {
    font-size: 0.72rem;
    letter-spacing: 0.8px;
    font-weight: 700;
}

.app-header.navbar {
    min-height: 58px;
}

.app-header .nav-link {
    font-weight: 500;
}

.user-menu .dropdown-menu {
    min-width: 280px;
    border-radius: 14px;
}

.user-menu .dropdown-item {
    font-size: 0.95rem;
}

.navbar .dropdown-toggle::after {
    margin-left: 0.45rem;
}

.recent-activity-scroll {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

.recent-activity-scroll::-webkit-scrollbar {
    width: 8px;
}

.recent-activity-scroll::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 139, 0.45);
    border-radius: 10px;
}

.recent-activity-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.recent-activity-list .border-bottom:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.dashboard-welcome-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    .dashboard-welcome-actions {
        justify-content: flex-end;
        margin-left: auto;
    }
}
