/* _content/InfoGrid/Pages/Films.razor.rz.scp.css */
/* _content/InfoGrid/Pages/GenericRootComponent.razor.rz.scp.css */
.search-input[b-r3gfcqznex] {
    flex: 1;
}

.table-container[b-r3gfcqznex] {
    display: flex;
    justify-content: space-between;
    background-color: cornflowerblue;
    margin: -4px; /* Adjust the negative margin to control spacing */
}

.schedule-list li[b-r3gfcqznex] {
    margin-bottom: 10px; /* Adjust the value as needed to add space between schedule items */
}

.news-item[b-r3gfcqznex] {
    filter: brightness(80%);
}

.table-container table[b-r3gfcqznex] {
    border-collapse: collapse;
}

.table-container td[b-r3gfcqznex],
.table-container th[b-r3gfcqznex] {
    padding: 8px; /* Adjust the padding as needed */
}

.tv-channel-grid[b-r3gfcqznex] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.tv-channel-card[b-r3gfcqznex] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.channel-logo[b-r3gfcqznex] {
    max-width: 70%;
    height: 80px;
}

.schedule-list[b-r3gfcqznex] {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

    .schedule-list li[b-r3gfcqznex] {
        margin-bottom: 5px;
    }

/* Media query for responsive design */
@@media (max-width: 768px) {
    .tv-channel-grid[b-r3gfcqznex] {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); /* Stack cards in a single column */
    }
}

ul[b-r3gfcqznex] {
    list-style-type: none;
    padding: 0;
}

li[b-r3gfcqznex] {
    padding: 10px;
    margin: 5px 0;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    /* Hide the tooltip by default */
    li .tooltip[b-r3gfcqznex] {
        display: none;
        position: absolute;
        background-color: #333;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        font-size: 12px;
        white-space: nowrap;
    }

    /* Show the tooltip when hovering over the list item */
    li:hover .tooltip[b-r3gfcqznex] {
        display: inline-block;
    }



.genericroot-container[b-r3gfcqznex] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.genericroot-item[b-r3gfcqznex] {
    margin: 10px;
    text-align: center;
    max-width: 200px;
}

.genericroot-item img[b-r3gfcqznex] {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.genericroot-details[b-r3gfcqznex] {
    margin-top: 8px;
    font-family: 'Arial', sans-serif;
}

.overlay-text[b-r3gfcqznex] {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.label-text[b-r3gfcqznex] {
    font-size: 14px;
    text-decoration: none;
}

.bold[b-r3gfcqznex] {
    font-weight: bold;
}
/* _content/InfoGrid/Pages/ItemTemplate.razor.rz.scp.css */
.genericroot-container[b-1asq8y2mxh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.genericroot-item[b-1asq8y2mxh] {
    margin: 10px;
    text-align: center;
    max-width: 200px;
}

.genericroot-item img[b-1asq8y2mxh] {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.genericroot-details[b-1asq8y2mxh] {
    margin-top: 8px;
    font-family: 'Arial', sans-serif;
}

.overlay-text[b-1asq8y2mxh] {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.label-text[b-1asq8y2mxh] {
    font-size: 14px;
    text-decoration: none;
}

.bold[b-1asq8y2mxh] {
    font-weight: bold;
}

.new-item[b-1asq8y2mxh] {
    /* Add your styles for new items here */
    border: 2px solid green; /* Example: green border for new items */
}
/* _content/InfoGrid/Pages/TvRadio.razor.rz.scp.css */
.search-input[b-ag9tt4u7eh] {
    flex: 1;
}

.table-container[b-ag9tt4u7eh] {
    display: flex;
    justify-content: space-between;
    background-color: cornflowerblue;
    margin: -4px; /* Adjust the negative margin to control spacing */
}

.schedule-list li[b-ag9tt4u7eh] {
    margin-bottom: 10px; /* Adjust the value as needed to add space between schedule items */
}

.news-item[b-ag9tt4u7eh] {
    filter: brightness(80%);
}

.table-container table[b-ag9tt4u7eh] {
    border-collapse: collapse;
}

.table-container td[b-ag9tt4u7eh],
.table-container th[b-ag9tt4u7eh] {
    padding: 8px; /* Adjust the padding as needed */
}

.tv-channel-grid[b-ag9tt4u7eh] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.tv-channel-card[b-ag9tt4u7eh] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.channel-logo[b-ag9tt4u7eh] {
    max-width: 70%;
    height: 80px;
}

.schedule-list[b-ag9tt4u7eh] {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

    .schedule-list li[b-ag9tt4u7eh] {
        margin-bottom: 5px;
    }

/* Media query for responsive design */
@@media (max-width: 768px) {
    .tv-channel-grid[b-ag9tt4u7eh] {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); /* Stack cards in a single column */
    }
}

ul[b-ag9tt4u7eh] {
    list-style-type: none;
    padding: 0;
}

li[b-ag9tt4u7eh] {
    padding: 10px;
    margin: 5px 0;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    /* Hide the tooltip by default */
    li .tooltip[b-ag9tt4u7eh] {
        display: none;
        position: absolute;
        background-color: #333;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        font-size: 12px;
        white-space: nowrap;
    }

    /* Show the tooltip when hovering over the list item */
    li:hover .tooltip[b-ag9tt4u7eh] {
        display: inline-block;
    }
/* _content/InfoGrid/Shared/MainLayout.razor.rz.scp.css */
.page[b-2wsoc8hki9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2wsoc8hki9] {
    flex: 1;
}

.sidebar[b-2wsoc8hki9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2wsoc8hki9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2wsoc8hki9]  a, .top-row .btn-link[b-2wsoc8hki9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-2wsoc8hki9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2wsoc8hki9] {
        display: none;
    }

    .top-row.auth[b-2wsoc8hki9] {
        justify-content: space-between;
    }

    .top-row a[b-2wsoc8hki9], .top-row .btn-link[b-2wsoc8hki9] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2wsoc8hki9] {
        flex-direction: row;
    }

    .sidebar[b-2wsoc8hki9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2wsoc8hki9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-2wsoc8hki9], article[b-2wsoc8hki9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/InfoGrid/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-v0jz1ibc8r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-v0jz1ibc8r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-v0jz1ibc8r] {
    font-size: 1.1rem;
}

.oi[b-v0jz1ibc8r] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-v0jz1ibc8r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v0jz1ibc8r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v0jz1ibc8r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v0jz1ibc8r]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-v0jz1ibc8r]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-v0jz1ibc8r]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v0jz1ibc8r] {
        display: none;
    }

    .collapse[b-v0jz1ibc8r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-v0jz1ibc8r] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
