/* /Components/Accordion.razor.rz.scp.css */
.accordion[b-qm6oyztvq7] {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius);
}

.accordion-button:hover[b-qm6oyztvq7] {
    background-color: #efefef;
}

.accordion-header-title[b-qm6oyztvq7] {
    color: var(--bs-body-color);
}

.accordion-header-description[b-qm6oyztvq7] {
    font-style: italic;
    color: gray;
}

.accordion-collapse.collapsing[b-qm6oyztvq7] {
    transition: height 0.75s ease;
}

.accordion-button[b-qm6oyztvq7] {
    display: block;
}

    .accordion-button:focus[b-qm6oyztvq7] {
        border-color: unset;
        box-shadow: unset;
    }

    .accordion-button:not(.collapsed)[b-qm6oyztvq7] {
        background-color: unset;
        box-shadow: unset;
    }

    .accordion-button[b-qm6oyztvq7]::after {
        position: absolute;
        right: 18px;
        top: 15px;
        display: none;
    }

    .accordion-button:hover[b-qm6oyztvq7]::after {
        display: unset;
    }

.status-badge[b-qm6oyztvq7] {
    height: 15px;
    width: 15px;
}
    
.blink[b-qm6oyztvq7] {
    animation: blinker-b-qm6oyztvq7 2s linear infinite;
}

@keyframes blinker-b-qm6oyztvq7 {
    50% {
        opacity: 0;
    }
}
/* /Components/AccordionFake.razor.rz.scp.css */
.card-header-description[b-0g3duqyox2] {
    font-style: italic;
    color: gray;
}

.status-badge[b-0g3duqyox2] {
    height: 15px;
    width: 15px;
}

.blink[b-0g3duqyox2] {
    animation: blinker-b-0g3duqyox2 2s linear infinite;
}

@keyframes blinker-b-0g3duqyox2 {
    50% {
        opacity: 0;
    }
}
/* /Components/AccountsTabs/AdAccountTab.razor.rz.scp.css */
.conditions-cell[b-qyfq77f8h6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.condition-pill[b-qyfq77f8h6] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    font-size: 0.74rem;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
}

.condition-pill i[b-qyfq77f8h6] {
    font-size: 0.72rem;
}

.condition-pill.is-all[b-qyfq77f8h6] {
    background: #eef6ef;
    color: #2f6f45;
}

.condition-pill.is-contains[b-qyfq77f8h6] {
    background: #eef3fb;
    color: #27507b;
}

.condition-pill.is-selected[b-qyfq77f8h6] {
    background: #f6f1ff;
    color: #5b3d97;
}
/* /Components/AddOrEditCreativeModal.razor.rz.scp.css */
.creative-modal-layout[b-ad70ucs948] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.creative-check-wrap[b-ad70ucs948] {
    width: 100%;
    border: 1px solid #dce5f4;
    border-radius: 0.65rem;
    background: #f7faff;
    padding: 0.55rem 0.75rem;
}

.creative-media-slot[b-ad70ucs948] {
    border: 1px solid #dce5f4;
    border-radius: 0.7rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    padding: 0.65rem 0.75rem;
}

.creative-media-slot-title[b-ad70ucs948] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #5f6f86;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.creative-media-name[b-ad70ucs948] {
    color: #455468;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
}

.creative-media-name-wrap[b-ad70ucs948] {
    display: flex;
    align-items: flex-start;
    border: 1px solid #cfe0ff;
    background: #eef5ff;
    border-radius: 0.55rem;
    padding: 0.45rem 0.55rem;
    color: #2f4873;
}

.creative-media-empty[b-ad70ucs948] {
    color: #6b7d95;
    font-size: 0.82rem;
    font-weight: 600;
}

.creative-media-readonly-note[b-ad70ucs948] {
    border: 1px dashed #cfdcf3;
    background: #f7faff;
    color: #5c6f89;
    border-radius: 0.55rem;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.45rem 0.6rem;
}

.creative-age-set[b-ad70ucs948] {
    border: 1px solid #dce5f4;
    border-left: 4px solid #6ea0f5;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    padding: 0.8rem;
}

.creative-age-set-title[b-ad70ucs948] {
    color: #4e5f77;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
/* /Components/AdSetCard.razor.rz.scp.css */
.card-header-description[b-e72itjfni7] {
    font-style: italic;
    color: gray;
    font-size: 1rem;
    line-height: 19.2px;
}

.status-badge[b-e72itjfni7] {
    height: 15px;
    width: 15px;
}
    
.blink[b-e72itjfni7] {
    animation: blinker-b-e72itjfni7 2s linear infinite;
}

@keyframes blinker-b-e72itjfni7 {
    50% {
        opacity: 0;
    }
}
/* /Components/CampaignDetailsModal.razor.rz.scp.css */
.campaign-card[b-vi43akvbre] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: start;
    align-content: stretch;
    justify-content: start;
    gap: 8px;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
    min-height: 183px;
}

.campaign-card:hover[b-vi43akvbre] {
    outline: #939393;
    outline-width: 2px;
    outline-style: solid;
    cursor: pointer;
}

.campaign-card-details[b-vi43akvbre] {
    position: relative;
    width: 100%;
    background: radial-gradient(circle, rgb(201 201 201) 0%, rgb(255 255 255 / 0%) 50%);
    border: 1px solid #FFFFFF;
    overflow: hidden;
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    gap: 1px;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.filter-bar[b-vi43akvbre] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
    padding: 8px 8px 8px 8px;
}
/* /Components/CampaignEditors/EditCampaignAdDeleteModal.razor.rz.scp.css */
.ad-delete-modal[b-mr4cr7xuxm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ad-delete-list[b-mr4cr7xuxm] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ad-delete-card[b-mr4cr7xuxm] {
    border: 1px solid #dbe5f4;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    padding: 0.85rem 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ad-delete-card-head[b-mr4cr7xuxm] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.ad-delete-card-title-wrap[b-mr4cr7xuxm] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.ad-delete-card-title[b-mr4cr7xuxm] {
    color: #2f3a4a;
    font-weight: 700;
}

.ad-delete-summary-grid[b-mr4cr7xuxm] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: stretch;
}

.ad-delete-panel[b-mr4cr7xuxm] {
    border: 1px solid #dbe5f4;
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
    background: #f9fbff;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    justify-content: flex-start;
}

.ad-delete-panel .meta-value[b-mr4cr7xuxm] {
    font-weight: 700;
}

.ad-delete-panel.is-keep[b-mr4cr7xuxm] {
    background: #f3f5f7;
    border-color: #d4dce5;
}

.ad-delete-panel.is-keep .meta-label[b-mr4cr7xuxm],
.ad-delete-panel.is-keep .meta-value[b-mr4cr7xuxm] {
    color: #556476;
}

.ad-delete-panel.is-delete[b-mr4cr7xuxm] {
    background: #fff2f2;
    border-color: #efc0c0;
}

.ad-delete-panel.is-delete .meta-label[b-mr4cr7xuxm],
.ad-delete-panel.is-delete .meta-value[b-mr4cr7xuxm] {
    color: #a33131;
}

.ad-delete-panel :deep(.form-select)[b-mr4cr7xuxm] {
    background: rgba(255, 255, 255, 0.92);
}

.ad-delete-arrow[b-mr4cr7xuxm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7a8da8;
    font-size: 1.35rem;
}

.ad-delete-form-grid[b-mr4cr7xuxm] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.ad-delete-field[b-mr4cr7xuxm] {
    min-width: 0;
}

.ad-delete-field-wide[b-mr4cr7xuxm] {
    min-width: 0;
}

.field-hint[b-mr4cr7xuxm] {
    color: #6c7a8f;
    font-size: 0.82rem;
    margin-top: 0.35rem;
}

@media (max-width: 768px) {
    .ad-delete-card-head[b-mr4cr7xuxm] {
        flex-direction: column;
        align-items: flex-start;
    }

    .ad-delete-summary-grid[b-mr4cr7xuxm],
    .ad-delete-form-grid[b-mr4cr7xuxm] {
        grid-template-columns: 1fr;
    }

    .ad-delete-arrow[b-mr4cr7xuxm] {
        transform: rotate(90deg);
    }
}
/* /Components/CampaignEditors/EditCampaignAdSetBidCapModal.razor.rz.scp.css */
.bid-cap-change-modal[b-260cu6r86x] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bid-cap-change-hero[b-260cu6r86x] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.bid-cap-change-summary-grid[b-260cu6r86x] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: stretch;
}

.bid-cap-change-panel[b-260cu6r86x] {
    border: 1px solid #dbe5f4;
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
    background: #f9fbff;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    justify-content: flex-start;
    height: 100%;
}

.bid-cap-change-panel .meta-value[b-260cu6r86x] {
    font-weight: 700;
}

.bid-cap-change-input-wrap[b-260cu6r86x] {
    margin-top: 0.15rem;
}

.bid-cap-change-input-wrap :deep(.form-control)[b-260cu6r86x] {
    background: rgba(255, 255, 255, 0.92);
}

.bid-cap-change-panel.is-valid[b-260cu6r86x] {
    background: #f1fbf4;
    border-color: #bfe3c8;
}

.bid-cap-change-panel.is-valid .meta-label[b-260cu6r86x],
.bid-cap-change-panel.is-valid .meta-value[b-260cu6r86x] {
    color: #217246;
}

.bid-cap-change-panel.is-default[b-260cu6r86x] {
    background: #f3f5f7;
    border-color: #d4dce5;
}

.bid-cap-change-panel.is-default .meta-label[b-260cu6r86x],
.bid-cap-change-panel.is-default .meta-value[b-260cu6r86x] {
    color: #556476;
}

.bid-cap-change-arrow[b-260cu6r86x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7a8da8;
    font-size: 1.35rem;
}

.bid-cap-change-form-grid[b-260cu6r86x] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.bid-cap-change-field[b-260cu6r86x] {
    min-width: 0;
}

.bid-cap-change-field-wide[b-260cu6r86x] {
    min-width: 0;
}

.field-hint[b-260cu6r86x] {
    color: #6c7a8f;
    font-size: 0.82rem;
    margin-top: 0.35rem;
}

@media (max-width: 768px) {
    .bid-cap-change-summary-grid[b-260cu6r86x],
    .bid-cap-change-form-grid[b-260cu6r86x] {
        grid-template-columns: 1fr;
    }

    .bid-cap-change-arrow[b-260cu6r86x] {
        transform: rotate(90deg);
    }
}
/* /Components/CampaignEditors/EditCampaignAdSetCostPerResultModal.razor.rz.scp.css */
.cost-per-result-change-modal[b-1c2t73ykdp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cost-per-result-change-hero[b-1c2t73ykdp] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.cost-per-result-change-summary-grid[b-1c2t73ykdp] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: stretch;
}

.cost-per-result-change-panel[b-1c2t73ykdp] {
    border: 1px solid #dbe5f4;
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
    background: #f9fbff;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    justify-content: flex-start;
    height: 100%;
}

.cost-per-result-change-panel .meta-value[b-1c2t73ykdp] {
    font-weight: 700;
}

.cost-per-result-change-input-wrap[b-1c2t73ykdp] {
    margin-top: 0.15rem;
}

.cost-per-result-change-input-wrap :deep(.form-control)[b-1c2t73ykdp] {
    background: rgba(255, 255, 255, 0.92);
}

