@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dibzmir27r.bundle.scp.css';

/* _content/P30.Chat/Components/AccountComponents/ImageCrop.razor.rz.scp.css */
.big-img[b-h8s3rkt3kb] {
    max-height: 500px;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}

.img-container[b-h8s3rkt3kb] {
    max-height: 500px;
    max-width: 800px;
    margin-top: .5em;
}



@media screen and (max-width: 430px) {
    .img-container[b-h8s3rkt3kb] {
        max-height: 500px;
        max-width: calc(402px - 2em);
    }

    .preview[b-h8s3rkt3kb] {
        max-width: calc(402px - 2em);
    }

    .preview img[b-h8s3rkt3kb] {
        width: 100%;
    }
}
/* _content/P30.Chat/Components/AccountComponents/ProfileWidget.razor.rz.scp.css */
a[b-uld0dzlcg0] {
    color: white;
    text-decoration: none;
}
/* _content/P30.Chat/Components/BlogComponents/BlogNavigation.razor.rz.scp.css */
.containerLeft[b-xq421a86v3], .containerRight[b-xq421a86v3] {
    display: flex;
}

.containerLeft[b-xq421a86v3] {
    width: 100%;
    margin-left: .5em;
    justify-content: start;
    align-items: center;
    overflow: hidden;
}

    .containerLeft[b-xq421a86v3]  .stealth {
        margin-left: .5em;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .containerLeft[b-xq421a86v3]  .stealth::part(control) {
            background: #e7e7e7;
            color: black;
        }

        .containerLeft[b-xq421a86v3]  .stealth.active::part(control), .containerLeft[b-xq421a86v3]  .stealth:hover::part(control) {
            background: #fff;
            color: black;
        }



.containerRight[b-xq421a86v3] {
    width: fit-content;
    justify-content: end;
}

.marketTime[b-xq421a86v3] {
    padding: .5em;
}

.marketTime.date[b-xq421a86v3] {
    padding: .5em;
    padding-left: 0;
}

    .marketTime p[b-xq421a86v3] {
        margin: 0;
        padding: 0;
        color: #000;
        text-align: center;
    }

[b-xq421a86v3] .datePicker {
    margin-top: 3px;
}

[b-xq421a86v3] .fluent-datepicker-popup {
    position: relative;
}
/* _content/P30.Chat/Components/BlogComponents/Bookmarks.razor.rz.scp.css */

.bookmarksContainer[b-jsoipxfo9n] {
    overflow-y: auto;
    height: 100%;
    padding-top: .5em;
}

.searchFilter[b-jsoipxfo9n] {
    margin-bottom: .5em;
}

[b-jsoipxfo9n] .chatEntry {
    height: auto;
}

.image[b-jsoipxfo9n] {
    float: left;
    width: fit-content;
}

    .image img[b-jsoipxfo9n] {
        max-height: 33px;
        max-width: 33px;
        margin-right: .5em;
    }

.username[b-jsoipxfo9n] {
    font-weight: bold;
    cursor: pointer;
    margin-right: 1em;
}

.timestamp[b-jsoipxfo9n] {
    font-weight: 100;
    color: lightslategray;
}

.chatEntryHeader[b-jsoipxfo9n] {
    margin-top: -5px;
}

.chatEntrycontent[b-jsoipxfo9n] {
    margin-bottom: .5em;
}

    .chatEntrycontent[b-jsoipxfo9n]  p {
        margin: 0;
    }

    .chatEntryImages img[b-jsoipxfo9n], .chatEntrycontent[b-jsoipxfo9n]  img {
        max-height: 80px;
        margin-right: .5em;
        border: solid 1px darkgray;
    }

[b-jsoipxfo9n] .buttonRow {
    display: flex;
    justify-content: end;
    padding-right: .5em;
}
/* _content/P30.Chat/Components/BlogComponents/Chat.razor.rz.scp.css */
.chatEntry[b-8jngd4oiec] {
    border: solid 1px #00aadd;
}

.username[b-8jngd4oiec] {
    font-weight: bold;
    cursor: pointer;
}

.chatEntrycontent[b-8jngd4oiec] {
    padding-bottom: 1em;
}

.eingabeContainer[b-8jngd4oiec] {
    width: 100%;
    background-color: #f2f2f2;
    padding: .5em;
    padding-top: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.buttonContainer[b-8jngd4oiec] {
    display: flex;
    justify-content: center;
}

.contentContainer[b-8jngd4oiec] {
}


.chatContainer[b-8jngd4oiec] {
    overflow-y: auto;
    margin-top: .5em;
    flex-grow: 1;
    flex-shrink: 1;
    margin: .5em;
    margin-top: 0;
    margin-right: 0;
    padding-right: .5em;
}

.filterContainer[b-8jngd4oiec] {
    display: flex;
    justify-content: end;
    padding: 0 .25em;
    height: 25px;
    line-height: 25px;
    align-items: center;
}

    .filterContainer[b-8jngd4oiec]  svg {
        margin-left: .5em;
    }

.chats[b-8jngd4oiec] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chatEntry[b-8jngd4oiec] {
    display: block;
    contain: content;
    height: auto;
    width: calc(100% - .5em);
    box-sizing: border-box;
    background: var(--fill-color);
    color: var(--neutral-foreground-rest);
    border: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-layer-rest);
    border-radius: calc(var(--layer-corner-radius)* 1px);
    box-shadow: var(--elevation-shadow-card-rest);
    padding: 0 .5em;
    margin-bottom: .5em;
}
[b-8jngd4oiec] .filterPopover {
    width: fit-content !important;
    min-width: 160px;
}

[b-8jngd4oiec] .fluent-popover-content .stack-vertical {
    margin: 0 !important;
}

[b-8jngd4oiec] ul {
    margin: 0;
    padding: 0;
    padding-top: .5em;
    margin-top: -25px;
}
/* _content/P30.Chat/Components/BlogComponents/Cockpit.razor.rz.scp.css */
.flex-container[b-ax5p0imsae] {
    display: flex;
    flex-wrap: wrap; /* <<< wichtig für Umbruch */
    background-color: var(--bs-gray-200);
    padding-top: .5em;
}

.box[b-ax5p0imsae] {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 1em;
    margin-bottom: .5em;
    height: 40px;
    flex-wrap: wrap;
}

[b-ax5p0imsae] fluent-card {
    padding: .5em;
    border: solid 1px #f2f2f2;
}

.itemsContainer[b-ax5p0imsae] {
    height: calc(100% - 132px);
    overflow: auto;
    padding-right: .5em;
    padding-left: .5em;
    margin-top: .5em;
}

.itemsGrid[b-ax5p0imsae] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

[b-ax5p0imsae] fluent-slider-label {
    margin-top: -10px;
}

[b-ax5p0imsae] .systemRow {
    padding-bottom: .5em;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    [b-ax5p0imsae] .systemRow div:first-child {
        width: 70px;
    }

    [b-ax5p0imsae] .systemRow div {
        margin-right: .5em;
    }


[b-ax5p0imsae] body img {
    width: 100%;
}

[b-ax5p0imsae] header {
    display: flex;
    flex-wrap: wrap;
}

.HARMONIKA[b-ax5p0imsae], .POPGUN[b-ax5p0imsae], .WEDGE[b-ax5p0imsae], .WOLFE[b-ax5p0imsae], .RR-Track[b-ax5p0imsae], .DAX-Wert[b-ax5p0imsae] {
    margin-right: .5em;
    margin-bottom: .5em;
    padding: .25em;
    color: black;
}

.HARMONIKA[b-ax5p0imsae] {
    background-color: #d5a7a7;
}

.WOLFE[b-ax5p0imsae] {
    background-color: #ddc797;
}

.POPGUN[b-ax5p0imsae] {
    background-color: #c3d3e9;
}

.DAX-Wert[b-ax5p0imsae] {
    background-color: #c8c2db;
}

.WEDGE[b-ax5p0imsae] {
    background-color: #9dd1a3;
}
.RR-Track[b-ax5p0imsae] {
    background-color: #80cbc4;
}

[b-ax5p0imsae] a:hover {
    color: midnightblue;
}

.itemsTable th[b-ax5p0imsae], .itemsTable td[b-ax5p0imsae] {
    border: 1px solid black;
    padding: .25em
}

.daxTable th[b-ax5p0imsae], .daxTable td[b-ax5p0imsae] {
    border: 1px solid black;
    padding: .25em
}

.itemsTable[b-ax5p0imsae] {
    margin-bottom: 1em;
    width: 100%;
}

[b-ax5p0imsae] header .last {
    margin-right: 0;
}

a.listLink[b-ax5p0imsae] {
    text-decoration: none;
}

    a.listLink span.notActive[b-ax5p0imsae] {
        color: var(--bs-gray-700);
    }

    @media (max-width: 450px) {
        :: deep fluent-card[b-ax5p0imsae] {
        max-width: 100%;
        height: fit-content;
        padding: .5em;
    }
}
/* _content/P30.Chat/Components/BlogComponents/Eingabe.razor.rz.scp.css */
.buttonRow[b-thipio462o] {
   display: flex;
   justify-content: end;
   position: relative;
   z-index: 2;
}

[b-thipio462o] .tagLabel {
    display: inline-flex;
    justify-items: center;
    align-items: center;
    line-height: 32px !important;
}

[b-thipio462o] .save{
    margin-right: .5em;
    z-index: 101;
    }
/* _content/P30.Chat/Components/BlogComponents/EntryContent.razor.rz.scp.css */
[b-7wmkcrfhaa] .image {
    float: left;
    width: fit-content;
}

[b-7wmkcrfhaa] .username {
    font-weight: bold;
    color: black;
    cursor: pointer;
    margin-right: .5em;
    width: fit-content;
}

[b-7wmkcrfhaa] .timestamp {
    font-weight: 100;
    color: lightslategray;
    margin-left: .5em;
}

[b-7wmkcrfhaa] .chatEntryHeader {
    margin-top: -3px;
    display: flex;
    flex-wrap: wrap;
    color: lightslategray;
}

[b-7wmkcrfhaa] .chatEntryHeader .item{
    display: flex;
    flex-wrap: wrap;
}

[b-7wmkcrfhaa] .chatEntryHeader svg {
    height: 20px;
}

[b-7wmkcrfhaa] .chatEntrycontent.spaceBottom {
    margin-bottom: 0px;
}

[b-7wmkcrfhaa] .chatEntryImages {
    margin-right: 80px;
    margin-top: 5px;
}

[b-7wmkcrfhaa] .buttonRow {
    display: flex;
    justify-content: end;
    margin-top: -5px;
}

    [b-7wmkcrfhaa] .buttonRow .bookmark {
        margin-right: .5em;
    }

[b-7wmkcrfhaa] .buttonRow fluent-button{
    height: 24px;
    max-width: 24px;
}

    [b-7wmkcrfhaa] .buttonRow fluent-button button {
        margin: 0;
        padding: 0;
    }

[b-7wmkcrfhaa] .likeContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1em;
    cursor: pointer;
}

    [b-7wmkcrfhaa] .likeContainer svg {
        fill: green !important;
    }
/* _content/P30.Chat/Components/BlogComponents/FAQ.razor.rz.scp.css */
.textContainer[b-7wwh6k5v5x] {
    width: 100%;
    padding: .5em;
}

.textContainer[b-7wwh6k5v5x]  p {
    margin: 0 !important;
}
/* _content/P30.Chat/Components/BlogComponents/Feed.razor.rz.scp.css */
.headlineContainer[b-omi97vb7yd] {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 35px;
    width: 100%;
    margin-bottom: 1em;
}

.name[b-omi97vb7yd] {
    color: cornflowerblue;
    font-weight: 600;
}

.date[b-omi97vb7yd] {
    color: gray;
}

span.headline[b-omi97vb7yd] {
    font-weight: bold;
    margin-bottom: 1em;
    display: block;
}

[b-omi97vb7yd] img {
    max-width: 100%;
    object-fit: contain;
}

.buttonRow[b-omi97vb7yd] {
    display: flex;
    justify-content: end;
    align-items: end;
    width: max-content;
}

[b-omi97vb7yd] .bookmark::part(control) {
    margin-left: .5em;
}

[b-omi97vb7yd] fluent-card {
    padding: .5em;
    margin-bottom: .5em;
}

.editEntry[b-omi97vb7yd] {
    padding-top: .5em;
    padding-bottom: 1em;
}

div.headline[b-omi97vb7yd] {
    display: flex;
}

    div.headline div[b-omi97vb7yd] {
        margin-right: .5em;
    }

[b-omi97vb7yd] .inputHeadline {
    width: 100%;
    margin-bottom: .5em;
}

.contentContainer[b-omi97vb7yd] {
    width: 100%;
}

    .contentContainer[b-omi97vb7yd]  p {
        margin: 0;
    }

    .contentContainer[b-omi97vb7yd]  img {
        max-width: 80%;
        max-height: 400px;
    }

    .buttonRowFeed[b-omi97vb7yd] {
        display: flex;
        margin-top: .5em;
        justify-content: center;
    }

.divider[b-omi97vb7yd]  svg {
    fill: #000 !important;
}

.divider:hover[b-omi97vb7yd]  svg {
    fill: rgb(3, 106, 196) !important;
}

.buttonRowFeed .buttons[b-omi97vb7yd] {
    display: flex;
    justify-content: end;
    width: 45%;
}


.buttonRowFeed .settings[b-omi97vb7yd] {
    display: flex;
    justify-content: start;
    min-width: 280px;
    width: 45%;
}

.buttonRowFeed .divider[b-omi97vb7yd] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.buttons[b-omi97vb7yd]  .stealth, .settings[b-omi97vb7yd]  .toggle {
    margin-right: .5em;
}
/* _content/P30.Chat/Components/BlogComponents/Formationsrechner.razor.rz.scp.css */
.grid-container[b-r1kkke9m1f] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-areas:
        "header header header"
        "box1 box1 box1"
        "box2 box3 box3";
}

