@import '_content/TAC.Blazor/TAC.Blazor.nmy682u200.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9lo2s3uarl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9lo2s3uarl] {
    flex: 1;
}

.sidebar[b-9lo2s3uarl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9lo2s3uarl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9lo2s3uarl]  a, .top-row[b-9lo2s3uarl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9lo2s3uarl]  a:hover, .top-row[b-9lo2s3uarl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9lo2s3uarl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9lo2s3uarl] {
        justify-content: space-between;
    }

    .top-row[b-9lo2s3uarl]  a, .top-row[b-9lo2s3uarl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9lo2s3uarl] {
        flex-direction: row;
    }

    .sidebar[b-9lo2s3uarl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9lo2s3uarl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9lo2s3uarl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9lo2s3uarl], article[b-9lo2s3uarl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9lo2s3uarl] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9lo2s3uarl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MarketingTrakListLayout.razor.rz.scp.css */
/* Matches TrakListLayout.razor.css — scoped to MarketingTrakListLayout */

.trak-list-content[b-dgn1cf8gh3] {
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: var(--trak-default-bg, #E8E9F3);
}

.trak-list-loading[b-dgn1cf8gh3] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.trak-list-empty[b-dgn1cf8gh3] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    font-size: 16px;
    color: var(--trak-color-gray, #A9A9A9);
}

.trak-list-grid-wrapper[b-dgn1cf8gh3] {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}

.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-grid {
    border: none;
}

.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-gridcontent {
    height: auto !important;
    overflow-y: visible;
}

.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-gridheader {
    background-color: var(--trak-color-light-gray, #E2E3E9);
}

.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-headercell {
    background-color: var(--trak-color-light-gray, #E2E3E9);
    color: var(--trak-color-dark-blue, #0A2463);
    font-weight: bold;
}

.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-row {
    background-color: var(--trak-color-white, White);
    cursor: pointer;
}

.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-row:hover {
    background-color: var(--trak-color-highlight, #FFFFBF) !important;
}

.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-selectionbackground {
    background-color: var(--trak-color-light-blue, #A5CCD1) !important;
}

.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-grid .e-rowcell.e-focused,
.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-grid .e-rowcell.e-cellselectionbackground,
.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-grid .e-rowcell:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: inherit !important;
}

.trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-pager {
    background-color: var(--trak-default-bg, #E8E9F3);
    border-top: 1px solid var(--trak-color-light-gray, #E2E3E9);
}

.trak-edit-btn[b-dgn1cf8gh3] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}

.trak-edit-btn:hover[b-dgn1cf8gh3] {
    background-color: var(--trak-color-light-gray, #E2E3E9);
}

.trak-edit-icon[b-dgn1cf8gh3] {
    width: 20px;
    height: 20px;
}

@media (max-width: 600px) {
    .trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-rowcell {
        padding: 10px 8px;
    }

    .trak-list-grid-wrapper[b-dgn1cf8gh3]  .e-headercell {
        padding: 8px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ccp2wc6pbi] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ccp2wc6pbi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ccp2wc6pbi] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ccp2wc6pbi] {
    font-size: 1.1rem;
}

.bi[b-ccp2wc6pbi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ccp2wc6pbi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ccp2wc6pbi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ccp2wc6pbi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ccp2wc6pbi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ccp2wc6pbi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ccp2wc6pbi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ccp2wc6pbi]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ccp2wc6pbi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ccp2wc6pbi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ccp2wc6pbi] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ccp2wc6pbi] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ccp2wc6pbi] {
        display: none;
    }

    .nav-scrollable[b-ccp2wc6pbi] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/SelectedBrandHeader.razor.rz.scp.css */
.mt-selected-brand-header[b-zfku8rtpa6] {
    height: 40px;
    background-color: #1565c0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mt-selected-brand-label[b-zfku8rtpa6] {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}
/* /Pages/MyUploadsPage.razor.rz.scp.css */
.my-uploads-top-bar[b-3msk5uqqez] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    padding: 10px 16px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.my-uploads-storage-label[b-3msk5uqqez] {
    font-weight: 600;
    color: #212121;
    white-space: nowrap;
}

.my-uploads-storage[b-3msk5uqqez] {
    flex: 1 1 240px;
    min-width: 200px;
}

.my-uploads-storage-text[b-3msk5uqqez] {
    text-align: center;
    font-size: 0.8rem;
    color: #444;
    margin-bottom: 4px;
}

.my-uploads-storage-track[b-3msk5uqqez] {
    height: 6px;
    border-radius: 3px;
    background: #e3e6ea;
    overflow: hidden;
}

.my-uploads-storage-fill[b-3msk5uqqez] {
    height: 100%;
    border-radius: 3px;
    background: #1E88E5;
    min-width: 2px;
}

.my-uploads-search[b-3msk5uqqez] {
    flex: 0 1 280px;
    min-width: 180px;
}

.my-uploads-media-type[b-3msk5uqqez] {
    flex: 0 1 180px;
    min-width: 140px;
}

.my-uploads-error[b-3msk5uqqez] {
    color: #F03E3E;
    margin-bottom: 10px;
}

.my-uploads-grid[b-3msk5uqqez] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.my-uploads-card[b-3msk5uqqez] {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
}

.my-uploads-upload-card[b-3msk5uqqez] {
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 180px;
    border: 2px dashed #c2c9d1;
    color: #5b6770;
    cursor: pointer;
    font-size: 0.95rem;
}

    .my-uploads-upload-card:hover[b-3msk5uqqez] {
        border-color: #1E88E5;
        color: #1E88E5;
    }

.my-uploads-upload-icon[b-3msk5uqqez] {
    width: 42px;
    height: 42px;
}

.my-uploads-img[b-3msk5uqqez] {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.my-uploads-file-placeholder[b-3msk5uqqez] {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eceff2;
    color: #5b6770;
    font-weight: 600;
    font-size: 1.1rem;
}

.my-uploads-card-footer[b-3msk5uqqez] {
    padding: 8px 10px;
    font-size: 0.85rem;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-uploads-uploader-host[b-3msk5uqqez] {
    display: none;
}

.my-uploads-empty[b-3msk5uqqez] {
    margin-top: 15px;
    color: #444;
}
/* /Pages/Newsletters/EditNewsletterPage.razor.rz.scp.css */
.edit-newsletter-form[b-194k53aind] {
    margin: 15px;
}

.edit-newsletter-input-group[b-194k53aind] {
    margin-bottom: 5px;
}

.edit-newsletter-sections[b-194k53aind] {
    margin-top: 5px;
}
/* /Pages/SocialMediaPosts/BrandPostEditPage.razor.rz.scp.css */
.brand-post-edit-host[b-s2re0ra0c4] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 56px);
    background: #f3f4f6;
    overflow: hidden;
}

.brand-post-edit-loading[b-s2re0ra0c4],
.brand-post-edit-not-found[b-s2re0ra0c4] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 40px;
}

.brand-post-edit-toolbar[b-s2re0ra0c4] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.brand-post-edit-toolbar-left[b-s2re0ra0c4],
.brand-post-edit-toolbar-right[b-s2re0ra0c4] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.brand-post-edit-toolbar-center[b-s2re0ra0c4] {
    flex: 1 1 auto;
    min-width: 0;
}

.brand-post-edit-toolbar-btn[b-s2re0ra0c4] {
    min-width: 100px;
}

.brand-post-edit-tabs.e-tab .e-tab-header[b-s2re0ra0c4] {
    border: none;
}

.brand-post-edit-icon-btn[b-s2re0ra0c4] {
    border: none;
    background: transparent;
    color: #4b5563;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.brand-post-edit-ai-btn[b-s2re0ra0c4] {
    width: 36px;
    min-width: 36px;
    padding: 0;
}

.brand-post-edit-subtoolbar[b-s2re0ra0c4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.brand-post-edit-subtoolbar-left[b-s2re0ra0c4],
.brand-post-edit-zoom[b-s2re0ra0c4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.brand-post-edit-zoom-slider[b-s2re0ra0c4] {
    width: 140px;
}

.brand-post-edit-workspace[b-s2re0ra0c4] {
    display: grid;
    grid-template-columns: 300px 1fr 120px;
    flex: 1;
    min-height: 0;
}

.brand-post-edit-sidebar[b-s2re0ra0c4] {
    background: #fff;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.brand-post-edit-sidebar-header[b-s2re0ra0c4] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    font-weight: 600;
    border-bottom: 1px solid #e5e7eb;
}

.brand-post-edit-back-btn[b-s2re0ra0c4] {
    border: none;
    background: transparent;
    cursor: pointer;
    color: #374151;
}

.brand-post-edit-upload-panel[b-s2re0ra0c4] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    min-height: 0;
    overflow: auto;
}

.brand-post-edit-upload-btn[b-s2re0ra0c4] {
    width: 100%;
}

.brand-post-edit-storage-text[b-s2re0ra0c4] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 4px;
}

.brand-post-edit-storage-track[b-s2re0ra0c4] {
    height: 5px;
    border-radius: 3px;
    background: #e5e7eb;
    overflow: hidden;
}

.brand-post-edit-storage-fill[b-s2re0ra0c4] {
    height: 100%;
    background: #1e88e5;
    min-width: 2px;
}

.brand-post-edit-upload-grid[b-s2re0ra0c4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.brand-post-edit-upload-card[b-s2re0ra0c4] {
    border-radius: 6px;
    overflow: hidden;
    background: #f9fafb;
    aspect-ratio: 1;
    cursor: grab;
}

.brand-post-edit-upload-card:active[b-s2re0ra0c4] {
    cursor: grabbing;
}

.brand-post-edit-upload-img[b-s2re0ra0c4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.brand-post-edit-uploader-host[b-s2re0ra0c4] {
    display: none;
}

.brand-post-edit-logo-panel[b-s2re0ra0c4] {
    padding: 16px;
    color: #6b7280;
    font-size: 0.9rem;
}

.brand-post-edit-canvas-wrap[b-s2re0ra0c4] {
    min-height: 0;
    overflow: auto;
    padding: 20px;
}

.brand-post-edit-canvas[b-s2re0ra0c4] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.brand-post-edit-canvas-empty[b-s2re0ra0c4] {
    margin: auto;
    color: #6b7280;
    font-size: 0.95rem;
    text-align: center;
    padding: 40px;
}

.brand-post-edit-image-card[b-s2re0ra0c4] {
    position: relative;
    width: min(100%, 520px);
    border: 2px solid transparent;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.brand-post-edit-image-card.selected[b-s2re0ra0c4] {
    border-color: #1e88e5;
}

.brand-post-edit-slide-indicator[b-s2re0ra0c4] {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
}

.brand-post-edit-image-toolbar[b-s2re0ra0c4] {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 4px;
    z-index: 2;
}

.brand-post-edit-image-tool[b-s2re0ra0c4] {
    border: none;
    background: rgba(255, 255, 255, 0.95);
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #374151;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.brand-post-edit-image-tool:disabled[b-s2re0ra0c4] {
    opacity: 0.4;
    cursor: default;
}

.brand-post-edit-image-tool-danger[b-s2re0ra0c4] {
    color: #dc2626;
}

.brand-post-edit-image[b-s2re0ra0c4],
.brand-post-edit-image-placeholder[b-s2re0ra0c4] {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
}

.brand-post-edit-image[b-s2re0ra0c4] {
    object-fit: cover;
    border-radius: 6px;
}

.brand-post-edit-image-placeholder[b-s2re0ra0c4] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    border: 2px dashed #d1d5db;
    border-radius: 6px;
    background: #f9fafb;
}

.brand-post-edit-thumbnails[b-s2re0ra0c4] {
    background: #fff;
    border-left: 1px solid #e5e7eb;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: auto;
}

.brand-post-edit-thumbnail[b-s2re0ra0c4] {
    border: 2px solid transparent;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.brand-post-edit-thumbnail.selected[b-s2re0ra0c4] {
    border-color: #1e88e5;
    border-radius: 6px;
}

.brand-post-edit-thumbnail img[b-s2re0ra0c4] {
    width: 72px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.brand-post-edit-thumbnail-size[b-s2re0ra0c4] {
    font-size: 0.65rem;
    color: #6b7280;
}

.brand-post-edit-thumbnail-empty[b-s2re0ra0c4] {
    width: 72px;
    height: 90px;
    border: 1px dashed #d1d5db;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #9ca3af;
}

.brand-post-edit-error[b-s2re0ra0c4] {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fee2e2;
    color: #b91c1c;
    padding: 8px 14px;
    border-radius: 6px;
    z-index: 10;
}

@media (max-width: 1100px) {
    .brand-post-edit-workspace[b-s2re0ra0c4] {
        grid-template-columns: 260px 1fr 96px;
    }
}
/* /Pages/SocialMediaPosts/BrandPostPublishSchedulePage.razor.rz.scp.css */
.publish-schedule-host[b-71b47aw555] {
    display: flex;
    justify-content: flex-end;
    min-height: calc(100vh - 120px);
    padding: 24px;
    background: rgba(0, 0, 0, 0.04);
}

.publish-schedule-panel[b-71b47aw555] {
    width: min(560px, 100%);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 80px);
}

.publish-schedule-header[b-71b47aw555] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 24px 12px;
    border-bottom: 1px solid #f0f0f0;
}

.publish-schedule-title[b-71b47aw555] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.publish-schedule-subtitle[b-71b47aw555] {
    margin: 8px 0 0;
    font-size: 0.9rem;
    color: #777;
    line-height: 1.4;
}

.publish-schedule-close[b-71b47aw555] {
    border: none;
    background: transparent;
    color: #666;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 4px;
}

.publish-schedule-body[b-71b47aw555] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    padding: 16px 24px 24px;
    gap: 16px;
}

.publish-schedule-section-title[b-71b47aw555] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.publish-schedule-radio-group[b-71b47aw555] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.publish-schedule-radio-row[b-71b47aw555] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.publish-schedule-datetime-row[b-71b47aw555] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.publish-schedule-platform-list[b-71b47aw555] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.publish-schedule-platform-chip[b-71b47aw555] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    font-size: 0.82rem;
    color: #444;
    background: #fafafa;
}

.publish-schedule-platform-icon[b-71b47aw555] {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.publish-schedule-footer[b-71b47aw555] {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 8px;
}

.publish-schedule-submit[b-71b47aw555] {
    min-width: 120px;
}

.publish-schedule-result-body[b-71b47aw555] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px;
}

.publish-schedule-result-label[b-71b47aw555] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.publish-schedule-result-value[b-71b47aw555] {
    font-size: 0.95rem;
    color: #333;
}

.publish-schedule-result-status-success[b-71b47aw555] {
    color: #2e7d32;
    font-weight: 700;
}

.publish-schedule-result-status-failure[b-71b47aw555] {
    color: #c62828;
    font-weight: 700;
}

.publish-schedule-result-platforms[b-71b47aw555] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 700px) {
    .publish-schedule-host[b-71b47aw555] {
        justify-content: center;
        padding: 12px;
    }

    .publish-schedule-panel[b-71b47aw555] {
        width: 100%;
    }

    .publish-schedule-datetime-row[b-71b47aw555] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/SocialMediaPosts/BrandPostPublishSocialMediasPage.razor.rz.scp.css */
.publish-social-medias-host[b-dnq8fphmpr] {
    display: flex;
    justify-content: flex-end;
    min-height: calc(100vh - 120px);
    padding: 24px;
    background: rgba(0, 0, 0, 0.04);
}

.publish-social-medias-panel[b-dnq8fphmpr] {
    width: min(560px, 100%);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 80px);
}

.publish-social-medias-header[b-dnq8fphmpr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 24px 12px;
    border-bottom: 1px solid #f0f0f0;
}

.publish-social-medias-title[b-dnq8fphmpr] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.publish-social-medias-subtitle[b-dnq8fphmpr] {
    margin: 8px 0 0;
    font-size: 0.9rem;
    color: #777;
    line-height: 1.4;
}

.publish-social-medias-close[b-dnq8fphmpr] {
    border: none;
    background: transparent;
    color: #666;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 4px;
}

.publish-social-medias-body[b-dnq8fphmpr] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    padding: 16px 24px 24px;
}

.publish-social-medias-section-title[b-dnq8fphmpr] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.publish-social-medias-platform-list[b-dnq8fphmpr] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.publish-social-medias-platform-row[b-dnq8fphmpr] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
}

