:root {
    --trr-bg-1: #000000;
    --trr-bg-2: #08111f;
    --trr-bg-3: #030912;
    --trr-panel-bg: rgba(112, 159, 214, 0.18);
    --trr-panel-bg-2: rgba(82, 128, 187, 0.26);
    --trr-panel-border: rgba(255, 255, 255, 0.16);
    --trr-head-bg: linear-gradient(180deg, rgba(120, 168, 221, 0.92) 0%, rgba(77, 121, 184, 0.92) 100%);
    --trr-row-odd: #dde7f3;
    --trr-row-even: #c4d4e8;
    --trr-row-hover: #aec5e1;
    --color-row-odd: #dde7f3;
    --color-row-even: #c4d4e8;
    --color-row-hover: #aec5e1;
    --trr-text: #dfe9f7;
    --trr-muted: #aab6cf;
    --trr-accent: #1db4ff;
    --trr-input-bg: rgba(255, 255, 255, 0.94);
    --trr-input-text: #1d2342;
    --trr-button-bg: linear-gradient(180deg, #5d91d8 0%, #3b67aa 100%);
    --trr-button-bg-hover: linear-gradient(180deg, #6fa0e2 0%, #2d5f9f 100%);
    --trr-panel-header: linear-gradient(180deg, #78a8dd 0%, #4d79b8 100%);
    --trr-panel-body: linear-gradient(180deg, rgba(112, 159, 214, 0.96) 0%, rgba(82, 128, 187, 0.96) 100%);
}

body {
    min-height: 100vh;
    background: linear-gradient(180deg, var(--trr-bg-1) 0%, var(--trr-bg-2) 38%, var(--trr-bg-3) 100%);
    color: var(--trr-text);
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    line-height: 1.45;
}

.container {
    max-width: 1582px;
}

.trr-banner {
    position: relative;
    min-height: 110px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(8, 17, 31, 0.98) 0%, rgba(3, 9, 18, 0.98) 100%);
    box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.trr-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 42%, rgba(120, 168, 221, 0.22) 0%, rgba(120, 168, 221, 0.08) 18%, rgba(120, 168, 221, 0) 42%);
    pointer-events: none;
}

.trr-banner::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 16px;
    width: 300px;
    height: 76px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(93, 145, 216, 0.24) 0%, rgba(93, 145, 216, 0) 70%);
    filter: blur(12px);
    pointer-events: none;
}

.trr-banner-inner {
    position: relative;
    z-index: 1;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trr-banner-title {
    margin: 0;
    color: #f2f5ff;
    font-weight: 700;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-shadow:
        0 0 8px rgba(143, 196, 255, 0.32),
        0 0 16px rgba(59, 103, 170, 0.18);
}

.row.mb-3 {
    margin-bottom: 16px !important;
}

.trr-top-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -12px !important;
    margin-right: -12px !important;
    padding: 14px;
    background: var(--trr-panel-body);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
    width: calc(100% + 24px);
    max-width: calc(100% + 24px);
    box-sizing: border-box;
}

.trr-top-strip-col {
    display: flex;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 6px;
    box-sizing: border-box;
}

.trr-top-strip-col-wide {
    flex-basis: 39.5%;
    max-width: 39.5%;
}

.trr-top-strip-col-narrow {
    flex-basis: 21%;
    max-width: 21%;
}

.trr-top-strip-col > .top-panel {
    width: 100%;
    height: 100%;
}

