/* /Components/Layout/Footer.razor.rz.scp.css */
.footerStyle[b-dmk9cbx3ih] {
    background-color: var(--tb-theme-900);
    color: var(--tb-light-color);
}

.footerStyle a[b-dmk9cbx3ih] {
    color: var(--tb-light-200);
}

.footerStyle a:hover[b-dmk9cbx3ih] {
    color: var(--tb-light-core);
}

.footerStyle .bi[b-dmk9cbx3ih] {
    font-size: 1.5rem;
    padding-inline-start: 0.5rem;
}
/* /Components/Layout/TopNavMenu.razor.rz.scp.css */
.navStyle[b-3n044bcig8]{
    background-color: var(--tb-theme-900);
}

.navbar-nav[b-3n044bcig8]{
    --bs-navbar-hover-color: var(--tb-theme-400);
}
/* /Components/Pages/Movie.razor.rz.scp.css */
.hero-bg[b-l5ee4xsozz]{
    background-image: var(--bg-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.hero-container[b-l5ee4xsozz]{
    min-height: 400px;
    width: 100%;
    height: 100%;
    position: relative;
    backdrop-filter: blur(1px) brightness(.5);
    margin-bottom: 2rem;
}

.poster-container[b-l5ee4xsozz]{
    max-height: 24rem;
    aspect-ratio: 2/3;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: .5rem;
    margin: 0 2rem 2rem 2rem;
    transform: translateY(50%)
}

.poster-container img[b-l5ee4xsozz]{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.overview[b-l5ee4xsozz]{
    margin-top: 12rem
}

@media (min-width: 992px) {
    .overview[b-l5ee4xsozz] {
        margin-left: calc((24rem * .666) + 4rem);
        margin-top: 2rem
    }
}
/* /Components/UI/Paginator.razor.rz.scp.css */
rounded-pill[b-908nrmqai6]{
    aspect-ratio: 1;
}