.publish-social-medias-platform-icon[b-dnq8fphmpr] {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.publish-social-medias-platform-name[b-dnq8fphmpr] {
    flex: 1;
    font-size: 0.95rem;
    color: #333;
}

.publish-social-medias-warning[b-dnq8fphmpr] {
    color: #e53935;
    font-size: 1rem;
}

.publish-social-medias-chevron[b-dnq8fphmpr] {
    color: #999;
    font-size: 0.9rem;
}

.publish-social-medias-info-row[b-dnq8fphmpr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.publish-social-medias-info-box[b-dnq8fphmpr] {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 14px;
}

.publish-social-medias-info-header[b-dnq8fphmpr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.publish-social-medias-info-title[b-dnq8fphmpr] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

.publish-social-medias-info-text[b-dnq8fphmpr] {
    margin: 0 0 10px;
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
}

.publish-social-medias-link[b-dnq8fphmpr] {
    font-size: 0.8rem;
    color: #1e88e5;
    text-decoration: none;
    white-space: nowrap;
}

.publish-social-medias-info-platforms[b-dnq8fphmpr] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.publish-social-medias-info-platform[b-dnq8fphmpr] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #555;
}

.publish-social-medias-info-icon[b-dnq8fphmpr] {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.publish-social-medias-footer[b-dnq8fphmpr] {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 8px;
}

.publish-social-medias-continue[b-dnq8fphmpr] {
    min-width: 120px;
}

@media (max-width: 700px) {
    .publish-social-medias-host[b-dnq8fphmpr] {
        justify-content: center;
        padding: 12px;
    }

    .publish-social-medias-panel[b-dnq8fphmpr] {
        width: 100%;
    }
}
/* /Pages/SocialMediaPosts/BrandPostViewerPage.razor.rz.scp.css */
.brand-post-viewer-host[b-vd9ryvuyz4] {
    min-height: 1px;
}

.brand-post-viewer-dialog .e-dlg-content[b-vd9ryvuyz4] {
    padding: 0;
}

.brand-post-viewer-body[b-vd9ryvuyz4] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 560px;
}

.brand-post-viewer-media[b-vd9ryvuyz4] {
    position: relative;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
}

.brand-post-viewer-image[b-vd9ryvuyz4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand-post-viewer-aspect[b-vd9ryvuyz4] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
}

.brand-post-viewer-nav[b-vd9ryvuyz4] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(255, 255, 255, 0.9);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.brand-post-viewer-nav-next[b-vd9ryvuyz4] {
    right: 12px;
}

.brand-post-viewer-dots[b-vd9ryvuyz4] {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.brand-post-viewer-dot[b-vd9ryvuyz4] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0;
}

.brand-post-viewer-dot.active[b-vd9ryvuyz4] {
    background: #1e88e5;
}

.brand-post-viewer-no-media[b-vd9ryvuyz4] {
    color: #ccc;
    padding: 24px;
}

.brand-post-viewer-details[b-vd9ryvuyz4] {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    background: #fff;
}

.brand-post-viewer-meta[b-vd9ryvuyz4] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.brand-post-viewer-badge[b-vd9ryvuyz4] {
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-transform: lowercase;
}

.brand-post-viewer-badge-source[b-vd9ryvuyz4] {
    color: #2e7d32;
    border-color: #a5d6a7;
    background: #e8f5e9;
}

.brand-post-viewer-badge-method[b-vd9ryvuyz4] {
    color: #1565c0;
    border-color: #90caf9;
    background: #e3f2fd;
}

.brand-post-viewer-credits[b-vd9ryvuyz4] {
    margin-left: auto;
    font-size: 0.8rem;
    color: #666;
}

.brand-post-viewer-section[b-vd9ryvuyz4] {
    margin-bottom: 18px;
}

.brand-post-viewer-section-title[b-vd9ryvuyz4] {
    font-weight: 700;
    color: #1b5e20;
    margin-bottom: 8px;
}

.brand-post-viewer-prompt-label[b-vd9ryvuyz4] {
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 6px;
}

.brand-post-viewer-section-body[b-vd9ryvuyz4] {
    font-size: 0.95rem;
    color: #222;
    line-height: 1.45;
    white-space: pre-wrap;
}

.brand-post-viewer-timestamp[b-vd9ryvuyz4] {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #888;
}

.brand-post-viewer-actions[b-vd9ryvuyz4] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 16px;
}

.brand-post-viewer-action-btn[b-vd9ryvuyz4] {
    min-width: 110px;
}

.brand-post-viewer-more[b-vd9ryvuyz4] {
    border: none;
    background: transparent;
    color: #666;
    font-size: 1.1rem;
    cursor: default;
    padding: 6px;
}

@media (max-width: 900px) {
    .brand-post-viewer-body[b-vd9ryvuyz4] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/SocialMediaPosts/ContentCalendarPage.razor.rz.scp.css */
.content-calendar-toolbar[b-qsceyh7w6j] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-bottom: 12px;
}

.content-calendar-month-nav[b-qsceyh7w6j] {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-self: center;
}

.content-calendar-month-label[b-qsceyh7w6j] {
    font-size: 1.05rem;
    font-weight: 600;
    min-width: 180px;
    text-align: center;
}

.content-calendar-toolbar-right[b-qsceyh7w6j] {
    justify-self: end;
}

.content-calendar-view-toggle[b-qsceyh7w6j] {
    display: flex;
    gap: 6px;
}

.content-calendar-view-active[b-qsceyh7w6j] {
    background: #1a73e8 !important;
    color: #fff !important;
}

.content-calendar-grid[b-qsceyh7w6j] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.content-calendar-dow[b-qsceyh7w6j] {
    padding: 8px 10px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #555;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}

.content-calendar-cell[b-qsceyh7w6j] {
    min-height: 120px;
    padding: 6px 8px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
}

.content-calendar-cell:nth-child(7n + 1)[b-qsceyh7w6j] {
    border-left: none;
}

.content-calendar-cell-today[b-qsceyh7w6j] {
    background: #fffbe6;
}

.content-calendar-day-number[b-qsceyh7w6j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 0.85rem;
    color: #333;
}

.content-calendar-day-other[b-qsceyh7w6j] {
    color: #bbb;
}

.content-calendar-day-today[b-qsceyh7w6j] {
    background: #1a73e8;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
}

.content-calendar-entries[b-qsceyh7w6j] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
}

.content-calendar-entry[b-qsceyh7w6j] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 4px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.content-calendar-entry-thumb[b-qsceyh7w6j] {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f3f3f3;
}

.content-calendar-entry-thumb-placeholder[b-qsceyh7w6j] {
    border: 1px solid #ececec;
}

.content-calendar-entry-body[b-qsceyh7w6j] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
}

