/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-opmdxi04mj] {
    display: grid;
    grid-template-columns: 235px auto;
    grid-template-rows: 75px auto;
}

header[b-opmdxi04mj] {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #244C6D;
    height: 75px;
    box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.75);
    z-index: 100;
}

    header .header-contents[b-opmdxi04mj] {
        display: grid;
        grid-template-columns: 380px 1px auto;
        grid-gap: 0px;
        height: 100%;
        padding-left: 25px;
    }

        header .header-contents .logo[b-opmdxi04mj] {
            justify-self: end;
            align-self: center;
            margin-right: 6px;
        }

        header .header-contents .divider[b-opmdxi04mj] {
            height: 30px;
            background-color: rgba(255, 255, 255, 0.40);
            width: 1px;
            align-self: center;
        }

        header .header-contents .tagline[b-opmdxi04mj] {
            justify-self: start;
            align-self: center;
            font-size: 14px;
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1.3px;
            color: #dcdcdc;
            font-weight: 600;
            margin-left: 6px;
        }

        header .header-contents .nav-toggle[b-opmdxi04mj] {
            align-self: center;
            justify-self: start;
            background-color: transparent;
            border: none;
            display: none;
        }

.sidebar[b-opmdxi04mj] {
    /*grid-column: 1/2;
    grid-row: 2/3;*/
    position: fixed;
    left: 0;
    top: 75px;
    background-color: white;
    width: 235px;
    height: calc(100dvh - 75px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

    .sidebar[b-opmdxi04mj]::-webkit-scrollbar {
        display: none; /* Chrome, Safari, and Opera */
    }

main[b-opmdxi04mj] {
    grid-column: 2/3;
    grid-row: 2/3;
}

@media (max-width: 1000px) {

    .page[b-opmdxi04mj] {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 75px auto;
    }

    main[b-opmdxi04mj] {
        grid-column: 1/2;
    }

    header .header-contents[b-opmdxi04mj] {
        grid-template-columns: 80px 146px 1px auto;
    }

        header .header-contents .nav-toggle[b-opmdxi04mj] {
            display: block;
        }

    .sidebar[b-opmdxi04mj] {
        grid-column: unset;
        grid-row: unset;
        width: 250px;
        left: -250px;
        top: 75px;
    }

        .sidebar.show[b-opmdxi04mj] {
            left: 0px;
        }
}


@media (max-width: 700px) {
    header .header-contents[b-opmdxi04mj] {
        padding-left: 0px;
        grid-template-columns: 65px 146px 1px auto;
    }
}



@media (max-width: 550px) {

    header .header-contents .tagline[b-opmdxi04mj] {
        font-size: 13px;
        letter-spacing: 1px;
    }
}
/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */

.site-navigation[b-laz1eghquq] {
    width: 100%;
    background: white;
    border-right: 1px solid #d9d9d9;
    top: 75px;
    left: 0;
    bottom: 0;
}

    .site-navigation .site-nav-item[b-laz1eghquq] {
        text-decoration: none;
        color: #373737;
        padding: 10px 5px 10px 15px;
        border-bottom: 1px solid #ebeaea;
        display: block;
        font-size: .9em;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-left: 8px solid transparent;
    }

        .site-navigation .site-nav-item.selected[b-laz1eghquq] {
            border-left: 8px solid #004C97;
            background: #f7f7f7;
        }

        .site-navigation .site-nav-item:hover[b-laz1eghquq] {
            background: #004C97;
            border-bottom: 1px solid #004C97;
            color: white;
        }



    .site-navigation a[href^="http://"][b-laz1eghquq]:after,
    a[href^="https://"][b-laz1eghquq]:after {
        content: url(http://upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png);
        color: #cbcbcb;
        padding-left: 5px;
    }
/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Pages/Story/Audiobook.razor.rz.scp.css */
.page-content[b-96g7p32te6] {
    height: calc(100dvh - 125px);
}

.page-body[b-96g7p32te6] {
    display: grid;
    grid-template-rows: 45px auto 120px;
    height:100%;
    overflow-y: auto;
}

    .page-body .form-group[b-96g7p32te6] {
        justify-self: center;
        align-self: center;
        text-align: center;
    }

#controller[b-96g7p32te6] {
    border-radius: 25px 25px 0px 0px;
    background-color: #244C6D;
    width: 600px;
    height: 120px;
    justify-self:center;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
}

    #controller.iphone[b-96g7p32te6] {
        grid-template-rows: auto auto auto auto auto auto 30px;
    }

#ios-margin.iphone[b-96g7p32te6] {
    height: 26px;
}