.trr-panel {
    background: linear-gradient(180deg, rgba(112, 159, 214, 0.18) 0%, rgba(82, 128, 187, 0.18) 100%);
    border: 1px solid var(--trr-panel-border);
    border-radius: 18px;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.table {
    color: var(--trr-text);
    border-color: rgba(146, 159, 255, 0.12);
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.table.top-panel {
    background: var(--trr-panel-body);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    border-collapse: separate;
    border-spacing: 0;
    --bs-table-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-hover-bg: transparent;
}

.table.top-panel th,
.table.top-panel td {
    background: transparent;
    padding: 10px 12px;
}

.table.top-panel tbody tr {
    color: #445067;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.16s ease;
    line-height: 1.4;
}

.table.top-panel tbody td {
    color: #445067;
    font-size: 14px;
    line-height: 1.4;
}

.table.top-panel tr:first-child th:first-child,
.table.top-panel thead tr:first-child th:first-child {
    border-top-left-radius: 14px;
}

.table.top-panel tr:first-child th:last-child,
.table.top-panel thead tr:first-child th:last-child {
    border-top-right-radius: 14px;
}

.table.top-panel tbody tr:last-child td:first-child,
.table.top-panel tr:last-child td:first-child {
    border-bottom-left-radius: 14px;
}

.table.top-panel tbody tr:last-child td:last-child,
.table.top-panel tr:last-child td:last-child {
    border-bottom-right-radius: 14px;
}

.table thead th,
.table tr:first-child th {
    background: var(--trr-panel-header);
    color: #f5f7ff;
    border-color: rgba(255, 255, 255, 0.16);
    font-weight: 600;
    font-size: 15px;
}

.top-panel-controls thead th,
.top-panel-controls tr:first-child th {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.08;
}

.table td,
.table th {
    border-color: rgba(146, 159, 255, 0.1);
    color: var(--trr-text);
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 0 1px 0;
}

table.table.top-panel > tbody > tr {
    background: transparent !important;
}

table.table.top-panel > tbody > tr.top-panel-row-odd > td {
    background-color: var(--color-row-odd, #dde7f3) !important;
    box-shadow: inset 0 0 0 9999px var(--color-row-odd, #dde7f3) !important;
    color: #445067 !important;
}

table.table.top-panel > tbody > tr.top-panel-row-even > td {
    background-color: var(--color-row-even, #c4d4e8) !important;
    box-shadow: inset 0 0 0 9999px var(--color-row-even, #c4d4e8) !important;
    color: #445067 !important;
}

table.table.top-panel > tbody > tr.top-panel-row-odd:hover > td,
table.table.top-panel > tbody > tr.top-panel-row-even:hover > td {
    background-color: var(--color-row-hover, #aec5e1) !important;
    box-shadow: inset 0 0 0 9999px var(--color-row-hover, #aec5e1) !important;
    color: #304056 !important;
}

table.table.top-panel > tbody > tr + tr {
    box-shadow: inset 0 1px 0 rgba(71, 94, 131, 0.12);
}

table.table.top-panel > tbody > tr + tr > td {
    border-top: 0 !important;
}

.top-panel .btn,
.top-panel .btn-outline-secondary,
.top-panel .btn-outline-danger {
    background: var(--trr-button-bg) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    font-weight: 700;
}

.top-panel .btn:hover,
.top-panel .btn-outline-secondary:hover,
.top-panel .btn-outline-danger:hover {
    background: var(--trr-button-bg-hover) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.top-panel-controls-cell {
    text-align: center;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.top-panel-controls-cell-secondary {
    border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
    box-shadow: inset 0 1px 0 rgba(77, 121, 184, 0.28);
}

.top-panel-controls-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.top-panel-controls-stack > .top-panel-button-row + .top-panel-button-row {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(77, 121, 184, 0.28);
}

.top-panel-button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 3;
}

#table2-buttons-length {
    min-height: 36px;
    position: relative;
    z-index: 3;
}

#table2-buttons-length .btn {
    min-width: 74px;
}

.top-panel-button-row-length .btn {
    min-width: 74px;
}

.request-rows-dropdown {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.request-rows-toggle {
    min-width: 120px !important;
}

.request-rows-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 140px;
    padding: 10px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(10, 22, 44, 0.98) 0%, rgba(19, 48, 86, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
    z-index: 9999;
}

.request-rows-menu .request-rows-button {
    width: 100%;
}

.request-rows-menu[hidden] {
    display: none !important;
}

.top-panel-button-row-secondary .btn {
    min-width: 132px;
}

.top-panel-button-row-secondary {
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(77, 121, 184, 0.28);
}

.top-panel-player-cell {
    padding: 8px !important;
}

.top-panel-player-controls,
.top-panel-player-controls tbody,
.top-panel-player-controls tr,
.top-panel-player-controls td {
    overflow: visible !important;
}

.dt-button-collection {
    z-index: 9999 !important;
}

.request-rows-button.is-active {
    background: var(--trr-button-bg-hover) !important;
    box-shadow: 0 0 0 2px rgba(143, 196, 255, 0.22), 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

#trr-player-slot {
    width: 100%;
    position: relative;
    z-index: 1;
}

#trr-player-slot .trr-rv-player {
    padding: 8px 10px !important;
    border-radius: 14px !important;
}

#trr-player-slot .trr-rv-player__label {
    margin-bottom: 4px !important;
    font-size: 0.72rem !important;
}

#trr-player-slot .trr-rv-player__title {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
}

#trr-player-slot .trr-rv-player__marquee {
    margin-top: 6px !important;
    min-height: 28px !important;
    padding: 4px 0 !important;
}

#trr-player-slot .trr-rv-player__marquee::before,
#trr-player-slot .trr-rv-player__marquee::after {
    width: 22px !important;
}

#trr-player-slot .trr-rv-player__marquee-content {
    padding-right: 28px !important;
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
}

#trr-player-slot .trr-rv-player__controls {
    gap: 8px !important;
    margin-top: 8px !important;
}

#trr-player-slot .trr-rv-player__play {
    width: 42px !important;
    height: 42px !important;
}

