/* _content/Yoofi.AppBackend/Components/Account/Pages/Login.razor.rz.scp.css */

.control-wrapper[b-k8irqyc426] {
    max-width: 400px;
    margin: 0 0;
    padding: 0px 0px 0px;
}
/* _content/Yoofi.AppBackend/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0yzab0npwd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-0yzab0npwd] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Yoofi.AppBackend/Components/Layout/PublicLayout.razor.rz.scp.css */
/* _content/Yoofi.AppBackend/Components/Pages/Admin/Feed.razor.rz.scp.css */

.feedcontainer[b-vwbes5x9qu] {
    display: grid;
    grid-template-columns: auto auto;
    gap: 16px;
    padding: 4px;
    margin: auto;
    width: 1024px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* _content/Yoofi.AppBackend/Components/Pages/Admin/Support/SingleEventDescriptionView.razor.rz.scp.css */

.eventdescription[b-mqrm52uc2m]
{
    background-color: #d8d8d8;
    color: black;
    font-size: 12px;
    display: block;
    white-space: pre-wrap;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'Courier New', Courier, monospace;
}
/* _content/Yoofi.AppBackend/Components/Pages/Admin/Support/SingleEventView.razor.rz.scp.css */

.eventcontainer[b-utxrgnn0gb] {
    display: grid;
    grid-template-columns: auto auto;
    gap: 4px 16px;
    width: 585px;
    margin: 8px auto;
    padding: 8px;
    background-color: black;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.specialevent[b-utxrgnn0gb] {
    background-color: #444;
}

.banner[b-utxrgnn0gb] {
    grid-column: 1 / span 2;
    justify-self: end;
    font-size: 16px;
    background-color: whitesmoke;
    color: dimgray;
    padding: 2px 3px;
    margin-right: -8px;
}

.title[b-utxrgnn0gb] {
    grid-column: 1 / span 2;
    width: 569px;
    font-size: 28px;
}

.datetime[b-utxrgnn0gb] {
    grid-column: 1 / span 2;
    width: 569px;
    font-size: 18px;
}

.location[b-utxrgnn0gb] {
    grid-column: 1 / span 2;
    width: 569px;
    font-size: 18px;
    margin-bottom: 8px;
}

.image[b-utxrgnn0gb] {
    grid-column: 1;
    grid-row-end: span 2;
    width: 284px;
    height: 213px;
    background: gray;
}

div.image > img[b-utxrgnn0gb] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.description[b-utxrgnn0gb] {
    grid-column: 2;
    align-self: self-start;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.category[b-utxrgnn0gb] {
    grid-column: 2;
    justify-self: end;
    align-self: self-end;
    font-size: 18px;
}

.special[b-utxrgnn0gb] {
    background-color: #444;
}


@media only screen and (max-width: 600px) {
    .eventcontainer[b-utxrgnn0gb] {
        margin: 0;
        width: 100%;
    }
    
    .banner[b-utxrgnn0gb] {
        font-size: 10px;
    }

    .title[b-utxrgnn0gb] {
        width: 100%;
        font-size: 14px;
    }

    .datetime[b-utxrgnn0gb] {
        width: 100%;
        font-size: 10px;
    }

    .location[b-utxrgnn0gb] {
        width: 100%;
        font-size: 10px;
    }

    .image[b-utxrgnn0gb] {
        width: 142px;
        height: 107px;
    }

    .description[b-utxrgnn0gb] {
        font-size: 10px !important;
    }

    .category[b-utxrgnn0gb] {
        font-size: 10px;
    }
}
/* _content/Yoofi.AppBackend/Components/Pages/Admin/Tags.razor.rz.scp.css */

.hex-color-display[b-juv3ef06of] {
    display: inline-block;
    text-align: center;
    width: 150px;
}
/* _content/Yoofi.AppBackend/Components/Pages/Manager/Veranstaltungen/Edit.razor.rz.scp.css */

[b-bqqpb2om0g] .e-chip-list .e-chip.e-active {
    background-color: #3e85aa;
    color: white;
}

[b-bqqpb2om0g] .e-chip-list .e-chip {
    padding: 15px 10px;
}

[b-bqqpb2om0g] .e-chip .e-chip-text {
    font-weight: bolder;
}
/* _content/Yoofi.AppBackend/Components/Pages/Manager/Veranstaltungen/Index.razor.rz.scp.css */

[b-usfvepk1eo] .switch-freigabe {
    width: 140px;
}

[b-usfvepk1eo] .e-message {
    width: 200px;
}

[b-usfvepk1eo] .e-msg-content {
    width: 100%;
}

[b-usfvepk1eo] .e-switch-wrapper.e-wrapper {
    float: right;
}
/* _content/Yoofi.AppBackend/Components/Pages/Public/Feed.razor.rz.scp.css */

.feedcontainer[b-mzb5xix9o0] {
    display: grid;
    grid-template-columns: auto;
    gap: 8px;
    padding: 4px;
    margin: auto;
    width: 600px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.yoofititle[b-mzb5xix9o0] {
    background: #CF1322;
    background: linear-gradient(135deg, rgba(207, 19, 34, 1) 0%, rgba(104, 18, 60, 1) 100%);    margin: auto;
    width: 569px;
}

@media only screen and (max-width: 600px) {
    .feedcontainer[b-mzb5xix9o0] {
        width: 100%;
        padding: 0;
    }
    .feed[b-mzb5xix9o0] {
        width: 100%;
    }
    .yoofititle[b-mzb5xix9o0] {
        width: 100%;
    }
}
/* _content/Yoofi.AppBackend/Components/Shared/NavBar.razor.rz.scp.css */

.yoofi-logo[b-d86273vtq6], .yoofi-logo > img[b-d86273vtq6] {
    height: 100%;
}

.yoofi-logo-text[b-d86273vtq6] {
    font-size: 32px;
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 0px;
    vertical-align: middle;
}