.box[b-r1kkke9m1f] {
    padding: .5em;
    background-color: var(--bs-gray-300);
    text-align: center;
}

.box img[b-r1kkke9m1f] {
    max-width: 100%;
}

.header[b-r1kkke9m1f] {
    grid-area: header;
}

.box1[b-r1kkke9m1f] {
    grid-area: box1;
}

.box2[b-r1kkke9m1f] {
    grid-area: box2;
}

.box3[b-r1kkke9m1f] {
    grid-area: box3;
}

.textContainer[b-r1kkke9m1f] {
    display: flex;
    margin-bottom: .5em;
}

    .textContainer[b-r1kkke9m1f]  .fluent-input-label {
        margin-right: 1em;
    }

[b-r1kkke9m1f] table, [b-r1kkke9m1f] tr, [b-r1kkke9m1f] td {
    width: auto;
    padding-bottom: .5em;
    vertical-align: middle;
}
    /* Responsive Layout für schmale Bildschirme */
    @media (max-width: 768px) {
        .grid-container[b-r1kkke9m1f] {
            grid-template-columns: 1fr 1fr;
            grid-template-areas:
                "header header"
                "box1 box1"
                "box2 box3";
            margin-top: .5em;
        }
}


input[type=text][b-r1kkke9m1f] {
    width: 100%;
    height: 32px;
    text-align: end;
}
/* _content/P30.Chat/Components/BlogComponents/Gewinnspiel.razor.rz.scp.css */
[b-denqpkt3f3] td {
    height: 43px !important;
    display: flex;
    align-items: center;
}

    [b-denqpkt3f3] td.col-justify-end {
        justify-content: end;
    }

        [b-denqpkt3f3] td.col-justify-end .neutral {
            margin-left: .5em;
        }

        .eingabe[b-denqpkt3f3] {
            padding-bottom: 1em;
        }

        .eingabe p[b-denqpkt3f3] {
            width: 100%;
            display: block;
            margin-bottom: 0;
        }

        .eingabe[b-denqpkt3f3]  .neutral {
            margin-left: .5em;
        }