#trr-player-slot .trr-rv-player__play::before {
    left: 16px !important;
    top: 12px !important;
    border-top-width: 9px !important;
    border-bottom-width: 9px !important;
    border-left-width: 13px !important;
}

#trr-player-slot .trr-rv-player__play.is-playing::before {
    left: 14px !important;
    top: 11px !important;
    width: 12px !important;
    height: 18px !important;
    background: linear-gradient(90deg,#3e6fb8 0 4px,transparent 4px 8px,#3e6fb8 8px 12px) !important;
}

#trr-player-slot .trr-rv-player__bar {
    height: 7px !important;
}

#trr-player-slot .trr-rv-player__times {
    margin-top: 6px !important;
    font-size: 0.74rem !important;
}

}

/* Modern top strip refinements */
.trr-top-strip {
    gap: 12px;
    padding: 14px;
    background: var(--trr-panel-body);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.trr-top-strip-col {
    padding: 0 6px;
}

.trr-top-strip-col-wide {
    flex-basis: 39.5%;
    max-width: 39.5%;
}

.trr-top-strip-col-narrow {
    flex-basis: 21%;
    max-width: 21%;
}

.table.top-panel {
    background: var(--trr-panel-body);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.table.top-panel thead th,
.top-panel-controls thead th,
.top-panel-controls tr:first-child th {
    padding: 6px 12px;
    background: var(--trr-panel-header);
    color: #f5f7ff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: normal;
    text-transform: none;
}

.top-panel-stats tbody td:last-child {
    text-align: right;
    font-variant-numeric: tabular-nums;
    width: 84px;
    padding-left: 14px !important;
    border-left: 1px solid rgba(92, 121, 165, 0.22) !important;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.18);
}

.top-panel-stats tbody tr td:first-child {
    font-weight: 700;
}

.top-panel-stats thead th:last-child {
    width: 84px;
    text-align: right;
    padding-left: 14px !important;
    border-left: 1px solid rgba(168, 197, 238, 0.18);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.12);
}

.top-panel-player-controls tbody td {
    color: #445067;
}

.top-panel-section {
    background: transparent;
}

.top-panel-controls-cell {
    padding: 8px 10px !important;
}

.top-panel-controls-cell-secondary,
.top-panel-button-row-secondary,
.top-panel-controls-stack > .top-panel-button-row + .top-panel-button-row {
    border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
    box-shadow: inset 0 1px 0 rgba(77, 121, 184, 0.28);
}

.top-panel-button-row {
    gap: 8px;
}

#table2-buttons-export,
#table2-buttons-length {
    min-height: 0;
}

#table2-buttons-export .btn,
#table2-buttons-length .btn,
.top-panel-button-row-secondary .btn {
    min-width: 108px;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 0.78rem;
    line-height: 1.1;
}

.top-panel-button-row-length .btn {
    min-width: 132px;
}

.top-panel-player-cell {
    padding: 8px !important;
}

#trr-player-slot {
    width: 100%;
}

#trr-player-slot .trr-rv-player {
    padding: 10px 11px !important;
    background:
        radial-gradient(circle at 15% 0%, rgba(118, 193, 255, 0.30) 0%, rgba(118, 193, 255, 0) 34%),
        radial-gradient(circle at 100% 100%, rgba(108, 255, 205, 0.16) 0%, rgba(108, 255, 205, 0) 40%),
        linear-gradient(145deg, rgba(18, 36, 64, 0.96) 0%, rgba(10, 22, 44, 0.98) 55%, rgba(25, 50, 86, 0.94) 100%) !important;
    border: 1px solid rgba(164, 209, 255, 0.20) !important;
    border-radius: 18px !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.10),
        0 14px 26px rgba(7, 18, 36, 0.26) !important;
}

