@import '_content/Contrail.Blazor/Contrail.Blazor.g3s032wwnh.bundle.scp.css';
@import '_content/DF.Emf.Blazor/DF.Emf.Blazor.xnzqnondv0.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/DF.ContentStudio/Components/ContentStudio/ActionPanel.razor.rz.scp.css */
.custom-white-button[b-xlffr3xzda] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 9px !important;
}

.btn-outline-dark[b-xlffr3xzda] {
    line-height: 0;
    padding: .5rem !important;
    border: none !important;
}

/* _content/DF.ContentStudio/Components/ContentStudio/Affiliate/AffiliateCard.razor.rz.scp.css */
body[b-nze1mdiw6n] {
}
/* _content/DF.ContentStudio/Components/ContentStudio/Affiliate/AffiliateLinksOffCanvas.razor.rz.scp.css */
.loader[b-d5z8umkmx9] {
    width: 48px;
    height: 48px;
    display: block;
    margin: 20px auto;
    position: relative;
    border: 3px solid #FFF;
    border-radius: 50%;
    box-sizing: border-box;
    animation: animloader-b-d5z8umkmx9 2s linear infinite;
}

    .loader[b-d5z8umkmx9]::after {
        content: '';
        box-sizing: border-box;
        width: 6px;
        height: 24px;
        background: #FFF;
        transform: rotate(-45deg);
        position: absolute;
        bottom: -20px;
        left: 46px;
    }

@keyframes animloader-b-d5z8umkmx9 {
    0% {
        transform: translate(-10px, -10px);
    }

    25% {
        transform: translate(-10px, 10px);
    }

    50% {
        transform: translate(10px, 10px);
    }

    75% {
        transform: translate(10px, -10px);
    }

    100% {
        transform: translate(-10px, -10px);
    }
}
/* _content/DF.ContentStudio/Components/ContentStudio/AIAssistant.razor.rz.scp.css */
.sparkle-ai-icon[b-1qynec7ova] {
    width: 20px;
    height: 20px;
}

#assistance-button[b-1qynec7ova]{
    width: auto;
    height: auto;
    padding: 10px;
}

#ai-assistant-input[b-1qynec7ova] {
    width: 400px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ArticleFeedbackOffCanvas.razor.rz.scp.css */
/* _content/DF.ContentStudio/Components/ContentStudio/ArticleLinkModal.razor.rz.scp.css */
.modal-backdrop[b-kqw0zc65r6] {
    display: block;
    background-color: rgba(255, 255, 255, 0.5); /* Light background with opacity */
}
/* _content/DF.ContentStudio/Components/ContentStudio/ArticleNav.razor.rz.scp.css */
.article-nav-container[b-ivuvn778pa] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.article-nav-action-bar[b-ivuvn778pa] {
    grid-area: 1 / 1 / 2 / 6;
}

.article-scroller[b-ivuvn778pa] {
    grid-area: 2 / 1 / 17 / 6;
    overflow: auto;
}

#pageNumberInput[b-ivuvn778pa]{
    width: 35px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ArticleNavActionToolbar.razor.rz.scp.css */
.disabled-text[b-r4gtt03h29] {
    color: #6c757d; /* Or any color that indicates a disabled state */
}

.toggle_switch_layout[b-r4gtt03h29] {
    display: flex;
    justify-content: space-between
}

.article_button_layout[b-r4gtt03h29] {
    display: flex;
    justify-content: flex-end;
}

.article_button_container_layout[b-r4gtt03h29] {
    display: flex;
    justify-content: space-between;
}

.searchbar_container_layout[b-r4gtt03h29] {
    display: flex
}

.search_bar_layout[b-r4gtt03h29] {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 70%;
}

.buttonwrapper_layout[b-r4gtt03h29] {
    width: 75px;
}



/* From uiverse.io by @satyamchaudharydev */
/* removing default style of button */

