/* /Pages/SlovakLanguage.razor.rz.scp.css */
.input-container[b-vgppcqlb7l] {
    right: 30px;
    bottom: 80px;

    position: fixed;

    text-align: center;

    background: white;
    border: 1px solid gray;
    border-radius: 10px;
    /*box-shadow:  0px 32px 48px -8px rgba(0, 0, 0, 0.10), 0px 0px 14px -4px rgba(0, 0, 0, 0.05), 0px 40px 64px -12px rgba(0, 0, 0, 0.08);*/
    box-shadow:  0px 16px 48px -8px rgba(0, 0, 0, 0.40), 0px 0px 14px -4px rgba(0, 0, 0, 0.05), 0px 40px 64px -12px rgba(0, 0, 0, 0.08);

    padding: 20px;
    z-index: 1000;
}

.pager[b-vgppcqlb7l] {
    right: 30px;
    bottom: 260px;
    position: fixed;

    text-align: center;

    background: white;

    border: 1px solid gray;
    border-radius: 7px;
    /*box-shadow:  0px 32px 48px -8px rgba(0, 0, 0, 0.10), 0px 0px 14px -4px rgba(0, 0, 0, 0.05), 0px 40px 64px -12px rgba(0, 0, 0, 0.08);*/
    /*box-shadow: 0px 16px 48px -8px rgba(0, 0, 0, 0.40), 0px 0px 14px -4px rgba(0, 0, 0, 0.05), 0px 40px 64px -12px rgba(0, 0, 0, 0.08);*/
    padding: 5px 10px;
}

.btn-answer[b-vgppcqlb7l] {
    min-width: 70px;
    height: 50px;
    border-radius: 5px;
    font-size: 25px;
    padding: 0 20px 0 20px;
}

.btn-answer:active[b-vgppcqlb7l] {
    transform: scale(1.1, 1.1);
}

.btn-correct[b-vgppcqlb7l] {
    background: #32CD32;
}

/*.btn-answer:focus {
    outline: 0 !important;
}*/

.btn-incorrect[b-vgppcqlb7l] {
    background: red;
}

.word[b-vgppcqlb7l] {
    /*width: 500px;*/

    white-space: pre-wrap !important;
    white-space: nowrap !important;
    display: inline-block !important; /*block;*/

    border-radius: 5px;
    padding: 5px 20px 0 20px;
}

.word-regular[b-vgppcqlb7l] {
    background: initial;
}

.word-correct[b-vgppcqlb7l] {
    background: #32CD32;
    animation: greenAnimation-b-vgppcqlb7l ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.word-incorrect[b-vgppcqlb7l] {
    background: red;
    animation: redAnimation-b-vgppcqlb7l ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation-b-vgppcqlb7l {
    0% {
        /*background: red;*/
        opacity: 0;
    }

    100% {
        /*background: white;*/
        opacity: 1;
    }
}

@keyframes greenAnimation-b-vgppcqlb7l {
    0% {
        background: #32CD32;
        opacity: 1;
    }

    50% {
        background: #32CD32;
        opacity: 1;
    }

    100% {
        background: initial;
        opacity: 0;
    }
}

@keyframes redAnimation-b-vgppcqlb7l {
    0% {
        background: red;
    }

    50% {
        background: red;
    }

    100% {
        background: initial;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3ij3p7wwc4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3ij3p7wwc4] {
    flex: 1;
}

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

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

    .top-row[b-3ij3p7wwc4]  a, .top-row[b-3ij3p7wwc4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3ij3p7wwc4]  a:hover, .top-row[b-3ij3p7wwc4]  .btn-link:hover {
        text-decoration: underline;
    }

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

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

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

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

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

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

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

    .top-row.auth[b-3ij3p7wwc4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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