/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dignote-layout[b-r6bt9xodmq] {
    height: 100vh;
    background-color: #242424;
    color: white;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dignote-topbar[b-r6bt9xodmq] {
    flex: 0 0 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 18px;
    background-color: #242424;
    border-bottom: 1px solid #769d65;
}

.dignote-body[b-r6bt9xodmq] {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    overflow: hidden;
}

.dignote-sidebar[b-r6bt9xodmq] {
    min-height: 0;
    overflow-y: hidden;
    background-color: #242424;
    border-right: 1px solid #769d65;
}

.dignote-main[b-r6bt9xodmq] {
    min-width: 0;
    min-height: 0;
    padding: 24px;
    overflow-y: auto;
    background-color: #242424;
}
/*.dignote-topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    background-color: #242424;
    border-bottom: 1px solid #769d65;
}*/

.dignote-brand[b-r6bt9xodmq] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .dignote-brand img[b-r6bt9xodmq] {
        width: auto;
        height: 62px;
        max-width: 100%;
        object-fit: contain;
    }

.dignote-menu-button[b-r6bt9xodmq] {
    display: none;
    width: 48px;
    height: 44px;
    color: white;
    background-color: #769d65;
    border: 1px solid #a7c89a;
    border-radius: 10px;
    font-size: 26px;
    line-height: 1;
}

.dignote-body[b-r6bt9xodmq] {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: calc(100vh - 88px);
}

/*.dignote-sidebar {
    background-color: #2f2f2f;
    border-right: 1px solid #4d4d4d;
}*/

.dignote-main[b-r6bt9xodmq] {
    min-width: 0;
    padding: 24px;
    background-color: #242424;
    color: white;
}

@media (max-width: 900px) {
    .dignote-topbar[b-r6bt9xodmq] {
        min-height: 72px;
        padding: 6px 12px;
    }

    .dignote-brand img[b-r6bt9xodmq] {
        height: 58px;
    }

    .dignote-menu-button[b-r6bt9xodmq] {
        display: block;
    }

    .dignote-body[b-r6bt9xodmq] {
        display: block;
        min-height: calc(100vh - 72px);
    }

    .dignote-sidebar[b-r6bt9xodmq] {
        display: none;
        border-right: 0;
        border-bottom: 1px solid #4d4d4d;
    }

        .dignote-sidebar.open[b-r6bt9xodmq] {
            display: block;
        }

    .dignote-main[b-r6bt9xodmq] {
        padding: 16px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9dvwwgjylr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border-right: #769d65;
    background-color: #242424;
}

.navbar-toggler:checked[b-9dvwwgjylr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9dvwwgjylr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9dvwwgjylr] {
    font-size: 1.1rem;
}

.bi[b-9dvwwgjylr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9dvwwgjylr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9dvwwgjylr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9dvwwgjylr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-9dvwwgjylr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-9dvwwgjylr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-9dvwwgjylr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-9dvwwgjylr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-9dvwwgjylr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-9dvwwgjylr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9dvwwgjylr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9dvwwgjylr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9dvwwgjylr]  .dignote-nav-link {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        min-height: 3rem;
        margin: 0;
        padding: 12px 16px;
        color: white;
        background-color: #4f6848;
        border: 1px solid #769d65;
        border-radius: 12px;
        line-height: normal;
        text-decoration: none;
        transition: background-color 0.15s ease, transform 0.15s ease;
    }

        .nav-item[b-9dvwwgjylr]  .dignote-nav-link:hover {
            color: white;
            background-color: #88b374;
            transform: translateX(2px);
        }

        .nav-item[b-9dvwwgjylr]  .dignote-nav-link.active {
            color: #2f2f2f;
            background-color: #cfe8cf;
            border-color: #cfe8cf;
            font-weight: 700;
        }

        .nav-item[b-9dvwwgjylr]  .dignote-nav-link > span:first-child {
            flex: 0 0 24px;
            width: 24px;
            text-align: center;
        }

.nav-scrollable[b-9dvwwgjylr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9dvwwgjylr] {
    display: block;
}

.dignote-logout[b-9dvwwgjylr] {
    width: 100%;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 16px;
    color: white;
    background-color: #769d65;
    border: 1px solid #90b480;
    border-radius: 12px;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

    .dignote-logout:hover[b-9dvwwgjylr] {
        background-color: #88b374;
    }

    .dignote-logout span[b-9dvwwgjylr] {
        margin-right: 12px;
    }

    .dignote-logout:focus[b-9dvwwgjylr] {
        outline: none;
    }

.logout-form[b-9dvwwgjylr] {
    width: 100%;
    margin: 0;
}

.dignote-nav-heading[b-9dvwwgjylr] {
    margin: 20px 12px 8px;
    color: #9FC98C;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9dvwwgjylr] {
        display: none;
    }

    .nav-scrollable[b-9dvwwgjylr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ir173brtzh],
.components-reconnect-repeated-attempt-visible[b-ir173brtzh],
.components-reconnect-failed-visible[b-ir173brtzh],
.components-pause-visible[b-ir173brtzh],
.components-resume-failed-visible[b-ir173brtzh],
.components-rejoining-animation[b-ir173brtzh] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ir173brtzh],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ir173brtzh],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ir173brtzh],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ir173brtzh],
#components-reconnect-modal.components-reconnect-retrying[b-ir173brtzh],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ir173brtzh],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ir173brtzh],
#components-reconnect-modal.components-reconnect-failed[b-ir173brtzh],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ir173brtzh] {
    display: block;
}


