/* _content/GastrospotsBackendServer/Pages/Analytics.razor.rz.scp.css */
/* _content/GastrospotsBackendServer/Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-mrj815b5es] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
/* _content/GastrospotsBackendServer/Pages/MembershipChoice.razor.rz.scp.css */
.choices[b-firhw6yqlh] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
}

.membership[b-firhw6yqlh] {
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - (40px / 3));
    text-align: center;
    background-color: var(--color-text2);
    box-sizing: border-box;
    box-shadow: var(--shadow-basic);
    min-width: 230px;
    max-width: 250px;
}

    .membership div[b-firhw6yqlh] {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

.name[b-firhw6yqlh] {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-text2);
    text-wrap: balance;
    height: 80px;
    background-color: var(--color-hightlight);
    justify-content: center;
}
.membership span.label[b-firhw6yqlh] {
    font-size: var(--font-size-1);
    margin-top: 10px;
    color: #8c8c8c;
    margin-bottom: 2px;
}

.membership span.value[b-firhw6yqlh] {
    font-size: var(--font-size-1);
    height: 20px;
    line-height: 20px;
}

.membership .preisbasis span.value[b-firhw6yqlh] {
    color: var(--color-hightlight);
    font-size: var(--font-size-2);
    font-weight: 600;
}

.skip[b-firhw6yqlh] {
    height: 30px;
    line-height: 30px;
    color: var(--color-hightlight);
    font-weight: 600;
    font-size: var(--font-size-2);
}

.choices .membership.extra .name[b-firhw6yqlh] {
    box-sizing: border-box;
    border-top: 5px solid var(--color-hightlight2);
    border-bottom: 5px solid var(--color-hightlight2);
}

.actionbtn[b-firhw6yqlh] {
    height: 50px;
    justify-content: center;
    background-color: var(--color-hightlight2);
    cursor: pointer;
    font-weight: 600;
    margin-top: 20px;
    color: var(--color-text);
}

.membership.active .actionbtn[b-firhw6yqlh] {
    background-color: var(--color-text);
    color: var(--color-text2);
    cursor: unset;
    pointer-events:none;
}

.actionbtn:hover[b-firhw6yqlh] {
    background-color: var(--color-hightlight);
    color:var(--color-text2);
}


.membership.active .actionbtn:hover[b-firhw6yqlh] {
    background-color: var(--color-text);
    color: var(--color-text2);
}

.minfo[b-firhw6yqlh] {
    font-size: var(--font-size-1);
    display: block;
    line-height: 20px;
    max-width: 800px;
    box-sizing: border-box;
    padding: 20px;
}
/* _content/GastrospotsBackendServer/Shared/Canvas.razor.rz.scp.css */
body[b-5w1tl8kg9x] {
    margin: 0;
    padding: 0;
}

.page[b-5w1tl8kg9x] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main[b-5w1tl8kg9x] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

@media (max-width: 640.98px) {
}

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

    .sidebar[b-5w1tl8kg9x] {
        width: 350px;
        min-height: 100vh;
        height: 100%;
        top: 0;
        padding-bottom: 50px;
    }
}
/* _content/GastrospotsBackendServer/Shared/ContentTable.razor.rz.scp.css */
.contentTable[b-24b81lw0ut] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: white;
    box-shadow: var(--shadow-basic);
    font-size: var(--font-size-1);
}

.headentry[b-24b81lw0ut] {
    width: 100%;
    text-align: left;
    position: relative;
}

    .headentry.sortable[b-24b81lw0ut] {
        cursor: pointer;
    }

    .headentry.activesort[b-24b81lw0ut]::after {
        content: '\ea5f';
        font-family: tabler-icons;
        position: absolute;
        left: 0px;
        bottom: -12px;
        color: var(--color-hightlight);
        text-align: left;
    }

    .headentry.activesort.dsc[b-24b81lw0ut]::after {
        content: '\ea62';
    }