.content-calendar-entry-time-row[b-qsceyh7w6j] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.content-calendar-entry-status[b-qsceyh7w6j] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.content-calendar-entry-status-scheduled[b-qsceyh7w6j] {
    background: #1a73e8;
}

.content-calendar-entry-status-posted[b-qsceyh7w6j] {
    background: #34a853;
}

.content-calendar-entry-status-error[b-qsceyh7w6j] {
    background: #d93025;
}

.content-calendar-entry-time[b-qsceyh7w6j] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.content-calendar-entry-platforms[b-qsceyh7w6j] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.content-calendar-entry-platform-icon[b-qsceyh7w6j] {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.content-calendar-entry-scheduled[b-qsceyh7w6j] {
    border-color: #e8eef8;
}

.content-calendar-entry-posted[b-qsceyh7w6j] {
    border-color: #d9ead9;
}

.content-calendar-entry-error[b-qsceyh7w6j] {
    border-color: #f5c6c2;
    background: #fff8f7;
}

.content-calendar-post-viewer-dialog .e-dlg-content[b-qsceyh7w6j] {
    padding: 0;
}

.brand-post-viewer-body[b-qsceyh7w6j] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 560px;
}

.brand-post-viewer-media[b-qsceyh7w6j] {
    position: relative;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
}

