﻿.textBox ul {
    line-height: 30px;
    padding-right: 50px;
    list-style: disclosure-open;
}

    .textBox ul li ul {
        list-style: disc;
        padding-right: 50px;
    }

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoOverlayButton {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0BAAB7;
    border-radius: 50%;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}

.tbLinksKingResponsive .svg {
    padding-right: 40px;
}

@media (max-width: 550px) {
    .tbLinksKingResponsive .svg {
        padding-right: 0px;
    }

    .table-responsive .tbLinksKingResponsive table {
        width: 100%;
        border-collapse: collapse;
        text-align: center !important;
    }

    .table-responsive .tbLinksKingResponsive th,
    .table-responsive .tbLinksKingResponsive td {
        padding: 10px;
        text-align: center !important;
        justify-content: space-evenly !important;
    }

    .table-responsive .tbLinksKingResponsive table,
    .table-responsive .tbLinksKingResponsive thead,
    .table-responsive .tbLinksKingResponsive tbody,
    .table-responsive .tbLinksKingResponsive th,
    .table-responsiv .tbLinksKingResponsivee td,
    .table-responsive .tbLinksKingResponsive tr {
        display: block;
        width: 100%;
    }

        .table-responsive .tbLinksKingResponsive thead tr {
            display: none; /* Hide the header on smaller screens */
        }

    .table-responsive .tbLinksKingResponsive tr {
        margin-bottom: 10px;
        border-color: transparent;
    }

    .table-responsive .tbLinksKingResponsive td {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        flex-wrap: wrap; /* Allow wrapping for labels and values */
    }

    .table-responsive .tbLinksKingResponsive svg {
        display: none;
    }

    .table-responsive .tbLinksKingResponsive td * {
    }

    .table-responsive .tbLinksKingResponsive td:before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 10px;
        flex: 1;
        text-align: right !important;
        width: 100% !important;
    }
    /* Alternate even and odd row colors */
    .table-responsive .tbLinksKingResponsive .season * {
        background-color: #FFC107 !important;
        color: black !important;
    }

    /* Alternate even and odd row colors */
    .table-responsive .tbLinksKingResponsive tr:nth-child(even) {
        background-color: #d8d8d8; /* Light gray for even rows */
        border-radius: 20px;
    }

    .table-responsive .tbLinksKingResponsive tr:nth-child(odd) {
        background-color: #efefef; /* Light gray for even rows */
        border-radius: 20px;
    }

    .bi.bi-cloud-download.cursorPointer {
        font-size: 50px;
    }
}
