@import '_content/TAC.Blazor/TAC.Blazor.clnfree98w.bundle.scp.css';

/* /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/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-upload-count[b-3msk5uqqez] {
    flex-basis: 100%;
    margin-top: 4px;
    font-size: 0.85rem;
    color: #444;
}

.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] {
    position: relative;
    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-video-thumb[b-3msk5uqqez] {
    position: relative;
    width: 100%;
}

.my-uploads-play-badge[b-3msk5uqqez] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
    padding-left: 3px;
    pointer-events: none;
}

.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;
    padding-right: 80px;
    font-size: 0.85rem;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-uploads-delete-btn[b-3msk5uqqez] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    padding: 4px;
    border: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.85);
    color: #F03E3E;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

    .my-uploads-delete-btn:hover[b-3msk5uqqez] {
        background: #F03E3E;
        color: #fff;
    }

    .my-uploads-delete-btn svg[b-3msk5uqqez] {
        width: 16px;
        height: 16px;
    }

.my-uploads-rename-btn[b-3msk5uqqez] {
    position: absolute;
    bottom: 8px;
    right: 44px;
    width: 28px;
    height: 28px;
    padding: 4px;
    border: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.85);
    color: #1E88E5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

    .my-uploads-rename-btn:hover[b-3msk5uqqez] {
        background: #1E88E5;
        color: #fff;
    }

    .my-uploads-rename-btn svg[b-3msk5uqqez] {
        width: 16px;
        height: 16px;
    }

.my-uploads-pager[b-3msk5uqqez] {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.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(100% - 40px);
    background: #f3f4f6;
}

.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-main-tabs.e-tab[b-s2re0ra0c4] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    background: #f3f4f6;
}

.brand-post-edit-main-tabs.e-tab .e-tab-header[b-s2re0ra0c4] {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.brand-post-edit-main-tabs.e-tab .e-content[b-s2re0ra0c4] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.brand-post-edit-main-tabs.e-tab .e-item[b-s2re0ra0c4] {
    height: 100%;
}

.brand-post-edit-tab-panel[b-s2re0ra0c4] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.brand-post-edit-creatives-toolbar[b-s2re0ra0c4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 16px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.brand-post-edit-creatives-toolbar-left[b-s2re0ra0c4],
.brand-post-edit-creatives-toolbar-right[b-s2re0ra0c4],
.brand-post-edit-zoom[b-s2re0ra0c4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.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-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;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 14px;
    font-weight: 600;
    border-bottom: 1px solid #e5e7eb;
}

.brand-post-edit-upload-panel[b-s2re0ra0c4] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.brand-post-edit-upload-panel[b-s2re0ra0c4]  .e-float-input.e-control-wrapper.e-outline.e-small {
    margin-top: 0;
}

.brand-post-edit-upload-panel[b-s2re0ra0c4]  .e-float-input.e-control-wrapper.e-outline.e-small input:focus ~ label.e-float-text,
.brand-post-edit-upload-panel[b-s2re0ra0c4]  .e-float-input.e-control-wrapper.e-outline.e-small input:valid ~ label.e-float-text,
.brand-post-edit-upload-panel[b-s2re0ra0c4]  .e-float-input.e-control-wrapper.e-outline.e-small input ~ label.e-label-top.e-float-text,
.brand-post-edit-upload-panel[b-s2re0ra0c4]  .e-float-input.e-control-wrapper.e-outline.e-small label.e-float-text.e-label-top {
    top: 0;
    transform: translate3d(10px, -3px, 0) scale(0.85) !important;
    background-color: #fff;
    padding: 0 4px;
}

.brand-post-edit-upload-btn[b-s2re0ra0c4] {
    flex-shrink: 0;
    font-weight: normal;
}

.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));
    grid-auto-rows: minmax(100px, auto);
    gap: 8px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.brand-post-edit-pager[b-s2re0ra0c4] {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.brand-post-edit-sidebar[b-s2re0ra0c4]  .e-tab {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.brand-post-edit-sidebar[b-s2re0ra0c4]  .e-tab > .e-content {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.brand-post-edit-sidebar[b-s2re0ra0c4]  .e-tab > .e-content > .e-item {
    height: 100%;
    min-height: 0;
}

.brand-post-edit-upload-card[b-s2re0ra0c4] {
    border-radius: 6px;
    overflow: hidden;
    background: #f9fafb;
    aspect-ratio: 1;
    min-height: 100px;
    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-video-thumb[b-s2re0ra0c4] {
    position: relative;
    width: 100%;
    height: 100%;
}

.brand-post-edit-play-badge[b-s2re0ra0c4] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1;
    padding-left: 2px;
    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 20px 5px 20px;
}

.brand-post-edit-canvas[b-s2re0ra0c4] {
    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);
    max-height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    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] {
    flex: 1;
    min-height: 0;
    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],
.brand-post-edit-thumbnail video[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-captions-panel[b-s2re0ra0c4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    max-width: 720px;
    background: #fff;
    margin: 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.brand-post-edit-caption-text textarea[b-s2re0ra0c4] {
    min-height: 220px;
}

.brand-post-edit-caption-counter[b-s2re0ra0c4] {
    font-size: 0.75rem;
    color: #6b7280;
    text-align: right;
    margin-top: -8px;
}

.brand-post-edit-caption-counter.is-over[b-s2re0ra0c4] {
    color: #dc2626;
    font-weight: 600;
}

.brand-post-edit-platform-caption[b-s2re0ra0c4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.brand-post-edit-platform-caption label[b-s2re0ra0c4] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

.brand-post-edit-placeholder-tab[b-s2re0ra0c4] {
    min-height: 240px;
    background: #fff;
    margin: 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.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;
}

.content-library-video-thumb[b-7a3nqorw79] {
    position: relative;
    width: 100%;
}

.content-library-play-badge[b-7a3nqorw79] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
    padding-left: 3px;
    pointer-events: none;
}
/* /Pages/SocialMediaPosts/SocialMediaAuthPage.razor.rz.scp.css */
.socialauth-platform-section[b-20wlddxblh] {
    border: 2px solid #1E88E5;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.socialauth-platform-header[b-20wlddxblh] {
    background: #1E88E5;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 8px 14px;
}

[b-20wlddxblh] .alert,
[b-20wlddxblh] p,
[b-20wlddxblh] .card,
[b-20wlddxblh] h3 {
    margin-left: 14px;
    margin-right: 14px;
}
