@import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css";

.login-card {
    height: 70vh;
}

html[data-theme="light"] .tabulator {
    background-color: #fff;
}

html[data-theme="light"] .tabulator .tabulator-header {
    background-color: #f8f9fa;
    color: #000;
    border-bottom: 1px solid #dee2e6;
}

html[data-theme="light"] .tabulator .tabulator-row {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #dee2e6;
}


html[data-theme="dark"] .tabulator {
    background-color: #1a1a1a;
}

html[data-theme="dark"] .tabulator .tabulator-header .tabulator-col {
    background-color: #2d2d2d;
    color: #fff;
    border-bottom: 1px solid #404040;
}

html[data-theme="dark"] .tabulator .tabulator-row {
    background-color: #1a1a1a;
    color: #fff;
    border-bottom: 1px solid #404040;
}

html[data-theme="dark"] .tabulator .tabulator-row.tabulator-row-even {
    background-color: #2d2d2d;
}

html[data-theme="dark"] .tabulator-row.tabulator-selected {
    background-color: #3d3d3d;
}