/* /Shared/BarePublicLayout.razor.rz.scp.css */
.page[b-2qo4h7lzwm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2qo4h7lzwm] {
    flex: 1;
}

.sidebar[b-2qo4h7lzwm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2qo4h7lzwm] {
    background-color: #ffdc3c;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-2qo4h7lzwm]  a, .top-row[b-2qo4h7lzwm]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-2qo4h7lzwm]  a:hover, .top-row[b-2qo4h7lzwm]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-2qo4h7lzwm]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-row[b-2qo4h7lzwm] {
    border-style: solid;
    border-width: 16px 0px 0px 0px;
    border-color: #ffdc3c;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .header-row img[b-2qo4h7lzwm] {
        margin-top: 16px;
    }

.header-separator[b-2qo4h7lzwm] {
    color: #ffdc3c;
    height: 1px;
    opacity: 1;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ozvesiu9xc] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

header[b-ozvesiu9xc] {
    width: 100%;
    height: 250px;
    background-image: url("images/panafgeo-bg.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #ff9700;
}

footer[b-ozvesiu9xc] {
    border-top: 1px solid #d6d5d5;
    color: #00125c !important;
    max-height: 120px;
}


main[b-ozvesiu9xc] {
    flex: 1;
}

.sidebar[b-ozvesiu9xc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.header-row[b-ozvesiu9xc] {
    border-style: solid;
    border-width: 16px 0px 0px 0px;
    border-color: #ffdc3c;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .header-row img[b-ozvesiu9xc] {
        margin-top: 16px;
        margin-bottom: 16px;
    }

.top-row[b-ozvesiu9xc] {
    justify-content: flex-end;
    height: 3.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
}

    .top-row[b-ozvesiu9xc]  a, .top-row[b-ozvesiu9xc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #00125c !important;
    }

    .top-row[b-ozvesiu9xc]  a:hover, .top-row[b-ozvesiu9xc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ozvesiu9xc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.logindiv[b-ozvesiu9xc] {
    --position: absolute;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.links[b-ozvesiu9xc] {
    display: flex;
    flex-direction: row;
/*    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;*/
}

/*    .links li {
        list-style-type: none;
        list-style-position: inside;
        margin: 0;
        padding: 0;
    }

    .links a {
        overflow: inherit;
    }*/

/*@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eerbd9k3bx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-eerbd9k3bx] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eerbd9k3bx] {
    font-size: 1.1rem;
}

.oi[b-eerbd9k3bx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-eerbd9k3bx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eerbd9k3bx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eerbd9k3bx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eerbd9k3bx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-eerbd9k3bx]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-eerbd9k3bx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eerbd9k3bx] {
        display: none;
    }

    .collapse[b-eerbd9k3bx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PublicLayout.razor.rz.scp.css */
.page[b-jpu4r8m5wa] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

header[b-jpu4r8m5wa] {
    width: 100%;
    height: 250px;
    background-image: url("images/panafgeo-bg.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #ff9700;
}

footer[b-jpu4r8m5wa] {
    border-top: 1px solid #d6d5d5;
    color: #00125c !important;
    max-height: 120px;
}


main[b-jpu4r8m5wa] {
    flex: 1;
}

.sidebar[b-jpu4r8m5wa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jpu4r8m5wa] {
    justify-content: flex-end;
    height: 3.5rem;
    font-size: 1.2rem;   
    font-weight: 600;
    width: 100%;
}

    .top-row[b-jpu4r8m5wa]  a, .top-row[b-jpu4r8m5wa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #00125c !important;
    }

.top-row[b-jpu4r8m5wa]  a:hover, .top-row[b-jpu4r8m5wa]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-jpu4r8m5wa]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-row[b-jpu4r8m5wa] {
    border-style: solid;
    border-width: 16px 0px 0px 0px;
    border-color: #ffdc3c;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .header-row img[b-jpu4r8m5wa] {
        margin-top: 16px;
    }

.header-separator[b-jpu4r8m5wa] {
    color: #ffdc3c;
    height: 1px;
    opacity: 1;
}