/* _content/P30.Chat/Components/BlogComponents/MoneyManagement.razor.rz.scp.css */
.moneymanagement[b-z0jo0mykn3] {
    overflow: auto !important;
}

    .moneymanagement h6[b-z0jo0mykn3] {
        margin-right: -.5em;
    }

[b-z0jo0mykn3] .notActive::part(control) {
   background: #c3c3c3;
   color: black;
    margin-right: .5em;
}

[b-z0jo0mykn3] .active::part(control) {
    background: var(--accent-fill-rest);
    color: #fff;
}

.responsive-grid[b-z0jo0mykn3] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: .5em;
    background-color: var(--bs-gray-200);
    padding-top: 1em;
}

@media (max-width: 900px) {
    .responsive-grid[b-z0jo0mykn3] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .responsive-grid[b-z0jo0mykn3] {
        grid-template-columns: 1fr;
    }
}

.buttonCell[b-z0jo0mykn3] {
    display: flex;
    align-items: end;
    justify-content: end;
}

.spanResult[b-z0jo0mykn3] {
    margin: .25em .5em;
    display: block;
}
/* _content/P30.Chat/Components/BlogComponents/Sentiments.razor.rz.scp.css */
.sentimentsContainer[b-epht98hhey] {
    width: 100%;
    padding-right: .5em;
}

