/* _content/Podtrac.Web.Dashboard/Audio/Audio.razor.rz.scp.css */
[b-elp6sq4wsg] nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
    font-weight: 500;
}

    [b-elp6sq4wsg] nav nav ul li {
        margin: 0 1.25em 0 0;
        padding: 0;
    }

        [b-elp6sq4wsg] nav nav ul li a {
            display: flex;
            gap: 0.25em;
            align-items: self-end;
            padding: 0 0 0.25rem 0;
            border-bottom: 0.25rem solid transparent;
            font-size: 0.75rem;
            line-height: 1rem;
            text-decoration: none;
            white-space: nowrap;
            color: #777;
        }

            [b-elp6sq4wsg] nav nav ul li a:hover {
                color: inherit;
            }

            [b-elp6sq4wsg] nav nav ul li a.active {
                border-bottom-color: var(--podtrac-blue);
                color: inherit;
            }

[b-elp6sq4wsg] nav nav button {
    flex-shrink: 0;
}
[b-elp6sq4wsg] nav nav h1 {
    margin-block-end: var(--space-small);
    font-size: var(--font-size-large);
    line-height: 1.3;
}
/* _content/Podtrac.Web.Dashboard/Links/Create/PlatformDialog.razor.rz.scp.css */
h1[b-4khtbg84so] {
    font-size: var(--font-size-large);
}

.address[b-4khtbg84so] {
    border: 1px solid var(--border-color);
    background-color: var(--info-background-color);
    padding: var(--space-small);
    user-select: none;
}

.contents[b-4khtbg84so] {
    max-width: 70ch;
}

label[b-4khtbg84so] {
    text-wrap: pretty;
}

/* _content/Podtrac.Web.Dashboard/Links/Create/PlatformsControls.razor.rz.scp.css */
.destinations[b-ntly2wfte5] {
    margin-inline-start: 1.5rem;
    display: grid;
    grid-template-columns: auto min-content min-content;
    gap: var(--space-xx-small) var(--space-small);
}

.platform[b-ntly2wfte5] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: subgrid;
}

.platform:not(:has(:checked)) :is(img, button, a)[b-ntly2wfte5] {
    opacity: 0.25;
    filter: grayscale();
}
/* _content/Podtrac.Web.Dashboard/Links/Create/Preview.razor.rz.scp.css */
.preview[b-dvw5pw2sqn] {
    box-shadow: 0 0 4px var(--gray-200);
    position: relative;
    contain: paint;
    width: 60ch;
    height: 50ch;
    margin-inline: auto;
    padding: 2rem 2rem 2rem 3rem;
    grid-area: 1 / 2 / 3 / 3;
}

.preview[b-dvw5pw2sqn]::before {
    content: "Preview";
    position: absolute;
    background-color: var(--brand-400);
    top: 10px;
    left: -75px;
    width: 200px;
    height: 30px;
    padding: 1rem;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: x-small;
    color: white;
    font-weight: 600;
}

.podcast-image[b-dvw5pw2sqn] {
    width: 6rem;
    height: 6rem;
}

.player[b-dvw5pw2sqn] {
    width: 16ch;
}

.audio[b-dvw5pw2sqn] {
    padding: 2px;
    background: #eee;
    border-radius: 10rem;
    width: 14ch;
}

.description[b-dvw5pw2sqn] {
    max-height: 3.5rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 2em;
}

.overlay[b-dvw5pw2sqn] {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.75rem;
}

.more[b-dvw5pw2sqn] {
    font-family: inherit;
    border: none;
    background: none;
    padding: 0;
    cursor: default;
    position: absolute;
    bottom: 0;
    font-size: 0.75em;
    font-weight: 600;
}
/* _content/Podtrac.Web.Dashboard/Links/Create/PreviewPlatforms.razor.rz.scp.css */
.platform[b-wi2rtkcip8] {
    width: 1.5rem;
    height: 1.5rem;
}
/* _content/Podtrac.Web.Dashboard/Links/Create/PromotionEditForm.razor.rz.scp.css */


.settings:has([value=Other]:checked)[b-7e3jybrpuh]  .destinations {
    display: none;
}