.headentry[b-24b81lw0ut], .contententry[b-24b81lw0ut] {
    width: 100%;
    text-align: left;
    height: 40px;
    display: block;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .headentry.tmin[b-24b81lw0ut], .headentry.tico[b-24b81lw0ut], .contententry.tmin[b-24b81lw0ut], .contententry.tico[b-24b81lw0ut], .contententry.timg[b-24b81lw0ut], .headentry.timg[b-24b81lw0ut], .contententry.tact[b-24b81lw0ut], .headentry.tact[b-24b81lw0ut] {
        max-width: 40px;
    }

        .contententry.timg.tlarge[b-24b81lw0ut], .headentry.tlarge[b-24b81lw0ut] {
            max-width:100px;
        }

        .contententry.tico[b-24b81lw0ut], .contententry.ticons[b-24b81lw0ut] {
            font-family: tabler-icons;
            font-size: var(--font-size-2b);
            text-align: center;
            color: var(--color-text);
        }

    .contententry.ticons[b-24b81lw0ut] {
        text-align:left;
    }

        .contententry.tact[b-24b81lw0ut] {
        font-family: tabler-icons;
        font-size: var(--font-size-2b);
        text-align: center;
        cursor: pointer;
        cursor: pointer;
        color: var(--color-text);
    }

        .contententry.tact:hover[b-24b81lw0ut] {
            color: var(--color-hightlight);
        }

    .contententry img[b-24b81lw0ut] {
        height: 80%;
        margin: auto;
        margin-top: 10%;
    }

.contentTableEntries[b-24b81lw0ut], .contentTableHeader[b-24b81lw0ut] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: red;
    height: 40px;
    gap: 5px;
}

.contentTableHeader[b-24b81lw0ut] {
    background-color: var(--color-text);
    color: var(--color-text2);
    font-size: var(--font-size-1);
    font-weight: 600;
}

.contentTableEntries[b-24b81lw0ut] {
    background-color: var(--color-text2);
    color: var(--color-text1);
    box-sizing:border-box;
    position:relative;
}

    .contentTableEntries:nth-of-type(odd)[b-24b81lw0ut] {
        background-color: rgba(0,0,0,0.1);
    }


    .contentTableEntries:hover[b-24b81lw0ut]::after {
        content:"";
        width: 100%;
        height:2px;
        box-sizing:border-box;
        left:0;
        bottom:0;
        position:absolute;
        border-bottom: 2px solid var(--color-hightlight);
    }

        .contentTableEntries.contentTableActions:hover[b-24b81lw0ut]::after{
            display:none;
        }

        .newentry[b-24b81lw0ut] {
            display: inline-block;
            padding: 10px;
            background-color: var(--color-text);
            color: var(--color-text2);
            border-radius: 10px;
            font-size: var(--font-size-1);
            cursor: pointer;
            font-weight: 600;
            box-shadow: var(--shadow-basic);
        }

    .newentry:hover[b-24b81lw0ut] {
        background-color: var(--color-hightlight2);
        color: var(--color-text);
    }

.contenttableworking[b-24b81lw0ut] {
    pointer-events: none;
    user-select: none;
    opacity: 0.9;
    filter: blur(1px);
}

.pagenav[b-24b81lw0ut] {
    font-family: tabler-icons;
    color: var(--color-text2);
    text-shadow: -1px 0px 3px rgba(0,0,0,0.4);
    font-size: var(--font-size-3);
    line-height: 24px;
    font-weight: 600;
    cursor:pointer;
}

    .pagenav:hover[b-24b81lw0ut] {
        color: var(--color-text);
    }

.contenttablepage[b-24b81lw0ut] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: auto;
    margin-left: auto;
}

.topoftable[b-24b81lw0ut] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pageInfot[b-24b81lw0ut] {
    font-size: var(--font-size-1);
    line-height: 24px;
    font-weight: 600;
    min-width: 50px;
    text-align: center;
}
/* _content/GastrospotsBackendServer/Shared/Dashboard/AngeboteDB.razor.rz.scp.css */


.container[b-j587gf5c0t] {
    width: 100%;
    grid-column: span 2;
    background-color: var(--color-text2);
    border-radius: 10px;
    box-shadow: var(--shadow-basic);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.statistic[b-j587gf5c0t] {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

div#chartAngebote[b-j587gf5c0t] {
    width: 100%;
    height: 100%;
}

.headline[b-j587gf5c0t] {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--color-text);
    color: var(--color-text2);
    line-height: 40px;
    box-sizing: border-box;
    padding: 1px;
    padding-left: 20px;
    font-size: var(--font-size-2);
}
/* _content/GastrospotsBackendServer/Shared/Dashboard/CountDB.razor.rz.scp.css */


