/* _content/RidgeLane11/Pages/CreateAlbums.razor.rz.scp.css */
.columns[b-vizulhmo01] {
    margin: 1px;
    width: min(90%, 75rem);
    display: grid;
    grid-auto-flow: row;
    gap: 2em;
    flex-shrink: 0;
    flex-shrink: 0;
}

@media (min-width: 55em) {
    .columns[b-vizulhmo01] {
        grid-auto-flow: column;
        /* didn't mention this during the video
       but it ensures equal columns  */
        /*     grid-auto-columns: 1fr; */
    }
}

img[b-vizulhmo01] {
    flex-flow: wrap;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    
}

.my-img[b-vizulhmo01] {
     align-items: flex-start;
    flex-flow: column;
    width: fit-content;
    border-radius: 5px;
/*   height: 10%;*/
    object-fit: cover;
}



@media (min-width: 481px) {
    img.responsive[b-vizulhmo01] {
        height: calc(100vh - 600px);
        /* didn't mention this during the video
       but it ensures equal columns  */
        /*     grid-auto-columns: 1fr; */
    }
}

@media (min-width: 769px) {
    img.responsive[b-vizulhmo01] {
        height: calc(100vh - 450px);
        /*width: 100%;*/ 0
        /*height: 90%;*/
        flex-wrap: nowrap;
        /* didn't mention this during the video
       but it ensures equal columns  */
        /*     grid-auto-columns: 1fr; */
    }
}

@media (min-width: 1025px) {
    img.responsive[b-vizulhmo01] {
        height: calc(100vh - 300px);
        /*width: 100%;*/
        /*height: 90%;*/
        flex-wrap: nowrap;
        /* didn't mention this during the video
       but it ensures equal columns  */
        /*     grid-auto-columns: 1fr; */
    }
}

@media (min-width: 1200px) {
    img.responsive[b-vizulhmo01] {
        height: calc(100vh - 160px);
        /*width: 100%;*/
        /*height: 90%;*/
        max-width: 1170px;
        flex-wrap: nowrap;
        /* didn't mention this during the video
       but it ensures equal columns  */
        /*     grid-auto-columns: 1fr; */
    }
}

@media (min-width: 1400px) {
    img.responsive[b-vizulhmo01] {
        height: calc(100vh - 140px);
        align-items: flex-start;
/*        width: calc(100% - 20px);*/
        /*max-width: 1370px;*/
        /*width: 100%;*/
        /*        height: 20em;*/
        flex-wrap: nowrap;
        /* didn't mention this during the video
       but it ensures equal columns  */
        /*     grid-auto-columns: 1fr; */
    }
}

/*img.responsive {
    height: contain;
    width:contain;
}*/


.myCenter[b-vizulhmo01] {
    margin-right: 200px;
    align-items: center;
}

/*img {
    max-height: fit-content;*/
    /* max-width:fit-content;*/
/*}*/

.Modal[b-vizulhmo01] {
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
    border: 2px solid black;
    padding: 5px;
   /* max-height: fit-content;
    max-width: fit-content;*/
}

.responsive[b-vizulhmo01] {
    /*flex-shrink: initial;*/
    flex-direction: column;
}

.responsive2[b-vizulhmo01] {
    flex-shrink: inherit;
    flex-direction: row;
    gap: 1em;
    line-height:1.4em;
    padding-bottom: .1em;
}

.container[b-vizulhmo01] {
    /*display:inline;*/
    flex-direction: row;
}
/* =========================
   GENERAL STYLES 
   NOT RELATED TO THE TIP
============================ */

*[b-vizulhmo01],
*[b-vizulhmo01]::before,
*[b-vizulhmo01]::after {
    box-sizing: border-box;
}

:root[b-vizulhmo01] {
    --clr-primary: #ee6352;
    --clr-secondary: #d16e8d;
    --clr-accent: #F7F7FF;
    --clr-gradient: linear-gradient(-90deg, var(--clr-primary), var(--clr-secondary));
    --ff-title: bungee, sans-serif;
    --ff-body: canada-type-gibson,sans-serif;
    --fw-body: 300;
    --fw-bold: 800;
    --fw-title: 400;
    --fw-number: 800;
}

body[b-vizulhmo01] {
    min-height: 100vh;
    font-family: var(--ff-body);
    font-weight: var(--fw-body);
    font-size: 1.25rem;
}

a[b-vizulhmo01] {
    color: inherit;
}

    a:hover[b-vizulhmo01],
    a:focus[b-vizulhmo01] {
        color: var(--clr-accent);
    }

:focus[b-vizulhmo01] {
    outline: 5px solid var(--clr-accent);
    outline-offset: 3px;
}

.my-flexbox[b-vizulhmo01] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.my-flexbox2[b-vizulhmo01] {
    display: flex;
    align-items: center;
}

.my-flexbox3[b-vizulhmo01] {
    display: flex;
    align-items: center;
    align-content: center;
}
.my-flexbox-center2[b-vizulhmo01] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;
    font-size: larger;
    width: 60em;
    /*NEW*/
}

.my-flexbox-center[b-vizulhmo01] {
    display: flex;
    justify-content: center;
    width:60em;
     /*NEW*/
}

.row-item-right[b-vizulhmo01] {
    margin-left: auto;
    margin-right: 13em;
    
}

.row-item-center[b-vizulhmo01] {
    justify-content: center;
    color: black;
    font-size: 1.5em;
}

.my-par[b-vizulhmo01] {
    align-items: center;
    flex: 25em .5 0;
    font-size: 1.5em;
}

.mySpan[b-vizulhmo01]{
    line-height: 1em;
}

.album-Image[b-vizulhmo01] {
    max-height: 10em;
    max-width: 15em;
}

.column.stretch[b-vizulhmo01] {
    flex: 1 1 6.25em;
    max-width: 35em;
    min-width: 8em;
  /*  background: red*/
}
/* _content/RidgeLane11/Shared/MainLayout.razor.rz.scp.css */
.page[b-rbldtzd75x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rbldtzd75x] {
    flex: 1;
}

.sidebar[b-rbldtzd75x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rbldtzd75x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rbldtzd75x]  a, .top-row .btn-link[b-rbldtzd75x] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rbldtzd75x] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rbldtzd75x] {
        display: none;
    }

    .top-row.auth[b-rbldtzd75x] {
        justify-content: space-between;
    }

    .top-row a[b-rbldtzd75x], .top-row .btn-link[b-rbldtzd75x] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rbldtzd75x] {
        flex-direction: row;
    }

    .sidebar[b-rbldtzd75x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rbldtzd75x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rbldtzd75x], article[b-rbldtzd75x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/RidgeLane11/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c9vhn23yw9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-c9vhn23yw9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-c9vhn23yw9] {
    font-size: 1.1rem;
}

.oi[b-c9vhn23yw9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-c9vhn23yw9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c9vhn23yw9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c9vhn23yw9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c9vhn23yw9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-c9vhn23yw9]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-c9vhn23yw9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c9vhn23yw9] {
        display: none;
    }

    .collapse[b-c9vhn23yw9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
