/* /Shared/CurrentSession.razor.rz.scp.css */
.border[b-oxftfsyhah] {
    border:1px red solid;

}


.wrapper[b-oxftfsyhah] {
    width: 100%;
    height: 99vh;
    min-height: 50vh;
    max-height:90vh;
    display: grid;
    place-self:center;
    
}
.inner[b-oxftfsyhah] {
    width: 100%;
    max-width: 2300px;
    height: 90%;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    place-self: center;
    gap: 2rem; 
}

.styledImage[b-oxftfsyhah] {
    width: 100%;
    display: grid;
    place-self: center;
    margin: 5px;
}

.styledImage img[b-oxftfsyhah]{
    width:100%;
    aspect-ratio: 3/2;   
}

.styledLogin[b-oxftfsyhah] {
    width: 100%;
    height:auto;
    display: grid;
    place-self: center;
}

.styledLoginCards[b-oxftfsyhah] {
    width: 100%;
    height: 500px;
    display: grid;
    place-items: center;
}

.loginCard[b-oxftfsyhah] {
    height: 300px;
    width:500px;
    display: grid;
    place-items:center;
    border: 1px grey solid;
    border-radius: 10px;
    background-color: white;
}

.registerCard[b-oxftfsyhah] {
    height: 400px;
    display: grid;
    place-items: center;
    border: 1px grey solid;
    border-radius: 10px;
    background-color: white;
}

.titleDescription[b-oxftfsyhah] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    width: 100%;
}

.description[b-oxftfsyhah] {
    line-height: 1.5;
    font-size: 18px;
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 25px;
}

.pageTitle[b-oxftfsyhah]{
    color:red;
    border: 1px red solid;
}

@media (max-width: 1350px) {
    .inner[b-oxftfsyhah] {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 730px) {

}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-5ohn487roi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5ohn487roi] {
    flex: 1;
}

.sidebar[b-5ohn487roi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5ohn487roi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5ohn487roi]  a, .top-row[b-5ohn487roi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5ohn487roi]  a:hover, .top-row[b-5ohn487roi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5ohn487roi]  a:first-child {
       
        text-overflow: ellipsis;
    }

.email:hover[b-5ohn487roi] {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
    border-bottom: 1px #f6e618 solid;
    color: #f6e618 !important;
}

.footerStyle[b-5ohn487roi] {
   width: 100%; 
   background-color: #082541;
   border:1px red solid;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5ohn487roi] {
        display: none;
    }

    .top-row.auth[b-5ohn487roi] {
        justify-content: space-between;
    }

    .top-row[b-5ohn487roi]  a, .top-row[b-5ohn487roi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5ohn487roi] {
        flex-direction: row;
    }

    .sidebar[b-5ohn487roi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        border: 1px solid red;
    }

    .top-row[b-5ohn487roi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5ohn487roi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5ohn487roi], article[b-5ohn487roi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g3huf3b18w] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-g3huf3b18w] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g3huf3b18w] {
    font-size: 1.1rem;
}

.oi[b-g3huf3b18w] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-g3huf3b18w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g3huf3b18w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g3huf3b18w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g3huf3b18w]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-g3huf3b18w]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-g3huf3b18w]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g3huf3b18w] {
        display: none;
    }

    .collapse[b-g3huf3b18w] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