.cost-per-result-change-panel.is-valid[b-1c2t73ykdp] {
    background: #f1fbf4;
    border-color: #bfe3c8;
}

.cost-per-result-change-panel.is-valid .meta-label[b-1c2t73ykdp],
.cost-per-result-change-panel.is-valid .meta-value[b-1c2t73ykdp] {
    color: #217246;
}

.cost-per-result-change-panel.is-default[b-1c2t73ykdp] {
    background: #f3f5f7;
    border-color: #d4dce5;
}

.cost-per-result-change-panel.is-default .meta-label[b-1c2t73ykdp],
.cost-per-result-change-panel.is-default .meta-value[b-1c2t73ykdp] {
    color: #556476;
}

.cost-per-result-change-arrow[b-1c2t73ykdp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7a8da8;
    font-size: 1.35rem;
}

.cost-per-result-change-form-grid[b-1c2t73ykdp] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.cost-per-result-change-field[b-1c2t73ykdp] {
    min-width: 0;
}

.cost-per-result-change-field-wide[b-1c2t73ykdp] {
    min-width: 0;
}

.field-hint[b-1c2t73ykdp] {
    color: #6c7a8f;
    font-size: 0.82rem;
    margin-top: 0.35rem;
}

@media (max-width: 768px) {
    .cost-per-result-change-summary-grid[b-1c2t73ykdp],
    .cost-per-result-change-form-grid[b-1c2t73ykdp] {
        grid-template-columns: 1fr;
    }

    .cost-per-result-change-arrow[b-1c2t73ykdp] {
        transform: rotate(90deg);
    }
}
/* /Components/CampaignEditors/EditCampaignAdStatusModal.razor.rz.scp.css */
.ad-status-change-modal[b-ebd67lcyp0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ad-status-change-list[b-ebd67lcyp0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ad-status-change-card[b-ebd67lcyp0] {
    border: 1px solid #dbe5f4;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    padding: 0.85rem 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ad-status-change-card-head[b-ebd67lcyp0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.ad-status-change-card-title-wrap[b-ebd67lcyp0] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.ad-status-change-card-title[b-ebd67lcyp0] {
    color: #2f3a4a;
    font-weight: 700;
}

.ad-status-change-summary-grid[b-ebd67lcyp0] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: stretch;
}

.ad-status-change-panel[b-ebd67lcyp0] {
    border: 1px solid #dbe5f4;
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
    background: #f9fbff;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    justify-content: flex-start;
}

.ad-status-change-panel .meta-value[b-ebd67lcyp0] {
    font-weight: 700;
}

.ad-status-change-panel.is-active[b-ebd67lcyp0] {
    background: #f1fbf4;
    border-color: #bfe3c8;
}

.ad-status-change-panel.is-active .meta-label[b-ebd67lcyp0],
.ad-status-change-panel.is-active .meta-value[b-ebd67lcyp0] {
    color: #217246;
}

.ad-status-change-panel.is-paused[b-ebd67lcyp0] {
    background: #f3f5f7;
    border-color: #d4dce5;
}

.ad-status-change-panel.is-paused .meta-label[b-ebd67lcyp0],
.ad-status-change-panel.is-paused .meta-value[b-ebd67lcyp0] {
    color: #556476;
}

.ad-status-change-panel :deep(.form-select)[b-ebd67lcyp0] {
    background: rgba(255, 255, 255, 0.92);
}

.ad-status-change-arrow[b-ebd67lcyp0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7a8da8;
    font-size: 1.35rem;
}

.ad-status-change-form-grid[b-ebd67lcyp0] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.ad-status-change-field[b-ebd67lcyp0] {
    min-width: 0;
}

.ad-status-change-field-wide[b-ebd67lcyp0] {
    min-width: 0;
}

.field-hint[b-ebd67lcyp0] {
    color: #6c7a8f;
    font-size: 0.82rem;
    margin-top: 0.35rem;
}

@media (max-width: 768px) {
    .ad-status-change-summary-grid[b-ebd67lcyp0],
    .ad-status-change-form-grid[b-ebd67lcyp0] {
        grid-template-columns: 1fr;
    }

    .ad-status-change-card-head[b-ebd67lcyp0] {
        flex-direction: column;
        align-items: flex-start;
    }

    .ad-status-change-arrow[b-ebd67lcyp0] {
        transform: rotate(90deg);
    }
}
/* /Components/CampaignEditors/EditCampaignBudgetModal.razor.rz.scp.css */
.budget-change-modal[b-3wcknq82km] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.budget-change-hero[b-3wcknq82km] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.budget-change-kicker[b-3wcknq82km] {
    color: #6f84a0;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.budget-change-summary-grid[b-3wcknq82km] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: stretch;
}

.budget-change-panel[b-3wcknq82km] {
    border: 1px solid #dbe5f4;
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
    background: #f9fbff;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    justify-content: flex-start;
    height: 100%;
}

.budget-change-panel .meta-value[b-3wcknq82km] {
    font-weight: 700;
}

.budget-change-input-wrap[b-3wcknq82km] {
    margin-top: 0.15rem;
}

.budget-change-input-wrap :deep(.form-control)[b-3wcknq82km] {
    background: rgba(255, 255, 255, 0.92);
}

.budget-change-panel.is-valid[b-3wcknq82km] {
    background: #f1fbf4;
    border-color: #bfe3c8;
}

.budget-change-panel.is-valid .meta-label[b-3wcknq82km],
.budget-change-panel.is-valid .meta-value[b-3wcknq82km] {
    color: #217246;
}

.budget-change-panel.is-default[b-3wcknq82km] {
    background: #f3f5f7;
    border-color: #d4dce5;
}

.budget-change-panel.is-default .meta-label[b-3wcknq82km],
.budget-change-panel.is-default .meta-value[b-3wcknq82km] {
    color: #556476;
}

.budget-change-arrow[b-3wcknq82km] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7a8da8;
    font-size: 1.35rem;
}

.budget-change-form-grid[b-3wcknq82km] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.budget-change-field[b-3wcknq82km] {
    min-width: 0;
}

.budget-change-field-wide[b-3wcknq82km] {
    min-width: 0;
}

.field-hint[b-3wcknq82km] {
    color: #6c7a8f;
    font-size: 0.82rem;
    margin-top: 0.35rem;
}

@media (max-width: 768px) {
    .budget-change-summary-grid[b-3wcknq82km],
    .budget-change-form-grid[b-3wcknq82km] {
        grid-template-columns: 1fr;
    }

    .budget-change-arrow[b-3wcknq82km] {
        transform: rotate(90deg);
    }
}
/* /Components/CampaignEditors/EditCampaignStatusModal.razor.rz.scp.css */
.status-change-modal[b-37c66h2096] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.status-change-hero[b-37c66h2096] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.status-change-kicker[b-37c66h2096] {
    color: #6f84a0;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.status-change-summary-grid[b-37c66h2096] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
}

.status-change-panel[b-37c66h2096] {
    border: 1px solid #dbe5f4;
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
    background: #f9fbff;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.status-change-panel .meta-value[b-37c66h2096] {
    font-weight: 700;
}

.status-change-panel.is-active[b-37c66h2096] {
    background: #f1fbf4;
    border-color: #bfe3c8;
}

.status-change-panel.is-active .meta-label[b-37c66h2096],
.status-change-panel.is-active .meta-value[b-37c66h2096] {
    color: #217246;
}

.status-change-panel.is-paused[b-37c66h2096] {
    background: #fff8eb;
    border-color: #f3d49b;
}

.status-change-panel.is-paused .meta-label[b-37c66h2096],
.status-change-panel.is-paused .meta-value[b-37c66h2096] {
    color: #8a5a00;
}

.status-change-panel.is-archived[b-37c66h2096],
.status-change-panel.is-disabled[b-37c66h2096] {
    background: #f3f5f7;
    border-color: #d4dce5;
}

.status-change-panel.is-archived .meta-label[b-37c66h2096],
.status-change-panel.is-archived .meta-value[b-37c66h2096],
.status-change-panel.is-disabled .meta-label[b-37c66h2096],
.status-change-panel.is-disabled .meta-value[b-37c66h2096] {
    color: #556476;
}

.status-change-form-grid[b-37c66h2096] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.status-change-field[b-37c66h2096] {
    min-width: 0;
}

.status-change-field-wide[b-37c66h2096] {
    grid-column: 1 / -1;
}

.status-change-arrow[b-37c66h2096] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7a8da8;
    font-size: 1.35rem;
}

.field-hint[b-37c66h2096] {
    color: #6c7a8f;
    font-size: 0.82rem;
    margin-top: 0.35rem;
}

@media (max-width: 768px) {
    .status-change-summary-grid[b-37c66h2096] {
        grid-template-columns: 1fr;
    }

    .status-change-arrow[b-37c66h2096] {
        transform: rotate(90deg);
    }

    .status-change-form-grid[b-37c66h2096] {
        grid-template-columns: 1fr;
    }
}
/* /Components/CampaignLive/CampaignLiveDetailsModal.razor.rz.scp.css */
.campaign-live-modal-title[b-z0f75su65s] {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.campaign-live-modal-heading[b-z0f75su65s] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.campaign-live-modal-name[b-z0f75su65s] {
    color: #263448;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.2;
}

.campaign-live-modal-expand[b-z0f75su65s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid #d2def1;
    border-radius: 999px;
    background: #f7faff;
    color: #4c6a93;
    padding: 0;
    font-size: 0.82rem;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.campaign-live-modal-expand:hover[b-z0f75su65s] {
    border-color: #adc5e8;
    background: #edf4ff;
    color: #2b568c;
}

.campaign-live-modal-section-tabs[b-z0f75su65s] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.campaign-live-modal-section-tab[b-z0f75su65s] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d6e2f3;
    border-radius: 999px;
    background: #fff;
    color: #58708f;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.28rem 0.7rem;
    transition: all 0.15s ease;
}

.campaign-live-modal-section-tab:hover[b-z0f75su65s],
.campaign-live-modal-section-tab.is-active[b-z0f75su65s] {
    border-color: #adc5e8;
    background: #edf4ff;
    color: #2b568c;
}
/* /Components/CampaignSelector.razor.rz.scp.css */
.campaign-card[b-avw9h1vdy9] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: start;
    align-content: stretch;
    justify-content: start;
    gap: 8px;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
    min-height: 183px;
}

.campaign-card:hover[b-avw9h1vdy9] {
    outline: #939393;
    outline-width: 2px;
    outline-style: solid;
    cursor: pointer;
}

