@import '_content/Barschel.UI/Barschel.UI.587nfoh3k9.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0cb0dmhrqc],
.components-reconnect-repeated-attempt-visible[b-0cb0dmhrqc],
.components-reconnect-failed-visible[b-0cb0dmhrqc],
.components-pause-visible[b-0cb0dmhrqc],
.components-resume-failed-visible[b-0cb0dmhrqc],
.components-rejoining-animation[b-0cb0dmhrqc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0cb0dmhrqc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0cb0dmhrqc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0cb0dmhrqc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0cb0dmhrqc],
#components-reconnect-modal.components-reconnect-retrying[b-0cb0dmhrqc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0cb0dmhrqc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0cb0dmhrqc],
#components-reconnect-modal.components-reconnect-failed[b-0cb0dmhrqc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0cb0dmhrqc] {
    display: block;
}


#components-reconnect-modal[b-0cb0dmhrqc] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-0cb0dmhrqc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0cb0dmhrqc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0cb0dmhrqc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0cb0dmhrqc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0cb0dmhrqc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0cb0dmhrqc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0cb0dmhrqc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0cb0dmhrqc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0cb0dmhrqc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0cb0dmhrqc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0cb0dmhrqc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0cb0dmhrqc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0cb0dmhrqc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0cb0dmhrqc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0cb0dmhrqc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0cb0dmhrqc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0cb0dmhrqc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0cb0dmhrqc {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/News.razor.rz.scp.css */
.news-list-section[b-zhp9e9ewer] {
    overflow: hidden;
}

.news-table th[b-zhp9e9ewer] {
    color: #5f6368;
    font-size: 0.78rem;
    font-weight: 650;
    white-space: nowrap;
}

.news-table td[b-zhp9e9ewer] {
    color: #303238;
    font-size: 0.9rem;
}

.news-list-title[b-zhp9e9ewer] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 260px;
}

.news-list-title img[b-zhp9e9ewer] {
    width: 52px;
    height: 40px;
    flex: 0 0 52px;
    border: 1px solid #e1e3e7;
    border-radius: 6px;
    background: #f8f9fb;
    object-fit: cover;
}