.sentimentsContainer h6[b-epht98hhey] {
    margin-bottom: 1em;
}

[b-epht98hhey] .card {
    margin-bottom: .5em;
}

[b-epht98hhey] .card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

[b-epht98hhey] .card .copyright {
    font-size: .8em;
}
/* _content/P30.Chat/Components/BlogComponents/SetupKommentare.razor.rz.scp.css */
.eingabeContainer[b-x0e6e93j7u] {
    width: 100%;
    background-color: #f2f2f2;
    padding: .5em;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: auto;
}

.buttonContainer[b-x0e6e93j7u] {
    display: flex;
    justify-content: center;
}

.chatContainer[b-x0e6e93j7u] {
    overflow-y: auto;
    margin-top: .5em;
    flex-grow: 1;
    flex-shrink: 1;
    margin: .5em;
}

.chats[b-x0e6e93j7u] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chatEntry[b-x0e6e93j7u] {
    display: block;
    contain: content;
    height: auto;
    width: calc(100% - .5em);
    box-sizing: border-box;
    background: var(--fill-color);
    color: var(--neutral-foreground-rest);
    border: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-layer-rest);
    border-radius: calc(var(--layer-corner-radius)* 1px);
    box-shadow: var(--elevation-shadow-card-rest);
    padding: .5em;
    margin-bottom: .5em;
}

[b-x0e6e93j7u] .image {
    float: left;
    width: fit-content;
}

[b-x0e6e93j7u] .username {
    font-weight: bold;
    cursor: pointer;
    margin-right: .25em;
}

[b-x0e6e93j7u] .timestamp {
    font-weight: 100;
    color: lightslategray;
    font-size: .8em;
}

[b-x0e6e93j7u] .chatEntryHeader {
    margin-top: -3px;
}

[b-x0e6e93j7u] .chatEntrycontent {
    /*margin-bottom: .5em;*/
}

[b-x0e6e93j7u] .chatEntryImages {
    margin-right: 80px;
    margin-top: 5px;
}

[b-x0e6e93j7u] .buttonRow {
    display: flex;
    justify-content: end;
}

    [b-x0e6e93j7u] .buttonRow .bookmark {
        margin-right: .5em;
    }

[b-x0e6e93j7u] .likeContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
}

    [b-x0e6e93j7u] .likeContainer svg {
        fill: green !important;
    }
