/* /Shared/FWImage.razor.rz.scp.css */
/* http://cssdemos.tupence.co.uk/image-polaroid.htm */
/* Beause older browsers may not recognise, and therefore not know how to display, HTML5 elements we need add instructions to display them as block elemets */

div[b-vrkeqg0bsz] {
   width: 100%;
   overflow: hidden;
   padding: 20px 10px 20px 10px;
}

figure[b-vrkeqg0bsz] {
   float: left;
   position: relative;
   margin: 20px 20px 20px 20px;
   padding: 6px 8px 10px 8px;
/* background: #eee6d8;*/
   background: linear-gradient(45deg, #ede1c9, #fef8e2 20%, #f2ebde 60%);
   transform: rotate(-2deg);
   box-shadow: 6px 6px 10px -6px rgba(0, 0, 0, .75);
   backface-visibility: hidden;
}

   figure:nth-child(even)[b-vrkeqg0bsz] {
      transform: rotate(2deg);
      box-shadow: -8px 8px 16px -6px rgba(0, 0, 0, .75);
      backface-visibility: hidden;
   }

figcaption[b-vrkeqg0bsz] {
   text-align: center;
   font-family: 'Reenie Beanie', cursive;
   font-size: 1.3em;
   color: #454f40;
   letter-spacing: 0.09em;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-mz16psus47] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

    .top-row[b-mz16psus47]  a, .top-row .btn-link[b-mz16psus47] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mz16psus47] {
        display: none;
    }

    .top-row.auth[b-mz16psus47] {
        justify-content: space-between;
    }

    .top-row a[b-mz16psus47], .top-row .btn-link[b-mz16psus47] {
        margin-left: 0;
    }
}

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

    .sidebar[b-mz16psus47] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mz16psus47] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-alkuwa2c1w] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