.container[b-bfnr9j62rr] {
    width: 100%;
    grid-column: span 1;
    background-color: var(--color-text2);
    border-radius: 10px;
    box-shadow: var(--shadow-basic);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.count[b-bfnr9j62rr] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.countnr[b-bfnr9j62rr] {
    font-size: var(--font-size-3);
    font-weight: 600;
    transform: scale(3);
    color: var(--color-hightlight);
}

.headline[b-bfnr9j62rr] {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--color-text);
    color: var(--color-text2);
    line-height: 40px;
    box-sizing: border-box;
    padding: 1px;
    padding-left: 20px;
    font-size: var(--font-size-2);
}
/* _content/GastrospotsBackendServer/Shared/Dashboard/KundenDB.razor.rz.scp.css */


.container[b-9d7jc8krwn] {
    width: 100%;
    background-color: var(--color-text2);
    border-radius: 10px;
    box-shadow: var(--shadow-basic);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.statistic[b-9d7jc8krwn] {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

div#chartAngebote[b-9d7jc8krwn] {
    width: 100%;
    height: 100%;
}

.headline[b-9d7jc8krwn] {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--color-text);
    color: var(--color-text2);
    line-height: 40px;
    box-sizing: border-box;
    padding: 1px;
    padding-left: 20px;
    font-size: var(--font-size-2);
}
/* _content/GastrospotsBackendServer/Shared/Dashboard/MembershipDB.razor.rz.scp.css */


.container[b-h6e9ddaea9] {
    width: 100%;
    grid-column: span 1;
    background-color: var(--color-text2);
    border-radius: 10px;
    box-shadow: var(--shadow-basic);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.count[b-h6e9ddaea9] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.countnr[b-h6e9ddaea9] {
    font-size: var(--font-size-3);
    font-weight: 600;
    color: var(--color-hightlight);
}

.headline[b-h6e9ddaea9] {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--color-text);
    color: var(--color-text2);
    line-height: 40px;
    box-sizing: border-box;
    padding: 1px;
    padding-left: 20px;
    font-size: var(--font-size-2);
}
/* _content/GastrospotsBackendServer/Shared/Dashboard/NewsDB.razor.rz.scp.css */


.container[b-k8q8ajr4kr] {
    width: 100%;
    grid-column: span 3;
    background-color: var(--color-text2);
    border-radius: 10px;
    box-shadow: var(--shadow-basic);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}


.headline[b-k8q8ajr4kr] {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--color-text);
    color: var(--color-text2);
    line-height: 40px;
    box-sizing: border-box;
    padding: 1px;
    padding-left: 20px;
    font-size: var(--font-size-2);
}

.newslist[b-k8q8ajr4kr] {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5px;
}

.post[b-k8q8ajr4kr] {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}

.date[b-k8q8ajr4kr] {
    width: 90px;
    line-height: 20px;
    font-size: var(--font-size-1);
    color: rgba(0,0,0,0.6);
}

.title[b-k8q8ajr4kr] {
    color: var(--color-hightlight);
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    text-decoration: none;
    font-size: var(--font-size-1);
    height: 20px;
    text-wrap: nowrap;
}

.excerp[b-k8q8ajr4kr] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    font-size: var(--font-size-1);
    height: 20px;
    text-wrap: nowrap;
}
/* _content/GastrospotsBackendServer/Shared/Dashboard/VisitDB.razor.rz.scp.css */


.container[b-dlw4oafl3g] {
    width: 100%;
    grid-column: span 1;
    background-color: var(--color-text2);
    border-radius: 10px;
    box-shadow: var(--shadow-basic);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.count[b-dlw4oafl3g] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.countnr[b-dlw4oafl3g] {
    font-size: var(--font-size-3);
    font-weight: 600;
    transform: scale(3);
    color: var(--color-hightlight);
}

.headline[b-dlw4oafl3g] {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--color-text);
    color: var(--color-text2);
    line-height: 40px;
    box-sizing: border-box;
    padding: 1px;
    padding-left: 20px;
    font-size: var(--font-size-2);
}
/* _content/GastrospotsBackendServer/Shared/HeadLine.razor.rz.scp.css */
h3[b-ho7koutpsu] {
    font-size: var(--font-size-1);
    color: var(--color-text);
    background-color: var(--color-text2);
    padding: 5px;
    padding-left: 15px;
    border-radius: 10px;
    box-shadow: var(--shadow-basic);
    display: flex;
    gap: 5px;
    line-height: 1.2em;
    font-weight: 600;
}

    h3 .seperator[b-ho7koutpsu] {
        font-family: tabler-icons;
        font-size: var(--font-size-1);
        color: var(--color-hightlight);
    }