.form button[b-r4gtt03h29] {
    border: none;
    background: none;
    color: #8b8ba7;
}
/* styling of whole input container */
.form[b-r4gtt03h29] {
    --timing: 0.3s;
    --width-of-input: 200px;
    --height-of-input: 40px;
    --border-height: 2px;
    --input-bg: #fff;
    --border-color: #2f2ee9;
    --border-radius: 30px;
    --after-border-radius: 1px;
    position: relative;
    width: 100%;
    height: var(--height-of-input);
    display: flex;
    align-items: center;
    padding-inline: 0.8em;
    border-radius: var(--border-radius);
    transition: border-radius 0.5s ease;
    background: var(--input-bg,#fff);
}
/* styling of Input */
.input[b-r4gtt03h29] {
    font-size: 0.8rem;
    background-color: transparent;
    width: 75%;
    height: 100%;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
}
/* styling of animated border */
.form[b-r4gtt03h29]:before {
    content: "";
    position: absolute;
    background: var(--border-color);
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
    height: var(--border-height);
    left: 0;
    bottom: 0;
    border-radius: 1px;
    transition: transform var(--timing) ease;
}
/* Hover on Input */
.form:focus-within[b-r4gtt03h29] {
    border-radius: var(--after-border-radius);
}

input:focus[b-r4gtt03h29] {
    outline: none;
}
/* here is code of animated border */
.form:focus-within[b-r4gtt03h29]:before {
    transform: scale(1);
}
/* styling of close button */
/* == you can click the close button to remove text == */
.reset[b-r4gtt03h29] {
    border: none;
    background: none;
    opacity: 0;
    visibility: hidden;
}
/* close button shown when typing */
input:not(:placeholder-shown) ~ .reset[b-r4gtt03h29] {
    opacity: 1;
    visibility: visible;
}
/* sizing svg icons */
.form svg[b-r4gtt03h29] {
    width: 17px;
    margin-top: 3px;
}

.checkbox-wrapper-10 .tgl[b-r4gtt03h29] {
    display: none;
}

    .checkbox-wrapper-10 .tgl[b-r4gtt03h29],
    .checkbox-wrapper-10 .tgl[b-r4gtt03h29]:after,
    .checkbox-wrapper-10 .tgl[b-r4gtt03h29]:before,
    .checkbox-wrapper-10 .tgl *[b-r4gtt03h29],
    .checkbox-wrapper-10 .tgl *[b-r4gtt03h29]:after,
    .checkbox-wrapper-10 .tgl *[b-r4gtt03h29]:before,
    .checkbox-wrapper-10 .tgl + .tgl-btn[b-r4gtt03h29] {
        box-sizing: border-box;
    }

        .checkbox-wrapper-10 .tgl[b-r4gtt03h29]::-moz-selection,
        .checkbox-wrapper-10 .tgl[b-r4gtt03h29]:after::-moz-selection,
        .checkbox-wrapper-10 .tgl[b-r4gtt03h29]:before::-moz-selection,
        .checkbox-wrapper-10 .tgl *[b-r4gtt03h29]::-moz-selection,
        .checkbox-wrapper-10 .tgl *[b-r4gtt03h29]:after::-moz-selection,
        .checkbox-wrapper-10 .tgl *[b-r4gtt03h29]:before::-moz-selection,
        .checkbox-wrapper-10 .tgl + .tgl-btn[b-r4gtt03h29]::-moz-selection,
        .checkbox-wrapper-10 .tgl[b-r4gtt03h29]::selection,
        .checkbox-wrapper-10 .tgl[b-r4gtt03h29]:after::selection,
        .checkbox-wrapper-10 .tgl[b-r4gtt03h29]:before::selection,
        .checkbox-wrapper-10 .tgl *[b-r4gtt03h29]::selection,
        .checkbox-wrapper-10 .tgl *[b-r4gtt03h29]:after::selection,
        .checkbox-wrapper-10 .tgl *[b-r4gtt03h29]:before::selection,
        .checkbox-wrapper-10 .tgl + .tgl-btn[b-r4gtt03h29]::selection {
            background: none;
        }

        .checkbox-wrapper-10 .tgl + .tgl-btn[b-r4gtt03h29] {
            outline: 0;
            display: block;
            width: 5em;
            height: 2em;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .checkbox-wrapper-10 .tgl + .tgl-btn[b-r4gtt03h29]:after,
            .checkbox-wrapper-10 .tgl + .tgl-btn[b-r4gtt03h29]:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .checkbox-wrapper-10 .tgl + .tgl-btn[b-r4gtt03h29]:after {
                left: 0;
            }

            .checkbox-wrapper-10 .tgl + .tgl-btn[b-r4gtt03h29]:before {
                display: none;
            }

        .checkbox-wrapper-10 .tgl:checked + .tgl-btn[b-r4gtt03h29]:after {
            left: 50%;
        }

.checkbox-wrapper-10 .tgl-flip + .tgl-btn[b-r4gtt03h29] {
    padding: 2px;
    transition: all 0.2s ease;
    perspective: 100px;
}

    .checkbox-wrapper-10 .tgl-flip + .tgl-btn[b-r4gtt03h29]:after,
    .checkbox-wrapper-10 .tgl-flip + .tgl-btn[b-r4gtt03h29]:before {
        display: inline-block;
        transition: all 0.4s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 4px;
    }

    .checkbox-wrapper-10 .tgl-flip + .tgl-btn[b-r4gtt03h29]:after {
        content: attr(data-tg-on);
        background: #02C66F;
        transform: rotateY(-180deg);
    }

    .checkbox-wrapper-10 .tgl-flip + .tgl-btn[b-r4gtt03h29]:before {
        background: #FF3A19;
        content: attr(data-tg-off);
    }

    .checkbox-wrapper-10 .tgl-flip + .tgl-btn:active[b-r4gtt03h29]:before {
        transform: rotateY(-20deg);
    }

.checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn[b-r4gtt03h29]:before {
    transform: rotateY(180deg);
}

.checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn[b-r4gtt03h29]:after {
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
}

.checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:active[b-r4gtt03h29]:after {
    transform: rotateY(20deg);
}

.tgl-btn[b-r4gtt03h29] {
    font-size: 12px;
    font-weight: 200;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ArticleNavThumbnail.razor.rz.scp.css */
.selected-article[b-1qy1phf9rk] {
    outline: 4px solid #32a0e5; /* Change the color and size as needed */
    outline-offset: 3px; /* Adjusts the space between the outline and the image */
}

.multiselected-article[b-1qy1phf9rk] {
    outline: 5px solid #32e54d; /* Change the color and size as needed */
    outline-offset: 2px; /* Adjusts the space between the outline and the image */
}

/* Base toggle switch styling */
:root[b-1qy1phf9rk] {
    --bs-dark-rgb: 33, 37, 41; /* Bootstrap dark theme RGB values */
    --bs-bg-opacity: 1;
}

/* The switch - the box around the slider */
.switch[b-1qy1phf9rk] {
    position: relative;
    display: inline-block;
    width: 16px; /* Smaller width */
    height: 28px; /* Smaller height */
    margin: 0;
    z-index: 1;
}

/* Hide default checkbox */
.switch input[b-1qy1phf9rk] {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
/* The slider */
.slider[b-1qy1phf9rk] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b0b0b0; /* Directly using a dark color */
    transition: .4s;
    border-radius: 34px; /* Make this more rounded */
}

.slider[b-1qy1phf9rk]:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px; /* Center horizontally */
    bottom: 2px; /* Start at the bottom */
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider[b-1qy1phf9rk]:before {
    /* Move to the top when checked */
    transform: translateY(-13px); /* Adjust this value based on your height */
}

input:checked + .slider[b-1qy1phf9rk] {
    background-color: #b0b0b0;
}


/* Rounded sliders */
.slider.round[b-1qy1phf9rk] {
    border-radius: 17px;
}

.slider.round[b-1qy1phf9rk]:before {
    border-radius: 50%;
}

/* TOC Label styling, always visible */
.toc-label[b-1qy1phf9rk] {
    position: absolute;
    color: #fff;
    font-size: 14px;
    transform: translateY(-50%); /* Adjust to perfectly center */
    top: 50%;
    left: 6px; /* Closer to the slider */
    white-space: nowrap;
}


.toggle-wrapper[b-1qy1phf9rk] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #212529; /* Or any color you prefer */
    border-radius: 8px; /* Adjust for desired roundness */
    padding-left: 5px; /* Adjust padding as needed */
    padding-right: 5px; /* Adjust padding as needed */
    padding-top: 2px; /* Adjust padding as needed */
    padding-bottom: 2px; /* Adjust padding as needed */
    position: relative;
    width: 62px; /* Set width for square shape */
    height: 32px; /* Set height equal to width for square */
}

.toc-label[b-1qy1phf9rk] {
    position: absolute;
    left: 4px;
    color: #FFF;
    z-index: 0; /* Ensure the label is below the toggle switch if clickable areas overlap */
}

.thumbnail-image[b-1qy1phf9rk] {
    max-height: 200px;
    max-width: 150px;
    object-fit:contain;
}
.thumbnail_title[b-1qy1phf9rk] {
    font-size: .8rem;
}

.spacer-layout[b-1qy1phf9rk] {
    height: 15px;
    width: 100%;
}

.badge[b-1qy1phf9rk] {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.725em;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
/*    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);*/
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.black-circle[b-1qy1phf9rk] {
    width: 28px;
    height: 28px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disabled-circle[b-1qy1phf9rk] {
    width: 28px;
    height: 28px;
    background-color: #e8e8ea; /* Lighter gray */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-circle[b-1qy1phf9rk] {
    width: 25px;
    height: 25px;
    background-color: #ffc107; /* orange */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ArticleViewer.razor.rz.scp.css */
#article-container[b-yh9cuv0545] {
    background-size: 20px 20px;
    background-image: linear-gradient(to right, #d9d9d9 1px, transparent 1px), linear-gradient(to bottom, #d9d9d9 1px, transparent 1px);
    background-color: #f0f0f0;
}

.btn-outline-dark[b-yh9cuv0545] {
    line-height: 0;
    padding: .3rem !important;
    border: none !important;
}
.article-map-container[b-yh9cuv0545] {
    overflow-y: hidden;
    overflow-x: hidden;
    /*    background-color: #e4e4e7;*/
    /*    position: relative;*/
    position: absolute;
    top: 0px;
    left: 0px;
/*    height: 87.5vh;*/
    min-width: 80px;
    max-width: 200px;
    background-color: white;
    
}
.article-map-toggle[b-yh9cuv0545] {
    position: relative;
    top: 8px;
    left: 6px;
    min-width: 160px;
    max-width: 320px;
}
.article-map[b-yh9cuv0545] {
    position: relative;
    top: 4px;
    left: 4px;
    min-width: 100px;
    max-width: 210px;
    overflow-y: auto;
    padding: 4px;
    /*    height: 82vh;*/
}
.small-tabs .mud-tabs-toolbar[b-yh9cuv0545] {
    min-height: 32px;
    height: 32px;
    min-width: 32px;
    max-width: 32px;
}

.small-tabs.mud-tab[b-yh9cuv0545] {
    font-size: 12px;
    min-width: 60px;
    max-width: 60px;
    padding: 4px 8px;
}

.small-tabs.mud-tab-active[b-yh9cuv0545] {
    font-size: 12px;
}

.small-tab[b-yh9cuv0545] {
    font-size: 12px !important;
    padding: 4px 8px !important;
    min-width: 20px !important;
    max-width: 20px !important;
}
.component-map-container[b-yh9cuv0545] {
    grid-area: 1 / 7 / 17 / 11;
    overflow-y: auto;
    overflow-x: hidden;
    /*    background-color: #e4e4e7;*/
    /*    position: relative;*/
    z-index: 10001;
    position: absolute;
    top: 0px;
    left: 120px;
    height: 90vh;
    min-width: 160px;
}

.component-map[b-yh9cuv0545] {
    position: relative;
    top: 8px;
    left: 18px;
}

.custom-white-button[b-yh9cuv0545] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 4px !important;
    background-color: white;
}


.toggle-button[b-yh9cuv0545] {
    flex: 1;
    padding: 4px;
    border: none;
    background-color: white;
    color: black;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    width: 70px;
}

    .toggle-button.active[b-yh9cuv0545] {
        background-color: #52525b;
        color: white;
    }

    .toggle-button:not(.active):hover[b-yh9cuv0545] {
        border: 1px solid #52525b;
    }

    .toggle-button:first-child[b-yh9cuv0545] {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .toggle-button:last-child[b-yh9cuv0545] {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
.scroll-zone[b-yh9cuv0545] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: 300;
}

    .scroll-zone.top[b-yh9cuv0545] {
        top: 0;
    }

    .scroll-zone.bottom[b-yh9cuv0545] {
        bottom: 0;
    }
/* _content/DF.ContentStudio/Components/ContentStudio/AudioManagerComponent.razor.rz.scp.css */
.audio-processing-loader[b-kshmpkugwl] {
    position: relative;
    width: 85px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#bf2c2c 50px, transparent 0), linear-gradient(#bf2c2c 50px, transparent 0), linear-gradient(#bf2c2c 50px, transparent 0), linear-gradient(#bf2c2c 50px, transparent 0), linear-gradient(#bf2c2c 50px, transparent 0), linear-gradient(#bf2c2c 50px, transparent 0);
    background-position: 0px center, 15px center, 30px center, 45px center, 60px center, 75px center, 90px center;
    animation: rikSpikeRoll-b-kshmpkugwl 0.65s linear infinite alternate;
}

@keyframes rikSpikeRoll-b-kshmpkugwl {
    0% {
        background-size: 10px 3px;
    }

    16% {
        background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px, 10px 3px
    }

    33% {
        background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px
    }

    50% {
        background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px
    }

    66% {
        background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px
    }

    83% {
        background-size: 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px
    }

    100% {
        background-size: 10px 3px, 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px
    }
}

.queued-loader[b-kshmpkugwl] {
    width: 120px;
    height: 24px;
    -webkit-mask: radial-gradient(circle closest-side,#fff 94%,#0000) 0 0/25% 100%, linear-gradient(#fff 0 0) center/calc(100% - 12px) calc(100% - 12px) no-repeat;
    mask: radial-gradient(circle closest-side,#fff 94%,#0000) 0 0/25% 100%, linear-gradient(#fff 0 0) center/calc(100% - 12px) calc(100% - 12px) no-repeat;
    background: linear-gradient(#0338e3 0 0) left/0% 100% no-repeat #fff;
    animation: bblprg-b-kshmpkugwl 2s infinite linear;
}

@keyframes bblprg-b-kshmpkugwl {
    100% {
        background-size: 100% 100%
    }
}


.pending-loader[b-kshmpkugwl] {
    color: black;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin-b-kshmpkugwl 1.7s infinite ease, round-b-kshmpkugwl 1.7s infinite ease;
}

@keyframes mltShdSpin-b-kshmpkugwl {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round-b-kshmpkugwl {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.audio-tape-loader[b-kshmpkugwl] {
    transform: scale(2);
    margin: auto;
    width: 100px;
    height: 30px;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    box-shadow: 0px 35px 0 -5px #aaa, 0 -5px 0 0px #ddd, 0 -25px 0 -5px #fff, -25px -30px 0 0px #ddd, -25px 30px 0 0px #ddd, 25px -30px 0 0px #ddd, 25px 30px 0 0px #ddd, 20px 10px 0 5px #ddd, 20px -10px 0 5px #ddd, -20px -10px 0 5px #ddd, -20px 10px 0 5px #ddd;
}

    .audio-tape-loader[b-kshmpkugwl]:after,
    .audio-tape-loader[b-kshmpkugwl]:before {
        content: "";
        border-radius: 100%;
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        border: 4px dashed #fff;
        bottom: -4px;
        transform: rotate(0deg);
        box-sizing: border-box;
        animation: tape-b-kshmpkugwl 4s linear infinite;
    }

    .audio-tape-loader[b-kshmpkugwl]:before {
        right: 0;
        box-shadow: 0 0 0 4px #fff, 0 0 0 34px #000;
    }

    .audio-tape-loader[b-kshmpkugwl]:after {
        left: 0;
        box-shadow: 0 0 0 4px #fff, 0 0 0 34px #000;
    }

@keyframes tape-b-kshmpkugwl {
    0% {
        transform: rotate(0deg) scale(0.4);
    }

    100% {
        transform: rotate(-360deg) scale(0.4);
    }
}
/* _content/DF.ContentStudio/Components/ContentStudio/BasicModal.razor.rz.scp.css */
.custom-white-button[b-eyc56nrgrm] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 9px !important;
}
.modal-backdrop[b-eyc56nrgrm] {
    z-index: 1240; /* Ensure the backdrop is behind the modal but clickable */
}
.custom-toggle-button[b-eyc56nrgrm] {
    background-color: white;
    color: black;
    padding: 9px;
    width: 150px;
    height: 50px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    /*    margin-top:5px;
    margin-bottom:5px;*/
}

    .custom-toggle-button:hover[b-eyc56nrgrm] {
        border: 1px solid #52525b;
    }

    .custom-toggle-button.selected[b-eyc56nrgrm] {
        background-color: #52525b;
        color: white;
        border: 1px solid #52525b;
    }

    .custom-toggle-button:disabled[b-eyc56nrgrm] {
        background-color: #e0e0e0;
        color: #a0a0a0;
        cursor: not-allowed;
        border: 1px solid #ccc;
        opacity: 0.7;
    }
/* _content/DF.ContentStudio/Components/ContentStudio/CollectionEditorOffCanvas.razor.rz.scp.css */
body[b-q8w8wwt3hn] {
}
/* _content/DF.ContentStudio/Components/ContentStudio/ColorPickerComponent.razor.rz.scp.css */
body[b-1z99dg7wde] {
}

.text-theme-color[b-1z99dg7wde] {
    width: 100px;
    height: 50px;
    margin: auto;
    border-radius: 10px;
    margin: 5px;
}

[b-1z99dg7wde] .mud-picker-color-content {
    height: 275px;
}

#color-picker-modal[b-1z99dg7wde] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* _content/DF.ContentStudio/Components/ContentStudio/CompActions.razor.rz.scp.css */
[b-93rv980jc6] button{
    line-height: 0;
}
/* _content/DF.ContentStudio/Components/ContentStudio/CompInsertOffCanvas.razor.rz.scp.css */
#offcanvas-insert-selection[b-f0umj0plv5] {
    width: 550px;
}

.nav-item[b-f0umj0plv5]{
    font-size: 18px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/CompLayoutSelection.razor.rz.scp.css */
.layout-box-icon[b-86if5yrv4e] {
    border: 2px solid black;
    border-radius: 3px;
    height: 25px;
}

h6[b-86if5yrv4e] {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: bold;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ComponentSettings/CompSettings.razor.rz.scp.css */
.tab-content[b-3uxcqpcrse]{
  
}

[b-3uxcqpcrse] select {
    width: 200px;
}

[b-3uxcqpcrse] input {
    width: 200px;
}

[b-3uxcqpcrse] input[type="checkbox"] {
    width: 20px;
}


[b-3uxcqpcrse] .material-symbols-outlined {
    font-size: 20px;
}


[b-3uxcqpcrse] .list-group-item {
    height: 50px;
}

[b-3uxcqpcrse] label {
    font-weight: bold;
}

.material-symbols-outlined[b-3uxcqpcrse] {
    vertical-align: middle;
    line-height: 1;
}


.ai-loader[b-3uxcqpcrse] {
    width: 100px;
    height: 75px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-radius: 100%;
}

    .ai-loader[b-3uxcqpcrse]:before {
        content: '';
        position: absolute;
        box-sizing: border-box;
        border: 15px solid transparent;
        border-top: 25px solid #fff;
        transform: rotate(45deg);
        top: 50px;
        left: -15px;
    }

    .ai-loader[b-3uxcqpcrse]:after {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #FF3D00;
        box-shadow: 20px 0 #FF3D00, -20px 0 #FF3D00;
        animation: flash-b-3uxcqpcrse 0.5s ease-out infinite alternate;
    }

@keyframes flash-b-3uxcqpcrse {
    0% {
        background-color: rgba(255, 60, 0, 0.25);
        box-shadow: 20px 0 rgba(255, 60, 0, 0.25), -20px 0 #FF3D00;
    }

    50% {
        background-color: #FF3D00;
        box-shadow: 20px 0 rgba(255, 60, 0, 0.25), -20px 0 rgba(255, 60, 0, 0.25);
    }

    100% {
        background-color: rgba(255, 60, 0, 0.25);
        box-shadow: 20px 0 #FF3D00, -20px 0 rgba(255, 60, 0, 0.25);
    }
}
[b-3uxcqpcrse] .layout-box-icon {
    border: 2px solid black;
    border-radius: 3px;
    height: 25px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ComponentSettings/MultiColumnSettings.razor.rz.scp.css */

.multi-col-container[b-cgl2340ksz] {
    display: flex;
    user-select: none;
    border: 2px solid #000;
    background: #666;
    border-radius: 6px;
}

.multi-col-panel[b-cgl2340ksz] {
    overflow: auto;
    height: 60px;
}

.multi-col-divider[b-cgl2340ksz] {
    margin-top: -4px;
    margin-bottom: -6px;
    width: 6px;
    background-color: #7777EE;
    cursor: ew-resize;
    transition: background-color 0.2s;
    border-radius: 3px;
}
.panel-label[b-cgl2340ksz] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.align-picker[b-cgl2340ksz] {
    margin-top: 2rem;
    justify-content: start;
    flex-wrap: wrap;
}

.preview-wrapper[b-cgl2340ksz] {
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
    padding: 4px;
    border-radius: 6px;
    transition: border-color 0.2s ease;
    width: 80px;
}

.preview-wrapper.selected[b-cgl2340ksz] {
    border-color: #007bff;
    background-color: #e8f0ff;
}

.preview-box[b-cgl2340ksz] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 120px;
    border: 1px solid #666;
    background: #FFF;
}

.box[b-cgl2340ksz] {
    width: 60px;
    background-color: #AAA;
    color: white;
    margin: 2px;
    min-height: 20px;
    border-radius: 3px;
    font-size: 14px;
    align-self: auto;
}

.label[b-cgl2340ksz] {
    font-size: 1rem;
    margin-top: 4px;
    color: #222;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ComponentSettings/OverlayCompSettings.razor.rz.scp.css */
body[b-dhf9a6gzve] {
}
/* _content/DF.ContentStudio/Components/ContentStudio/CompPreview.razor.rz.scp.css */
.tooltip-custom[b-2cbgrkr5dr] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* Optional: adds underline to indicate tooltip */
    width: 400px;
    border-radius: 6px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 25%;
    left: -400px;
    top: 50%;
    transform: translate(0%, -50%);
}

   
.preview-image[b-2cbgrkr5dr] {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
/* _content/DF.ContentStudio/Components/ContentStudio/CompSelection.razor.rz.scp.css */
.card.pointer:hover[b-1p1i4e0lr1] {
    background-color: #f8f9fa; /* This is a light grey color, you can choose any color you like */
    cursor: pointer; /* Changes the cursor to indicate the item is selectable */
    transition: background-color 0.3s ease; /* Optional: Adds a smooth transition effect */
}

.card.pointer:hover[b-1p1i4e0lr1] {
    background-color: #f8f9fa; /* This is a light grey color, you can choose any color you like */
    cursor: pointer; /* Changes the cursor to indicate the item is selectable */
    transition: background-color 0.3s ease; /* Optional: Adds a smooth transition effect */
}

h5[b-1p1i4e0lr1] {
    text-align: center;
    margin-top: 20px;
}

.card-custom[b-1p1i4e0lr1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, Firefox */
}

    .card-custom:hover[b-1p1i4e0lr1] {
        background-color: #f8f9fa; /* This is a light grey color, you can choose any color you like */
        cursor: pointer; /* Changes the cursor to indicate the item is selectable */
        transition: background-color 0.3s ease; /* Optional: Adds a smooth transition effect */
    }

    .card-custom .material-icons[b-1p1i4e0lr1] {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .card-custom .material-symbols-outlined[b-1p1i4e0lr1] {
        font-size: 36px;
        margin-bottom: 10px;
    }

.card-title[b-1p1i4e0lr1] {
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-text[b-1p1i4e0lr1] {
    font-size: 12px;
}

.advanced-comp-column[b-1p1i4e0lr1]{
    user-select: none;
    cursor: pointer;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ConfirmModalComponent.razor.rz.scp.css */
.custom-white-button[b-sl8yz8ptat] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 9px !important;
    height: 38px;
}

    .custom-white-button.active[b-sl8yz8ptat] {
        background-color: #52525b; /* The selected color */
        color: white;
    }

    .custom-white-button:not(.active):hover[b-sl8yz8ptat] {
        border: 1px solid #52525b; /* Highlight border on hover */
    }
/* _content/DF.ContentStudio/Components/ContentStudio/ContentStudioContainer.razor.rz.scp.css */
.content-studio-container[b-g45cgd68ii] {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(13, 1fr); /* Adjusted to 13 rows since the first row is removed */
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  
}

/* Removed the .top-toolbar styles */

.article-nav[b-g45cgd68ii] {
    grid-area: 1 / 1 / 14 / 3; /* Moved up to start from the first row */
}

.article-container[b-g45cgd68ii] {
    grid-area: 1 / 3 / 14 / 11; /* Moved up to start from the first row */
}

.action-panel[b-g45cgd68ii] {
    grid-area: 1 / 11 / 14 / 15; /* Moved up to start from the first row */
}

.content-studio-loader[b-g45cgd68ii] {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-g45cgd68ii 2s linear infinite;
}

@keyframes spin-b-g45cgd68ii {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#cover-image-container[b-g45cgd68ii][b-g45cgd68ii] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; /* Centers the background image */
    height: 500px;
    width: 400px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ContextMenu.razor.rz.scp.css */
.custom-context-menu[b-m8avlti6ja] {
    background-color: white;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    z-index: 10001;
    width: 150px;
}

    .custom-context-menu ul[b-m8avlti6ja] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.custom-context-menu li[b-m8avlti6ja] {
    padding: 6px 6px;
    cursor: pointer;
}

.custom-context-menu li:hover[b-m8avlti6ja] {
    background-color: #f0f0f0;
}

.ul[b-m8avlti6ja]{
    width: 100%;
}

.material-symbols-outlined[b-m8avlti6ja]{
    font-size: 18px;
}
.disabled-li[b-m8avlti6ja] {
    opacity: 0.5; /* visually indicate it's disabled */
    pointer-events: none; /* ignore pointer/click events */
    cursor: not-allowed; /* show a 'not allowed' cursor on hover */
}
/* _content/DF.ContentStudio/Components/ContentStudio/DraggablePanel.razor.rz.scp.css */
.draggablePanel[b-di1a0olomi] {
    position: absolute;
    z-index: 999999;
}
.draggablePanelHandle[b-di1a0olomi] {
    height: 24px;
    cursor: move;
    background: black;
    border-top-left-radius: 4px; /* Adjust the radius as needed */
    border-bottom-left-radius: 4px;
}
.drag-no-select[b-di1a0olomi] {
    user-select: none; /* Prevents text selection */
    pointer-events: none; /* Prevents interactions */
}
/* _content/DF.ContentStudio/Components/ContentStudio/ExportPublish/PublishBasicComponent.razor.rz.scp.css */
.card-custom[b-bu67hvd9ao] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, Firefox */
}

    .card-custom:hover[b-bu67hvd9ao] {
        background-color: #f8f9fa; /* This is a light grey color, you can choose any color you like */
        cursor: pointer; /* Changes the cursor to indicate the item is selectable */
        transition: background-color 0.3s ease; /* Optional: Adds a smooth transition effect */
    }

    .card-custom .material-icons[b-bu67hvd9ao] {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .card-custom .material-symbols-outlined[b-bu67hvd9ao] {
        font-size: 36px;
        margin-bottom: 10px;
    }

.card-title[b-bu67hvd9ao] {
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-text[b-bu67hvd9ao] {
    font-size: 12px;
}

.advanced-comp-column[b-bu67hvd9ao] {
    user-select: none;
    cursor: pointer;
}

.publish-preset-option[b-bu67hvd9ao] {
    height: 150px;
    width: 150px;
    flex-shrink: 0; /* Prevent shrinking in flexbox */
}

.card.selected[b-bu67hvd9ao] {
    border: 2px solid blue; /* Example styling */
}
/* _content/DF.ContentStudio/Components/ContentStudio/ExportPublish/PublishComponent.razor.rz.scp.css */
.card.pointer:hover[b-9bqbog5zyv] {
    background-color: #f8f9fa; /* This is a light grey color, you can choose any color you like */
    cursor: pointer; /* Changes the cursor to indicate the item is selectable */
    transition: background-color 0.3s ease; /* Optional: Adds a smooth transition effect */
}

.card.pointer:hover[b-9bqbog5zyv] {
    background-color: #f8f9fa; /* This is a light grey color, you can choose any color you like */
    cursor: pointer; /* Changes the cursor to indicate the item is selectable */
    transition: background-color 0.3s ease; /* Optional: Adds a smooth transition effect */
}

h5[b-9bqbog5zyv] {
    text-align: center;
    margin-top: 20px;
}


/* _content/DF.ContentStudio/Components/ContentStudio/FontFamilyEditor.razor.rz.scp.css */
.custom-white-button[b-4bw3mve820] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 9px !important;
    height: 38px;
}
    .custom-white-button.active[b-4bw3mve820] {
        background-color: #52525b; /* The selected color */
        color: white;
    }

    .custom-white-button:not(.active):hover[b-4bw3mve820] {
        border: 1px solid #52525b; /* Highlight border on hover */
    }
.form-check-input[b-4bw3mve820] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075); /* Adjust the color of the default shadow */
}
.form-check-input:checked[b-4bw3mve820] {
    background-color: #1a1a1a;
    border-color: #1a1a1a !important;
}

.upload-button[b-4bw3mve820] {
    flex: 1;
    padding: 10px;
    margin-left: 4px;
    margin-right: 4px;
    border: none;
    background-color: white;
    color: black;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 38px;
    height:38px;
}

    .upload-button.active[b-4bw3mve820] {
        background-color: #52525b; /* The selected color */
        color: white;
    }

    .upload-button:not(.active):hover[b-4bw3mve820] {
        border: 1px solid #52525b; /* Highlight border on hover */
    }

.modal-title[b-4bw3mve820] {
    height: 38px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/ImageEditorComponent.razor.rz.scp.css */
#cropper-container[b-slyixmhv1d] {
    width: 75dvh;
    height: 75dvh;
    margin: auto;
}

.fade-in[b-slyixmhv1d] {
    animation: fadeIn-b-slyixmhv1d 4s forwards; /* Animation lasts 4 seconds */
}

@keyframes fadeIn-b-slyixmhv1d {
    0% {
        opacity: 0; /* Fully transparent */
    }

    100% {
        opacity: 1; /* Fully opaque */
    }
}

#crop-button-start[b-slyixmhv1d] {
    line-height: 0;
}

#max-width-input[b-slyixmhv1d], #max-height-input[b-slyixmhv1d] {
    width: 100px;
}

.image-size[b-slyixmhv1d] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-left: 10px;
}

#resize-percentage-input[b-slyixmhv1d] {
    width: 150px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/IssueImport.razor.rz.scp.css */
.shimmer-text[b-x4yd8pthar] {
    position: relative;
    overflow: hidden;
  /*  display: inline-block;*/
}

    .shimmer-text[b-x4yd8pthar]::after {
        content: '';
        position: absolute;
        top: 0;
        left: -150%;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
        animation: shimmer-b-x4yd8pthar 3s forwards;
    }

@keyframes shimmer-b-x4yd8pthar {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

.upload-icon[b-x4yd8pthar] {
    font-size: 60px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/IssueOpen.razor.rz.scp.css */

.cta-card[b-lkelza2xol] {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 2rem;
    transition: transform 0.2s;
}

    .cta-card:hover[b-lkelza2xol] {
    }

.cta-icon[b-lkelza2xol] {
    font-size: 3rem;
    color: #0d6efd;
}

.cta-button[b-lkelza2xol] {
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}
/* _content/DF.ContentStudio/Components/ContentStudio/LayoutEditor.razor.rz.scp.css */
.emf-custom-select[b-n0pwb8my6e] {
    outline: 4px solid rgba(0, 123, 255, 0.5);
}

.radio-inputs[b-n0pwb8my6e] {
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-inputs > *[b-n0pwb8my6e] {
        margin: 6px;
    }

.radio-input:checked + .radio-tile[b-n0pwb8my6e] {
    border-color: #28b9ea;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #28b9ea;
}

    /*.radio-input:checked + .radio-tile:before {
        transform: scale(1);
        opacity: 1;
        background-color: #28b9ea;
        border-color: #28b9ea;
    }

.radio-input:checked:hover + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
}*/

    /*.radio-input:checked + .radio-tile .radio-icon svg {
        fill: #28b9ea;
    }

    .radio-input:checked + .radio-tile .radio-label {
        color: #28b9ea;
    }*/

.radio-input:focus + .radio-tile[b-n0pwb8my6e] {
}

    .radio-input:focus + .radio-tile[b-n0pwb8my6e]:before {
        transform: scale(1);
        opacity: 1;
    }

.radio-tile[b-n0pwb8my6e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    min-height: 50px;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

    /*.radio-tile:before {
        content: "";
        position: absolute;
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        border-color: #b5bfd9;
        opacity: 1;
        transform: scale(1.1);
    }*/

    .radio-tile:hover[b-n0pwb8my6e]:before {
        transform: scale(1.1);
        opacity: 1;
        /*background-color: #2260ff;*/
        border-color: #2260ff;
    }


.radio-icon svg[b-n0pwb8my6e] {
    width: 2rem;
    height: 2rem;
    fill: #494949;
}

.radio-label[b-n0pwb8my6e] {
    text-align: center;
    font-size: 13px;
}

.radio-label:hover[b-n0pwb8my6e] {
    text-align: center;
    font-size: 13px;
}

.radio-input[b-n0pwb8my6e] {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.radio-tile:hover[b-n0pwb8my6e] {
    fill: #2260ff !important;
    color: #2260ff !important;
    border-color: #2260ff !important;
}

.visibility-icon[b-n0pwb8my6e] {
    font-size: 17px;
    position: absolute;
    top: -1px;
    left: 1px;
}

.radio-icon[b-n0pwb8my6e] {
    line-height: 0;
    padding-top: 5px;
}

#responsive-label[b-n0pwb8my6e] {
    font-size: 12px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/OverlayModal.razor.rz.scp.css */
#cropper-container[b-ilbacwtovq] {
    width: 85dvh;
    height: 85dvh;
    margin: auto;
}

.fade-in[b-ilbacwtovq] {
    animation: fadeIn-b-ilbacwtovq 4s forwards; /* Animation lasts 4 seconds */
}

@keyframes fadeIn-b-ilbacwtovq {
    0% {
        opacity: 0; /* Fully transparent */
    }

    100% {
        opacity: 1; /* Fully opaque */
    }
}

#crop-button-start[b-ilbacwtovq] {
    line-height: 0;
}
/* _content/DF.ContentStudio/Components/ContentStudio/QaQc/ArticleFeedbackTab.razor.rz.scp.css */
.breadcrumb-item[b-txxg6xuf20] {
    font-size: 1.3rem;
}

td button[b-txxg6xuf20] {
    min-width: 100px;
}
/* _content/DF.ContentStudio/Components/ContentStudio/QaQc/ArticleFeedbackTable.razor.rz.scp.css */
textarea[b-4gn1fztu7o] {
    overflow: hidden;
}
/* _content/DF.ContentStudio/Components/ContentStudio/QaQc/BrandTab.razor.rz.scp.css */
.issue-version-container[b-gp0cncks43] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.cover-container[b-gp0cncks43] {
    grid-area: 1 / 1 / 2 / 2;
}

.version-container[b-gp0cncks43] {
    grid-area: 1 / 2 / 2 / 3;
}
/* _content/DF.ContentStudio/Components/ContentStudio/QaQc/IssueMetadataTab.razor.rz.scp.css */
body[b-79xrpluuvq] {
}
/* _content/DF.ContentStudio/Components/ContentStudio/QaQc/QaQcModal.razor.rz.scp.css */
/* _content/DF.ContentStudio/Components/ContentStudio/Rules/EmfRules.razor.rz.scp.css */
.card-footer .btn[b-d8aq66hzyk] {
    width: 110px;
}

hr[b-d8aq66hzyk] {
    opacity: 1;
    color: gray;
    width: 100%;
    border-top: 1px solid gray;
}

.material-symbols-outlined[b-d8aq66hzyk] {
    font-weight: 200;
}

.step-container[b-d8aq66hzyk] {
    min-width: 125px;
    padding: 10px;
    cursor: pointer;
}

.step-label[b-d8aq66hzyk] {
    font-weight: bold;
    padding-top: 6px;
}

.bg-light[b-d8aq66hzyk]{
    background-color: lightgray !important;
}

#rule-card[b-d8aq66hzyk] {
    min-height: 80vh;
}

.table .action-container[b-d8aq66hzyk] {   
    font-size: 12px;
    line-height: 0;
}

.btn-outline-success:hover[b-d8aq66hzyk] {
    color: white;
}
/* _content/DF.ContentStudio/Components/ContentStudio/Rules/RuleLog.razor.rz.scp.css */
body[b-e26nehu55t] {
}
/* _content/DF.ContentStudio/Components/ContentStudio/Rules/RulePreviewAndApprove.razor.rz.scp.css */
.btn-outline-success:hover[b-s3w5vazabn] {
    color: white;
}
/* _content/DF.ContentStudio/Components/ContentStudio/Rules/RunSettings.razor.rz.scp.css */
body[b-ej86cupocc] {
}
/* _content/DF.ContentStudio/Components/ContentStudio/Shortcuts.razor.rz.scp.css */
h3[b-9s6d8vk2x4]{
    font-weight: 400;
    font-size: 18px;
}

.bg-secondary-subtle[b-9s6d8vk2x4] {
    min-width: 45px;
    justify-content: center;
}
/* _content/DF.ContentStudio/Components/ContentStudio/TableComponentEditorCs.razor.rz.scp.css */
input[b-vjvktierew] {
    margin: 0em;
    padding: 1px 2px;
    border-width: 1px;

    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));

    border-radius: 4px;
    color: var(--rz-input-value-color);
    font-size: var(--rz-input-font-size);
    line-height:28px;
}

button[b-vjvktierew], input[b-vjvktierew] {
    overflow: visible;
}

body[b-vjvktierew] {
    color: rgba(24, 35, 89, 0.85);
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.8;
    background-color: #f2f6f8;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i])[b-vjvktierew] {
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
}
input[type="number" i][b-vjvktierew] {
    padding-block: 1px;
    padding-inline: 3px;
}
select[b-vjvktierew] {
    font-style:;
    font-variant-ligatures:;
    font-variant-caps:;
    font-variant-numeric:;
    font-variant-east-asian:;
    font-variant-alternates:;
    font-variant-position:;
    font-weight:;
    font-stretch:;
    font-size:;
    font-family:;
    font-optical-sizing:;
    font-size-adjust:;
    font-kerning:;
    font-feature-settings:;
    font-variation-settings:;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    -webkit-rtl-ordering: logical;
    background-color: field;
    cursor: default;
    margin: 0em;
    white-space: pre;
    border-width: 1px;
    border-style: solid;
    border-color: light-dark(rgb(9, 9, 11), rgb(133, 133, 133));
    border-image: initial;
    border-radius: 4px;
}

.custom-white-button[b-vjvktierew] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 9px !important;
}

.color-swatch span[b-vjvktierew] {
    margin-top: 8px;
}

.scrollable-category-column[b-vjvktierew] {
    max-width: 170px;
    overflow-y: auto;
    overflow-x: hidden;
}

.category-column[b-vjvktierew] {
    max-width: 170px;
}

.custom-toggle-button[b-vjvktierew] {
    background-color: white;
    color: black;
    padding: 9px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    /*    margin-top:5px;
    margin-bottom:5px;*/
}

    .custom-toggle-button:hover[b-vjvktierew] {
        border: 1px solid #52525b;
    }

    .custom-toggle-button.selected[b-vjvktierew] {
        background-color: #52525b;
        color: white;
        border: 1px solid #52525b;
    }

    .custom-toggle-button:disabled[b-vjvktierew] {
        background-color: #e0e0e0;
        color: #a0a0a0;
        cursor: not-allowed;
        border: 1px solid #ccc;
        opacity: 0.7;
    }
/* _content/DF.ContentStudio/Components/ContentStudio/TextTheme/TextConfigCardComp.razor.rz.scp.css */
titletextstylebody[b-mrqpq2vkcy] {
    max-width: 200px;
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color:;
    --bs-card-subtitle-color:;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.75rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.25rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.grid-container[b-mrqpq2vkcy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 20px; /* Space between the cards */
    padding: 20px; /* Padding around the entire grid */
}

.textstyle-card-body[b-mrqpq2vkcy] {
    background-color: white; /* Optional: sets the background color of the cards */
    border: 1px solid #ccc; /* Optional: adds a border around each card */
    border-radius: 5px; /* Optional: rounds the corners of the cards */
    flex: 1 1 auto;
    padding: .5rem .5rem;
    width: 550px;
    height: 362px; 
    position: relative;
}
.resizable-text[b-mrqpq2vkcy] {
    font-size: clamp(8px, 2.5vw, 14px); /* Adjust min, preferred, and max sizes */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-white-button:disabled[b-mrqpq2vkcy] {
    cursor: not-allowed;
    opacity: 0.5; /* Adjust opacity or other styles to visually indicate it's disabled */
    background-color: #ddd; /* Optional: Change background color to indicate disabled state */
    color: #888; /* Optional: Change text color */
}
.modal-backdrop.show[b-mrqpq2vkcy] {
    opacity: 0.5;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 850;
}

.modal.show.d-block[b-mrqpq2vkcy] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 855;
}
.modal-dialog[b-mrqpq2vkcy] {
    min-width: 1600px;
}

.modal-content[b-mrqpq2vkcy] {
    height: 800px;
}

.modal-body[b-mrqpq2vkcy] {
    
    overflow-y: auto;
}




.textstyle-version-select-card-body[b-mrqpq2vkcy] {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1 1 auto;
    padding: 2px;
}

.custom-input[b-mrqpq2vkcy] {
    align-items: center;
}

    .custom-input .color-picker[b-mrqpq2vkcy] {
        width: 100px;
        height: 80px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.color-palette[b-mrqpq2vkcy] {
    display: flex;
    flex-direction: column;
    margin-top: 20;
    align-items: stretch;
}

[b-mrqpq2vkcy] .color-picker {
    width: 210px;
    height: 40px;
}

.font-size-sm[b-mrqpq2vkcy] {
    font-size: 24px;
    margin-left: 0px;
    margin-top: -3px;
}

.input-grid[b-mrqpq2vkcy] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    padding: 0px;
    margin: 0px;
    margin-right: 20px;
    width: 220px;
    height: 100px;
    margin-left: -5px;
}

.color-swatch[b-mrqpq2vkcy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.color-picker-input[b-mrqpq2vkcy] {
    border: none;
    padding: 0;
    margin: 3px;
    cursor: pointer;
    box-sizing: border-box;
    height: 65px;
    width: 65px;
}

input[type="color"][b-mrqpq2vkcy] {
    appearance: none;
    box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 0px;
    padding: 0px;
}

.custom-color-picker[b-mrqpq2vkcy] {
    width: 42px !important;
    height: 30px !important;
    padding: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.color-picker-input[b-mrqpq2vkcy]::-webkit-color-swatch {
    width: 120px !important;
    height: 100px !important;
    border: none;
    padding: 0;
    margin: 0;
}

.color-picker-input[b-mrqpq2vkcy]::-moz-color-swatch {
    border: none;
    padding: 0;
    margin: 0;
}

.color-swatch:hover[b-mrqpq2vkcy]::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 1000;
    max-width: 200px;
    word-wrap: break-word;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.color-swatch:first-child:hover[b-mrqpq2vkcy]::after {
    left: 0;
    transform: none;
}

.custom-button[b-mrqpq2vkcy] {
    margin: 20px;
    cursor: pointer;
}

.main-column-width[b-mrqpq2vkcy] {
    max-width: 600px !important;
}

.textconfig-container[b-mrqpq2vkcy] {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.textstyle-scroller[b-mrqpq2vkcy] {
    overflow-y: auto;
    height: 414px;
    overflow-x: hidden;
    min-width: 506px;
}

.fixed-column[b-mrqpq2vkcy] {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 1 auto;
    width: 515px;
}

.scrollable-column[b-mrqpq2vkcy] {
    display: flex;
    flex-flow: column nowrap;
    flex: 1; /* Take remaining space */
    overflow-y: auto; /* Enable vertical scrolling */

    max-width: 515px;
    max-height: 660px;
}

body[b-mrqpq2vkcy] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form-group.label-style[b-mrqpq2vkcy] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.align-start[b-mrqpq2vkcy] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

.custom-white-button[b-mrqpq2vkcy] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 9px !important;
}

.color-swatch span[b-mrqpq2vkcy] {
    margin-top: 8px;
}

.scrollable-category-column[b-mrqpq2vkcy] {
    max-width: 170px;
    overflow-y: auto;
    overflow-x: hidden;
}

.category-column[b-mrqpq2vkcy] {
    max-width: 170px;
}

.custom-toggle-button[b-mrqpq2vkcy] {
    background-color: white;
    color: black;
    padding: 9px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    /*    margin-top:5px;
    margin-bottom:5px;*/
}

    .custom-toggle-button:hover[b-mrqpq2vkcy] {
        border: 1px solid #52525b;
    }

    .custom-toggle-button.selected[b-mrqpq2vkcy] {
        background-color: #52525b;
        color: white;
        border: 1px solid #52525b;
    }

    .custom-toggle-button:disabled[b-mrqpq2vkcy] {
        background-color: #e0e0e0;
        color: #a0a0a0;
        cursor: not-allowed;
        border: 1px solid #ccc;
        opacity: 0.7;
    }

.horizontal-scrollable-category-row[b-mrqpq2vkcy] {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}


    .horizontal-scrollable-category-row .custom-toggle-button[b-mrqpq2vkcy] {
        flex: 0 0 auto;
    }

.custom-horiz-toggle-button[b-mrqpq2vkcy] {
    background-color: white;
    color: black;
    padding: 9px;
    width: 100px;
    height: 40px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    margin: 5px;
}

    .custom-horiz-toggle-button:hover[b-mrqpq2vkcy] {
        border: 1px solid #52525b;
    }

    .custom-horiz-toggle-button.selected[b-mrqpq2vkcy] {
        background-color: #52525b;
        color: white;
        border: 1px solid #52525b;
    }

.toggle-container[b-mrqpq2vkcy] {
    width: 142px;
    height: 30px;
    position: relative;
    justify-content: flex-end;
    margin-left: 4px;
    margin-right: 4px;
}

.toggle-button[b-mrqpq2vkcy] {
    flex: 1;
    padding: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border: none;
    background-color: white;
    color: black;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    width: 60px;
}

    .toggle-button.active[b-mrqpq2vkcy] {
        background-color: #52525b;
        color: white;
    }

    .toggle-button:not(.active):hover[b-mrqpq2vkcy] {
        border: 1px solid #52525b;
    }

    .toggle-button:first-child[b-mrqpq2vkcy] {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .toggle-button:last-child[b-mrqpq2vkcy] {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

.compact-toggle-container[b-mrqpq2vkcy] {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 21px;
}

.compact-toggle-checkbox[b-mrqpq2vkcy] {
    display: none;
}

.compact-toggle-switch[b-mrqpq2vkcy] {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 10.5px;
    width: 100%;
    height: 100%;
    transition: background-color 0.2s;
}

.compact-toggle-slider[b-mrqpq2vkcy] {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.2s;
}

.compact-toggle-checkbox:checked + .compact-toggle-switch[b-mrqpq2vkcy] {
    background-color: #1a1a1a;
}

    .compact-toggle-checkbox:checked + .compact-toggle-switch .compact-toggle-slider[b-mrqpq2vkcy] {
        transform: translateX(16px);
    }

.advanced-toggle[b-mrqpq2vkcy] {
    display: inline-flex;
    border-radius: 15px;
    padding: 5px 10px;
    align-items: center;
    height: 34px;
}

/* _content/DF.ContentStudio/Components/ContentStudio/TextTheme/TextConfigEditorComp.razor.rz.scp.css */
.edit-field-margin[b-gufos24mra] {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.custom-white-button[b-gufos24mra] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 9px !important;
}
/* _content/DF.ContentStudio/Components/ContentStudio/TextTheme/TextConfigFields.razor.rz.scp.css */
.textstyle-edit-text[b-8s3vr22cls] {
    margin-right: 20px;
    max-width:200px;
}
.control-label[b-8s3vr22cls] {
    min-width: 100px;
    height: 40px;
    vertical-align: bottom;
}
.form-group label[b-8s3vr22cls] {
    margin-right: 10px; /* Adjust spacing between label and input if needed */
}

.form-control[b-8s3vr22cls] {
    flex: 1;
}
.custom-form-group[b-8s3vr22cls] {
    display: flex;
    align-items: flex-start;
}

.form-group[b-8s3vr22cls] {
    display: flex;
    flex-direction: column;
}

.control-label[b-8s3vr22cls] {
    margin-bottom: 5px; /* Space between label and input */
    white-space: normal; /* Allow label to wrap */
}

.form-control[b-8s3vr22cls] {
    flex-shrink: 0;
}
.custom-form-select[b-8s3vr22cls] {
    display: block;
    /* width: 100%;*/
    padding: 0.4rem 2.25rem 0.4rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e293b;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    box-shadow: inset 0 0.25px 1px rgba(15, 23, 42, 0.03);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.custom-dropdown[b-8s3vr22cls] {
    height: calc(1.5em + .75rem + 2px); /* This height matches the default Bootstrap input height */
    line-height: 1.5;
    max-height: calc(1.5em + .75rem + 2px);
    width: 100%;
    /* Add a custom background arrow */
    background: url('/images/dropdown-arrow.svg') no-repeat right center;
    background-size: 1rem;
    /* Add some extra right padding so text doesn't overlap the arrow */
    padding-right: 2rem;
}
.custom-form-wide-field[b-8s3vr22cls] {
    min-width:200px;
}
.custom-form-narrow-field[b-8s3vr22cls] {
    min-width: 100px;
}
.custom-form-medium-field[b-8s3vr22cls] {
    min-width: 100px;
}
.custom-white-button[b-8s3vr22cls] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 9px !important;
}

.form-check-input:checked[b-8s3vr22cls] {
    background-color: #1a1a1a;
    border-color: #1a1a1a !important;
}
.color-swatch[b-8s3vr22cls] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px; /* Remove any padding */
}

.color-picker-input[b-8s3vr22cls] {
    border: none;
    padding: 0;
    margin: 3px;
    cursor: pointer;
    box-sizing: border-box;
    height: 65px;
    width: 65px; /* Ensure padding and border are included in element's total width and height */
}


/* Custom styles to override user agent styles for color input */
input[type="color"][b-8s3vr22cls] {
    appearance: none; /* Remove the default appearance */

    box-sizing: border-box; /* Ensure padding and border are included in width and height */
    border: 0px solid #000000; /* Set a custom border */
    border-radius: 0px; /* Set rounded corners */
    padding: 0px; /* Set custom padding */
}

.custom-color-picker[b-8s3vr22cls] {
    width: 30px !important;
    height: 30px !important;
    padding: 0; /* Optional: Adjust padding to suit your design */
    border: 1px solid #ccc; /* Optional: Customize border */
    box-sizing: border-box; /* Ensures padding and border are included in the width and height */
    margin: 5px;
}

.color-picker-input[b-8s3vr22cls]::-webkit-color-swatch {
    width: 120px !important;
    height: 100px !important; /* Customize the height */
    border: none;
    padding: 0;
    margin: 0;
}

.color-picker-input[b-8s3vr22cls]::-moz-color-swatch {
    border: none;
    padding: 0;
    margin: 0;
}

.color-swatch:hover[b-8s3vr22cls]::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 1000;
    max-width: 200px; /* Ensure the tooltip does not exceed a certain width */
    word-wrap: break-word; /* Allow text to wrap within the tooltip */
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.color-swatch:first-child:hover[b-8s3vr22cls]::after {
    left: 0;
    transform: none;
}

.advanced-toggle[b-8s3vr22cls] {
    display: inline-flex;
    border-radius: 15px; /* Increased for more rounded corners */
    padding: 5px 10px;
    align-items: center;
    height: 36px;/* Center align the items within the button */
}


.compact-toggle-container[b-8s3vr22cls] {
    position: relative;
    display: inline-block;
    width: 36px; /* Increase width for larger size */
    height: 21px; /* Increase height for larger size */
}

.compact-toggle-checkbox[b-8s3vr22cls] {
    display: none; /* Hide the default checkbox */
}

.compact-toggle-switch[b-8s3vr22cls] {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 10.5px; /* Half of height for a rounded slider */
    width: 100%;
    height: 100%;
    transition: background-color 0.2s;
}
[b-8s3vr22cls] input-checkbox {
    width: 17.5px !important;
}
[b-8s3vr22cls] input[type="radio"] {
    width: 17.5px !important;
}
.compact-toggle-slider[b-8s3vr22cls] {
    position: absolute;
    top: 3px; /* Adjust for inner padding */
    left: 3px; /* Start position for the slider */
    width: 15px; /* Slider width */
    height: 15px; /* Slider height */
    background-color: white;
    border-radius: 50%;
    transition: transform 0.2s;
}

.compact-toggle-checkbox:checked + .compact-toggle-switch[b-8s3vr22cls] {
    background-color: #1a1a1a; /* Color when checked */
}

    .compact-toggle-checkbox:checked + .compact-toggle-switch .compact-toggle-slider[b-8s3vr22cls] {
        transform: translateX(11px); /* Moves the slider to the right when checked */
    }
/* _content/DF.ContentStudio/Components/ContentStudio/TitleTextThemeComp.razor.rz.scp.css */
.textstyle-version-select-card-body[b-zvxuv6j5zi] {
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1 1 auto;
    padding: 5px;
}

[b-zvxuv6j5zi] .custom-input .color-picker {
    width: 100px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

[b-zvxuv6j5zi] .color-picker {
    width: 210px;
    height: 40px;
}

.font-size-sm[b-zvxuv6j5zi] {
    font-size: 24px;
    margin-left: 0px;
    margin-top: -3px;
}

.input-grid[b-zvxuv6j5zi] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

[b-zvxuv6j5zi] .color-swatch {
    padding: 5px;
}

[b-zvxuv6j5zi] .color-picker-input {
    padding: 0;
    margin: 3px;
    cursor: pointer;
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    border: 1px solid #ccc;
}

input[type="color"][b-zvxuv6j5zi] {
    appearance: none;

    box-sizing: border-box; 
    border: 0px solid #000000;
    border-radius: 0px;
    padding: 0px;
}
.custom-color-picker[b-zvxuv6j5zi] {
    width: 42px !important;
    height: 30px !important;
    padding: 0; 
    border: 1px solid #ccc; 
    box-sizing: border-box; 
}

.color-picker-input[b-zvxuv6j5zi]::-webkit-color-swatch {
    width: 120px !important;
    height: 100px !important; 
    border: none;
    padding: 0;
    margin: 0;
}

.color-picker-input[b-zvxuv6j5zi]::-moz-color-swatch {
    border: none;
    padding: 0;
    margin: 0;
}

.color-swatch:hover[b-zvxuv6j5zi]::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 1000;
    max-width: 200px;
    word-wrap: break-word;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.color-swatch:first-child:hover[b-zvxuv6j5zi]::after {
    left: 0;
    transform: none;
}

.custom-button[b-zvxuv6j5zi] {
    margin: 20px;
    cursor: pointer;
}

.main-column-width[b-zvxuv6j5zi] {
    max-width: 600px !important;
}

.textconfig-container[b-zvxuv6j5zi] {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: center;
}

.textstyle-scroller[b-zvxuv6j5zi] {
    overflow-y: auto;
    height: 414px;
    overflow-x: hidden;
    min-width: 506px;
}
.fixed-column[b-zvxuv6j5zi] {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 1 auto;
    width: 515px; 
}

.scrollable-column[b-zvxuv6j5zi] {
    display: flex;
    flex-flow: column nowrap;
    flex: 1; /* Take remaining space */
    overflow-y: auto; /* Enable vertical scrolling */
    
    max-width: 515px;
    max-height: 660px;
}

body[b-zvxuv6j5zi] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form-group.label-style[b-zvxuv6j5zi] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px; 
}

.align-start[b-zvxuv6j5zi] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.custom-white-button[b-zvxuv6j5zi] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    padding: 9px !important;
}

.color-swatch span[b-zvxuv6j5zi] {
    margin-top: 8px;
}

.scrollable-category-column[b-zvxuv6j5zi] {
    max-width: 170px;
    overflow-y: auto; 
    overflow-x: hidden; 
}
.category-column[b-zvxuv6j5zi] {
    max-width: 170px; 
}
.custom-toggle-button[b-zvxuv6j5zi] {
    background-color: white;
    color: black;
    padding: 9px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
/*    margin-top:5px;
    margin-bottom:5px;*/
}

    .custom-toggle-button:hover[b-zvxuv6j5zi] {
        border: 1px solid #52525b;
    }

    .custom-toggle-button.selected[b-zvxuv6j5zi] {
        background-color: #52525b;
        color: white;
        border: 1px solid #52525b; 
    }
    .custom-toggle-button:disabled[b-zvxuv6j5zi] {
        background-color: #e0e0e0;
        color: #a0a0a0;
        cursor: not-allowed;
        border: 1px solid #ccc;
        opacity: 0.7;
    }

.horizontal-scrollable-category-row[b-zvxuv6j5zi] {
    display: flex;
    flex-direction: row; 
    overflow-x: auto; 
    gap: 10px; 
    padding: 10px;
    width: 100%; 
    box-sizing: border-box;
}


    .horizontal-scrollable-category-row .custom-toggle-button[b-zvxuv6j5zi] {
        flex: 0 0 auto;
    }
.custom-horiz-toggle-button[b-zvxuv6j5zi] {
    background-color: white;
    color: black;
    padding: 9px;
    width: 100px;
    height: 40px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    margin: 5px;
}
    .custom-horiz-toggle-button:hover[b-zvxuv6j5zi] {
        border: 1px solid #52525b;
    }

    .custom-horiz-toggle-button.selected[b-zvxuv6j5zi] {
        background-color: #52525b;
        color: white;
        border: 1px solid #52525b; 
    }
.toggle-container[b-zvxuv6j5zi] {
    width: 142px; 
    height: 30px;
    position: relative;
    justify-content: flex-end;
    margin-left: 4px;
    margin-right: 4px;
}

.toggle-button[b-zvxuv6j5zi] {
    flex: 1;
    padding: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border: none;
    background-color: white;
    color: black;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    width: 60px;
}

    .toggle-button.active[b-zvxuv6j5zi] {
        background-color: #52525b;
        color: white;
    }

    .toggle-button:not(.active):hover[b-zvxuv6j5zi] {
        border: 1px solid #52525b; 
    }

    .toggle-button:first-child[b-zvxuv6j5zi] {
        border-top-left-radius: 15px; 
        border-bottom-left-radius: 15px;
    }

    .toggle-button:last-child[b-zvxuv6j5zi] {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
.add-textstyle-button[b-zvxuv6j5zi] {
    box-shadow: 0 0.5rem 1rem rgba(9, 9, 11, 0.075), 0 -0.5rem 1rem rgba(9, 9, 11, 0.075);
    text-align: left;
}

.compact-toggle-container[b-zvxuv6j5zi] {
    position: relative;
    display: inline-block;
    width: 36px; 
    height: 21px;
}

.compact-toggle-checkbox[b-zvxuv6j5zi] {
    display: none;
}

.compact-toggle-switch[b-zvxuv6j5zi] {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 10.5px;
    width: 100%;
    height: 100%;
    transition: background-color 0.2s;
}

.compact-toggle-slider[b-zvxuv6j5zi] {
    position: absolute;
    top: 3px; 
    left: 3px; 
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.2s;
}

.compact-toggle-checkbox:checked + .compact-toggle-switch[b-zvxuv6j5zi] {
    background-color: #1a1a1a; 
}

    .compact-toggle-checkbox:checked + .compact-toggle-switch .compact-toggle-slider[b-zvxuv6j5zi] {
        transform: translateX(16px); 
    }

.advanced-toggle[b-zvxuv6j5zi] {
    display: inline-flex;
    border-radius: 15px;
    padding: 5px 10px;
    align-items: center;
    height: 34px; 
}
.large-h1[b-zvxuv6j5zi] {
    font-size: 48px; /* Adjust this to the size you want */
}
/* _content/DF.ContentStudio/Components/ContentStudio/ToggleSwitch.razor.rz.scp.css */
/* The switch - the box around the slider */
.toggle-container[b-g8zz39ilf5] {
    width: 63.75px; /* 51px * 1.25 */
    height: 38.75px; /* 31px * 1.25 */
    position: relative;
}

/* Hide default HTML checkbox */
.toggle-checkbox[b-g8zz39ilf5] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.toggle-switch[b-g8zz39ilf5] {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #e9e9eb;
    border-radius: 20px; /* 16px * 1.25 */
    cursor: pointer;
    transition: all 0.2s ease-out;
}

/* The slider */
.toggle-slider[b-g8zz39ilf5] {
    width: 33.75px; /* 27px * 1.25 */
    height: 33.75px; /* 27px * 1.25 */
    position: absolute;
    left: calc(50% - 33.75px/2 - 12.5px); /* 27px/2 * 1.25 + 10px * 1.25 */
    top: calc(50% - 33.75px/2); /* 27px/2 * 1.25 */
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 3.75px 10px rgba(0, 0, 0, 0.15), 0px 3.75px 1.25px rgba(0, 0, 0, 0.06); /* 3px * 1.25 and 1px * 1.25 */
    transition: all 0.2s ease-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard syntax */
}

.toggle-checkbox:checked + .toggle-switch[b-g8zz39ilf5] {
    background-color: #1b52c4;
}

    .toggle-checkbox:checked + .toggle-switch .toggle-slider[b-g8zz39ilf5] {
        left: calc(50% - 33.75px/2 + 12.5px); /* 27px/2 * 1.25 + 10px * 1.25 */
        top: calc(50% - 33.75px/2); /* 27px/2 * 1.25 */
    }

.toggle-icon[b-g8zz39ilf5] {
    font-size: 16px;
    transition: transform 2s ease-in;
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard syntax */
}

.material-symbols-outlined[b-g8zz39ilf5] {
    cursor: pointer;
}

.material-symbols-rounded[b-g8zz39ilf5] {
    cursor: pointer;
}
/* _content/DF.ContentStudio/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wqttp1jywe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wqttp1jywe] {
    flex: 1;
}

.sidebar[b-wqttp1jywe] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wqttp1jywe] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wqttp1jywe]  a, .top-row[b-wqttp1jywe]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wqttp1jywe]  a:hover, .top-row[b-wqttp1jywe]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wqttp1jywe]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wqttp1jywe] {
        justify-content: space-between;
    }

    .top-row[b-wqttp1jywe]  a, .top-row[b-wqttp1jywe]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wqttp1jywe] {
        flex-direction: row;
    }

    .sidebar[b-wqttp1jywe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wqttp1jywe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wqttp1jywe]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wqttp1jywe], article[b-wqttp1jywe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wqttp1jywe] {
    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: 10001;
}

    #blazor-error-ui .dismiss[b-wqttp1jywe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.page-sidebar .nav-item:not(:last-child)[b-wqttp1jywe] {
     margin-bottom: unset !important;
}

html[data-bs-theme="light"] .sidebar-text[b-wqttp1jywe] {
    color: black;
}

html[data-bs-theme="dark"] .sidebar-text[b-wqttp1jywe] {
    color: white;
}
/* _content/DF.ContentStudio/Components/Layout/MainLayoutHeader.razor.rz.scp.css */
button[b-njzl06yvb7] {
    height: 40px;
}

.material-symbols-outlined[b-njzl06yvb7] {
    font-size: 20px;
}

.material-symbols-outlined[b-njzl06yvb7] {
    cursor: pointer;
}

.material-symbols-rounded[b-njzl06yvb7] {
    cursor: pointer;
}
/* _content/DF.ContentStudio/Components/Pages/CreateUser.razor.rz.scp.css */
/*#role-select {
    height: 150px;
}

#policy-select {
    height: 150px;
}*/
/* _content/DF.ContentStudio/Components/Pages/ImportComp.razor.rz.scp.css */
body[b-q4h1qovtrk] {
}
/* _content/DF.ContentStudio/Components/Shared/BasicDropDownComponent.razor.rz.scp.css */
.custom-wrapper[b-1k9jn08zse] {
    height: 32px; /* Set the height of the wrapper div */
    display: flex;
    align-items: center;
    border: 1px solid #ccc; /* Add border for outline */
    border-radius: 4px; /* Rounded corners */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
    position: relative; /* Position relative to place the arrow correctly */
    width: 400px; /* Ensure it takes full width */
}

.custom-dropdown[b-1k9jn08zse] {
    background: transparent !important; /* Ensure background is transparent */
    border: none; /* Remove border from dropdown */
    padding: 0; /* Adjust padding for proper spacing */
    appearance: none; /* Remove default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 400px; /* Ensure it takes full width */
    height: 100%; /* Set height to match the wrapper */
    line-height: 1.5; /* Adjust line-height */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
    border-radius: 4px; /* Rounded corners */
    position: relative; /* Ensure arrow is within the dropdown */
}

    .custom-dropdown[b-1k9jn08zse]::after {
        content: '▼'; /* Unicode character for dropdown arrow */
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; /* Ensure arrow does not interfere with clicks */
    }

    .custom-dropdown option[b-1k9jn08zse] {
        color: #000; /* Ensure options text color is visible */
    }

.basic-dropdown[b-1k9jn08zse] {
    background: transparent; /* Ensure background is transparent */
    display: inline-flex; /* Inline flex to fit content height */
    align-items: center; /* Vertically center the dropdown content */
    border: 1px solid #ccc; /* Add outline */
    padding: 8px 30px 8px 10px; /* Adjust padding for arrow space */
    border-radius: 4px; /* Optional: add rounded corners */
    width: 400px; /* Ensure it takes full width */
    box-sizing: border-box; /* Include padding and border in element's width and height */
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
}

    /*.basic-dropdown::after {
        content: '▼';*/ /* Unicode character for dropdown arrow */
        /*font-size: 12px;
        position: absolute;
        right: 10px;*/ /* Position inside the right padding */
        /*pointer-events: none;*/ /* Ensure arrow does not interfere with clicks */
    /*}

    .basic-dropdown option {
        color: #000;*/ /* Ensure options text color is visible */
    /*}*/