#trr-player-slot .trr-rv-player__label {
    color: rgba(218, 234, 255, 0.76) !important;
    margin-bottom: 3px !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

#trr-player-slot .trr-rv-player__title {
    color: #ffffff !important;
    font-size: 0.92rem !important;
    line-height: 1.1 !important;
    text-shadow: 0 0 18px rgba(95, 174, 255, 0.24) !important;
}

#trr-player-slot .trr-rv-player__title.is-live-dj {
    color: #ff5a72 !important;
    text-shadow: 0 0 14px rgba(255, 90, 114, 0.28), 0 0 24px rgba(255, 52, 87, 0.18) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 108, 131, 0.34) !important;
    background: transparent !important;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.05) !important;
    padding: 0 0 6px !important;
    border-radius: 0 !important;
    display: block !important;
    margin-bottom: 2px !important;
    width: 100% !important;
    max-width: 100% !important;
}

#trr-player-slot .trr-rv-player__marquee {
    margin-top: 4px !important;
    min-height: 22px !important;
    padding: 4px 0 !important;
    border-top: 1px solid rgba(162, 198, 245, .12) !important;
    border-bottom: 1px solid rgba(162, 198, 245, .12) !important;
}

#trr-player-slot .trr-rv-player__marquee-content {
    color: rgba(234,245,255,.94) !important;
    font-size: 0.74rem !important;
    line-height: 1.2 !important;
}

#trr-player-slot .trr-rv-player__controls {
    gap: 8px !important;
    margin-top: 6px !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
}

#trr-player-slot .trr-rv-player__play {
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0 0 0 4px rgba(96,186,255,.10), 0 10px 18px rgba(8,22,44,.28) !important;
}

#trr-player-slot .trr-rv-player__play::before {
    left: 16px !important;
    top: 12px !important;
}

#trr-player-slot .trr-rv-player__play.is-playing::before {
    left: 14px !important;
    top: 11px !important;
}

#trr-player-slot .trr-rv-player__bar {
    height: 7px !important;
}

#trr-player-slot .trr-rv-player__times {
    margin-top: 4px !important;
    font-size: 0.66rem !important;
}

#trr-player-slot .trr-rv-player__live-badge {
    padding: 2px 8px !important;
    font-size: 0.56rem !important;
    letter-spacing: 0.08em !important;
    box-shadow: 0 0 14px rgba(255,66,106,.34) !important;
}

.trr-footer {
    gap: 8px;
    padding-inline: 16px;
}

.trr-footer-copy {
    max-width: 760px;
    text-align: center !important;
}

@media (min-width: 769px) {
    .trr-footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 16px;
    }

    .trr-footer-copy {
        max-width: none;
        text-align: left;
    }

    .trr-footer-total {
        width: auto;
        text-align: right;
        justify-self: end;
        white-space: nowrap;
    }
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: var(--color-row-odd);
    color: #445067;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: var(--color-row-even);
    color: #445067;
}

.table-hover > tbody > tr:hover > * {
    background-color: var(--color-row-hover);
    color: #304056;
}

.top-rank-1 td {
    color: #ff0033 !important;
    font-weight: 700;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.top-rank-2 td {
    color: #008f3d !important;
    font-weight: 700;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.top-rank-3 td {
    color: #d97706 !important;
    font-weight: 700;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

table.table.top-panel > tbody > tr.top-rank-1 > td {
    color: #ff0033 !important;
}

table.table.top-panel > tbody > tr.top-rank-2 > td {
    color: #008f3d !important;
}

table.table.top-panel > tbody > tr.top-rank-3 > td {
    color: #d97706 !important;
}

.display.compact.table {
    border-radius: 18px;
    overflow: hidden;
    background: var(--trr-panel-body);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
    --bs-table-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-hover-bg: transparent;
}

#example {
    table-layout: fixed;
    width: 100% !important;
}

#example th,
#example td {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: top;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#example th:nth-child(1),
#example td:nth-child(1) {
    width: 50px;
}

#example th:nth-child(2),
#example td:nth-child(2) {
    width: 120px;
}

