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

.dropdown-menu {
    z-index: 9999 !important;
}

.btn-dropdown-action {
    transition: all 0.2s;
}

.btn-dropdown-action:hover {
    transform: scale(1.1);
    background-color: #e2e6ea;
}