.campaign-card-details[b-avw9h1vdy9] {
    position: relative;
    width: 100%;
    background: radial-gradient(circle, rgb(201 201 201) 0%, rgb(255 255 255 / 0%) 50%);
    border: 1px solid #FFFFFF;
    overflow: hidden;
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    gap: 1px;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
/* /Components/CreativeCommentsModal.razor.rz.scp.css */
.creative-comments-modal-title[b-6mim0fgk0t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.creative-comments-modal-kicker[b-6mim0fgk0t] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #6b7a90;
    font-weight: 700;
}

.creative-comments-modal-heading[b-6mim0fgk0t] {
    color: #31425c;
    font-size: 1.2rem;
    font-weight: 700;
}

.creative-comments-modal-subtitle[b-6mim0fgk0t] {
    color: #7a8798;
    font-size: 0.82rem;
}

.creative-comments-modal-counter[b-6mim0fgk0t] {
    min-width: 96px;
    border-radius: 1rem;
    background: linear-gradient(135deg, #edf5ff 0%, #f9fbff 100%);
    border: 1px solid #d6e3f7;
    padding: 0.65rem 0.8rem;
    text-align: center;
}

.creative-comments-modal-counter span[b-6mim0fgk0t] {
    display: block;
    color: #24559a;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.creative-comments-modal-counter small[b-6mim0fgk0t] {
    color: #71819a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.68rem;
    font-weight: 700;
}

.creative-comments-modal-shell[b-6mim0fgk0t] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.creative-comments-summary-grid[b-6mim0fgk0t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.creative-comments-summary-card[b-6mim0fgk0t] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.85rem 0.95rem;
    border-radius: 0.95rem;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
    border: 1px solid #dce7f6;
}

.creative-comments-summary-card .summary-label[b-6mim0fgk0t] {
    color: #71819a;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.7rem;
    font-weight: 700;
}

.creative-comments-summary-card .summary-value[b-6mim0fgk0t] {
    color: #2f3f58;
    font-size: 0.98rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.creative-comments-empty-state[b-6mim0fgk0t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 2.8rem 1rem;
    border-radius: 1rem;
    border: 1px dashed #cad8eb;
    background: linear-gradient(180deg, #fcfdff 0%, #f6f9ff 100%);
    color: #627289;
    text-align: center;
}

.creative-comments-empty-state i[b-6mim0fgk0t] {
    font-size: 1.8rem;
    color: #6f95d1;
}

.creative-comments-list[b-6mim0fgk0t] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-height: 62vh;
    overflow: auto;
    padding-right: 0.2rem;
}

.creative-comment-card[b-6mim0fgk0t] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #dce6f4;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: 0 10px 24px rgba(29, 51, 84, 0.08);
}

.creative-comment-topline[b-6mim0fgk0t] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.creative-comment-ad-meta[b-6mim0fgk0t],
.creative-comment-side-meta[b-6mim0fgk0t] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.comment-chip[b-6mim0fgk0t] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.28rem 0.62rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.comment-chip-soft[b-6mim0fgk0t] {
    background: #eef5ff;
    border: 1px solid #cfdff7;
    color: #44648f;
}

.comment-chip-primary[b-6mim0fgk0t] {
    background: #ecf8f3;
    border: 1px solid #c8e9d9;
    color: #2f6e58;
}

.comment-chip-neutral[b-6mim0fgk0t] {
    background: #f7f8fb;
    border: 1px solid #dfe4ed;
    color: #67768c;
}

.creative-comment-author-row[b-6mim0fgk0t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.creative-comment-author[b-6mim0fgk0t] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.author-avatar[b-6mim0fgk0t] {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7ea2df 0%, #5d84c9 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 8px 18px rgba(57, 95, 161, 0.28);
}

.author-meta[b-6mim0fgk0t] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.author-meta strong[b-6mim0fgk0t] {
    color: #304057;
}

.author-meta span[b-6mim0fgk0t] {
    color: #7c8798;
    font-size: 0.8rem;
}

.creative-comment-ids[b-6mim0fgk0t] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #8090a4;
    font-size: 0.74rem;
    text-align: right;
}

.creative-comment-body[b-6mim0fgk0t] {
    color: #324255;
    line-height: 1.6;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    padding: 0.9rem 1rem;
    border-radius: 0.85rem;
    background: #f8fbff;
    border: 1px solid #e2ebf7;
}

@media (max-width: 768px) {
    .creative-comments-modal-title[b-6mim0fgk0t],
    .creative-comment-topline[b-6mim0fgk0t],
    .creative-comment-author-row[b-6mim0fgk0t] {
        flex-direction: column;
        align-items: stretch;
    }

    .creative-comment-ids[b-6mim0fgk0t] {
        align-items: flex-start;
        text-align: left;
    }
}
/* /Components/FormModal.razor.rz.scp.css */
.modal-dialog[b-51vw6knglt] {
    transition:
        width 0.32s ease,
        max-width 0.32s ease,
        height 0.32s ease,
        margin 0.32s ease,
        transform 0.32s ease;
    will-change: width, max-width, height, margin, transform;
}

.modal-header .flex-grow-1[b-51vw6knglt] {
    min-width: 0;
}

.modal-header-actions[b-51vw6knglt] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: center;
}

.modal-near-fullscreen[b-51vw6knglt] {
    width: 98vw;
    max-width: 98vw;
    height: calc(100vh - 3rem);
    margin: 1.5rem auto;
}

.modal-near-fullscreen .modal-content[b-51vw6knglt] {
    height: 100%;
    transition: height 0.32s ease;
}

.modal-near-fullscreen .modal-body[b-51vw6knglt] {
    overflow: auto;
}
/* /Components/Forms/FormDateElement.razor.rz.scp.css */
/*input[type="date"] {
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        color: transparent;
        background: transparent;
    }*/
/* /Components/QueryNodeEditorContent.razor.rz.scp.css */
.qb-node[b-1slszee2lc] {
    font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}

.qb-term[b-1slszee2lc] {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: .6rem .75rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.qb-input[b-1slszee2lc] {
    flex: 1;
    border: none;
    outline: none;
    font-size: .95rem;
}

.qb-group[b-1slszee2lc] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: .75rem;
    margin-top: .75rem;
    background: #f9fafb;
}

.qb-group-header[b-1slszee2lc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
}

.qb-badge[b-1slszee2lc] {
    padding: .2rem .6rem;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .05em;
}

.qb-badge.and[b-1slszee2lc] {
    background: #e0f2fe;
    color: #0369a1;
}

.qb-badge.or[b-1slszee2lc] {
    background: #fef3c7;
    color: #92400e;
}

.qb-actions[b-1slszee2lc] {
    display: flex;
    gap: .3rem;
}

.qb-icon[b-1slszee2lc] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: .25rem .45rem;
    cursor: pointer;
    font-size: .85rem;
    transition: all .15s ease;
}

.qb-icon:hover[b-1slszee2lc] {
    background: #f3f4f6;
}

.qb-icon.danger[b-1slszee2lc] {
    color: #dc2626;
    border-color: #fecaca;
}

.qb-children[b-1slszee2lc] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-left: .75rem;
    border-left: 2px dashed #e5e7eb;
    padding-left: .75rem;
}
/* /Components/ReportTabs/ActionTab.razor.rz.scp.css */
.report-card[b-5gkgigr9ey] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: start;
    align-content: stretch;
    justify-content: start;
    gap: 8px;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
    min-height: 183px;
}
/* /Components/ReportTabs/DynamicRuleTab.razor.rz.scp.css */
.report-card[b-x2qd023utv] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: start;
    align-content: stretch;
    justify-content: start;
    gap: 8px;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
    min-height: 183px;
}
/* /Components/ReportTabs/InsightAdAccountTab.razor.rz.scp.css */
.report-card[b-kpvngvxf3y] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: start;
    align-content: stretch;
    justify-content: start;
    gap: 8px;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
    min-height: 183px;
}
/* /Components/ReportTabs/ReportGeoProvinceDetailsModal.razor.rz.scp.css */
.progress-focus-card[b-e8rul6hizy] {
    background: #f9fbff;
    border: 1px solid #e1eaf6;
    border-radius: 0.75rem;
    padding: 0.9rem;
}

.geo-province-sticky-filters[b-e8rul6hizy] {
    position: sticky;
    top: -1rem;
    z-index: 800;
    background: #fff;
    margin: -1rem -1rem 0;
    padding: 0.35rem 1rem 0.25rem;
    border-bottom: 1px solid #e2eaf7;
    box-shadow: 0 8px 18px rgba(23, 43, 77, 0.08);
    overflow: clip;
}

.geo-province-sticky-filters .progress-focus-card[b-e8rul6hizy] {
    margin-bottom: 0.6rem !important;
    box-shadow: none;
}

.campaign-live-filter-grid[b-e8rul6hizy] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: end;
}

.geo-province-filter-grid[b-e8rul6hizy] {
    grid-template-columns: minmax(0, 360px);
}

.campaign-live-filter-field[b-e8rul6hizy] {
    min-width: 0;
}

.progress-metric-items[b-e8rul6hizy] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.progress-metric-chip[b-e8rul6hizy] {
    border: 1px solid #d5e1f7;
    border-radius: 999px;
    background: #f1f6ff;
    color: #456188;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.2rem 0.55rem;
}

.geo-creative-card[b-e8rul6hizy] {
    border-radius: 0.8rem;
}

.statistics-creative-name-row[b-e8rul6hizy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.statistics-creative-name[b-e8rul6hizy] {
    color: #2f3a4a;
    font-weight: 600;
    line-height: 1.25;
    min-width: 0;
}

.statistics-table-wrap[b-e8rul6hizy] {
    overflow-x: auto;
    border: 1px solid #dbe5f7;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.statistics-table[b-e8rul6hizy] {
    min-width: 860px;
}

.geo-days-table-scroll[b-e8rul6hizy] {
    max-height: min(52vh, 560px);
    overflow: auto;
}

.geo-days-table-scroll .statistics-table thead th[b-e8rul6hizy] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f6f9ff;
}

.statistics-table thead th[b-e8rul6hizy] {
    color: #5d708d;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 0.7rem 0.7rem 0.55rem;
    border-bottom-width: 1px;
}

.statistics-table tbody td[b-e8rul6hizy] {
    padding: 0.58rem 0.7rem;
    font-size: 0.82rem;
    vertical-align: middle;
}

.statistics-day-row td[b-e8rul6hizy] {
    background: #fbfdff;
    color: #536273;
    font-size: 0.79rem;
}

.geo-day-total-row td[b-e8rul6hizy] {
    background: #f7fbff;
}

.statistics-total-row td[b-e8rul6hizy] {
    background: #f4f8ff;
    font-weight: 700;
    border-top-width: 2px;
}

.geo-creative-total-row td[b-e8rul6hizy] {
    background: #edf4ff;
}

.empty-state-box[b-e8rul6hizy] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    border: 1px dashed #c8d8ef;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
    color: #5d708d;
    font-weight: 600;
}

@media (max-width: 992px) {
    .campaign-live-filter-grid[b-e8rul6hizy] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .geo-province-filter-grid[b-e8rul6hizy] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .campaign-live-filter-grid[b-e8rul6hizy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .geo-days-table-scroll[b-e8rul6hizy] {
        max-height: min(58vh, 520px);
    }
}
/* /Components/ReportTabs/ReportTab.razor.rz.scp.css */
.report-card[b-p12kflp8r6] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: start;
    align-content: stretch;
    justify-content: start;
    gap: 8px;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
    min-height: 183px;
}
/* /Components/ReportTabs/ResultTab.razor.rz.scp.css */
.report-card[b-rwsmeoh0za] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: start;
    align-content: stretch;
    justify-content: start;
    gap: 8px;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
}
/* /Components/Steps/PlacementsSelector.razor.rz.scp.css */
/* PlacementsSelector styling */

.placements-selector[b-ykgx3gaul6] {
    width: 100%;
}

.placement-group[b-ykgx3gaul6] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem;
}