/* _content/GastrospotsBackendServer/Shared/Login.razor.rz.scp.css */
.background[b-vi3uf3egsi] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background-image: url('/images/GastroSpots_header_1.jpg');
    background-size: cover;
    background-position: center center;
}

.loginicon[b-vi3uf3egsi] {
    font-family: 'tabler-icons';
    color: var(--color-text2);
    text-align: center;
    font-size: var(--font-size-3);
}

.loginform[b-vi3uf3egsi] {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.logo[b-vi3uf3egsi] {
    width: 50%;
    box-sizing: border-box;
    margin: auto;
    aspect-ratio: 250 / 75;
    background-image: url('images/logo.png');
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
    background-color: var(--color-text2);
    ;
    border-radius: 50px;
    box-shadow: rgba(0,0,0,0.4) -2px 1px 5px inset;
}

label[b-vi3uf3egsi] {
    display: block;
    font-size: var(--font-size-1);
    text-align: center;
    width: 100px;
    margin: auto;
    margin-top: 20px;
    padding: 5px;
    box-sizing: border-box;
    color: var(--color-text2);
    background-color: var(--color-hightlight);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 2px;
    margin-left: 25%;
}

input[b-vi3uf3egsi] {
    width: 70%;
    line-height: 20px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 30px;
    border: none;
    text-align: center;
    font-size: var(--font-size-2);
    box-shadow: rgba(0,0,0,0.4) -2px 1px 5px inset;
}

    input:focus[b-vi3uf3egsi] {
        outline: none;
        box-shadow: rgba(0,0,0,0.6) -2px 1px 5px inset;
        border-color: var(--color-hightlight);
    }

button[b-vi3uf3egsi] {
    display: block;
    margin: auto;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 10px;
    width: 150px;
    border-radius: 30px;
    cursor: pointer;
    background-color: var(--color-text);
    color: var(--color-text2);
    font-size: var(--font-size-2);
    border: none;
}

    button:focus[b-vi3uf3egsi], button:hover[b-vi3uf3egsi] {
        outline: none;
        background-color: var(--color-hightlight);
        color: var(--color-text2);
    }
/* _content/GastrospotsBackendServer/Shared/MainLayout.razor.rz.scp.css */
body[b-4zwap3jxcx] {
    margin: 0;
    padding: 0;
}

.page[b-4zwap3jxcx] {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
}

main[b-4zwap3jxcx] {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
    min-height: 100vh;
    background-image: url(images/back2.jpg);
    background-size: cover;
    background-position: left top;
    z-index: 1;
    position:relative;
}

.sidebar[b-4zwap3jxcx] {
    background-color: white;
    box-shadow: var(--shadow-basic);
    box-sizing: border-box;
    padding: 20px;
    overflow-y: auto;
    z-index: 2;
}

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

    .sidebar[b-4zwap3jxcx] {
        width: 350px;
        min-height: 100vh;
        height: 100%;
        top: 0;
        padding-bottom: 50px;
    }
}
/* _content/GastrospotsBackendServer/Shared/Nav.razor.rz.scp.css */
.logo[b-4renl6lkrw] {
    width: 80%;
    margin: auto;
    aspect-ratio: 250 / 75;
    background-image: url('images/logo.png');
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}

.profile[b-4renl6lkrw] {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 50%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: dimgray;
    margin: auto;
    margin-bottom: 10px;
    cursor: pointer;
}

    .profile:hover[b-4renl6lkrw]::after {
        content: "\ea75";
        font-family: tabler-icons;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 2;
        color: var(--color-text2);
        text-align: center;
        position: absolute;
        top: 45%;
        line-height: 5%;
        font-size: 60px;
        text-shadow: 2px 1px 5px rgba(0,0,0,0.4);
    }

    .profile img[b-4renl6lkrw] {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: center;
        height: 100%;
    }

}


.account[b-4renl6lkrw] {
    font-size: var(--font-size-1);
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
}

.id[b-4renl6lkrw] {
    font-size: var(--font-size-2);
    color: var(--color-hightlight);
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-lines);
    margin-bottom: 15px;
}

    .id span.id2[b-4renl6lkrw] {
        color: var(--color-text);
        font-size: var(--font-size-1);
    }

