

.card {
    background-color: rgba(255, 255, 255, 0.70);
}

/* Override Button Classes directly to ensure compiled Bootstrap CSS doesn't take precedence */

.table th {
    position: relative;
}

.resizer {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    cursor: col-resize;
    user-select: none;
    height: 100%;
}

.resizer:hover,
.resizing {
    border-right: 2px solid #0d6efd;
}

.table :not(caption)>*>:not(.btn, i) {
    background-color: rgba(255, 255, 255, 0.50);
}