#example th:nth-child(4),
#example td:nth-child(4) {
    width: 140px;
}

#example th:nth-child(5),
#example td:nth-child(5) {
    width: 380px;
    max-width: 380px;
}

#example th:nth-child(6),
#example td:nth-child(6) {
    width: 90px;
}

.cell-artist,
.cell-naam,
.cell-bericht {
    display: block;
    width: 100%;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;
}

.cell-bericht {
    max-width: 380px;
}

.request-status {
    display: inline-block;
    transform-origin: center;
}

.request-status-live {
    animation: requestStatusLivePulse 1.2s ease-in-out infinite;
}

@keyframes requestStatusLivePulse {
    0%,
    100% {
        transform: scale(1);
        text-shadow: 0 0 0 rgba(255, 0, 51, 0);
    }

    50% {
        transform: scale(1.24);
        text-shadow: 0 0 20px rgba(255, 0, 51, 0.55);
    }
}

.display.compact.table thead th {
    background: var(--trr-panel-header);
    color: #f7f8ff;
    font-size: 15px;
    font-weight: bold;
}

.display.compact.table thead th + th {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 14px;
}

.display.compact.table tbody td {
    background: transparent;
    color: #445067;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

.display.compact.table_wrapper,
div.dataTables_wrapper {
    background: var(--trr-panel-body);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
    padding: 14px;
}

#example {
    border-radius: 14px;
    overflow: hidden;
}

.display.compact.table > tbody > tr:nth-of-type(odd) > td {
    background-color: var(--color-row-odd) !important;
    box-shadow: inset 0 0 0 9999px var(--color-row-odd) !important;
    color: #445067 !important;
}

.display.compact.table > tbody > tr:nth-of-type(even) > td {
    background-color: var(--color-row-even) !important;
    box-shadow: inset 0 0 0 9999px var(--color-row-even) !important;
    color: #445067 !important;
}

.display.compact.table > tbody > tr:hover > td {
    background-color: var(--color-row-hover) !important;
    box-shadow: inset 0 0 0 9999px var(--color-row-hover) !important;
    color: #304056 !important;
}

.display.compact.table tbody td:nth-child(6) {
    text-align: center;
    white-space: nowrap;
}

.display.compact.table > tbody > tr + tr {
    box-shadow: inset 0 1px 0 rgba(71, 94, 131, 0.12);
}

.display.compact.table tbody td {
    color: #445067;
}

div.dataTables_wrapper {
    color: var(--trr-text);
}

div.dataTables_wrapper .dataTables_length,
div.dataTables_wrapper .dataTables_filter,
div.dataTables_wrapper .dataTables_info,
div.dataTables_wrapper .dataTables_paginate {
    color: var(--trr-text) !important;
}

div.dataTables_wrapper .dataTables_filter input,
div.dataTables_wrapper .dataTables_length select {
    background: var(--trr-input-bg);
    color: var(--trr-input-text);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 10px;
    padding: 0.3rem 0.6rem;
}

div.dataTables_wrapper .dataTables_filter label,
div.dataTables_wrapper .dataTables_length label {
    color: var(--trr-text) !important;
    font-weight: 600;
}

div.dataTables_wrapper .dataTables_filter input:focus,
div.dataTables_wrapper .dataTables_length select:focus {
    outline: none;
    border-color: rgba(89, 163, 255, 0.7);
    box-shadow: 0 0 0 0.2rem rgba(62, 138, 255, 0.14);
}

div.dt-buttons .btn {
    background: var(--trr-button-bg);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    padding: 7px 14px;
    font-weight: 700;
}

div.dt-buttons .btn:hover,
.btn-outline-secondary:hover,
.btn-outline-danger:hover {
    background: var(--trr-button-bg-hover);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
}

.btn-outline-secondary,
.btn-outline-danger {
    background: var(--trr-button-bg);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
}

.btn-outline-danger {
    color: #ffd7dc;
    border-color: rgba(255, 109, 127, 0.32);
}

.btn-outline-danger:hover {
    background: rgba(122, 32, 50, 0.34);
    border-color: rgba(255, 109, 127, 0.46);
    color: #fff2f4;
}

