.inplayquotes_popup {
            background: var(--bg-color);
            width: 100%;
            margin: auto auto;
            border: 1px solid var(--akzent-color3);
            padding: 1px;
        }

        .inplayquotes_popup-headline {
            background: var(--bg-color);
            color: var/´(--font-color);
            border-bottom: 1px solid var(--akzent-color3);
            padding: 8px;
        }

        .inplayquotes_popup-quoteInfo {
            background: var(--akzent-color2);
            border: none;
            padding: 5px 0;
        }

        .inplayquotes_popup-textarea {
            background: var(--bg-color);
            border: 1px solid none;
            text-align: center;
            padding: 5px 0;
        }

        .inplayquotes_popup-button {
            border-top: 1px solid var(--akzent-color3);
            padding: 6px;
            background: transparent;
            color: var(--font-color);
            border-bottom: 0;
            text-align: center;
        }

        #inplayquotes_overview {
            box-sizing: border-box;
            background: var(--bg-color);
            padding: 1px;
        }

        .inplayquotes-headline {
            height: 35px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
            background: var(--bg-color);
            color: var(--font-color);
        }

        .inplayquotes-filter {
            background: var(--bg-color2);
        }

        .inplayquotes-filter-headline {
            background: var(--bg-color);
            color: var(--font-color);
            padding: 6px;
            font-size: 12px;
        }

        .inplayquotes-filteroptions {
            display: flex;
            justify-content: space-around;
            width: 90%;
            margin: 10px auto;
            gap: 5px;
        }

        .inplayquotes_overview_filter_bit {
            width: 100%;
            text-align: center;
        }

        .inplayquotes-filter-bit-headline {
            padding: 6px;
            background: var(--bg-color);
            color: var(--font-color);
        }

        .inplayquotes-filter-bit-dropbox {
            margin: 5px;
        }

        .inplayquotes-body {
            background: var(--bg-color);
            padding: 20px 40px;
            text-align: justify;
            line-height: 180%;
        }

        .inplayquotes_overview_bit {
            width: 100%;
            display: flex;
            margin: 20px 0;
                        padding: 10px 10px 20px 10px;
                        border-bottom: 1px solid var(--akzent-color2);
            flex-wrap: nowrap;
            align-items: center;
                        text-align: right;
        }

        .inplayquotes_overview_bit:nth-child(even) {
            flex-direction: row-reverse;
                        text-align: left;
        }

.inplayquotes_overview_bit_avatar {
            width: 10%;
            text-align: center;
}