.brand-post-viewer-image[b-qsceyh7w6j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand-post-viewer-aspect[b-qsceyh7w6j] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
}

.brand-post-viewer-nav[b-qsceyh7w6j] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(255, 255, 255, 0.9);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.brand-post-viewer-nav-next[b-qsceyh7w6j] {
    right: 12px;
}

.brand-post-viewer-dots[b-qsceyh7w6j] {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.brand-post-viewer-dot[b-qsceyh7w6j] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0;
}

.brand-post-viewer-dot.active[b-qsceyh7w6j] {
    background: #1e88e5;
}

.brand-post-viewer-no-media[b-qsceyh7w6j] {
    color: #ccc;
    padding: 24px;
}

.brand-post-viewer-details[b-qsceyh7w6j] {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    background: #fff;
}

.brand-post-viewer-meta[b-qsceyh7w6j] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.brand-post-viewer-badge[b-qsceyh7w6j] {
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-transform: lowercase;
}

.brand-post-viewer-badge-source[b-qsceyh7w6j] {
    color: #2e7d32;
    border-color: #a5d6a7;
    background: #e8f5e9;
}

.brand-post-viewer-badge-method[b-qsceyh7w6j] {
    color: #1565c0;
    border-color: #90caf9;
    background: #e3f2fd;
}

