/* _content/DEOD/Pages/Login.razor.rz.scp.css */
/* _content/DEOD/Pages/Playvid.razor.rz.scp.css */
body[b-dquzv6rqie] {
    margin: 2rem;
}

.modal-dialog[b-dquzv6rqie] {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body[b-dquzv6rqie] {
    position: relative;
    padding: 0px;
}

.btn-close[b-dquzv6rqie] {
    position: absolute;
    right: -30px;
    top: 0;
}
/* _content/DEOD/Shared/AuditLayout.razor.rz.scp.css */

/* _content/DEOD/Shared/CultureSelector.razor.rz.scp.css */

.dropbtn[b-sdbldwsuqj] {
    color: black;
    padding: 8px;
    font-size: 16px;
    border: 11px;
    border-color: black;
}

.dropdown[b-sdbldwsuqj] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-sdbldwsuqj] {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a[b-sdbldwsuqj] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover[b-sdbldwsuqj] {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content[b-sdbldwsuqj] {
    display: block;
}

.dropdown:hover .dropbtn[b-sdbldwsuqj] {
}


/* _content/DEOD/Shared/Hamburger.razor.rz.scp.css */

/* most part is for styling and you can safely ignore it */
/* comments are placed wherever necessary */

*[b-svi687xq5l],
*[b-svi687xq5l]::before,
*[b-svi687xq5l]::after {
    box-sizing: border-box;
}

body[b-svi687xq5l] {
    background-color: #2f2e41;
    margin: 0;
    font-family: sans-serif;
}

a[b-svi687xq5l] {
    text-decoration: none;
}

/* --- You know what this is --- */
#blobSvg[b-svi687xq5l] {
    max-width: 520px;
}

.nav[b-svi687xq5l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    position: fixed;*/
    width: 100%;
    background-color: #2f2e41;
    color: #efefef;
    z-index: 9999;
    padding: 0;

}

.nav__logo[b-svi687xq5l] {
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    font-size: 1.5rem;
}

.nav__menucontainer[b-svi687xq5l] {
    position: relative;
}

.nav__hamburger[b-svi687xq5l] {
    color: inherit;
    min-width: 32px;
    min-height: 32px;
    transition: opacity 80ms linear;
    /* hiding the hamburger icon on large screen sizes */
    display: none;
    opacity: 0;
}

.nav__hamburgerclose[b-svi687xq5l] {
    color: inherit;
    position: absolute;
    top: 0;
    min-width: 32px;
    min-height: 32px;
    transition: opacity 150ms linear;
    /*   hiding the close icon and... */
    display: none;
    opacity: 0;
    z-index: -1; /* pushing it behind the hamburger icon so that hamburger icon can be clicked */
}

.nav__menu[b-svi687xq5l] {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.95rem;
    font-weight: 500;
}

.nav__item[b-svi687xq5l] {
    margin-right: 1rem;
}

.nav__link[b-svi687xq5l] {
    color: inherit;
    text-decoration: none;
    width: 100%;
}

    .nav__link:hover[b-svi687xq5l],
    .nav__link:focus-visible[b-svi687xq5l] {
        box-shadow: 0 4px 0 -1px #2f2e41;
    }

/* ----- smaller screen sizes ----- */
@media (max-width: 50020px) {
    .nav__hamburger[b-svi687xq5l] {
        /* making the hamburger icon visible on smaller screen sizes */
        display: flex;
        opacity: 1;
    }
    .nav__hamburger:hover[b-svi687xq5l] {
        /* making the hamburger icon visible on smaller screen sizes */
        color: #00FFFF;
        display: flex;
        opacity: 1;
    }
   
    .nav__menu[b-svi687xq5l] {
        /* move menu offscreen */
        opacity: 0;
        position: fixed;
        visibility: none;
        top: -1000px;
        /* just some styles */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #25310c;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.19);
        border: 2px solid rgba(255, 255, 255, 0.2); /* part of glass morphism effect */
        border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
        background: 1rgba(255, 255, 255, 1);
    }

    /* uncomment the line below to activate on hover. */
    /*   .nav__listcontainer:hover .nav__menu, */
    .nav__listcontainer:focus .nav__menu[b-svi687xq5l],
    .nav__listcontainer:focus-within .nav__menu[b-svi687xq5l] {
        position: absolute;
        visibility: visible;
        opacity: 1;
        top: 2rem;
        right: 1.5rem;
    }

    /*   if the browser supports backdrop-filter property, 
  then add it (for the glass morphism effect) */
    @supports (backdrop-filter: blur(10px)) {
        /* uncomment the line below to activate on hover. */
        /*     .nav__listcontainer:hover .nav__menu, */
        .nav__listcontainer:focus .nav__menu[b-svi687xq5l],
        .nav__listcontainer:focus-within .nav__menu[b-svi687xq5l] {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
        }
    }

    .nav__item[b-svi687xq5l] {
        margin-right: 0;
        padding: 0.5rem 1.5rem;
    }

    .nav__link:hover[b-svi687xq5l],
    .nav__link:focus[b-svi687xq5l] {
        opacity: 0.8;
        color: #121212;
    }

    /* uncomment the line below to activate on hover. */
    /* NOTE: Hover is not recommended, it will have side effects on this */
    /*   .nav__listcontainer:hover .nav__hamburger, */
    .nav__listcontainer:focus .nav__hamburger[b-svi687xq5l],
    .nav__listcontainer:focus-within .nav__hamburger[b-svi687xq5l] {
        opacity: 0;
        z-index: -1;
    }

    /* uncomment the line below to activate on hover. */
    /* NOTE: Hover is not recommended, it will have side effects on this */
    /*   .nav__listcontainer:hover + .nav__hamburgerclose, */
    .nav__listcontainer:focus + .nav__hamburgerclose[b-svi687xq5l],
    .nav__listcontainer:focus-within + .nav__hamburgerclose[b-svi687xq5l] {
        display: flex;
        opacity: 1;
        z-index: 9999;
    }
}

.container[b-svi687xq5l] {
    display: flex;
    flex-direction: column;
    align-items: center; /* centering elements inside .container */
    width: 100%;
    max-width: 720px;
    margin: 0 auto; /* centering container within its parent */
    padding: 2em 1.5em;
    background: #fff;
}


/* _content/DEOD/Shared/MainLayout.razor.rz.scp.css */
.page[b-wtvfh6yuc4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wtvfh6yuc4] {
    flex: 1;
}

.sidebar[b-wtvfh6yuc4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wtvfh6yuc4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wtvfh6yuc4]  a, .top-row .btn-link[b-wtvfh6yuc4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wtvfh6yuc4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wtvfh6yuc4] {
        display: none;
    }

    .top-row.auth[b-wtvfh6yuc4] {
        justify-content: space-between;
    }

    .top-row a[b-wtvfh6yuc4], .top-row .btn-link[b-wtvfh6yuc4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wtvfh6yuc4] {
        flex-direction: row;
    }

    .sidebar[b-wtvfh6yuc4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wtvfh6yuc4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wtvfh6yuc4], article[b-wtvfh6yuc4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DEOD/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8mhj1l3ol6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8mhj1l3ol6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8mhj1l3ol6] {
    font-size: 1.1rem;
}

.oi[b-8mhj1l3ol6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8mhj1l3ol6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8mhj1l3ol6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8mhj1l3ol6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8mhj1l3ol6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8mhj1l3ol6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8mhj1l3ol6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8mhj1l3ol6] {
        display: none;
    }

    .collapse[b-8mhj1l3ol6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-8mhj1l3ol6] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