.dashboard[b-4renl6lkrw] {
    display: block;
    text-decoration: none;
    font-size: var(--font-size-2);
    color: var(--color-text);
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-lines);
    margin-bottom: 15px;
    line-height: 15px;
}

    .dashboard[b-4renl6lkrw]::before {
        content: "\ea87";
        font-family: tabler-icons;
        margin-left: 5px;
        line-height: 15px;
        font-size: var(--font-size-3);
        margin-right: 10px;
        top: 3px;
        position: relative;
        font-weight: 100;
    }

    .dashboard:hover[b-4renl6lkrw] {
        color: var(--color-hightlight);
    }

.closeuser[b-4renl6lkrw] {
    font-family: tabler-icons;
    cursor: pointer;
    font-size: var(--font-size-1);
    color: var(--color-text);
    display: inline-block;
    width: 20px;
    text-align: center;
}


    .closeuser:hover[b-4renl6lkrw] {
        color: var(--color-hightlight);
    }

.account[b-4renl6lkrw] {
    font-size: var(--font-size-1);
    line-height: 12px;
}
/* _content/GastrospotsBackendServer/Shared/NavItem.razor.rz.scp.css */
.submenu[b-uyaa973psj] {
    max-height: 0px;
    overflow: hidden;
    transition: all linear 0.5s;
}

.item.open .submenu[b-uyaa973psj], .item.active .submenu[b-uyaa973psj] {
    max-height: 500px;
    transition: all linear 0.5s;
}

.icon[b-uyaa973psj] {
    font-family: tabler-icons;
    margin-left: 20px;
    line-height: 35px;
    font-size: var(--font-size-2b);
}

.link[b-uyaa973psj] {
    display: flex;
    width: 100%;
    text-decoration: none;
    flex-direction: row;
    gap: 10px;
    background-color: var(--color-text);
    border-radius: 35px;
    line-height: 35px;
    font-size: var(--font-size-1);
    text-align: left;
    color: var(--color-text2);
    margin-bottom: 10px;
    cursor: pointer;
}



.submenu .link[b-uyaa973psj] {
    width: 90%;
    background-color: var(--color-text2);
    color: var(--color-text);
    margin-left: auto;
}

.link:hover[b-uyaa973psj], .item.open .link.expandable[b-uyaa973psj] {
    background-color: var(--color-hightlight);
    color: var(--color-text2);
}

    .submenu .link:hover[b-uyaa973psj], .submenu .link.active[b-uyaa973psj] {
        background-color: var(--color-hightlight2);
        color: var(--color-text);
    }
/* _content/GastrospotsBackendServer/Shared/UserForm.razor.rz.scp.css */
.notes[b-ol7kkqi0xl] {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    margin: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 300px;
}

.note[b-ol7kkqi0xl] {
    display: flex;
    flex-direction: column;
    background-color: lemonchiffon;
    box-sizing: border-box;
    box-shadow: var(--shadow-basic);
    font-size: var(--font-size-1);
    border-top-right-radius: 20px;
    width:100%;
}

.notehead[b-ol7kkqi0xl] {
    width: 100%;
    display: flex;
    color: rgba(0,0,0,0.6);
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    font-size: var(--font-size-1);
    padding-left: 20px;
    border-top-right-radius: 20px;
    padding-right: 20px;
    border-bottom: 1px dashed rgba(0,0,0,0.6);
    align-items: center;
}

.bnote[b-ol7kkqi0xl] {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    min-height: 100px;
    font-size: var(--font-size-1);
    line-height: 1.5em;
}

.notefoot[b-ol7kkqi0xl] {
    width: 100%;
    display: flex;
    color: rgba(0,0,0,0.6);
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    font-size: var(--font-size-1);
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px dashed rgba(0,0,0,0.6);
    margin-top: auto;
}

.admformsplit[b-ol7kkqi0xl] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}


.editforms[b-ol7kkqi0xl] {
    max-width: calc(100% - 300px);
}

.delnote[b-ol7kkqi0xl] {
    font-family: tabler-icons;
    font-size: var(--font-size-2b);
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    text-align: center;
    max-width: 40px;
}

.delnote:hover[b-ol7kkqi0xl]{
    color:var(--color-hightlight);
}