.placement-group-title[b-ykgx3gaul6] {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 6px 6px 0 0;
    margin: -1rem -1rem 1rem -1rem;
}

.placement-group-title i[b-ykgx3gaul6] {
    color: #0d6efd;
    font-size: 1.1rem;
}

/* Styles for dynamically generated placement options - use ::deep to bypass scoping */
.placement-group[b-ykgx3gaul6]  .placement-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    background-color: #f8f9fa;
    position: relative;
}

/* Target checkbox inside placement-option using ::deep */
.placement-group[b-ykgx3gaul6]  input[type="checkbox"] {
    margin-right: 0.25rem;
}

.placement-group[b-ykgx3gaul6]  .placement-option:hover:not(.disabled) {
    background-color: #e7f1ff;
    border-color: #b8daff;
    transform: translateX(3px);
}

.placement-group[b-ykgx3gaul6]  .placement-option.selected {
    background-color: rgba(207, 226, 255, 0.3);
    border-color: #0d6efd;
    border-width: 2px;
    font-weight: 500;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.placement-group[b-ykgx3gaul6]  .placement-option.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #e9ecef;
}

.placement-group[b-ykgx3gaul6]  .placement-checkbox {
    margin: 0;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #6c757d;
}

.placement-group[b-ykgx3gaul6]  .placement-checkbox:checked {
    accent-color: #0d6efd;
}

.placement-group[b-ykgx3gaul6]  .placement-checkbox:disabled {
    cursor: not-allowed;
}

.placement-group[b-ykgx3gaul6]  .placement-icon {
    font-size: 1.1rem;
    color: #6c757d;
    min-width: 22px;
    text-align: center;
    flex-shrink: 0;
}

.placement-group[b-ykgx3gaul6]  .placement-option.selected .placement-icon {
    color: #0d6efd;
}

.placement-group[b-ykgx3gaul6]  .placement-label {
    flex: 1;
    font-size: 0.875rem;
    color: #212529;
}

/* Advantage+ switch styling */
.form-switch .form-check-input[b-ykgx3gaul6] {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
}

.form-switch .form-check-input:checked[b-ykgx3gaul6] {
    background-color: #198754;
    border-color: #198754;
}

.form-check-label[b-ykgx3gaul6] {
    cursor: pointer;
    font-weight: 600;
    margin-left: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .placement-group[b-ykgx3gaul6] {
        margin-bottom: 1rem;
    }
}
/* /MainLayout.razor.rz.scp.css */
.list-group-item:hover[b-baewqqmwdu]{
    font-weight: bold;
}

.facebookDropdown[b-baewqqmwdu] {
    cursor: pointer;
}
/* /Pages/AccountsPage.razor.rz.scp.css */
.filter-bar[b-mpe55dva1k] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
    padding: 8px 8px 8px 8px;
}
/* /Pages/Authentication.razor.rz.scp.css */
#login-form[b-72ol4rby48] {
    width: 300px;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 5px grey;
    background-color: white;
    box-shadow: 0px 0px 20px 5px rgb(117, 117, 117);
}