/* _content/P30.Chat/Components/BlogComponents/Setups.razor.rz.scp.css */
.headlineContainer[b-5z5zjxuan0] {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

/*.name {
    color: cornflowerblue;
    font-weight: 600;
}

.date {
    color: gray;
}*/

[b-5z5zjxuan0] .collapsible {
    min-width: 100px !important;
    width: auto !important;
}
/*
span.headline {
    font-weight: bold;
    margin-bottom: 1em;
    display: block;
    font-size: 1.2em;
}
*/
[b-5z5zjxuan0] img {
    max-width: 80%;
    max-height: 400px;
    object-fit: contain;
}

[b-5z5zjxuan0] .buttonRow {
    display: flex;
    justify-content: end;
    align-items: end;
    width: max-content;
}

    [b-5z5zjxuan0] .buttonRow .bookmark::part(control) {
        margin-left: .5em;
    }

    [b-5z5zjxuan0] fluent-card {
        padding: .5em;
        margin-bottom: .5em;
    }

.editEntry[b-5z5zjxuan0] {
    padding: .5em 0;
}

div.headline[b-5z5zjxuan0] {
    display: flex;
}

div.headline div[b-5z5zjxuan0] {
    margin-right: .5em;
}

[b-5z5zjxuan0] .inputHeadline {
    width: 100%;
}

[b-5z5zjxuan0] .contentContainer {
    width: 100%;
}

[b-5z5zjxuan0] .contentContainer p {
    margin: 0;
}

.buttonRowFeed[b-5z5zjxuan0] {
    display: flex;
    margin-top: .5em;
    justify-content: center;
}

    .divider[b-5z5zjxuan0]  svg {
        fill: #000 !important;
    }

.divider:hover[b-5z5zjxuan0]  svg {
    fill: rgb(3, 106, 196) !important;
}

.buttonRowFeed .buttons[b-5z5zjxuan0] {
    display: flex;
    justify-content: end;
    width: 45%;
}


.buttonRowFeed .settings[b-5z5zjxuan0] {
    display: flex;
    justify-content: start;
    min-width: 280px;
    width: 45%;
}

.buttonRowFeed .divider[b-5z5zjxuan0] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

[b-5z5zjxuan0] .badgeContainer {
    margin: 0 0 0 auto;
    min-width: 100px;
    text-align: end;
}

.buttons[b-5z5zjxuan0]  .stealth, .settings[b-5z5zjxuan0]  .toggle {
    margin-right: .5em;
}

[b-5z5zjxuan0] .accordionElement {
    margin-top: .5em;
}

[b-5z5zjxuan0] .accordionEntries::part(button) {
    padding: 0.5em !important;
    margin: 0 !important;
}

[b-5z5zjxuan0] .filterContainer {
    display: flex;
    margin-top: .5em;
}

[b-5z5zjxuan0] .filterContainer div {
    width: max-content;
    margin-right: .5em;
}

.setupsContainer[b-5z5zjxuan0] {
    height: 100%;
    overflow: auto;
}
/* _content/P30.Chat/Components/BlogComponents/SucheComponent.razor.rz.scp.css */
.searchContainer[b-wkzmp70wcn] {
    width: 100%;
    height: 100%;
    padding: .5em;
}

.searchResultContainer[b-wkzmp70wcn] {
    display: flex;
    gap: 1em;
    margin-top: 1em;
}

.searchTermsContainer[b-wkzmp70wcn] {
    padding: .5em;
    width: 100%;
    background: #f2f2f2;
    padding-bottom: .5em;
}

    .searchTermsContainer > div[b-wkzmp70wcn] {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .searchTermsContainer span[b-wkzmp70wcn] {
        font-size: 0.9em;
        font-style: italic;
        font-weight: lighter;
    }

        .searchResultContainer[b-wkzmp70wcn] {
    height: calc(100% - 32px);
    max-width: 1440px;
    display: flex;
}

.searchResult[b-wkzmp70wcn] {
    width: 80%;
    height: 100%;
    overflow-y: auto;
    padding-right: .5em;
}

.facets[b-wkzmp70wcn] {
    width: 20%;
}

a[b-wkzmp70wcn], a:not([href]):not([class])[b-wkzmp70wcn] {
    color: var(--accent-fill-rest);
    cursor: pointer;
}

    a:hover[b-wkzmp70wcn], a:not([href]):not([class]):hover[b-wkzmp70wcn] {
        color: var(--accent-foreground-hover);
        text-decoration: underline;
    }


[b-wkzmp70wcn] .fluent-input-label, [b-wkzmp70wcn] fluent-text-field, [b-wkzmp70wcn] fluent-button {
    margin: 0;
    margin-right: .5em;
}

[b-wkzmp70wcn] fluent-card {
    height: auto;
    margin-bottom: 1em;
    padding: .5em;
}

    [b-wkzmp70wcn] fluent-card h6 {
        /*background-color: #f2f2f2;*/
    }

[b-wkzmp70wcn] .headInfo {
    display: flex;
    background-color: var(--neutral-fill-secondary-rest);
    align-items: center;
    flex-wrap: wrap;
    padding: .5em;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: -.5em;
}

    [b-wkzmp70wcn] .headInfo .smaller {
        font-size: 0.9em;
        font-style: italic;
        font-weight: lighter;
    }

[b-wkzmp70wcn] .left {
    min-width: 250px;
}

[b-wkzmp70wcn] .right {
    margin-left: 1em;
}

.noResult[b-wkzmp70wcn] {
    padding: 2em .5em 0 .5em;
}
/* _content/P30.Chat/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7nn5noksdn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7nn5noksdn] {
    flex: 1;
}

.mainContainer[b-7nn5noksdn] {
    height: 100%;
}

[b-7nn5noksdn] .header .headerContainer {
    font-family: 'Open Sans' !important;
    font-weight: normal !important;
}

[b-7nn5noksdn] .header .support-stoerer {
    position: relative;
    right: auto !important;
    bottom auto !important;
    left: 1em; 
    top: 0px;
    color: #000 !important;
}

[b-7nn5noksdn] .ql-editor {
    color: #000 !important;
    font-family: 'OpenSans', sans-serif;
    font-weight: normal;
}

[b-7nn5noksdn] #mobileMenuButton {
    margin-left: .5em;
}

[b-7nn5noksdn] .fluent-popover-content {
    padding: .5em;
    color: black;
    line-height: normal;
}

[b-7nn5noksdn] .searchPopover div[part="footer"] {
    display: flex;
    justify-content: end;
    margin: 0;
}

[b-7nn5noksdn] .searchPopover span {
    font-size: .7em;
    font-weight: lighter;
    font-style: italic;
}

.sidebar[b-7nn5noksdn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.footer a[b-7nn5noksdn] {
    margin: 0 .5em;
    align-items: center;
    color: black;
    text-decoration: none;
}

.footer a:hover[b-7nn5noksdn] {
    text-decoration: underline;
}

.top-row[b-7nn5noksdn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7nn5noksdn]  a, .top-row[b-7nn5noksdn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7nn5noksdn]  a:hover, .top-row[b-7nn5noksdn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7nn5noksdn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7nn5noksdn] {
        justify-content: space-between;
    }

    .top-row[b-7nn5noksdn]  a, .top-row[b-7nn5noksdn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7nn5noksdn] {
        flex-direction: row;
    }

    .sidebar[b-7nn5noksdn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7nn5noksdn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7nn5noksdn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7nn5noksdn], article[b-7nn5noksdn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7nn5noksdn] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-7nn5noksdn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/P30.Chat/Components/Pages/Account/Messages.razor.rz.scp.css */
.threadsContainer[b-vd6nsfxyoi], .eingabeUndMessages[b-vd6nsfxyoi] {
    height: 100%;
}

.threads[b-vd6nsfxyoi], .messages[b-vd6nsfxyoi] {
    max-height: calc(100% - 135px);
    overflow-y: auto;
    padding-top: .5em;
}

.threadsContainer[b-vd6nsfxyoi] {
    width: 500px;

}

    .threadsContainer[b-vd6nsfxyoi]  fluent-card {
       cursor: pointer;
    }
        .threadsContainer[b-vd6nsfxyoi]  fluent-card.new {
            background-color: #fff9f0;
        }
h4[b-vd6nsfxyoi] {
    margin: 0;
    padding:0;
}

h5[b-vd6nsfxyoi] {
    background: #f2f2f2;
    margin: 0;
    padding: .5em;
}

.messageHistoryHeader[b-vd6nsfxyoi] {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f2f2f2;
    padding: .5em;
}

    .messageHistoryHeader h5[b-vd6nsfxyoi] {
        background: initial;
        margin: 0;
        padding: 0;
    }

    .messageHistoryHeader[b-vd6nsfxyoi]  fluent-button {
        margin-left: auto;
        margin-right: 0;
        display: none !important;
    }

    .messageHistoryHeader[b-vd6nsfxyoi]  fluent-button.show {
        display: inherit !important;
    }

    .eingabeUndMessages[b-vd6nsfxyoi] {
        flex-grow: 1;
        max-width: 800px;
    }

.messagesContainer[b-vd6nsfxyoi] {
    height: 100%;
    overflow-y: auto;
}

[b-vd6nsfxyoi] fluent-card {
    display: flex;
    padding: .5em;
    max-width: 500px;
    margin-bottom: .5em;
}

.eingabeUndMessages[b-vd6nsfxyoi]  fluent-card {
    width: fit-content;
    max-width: calc(100% - 2em);
    display: block;
}

[b-vd6nsfxyoi] .info {
    font-style: italic;
    margin-bottom: .5em;
    display: block;
}

[b-vd6nsfxyoi] .pull-left {
    margin-right: auto;
    text-align: left;
}

[b-vd6nsfxyoi] .pull-right {
    margin-left: auto;
    text-align: right;
}

[b-vd6nsfxyoi] .bottonRow {
    width: 100%;
    display: flex;
    margin-top: 1em;
    justify-content: end;
}

[b-vd6nsfxyoi] .fluent-persona {
}

[b-vd6nsfxyoi] .fluent-persona.second {
    margin-left: -25px;
}

[b-vd6nsfxyoi] .fluent-persona .name {
    display:none;
}

.headline[b-vd6nsfxyoi] {
    width: 100%;
}

.newConversation[b-vd6nsfxyoi] {
    width: 100%;
    display: flex;
    align-items: end;
    padding-bottom: .5em;
}

    .newConversation[b-vd6nsfxyoi]  fluent-button {
        margin-left: .5em;
    }

.header[b-vd6nsfxyoi] {
    min-width: 100px;
}

    .header[b-vd6nsfxyoi], .teaser[b-vd6nsfxyoi] {
        margin-left: 1em;
    }

[b-vd6nsfxyoi] .messageCard img {
    max-width: 80%;
}
/* _content/P30.Chat/Components/Pages/Account/PaymentSelect.razor.rz.scp.css */
[b-13w5y4xzaf] fluent-card {
    padding: 1em;
    /* margin: .5em; */
    cursor: pointer;
    width: 50%;
}

.blogContainer[b-13w5y4xzaf] {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    max-width: 900px;
}

h5[b-13w5y4xzaf] {
    font-weight: 700;
}

.grid-container[b-13w5y4xzaf] {
    max-width: 700px;
}

.premium .grid-container[b-13w5y4xzaf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.newsletter .grid-container[b-13w5y4xzaf] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.item[b-13w5y4xzaf] {
    padding: 1rem;
    text-align: center;
}

.item:not(.one-span)[b-13w5y4xzaf] {
    display: flex;
    justify-content: center;
}

.one-span[b-13w5y4xzaf] {
    grid-column: span 3;
    margin-bottom: .5em;
}

a[b-13w5y4xzaf], a:hover[b-13w5y4xzaf], a:link[b-13w5y4xzaf], a:visited[b-13w5y4xzaf] {
    text-decoration: none;
    cursor: pointer;
}


.premium[b-13w5y4xzaf], .newsletter[b-13w5y4xzaf] {
    max-width: 760px;
}
/* _content/P30.Chat/Components/Pages/Account/Profile.razor.rz.scp.css */
.profileContainer[b-gy6up8yws5] {
    padding: .5em;
    display: flex;
    gap: 1em;
    width: fit-content;
    align-items: start;
    flex-wrap: wrap;
}

[b-gy6up8yws5] fluent-card {
    width: fit-content;
    margin: initial !important;
    min-width: 200px;
    max-width: 100%;
    min-height: 500px;
/*    max-width: 800px;
    max-height: 500px;*/
}

.buttonRow[b-gy6up8yws5] {
    margin-top: .5em;
    display: flex;
    justify-content: end;
}

[b-gy6up8yws5] fluent-text-field {
    margin-bottom: .5em;
}

@media screen and (max-width: 430px) {
    [b-gy6up8yws5] fluent-card {
        width: 100%;
        /*    max-width: 800px;
    max-height: 500px;*/
    }
}
/* _content/P30.Chat/Components/Pages/Administration/AdminMemberships.razor.rz.scp.css */
td.Active[b-mt2nj11ifc] {
    color: darkgreen !important;
}
td.Cancelled[b-mt2nj11ifc] {
    color: darkred !important;
}
td.Pending[b-mt2nj11ifc] {
    color: darkorange !important;
}
/* _content/P30.Chat/Components/Pages/Administration/Dashboard.razor.rz.scp.css */
div.pageContent[b-d8hneaa595] {
    display: flex;
    gap: 1em;
}

div.dashboardContainer[b-d8hneaa595] {
    display: flex;
    gap: 1em;
    margin-bottom: 1em;
}

[b-d8hneaa595] fluent-card {
    width: fit-content;
    min-width: 295px;
    padding: .5em;
}

[b-d8hneaa595] fluent-card h5 {
    font-size: 1.5em;
    background-color: lightgray;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: .2em;
}

div.statContainer[b-d8hneaa595] {
    margin-bottom: .5em;
    display: flex;
}

div.statContainer span[b-d8hneaa595] {
    line-height: 24px;
}

span.headline[b-d8hneaa595] {
    display: inline-block;
    width: 150px;
    text-align: left;
    font-size: 1.3em;
    font-weight: bold;
}

    span.headline.premium[b-d8hneaa595] {
        color: #1f6a8e;
    }

    span.headline.newsletter[b-d8hneaa595] {
        color: #1f8e28;
    }

span.textContainer[b-d8hneaa595] {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
}

span.text[b-d8hneaa595] {
    min-width: 100px;
    display: inline-block;
    text-align: right;
}
/* _content/P30.Chat/Components/Pages/Administration/StaticPageEditor.razor.rz.scp.css */
.eingabeContainer[b-2slxqxth6c] {
    padding: .5em;
    margin-bottom: 1em;
    background: #f2f2f2;
}

.gridContainer[b-2slxqxth6c] {
    padding: .5em;
}

[b-2slxqxth6c] td {
    height: 43px !important;
    display: flex;
    align-items: center;
}

    [b-2slxqxth6c] td.col-justify-end {
        justify-content: end;
    }

        [b-2slxqxth6c] td.col-justify-end .neutral {
            margin-left: .5em;
        }

    .feedSelect[b-2slxqxth6c] {
        width: 100%;
        display: flex;
        justify-content: end;
        background-color: var(--neutral-fill-stealth-rest);
        padding-bottom: .5em;
    }

    .feedSelect .dateSelect[b-2slxqxth6c], .feedSelect .toggleLesestream[b-2slxqxth6c] {
        display: flex;
        align-items: center;
        margin-left: 1.5em;
    }
    .feedSelect .dateSelect[b-2slxqxth6c]  .fluent-datepicker::part(root){
        margin-left: 5px;
    }

.formWrapper[b-2slxqxth6c] {

}

.newEntry[b-2slxqxth6c] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.preferences[b-2slxqxth6c] {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 36px;
    min-width: 195px;
}

.headline[b-2slxqxth6c] {
    width: 80%;
}

    [b-2slxqxth6c] .inputHeadline {
        width: 100%;
    }

    .buttonRow[b-2slxqxth6c] {
        display: flex;
        justify-content: end;
        margin-top: .5em;
    }

    .buttonRow[b-2slxqxth6c]  .stealth, [b-2slxqxth6c] .buttonRow .accent {
        margin-left: .5em;
    }

.page-buttons[b-2slxqxth6c] {
    margin-top: .5em;
    display: flex;
    align-items: center;
}

    .page-buttons[b-2slxqxth6c]  .button::part(control) {
        margin-left: .5em;
    }
/* _content/P30.Chat/Components/Pages/Blog.razor.rz.scp.css */
#tradingview_chart_container[b-zv3j5negsi] {
    height: 100%;
    width: 100%;
    padding: 1em;
    overflow: hidden;
    position: relative;
    z-index: 100;
    outline: none !important;
    user-select: none;
}

#chart-overlay[b-zv3j5negsi] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 10;
}

.blogContainer[b-zv3j5negsi] {
    height: calc(100% - 54px);
    overflow-y: auto;
}

.notMobile[b-zv3j5negsi] {
    height: 100%;
}

    .feedMenu[b-zv3j5negsi]  .neutral.active::part(control) {
        background: padding-box linear-gradient(var(--neutral-fill-hover), var(--neutral-fill-hover)), border-box var(--neutral-stroke-control-hover);
    }

.subNavContainer[b-zv3j5negsi] {
    background-color: #f2f2f2;
    display: flex;
}

[b-zv3j5negsi] .panelContainer {
    height: 100%;
    overflow: hidden;
}

[b-zv3j5negsi] .panelContainer:not(.right) {
    padding-left: .5em;
}

    [b-zv3j5negsi] .panelContainer:not(.right) h6 {
        margin-left: -.5em;
    }

    [b-zv3j5negsi] .panelContainer.Feed {
        overflow: auto !important;
        padding-right: .5em;
    }

    [b-zv3j5negsi] .panelContainer.right {
        overflow-y: auto;
        padding-right: 0;
    }

    [b-zv3j5negsi] .panelContainer.MoneyManagement {
        overflow: auto !important;
        padding-right: .5em;
    }
/*
    ::deep .panelContainer.Tipgame {
        padding-left: .5em;
    }*/
/* _content/P30.Chat/Components/Pages/Home.razor.rz.scp.css */
.homeContainer[b-ouk12ojblq] {
    padding: .5em;
}

.textContainer[b-ouk12ojblq] {
    display: flex;
}

[b-ouk12ojblq] .text, [b-ouk12ojblq] .imgContainer {
    width: 50%;
}

.text[b-ouk12ojblq] {
    width: 50%;
    padding-right: .5em;
}

[b-ouk12ojblq] img {
    width: 100%;
}

@media (max-width: 768px) {
    .homeContainer[b-ouk12ojblq] {
        max-width: 100%;
    }

    .textContainer[b-ouk12ojblq] {
        display: block;
    }

    [b-ouk12ojblq] .text, [b-ouk12ojblq] .imgContainer {
        width: 100%;
    }
}
/* _content/P30.Chat/Components/Pages/Kontakt.razor.rz.scp.css */
[b-g7e81a8tbt] .contactCard fluent-text-field, [b-g7e81a8tbt] .contactCard fluent-text-area {
    width: 250px;
    margin-bottom: .5em;
}
/* _content/P30.Chat/Components/Pages/Newsletter.razor.rz.scp.css */
h5[b-6p8sfoj948] {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}

.datePickerContainer[b-6p8sfoj948] {
    margin-top: 10px;
    padding-left: 1em;
}

/* Accordion */
.accordion[b-6p8sfoj948] {
    max-width: 1024px;
    margin-bottom: .5em;
}

.accordion-body[b-6p8sfoj948]  img {
    max-width: 80% !important;
}

.accordion p[b-6p8sfoj948] {
    margin: 0;
}

.accordion-item.expanded .accordion-header[b-6p8sfoj948] {
    background: #c8d8e4;
}

.accordion-item.expanded .accordion-body[b-6p8sfoj948] {
    display: block;
}

.accordion-item[b-6p8sfoj948] {
    margin-bottom: .5em !important;
}

    .accordion-item .accordion-header[b-6p8sfoj948] {
        background-color: var(--neutral-fill-secondary-rest);
        width: 100%;
        border: solid 1px #000;
        text-align: start;
        padding: .5em !important;
    }

    .accordion-item .accordion-body[b-6p8sfoj948] {
        display: none;
    }

.accordion-body .buttonRow[b-6p8sfoj948] {
    text-align: right;
    width: 100%;
}

.accordion-body[b-6p8sfoj948]  p {
    margin: 0 !important;
    padding: 0 !important;
}

.accordion-body .print[b-6p8sfoj948] {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: .5em;
    padding: 0;
    margin-top: -1em;
}

    .accordion-body .buttonRow p[b-6p8sfoj948] {
        cursor: pointer;
    }

.accordion-item button[b-6p8sfoj948] {
    margin: 0;
}

.accordion-item .accordion-header .headline[b-6p8sfoj948] {
    font-weight: bold;
}

.accordion-item .accordion-header .subline[b-6p8sfoj948] {
    font-weight: normal;
    font-style: italic;
}

.pagination[b-6p8sfoj948] {
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 1024px;
}

    .pagination button[b-6p8sfoj948], .pagination span[b-6p8sfoj948] {
        padding: .5em !important;
        margin-right: 1em;
        font-size: unset;
        line-height: unset;
    }
/* _content/P30.Chat/Components/Pages/StaticContentPage.razor.rz.scp.css */
.homeContainer[b-4v8jbdcevf] {
    padding: .5em;
    padding-bottom: 2em;
}

[b-4v8jbdcevf] .text, [b-4v8jbdcevf] .imgContainer {
    width: 50%;
}

.text[b-4v8jbdcevf] {
    width: 50%;
    padding-right: .5em;
}

.textContainer[b-4v8jbdcevf] {
    max-width: 1000px;
}

[b-4v8jbdcevf] .textContainer p {
    margin: 0 !important;
}

[b-4v8jbdcevf] img {
    width: 100%;
}

@media (max-width: 768px) {
    .homeContainer[b-4v8jbdcevf] {
        max-width: 100%;
    }

    .textContainer[b-4v8jbdcevf] {
        display: block;
    }

    [b-4v8jbdcevf] .text, [b-4v8jbdcevf] .imgContainer {
        width: 100%;
    }
}
/* _content/P30.Chat/Components/Shared/CustomFileUpload.razor.rz.scp.css */
.upload-container[b-nl5a5wccuw] {
    margin-top: -37px;
}

[b-nl5a5wccuw] #fileInput {
    height: 40px;
    padding-top: 5px;

}