#components-reconnect-modal[b-ir173brtzh] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ir173brtzh 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ir173brtzh 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ir173brtzh 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ir173brtzh]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ir173brtzh 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ir173brtzh {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ir173brtzh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ir173brtzh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ir173brtzh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ir173brtzh] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ir173brtzh] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ir173brtzh] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ir173brtzh] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ir173brtzh] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ir173brtzh] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ir173brtzh 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ir173brtzh] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ir173brtzh {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/MappeSide.razor.rz.scp.css */
/* CSS for MappeSide component */
/* CSS for MeldingSide component */
/*MELDINGER ******/
.dignote-modal-backdrop[b-9bv88mhes8] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.72);
}

.dignote-modal[b-9bv88mhes8] {
    width: min(760px, 100%);
    max-height: 92vh;
    overflow-y: auto;
    padding: 26px;
    background: #242424;
    border: 1px solid #7fa56a;
    border-radius: 20px;
    color: white;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.melding-modal[b-9bv88mhes8] {
    width: min(820px, 100%);
}

.dignote-modal-header[b-9bv88mhes8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

    .dignote-modal-header h2[b-9bv88mhes8] {
        margin: 0;
        color: #98df88;
    }

.dignote-close-button[b-9bv88mhes8] {
    border: 0;
    background: transparent;
    color: white;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.dignote-modal-footer[b-9bv88mhes8] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 26px;
}

.dignote-button-secondary[b-9bv88mhes8] {
    padding: 12px 22px;
    border: 1px solid #7fa56a;
    border-radius: 12px;
    background: #343434;
    color: white;
}

.melding-tekst[b-9bv88mhes8] {
    min-height: 150px;
}

.melding-utdrag[b-9bv88mhes8] {
    max-width: 500px;
    margin-top: 5px;
    color: #cfcfcf;
    font-size: 0.9rem;
}

.melding-prioritet[b-9bv88mhes8] {
    display: inline-block;
    min-width: 65px;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    font-size: 0.85rem;
}

    .melding-prioritet.info[b-9bv88mhes8] {
        background: #52704c;
        color: white;
    }

    .melding-prioritet.viktig[b-9bv88mhes8] {
        background: #9a7b24;
        color: white;
    }

    .melding-prioritet.kritisk[b-9bv88mhes8] {
        background: #9a3d3d;
        color: white;
    }

.dignote-active[b-9bv88mhes8] {
    color: #98df88;
}

.dignote-inactive[b-9bv88mhes8] {
    color: #bcbcbc;
}

.dignote-button-small[b-9bv88mhes8] {
    margin: 2px;
    padding: 7px 12px;
    border: 1px solid #85ad72;
    border-radius: 9px;
    background: #506c49;
    color: white;
}

    .dignote-button-small.danger[b-9bv88mhes8] {
        border-color: #b76b6b;
        background: #733f3f;
    }

@media (max-width: 700px) {
    .dignote-modal-backdrop[b-9bv88mhes8] {
        align-items: flex-start;
        padding: 10px;
    }

    .dignote-modal[b-9bv88mhes8] {
        margin-top: 10px;
        padding: 18px;
        border-radius: 15px;
    }

    .dignote-modal-footer[b-9bv88mhes8] {
        flex-direction: column-reverse;
    }

        .dignote-modal-footer button[b-9bv88mhes8] {
            width: 100%;
        }
}
/* /Components/Pages/VideoSide.razor.rz.scp.css */
/* CSS for VideoSide component */
/* CSS for MappeSide component */
/* CSS for MeldingSide component */
/*MELDINGER ******/
.dignote-modal-backdrop[b-fqee3bd5ai] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.72);
}

