.dropdown-menu-kebab {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0.5rem !important;
    overflow: hidden;
}

.dropdown-item-kebab {
    font-size: 0.85rem;
    font-weight: 500;
    color: #495057;
    transition:
        background 0.15s ease,
        color 0.15s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-item-kebab:hover {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}
.dropdown-item-kebab.text-danger:hover {
    background-color: #fff5f5 !important;
    color: #e03131 !important;
}

@media (min-width: 992px) {
    .educreator-table-card {
        overflow: visible !important;
    }

    .table-responsive {
        overflow: visible !important;
    }
}

@media (max-width: 991.98px) {
    .table-responsive {
        padding-bottom: 120px;
    }
}