span.delete[b-nl5a5wccuw] {
    display: flex;
    justify-items: start;
}

a.delete[b-nl5a5wccuw] {
    position: relative;
    right: 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    z-index: 110;
    cursor: pointer;
}

#dropZone[b-nl5a5wccuw] {
    width: 50%;
    height: 32px;
    border: 2px dashed #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: -31px;
    position: relative;
    z-index: 2;
}

    [b-nl5a5wccuw] .file-dropzone:hover {
        background-color: #f9f9f9;
    }

[b-nl5a5wccuw] .upload-label {
    display: inline-block;
    cursor: pointer;
}

[b-nl5a5wccuw] .hidden-input {
    display: none;
}
/* _content/P30.Chat/Components/Shared/FeedbackSupport.razor.rz.scp.css */
.support-stoerer[b-rt76cnrl8p] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: orange;
    color: white;
    padding: .5em;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

    .support-stoerer i[b-rt76cnrl8p] {
        font-family: "FabricMDL2Icons";
        font-style: normal;
        margin-right: 8px;
        font-size: 20px;
    }
/* _content/P30.Chat/Components/Shared/RRTrackWidget.razor.rz.scp.css */
.widgetContainer[b-va5dq21pe4] {
    display: flex;
    position: relative;
    padding: .5em 2.5em .5em .5em;
}