.inplayquotes_overview_bit_avatar img {
            border-radius: 100%;
            border: 0px solid #0071bd;
            width: 100px;
}

        .inplayquotes_overview_bit_container {
            width: 64%;
                        box-sizing: border-box;
padding: 20px;
        }

        .inplayquotes_overview_bit_quote {
            width: 95%;
            margin: auto;
            font-size: 12px;
                        font-style: italic;
                        letter-spacing: 1.5px;
            text-align: justify;
            margin-bottom: 10px;
        }

        .inplayquotes_overview_bit_footer {
                        width: 26%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

/* SELBER EINGEFÜGT */
.inplayquotes_overview_bit_reaction{
        text-align: left;
}

        .inplayquotes_overview_bit_reaction a:link,
        .inplayquotes_overview_bit_reaction a:active,
        .inplayquotes_overview_bit_reaction a:visited,
        .inplayquotes_overview_bit_reaction a:hover{
            background: var(--bg-color);
            border-radius: 0;
            color: var(--akzent-color3);
            font-size: 9px;
            text-transform: uppercase;
            padding: 7px 5px;
        }

        .inplayquotes_popup-quotepreview {
            background: var(--bg-color);
            border: 1px solid;
            border-color: var(--akzent-color3);
            padding: 5px 0;
        }

        .inplayquotes_popup-subline {
            background: var(--akzent-color2);
            color: var(--font-color);
            padding: 6px;
            font-size: 12px;
        }

        .inplayquotes_popup-reactions {
            background: var(--bg-color);
            border: 1px solid;
            border-color: var(--akzent-color3);
            text-align: center;
            padding: 5px 0;
        }

        .inplayquotes_popup-reactions img {
            width: 24px;
            height: 24px;
            padding: 5px;
            cursor: pointer;
        }

        .inplayquotes_overview_bit_reaction_bit {
            display: flex;
            gap: 5px;
        }

        .inplayquotes_overview_bit_reaction-reacted {
            margin-top: 5px;
        }

        .inplayquotes_overview_bit_reaction-reacted img {
            width: 16px;
            height: 16px;
        }

        .inplayquotes_overview_bit_reaction-reacted a:link,
        .inplayquotes_overview_bit_reaction-reacted a:active,
        .inplayquotes_overview_bit_reaction-reacted a:visited,
        .inplayquotes_overview_bit_reaction-reacted a:hover{
                background: none;
                color: var(--akzent-color2);
                font-size: 10px;
                text-transform: none;
                padding: 0;
        }

        .inplayquotes_overview_bit_reaction_images {
            background: var(--bg-color);
            border-radius: 0;
            color: var(--font-color);
            font-size: 9px;
            text-transform: uppercase;
            padding: 0 5px;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        .inplayquotes_overview_bit_reaction_images img {
            width: 16px;
            height: 16px;
        }

        .inplayquotes_overview_bit_reactions_delete a:link,
        .inplayquotes_overview_bit_reactions_delete a:active,
        .inplayquotes_overview_bit_reactions_delete a:visited,
        .inplayquotes_overview_bit_reactions_deletea:hover {
            background: none;
            border-radius: 0;
            color: var(--font-color);
            font-size: 9px;
            text-transform: uppercase;
            padding: 0;
        }

        .inplayquotes_overview_bit_user {
            line-height: 15px;
        }

        .inplayquotes_overview_bit_user b {
            text-transform: uppercase;
        }

        .inplayquotes_overview_bit_user span {
            font-style: italic;
            font-size: 11px;
        }

        .inplayquotes_index {
            background: var(--bg-color);
            width: 100%;
            margin: auto auto;
            border: none;
            padding: 1px;
        }

        .inplayquotes_index-headline {
            background: var(--bg-color);
            color: var(--akzent-color2);
            border-bottom: 1px solid var(--akzent-color3);
            padding: 8px;
                        text-transform: uppercase;
                        text-align: center;
        }

        .inplayquotes_index-allquotes {
            border-top: 1px solid var(--akzent-color3);
            padding: 6px;
            background: var(--bg-color);
            color: var(--akzent-color2);
            text-align: right;
        }

        .inplayquotes_index_bit {
            background: var(--bg-color);
            border: none;
            padding: 5px 10px;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
        }

.inplayquotes_index_bit_container::-webkit-scrollbar {
width:6px;
}

.inplayquotes_index_bit_container::-webkit-scrollbar-track-piece {
background-color:#93946C;
}

.inplayquotes_index_bit_container::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#343528;
}

        .inplayquotes_index_bit_avatar {
            width: 60px;
                        height: 60px;
                                    border-radius: 100%;
            border: 2px solid var(--akzent-color2);
                        overflow: hidden;
            text-align: center;
        }

        .inplayquotes_index_bit_avatar img {
            width: 60px;
        }

        .inplayquotes_index_bit_container {
            width: 90%;
                        height: 120px;
                        overflow: auto;
                        padding: 10px;
                        box-sizing: border-box;
        }

        .inplayquotes_index_bit_quote {
            width: 95%;
            margin: auto;
            font-size: 12px;
            text-align: justify;
            margin: 10px;
        }

        .inplayquotes_index_bit_footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .inplayquotes_index_bit_user {
                        width: 100%;
            text-align: right;
            line-height: 15px;
        }

        .inplayquotes_index_bit_user b {
            text-transform: uppercase;
        }

        .inplayquotes_index_bit_user span {
            font-style: italic;
            font-size: 11px;
        }

        .inplayquotes_memberprofile {
            background: var(--bg-color);
            margin: auto auto;
            border: 1px solid var(--akzent-color3);
            padding: 1px;
        }

        .inplayquotes_memberprofile-headline {
            background: var(--bg-color);
            color: var(--font-color);
            border-bottom: 1px solid var(--akzent-color3);
            padding: 8px;
        }

        .inplayquotes_memberprofile-allquotes {
            border-top: 1px solid var(--akzent-color3);
            padding: 6px;
            background: var(--bg-color);
            color: var(--akzent-color3);
            text-align: right;
        }
        .inplayquotes_memberprofile_bit {
            background: var(--bg-color);
            border: none;
            padding: 5px 10px;
        }

.inplayquotes_memberprofile_bit::-webkit-scrollbar {
width:6px;
}

.inplayquotes_memberprofile_bit::-webkit-scrollbar-track-piece {
background-color:#93946C;
}

.inplayquotes_memberprofile_bit::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#343528;
}

        .inplayquotes_memberprofile_bit_quote {
            width: 95%;
            margin: auto;
            font-size: 15px;
            text-align: justify;
            margin-bottom: 10px;
font-family: Saltwater;
        }

.inplayquotes_memberprofile_bit_quote::-webkit-scrollbar {
width:6px;
}

.inplayquotes_memberprofile_bit_quote::-webkit-scrollbar-track-piece {
background-color:#93946C;
}

.inplayquotes_memberprofile_bit_quote::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#343528;
}

        .inplayquotes_memberprofile_bit_footer {
            text-align: right;
            line-height: 15px;
        }

        .inplayquotes_memberprofile_bit_footer span {
            text-transform: uppercase;
            font-style: italic;
            font-size: 11px;
        }

		