.dignote-modal[b-fqee3bd5ai] {
    width: min(760px, 100%);
    max-height: 92vh;
    overflow-y: auto;
    padding: 26px;
    background: #242424;
    border: 1px solid #7fa56a;
    border-radius: 20px;
    color: white;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.melding-modal[b-fqee3bd5ai] {
    width: min(820px, 100%);
}

.dignote-modal-header[b-fqee3bd5ai] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

    .dignote-modal-header h2[b-fqee3bd5ai] {
        margin: 0;
        color: #98df88;
    }

.dignote-close-button[b-fqee3bd5ai] {
    border: 0;
    background: transparent;
    color: white;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.dignote-modal-footer[b-fqee3bd5ai] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 26px;
}

.dignote-button-secondary[b-fqee3bd5ai] {
    padding: 12px 22px;
    border: 1px solid #7fa56a;
    border-radius: 12px;
    background: #343434;
    color: white;
}

.melding-tekst[b-fqee3bd5ai] {
    min-height: 150px;
}

.melding-utdrag[b-fqee3bd5ai] {
    max-width: 500px;
    margin-top: 5px;
    color: #cfcfcf;
    font-size: 0.9rem;
}

.melding-prioritet[b-fqee3bd5ai] {
    display: inline-block;
    min-width: 65px;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    font-size: 0.85rem;
}

    .melding-prioritet.info[b-fqee3bd5ai] {
        background: #52704c;
        color: white;
    }

    .melding-prioritet.viktig[b-fqee3bd5ai] {
        background: #9a7b24;
        color: white;
    }

    .melding-prioritet.kritisk[b-fqee3bd5ai] {
        background: #9a3d3d;
        color: white;
    }

.dignote-active[b-fqee3bd5ai] {
    color: #98df88;
}

.dignote-inactive[b-fqee3bd5ai] {
    color: #bcbcbc;
}

.dignote-button-small[b-fqee3bd5ai] {
    margin: 2px;
    padding: 7px 12px;
    border: 1px solid #85ad72;
    border-radius: 9px;
    background: #506c49;
    color: white;
}

    .dignote-button-small.danger[b-fqee3bd5ai] {
        border-color: #b76b6b;
        background: #733f3f;
    }

@media (max-width: 700px) {
    .dignote-modal-backdrop[b-fqee3bd5ai] {
        align-items: flex-start;
        padding: 10px;
    }

    .dignote-modal[b-fqee3bd5ai] {
        margin-top: 10px;
        padding: 18px;
        border-radius: 15px;
    }

    .dignote-modal-footer[b-fqee3bd5ai] {
        flex-direction: column-reverse;
    }

        .dignote-modal-footer button[b-fqee3bd5ai] {
            width: 100%;
        }
}
/* /Components/Pages/VisVideoSide.razor.rz.scp.css */
/* CSS for VisVideoSide component */
.video-page[b-k6q9amcsnj] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
}

    .video-page h1[b-k6q9amcsnj] {
        margin-bottom: 8px;
    }

.video-intro[b-k6q9amcsnj] {
    margin-bottom: 24px;
    font-size: 1.1rem;
}

.video-grid[b-k6q9amcsnj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
}

.video-card[b-k6q9amcsnj] {
    padding: 18px;
    border: 1px solid #6e9969;
    border-radius: 16px;
    background-color: #3b3b3b;
}

    .video-card h3[b-k6q9amcsnj] {
        margin-top: 0;
        margin-bottom: 14px;
    }

    .video-card video[b-k6q9amcsnj] {
        display: block;
        width: 100%;
        max-height: 600px;
        border-radius: 10px;
        background-color: #000;
    }
