/* _content/programisto/Shared/MainLayout.razor.rz.scp.css */
.page[b-caq15bwsmj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-caq15bwsmj] {
    flex: 1;
}

.sidebar[b-caq15bwsmj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-caq15bwsmj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-caq15bwsmj]  a, .top-row .btn-link[b-caq15bwsmj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-caq15bwsmj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-caq15bwsmj] {
        display: none;
    }

    .top-row.auth[b-caq15bwsmj] {
        justify-content: space-between;
    }

    .top-row a[b-caq15bwsmj], .top-row .btn-link[b-caq15bwsmj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-caq15bwsmj] {
        flex-direction: row;
    }

    .sidebar[b-caq15bwsmj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-caq15bwsmj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-caq15bwsmj], article[b-caq15bwsmj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/programisto/Shared/PageFooter.razor.rz.scp.css */
.page-footer[b-q73bld7jdq] {
    background-image: url('images/maintenance-footer-web.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    height: calc(100vw/5.4);
    width: 100%;
}
@media only screen and (max-width: 700px) {
    .page-footer[b-q73bld7jdq] {
        background-image: url('images/maintenance-footer-mobile.jpg');
        height: calc(100vw*1.2);
        position: relative;
        margin-top:70px;
    }
}
/* _content/programisto/Shared/PageHeading.razor.rz.scp.css */
#searchContainer[b-mxrtc2t3mc] {
    position: relative;
    padding: 20px 0;
    width:95%;
}

.search-list[b-mxrtc2t3mc] {
    border: silver solid 1px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
}
.searchBox[b-mxrtc2t3mc] {
    display:infline;
    border: none;
    margin:5px 10px 5px 25px;
   
}
.btn-search[b-mxrtc2t3mc] {
    border-radius: 30px;
    margin:3px;
}
.heading-container[b-mxrtc2t3mc] {
    display: flex;
    flex-direction: column;
}
.heading-logo-link[b-mxrtc2t3mc]{
    width:238px;
    display: block;
    margin:30px;
}
@media (min-width: 960px) {
    .heading-container[b-mxrtc2t3mc] {
        display: flex;
        flex-direction: row;
    }

    .heading-logo[b-mxrtc2t3mc] {
        width: 60%;
        margin-right: 10px;
    }

    .heading-search[b-mxrtc2t3mc]{
        align-self:flex-end;
        width:39%;
    }
}