.month-stats-box {
    max-width: 320px;
    padding: 14px;
    margin-top: 16px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: linear-gradient(180deg, rgba(112, 159, 214, 0.18) 0%, rgba(82, 128, 187, 0.18) 100%);
    border: 1px solid var(--trr-panel-border);
    border-radius: 18px;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#month-stats-panel {
    margin-top: 16px;
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px);
    max-width: calc(100% + 24px);
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
}

#requests-player-stack {
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px);
    max-width: calc(100% + 24px);
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(112, 159, 214, 0.18) 0%, rgba(82, 128, 187, 0.18) 100%);
    border: 1px solid var(--trr-panel-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.25),
        0 4px 10px rgba(0, 0, 0, 0.12);
}

#requests-player-stack > .row {
    margin-left: 0;
    margin-right: 0;
}

#requests-player-stack div.dataTables_wrapper {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: none;
}

#requests-player-stack #example {
    border-radius: 14px 14px 0 0;
}

.month-stats-title {
    font-size: 14px;
    margin-bottom: 14px;
    color: #f5f7ff;
    font-weight: 600;
}

.month-row {
    display: grid;
    grid-template-columns: 70px 90px;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.month-label {
    font-size: 14px;
    text-align: right;
    color: var(--trr-text);
}

.month-fixed-bar {
    width: 90px;
    height: 22px;
    background: linear-gradient(180deg, #43abff 0%, #2587e7 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    box-shadow:
        inset 0 -1px 0 rgba(0, 0, 0, 0.18),
        0 4px 12px rgba(20, 90, 220, 0.28);
}

.border-top {
    border-color: rgba(194, 205, 255, 0.16) !important;
}

.text-body-secondary {
    color: #dfe5ff !important;
}

footer {
    width: 100%;
    margin-top: 30px;
    padding-top: 16px !important;
}

footer.border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.trr-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.trr-footer-copy,
.trr-footer-total {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .trr-footer {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 44px;
        padding-right: 220px;
    }

    .trr-footer-copy {
        width: 100% !important;
        max-width: none !important;
        text-align: center !important;
    }

    .trr-footer-total {
        position: absolute !important;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: auto !important;
        max-width: none !important;
        text-align: right !important;
        white-space: nowrap !important;
    }
}

footer,
footer .text-body-secondary,
footer p {
    line-height: 1.6;
    color: #8e97b9 !important;
    font-size: 11px;
}

footer a,
footer a:visited {
    color: #8fc4ff !important;
}@media (min-width: 769px) and (max-width: 1280px) {
    footer .col-md-4.mb-0.text-body-secondary {
        flex: 0 0 62%;
        max-width: 62%;
        text-align: left;
    }

    footer #totaal-teller {
        flex: 0 0 38%;
        max-width: 38%;
        text-align: right !important;
    }

    #example th:nth-child(1),
    #example td:nth-child(1) {
        width: 64px;
    }

    #example th:nth-child(2),
    #example td:nth-child(2) {
        width: 92px;
    }

    #example th:nth-child(4),
    #example td:nth-child(4) {
        width: 94px;
    }

    #example th:nth-child(5),
    #example td:nth-child(5) {
        width: 150px;
        max-width: 150px;
    }

    #example th:nth-child(6),
    #example td:nth-child(6) {
        width: 78px;
    }

    .cell-bericht {
        max-width: 150px;
    }

    #example th:nth-child(3),
    #example td:nth-child(3) {
        min-width: 240px;
    }

    #example tbody td {
        padding-left: 10px;
        padding-right: 10px;
    }

    #trr-player-slot .trr-rv-player__controls {
        grid-template-columns: 40px minmax(0, 1fr) !important;
        align-items: center !important;
        row-gap: 0 !important;
    }

    #trr-player-slot .trr-rv-player__play {
        align-self: center !important;
        margin-top: 0 !important;
        transform: none !important;
    }

    #trr-player-slot .trr-rv-player__play:hover {
        transform: translateY(-1px) scale(1.02) !important;
    }

    #trr-player-slot .trr-rv-player__track {
        min-width: 0 !important;
    }

    #trr-player-slot .trr-rv-player__times {
        gap: 6px !important;
        font-size: 0.62rem !important;
    }

    #trr-player-slot .trr-rv-player__live-badge {
        padding: 2px 6px !important;
        font-size: 0.52rem !important;
    }

}

