.current-page {
    color: var(--even-more-dark-color) !important;
}



/* Items list */

.items-list td:nth-last-child(1),
.items-list th:nth-last-child(1) {
    width: 200px;
    text-align: center;
}

/* Episodes list */

.episodes-list td:nth-last-child(1),
.episodes-list th:nth-last-child(1) {
    width: 80px;
    text-align: center;
}

.episodes-list td:nth-last-child(2),
.episodes-list th:nth-last-child(2) {
    width: 180px;
    text-align: center;
}

.episodes-list td:nth-last-child(3),
.episodes-list th:nth-last-child(3) {
    width: 180px;
    text-align: center;
}

/* Roles list */

.roles-list td:nth-last-child(1),
.roles-list th:nth-last-child(1) {
    width: 180px;
    text-align: center;
}

.roles-list td:nth-last-child(2),
.roles-list th:nth-last-child(2) {
    width: 80px;
    text-align: center;
}

/* Users list */

.users-list td:nth-child(3),
.users-list th:nth-child(3) {
    width: 150px;
    text-align: center;
}

.users-list td:nth-child(4),
.users-list th:nth-child(4) {
    width: 150px;
    text-align: center;
}

.users-list td:nth-last-child(3),
.users-list th:nth-last-child(3) {
    width: 150px;
    text-align: center;
}

.users-list td:nth-last-child(2),
.users-list th:nth-last-child(2) {
    width: 150px;
    text-align: center;
}


.users-list td:nth-last-child(1),
.users-list th:nth-last-child(1) {
    width: 180px;
    text-align: center;
}






#summary, #description {
    background-color: #e9ecef;
}

#editor-container .tox-tinymce {
    width: 800px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.custom-header {
    background-color: #aaa;
    color: #fff;
}
.main-content {
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.model-image {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #ccc;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}

.model-image-text {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #aaa;
    font-weight: bold;
}

.model-image img {
    max-width: 100%;
    max-height: 100%;
}


@media print {
    body * {
        visibility: hidden;
    }
    .print-only, .print-only * {
        visibility: visible;
    }
    .print-only {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .btn, .navbar, .back-button, .non-printable {
        display: none !important;
    }
}