[b-va5dq21pe4] .rrtrack {
    display: flex;
}

.widgetControls[b-va5dq21pe4] {
    position: absolute;
    right: .5em;
    top: 0;
}

    .widgetControls button[b-va5dq21pe4] {
        padding: 0;
        line-height: 10px;
        border: none;
        background: #fff;
    }

    .widgetControls button[b-va5dq21pe4]  svg {    
        /*width: 15px !important;*/
    }

.signal[b-va5dq21pe4] {
    margin: 0 .5em 0 0;
}

    .signal[b-va5dq21pe4]  span:not(.close) {
        display: flex;
        gap: .5em;
        align-items: center;
        cursor: pointer;
    }
    .signal[b-va5dq21pe4]  span.close {
        margin-left: 1em;
        cursor: pointer;
        display: flex;
    }
/* _content/P30.Chat/Components/Shared/Toolbar.razor.rz.scp.css */
#toolbar[b-0d1b34tdrp] {
    display: flex;
}

    #toolbar a.newEntries[b-0d1b34tdrp] {
        background: padding-box linear-gradient(#ade4ff,#ade4ff),border-box var(--accent-stroke-control-hover);
    }

    #toolbar a.active[b-0d1b34tdrp] {
        /*background: var(--neutral-stroke-active);*/
        /*background: #c8d8e4;*/
        background: var(--presence-away);
        color: #000;
    }

    #toolbar a[b-0d1b34tdrp]  svg {
        width: 20px !important;
        fill: #52ab98;
        margin-left: auto;
    }

    #toolbar a:hover[b-0d1b34tdrp]  svg {
        fill: #000 !important;
    }

    #toolbar a[b-0d1b34tdrp] {
        display: flex;
        background-color: #c3c3c3;
        color: black;
        border: none;
        padding: .5em;
        margin-right: .5em;
        border-radius: 5px;
        cursor: pointer
    }

        #toolbar a:hover[b-0d1b34tdrp] {
            background: var(--presence-away);
            color: white;
        }

    #toolbar .icon[b-0d1b34tdrp] {
        display: flex;
        justify-content: end;
    }

        #toolbar .icon[b-0d1b34tdrp]  svg {
            fill: var(--accent-fill-rest);
            width: 24px !important;
            height: 24px !important;
        }

.dashicons[b-0d1b34tdrp] {
    font-size: 23px;
    width: 23px;
    height: 23px;
}