.login-form-container[b-72ol4rby48] {
    background-size: 400% 400%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* /Pages/CampaignDetails.razor.rz.scp.css */
.campaign-details-page .card[b-tz5wlmns0r] {
    border-radius: 0.8rem;
}

.campaign-title[b-tz5wlmns0r] {
    color: #2f3a4a;
    font-weight: 600;
}

.campaign-title-link[b-tz5wlmns0r] {
    color: #2f3a4a;
    text-decoration: underline;
    text-decoration-color: #b7c8e7;
    text-underline-offset: 3px;
}

.campaign-title-link:hover[b-tz5wlmns0r] {
    color: #0b5ed7;
}

.campaign-header-card[b-tz5wlmns0r] {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.progress-focus-card[b-tz5wlmns0r] {
    order: 1;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.progress-metrics-card[b-tz5wlmns0r] {
    order: 0;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.status-change-card[b-tz5wlmns0r] {
    order: 2;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.config-content-card[b-tz5wlmns0r] {
    order: 3;
}

.archive-action[b-tz5wlmns0r] {
    order: 99;
}

.progress-adset-list[b-tz5wlmns0r] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.progress-metrics-grid[b-tz5wlmns0r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.75rem;
}

.progress-metric-group[b-tz5wlmns0r] {
    border: 1px solid #dce5f4;
    border-radius: 0.65rem;
    background: #f9fbff;
    padding: 0.65rem 0.75rem;
}

.progress-metric-group.has-errors[b-tz5wlmns0r] {
    border-color: #f4cbcb;
    background: #fff8f8;
}

.progress-metric-group.has-success[b-tz5wlmns0r] {
    border-color: #c8e6d0;
    background: #f4fcf7;
}

.progress-metric-title[b-tz5wlmns0r] {
    color: #5e6a79;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.progress-metric-group.has-success .progress-metric-title[b-tz5wlmns0r] {
    color: #3e6b4c;
}

.progress-metric-items[b-tz5wlmns0r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.adset-config-mini-list[b-tz5wlmns0r] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.adset-config-mini-pill[b-tz5wlmns0r] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    border: 1px dashed #cfdcf3;
    border-radius: 999px;
    background: #f8fbff;
    color: #50627d;
    padding: 0.25rem 0.6rem;
    font-size: 0.74rem;
    font-weight: 600;
    width: 100%;
    text-align: left;
    transition: all 0.15s ease;
}

.adset-config-mini-pill:hover[b-tz5wlmns0r] {
    border-color: #a9c2e8;
    background: #eef4ff;
    color: #2f4c76;
}

.mini-pill-title[b-tz5wlmns0r] {
    color: #3f5f8f;
}

.ad-to-create-pill-list[b-tz5wlmns0r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.ad-to-create-pill[b-tz5wlmns0r] {
    display: inline-flex;
    align-items: center;
    background: #f4f8ff;
    border: 1px solid #d7e4fa;
    color: #2f4663;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    font-size: 0.76rem;
    font-weight: 600;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-metric-chip[b-tz5wlmns0r] {
    background: #eef4ff;
    border: 1px solid #d0def7;
    color: #344b69;
    border-radius: 999px;
    font-size: 0.82rem;
    padding: 0.24rem 0.6rem;
}

.progress-metric-chip-error[b-tz5wlmns0r] {
    background: #fff1f1;
    border-color: #f2b8b8;
    color: #b02a37;
}

.progress-filter-bar[b-tz5wlmns0r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.filter-pill[b-tz5wlmns0r] {
    border: 1px solid #d3deef;
    background: #f7faff;
    color: #5a6b82;
    border-radius: 999px;
    padding: 0.24rem 0.7rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.15s ease;
}

.filter-pill:hover[b-tz5wlmns0r] {
    border-color: #afc3e6;
    background: #eef4ff;
}

.filter-pill.is-active[b-tz5wlmns0r] {
    border-color: #8fb0e3;
    background: #ddeafe;
    color: #24559a;
}

.progress-adset-card[b-tz5wlmns0r] {
    border-color: #dce5f4 !important;
    border-left: 4px solid #6ea0f5;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 8px 20px rgba(23, 43, 77, 0.09);
}

.progress-adset-card-error[b-tz5wlmns0r] {
    border-left-color: #d9534f;
    border-color: #f0cdcd !important;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
}

.progress-adset-toggle[b-tz5wlmns0r] {
    border: none;
    background: transparent;
    padding: 0;
    color: inherit;
}

.progress-adset-title[b-tz5wlmns0r] {
    color: #5e6a79;
    font-weight: 600;
}

.progress-adset-inline-metrics[b-tz5wlmns0r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.progress-inline-chip[b-tz5wlmns0r] {
    background: #f1f6ff;
    border: 1px solid #d5e1f7;
    color: #456188;
    border-radius: 999px;
    font-size: 0.78rem;
    padding: 0.2rem 0.55rem;
}

.progress-inline-chip-error[b-tz5wlmns0r] {
    background: #fff1f1;
    border-color: #f2b8b8;
    color: #b02a37;
}

.progress-ads-wrap[b-tz5wlmns0r] {
    border-top: 1px dashed #d6dfef;
    padding-top: 0.8rem;
}

.progress-ads-list[b-tz5wlmns0r] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.progress-ad-card[b-tz5wlmns0r] {
    border-color: #dbe5f7 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.progress-ad-title[b-tz5wlmns0r] {
    color: #5e6a79;
    font-weight: 600;
}

.progress-ad-status-badge[b-tz5wlmns0r] {
    font-weight: 600;
}

.status-change-list[b-tz5wlmns0r] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.status-change-filters[b-tz5wlmns0r] {
    border-bottom: 1px dashed #d6dfef;
    padding-bottom: 0.8rem;
}

.status-change-item[b-tz5wlmns0r] {
    border-color: #dce5f4 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.status-change-title[b-tz5wlmns0r] {
    color: #5e6a79;
    font-weight: 600;
}

.status-change-flow-chip[b-tz5wlmns0r] {
    background: #f1f6ff;
    border: 1px solid #d5e1f7;
    color: #456188;
    border-radius: 999px;
    font-size: 0.78rem;
    padding: 0.2rem 0.55rem;
    white-space: nowrap;
}

.campaign-meta-grid[b-tz5wlmns0r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.5rem 0.8rem;
}

.meta-item[b-tz5wlmns0r] {
    background: #f8fafc;
    border: 1px solid #e6ecf4;
    border-radius: 0.55rem;
    padding: 0.55rem 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.meta-label[b-tz5wlmns0r] {
    color: #6c7a8f;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.meta-value[b-tz5wlmns0r] {
    color: #2f3a4a;
    font-size: 0.92rem;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.campaign-notes[b-tz5wlmns0r] {
    border: 1px solid #e7edf6;
    border-radius: 0.6rem;
    padding: 0.75rem;
    background: #fbfdff;
}

.card-subtitle[b-tz5wlmns0r] {
    color: #66758b !important;
    font-weight: 600;
}

.empty-state-box[b-tz5wlmns0r] {
    border: 1px dashed #cfd9e8;
    border-radius: 0.6rem;
    padding: 0.95rem;
    color: #6b7b8f;
    background: #fcfdff;
}

.adset-config-card[b-tz5wlmns0r] {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-left: 4px solid #6ea0f5;
    border-color: #dce5f4 !important;
    box-shadow: 0 8px 18px rgba(23, 43, 77, 0.08);
}

.adset-config-title[b-tz5wlmns0r] {
    color: #5e6a79;
    font-weight: 600;
}

.adset-details-grid[b-tz5wlmns0r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 0.45rem;
}

.detail-chip[b-tz5wlmns0r] {
    border: 1px solid #e4eaf4;
    background: #fbfdff;
    border-radius: 0.55rem;
    padding: 0.5rem 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.detail-label[b-tz5wlmns0r] {
    color: #6a788d;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.detail-value[b-tz5wlmns0r] {
    color: #2f3a4a;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.detail-chip-geo[b-tz5wlmns0r] {
    background: #f0faf4;
    border-color: #bee6ca;
}

.detail-chip-geo-paused[b-tz5wlmns0r] {
    background: #fff9ef;
    border-color: #ffe2ae;
}

.detail-chip-age[b-tz5wlmns0r] {
    background: #f3f5ff;
    border-color: #ced8ff;
}

.detail-chip-placement[b-tz5wlmns0r] {
    background: #f1f8ff;
    border-color: #c9e5ff;
}

.detail-chip-pixel[b-tz5wlmns0r] {
    background: #f3f7ff;
    border-color: #d0e1ff;
}

.detail-chip-audience-in[b-tz5wlmns0r] {
    background: #f2fbff;
    border-color: #bee9f9;
}

.detail-chip-audience-out[b-tz5wlmns0r] {
    background: #fff4f7;
    border-color: #f7c8d2;
}

.adconfig-section[b-tz5wlmns0r] {
    border-top: 1px dashed #d6dfef;
    padding-top: 0.9rem;
}

.adconfig-section-title[b-tz5wlmns0r] {
    color: #40608f;
    font-size: 0.87rem;
    font-weight: 600;
}

.empty-inline-state[b-tz5wlmns0r] {
    border: 1px dashed #d5dfef;
    border-radius: 0.5rem;
    padding: 0.75rem;
    color: #6c757d;
    background: #f8fbff;
}

.adconfig-card[b-tz5wlmns0r] {
    border-color: #dde6f5 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    box-shadow: 0 5px 14px rgba(23, 43, 77, 0.06);
}

.adconfig-icon-wrap[b-tz5wlmns0r] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8f1ff;
    color: #0b5ed7;
}

.adconfig-title[b-tz5wlmns0r] {
    color: #5e6a79;
    font-weight: 600;
}

.adconfig-chip-list[b-tz5wlmns0r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.35rem 0.55rem;
}

.adset-config-modal-content[b-tz5wlmns0r] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.adset-config-modal-grid[b-tz5wlmns0r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.45rem 0.6rem;
}

.adset-config-modal-segments[b-tz5wlmns0r] {
    border-top: 1px dashed #d6dfef;
    padding-top: 0.75rem;
}

.adset-config-modal-item[b-tz5wlmns0r] {
    border: 1px solid #e3eaf5;
    border-radius: 0.55rem;
    background: #fbfdff;
    padding: 0.55rem 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.adset-config-modal-item .meta-value[b-tz5wlmns0r] {
    font-size: 0.88rem;
}

.adset-config-adconfig-list[b-tz5wlmns0r] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.adset-config-adconfig-card[b-tz5wlmns0r] {
    border: 1px solid #dde6f5;
    border-radius: 0.6rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    padding: 0.65rem 0.7rem;
}

.adconfig-item-details[b-tz5wlmns0r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.4rem 0.55rem;
}

.adset-status-dot[b-tz5wlmns0r] {
    border-radius: 50%;
}

.adset-status-dot-ok[b-tz5wlmns0r] {
    background: #198754;
}

.adset-status-dot-failed[b-tz5wlmns0r] {
    background: #dc3545;
}

.adset-status-dot-split-failed[b-tz5wlmns0r] {
    background: linear-gradient(90deg, #198754 0 50%, #dc3545 50% 100%);
}

.adset-status-dot-split-in-progress[b-tz5wlmns0r] {
    background: linear-gradient(90deg, #198754 0 50%, #6c757d 50% 100%);
}

.adset-status-dot-in-progress[b-tz5wlmns0r] {
    background: #0d6efd;
}

.adset-status-dot-warning[b-tz5wlmns0r] {
    background: #ffc107;
}

.adset-status-dot-neutral[b-tz5wlmns0r] {
    background: #6c757d;
}
/* /Pages/CampaignLiveDetails.razor.rz.scp.css */
.campaign-live-details-page .card[b-rfk5sd838q] {
    border-radius: 0.8rem;
}

.campaign-live-details-embedded[b-rfk5sd838q] {
    margin: 0;
}

.campaign-live-details-slim .campaign-meta-grid[b-rfk5sd838q] {
    margin-top: 0.85rem !important;
}

.campaign-live-details-slim .progress-metrics-card[b-rfk5sd838q] {
    box-shadow: none !important;
    border: 1px solid #dbe5f7 !important;
}

.campaign-title-action[b-rfk5sd838q] {
    color: #5d708d;
}

.campaign-note-row[b-rfk5sd838q] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.campaign-note-content[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    min-width: 0;
}

.campaign-note-separator[b-rfk5sd838q] {
    color: #9aa8ba;
}

.campaign-note-content[b-rfk5sd838q],
.campaign-note-content span[b-rfk5sd838q] {
    max-width: min(100%, 60rem);
    word-break: break-word;
}

.live-status-meta-item[b-rfk5sd838q] {
    border-width: 1px;
    border-style: solid;
}

.live-status-meta-item .meta-value[b-rfk5sd838q] {
    font-weight: 700;
}

.live-status-meta-head[b-rfk5sd838q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.live-status-action[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font-size: 0.72rem;
    padding: 0;
    transition: background-color 0.15s ease, opacity 0.15s ease;
}

.live-status-action:hover[b-rfk5sd838q] {
    background: rgba(255, 255, 255, 0.45);
}

.progress-metric-head[b-rfk5sd838q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.progress-metric-actions[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.collapsible-section-card[b-rfk5sd838q] {
    overflow: hidden;
}

.collapsible-section-toggle[b-rfk5sd838q] {
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    color: inherit;
    padding: 1rem;
}

.collapsible-section-head[b-rfk5sd838q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.collapsible-section-title-wrap[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.collapsible-section-title-line[b-rfk5sd838q] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.collapsible-section-chevron[b-rfk5sd838q] {
    color: #6f84a0;
    font-size: 1rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.collapsible-section-chevron.is-expanded[b-rfk5sd838q] {
    transform: rotate(180deg);
}

.collapsible-section-body[b-rfk5sd838q] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.collapsible-section-body.is-expanded[b-rfk5sd838q] {
    grid-template-rows: 1fr;
}

.collapsible-section-body-inner[b-rfk5sd838q] {
    overflow: hidden;
    opacity: 0;
    transform: translateY(-0.35rem);
    transition:
        opacity 0.48s ease,
        transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.collapsible-section-body.is-expanded .collapsible-section-body-inner[b-rfk5sd838q] {
    opacity: 1;
    transform: translateY(0);
}

.progress-focus-card[b-rfk5sd838q] {
    background: #f9fbff;
    border: 1px solid #e1eaf6;
    border-radius: 0.75rem;
    padding: 0.9rem;
}

.live-status-meta-item.is-active[b-rfk5sd838q] {
    background: #f1fbf4;
    border-color: #bfe3c8;
}

.live-status-meta-item.is-active .meta-label[b-rfk5sd838q],
.live-status-meta-item.is-active .meta-value[b-rfk5sd838q] {
    color: #217246;
}

.live-status-meta-item.is-paused[b-rfk5sd838q] {
    background: #fff8eb;
    border-color: #f3d49b;
}

.live-status-meta-item.is-paused .meta-label[b-rfk5sd838q],
.live-status-meta-item.is-paused .meta-value[b-rfk5sd838q] {
    color: #8a5a00;
}

.live-status-meta-item.is-archived[b-rfk5sd838q] {
    background: #f3f5f7;
    border-color: #d4dce5;
}

.live-status-meta-item.is-archived .meta-label[b-rfk5sd838q],
.live-status-meta-item.is-archived .meta-value[b-rfk5sd838q] {
    color: #556476;
}

.live-status-meta-item.is-deleted[b-rfk5sd838q] {
    background: #fff2f2;
    border-color: #efc0c0;
}

.live-status-meta-item.is-deleted .meta-label[b-rfk5sd838q],
.live-status-meta-item.is-deleted .meta-value[b-rfk5sd838q] {
    color: #a33131;
}

.campaign-live-filter-grid[b-rfk5sd838q] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: end;
}

.campaign-live-filter-field[b-rfk5sd838q] {
    min-width: 0;
}

.live-adset-list[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.live-adset-card[b-rfk5sd838q] {
    border: 1px solid #dbe5f7 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    box-shadow: 0 6px 16px rgba(23, 43, 77, 0.06);
}

.live-adset-toggle[b-rfk5sd838q] {
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    color: inherit;
    padding: 0.65rem 0.75rem;
}

.live-adset-main[b-rfk5sd838q] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
}

.adset-details-badge[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d2def1;
    border-radius: 999px;
    background: #f7faff;
    color: #4c6a93;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.48rem;
    transition: all 0.15s ease;
    line-height: 1.2;
}

.adset-details-badge:hover[b-rfk5sd838q] {
    border-color: #adc5e8;
    background: #edf4ff;
    color: #2b568c;
}

.live-adset-title-wrap[b-rfk5sd838q] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.live-adset-title[b-rfk5sd838q] {
    color: #5e6a79;
    font-weight: 600;
}

.live-adset-name[b-rfk5sd838q] {
    color: #2f3a4a;
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.25;
}

.live-adset-status-badge[b-rfk5sd838q] {
    padding: 0.16rem 0.42rem;
    font-size: 0.68rem;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
}

.live-adset-count-chip[b-rfk5sd838q] {
    padding: 0.14rem 0.42rem;
    font-size: 0.68rem;
    line-height: 1.1;
    min-height: 0;
}

.live-fbid[b-rfk5sd838q] {
    color: #7b8798;
    font-size: 0.76rem;
    font-weight: 500;
}

.ad-to-create-pill-list[b-rfk5sd838q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.ad-to-create-pill[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    background: #f4f8ff;
    border: 1px solid #d7e4fa;
    color: #2f4663;
    border-radius: 999px;
    padding: 0.22rem 0.6rem;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-ads-wrap[b-rfk5sd838q] {
    border-top: 1px dashed #d2def2;
    padding: 0.55rem 0.75rem 0.75rem;
}

.live-ads-list[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.live-ad-card[b-rfk5sd838q] {
    border: 1px solid #dbe5f7 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.live-ad-card .card-body[b-rfk5sd838q] {
    padding: 0.45rem 0.65rem !important;
}

.live-ad-name[b-rfk5sd838q] {
    color: #2f3a4a;
    font-weight: 500;
    font-size: 0.84rem;
    line-height: 1.25;
}

.progress-live-list[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.progress-live-card[b-rfk5sd838q] {
    border: 1px solid #dbe5f7;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    padding: 0.72rem 0.78rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    box-shadow: 0 8px 20px rgba(23, 43, 77, 0.06);
}

.progress-live-head[b-rfk5sd838q] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
}

.progress-live-title-wrap[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.progress-live-title-line[b-rfk5sd838q] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.progress-live-type[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #2f4663;
    font-weight: 700;
    font-size: 0.92rem;
}

.progress-live-head-actions[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.progress-chip-placeholder[b-rfk5sd838q] {
    width: 4.6rem;
    border-radius: 999px;
    display: inline-block;
    vertical-align: middle;
}

.progress-badge-placeholder[b-rfk5sd838q] {
    width: 4.2rem;
    border-radius: 999px;
    display: inline-block;
    vertical-align: middle;
}

.progress-stat-placeholder[b-rfk5sd838q] {
    width: 3.8rem;
    border-radius: 999px;
    display: inline-block;
    vertical-align: middle;
}

.progress-live-open[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border: 1px solid #cedaeb;
    border-radius: 999px;
    background: #fff;
    color: #5d708d;
    padding: 0;
    font-size: 0.76rem;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.progress-live-open:hover[b-rfk5sd838q] {
    background: #f3f8ff;
    border-color: #adc5e8;
    color: #2b568c;
}

.progress-live-stats[b-rfk5sd838q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.progress-metric-chip.is-danger[b-rfk5sd838q] {
    background: #fff2f2;
    border-color: #efc0c0;
    color: #a33131;
}

.progress-live-details[b-rfk5sd838q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.progress-live-detail-line[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid #e1eaf6;
    color: #364255;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
    max-width: 100%;
}

.progress-live-notes[b-rfk5sd838q] {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    min-width: 0;
}

.progress-live-notes-label[b-rfk5sd838q] {
    color: #6d7c90;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.progress-live-notes-text[b-rfk5sd838q] {
    color: #4f5f74;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.84rem;
    line-height: 1.35;
}

.statistics-range-bar[b-rfk5sd838q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.statistics-chip-placeholder[b-rfk5sd838q] {
    width: 4.2rem;
    border-radius: 999px;
    display: inline-block;
    vertical-align: middle;
}

.statistics-range-pill[b-rfk5sd838q] {
    border: 1px solid #d6e2f3;
    background: #fff;
    color: #58708f;
    border-radius: 999px;
    padding: 0.2rem 0.58rem;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.15s ease;
}

.statistics-range-pill:hover[b-rfk5sd838q] {
    border-color: #adc5e8;
    background: #f3f8ff;
    color: #2b568c;
}

.statistics-range-pill.is-active[b-rfk5sd838q] {
    border-color: #adc5e8;
    background: #edf4ff;
    color: #2b568c;
}

.statistics-date-row[b-rfk5sd838q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.75rem;
}

.statistics-date-field[b-rfk5sd838q] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.statistics-date-field label[b-rfk5sd838q] {
    color: #5d708d;
    font-size: 0.78rem;
    font-weight: 600;
}

.statistics-table-wrap[b-rfk5sd838q] {
    overflow-x: auto;
    border: 1px solid #dbe5f7;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.statistics-loading-card[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.statistics-loading-line[b-rfk5sd838q] {
    height: 0.9rem;
    border-radius: 999px;
}

.statistics-table[b-rfk5sd838q] {
    min-width: 860px;
}

.statistics-table thead th[b-rfk5sd838q] {
    color: #5d708d;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 0.7rem 0.7rem 0.55rem;
    border-bottom-width: 1px;
}

.statistics-table tbody td[b-rfk5sd838q] {
    padding: 0.58rem 0.7rem;
    font-size: 0.82rem;
    vertical-align: middle;
}

.statistics-summary-row[b-rfk5sd838q] {
    cursor: default;
}

.statistics-summary-row:hover[b-rfk5sd838q] {
    background: #f7fbff;
}

.statistics-creative-cell[b-rfk5sd838q] {
    width: 100%;
}

.statistics-creative-main[b-rfk5sd838q] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    min-width: 0;
    width: 100%;
}

.statistics-creative-content[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    width: 100%;
}

.statistics-creative-name-row[b-rfk5sd838q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    flex-wrap: nowrap;
}

.statistics-creative-name[b-rfk5sd838q] {
    color: #2f3a4a;
    font-weight: 600;
    line-height: 1.25;
    min-width: 0;
}

.statistics-creative-count[b-rfk5sd838q] {
    color: #66768c;
    font-weight: 500;
}

.statistics-creative-actions[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.statistics-creative-meta[b-rfk5sd838q] {
    color: #7b8798;
    font-size: 0.74rem;
    font-weight: 500;
    line-height: 1.3;
}

.statistics-copy-cell[b-rfk5sd838q] {
    color: #4f5f74;
    min-width: 180px;
}

.statistics-creative-switch[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    flex-wrap: nowrap;
}

.statistics-creative-switch[b-rfk5sd838q],
.statistics-creative-switch .form-check-input[b-rfk5sd838q],
.statistics-creative-switch .form-check-label[b-rfk5sd838q] {
    cursor: pointer;
}

.statistics-creative-switch .form-check-input[b-rfk5sd838q] {
    margin-top: 0;
    align-self: center;
}

.statistics-creative-switch .form-check-label[b-rfk5sd838q] {
    color: #5a6a81;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin: 0;
}

.statistics-day-row td[b-rfk5sd838q] {
    background: #fbfdff;
    color: #536273;
    font-size: 0.79rem;
}

.statistics-total-row td[b-rfk5sd838q] {
    background: #f4f8ff;
    font-weight: 700;
    border-top-width: 2px;
}

.statistics-day-label[b-rfk5sd838q] {
    padding-left: 2rem !important;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .collapsible-section-head[b-rfk5sd838q] {
        flex-direction: column;
        align-items: stretch;
    }

    .collapsible-section-title-line[b-rfk5sd838q] {
        align-items: flex-start;
    }

    .collapsible-section-chevron[b-rfk5sd838q] {
        align-self: flex-end;
    }

    .progress-live-head[b-rfk5sd838q] {
        flex-direction: column;
        align-items: stretch;
    }

    .progress-live-head-actions[b-rfk5sd838q] {
        justify-content: space-between;
    }

    .progress-live-notes[b-rfk5sd838q] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.15rem;
    }

    .statistics-date-row[b-rfk5sd838q] {
        flex-direction: column;
        align-items: stretch;
    }

    .statistics-date-field[b-rfk5sd838q] {
        justify-content: space-between;
    }
}

.adset-live-modal-content[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.adset-live-modal-grid-main[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.adset-live-area-card[b-rfk5sd838q] {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid #dce5f4;
    border-radius: 0.75rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.adset-live-area-card-wide[b-rfk5sd838q] {
    grid-column: 1 / -1;
}

.adset-live-area-title[b-rfk5sd838q] {
    color: #5e6a79;
    font-weight: 600;
    margin: 0;
}

.adset-live-modal-grid[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.adset-live-modal-item[b-rfk5sd838q] {
    background: #f8fafc;
    border: 1px solid #e6ecf4;
    border-radius: 0.55rem;
    padding: 0.55rem 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.adset-live-placement-grid[b-rfk5sd838q] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.adset-live-placement-group[b-rfk5sd838q] {
    border: 1px solid #e2eaf7;
    border-radius: 0.6rem;
    padding: 0.55rem 0.6rem;
    background: #f8fbff;
}

.adset-live-placement-title[b-rfk5sd838q] {
    color: #5d708d;
    font-weight: 600;
    font-size: 0.84rem;
    margin-bottom: 0.4rem;
}

.adset-live-chip-wrap[b-rfk5sd838q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.adset-live-chip[b-rfk5sd838q] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d5e1f7;
    border-radius: 999px;
    background: #f1f6ff;
    color: #456188;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.2rem 0.55rem;
}

.adset-live-chip.is-empty[b-rfk5sd838q] {
    border-style: dashed;
    background: #f7f9fc;
    color: #7d8ba0;
}

@media (max-width: 992px) {
    .campaign-live-filter-grid[b-rfk5sd838q] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .campaign-live-filter-grid[b-rfk5sd838q] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .campaign-live-filter-grid[b-rfk5sd838q] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Campaigns.razor.rz.scp.css */

.card:hover:not(.noclick)[b-ysbfen2rlt] {
    cursor: pointer;
    background-color: rgb(227 227 227 / 58%);
}

.card-header[b-ysbfen2rlt] {
    background-color: rgb(219 219 219 / 38%);
    border: 0;
}

.card:hover:not(.noclick) > .card-header[b-ysbfen2rlt] {
    background-color: rgb(227 227 227 / 58%);
}
/* /Pages/CampaignsLive.razor.rz.scp.css */
.campaign-live-page .card[b-cd3taiwu48] {
    border-radius: 0.8rem;
}

.campaign-live-layout[b-cd3taiwu48] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.campaign-live-filter-grid[b-cd3taiwu48] {
    display: grid;
    grid-template-columns: minmax(220px, 1.1fr) minmax(240px, 1.4fr) minmax(180px, 0.9fr) auto;
    gap: 0.75rem;
    align-items: end;
}

.campaign-live-search[b-cd3taiwu48],
.campaign-live-adaccount[b-cd3taiwu48],
.campaign-live-status[b-cd3taiwu48] {
    min-width: 0;
}

.campaign-live-list[b-cd3taiwu48] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.campaign-live-item[b-cd3taiwu48] {
    width: 100%;
    text-align: left;
    border: 1px solid #dbe5f7 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.campaign-live-item:hover[b-cd3taiwu48] {
    border-color: #b7cae9 !important;
    box-shadow: 0 8px 20px rgba(23, 43, 77, 0.08) !important;
    transform: translateY(-1px);
}

.campaign-live-item .card-body[b-cd3taiwu48] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.campaign-live-item-head[b-cd3taiwu48] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}

.campaign-live-item-actions[b-cd3taiwu48] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.campaign-live-detail-button[b-cd3taiwu48] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2def1;
    border-radius: 999px;
    background: #f7faff;
    color: #4c6a93;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.28rem 0.65rem;
    transition: all 0.15s ease;
}

.campaign-live-detail-button:hover[b-cd3taiwu48] {
    border-color: #adc5e8;
    background: #edf4ff;
    color: #2b568c;
}

.campaign-live-name[b-cd3taiwu48] {
    color: #43566f;
    font-size: 1rem;
    font-weight: 700;
}

.campaign-live-fbid[b-cd3taiwu48] {
    color: #7b8ba1;
    font-size: 0.82rem;
    font-weight: 600;
}

.campaign-live-updated[b-cd3taiwu48] {
    font-size: 0.83rem;
    font-weight: 500;
}

.campaign-live-empty[b-cd3taiwu48] {
    font-size: 0.92rem;
}

@media (max-width: 768px) {
    .campaign-live-filter-grid[b-cd3taiwu48] {
        grid-template-columns: 1fr;
    }

    .campaign-live-item-head[b-cd3taiwu48] {
        flex-direction: column;
        align-items: start;
    }

    .campaign-live-item-actions[b-cd3taiwu48] {
        width: 100%;
        justify-content: space-between;
    }
}
/* /Pages/CreateCampaign.razor.rz.scp.css */
/* CreateCampaign wizard styling */

.card[b-y0r3fuk90b] {
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    position: relative;
}

.card:focus-within[b-y0r3fuk90b] {
    z-index: 10;
}

.card:hover[b-y0r3fuk90b] {
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.2) !important;
}

.card-subtitle[b-y0r3fuk90b] {
    font-weight: 600;
    color: #6c757d !important;
    border-bottom: 2px solid #f8f9fa;
    padding-bottom: 0.5rem;
    margin-bottom: 0 !important;
}

.card-subtitle i[b-y0r3fuk90b] {
    color: #0d6efd;
}

.alert-info[b-y0r3fuk90b] {
    background-color: #e7f3ff;
    border-color: #bee5eb;
    color: #004085;
}

.img-fluid.rounded[b-y0r3fuk90b] {
    border: 1px solid #dee2e6;
}

/* Progress bar styling */
.progress[b-y0r3fuk90b] {
    height: 8px;
    border-radius: 10px;
    background-color: #e9ecef;
}

.progress-bar[b-y0r3fuk90b] {
    background-color: #0d6efd;
    border-radius: 10px;
}

/* Button styling */
.btn-success.btn-lg[b-y0r3fuk90b] {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-success.btn-lg:hover[b-y0r3fuk90b] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(25, 135, 84, 0.3);
}

/* Card body improvements */
.card-body[b-y0r3fuk90b] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Override gap for row elements to prevent double spacing */
.card-body .row[b-y0r3fuk90b] {
    margin-bottom: 0 !important;
}

/* Row adjustments for better layout */
.row.g-3[b-y0r3fuk90b] {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

/* Empty state for preview */
.bg-light.rounded[b-y0r3fuk90b] {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Summary Section Styling */
.summary-section[b-y0r3fuk90b] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid #0d6efd;
}

.summary-section-title[b-y0r3fuk90b] {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
}

.summary-items[b-y0r3fuk90b] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.summary-item[b-y0r3fuk90b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
}

.summary-label[b-y0r3fuk90b] {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

.summary-value[b-y0r3fuk90b] {
    color: #212529;
    font-weight: 600;
    text-align: right;
    max-width: 60%;
}

/* Budget Alert */
.alert-success[b-y0r3fuk90b] {
    background: linear-gradient(135deg, #d1e7dd 0%, #e8f5e9 100%);
    border: 1px solid #198754;
    border-radius: 8px;
}

.alert-success .fs-3[b-y0r3fuk90b] {
    color: #198754;
}

/* Geo Targeting Step - Cities List */
.cities-list[b-y0r3fuk90b] {
    scrollbar-width: thin;
    scrollbar-color: #dee2e6 #f8f9fa;
}

.cities-list[b-y0r3fuk90b]::-webkit-scrollbar {
    width: 8px;
}

.cities-list[b-y0r3fuk90b]::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 4px;
}

.cities-list[b-y0r3fuk90b]::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 4px;
}

.cities-list[b-y0r3fuk90b]::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

.city-item[b-y0r3fuk90b] {
    transition: background-color 0.15s ease;
}

.city-item:hover[b-y0r3fuk90b] {
    background-color: #f8f9fa !important;
}

.city-item:last-child[b-y0r3fuk90b] {
    border-bottom: none !important;
}

.hover-bg:hover[b-y0r3fuk90b] {
    background-color: #f8f9fa;
}

.adset-config-card[b-y0r3fuk90b] {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border-color: #dbe6f8 !important;
    border-left: 4px solid #5b8def;
    box-shadow: 0 8px 22px rgba(23, 43, 77, 0.12);
}

.adset-card-title-wrap[b-y0r3fuk90b] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.adset-card-title[b-y0r3fuk90b] {
    color: #5e6a79;
}

.adset-card-details[b-y0r3fuk90b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.5rem 1rem;
    border-top: 1px dashed #d5dfef;
    padding-top: 0.75rem;
}

.adset-card-detail-item[b-y0r3fuk90b] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 0.5rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid #e8edf5;
    background: #fcfdff;
}

.detail-label[b-y0r3fuk90b] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
    font-weight: 600;
}

.detail-value[b-y0r3fuk90b] {
    color: #2d3e50;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.detail-geo-active[b-y0r3fuk90b] {
    background: #f0faf4;
    border-color: #b8e3c7;
}

.detail-geo-paused[b-y0r3fuk90b] {
    background: #fff9ee;
    border-color: #ffe0a6;
}

.detail-pixel[b-y0r3fuk90b] {
    background: #f3f7ff;
    border-color: #cfe0ff;
}

.detail-age[b-y0r3fuk90b] {
    background: #f2f5ff;
    border-color: #ccd8ff;
}

.detail-placement[b-y0r3fuk90b] {
    background: #f1f8ff;
    border-color: #c7e4ff;
}

.detail-audience-in[b-y0r3fuk90b] {
    background: #f2fbff;
    border-color: #bde9f8;
}

.detail-audience-out[b-y0r3fuk90b] {
    background: #fff4f7;
    border-color: #f6c5d0;
}

.detail-coverage[b-y0r3fuk90b] {
    background: #f2f7ff;
    border-color: #c8dafc;
}

.adset-mini-funnel[b-y0r3fuk90b] {
    display: grid;
    gap: 0.5rem;
}

.adset-mini-funnel-list[b-y0r3fuk90b] {
    grid-template-columns: minmax(0, 1fr);
}

.adset-mini-funnel-edit[b-y0r3fuk90b] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adset-mini-funnel-edit-4[b-y0r3fuk90b] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.adset-mini-funnel-step[b-y0r3fuk90b] {
    border: 1px solid #d5dfef;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: #f8fbff;
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.15s ease;
}

.adset-mini-funnel-step .step-index[b-y0r3fuk90b] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    background: #e9eef7;
}

.adset-mini-funnel-step.is-active[b-y0r3fuk90b] {
    color: #0b5ed7;
    border-color: #95b8f8;
    background: #eef5ff;
}

.adset-mini-funnel-step.is-active .step-index[b-y0r3fuk90b] {
    background: #0b5ed7;
    color: white;
}

.adset-mini-funnel-step.is-completed[b-y0r3fuk90b] {
    color: #157347;
    border-color: #98d9b8;
    background: #effaf3;
}

.adset-mini-funnel-step.is-completed .step-index[b-y0r3fuk90b] {
    background: #198754;
    color: white;
}

.preset-geo-card[b-y0r3fuk90b] {
    background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
    border-left: 4px solid #0d6efd;
}

.btn-preset-save[b-y0r3fuk90b] {
    min-width: 140px;
}

.preset-pills-wrap[b-y0r3fuk90b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.preset-pill[b-y0r3fuk90b] {
    border: 1px solid #cfe0ff;
    background: #f4f8ff;
    color: #35517d;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.15s ease;
}

.preset-pill:hover[b-y0r3fuk90b] {
    border-color: #9fc1ff;
    background: #e9f2ff;
}

.preset-pill.is-active[b-y0r3fuk90b] {
    border-color: #7ba8ff;
    background: #dce9ff;
    color: #0b5ed7;
}

.adset-type-card[b-y0r3fuk90b] {
    border: 1px solid #d9e2ef;
    border-radius: 0.75rem;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 6px 16px rgba(23, 43, 77, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.adset-type-card:hover[b-y0r3fuk90b] {
    border-color: #7ba8ff;
    background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
    box-shadow: 0 14px 30px rgba(13, 110, 253, 0.2);
    transform: translateY(-2px);
}

.adset-type-card ul[b-y0r3fuk90b] {
    padding-left: 1.1rem;
    color: #4b596a;
    margin-top: 0.5rem;
}

.adset-type-card li + li[b-y0r3fuk90b] {
    margin-top: 0.25rem;
}

.adset-type-card-active[b-y0r3fuk90b] {
    border-color: #9fc1ff;
    background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.adset-type-card-active:hover[b-y0r3fuk90b] {
    border-color: #5f94ff;
    box-shadow: 0 16px 34px rgba(13, 110, 253, 0.24);
    transform: translateY(-3px);
}

.adset-type-card-disabled[b-y0r3fuk90b] {
    opacity: 0.7;
    background: #f8f9fb;
    box-shadow: none;
    cursor: not-allowed;
}

.import-adset-mode-grid[b-y0r3fuk90b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.75rem;
}

.import-adset-list[b-y0r3fuk90b] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    max-height: 320px;
    overflow-y: auto;
}

.import-adset-item[b-y0r3fuk90b] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    border: 1px solid #d9e2ef;
    border-radius: 0.65rem;
    padding: 0.6rem 0.75rem;
    background: #ffffff;
    cursor: pointer;
}

.import-adset-item.is-selected[b-y0r3fuk90b] {
    border-color: #8fb2f0;
    background: #f2f7ff;
}

.import-adset-item-content[b-y0r3fuk90b] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.adset-empty-state[b-y0r3fuk90b] {
    border: 1px dashed #ced4da;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    color: #6c757d;
    background: #fcfcfd;
}

.adset-empty-state i[b-y0r3fuk90b] {
    font-size: 1.5rem;
    display: block;
    color: #adb5bd;
}

.adconfig-empty-state[b-y0r3fuk90b] {
    border: 1px dashed #d5dfef;
    border-radius: 0.5rem;
    padding: 0.8rem 1rem;
    color: #6c757d;
    background: #f8fbff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.adconfig-item[b-y0r3fuk90b] {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-color: #dde6f5 !important;
    box-shadow: 0 5px 14px rgba(23, 43, 77, 0.08);
}

.adconfig-item-title[b-y0r3fuk90b] {
    color: #5e6a79;
}

.adconfig-title[b-y0r3fuk90b] {
    color: #5e6a79;
}

.adconfig-item-details[b-y0r3fuk90b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.3rem 0.8rem;
}

.adconfig-item-details small[b-y0r3fuk90b] {
    color: #516173;
    overflow-wrap: anywhere;
}

.adset-adconfigs-section[b-y0r3fuk90b] {
    border-top: 1px dashed #d5dfef;
    margin-top: 1rem;
    padding-top: 1rem;
}

.adconfigs-section-title[b-y0r3fuk90b] {
    font-size: 0.9rem;
    color: #35517d;
    font-weight: 600;
}

.adconfig-item-enhanced[b-y0r3fuk90b] {
    border-left: 4px solid #4f8df5;
}

.adconfig-icon-wrap[b-y0r3fuk90b] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8f1ff;
    color: #0b5ed7;
}

.targeting-unified-search[b-y0r3fuk90b] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.targeting-logic-note[b-y0r3fuk90b] {
    border-color: #cfe2ff;
    color: #2f4c76;
    background: #f1f7ff;
    font-size: 0.86rem;
}

.targeting-groups-toolbar[b-y0r3fuk90b] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.targeting-group-pills[b-y0r3fuk90b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.targeting-group-pill-wrap[b-y0r3fuk90b] {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.25rem;
}

.targeting-group-pill[b-y0r3fuk90b] {
    border: 1px solid #d5e1f7;
    background: #f4f8ff;
    color: #3c5474;
    border-radius: 0.75rem;
    font-size: 0.82rem;
    padding: 0.45rem 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    transition: all 0.15s ease;
    min-width: 210px;
    max-width: 320px;
    text-align: left;
}

.targeting-group-pill:hover:not(:disabled)[b-y0r3fuk90b] {
    background: #eaf2ff;
    border-color: #b8cdee;
}

.targeting-group-pill.is-active[b-y0r3fuk90b] {
    background: #e8f0ff;
    border-color: #90b1e8;
    color: #21436f;
    box-shadow: 0 0 0 1px rgba(52, 103, 176, 0.15);
}

.targeting-group-pill-head[b-y0r3fuk90b] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
}

.targeting-group-count[b-y0r3fuk90b] {
    background: #d7e6ff;
    color: #245086;
    font-size: 0.72rem;
    border-radius: 999px;
    min-width: 1.25rem;
    padding: 0 0.35rem;
    text-align: center;
    line-height: 1.2rem;
}

.targeting-group-pill-title[b-y0r3fuk90b] {
    font-weight: 600;
    white-space: nowrap;
}

.targeting-group-pill-segments[b-y0r3fuk90b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.targeting-group-segment-chip[b-y0r3fuk90b] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #e8f1ff;
    color: #35567d;
    font-size: 0.73rem;
    padding: 0.08rem 0.45rem;
}

.targeting-group-pill-empty[b-y0r3fuk90b] {
    color: #7b8da9;
    font-size: 0.76rem;
}

.targeting-group-remove[b-y0r3fuk90b] {
    border: none;
    background: transparent;
    color: #7286a5;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.22rem;
    border-radius: 999px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.targeting-group-remove:hover:not(:disabled)[b-y0r3fuk90b] {
    background: #eaf1fd;
    color: #3e5c83;
}

.targeting-group-remove:disabled[b-y0r3fuk90b] {
    opacity: 0.45;
}

.targeting-active-group-label[b-y0r3fuk90b] {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    color: #4b6182;
    font-size: 0.85rem;
}

.targeting-active-group-label span[b-y0r3fuk90b] {
    font-weight: 600;
    color: #355073;
}

.targeting-active-group-label small[b-y0r3fuk90b] {
    color: #6a7e9b;
}

.targeting-search-loading[b-y0r3fuk90b] {
    color: #5a6b82;
    font-size: 0.9rem;
}

.targeting-search-results[b-y0r3fuk90b] {
    max-height: 260px;
    overflow: auto;
    border: 1px solid #e1e8f5;
    border-radius: 0.55rem;
    background: #ffffff;
}

.targeting-search-item[b-y0r3fuk90b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid #edf1f8;
}

.targeting-search-item:last-child[b-y0r3fuk90b] {
    border-bottom: none;
}

.targeting-search-main[b-y0r3fuk90b] {
    min-width: 0;
}

.targeting-search-main .fw-semibold[b-y0r3fuk90b] {
    color: #4f6075;
}

.targeting-selected-wrap[b-y0r3fuk90b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.targeting-selected-pill[b-y0r3fuk90b] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    border: 1px solid #d5e1f7;
    background: #eef4ff;
    color: #395578;
    font-size: 0.82rem;
}

.targeting-selected-pill small[b-y0r3fuk90b] {
    color: #5f7191;
    font-weight: 600;
}

.targeting-selected-pill .btn-close-sm[b-y0r3fuk90b] {
    width: 0.6rem;
    height: 0.6rem;
}
/* /Pages/EditCampaignDetails.razor.rz.scp.css */
.edit-progress-page .card[b-fzbfkj25cy] {
    border-radius: 0.8rem;
}

.change-type-details[b-fzbfkj25cy] {
    border: 1px solid #e7edf6;
    border-radius: 0.6rem;
    padding: 0.7rem 0.8rem;
    background: #fbfdff;
}

.progress-row-list[b-fzbfkj25cy] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.progress-row-card[b-fzbfkj25cy] {
    border: 1px solid #dbe5f7 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.progress-row-title[b-fzbfkj25cy] {
    color: #4f6075;
    font-weight: 600;
}

.progress-row-status[b-fzbfkj25cy] {
    font-size: 0.88rem;
    font-weight: 600;
}

.status-dot[b-fzbfkj25cy] {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex: 0 0 auto;
}
/* /Pages/Playground.razor.rz.scp.css */
.playground-page[b-nhbtrexro2] {
    min-height: calc(100vh - 5rem);
}

.playground-layout[b-nhbtrexro2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.playground-page .card[b-nhbtrexro2] {
    border-radius: 0.95rem;
}

.playground-hero-card[b-nhbtrexro2] {
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 55%, #fdfefe 100%);
    overflow: hidden;
}

.playground-hero-kicker[b-nhbtrexro2] {
    color: #6f7f96;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.74rem;
    font-weight: 700;
}

.playground-hero-grid[b-nhbtrexro2] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.8fr);
    gap: 1rem;
    align-items: end;
}

.playground-title[b-nhbtrexro2] {
    color: #2f3f58;
    font-weight: 700;
}

.playground-subtitle[b-nhbtrexro2] {
    color: #61738a;
    max-width: 70ch;
    line-height: 1.65;
}

.playground-hero-note[b-nhbtrexro2] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid #d9e5f6;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.playground-hero-note .note-label[b-nhbtrexro2] {
    color: #73839a;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.playground-hero-note code[b-nhbtrexro2] {
    color: #244d88;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.playground-panel-card[b-nhbtrexro2] {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.playground-panel-head[b-nhbtrexro2] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.playground-last-result[b-nhbtrexro2] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-width: 120px;
    padding: 0.8rem 0.95rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #edf7f1 0%, #f8fcf9 100%);
    border: 1px solid #cfe5d7;
}

.playground-last-result .result-count[b-nhbtrexro2] {
    color: #2c6a4c;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
}

.playground-last-result .result-label[b-nhbtrexro2] {
    color: #6d8375;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: right;
}

.playground-form-grid[b-nhbtrexro2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.playground-field-card[b-nhbtrexro2] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 0.95rem;
    background: #f9fbff;
    border: 1px solid #dce7f6;
}

.playground-field-card label[b-nhbtrexro2] {
    color: #58697f;
    font-weight: 600;
}

.field-hint[b-nhbtrexro2] {
    color: #79889b;
    font-size: 0.8rem;
}

.playground-actions[b-nhbtrexro2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1rem;
}

.playground-run-button[b-nhbtrexro2] {
    min-width: 160px;
}

.playground-feedback[b-nhbtrexro2] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 0.95rem;
    font-weight: 600;
}

.playground-feedback.is-success[b-nhbtrexro2] {
    background: #f1fbf5;
    border: 1px solid #cde8d8;
    color: #2f6f53;
}

.playground-feedback.is-error[b-nhbtrexro2] {
    background: #fff5f5;
    border: 1px solid #f0cccc;
    color: #b0414a;
}

@media (max-width: 900px) {
    .playground-hero-grid[b-nhbtrexro2] {
        grid-template-columns: 1fr;
    }

    .playground-panel-head[b-nhbtrexro2] {
        flex-direction: column;
    }

    .playground-last-result[b-nhbtrexro2] {
        align-items: flex-start;
    }

    .playground-last-result .result-label[b-nhbtrexro2] {
        text-align: left;
    }
}
/* /Pages/Progress.razor.rz.scp.css */

.card:hover:not(.noclick)[b-gi15uplnen] {
    cursor: pointer;
    background-color: rgb(227 227 227 / 58%);
}

.card-header[b-gi15uplnen] {
    background-color: rgb(219 219 219 / 38%);
    border: 0;
}

.card:hover:not(.noclick) > .card-header[b-gi15uplnen] {
    background-color: rgb(227 227 227 / 58%);
}
/* /Pages/ReportsPage.razor.rz.scp.css */
.filter-bar[b-alhhy7eopl] {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
    padding: 8px 8px 8px 8px;
}
/* /Pages/Tools.razor.rz.scp.css */
.tools-page[b-1zw81tin9z] {
    background: #fafafa;
    min-height: 100vh;
    padding: 2rem 0;
}

.tools-container[b-1zw81tin9z] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.page-title[b-1zw81tin9z] {
    color: #374151;
    font-weight: 300;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.tool-card[b-1zw81tin9z] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border: none;
    margin-bottom: 2rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tool-card:hover[b-1zw81tin9z] {
    transform: translateY(-4px);
    box-shadow: 0 12px 48px rgba(0,0,0,0.15);
}

.tool-header[b-1zw81tin9z] {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.tool-header-geo[b-1zw81tin9z] { 
    background: linear-gradient(135deg, #e0e7ff 0%, #ede9fe 100%); 
}

.tool-header-targeting[b-1zw81tin9z] { 
    background: linear-gradient(135deg, #fce7f3 0%, #ffe4e6 100%); 
}

.tool-header-validation[b-1zw81tin9z] { 
    background: linear-gradient(135deg, #cffafe 0%, #dbeafe 100%); 
}

.tool-header-browse[b-1zw81tin9z] { 
    background: linear-gradient(135deg, #d1fae5 0%, #ccfbf1 100%); 
}

.tool-header h5[b-1zw81tin9z] {
    margin: 0;
    color: #4b5563;
    font-weight: 500;
    font-size: 1.25rem;
}

.tool-header i[b-1zw81tin9z] {
    font-size: 1.5rem;
    color: #6b7280;
}

.tool-body[b-1zw81tin9z] {
    padding: 2rem;
}

.form-label[b-1zw81tin9z] {
    font-weight: 500;
    color: #4a5568;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control[b-1zw81tin9z], .form-select[b-1zw81tin9z] {
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.form-control:focus[b-1zw81tin9z], .form-select:focus[b-1zw81tin9z] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.btn-modern[b-1zw81tin9z] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.875rem;
}

.btn-modern:hover[b-1zw81tin9z] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-primary-modern[b-1zw81tin9z] {
    background: linear-gradient(135deg, #e0e7ff 0%, #ede9fe 100%);
    color: #4338ca;
}

.btn-success-modern[b-1zw81tin9z] {
    background: linear-gradient(135deg, #fce7f3 0%, #ffe4e6 100%);
    color: #9f1239;
}

.btn-warning-modern[b-1zw81tin9z] {
    background: linear-gradient(135deg, #cffafe 0%, #dbeafe 100%);
    color: #075985;
}

.btn-info-modern[b-1zw81tin9z] {
    background: linear-gradient(135deg, #d1fae5 0%, #ccfbf1 100%);
    color: #047857;
}

.hint-text[b-1zw81tin9z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #718096;
}

.results-table[b-1zw81tin9z] {
    margin-top: 2rem;
    border-radius: 8px;
    overflow: hidden;
}

.table[b-1zw81tin9z] {
    margin-bottom: 0;
}

.table thead[b-1zw81tin9z] {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.table thead th[b-1zw81tin9z] {
    border: none;
    color: #4a5568;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    padding: 0.6rem 0.75rem;
}

.table tbody tr[b-1zw81tin9z] {
    border-bottom: 1px solid #f7fafc;
    transition: background-color 0.2s ease;
}

.table tbody tr:hover[b-1zw81tin9z] {
    background-color: #f7fafc;
}

.table tbody td[b-1zw81tin9z] {
    padding: 0.6rem 0.75rem;
    vertical-align: middle;
    color: #2d3748;
    font-size: 0.9rem;
}

.badge-modern[b-1zw81tin9z] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.result-count[b-1zw81tin9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f7fafc;
    border-radius: 20px;
    font-size: 0.875rem;
    color: #4a5568;
    margin-top: 1rem;
}

.alert-modern[b-1zw81tin9z] {
    border-radius: 12px;
    border: none;
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
    background: #e6fffa;
    color: #234e52;
}

.scrollable-table[b-1zw81tin9z] {
    max-height: 500px;
    overflow-y: auto;
    border-radius: 8px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

.scrollable-table[b-1zw81tin9z]::-webkit-scrollbar {
    width: 8px;
}

.scrollable-table[b-1zw81tin9z]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.scrollable-table[b-1zw81tin9z]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

.scrollable-table[b-1zw81tin9z]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

.logout-card[b-1zw81tin9z] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    padding: 1.5rem;
    margin: 2rem auto;
    max-width: 400px;
}

.logout-card h5[b-1zw81tin9z] {
    color: #4a5568;
    margin-bottom: 1rem;
    font-weight: 500;
}

.btn-danger-modern[b-1zw81tin9z] {
    background: linear-gradient(135deg, #fce7f3 0%, #ffe4e6 100%);
    color: #9f1239;
    width: 100%;
}
