/* _content/Rimes.Web/Components/Components/BaroqueRhymeTable.razor.rz.scp.css */

/* _content/Rimes.Web/Components/Components/ModernRhymeTable.razor.rz.scp.css */

/* _content/Rimes.Web/Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-h3w136h08k] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - var(--topbar-height) - var(--footer-height));
}

.top-row[b-h3w136h08k] {
    height: var(--topbar-height);
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;

    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    gap: 1.5rem;
    padding-right: 1.5rem;
}

.top-row-content[b-h3w136h08k] {
    width: 600px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.top-row-content .navigation[b-h3w136h08k] {
    color: #4f4f4f;
    font-size: 15px;
    display: flex;
    gap: 1.5rem;
}

.navigation a[b-h3w136h08k] {
    color: #4f4f4f;
    font-size: 15px;
    text-decoration: none;
}

.navigation a:visited[b-h3w136h08k] {
    color: #4f4f4f;
}

.banner[b-h3w136h08k] {
    margin-left: 1rem;
    color: #4f4f4f;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.banner h1[b-h3w136h08k] {
    font-size: 22px;
    /*border-right: 2px #4f4f4f solid;*/
    /*padding-right: .4rem;*/
}

.banner h2[b-h3w136h08k] {
    font-size: 16px;
    padding-left: .25rem;
    padding-top: .23rem;
}

footer[b-h3w136h08k] {
    height: var(--footer-height);
    width: 100%;
    background-color: #f1f1f1;
    border-top: var(--std-border);
    font-size: 14px;
    color: #9a9a9a;
    display: flex;
    align-content: center;
    justify-items: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem;
}

main[b-h3w136h08k] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: calc(100vh - var(--topbar-height) - var(--footer-height));
}


.menu-toggler[b-h3w136h08k] {
    font-size: 2rem;
    padding: 0px;
    cursor: pointer;

    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    line-height: 2.5rem;
    text-align: center;

    display: none;
}


@media (max-width: 640.98px) {
    .banner h1[b-h3w136h08k] {
        border: none;
    }

    .banner h2[b-h3w136h08k] {
        display: none;
    }

    .menu-toggler[b-h3w136h08k] {
        display: block;
    }

    main[b-h3w136h08k] {
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
}
/* _content/Rimes.Web/Components/Pages/AllRhymes.razor.rz.scp.css */

.page-content[b-l7yj1kow2j] {
    width: 600px;
    padding: .5rem .25rem;
}

.sidebar[b-l7yj1kow2j] {
    width: 200px;
    padding: .5rem .25rem;
}

h1[b-l7yj1kow2j] {
    font-size: 24px;
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
}

/*.left-sidebar {
    border-right: 1px solid black;
}
*/
hr[b-l7yj1kow2j] {
    border: none;
    height: 1px;
    background-color: black;
    margin: 1rem 0;
}


.options-form[b-l7yj1kow2j] {
    margin-top: 1rem;
}


.form-card label[b-l7yj1kow2j] {
    font-weight: bold;
}

.form-card[b-l7yj1kow2j] {
    background-color: whitesmoke;
    padding: .5rem;
    border-radius: 10px;
}


.pagination[b-l7yj1kow2j] {
    display: flex;
    justify-items: center;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
}

.pagination span[b-l7yj1kow2j] {
    font-size: .9rem;
}


.search-result em[b-l7yj1kow2j] {
    display: block;
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: .25rem;
}

.search-result ul[b-l7yj1kow2j] {
    margin-top: 0;
}


@media (max-width: 640.98px) {
    .sidebar[b-l7yj1kow2j] {
        width: 100%;
    }

    .page-content[b-l7yj1kow2j] {
        width: 100%;
    }
}


.grammar-group[b-l7yj1kow2j] {
    font-size: .8rem;
}

.grammar-item[b-l7yj1kow2j] {
    margin-left: 1.2rem;
}

.badge[b-l7yj1kow2j] {
    background-color: #d4d4d4;
    padding: .1rem .35rem;
    border-radius: 10px;
    font-size: .6rem;
    cursor: default;
}

.badge.badge-light[b-l7yj1kow2j] {
    background-color: #e5e5e5;
}


.rhyme-row[b-l7yj1kow2j] {
    grid-template-columns: 3rem 7rem 1fr;
}

.word-link[b-l7yj1kow2j] {
    font-style: italic;
}
/* _content/Rimes.Web/Components/Pages/Help.razor.rz.scp.css */

.page-content[b-fui9561vtc] {
    max-width: 600px;
}
/* _content/Rimes.Web/Components/Pages/RhymeDictionary.razor.rz.scp.css */

.page-content[b-w340op2qxs] {
    width: 600px;
    padding: .5rem .25rem;
}

.sidebar[b-w340op2qxs] {
    width: 200px;
    padding: .5rem .25rem;
}

h1[b-w340op2qxs] {
    font-size: 24px;
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
}

/*.left-sidebar {
    border-right: 1px solid black;
}
*/
hr[b-w340op2qxs] {
    border: none;
    height: 1px;
    background-color: black;
    margin: 1rem 0;
}


.options-form[b-w340op2qxs] {
    margin-top: 1rem;
}


.form-card label[b-w340op2qxs] {
    font-weight: bold;
}

.form-card[b-w340op2qxs] {
    background-color: whitesmoke;
    padding: .5rem;
    border-radius: 10px;
}


.pagination[b-w340op2qxs] {
    display: flex;
    justify-items: center;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
}

.pagination span[b-w340op2qxs] {
    font-size: .9rem;
}


.search-result em[b-w340op2qxs] {
    display: block;
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: .25rem;
}

.search-result ul[b-w340op2qxs] {
    margin-top: 0;
}


@media (max-width: 640.98px) {
    .sidebar[b-w340op2qxs] {
        width: 100%;
    }

    .page-content[b-w340op2qxs] {
        width: 100%;
    }
}


.pos-group[b-w340op2qxs] {
    font-size: .8rem;
    margin-top: .2rem;
    user-select: none;
}

.grammar[b-w340op2qxs] {
    cursor: pointer;
    padding: .1rem;
}

.grammar .label[b-w340op2qxs] {
    margin-right: .2rem;
}

.grammar.selected .label[b-w340op2qxs] {
    color: #b5b5b5;
    text-decoration: line-through;
}

.pos-item[b-w340op2qxs] {
}

.grammar-item[b-w340op2qxs] {
    margin-left: 1.2rem;
}

.badge[b-w340op2qxs] {
    background-color: #d4d4d4;
    padding: .1rem .35rem;
    border-radius: 10px;
    font-size: .6rem;
}