.paginate_button a,
.page-link {
    background: var(--trr-button-bg) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.page-item.active .page-link {
    background: var(--trr-button-bg-hover) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

@media (max-width: 768px) {
    .trr-top-strip {
        display: block;
        margin-left: -12px !important;
        margin-right: -12px !important;
        padding: 12px;
        width: calc(100% + 24px);
        max-width: calc(100% + 24px);
        box-sizing: border-box;
    }

    .trr-top-strip-col,
    .trr-top-strip-col-wide,
    .trr-top-strip-col-narrow {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .trr-top-strip-col + .trr-top-strip-col {
        margin-top: 12px;
    }

    .trr-top-strip-col > .top-panel {
        width: 100%;
    }

    .top-panel-controls-cell {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .top-panel-button-row {
        gap: 8px;
    }

    #trr-player-slot .trr-rv-player__controls {
        grid-template-columns: 40px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 8px !important;
    }

    #trr-player-slot .trr-rv-player__play {
        width: 40px !important;
        height: 40px !important;
    }

    #trr-player-slot .trr-rv-player__times {
        gap: 6px !important;
    }

    #trr-player-slot .trr-rv-player__live-badge {
        padding: 2px 6px !important;
        font-size: 0.52rem !important;
    }

    #table2-buttons-export .btn,
    #table2-buttons-length .btn,
    .top-panel-button-row-secondary .btn {
        min-width: 0;
        width: 100%;
    }

    .month-stats-box {
        max-width: 100%;
    }

    #requests-player-stack {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        max-width: 100%;
    }

    #requests-player-stack div.dataTables_wrapper {
        border-radius: 18px 18px 0 0;
    }

    #player-embed-panel {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        max-width: 100%;
    }

    #example th:nth-child(5),
    #example td:nth-child(5) {
        width: auto;
        max-width: none;
    }

    .cell-bericht {
        max-width: none;
    }

    #example {
        display: block;
        border-radius: 0;
        overflow: visible;
    }

    #example thead {
        display: none;
    }

    #example tbody {
        display: block;
    }

    #example tbody tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "date date"
            "artist artist"
            "name status"
            "message message";
        gap: 0;
        margin-bottom: 12px;
        border: 1px solid rgba(71, 94, 131, 0.14);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
    }

    #example tbody tr:nth-of-type(odd) {
        background: var(--color-row-odd);
    }

    #example tbody tr:nth-of-type(even) {
        background: var(--color-row-even);
    }

    #example tbody tr:hover {
        background: var(--color-row-hover);
    }

    #example tbody td {
        display: block;
        width: 100% !important;
        max-width: none !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    #example tbody td:nth-child(1) {
        display: none !important;
    }

    #example tbody td:nth-child(2) {
        grid-area: date;
        padding: 10px 14px 0 !important;
        color: #5c6f8c !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    #example tbody td:nth-child(3) {
        grid-area: artist;
        padding: 4px 14px 0 !important;
        color: #304056 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.4;
    }

    #example tbody td:nth-child(4) {
        grid-area: name;
        padding: 12px 14px 0 !important;
    }

    #example tbody td:nth-child(5) {
        grid-area: message;
        padding: 12px 14px 14px !important;
    }

    #example tbody td:nth-child(6) {
        grid-area: status;
        width: auto !important;
        padding: 12px 14px 0 10px !important;
        text-align: right !important;
        align-self: start;
        justify-self: end;
    }

    #example tbody td:nth-child(2)::before,
    #example tbody td:nth-child(4)::before,
    #example tbody td:nth-child(5)::before,
    #example tbody td:nth-child(6)::before {
        display: block;
        margin-bottom: 4px;
        color: #5c6f8c;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    #example tbody td:nth-child(2)::before {
        content: "Datum";
    }

    #example tbody td:nth-child(4)::before {
        content: "Naam";
    }

    #example tbody td:nth-child(5)::before {
        content: "Bericht";
    }

    #example tbody td:nth-child(6)::before {
        content: "Status";
        text-align: right;
    }

    #example tbody td:nth-child(4),
    #example tbody td:nth-child(5) {
        color: #445067 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.45;
    }

    #example tbody td:nth-child(6) .request-status {
        display: inline-block;
        min-width: 88px;
        text-align: center;
    }
}

#example th:nth-child(3),
#example td:nth-child(3),
.cell-artist {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none;
}