.news-list-title strong[b-zhp9e9ewer] {
    display: -webkit-box;
    overflow: hidden;
    color: #202124;
    font-weight: 650;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-language-codes[b-zhp9e9ewer] {
    color: #5f6368 !important;
    font-size: 0.78rem !important;
    font-weight: 650;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.news-editor-modal .modal-dialog[b-zhp9e9ewer] {
    max-width: 1120px;
}

.news-editor-modal .modal-content[b-zhp9e9ewer] {
    border: 1px solid #cfd3da;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
}

.news-editor-modal .modal-header[b-zhp9e9ewer],
.news-editor-modal .modal-footer[b-zhp9e9ewer] {
    padding: 14px 18px;
}

.news-editor-modal .modal-body[b-zhp9e9ewer] {
    padding: 0;
}

.news-editor-hint[b-zhp9e9ewer] {
    margin-top: 3px;
    color: #5f6368;
    font-size: 0.82rem;
}

.news-editor-settings[b-zhp9e9ewer] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 16px;
    padding: 18px;
    border-bottom: 1px solid #dddee3;
    background: #f8f9fb;
}

.news-push-setting[b-zhp9e9ewer] {
    align-self: end;
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.news-image-setting[b-zhp9e9ewer] {
    grid-column: span 2;
}

.news-image-preview[b-zhp9e9ewer] {
    display: flex;
    align-items: end;
}

.news-image-preview img[b-zhp9e9ewer] {
    width: 112px;
    height: 74px;
    border: 1px solid #d9dce2;
    border-radius: 6px;
    background: #fff;
    object-fit: contain;
}

.news-language-editor[b-zhp9e9ewer] {
    padding: 18px;
}

.news-language-editor h3[b-zhp9e9ewer] {
    margin: 0 0 12px;
    color: #202124;
    font-size: 1rem;
    font-weight: 650;
}

.news-language-tabs[b-zhp9e9ewer] {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    border-bottom: 1px solid #d9dce2;
}

.news-language-tab[b-zhp9e9ewer] {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    flex: 0 0 auto;
    margin-bottom: -1px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #5f6368;
    padding: 8px 2px 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 140ms ease, border-color 140ms ease;
}

.news-language-tab:hover[b-zhp9e9ewer],
.news-language-tab:focus-visible[b-zhp9e9ewer] {
    color: #202124;
}

.news-language-tab:focus-visible[b-zhp9e9ewer] {
    outline: 2px solid #8b929d;
    outline-offset: 2px;
}

.news-language-tab.active[b-zhp9e9ewer] {
    border-bottom-color: #155e75;
    color: #155e75;
}

.news-language-tab.invalid[b-zhp9e9ewer] {
    border-bottom-color: #dc3545;
    color: #b02a37;
}

.news-language-code[b-zhp9e9ewer] {
    color: #8a9099;
    font-size: 0.72rem;
    font-weight: 700;
}

.news-language-tab.has-content .news-language-code[b-zhp9e9ewer] {
    color: #26704a;
}

.news-language-pane[b-zhp9e9ewer] {
    padding-top: 16px;
}

.news-title-input[b-zhp9e9ewer] {
    font-weight: 600;
}

.news-quill-shell[b-zhp9e9ewer] {
    overflow: hidden;
    border: 1px solid #ced4da;
    border-radius: 7px;
    background: #fff;
}

.news-quill-shell[b-zhp9e9ewer]  .ql-toolbar.ql-snow {
    border: 0;
    border-bottom: 1px solid #d9dce2;
    background: #f8f9fb;
}

.news-quill-shell[b-zhp9e9ewer]  .ql-container.ql-snow {
    min-height: 300px;
    border: 0;
    font-family: inherit;
    font-size: 0.95rem;
}

.news-quill-shell[b-zhp9e9ewer]  .ql-editor {
    min-height: 300px;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .news-editor-modal .modal-dialog[b-zhp9e9ewer] {
        max-width: calc(100% - 24px);
        margin: 12px auto;
    }

    .news-editor-settings[b-zhp9e9ewer] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .news-editor-settings[b-zhp9e9ewer] {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .news-image-setting[b-zhp9e9ewer] {
        grid-column: auto;
    }

    .news-language-editor[b-zhp9e9ewer] {
        padding: 14px;
    }

    .news-editor-modal .modal-footer[b-zhp9e9ewer] {
        align-items: stretch;
    }

    .news-editor-modal .modal-footer .btn[b-zhp9e9ewer] {
        flex: 1 1 auto;
    }

    .news-editor-modal .modal-footer .btn-outline-danger[b-zhp9e9ewer] {
        flex-basis: 100%;
        margin-right: 0 !important;
    }
}
/* /Components/Pages/Newsletter.razor.rz.scp.css */
.newsletter-page-hint[b-s7o45set3u] {
    color: #5f6368;
    font-size: 0.9rem;
    margin: 5px 0 0;
}

.newsletter-audience-section[b-s7o45set3u] {
    margin-bottom: 18px;
}

.newsletter-total[b-s7o45set3u] {
    align-items: baseline;
    display: flex;
    gap: 8px;
}

.newsletter-total strong[b-s7o45set3u] {
    color: #202124;
    font-size: 1.6rem;
    line-height: 1;
}

.newsletter-total span[b-s7o45set3u] {
    color: #5f6368;
    font-size: 0.84rem;
}

.newsletter-country-code[b-s7o45set3u] {
    color: #6b7280;
    font-size: 0.78rem;
    margin-left: 6px;
}

.newsletter-workspace[b-s7o45set3u] {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
}

.newsletter-form-fields[b-s7o45set3u] {
    display: grid;
    gap: 14px;
}

.newsletter-body-input[b-s7o45set3u] {
    min-height: 180px;
    resize: vertical;
}

.newsletter-button-fields[b-s7o45set3u] {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.newsletter-test-send[b-s7o45set3u] {
    align-items: end;
    background: #f6f8fb;
    border: 1px solid #d7dce3;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(180px, 0.72fr) minmax(280px, 1.28fr);
    margin-top: 18px;
    padding: 14px;
}

.newsletter-test-send label[b-s7o45set3u] {
    margin-bottom: 3px;
}

.newsletter-test-send p[b-s7o45set3u] {
    color: #5f6368;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
}

.newsletter-test-send-control[b-s7o45set3u] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-test-send-control .form-control[b-s7o45set3u] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.newsletter-test-send-control .btn[b-s7o45set3u] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    white-space: nowrap;
}

.newsletter-compose-actions[b-s7o45set3u] {
    align-items: center;
    border-top: 1px solid #e6e7eb;
    color: #5f6368;
    display: flex;
    font-size: 0.88rem;
    gap: 16px;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 16px;
}

.newsletter-compose-actions span[b-s7o45set3u] {
    min-width: 0;
}

.newsletter-compose-actions button[b-s7o45set3u] {
    flex: 0 0 auto;
}

.newsletter-send-confirmation[b-s7o45set3u] {
    background: #fff7d6;
    border: 1px solid #d9a800;
    border-left-width: 5px;
    margin-top: 18px;
    padding: 14px 16px;
}

.newsletter-send-confirmation strong[b-s7o45set3u] {
    display: block;
    font-size: 0.95rem;
}

.newsletter-send-confirmation p[b-s7o45set3u] {
    color: #5f6368;
    font-size: 0.86rem;
    margin: 5px 0 0;
}

.newsletter-confirm-actions[b-s7o45set3u] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 14px;
}

.newsletter-progress[b-s7o45set3u] {
    display: grid;
    gap: 7px;
    margin-top: 14px;
}

.newsletter-progress .progress[b-s7o45set3u] {
    height: 7px;
}

.newsletter-progress .progress-bar[b-s7o45set3u] {
    background: #155e75;
}

.newsletter-progress span[b-s7o45set3u] {
    color: #5f6368;
    font-size: 0.82rem;
}

.newsletter-preview-section[b-s7o45set3u] {
    position: sticky;
    top: 75px;
}

.newsletter-preview-frame[b-s7o45set3u] {
    background: #fffaf0;
    border: 1px solid #d7d9de;
    display: block;
    height: 690px;
    width: 100%;
}

.newsletter-footer-note[b-s7o45set3u] {
    color: #5f6368;
    font-size: 0.8rem;
    line-height: 1.45;
    margin: 10px 0 0;
}

@media (max-width: 1100px) {
    .newsletter-workspace[b-s7o45set3u] {
        grid-template-columns: 1fr;
    }

    .newsletter-preview-section[b-s7o45set3u] {
        position: static;
    }
}

@media (max-width: 640px) {
    .newsletter-button-fields[b-s7o45set3u] {
        grid-template-columns: 1fr;
    }

    .newsletter-compose-actions[b-s7o45set3u] {
        align-items: stretch;
        flex-direction: column;
    }

    .newsletter-compose-actions button[b-s7o45set3u],
    .newsletter-confirm-actions button[b-s7o45set3u] {
        width: 100%;
    }

    .newsletter-test-send[b-s7o45set3u],
    .newsletter-test-send-control[b-s7o45set3u] {
        grid-template-columns: 1fr;
    }

    .newsletter-test-send-control .form-control[b-s7o45set3u] {
        border-bottom-right-radius: var(--bs-border-radius);
        border-top-right-radius: var(--bs-border-radius);
    }

    .newsletter-test-send-control .btn[b-s7o45set3u] {
        border-bottom-left-radius: var(--bs-border-radius);
        border-top-left-radius: var(--bs-border-radius);
        margin-top: 7px;
        width: 100%;
    }

    .newsletter-confirm-actions[b-s7o45set3u] {
        flex-direction: column-reverse;
    }

    .newsletter-preview-frame[b-s7o45set3u] {
        height: 620px;
    }
}