.settings:has([value=Other]:checked)[b-7e3jybrpuh]  .preview {
    display: none;
}

.settings:has([value=Podtrac]:checked) .target[b-7e3jybrpuh] {
    display: none;
}
/* _content/Podtrac.Web.Dashboard/Links/DateRangePicker.razor.rz.scp.css */
[popovertarget][b-ubmkdvaj73] {
/*    border: none;
    cursor: pointer;
    font-size: 0.75rem;
    align-items: center;
    gap: var(--space-3xs);
    background-color: transparent;
    border-radius: 2rem;
    padding-inline: var(--space-m) var(--space-s);
    padding-block: var(--space-3xs);
    text-align: left;*/
    /*anchor-name: --date-range-trigger;*/
}

    [popovertarget]:hover[b-ubmkdvaj73] {
        /*background-color: var(--gray-50);*/
    }

small[b-ubmkdvaj73] {
    /*color: var(--gray-500);*/
}

#date-picker-popover[b-ubmkdvaj73] {
    margin: 0;
    position: absolute;
    position-area: end;
    /*    top: anchor(bottom);
    left: anchor(right);
    transform: translate(-100%, 0);*/
    justify-self: anchor-center;
    font-size: 0.75rem;
}

fieldset[b-ubmkdvaj73] {
    border: 1px solid var(--border-color);
}

fieldset > div[b-ubmkdvaj73] {
    align-items: center;
    /*gap: var(--space-3xs);*/
}

.buttons[b-ubmkdvaj73] {
    justify-content: flex-end;
}

#date-picker-popover button[b-ubmkdvaj73] {
    white-space: nowrap;
}
/* _content/Podtrac.Web.Dashboard/Links/Grid/PromotionCell.razor.rz.scp.css */
.landing-page[b-1zw8g1fias] {
    align-items: center;
}

:has(.elide)[b-1zw8g1fias] {
    overflow: hidden;
}

img[b-1zw8g1fias] {
    width: var(--space-xx-large);
    height: var(--space-xx-large);
    object-fit: cover;
    border: 1px solid var(--border-color);
}

.pill[b-1zw8g1fias] {
    display: block;
    font-size: var(--font-size-xx-small);
    text-transform: uppercase;
    margin-block: var(--space-xx-small);
    align-self: flex-start;
}

small[b-1zw8g1fias] {
    font-weight: var(--font-weight-normal);
    line-height: 1.2;
}
/* _content/Podtrac.Web.Dashboard/Links/Grid/ShowCell.razor.rz.scp.css */
.landing-page[b-2kse4uh12t] {
    align-items: center;
}

:has(.elide)[b-2kse4uh12t] {
    overflow: hidden;
}

img[b-2kse4uh12t] {
    width: var(--space-xx-large);
    height: var(--space-xx-large);
    object-fit: cover;
    /*border: 1px solid var(--gray-50);*/
}

.pill[b-2kse4uh12t] {
    /*background-color: var(--gray-50);*/
    display: block;
    font-size: var(--font-size-xx-small);
    text-transform: uppercase;
    margin-block: var(--space-xx-small);
}

small[b-2kse4uh12t] {
    font-weight: var(--font-weight-normal);
    line-height: 1.2;
}
/* _content/Podtrac.Web.Dashboard/Links/Overview/LinksChart.razor.rz.scp.css */
.wrapper[b-c9e010jr4n] {
    border: 1px solid var(--border-color);
    padding: var(--space-normal) var(--space-medium);
    border-radius: var(--space-x-small);
}

.dot[b-c9e010jr4n] {
    display: flex;
    align-items: center;
    gap: var(--space-xx-small);
    font-size: small;
}
    .dot[b-c9e010jr4n]:before {
        content: "";
        border-radius: 3rem;
        width: 0.5em;
        height: 0.5em;
    }

.clicks.dot[b-c9e010jr4n]:before {
    background-color: #3382a2;
}

.downloads.dot[b-c9e010jr4n]:before {
    background-color: #a8000b;
}

.new-downloads.dot[b-c9e010jr4n]:before {
    background-color: #f15b2a;
}

