.site-logo {
    width: 32rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

body {
    background-color: #fff;
    padding-top: 7rem;
    overflow-y: scroll;
}

.navbar {
    background-color: #e0a423;
    height: 80px;
}

.home-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.nav-link:active {
    color: #202020;
}

.nav-link:visited {
    color: #202020;
}

.sidebar-1 .nav-link {
    color: #202020;
    font-weight: 700;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 50px!important;
}

.sidebar-1 .nav-link.active {
    background-color: #f5f8ff!important;
    color: #0052ff!important;
    font-weight: 700;
}

.sidebar-1 .nav-link:hover {
    background-color: #e5e9f7!important;
}

.header {

    background: url("../images/header_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.card-episode { 
    border-radius: 0;
    border: 0;
    transition: box-shadow 0.25s ease-in-out;
    margin-bottom: 1.5rem;
}

.card-episode:hover .card-img-top { 
    transform: scale(1.1);
}

.card-episode:hover { 
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 16px, rgba(0, 0, 0, 0.5) 0px 8px 32px;
}

.card-text {
    color: #e0a423;
    font-weight: 600;
}

.card-img-container {
    overflow: hidden;
}

.card-img-top {
    border-radius: 0;
    transition: transform 0.25s ease-in-out;
    object-fit:cover;
    background: #000;
}

.card-views {
    color: #5a5a5a;
}

.page-text {
    color: #fff;
}

.source {
    padding: 0.75rem 1.25rem;
    background-color: #e0a423;
    color: #8f3d1e;
    font-weight: 700;
    text-decoration: none;
}

.source:hover {
    background-color: #8f3d1e;
    color: #fff;
}

.source.active {
    padding: 0.75rem 1.25rem;
    background: #8f3d1e;
    color: #fff;
}

.player {
    border: 10px solid #fff;
}

.other-episode {
    padding: 0.75rem 1.25rem;
    background-color: #e0a423;
    color: #8f3d1e;
    font-weight: 700;
    text-decoration: none;
}

.other-episode:hover {
    background-color: #8f3d1e;
    color: #fff;
}

.light-control {
    color: #fff;
    box-shadow: inset 0 0 1px #fff;
    padding: 0.75rem 1.25rem;
    opacity: 0.75;
    text-decoration: none;
    cursor: pointer;
}

.light-control:hover {
    opacity: 1;
}



.report-episode {
    color: #fff;
    box-shadow: inset 0 0 1px #fff;
    padding: 0.75rem 1.25rem;
    opacity: 0.75;
    text-decoration: none;
    cursor: pointer;
}

.report-episode:hover {
    opacity: 1;
}


.report-text {
    resize: none!important;
}

/* CSS for the cinema mode overlay */
.cinema-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
    display: none;
    z-index: 1000; /* Ensure it's on top of other elements */
}

/* CSS for the active cinema mode */
.cinema-overlay.active {
    display: block; /* Show the overlay */
    z-index: 999; /* Lower z-index to allow interaction with elements below */
}

/* Style your player to make it stand out */
iframe {
    position: relative;
    z-index: 1001; /* Ensure the player is above the overlay */
}


/* Adjust the position of the light-control button when cinema mode is active */
.light-control.active {
    position: relative;
    z-index: 1001; /* Ensure the button is above the overlay */
}

.modal-report {
    background: #000;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 16px, rgba(0, 0, 0, 0.5) 0px 8px 32px;
}

footer {
    background-color: #080808;
}

.footer-logo {
    width: 240px;
}

.footer-text {
    color: #fff;
    font-size: 0.9rem;
}

.footer-title {
    color: #fff;
    font-size: 1.25rem;
}

footer li {
    list-style-type: none;
}

.footer-link {
    color: #8a8a8a;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}

.footer-social-icon {
    font-size: 2.25rem;
}

.filler {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(252, 111, 111);
    padding: 0.15rem 0.5rem;
    font-weight: 600;
    font-size: 0.75rem;
    color: #000;
}

.canon {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(134, 252, 111);
    padding: 0.15rem 0.5rem;
    font-weight: 600;
    font-size: 0.75rem;
    color: #000;
}

.mix {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(252, 243, 111);
    padding: 0.15rem 0.5rem;
    font-weight: 600;
    font-size: 0.75rem;
    color: #000;
}

.nav-link.active .icon-home {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(112deg) brightness(106%) contrast(101%);
}

.nav-link:hover .icon-home {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(112deg) brightness(106%) contrast(101%);
}

.icon-home {
    filter: invert(26%) sepia(14%) saturate(4926%) hue-rotate(343deg) brightness(100%) contrast(90%);
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}

.icon-eye {
    filter: invert(65%) sepia(1%) saturate(0%) hue-rotate(351deg) brightness(94%) contrast(89%);
    width: 19px;
    height: 19px;
    position: relative;
    top: -1px;
    margin-right: 0.15rem;
}

@media only screen and (max-width: 767px) {
    .site-logo {
        width: 90%;
    }

    .prev-ep-name {
        display: none;
    }

    .next-ep-name {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .info-box-image-container {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .reklama-lg {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .reklama-sm {
        display: none;
    }
}



.navbar-toggler {
    margin-right: 0;
    margin-left: auto;
}

.navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-collapse.show {
    margin-top: 0.75rem;
}

.navbar-collapse.show .nav-link {
    margin-bottom: 0.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.info-box {
    background: #2b2b2b;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #000!important;
    padding: 0;
}

.info-box-container {
    padding-left: 12px;
    padding-right: 12px;
}

.info-box-text-container {
    padding: 2rem;
}

.info-box-image-container {
    padding: 2rem;
}

.info-box-image {
    height: 250px;
}

.logo-csfd {
    height: 24px;
    border-radius: 0.25rem;
}

.logo-imdb {
    height: 24px;
    border-radius: 0.25rem;
}

.rating-csfd-text {
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    margin-left: 0.25rem;
    position: relative;
    top: 1px;
}

.rating-imdb-text {
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    margin-left: 0.25rem;
    position: relative;
    top: 1px;
}

.rating-csfd {
    text-decoration: none;
}

.rating-imdb {
    text-decoration: none;
}

.online-episodes-text {
    font-size: 1.25rem;
}

.badge-filler {
    position: relative;
    top: -2px;
}

.list-group-item.active {
    background-color: #8f3d1e!important;
    color: #fff;
    border: 0;
}

.list-group-item {
    color: #8f3d1e;
    background-color: #e0a423;
    font-weight: 600;
    border: 0;
    margin-right: 1px!important;
    margin-left: 1px!important;
    text-align: center;
}

.list-group-item:hover {
    background-color: #8f3d1e!important;
    color: #fff;
    border: 0;
}

.badge-type {
    color: #8f3d1e;
    padding: 0;
    font-weight: 700;
    font-size: 0.8rem;
}

.list-group-item:hover .badge-type {
    color: #fff!important;
}

.badge-type.active {
    color: #fff;
}


.post {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
}

.profile {
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
}

.chat {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
}

.profile-picture {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}
.post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.user-info {
    display: flex;
    align-items: center;
}
.user-details {
    display: flex;
    flex-direction: column;
}
.username {
    font-weight: bold;
}

.handle {
    color: #888;
}

.post-user-details {
    line-height: 1.25;
    display: flex;
  flex-direction: column;
}

.post-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.post-follow-btn {
    background-color: #0095f6;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.button-primary {
    background-color: #0095f6;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.button-danger {
    background-color: #cc2020;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.button-secondary {
    background-color: #f1f1f1;
    color: #000000;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}


.post-unfollow-btn {
    background-color: transparent;
    color: #0095f6;
    border: 1px solid #0095f6;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.profile-follow-btn {
    background-color: #0095f6;
    color: #fff;
    border: none;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-right: 0.5rem;
}

.profile-unfollow-btn {
    background-color: transparent;
    color: #0095f6;
    -webkit-box-shadow:inset 0px 0px 0px 1px #0095f6;
    -moz-box-shadow:inset 0px 0px 0px 1px #0095f6;
    box-shadow:inset 0px 0px 0px 1px #0095f6;
    border: 0;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-right: 0.5rem;
}

.profile-chat-btn {
    background-color: #f1f1f1;
    color: #000000;
    border: none;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-left: 0.5rem;
}



.post-bottom-btn {
    background: transparent;
    border: 0;
    padding: 0;
    color: #000;
}

.post-dots-btn {
    border: 0;
    height: 32px;
    background: transparent;
}

.post-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.post-actions .left-actions,
.post-actions .right-actions {
    display: flex;
    align-items: center;
}
.post-actions i {
    font-size: 24px;
    margin-right: 15px;
    cursor: pointer;
}
.post-likes-comments {
    display: flex;
    align-items: center; /* Vertikální zarovnání do středu */
    margin-top: 10px;
}

.post-likes, .post-comments {
    font-size: 14px; /* Velikost textu */
    color: #333; /* Barva textu */
}
.post-likes-comments-divider {
    width: 4px; /* Šířka čáry */
    height: 4px; /* Výška čáry */
    background-color: #bdbdbd; /* Barva čáry */
    margin: 0 8px; /* Mezery kolem čáry */
    border-radius: 50%;
}
.post-comment {
    margin-top: 10px;
}
.post-comment .username {
    margin-right: 5px;
}
.post-time {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}

.post-modal-content {
    border-radius: 1rem;
}

.post-modal-button:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.post-modal-button:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.post-modal-button {
    height: 3rem;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.sidebar-1
{
    height: 100%;
    position: sticky;
    top: 7rem; /* required */
    z-index: 0;
}

.sidebar-2
{
    height: 100%;
    position: sticky;
    top: 7rem; /* required */
    z-index: 0;
}


.sidebar-icon {
    position: relative;
    top: -1px;
}

.profile-link {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: black;
    border-radius: 50px;
    transition: background-color 0.3s;
    margin-bottom: 0.5rem;
}

.profile-link:hover {
    background-color: #e5e9f7!important;
}

.profile-link:hover .btn-profile-chat {
    opacity: 1;
}

.profile-picture {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.profile-name {
    font-weight: bold;
}

.profile-details {
    display: flex;
    flex-direction: column;
}

.profile-location {
    font-size: 14px;
}

.profile-online-container
{
    position: absolute;
}

.profile-online {
    height: 12px;
    width: 12px;
    background-color: rgb(0 237 0);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 30px;
    top: 14px;
}

.btn-profile-chat {
    border-radius: 50%;
    height: 42px!important;
    width: 42px!important;
    padding: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.btn-profile-chat svg {
    position: relative;
    top: -1px;
}

.myprofile-container {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.myprofile-details {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.myprofile-name {
    font-weight: bold;
}

.myprofile-username {
    font-size: 14px;
    color: #888;
}

.myprofile-earnings {
    font-size: 16px;
}

.myprofile-picture {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 10px;
}

.myprofile-add-fund {
    text-decoration: none;
    margin-left: 0.5rem;
}

.modal-header {
    border: 0;
}

.modal-footer {
    border: 0;
}


@media (max-width: 767px) {

    body {
        padding-bottom: 4rem;
    }

    .navbar-desktop {
      display: none;
    }
    
      .navbar-mobile {
        background-color: #f8f9fa; /* Barva pozadí lišty */
        box-shadow: rgba(0, 0, 0, 0.08) 0px -4px 12px;
      }
    
      .nav-link-mobile {
        color: #000; /* Barva ikon */
      }
    
      .nav-link-mobile.active {
        color: #007bff; /* Barva aktivní ikony */
      }
    
      .nav-item {
        flex: 1;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
    
      .nav-item svg {
        width: 24px;
        height: 24px;
      }
    
      .badge {
        font-size: 0.75rem;
      }
    }

    .loading-indicator {

        width: 50px;
        aspect-ratio: 1;
        border-radius: 50%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        background: 
          radial-gradient(farthest-side,#0095f6 94%,#0000) top/8px 8px no-repeat,
          conic-gradient(#0000 30%,#0095f6);
        -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
        animation: l13 1s infinite linear;
        }
        @keyframes l13{ 
        100%{transform: rotate(1turn)}
}
        