#controller button[b-96g7p32te6] {
    background-color: transparent;
    border: none;
}

#play-prev-button[b-96g7p32te6] {
    grid-row: 2;
    grid-column: 2;
    width: 100%;
    justify-self: center;
    align-self: center;
}

#play-button[b-96g7p32te6],
#pause-button[b-96g7p32te6] {
    grid-row: 2;
    grid-column: 3;
    width: 100%;
    justify-self: center;
    align-self: center;
}

#play-next-button[b-96g7p32te6] {
    grid-row: 2;
    grid-column: 4;
    width: 100%;
    justify-self: center;
    align-self: center;
}

#font-smaller[b-96g7p32te6] {
    grid-row: 4;
    grid-column: 1;
    justify-self: right;
    align-self: center;
    margin-right: 12px;
    background-color: transparent;
    border: none;
}

#font-slider[b-96g7p32te6] {
    accent-color: #2F7BA3;
    grid-row: 4;
    grid-column: 2/5;
    align-self: center;
}

#font-bigger[b-96g7p32te6] {
    grid-row: 4;
    grid-column: 5;
    justify-self: left;
    align-self: center;
    margin-left: 12px;
    background-color: transparent;
    border: none;
}



@media screen and (max-width:710px) {
    .form-group img[b-96g7p32te6] {
        width: 100%;
    }
}

@media screen and (max-width:650px){
    #controller[b-96g7p32te6] {
        width: calc(100% - 20px);
    }
}

/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Pages/Story/Music.razor.rz.scp.css */

.page-body[b-jvrurd3q30] {
    margin-bottom: 120px;
    display: grid;
}

p.stanza[b-jvrurd3q30] {
    margin-bottom: 0px;
}

p.translation[b-jvrurd3q30] {
    font-style: italic;
    color: #2F7BA3;
}

#controller[b-jvrurd3q30] {
    border-radius: 25px 25px 0px 0px;
    background-color: #244C6D;
    width: 600px;
    height: 120px;
    position: fixed;
    bottom: 0;
    left: calc(260px + 590px);
    transform: translateX(-50%);
    margin: 0px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
}

    #controller.iphone[b-jvrurd3q30] {
        grid-template-rows: auto auto auto auto auto auto 30px;
    }

#ios-margin.iphone[b-jvrurd3q30] {
    height: 26px;
}

#controller button[b-jvrurd3q30] {
    background-color: transparent;
    border: none;
}

#play-prev-button[b-jvrurd3q30] {
    grid-row: 2;
    grid-column: 2;
    width: 100%;
    justify-self: center;
    align-self: center;
}

#play-button[b-jvrurd3q30],
#pause-button[b-jvrurd3q30] {
    grid-row: 2;
    grid-column: 3;
    width: 100%;
    justify-self: center;
    align-self: center;
}

#play-next-button[b-jvrurd3q30] {
    grid-row: 2;
    grid-column: 4;
    width: 100%;
    justify-self: center;
    align-self: center;
}

#font-smaller[b-jvrurd3q30] {
    grid-row: 4;
    grid-column: 1;
    justify-self: right;
    align-self: center;
    margin-right: 12px;
    background-color: transparent;
    border: none;
}

#font-slider[b-jvrurd3q30] {
    accent-color: #2F7BA3;
    grid-row: 4;
    grid-column: 2/5;
    align-self: center;
}

#font-bigger[b-jvrurd3q30] {
    grid-row: 4;
    grid-column: 5;
    justify-self: left;
    align-self: center;
    margin-left: 12px;
    background-color: transparent;
    border: none;
}

