@import '_content/GoF.Ui.Mobile/GoF.Ui.Mobile.c2bo83ka14.bundle.scp.css';

/* /Pages/InteractiveCourse/InteractiveCourse.razor.rz.scp.css */
.chapters[b-miwfcmh0j9] {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    font-weight: bold;
    list-style-type: none;
    overflow: auto;
}

.chapters__item[b-miwfcmh0j9] {
    transition: all 0.2s;
}

.chapters__item:hover[b-miwfcmh0j9] {
    transition: all 0.2s;
    cursor: pointer;
    color: gold;
}

.chapters__name[b-miwfcmh0j9], .chapters__topic[b-miwfcmh0j9] {
    color: white;
    user-select: none;
}

.chapters__name[b-miwfcmh0j9]{
    margin: 1vmin 20px 0.5vmin;
    border-bottom: 1px solid;
    /*text-decoration: underline;*/
}

.chapters__topic[b-miwfcmh0j9] {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    text-indent: -30px;
    font-size: 14px;
    font-family: "Nunito Light", serif;
    font-weight: 500;
}

.chapters__item--disabled[b-miwfcmh0j9] {
    color: lightgray;
    pointer-events: none;
    cursor: default;
}

.chapters__item--disabled:hover[b-miwfcmh0j9] {
    color: grey;
    cursor: not-allowed;
}

.chapters__item--activated[b-miwfcmh0j9] {
    animation-name: blinking-b-miwfcmh0j9;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes blinking-b-miwfcmh0j9 {
    0% {
        color: white;
    }

    50% {
        color: gold;
    }

    100% {
        color: white;
    }
}

.back-btn[b-miwfcmh0j9] {
    margin-left: 20px;
    background-image: url(./assets/img/misc/arrow--back.svg);
    height: 28px;
    width: 48px;
}