.brand-post-viewer-credits[b-qsceyh7w6j] {
    margin-left: auto;
    font-size: 0.8rem;
    color: #666;
}

.brand-post-viewer-section[b-qsceyh7w6j] {
    margin-bottom: 18px;
}

.brand-post-viewer-section-title[b-qsceyh7w6j] {
    font-weight: 700;
    color: #1b5e20;
    margin-bottom: 8px;
}

.brand-post-viewer-prompt-label[b-qsceyh7w6j] {
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 6px;
}

.brand-post-viewer-section-body[b-qsceyh7w6j] {
    font-size: 0.95rem;
    color: #222;
    line-height: 1.45;
    white-space: pre-wrap;
}

.brand-post-viewer-timestamp[b-qsceyh7w6j] {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #888;
}

.brand-post-viewer-actions[b-qsceyh7w6j] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 16px;
}

.brand-post-viewer-action-btn[b-qsceyh7w6j] {
    min-width: 110px;
}

@media (max-width: 900px) {
    .brand-post-viewer-body[b-qsceyh7w6j] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/SocialMediaPosts/ContentLibraryPage.razor.rz.scp.css */
.content-library-grid[b-7a3nqorw79] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.content-library-card[b-7a3nqorw79] {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
}

.content-library-card-clickable[b-7a3nqorw79] {
    cursor: pointer;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.content-library-card-clickable:hover[b-7a3nqorw79] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
}

.content-library-img[b-7a3nqorw79] {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

.content-library-card-footer[b-7a3nqorw79] {
    padding: 8px 10px;
    font-size: 0.85rem;
    color: #444;
}