.spotify-button[b-jvrurd3q30] {
    background-color: transparent;
    border: none;
    grid-row: 3/4;
    grid-column: 1/6;
    display: grid;
    justify-self: center;
    align-self: center;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 3px;
    color: #F3F5F6;
    text-decoration: none;
}

    .spotify-button span[b-jvrurd3q30] {
        display: inline;
        align-self: center;
    }

.spotify-img[b-jvrurd3q30] {
    height: 35px;
    display: inline;
    align-self: center;
}


@media screen and (max-width:1480px) {
    #controller[b-jvrurd3q30] {
        left: calc(50% + 110px);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1050px) {
    #controller[b-jvrurd3q30] {
        left: 50%;
        transform: translateX(-50%);
    }
}


@media screen and (max-width:800px) {
    .banner[b-jvrurd3q30] {
        display: block;
        position: relative;
        height: 270px;
    }

        .banner .selected-song[b-jvrurd3q30] {
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

        .banner > img[b-jvrurd3q30] {
            position: absolute;
            right: 0px;
            top: 0px;
            opacity: 80%;
        }
}

@media screen and (max-width:750px) {
    .banner[b-jvrurd3q30] {
        margin-left: 6px;
        margin-right: 6px;
    }

        .banner .selected-song[b-jvrurd3q30] {
            padding-left: 20px;
        }
}

@media screen and (max-width:650px) {
    .banner[b-jvrurd3q30] {
        margin-left: 0px;
        margin-right: 0px;
    }


        .banner > img[b-jvrurd3q30] {
            opacity: 75%;
        }


    /* .banner .selected-song h1 {
        font-size: 28px;
    }

    .banner .selected-song h2 {
        font-size: 18px;
    }

    .banner .selected-song h3 {
        font-size: 16px;
    }
    } */



    #controller[b-jvrurd3q30] {
        width: calc(100% - 20px);
    }
}





@media screen and (max-height:935px) {
    .page-content[b-jvrurd3q30] {
        margin-bottom: 120px;
    }
}
/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Pages/Story/Quiz.razor.rz.scp.css */
.page-content[b-feydbxkgr6] {
    min-height: calc(100dvh - 125px);
}

.page-body[b-feydbxkgr6] {
    display: grid;
    justify-content: center;
}

.scores[b-feydbxkgr6] {
    justify-self: center;
    margin-top: 12px;
    text-align:center;
}

    .scores img[b-feydbxkgr6] {
        margin-right: 6px;
        margin-left: 6px;
    }


.component[b-feydbxkgr6] {
    display: grid;
}

.off-screen[b-feydbxkgr6] {
    position: fixed;
    left: -1000px;
    top: -1000px;
}

/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Pages/Story/Translation.razor.rz.scp.css */
.page-body[b-943hwszscf] {
    display: grid;
}



#review-background[b-943hwszscf] {
    height: 100vh;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    position: fixed;
    left: 0;
    top: 0;
}

#review-modal[b-943hwszscf] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0px 0px 13px -2px rgba(204,204,204,1);
    margin: 20px auto 10px;
    padding: 20px;
    border-radius: 2px;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr auto auto;
    grid-gap: 0px;
    max-width: 655px;
}

    #review-modal h2[b-943hwszscf] {
        grid-column: 1/4;
        text-align:center;
    }



    #review-modal .stars[b-943hwszscf] {
        grid-column: 1/4;
        justify-self: center;
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        grid-template-rows: 1fr;
    }

        #review-modal .stars img[b-943hwszscf] {
            width: 30px;
        }


    #review-modal .author[b-943hwszscf] {
        grid-column: 1/4;
        justify-self: center;
        margin-top: 12px;
        margin-bottom:12px;
    }

    #review-modal p[b-943hwszscf] {
        grid-column: 1/4;
    }


    #review-modal .danger[b-943hwszscf] {
        grid-column: 2/3;
    }

    #review-modal .success[b-943hwszscf] {
        grid-column: 3/4;
        margin-left: 12px;
    }

