/* =========================================
   TMAVÉ PALETY PRE TABUĽKY (DARK-THEME-TABLES.CSS)
   ========================================= */

/* =========================================
   22. MOJE DIELA - USER WORKS TABLE
   ========================================= */

.table,
.table thead,
.table thead tr
{
    background-color: #333 !important;
    color: #d0d0d0 !important;
}

.table-hover > tbody > tr:hover {
    background-color: #333333 !important;
}

.work-title-link {
    color: #7c93d4 !important;
}

.input-group-text {
    background-color: #333333 !important;
    border-color: #444444 !important;
    color: #e0e0e0 !important;
}

.my-bg-light {
    background-color: #333333 !important;
    color: #e0e0e0 !important;
}

.text-muted {
    color: #b0b0b0 !important;
}

.stats-badge {
    background-color: #333333 !important;
    color: #b0b0b0 !important;
}

.table-light th a {
    color: #e0e0e0 !important;
}

.table-light th a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.table-light th a.active {
    color: #7c93d4 !important;
}

/* =========================================
   TABUĽKOVÝ POHĽAD PRE MOJE DIELA
   ========================================= */

.user-works-table {
    color: #e0e0e0 !important;
    background-color: #2A2A2A !important;
}

.user-works-table th {
    background-color: #222222 !important;
    color: #e0e0e0 !important;
    border-color: #444444 !important;
}

.user-works-table td {
    border-color: #444444 !important
}

.user-works-table tr:hover {
    background-color: #333333 !important;
}

/* =========================================
   STATUS BADGES A TLAČIDLÁ
   ========================================= */

.btn-outline-primary {
    color: #7c93d4 !important;
    border-color: #3a4a7a !important;
}

.btn-outline-primary:hover {
    background-color: #3a4a7a !important;
    color: #e0e0e0 !important;
}

.btn-outline-secondary {
    color: #b0b0b0 !important;
    border-color: #444444 !important;
}

.btn-outline-secondary:hover {
    background-color: #444444 !important;
    color: #e0e0e0 !important;
}

/* Badge pre stavy */
.status-badge {
    color: #e0e0e0 !important;
}

.badge.bg-secondary {
    background-color: #3a4a7a !important;
    color: #e0e0e0;
}

