/* /Components/Pair.razor.rz.scp.css */
.pair-container[b-ekw3zehxk5] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    background-color: white;
    text-align: center;
}

.success-message[b-ekw3zehxk5] {
    color: #90ca3f;
    font-size: 1.5rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pairing-code[b-ekw3zehxk5] {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 3rem;
}

.instructions[b-ekw3zehxk5] {
    color: #333;
    font-size: 1.2rem;
    max-width: 600px;
    line-height: 1.5;
}
/* /Components/Signage.razor.rz.scp.css */
.signage-container[b-39b0nr4831] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/SignageComponents/ItemViewers/ImageViewer.razor.rz.scp.css */
img.media-content[b-alqswx207g] {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    padding: 0;
}
/* /Components/SignageComponents/ItemViewers/RssMarqueeViewer.razor.rz.scp.css */
.rss-container[b-j54rxcl37p] {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}
/* /Components/SignageComponents/ItemViewers/UnsupportedViewer.razor.rz.scp.css */
.unsupported-container[b-6pm2d3ce19] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
}

.content-box[b-6pm2d3ce19] {
    background-color: #2d2d2d;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 80%;
}

.icon[b-6pm2d3ce19] {
    font-size: 3rem;
    font-weight: bold;
    color: #ff9800;
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    background-color: rgba(255, 152, 0, 0.1);
    margin: 0 auto 1rem;
}

.title[b-6pm2d3ce19] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #ff9800;
}

.details[b-6pm2d3ce19] {
    font-size: 1.1rem;
    color: #bdbdbd;
}

.details p[b-6pm2d3ce19] {
    margin: 0.5rem 0;
}

.media-type[b-6pm2d3ce19] {
    color: #90caf9;
}

.item-name[b-6pm2d3ce19] {
    color: #a5d6a7;
    word-break: break-word;
}
/* /Components/SignageComponents/ItemViewers/UrlViewer.razor.rz.scp.css */
.url-container[b-iwb9ylj7rx] {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.url-frame[b-iwb9ylj7rx] {
    width: 100%;
    height: 100%;
    border: none;
    background-color: white;
    display: block;
}
/* /Components/SignageComponents/ItemViewers/VideoViewer.razor.rz.scp.css */
video.media-content[b-y4bo6epvjd] {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* This preserves aspect ratio */
    object-position: center;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.video-container[b-y4bo6epvjd] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/* /Components/SignageComponents/TransitionWrapper.razor.rz.scp.css */
.transition[b-1vgvoci2xl] {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

/* Fade transition */
.transition.fade[b-1vgvoci2xl] {
    opacity: 0;
}

.transition.fade.active[b-1vgvoci2xl] {
    opacity: 1;
}

/* Keep these for future use if needed */
.transition.slide[b-1vgvoci2xl] {
    transform: translateX(100%);
}

.transition.slide.active[b-1vgvoci2xl] {
    transform: translateX(0);
}

.transition.zoom[b-1vgvoci2xl] {
    transform: scale(0.5);
    opacity: 0;
}

.transition.zoom.active[b-1vgvoci2xl] {
    transform: scale(1);
    opacity: 1;
}
/* /Components/SignageComponents/VisualStream.razor.rz.scp.css */
.stream-container[b-qh9jsfvj7v] {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Template 3 - Optimized for 1920x1080 Full HD screen */
.stream-container.template-3[b-qh9jsfvj7v] {
    display: grid;
    grid-template-columns: 440px 1450px;
    grid-template-rows: 144px 816px 60px;
    gap: 30px; /* 30px gap between all grid items */
    width: 1920px; /* Total width: Full HD width */
    height: 1080px; /* Total height: Full HD height */
    max-width: 100vw;
    max-height: 100vh;
}

.stream-container.template-3 .view-4[b-qh9jsfvj7v] {
    grid-column: 2;
    grid-row: 2;
    width: 1450px;
    height: 816px;
}

.stream-container.template-3 .view-5[b-qh9jsfvj7v] {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 440px;
    height: 990px;
}

.stream-container.template-3 .view-6[b-qh9jsfvj7v] {
    grid-column: 2;
    grid-row: 1;
    width: 1450px;
    height: 144px;
}

.stream-container.template-3 .view-7[b-qh9jsfvj7v] {
    grid-column: 1 / 3;
    grid-row: 3;
    width: 1920px;
    height: 60px;
}

.view-container[b-qh9jsfvj7v] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
}
/* /Components/SignageComponents/VisualView.razor.rz.scp.css */
.visual-view[b-wgesut3t4m] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-view .media-content[b-wgesut3t4m] {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain; /* Use contain to preserve aspect ratio */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
}

/* Make sure the TransitionWrapper fills the container */
.visual-view[b-wgesut3t4m] >  .transition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Pages/Home.razor.rz.scp.css */
.loader[b-r578vu3rrz] {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-r578vu3rrz 1s linear infinite;
}

.loader-container[b-r578vu3rrz] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

@keyframes rotation-b-r578vu3rrz {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