.cluster[b-c9e010jr4n] {
    padding: 0;
    list-style: none;
    font-feature-settings: 'tnum';
    align-items: flex-start;
    gap: var(--space-x-large);
}

links-chart[b-c9e010jr4n] {
    display: block;
    height: max(6rem, 18vh);
    flex-basis: 50%;
    flex-grow: 1;
    position: relative;
}

[b-c9e010jr4n] svg {
    position:absolute;
}

[b-c9e010jr4n] .domain,
[b-c9e010jr4n] .tick line {
    stroke-opacity: 0.1;
}


.push[b-c9e010jr4n] {
    font-size: var(--font-size-x-small);
}
/* _content/Podtrac.Web.Dashboard/Links/Overview/OverviewHeader.razor.rz.scp.css */
.overview-header[b-ssfnvkgrt9] {
    background-color: var(--info-background-color);
    padding: var(--space-small);
    border-radius: 0.5rem;
    align-items: center;
    font-size: var(--font-size-small);
}

img[b-ssfnvkgrt9] {
    width: 4rem;
    height: 4rem;
    border: 1px solid var(--border-color);
}

.flex.column[b-ssfnvkgrt9] {
    gap: 0;
}

.elide[b-ssfnvkgrt9] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20ch;
}
/* _content/Podtrac.Web.Dashboard/Settings/Settings.razor.rz.scp.css */
[b-d5i7l0ckhe] nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
    font-weight: 500;
}

    [b-d5i7l0ckhe] nav nav ul li {
        margin: 0 1.25em 0 0;
        padding: 0;
    }

        [b-d5i7l0ckhe] nav nav ul li a {
            display: flex;
            gap: 0.25em;
            align-items: self-end;
            padding: 0 0 0.25rem 0;
            border-bottom: 0.25rem solid transparent;
            font-size: 0.75rem;
            line-height: 1rem;
            text-decoration: none;
            white-space: nowrap;
            color: #777;
        }

            [b-d5i7l0ckhe] nav nav ul li a:hover {
                color: inherit;
            }

            [b-d5i7l0ckhe] nav nav ul li a.active {
                border-bottom-color: var(--podtrac-blue);
                color: inherit;
            }

[b-d5i7l0ckhe] nav nav button {
    flex-shrink: 0;
}
[b-d5i7l0ckhe] nav nav h1 {
    margin-block-end: var(--space-small);
    font-size: var(--font-size-large);
    line-height: 1.3;
}
/* _content/Podtrac.Web.Dashboard/Shared/LogoSpinner.razor.rz.scp.css */
.dots[b-9tvqo7atvr] {
    animation-duration: 0.6s;
    animation-name: slide-in-b-9tvqo7atvr;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes slide-in-b-9tvqo7atvr {
    from {
        translate: -4.5em 0;
    }

    to {
        translate: 3em 0;
    }
}
/* _content/Podtrac.Web.Dashboard/Shared/SitesBar.razor.rz.scp.css */
nav[b-8wmblbq68m] {
    position: sticky;
    inset-block-start: 0;
}

.items[b-8wmblbq68m] {
    font-size: var(--font-size-xx-small);
    font-weight: var(--font-weight-medium);
    /*justify-content: center;*/
}
    .items a[b-8wmblbq68m] {
        display: flex;
        text-decoration: none;
        padding-inline: var(--space-x-small);
    }

.item[b-8wmblbq68m] {
    --gap: 0;
    /*justify-content: center;
    align-items: center;*/
}

    .item > :first-child[b-8wmblbq68m] {
        border-radius: var(--space-x-small);
        background-color: var(--nav-secondary-background-color);
        flex: auto;
        aspect-ratio: 1;
        padding: var(--space-x-small);
        margin-inline: var(--space-xx-small);
        transition: background-color linear 0.1s;
    }

        .item > :first-child:hover[b-8wmblbq68m] {
            background-color: var(--nav-secondary-background-color-hover);
        }

    [b-8wmblbq68m] .item > :first-child > svg {
        display: block;
        width: 100%;
        height: 100%;
        min-height: var(--space-normal);
        min-width: var(--space-normal);
    }

    .item > :last-child[b-8wmblbq68m] {
    }