@media screen and (max-width: 855px) {
    #review-modal[b-943hwszscf] {
        width: 75%;
    }
}


@media screen and (max-width: 690px) {
    #review-modal[b-943hwszscf] {
        width: 85%;
    }
}


@media screen and (max-width: 620px) {
    #review-modal[b-943hwszscf] {
        width: 90%;
    }
}


@media screen and (max-width: 550px) {
    #review-modal[b-943hwszscf] {
        width: 95%;
    }
}
/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Pages/Views/Quiz/IllustrationView.razor.rz.scp.css */
.illustration[b-iwklp57fn2] {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-column-gap: 12px;
    justify-self: center;
    align-self: center;
}

    .illustration img[b-iwklp57fn2] {
        grid-column: 1/2;
        grid-row: 1/2;
        justify-self: center;
        align-self: center;
    }

    .illustration button[b-iwklp57fn2] {
        justify-self: end;
        align-self: end;
        grid-column: 1/2;
        grid-row: 1/2;
        margin-bottom: -15px;
        margin-right: -35px;
        background-color: transparent;
        border: none;
    }

.correct[b-iwklp57fn2] {
    background-color: #21a698;
    border-color: #21a698;
}

.incorrect[b-iwklp57fn2] {
    background-color: #d9305d;
    border-color: #d9305d;
}


button.correct:hover[b-iwklp57fn2] {
    background-color: #21a698;
    border-color: #21a698;
}

button.incorrect:hover[b-iwklp57fn2] {
    background-color: #d9305d;
    border-color: #d9305d;
}

@media (max-width: 550px) {
    .illustration img[b-iwklp57fn2] {
        width: 100%;
        height: auto;
    }
}
/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Pages/Views/Quiz/OptionsView.razor.rz.scp.css */
.illustration[b-bvf5tqmx7j] {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-column-gap: 12px;
    justify-self: center;
    align-self: center;
}

    .illustration img[b-bvf5tqmx7j] {
        grid-column: 1/2;
        grid-row: 1/2;
        justify-self: center;
        align-self: center;
    }

    .illustration button[b-bvf5tqmx7j] {
        justify-self: end;
        align-self: end;
        grid-column: 1/2;
        grid-row: 1/2;
        margin-bottom: -15px;
        margin-right: -35px;
        background-color: transparent;
        border: none;
    }


.correct[b-bvf5tqmx7j] {
    background-color: #21a698;
    border-color: #21a698;
}

.incorrect[b-bvf5tqmx7j] {
    background-color: #d9305d;
    border-color: #d9305d;
}


button.correct:hover[b-bvf5tqmx7j] {
    background-color: #21a698;
    border-color: #21a698;
}

button.incorrect:hover[b-bvf5tqmx7j] {
    background-color: #d9305d;
    border-color: #d9305d;
}


@media (max-width: 550px) {
    .illustration img[b-bvf5tqmx7j] {
        width: 100%;
        height: auto;
    }
}
/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Pages/Views/Quiz/QuestionView.razor.rz.scp.css */


.correct[b-19kohv24hc] {
    background-color: #21a698;
    border-color: #21a698;
}

.incorrect[b-19kohv24hc] {
    background-color: #d9305d;
    border-color: #d9305d;
}



button.correct:hover[b-19kohv24hc] {
    background-color: #21a698;
    border-color: #21a698;
}

button.incorrect:hover[b-19kohv24hc] {
    background-color: #d9305d;
    border-color: #d9305d;
}
/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Pages/Views/Quiz/QuizCompleteView.razor.rz.scp.css */
.quiz-result-container[b-btc8a8xuiz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.result-image[b-btc8a8xuiz] {
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.result-text h2[b-btc8a8xuiz] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.result-text p[b-btc8a8xuiz] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}



/* _content/LuluBoss.Sochi.Storylearning.WebApp/Components/Pages/Views/Quiz/QuizNotAvailableView.razor.rz.scp.css */
.container[b-h805xl7t6r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h2[b-h805xl7t6r] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

p[b-h805xl7t6r] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
