/* /Shared/MainLayout.razor.rz.scp.css */
@media screen and (min-width: 992px) {
    .sidebar[b-mvptd9gwqm] {
        width: 50%;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    }
    .page[b-mvptd9gwqm] {
        width: 50%;
        height: 100vh;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .LogoIseco[b-mvptd9gwqm] {
        width: 100px;
        height: 100px;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .LogoIseco[b-mvptd9gwqm] {
        width: 100px;
        height: 100px;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .LogoIseco[b-mvptd9gwqm] {
        width: 100px;
        height: 100px;
        margin-left: auto;
    }
}

.page[b-mvptd9gwqm] {
    position: relative;
    display: flex;
    flex-direction: column;
}
main[b-mvptd9gwqm] {
    flex: 1;
}


.sidebar[b-mvptd9gwqm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.imagenFicheco[b-mvptd9gwqm] {
    width: 150px;
    height: 100px;
}

.LogoFicheco[b-mvptd9gwqm] {
    width: 100px;
    height: 140px;
}
.top-row[b-mvptd9gwqm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
}
.btn[b-mvptd9gwqm] {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #00AE94;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

    .btn:hover[b-mvptd9gwqm] {
        background-color: #4C9BDB;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .btn:focus[b-mvptd9gwqm] {
        outline: none;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2), 0px 0px 0px 4px rgba(111, 185, 255, 0.4);
    }

    .top-row[b-mvptd9gwqm]  a, .top-row[b-mvptd9gwqm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mvptd9gwqm]  a:hover, .top-row[b-mvptd9gwqm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mvptd9gwqm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mvptd9gwqm] {
        display: none;
    }

    .top-row.auth[b-mvptd9gwqm] {
        justify-content: space-between;
    }

    .top-row[b-mvptd9gwqm]  a, .top-row[b-mvptd9gwqm]  .btn-link {
        margin-left: 0;
    }
}

.about-link[b-mvptd9gwqm] {
    background-color: #00AE94;
}

@media (min-width: 641px) {
    .page[b-mvptd9gwqm] {
        flex-direction: row;
    }

    .sidebar[b-mvptd9gwqm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mvptd9gwqm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mvptd9gwqm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mvptd9gwqm], article[b-mvptd9gwqm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
body[b-pg821x4rvu] {
    background: #336193;
    color: #6ecddd;
    font-family: 'Bebas';
    text-align: center;
    max-width: 10%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

h1[b-pg821x4rvu] {
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 0.15em;
    font-size: 3em;
    line-height: 1.2;
    transform: translateY(52%);
}


#toggle[b-pg821x4rvu] {
    display: none;
}

/**
  Hamburger
**/
.hamburger[b-pg821x4rvu] {
    position: absolute;
    width: 1.5em;
    height: 35px;
    z-index: 5;
    margin-left: 1%;
}

    .hamburger div[b-pg821x4rvu] {
        position: relative;
        width: 2.5em;
        height: 3px;
        border-radius: 2px;
        background-color: black;
        margin-top: 6px;
        transition: all 0.3s ease-in-out;
    }

/**
Nav Styles
**/
.nav[b-pg821x4rvu] {
    position: fixed;
    width: 200px;
    height: 60%;
    background-color: rgba(57, 64, 73, 0.9);
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
    box-shadow: 0 0 5px rgb(0, 0, 0);
    border-radius: 50px;
    margin-top: 55px;
}


.nav-wrapper[b-pg821x4rvu] {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}

nav[b-pg821x4rvu] {
    margin-left: 0%;
    margin-top:5%;
    width:80%;
}

    nav a[b-pg821x4rvu] {
        position: relative;
        text-decoration: none;
        color: #6ecddd;
        font-size: 1em;
        display: inline-block;
        margin-top: 3em;
        margin-left: 3em;
        transition: color 0.2s ease-in-out;
        letter-spacing: 1px;
       
    }
.version[b-pg821x4rvu] {
    color: white;
    font-size: 1.5em;
    display: inline-block;
    margin-top: 3.5em;
    margin-left: 1em;
    transition: color 0.2s ease-in-out;
    letter-spacing: 1px;
}

        nav a[b-pg821x4rvu]:before {
            content: '';
            height: 0;
            position: absolute;
            width: 0.25em;
            background-color: white;
            left: -0.5em;
            transition: all 0.2s ease-in-out;

        }

        nav a:hover[b-pg821x4rvu] {
            color: black;
            background-color: #9DDED4;
        }

            nav a:hover[b-pg821x4rvu]:before {
                height: 100%;
            }

/**
Animations
**/
#toggle:checked + .hamburger .top-bun[b-pg821x4rvu] {
    transform: rotate(-45deg);
    margin-top: 25px;
}

#toggle:checked + .hamburger .bottom-bun[b-pg821x4rvu] {
    opacity: 0;
    transform: rotate(45deg);
}

#toggle:checked + .hamburger .meat[b-pg821x4rvu] {
    transform: rotate(45deg);
    margin-top: -7px;
}

#toggle:checked + .hamburger + .nav[b-pg821x4rvu] {
    top: 0;
    transform: scale(1);
}
