/* _content/PremierWindowReplacements.Blazor/Components/Forms/FormProgressBar.razor.rz.scp.css */
.step-progress-container[b-t5l4brmswj] {
    margin: auto;
}

.step-container[b-t5l4brmswj] {
    display: flex;
    align-items: center;
}

.step-number[b-t5l4brmswj] {
    color: var(--font-color);
    background-color: var(--bg-color);
    font-size: var(--font-size);
    font-weight: 700;
    width: var(--step-number-size);
    height: var(--step-number-size);
    border-radius: 50%;
    margin: -1px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s linear;
}

    .step-number.active[b-t5l4brmswj] {
        background-color: var(--color);
        font-size: calc(var(--font-size) * 1.25);
        width: calc(var(--step-number-size) * 1.15);
        height: calc(var(--step-number-size) * 1.15);
        transition: all 0.1s linear;
        transition-delay: 0.25s;
    }

.step-line-container[b-t5l4brmswj] {
    flex-grow: 1;
    z-index: 1;
    height: 10px;
    position: relative;
}

.step-line[b-t5l4brmswj] {
    display: block;
    height: 10px;
    position: absolute;
    background-color: var(--color);
    width: 0%;
    transition: width 0.25s ease-in;
    transition-delay: 0.1s;
}

    .step-line.filled[b-t5l4brmswj] {
        width: 100%;
        transition: width 0.25s ease-out;
    }

.step-line-bg[b-t5l4brmswj] {
    display: block;
    height: 10px;
    background-color: var(--bg-color);
}
/* _content/PremierWindowReplacements.Blazor/Components/Layout/Footer.razor.rz.scp.css */
.images[b-yov6uez11x] {
    text-align: center;
    height: 70px;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.images img[b-yov6uez11x] {
    max-width: 100%;
    max-height: 100%;
}

p[b-yov6uez11x] {
    font-size: 0.75rem;
}

.contact[b-yov6uez11x] {
    text-align: center;
}

.disclaimer[b-yov6uez11x] {
    text-align: justify;
    opacity: 80%;
}
/* _content/PremierWindowReplacements.Blazor/Components/Layout/LegalFooter.razor.rz.scp.css */
footer[b-y80xa0vyy4] {
    font-size: 0.7rem;
    line-height: 1rem;
    color: #c5c5c5;
    background-color: black;
    text-align: center;
}

ul[b-y80xa0vyy4] {
    list-style-type: none;
    margin: 0;
    padding: 0.7rem 1rem;
}

ul li[b-y80xa0vyy4] {
    display: inline;
}

ul li[b-y80xa0vyy4]::after {
    content: " | ";
    color: #7c7c7c;
}

ul li:last-child[b-y80xa0vyy4]::after {
    content: "";
}

a[b-y80xa0vyy4] {
    color: #c5c5c5;
    text-decoration: none;
}

a:hover[b-y80xa0vyy4] {
    color: #919191;
}
/* _content/PremierWindowReplacements.Blazor/Components/Layout/LegalLayout.razor.rz.scp.css */
[b-opkgedk2rz] h1 {
    text-align: center;
    font-size: 1.5rem;
}

[b-opkgedk2rz] h2 {
    font-size: 1.1rem;
}

main[b-opkgedk2rz] {
    max-width: 1024px;
    padding: 12px;
    margin: auto;
}

/* Table */
[b-opkgedk2rz] table {
    margin-bottom: 1rem;
}

[b-opkgedk2rz] th, [b-opkgedk2rz] td {
    border: 1px solid gray;
    padding: 10px;
    vertical-align: top;
}

[b-opkgedk2rz] form {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    background-color: #ededed;
}

/* Error UI */
#blazor-error-ui[b-opkgedk2rz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-opkgedk2rz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PremierWindowReplacements.Blazor/Components/Pages/Default/OS.razor.rz.scp.css */
main[b-5sr4ta2scs] {
    background-color: #f8f9ff;
    padding: 12px;
}

#contents[b-5sr4ta2scs] {
    background-color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #6cc14c;
}

.logo[b-5sr4ta2scs] {
    height: 65px;
    width: fit-content;
    margin: auto;
    padding: 10px;
}

    .logo img[b-5sr4ta2scs] {
        max-height: 100%;
        max-width: 100%;
    }


.hero[b-5sr4ta2scs] {
    width: 100%;
}

h1[b-5sr4ta2scs] {
    text-align: center;
    font-size: 1.5rem;
}

p[b-5sr4ta2scs] {
    text-align: center;
}

.form-container[b-5sr4ta2scs], [b-5sr4ta2scs] footer {
    padding: 0 1rem;
}

[b-5sr4ta2scs] .error {
    text-align: center;
    color: #b33c24;
    background-color: #f8d7da;
    margin-bottom: 6px;
    padding: 4px 0;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}

[b-5sr4ta2scs] .form-step {
    padding: 1rem 0;
}

[b-5sr4ta2scs] .form-step-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #54585a;
}

[b-5sr4ta2scs] .form-input-text,
[b-5sr4ta2scs] .form-input-amount,
[b-5sr4ta2scs] .form-input-select {
    border: 2px solid #777;
    padding: 0.7rem;
}

[b-5sr4ta2scs] .form-btn-submit {
    color: white;
    font-weight: 600;
}

[b-5sr4ta2scs] .appointments-header, [b-5sr4ta2scs] .appointments-subheader {
    text-align: center;
}

[b-5sr4ta2scs] .selected-appointment {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

[b-5sr4ta2scs] .disclaimer {
    margin-bottom: 0;
    padding-bottom: 12px;
}
/* _content/PremierWindowReplacements.Blazor/Components/Pages/Default/ThankYou.razor.rz.scp.css */
main[b-f7ym7haoxn] {
    background-color: #f8f9ff;
    padding: 12px;
}

#contents[b-f7ym7haoxn] {
    background-color: #ffffff;
    max-width: 1080px;
    margin: 0 auto;
    border: 2px solid #6cc14c;
}

.logo[b-f7ym7haoxn] {
    height: 65px;
    width: fit-content;
    margin: auto;
    padding: 10px;
}

    .logo img[b-f7ym7haoxn] {
        max-height: 100%;
        max-width: 100%;
    }

.message[b-f7ym7haoxn] {
    background-color: #ccffcc;
    padding: 0.2rem 1rem;
    margin: 0 1rem 1rem 1rem;
    border-bottom: 4px solid #6cc14c;
}

h1[b-f7ym7haoxn] {
    text-align: center;
    text-transform: uppercase;
    color: #6cc14c;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

.check[b-f7ym7haoxn] {
    max-width: 32px;
    transform: translateY(4px);
}

h2[b-f7ym7haoxn] {
    color: #54585a;
    font-weight: 400;
    text-align: center;
    margin: 0.25rem 0;
}

.matched-client-container[b-f7ym7haoxn] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.matched-logo[b-f7ym7haoxn] {
    text-align: center;
    max-height: 160px;
    width: 160px;
    padding: 5px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #84be55;
}

.matched-logo img[b-f7ym7haoxn] {
    max-height: 100%;
    max-width: 100%;
}
/* _content/PremierWindowReplacements.Blazor/Components/Pages/Home.razor.rz.scp.css */
#home[b-izlb5qkgdl] {
	font-size: 0.9rem;
	padding: 0.5rem;
	max-width: 1400px;
	margin: auto;
}

h1[b-izlb5qkgdl] {
	color: #ba2626;
	margin-top: 0;
}

[b-izlb5qkgdl] h2 {
	color: #2670ba;
	margin-bottom: 6px;
}

a[b-izlb5qkgdl] {
	text-decoration: none;
}

.inline-code[b-izlb5qkgdl] {
	font-family: monospace;
	font-size: 0.85rem;
	color: #333;
	background-color: #ddd;
	padding: 0px 4px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
/* _content/PremierWindowReplacements.Blazor/Components/Pages/PAMP/PAMP-A.razor.rz.scp.css */
/* Hero */
.hero[b-mjakqy17od] {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

    .hero .hero-left[b-mjakqy17od] {
        background-image: url('/img/templates/pamp/a/rw-hero-img-2.webp');
        background-size: cover;
        background-position: bottom;
        display: flex;
        box-sizing: border-box;
        align-items: flex-end;
        width: 820px;
        max-width: 100%;
        min-height: 500px;
        padding: 10px;
        justify-content: space-between;
        gap: 10px;
    }

        .hero .hero-left .logo-container[b-mjakqy17od] {
            max-width: 200px;
        }

        .hero .hero-left .offer-container[b-mjakqy17od] {
            max-width: 400px;
            text-align: center;
            color: white;
        }

        .hero .hero-left img[b-mjakqy17od] {
            max-width: 100%;
        }

    .hero .hero-right[b-mjakqy17od] {
        padding: 10px;
        width: 32px;
        min-width: 320px;
        background-color: #faaa44;
    }

        .hero .hero-right h1[b-mjakqy17od] {
            text-align: center;
            margin: 0;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }

        .hero .hero-right p[b-mjakqy17od] {
            text-align: center;
            margin-top: 0;
            font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
            font-size: 14px;
        }

@media (max-width: 600px) {
    .hero[b-mjakqy17od] {
        flex-direction: column;
    }

        .hero .hero-left[b-mjakqy17od] {
            min-height: 260px;
        }

        .hero .hero-right[b-mjakqy17od] {
            width: 100%;
            box-sizing: border-box;
        }
}

/* Form */
[b-mjakqy17od] .form-input-text {
    text-align: center;
    background-color: #ffcb7e;
    border: 0;
}

[b-mjakqy17od] .form-btn {
    text-transform: uppercase;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

[b-mjakqy17od] .step-progress-container {
    max-width: 300px;
}

[b-mjakqy17od] .tcpa {
    font-size: 10px;
    line-height: 12px;
}

/* Section 1 */
.section-1[b-mjakqy17od] {
    padding: 30px 10px;
    background-color: #3a3c3f;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .section-1 .stars[b-mjakqy17od] {
        width: 100%;
        max-width: 200px;
    }

    .section-1 .quote[b-mjakqy17od] {
        width: 100%;
        max-width: 800px;
    }

    .section-1 h3[b-mjakqy17od] {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        letter-spacing: 1px;
        color: #decdb5;
        text-transform: uppercase;
        text-align: center;
    }

/* Section 2 */
.section-2[b-mjakqy17od] {
    max-width: 1200px;
    margin: auto;
}

    .section-2 .thumbnail-container[b-mjakqy17od] {
        display: flex;
        margin: 3px;
        gap: 3px;
    }

        .section-2 .thumbnail-container .thumbnail img[b-mjakqy17od] {
            max-width: 100%;
        }

        .section-2 .thumbnail-container .thumbnail h3[b-mjakqy17od] {
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            text-align: center;
            margin-top: 8px;
            font-size: 24px;
            color: #333630;
        }

@media (max-width: 600px) {
    .section-2 .thumbnail-container[b-mjakqy17od] {
        flex-direction: column;
    }
}

/* Section 3 */
.section-3[b-mjakqy17od] {
    background-image: url('/img/templates/pamp/a/rw-graphic-no-bkg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 90%;
    text-align: center;
    padding: 50px 0;
}

    .section-3 p[b-mjakqy17od] {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-transform: uppercase;
        text-align: center;
        color: #202020;
        font-size: 18px;
        margin: 32px 0;
    }

    .section-3 button[b-mjakqy17od] {
        padding: 15px 30px;
        color: white;
        text-decoration: none;
        border: none;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #f8842e;
        max-width: 100%;
        width: 300px;
        display: inline-block;
        cursor: pointer;
    }

/* Section 4 */
.section-4 h2[b-mjakqy17od] {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #514a41;
    margin: 50px 0;
}

/* Footer */
.footer[b-mjakqy17od] {
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}
/* _content/PremierWindowReplacements.Blazor/Components/Pages/PAMP/PAMP-B.razor.rz.scp.css */
/* Hero */
.hero[b-qr1oa5cmgd] {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

    .hero .hero-left[b-qr1oa5cmgd] {
        background-color: #aed1e7;
        padding: 10px;
        text-align: center;
        padding: 50px 10px;
        box-sizing: border-box;
        max-width: 100%;
        width: 840px;
    }

        .hero .hero-left img[b-qr1oa5cmgd] {
            max-width: 100%;
        }

        .hero .hero-left .logo[b-qr1oa5cmgd] {
            width: 200px;
            margin-bottom: 50px;
        }

        .hero .hero-left .offer[b-qr1oa5cmgd] {
            width: 400px;
            margin-bottom: 10px;
        }

        .hero .hero-left small[b-qr1oa5cmgd] {
            font-size: 10px;
        }

    .hero .hero-right[b-qr1oa5cmgd] {
        padding: 10px;
        width: 32px;
        min-width: 340px;
    }

        .hero .hero-right h1[b-qr1oa5cmgd] {
            text-align: center;
            margin: 0;
            font-weight: 400;
            font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
        }

        .hero .hero-right p[b-qr1oa5cmgd] {
            text-align: center;
            margin-top: 0;
            font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
            font-size: 14px;
        }

@media (max-width: 600px) {
    .hero[b-qr1oa5cmgd] {
        flex-direction: column;
    }

        .hero .hero-left[b-qr1oa5cmgd] {
            padding: 20px 10px;
        }

            .hero .hero-left .logo[b-qr1oa5cmgd] {
                width: 120px;
                margin-bottom: 20px;
            }

        .hero .hero-right[b-qr1oa5cmgd] {
            width: 100%;
            box-sizing: border-box;
        }
}

/* Form */
[b-qr1oa5cmgd] .form-input-text {
    text-align: center;
    background-color: #dbe3e6;
    border: 0;
}

[b-qr1oa5cmgd] .form-btn {
    text-transform: uppercase;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

[b-qr1oa5cmgd] .step-progress-container {
    max-width: 300px;
}

[b-qr1oa5cmgd] .tcpa {
    font-size: 10px;
    line-height: 12px;
}

/* Section 1 */
.section-1[b-qr1oa5cmgd] {
    max-width: 1200px;
    margin: auto;
    min-height: 370px;
    background: url('/img/templates/pamp/b/rw-hero-img-1.webp');
    background-size: cover;
    background-position: bottom;
}

/* Section 2 */
.section-2[b-qr1oa5cmgd] {
    max-width: 1200px;
    margin: auto;
}

    .section-2 .badge-container[b-qr1oa5cmgd] {
        padding: 50px 10px;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

        .section-2 .badge-container .badge[b-qr1oa5cmgd] {
            text-align: center;
        }

            .section-2 .badge-container .badge img[b-qr1oa5cmgd] {
                height: 70px;
            }

            .section-2 .badge-container .badge h3[b-qr1oa5cmgd] {
                text-transform: uppercase;
                font-size: 16px;
            }

            .section-2 .badge-container .badge p[b-qr1oa5cmgd] {
                max-width: 350px;
                margin: auto;
            }

@media (max-width: 600px) {
    .section-2 .badge-container[b-qr1oa5cmgd] {
        flex-direction: column;
        gap: 40px;
    }
}

/* Section 3 */
.section-3[b-qr1oa5cmgd] {
    max-width: 1200px;
    margin: auto;
}

    .section-3 .container[b-qr1oa5cmgd] {
        display: flex;
    }

        .section-3 .container .left[b-qr1oa5cmgd],
        .section-3 .container .right[b-qr1oa5cmgd] {
            flex: 1;
            min-height: 500px;
        }

        .section-3 .container .left[b-qr1oa5cmgd] {
            background: url('/img/templates/pamp/b/rw-sec-img-1.webp');
            background-size: cover;
        }

        .section-3 .container .right[b-qr1oa5cmgd] {
            text-align: center;
            background-image: url('/img/templates/pamp/a/rw-graphic-no-bkg.webp');
            background-repeat: no-repeat;
            background-position: center;
            background-size: auto 70%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .section-3 .container .right h2[b-qr1oa5cmgd] {
                font-family: "Georgia", serif;
                font-weight: 400;
                font-size: 48px;
                margin-bottom: 20px;
            }

            .section-3 .container .right h3[b-qr1oa5cmgd] {
                font-family: 'Franklin Gothic Book', 'Arial Narrow', Arial, sans-serif, serif;
                text-transform: uppercase;
                font-weight: 300;
                letter-spacing: 1px;
                margin-top: 0;
            }


@media (max-width: 600px) {
    .section-3 .container[b-qr1oa5cmgd] {
        flex-direction: column;
    }
}

/* Section 4 */
.section-4[b-qr1oa5cmgd] {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 40px 10px;
}

    .section-4 h2[b-qr1oa5cmgd] {
        font-family: "Georgia", serif;
        font-weight: 400;
    }

    .section-4 p[b-qr1oa5cmgd] {
        font-family: 'Franklin Gothic Book', 'Arial Narrow', Arial, sans-serif, serif;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .section-4 h3[b-qr1oa5cmgd] {
        margin-top: 50px;
        text-transform: uppercase;
        font-family: 'Franklin Gothic Book', 'Arial Narrow', Arial, sans-serif, serif;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .section-4 button[b-qr1oa5cmgd] {
        padding: 15px 30px;
        color: white;
        text-decoration: none;
        border: none;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #f8842e;
        max-width: 100%;
        width: 300px;
        display: inline-block;
        cursor: pointer;
    }

/* Footer */
.footer[b-qr1oa5cmgd] {
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}
/* _content/PremierWindowReplacements.Blazor/Components/Pages/WRW/WRW-OS.razor.rz.scp.css */
main[b-kqrwefm6gh] {
    background-image: url('/img/templates/wrw/hero-house.webp');
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 12px;
}

#contents[b-kqrwefm6gh] {
    background-color: rgb(243, 252, 252);
    max-width: 700px;
    margin: 0 auto;
}

.logo[b-kqrwefm6gh] {
    height: 65px;
    width: fit-content;
    margin: auto;
    padding: 10px;
}

    .logo img[b-kqrwefm6gh] {
        max-height: 100%;
        max-width: 100%;
    }


.hero[b-kqrwefm6gh] {
    width: 100%;
}

h1[b-kqrwefm6gh] {
    text-align: center;
    font-size: 1.5rem;
}

p[b-kqrwefm6gh] {
    text-align: center;
}

.form-container[b-kqrwefm6gh], [b-kqrwefm6gh] footer {
    padding: 0 1rem;
}

[b-kqrwefm6gh] .error {
    text-align: center;
    color: #b33c24;
    background-color: #f8d7da;
    margin-bottom: 6px;
    padding: 4px 0;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}

[b-kqrwefm6gh] .form-step {
    padding: 1rem 0;
}

[b-kqrwefm6gh] .form-step-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #54585a;
}

[b-kqrwefm6gh] .form-input-text,
[b-kqrwefm6gh] .form-input-amount,
[b-kqrwefm6gh] .form-input-select {
    border: 2px solid #777;
    padding: 0.7rem;
}

[b-kqrwefm6gh] .form-btn-submit {
    color: white;
    font-weight: 600;
}

[b-kqrwefm6gh] .appointments-header, [b-kqrwefm6gh] .appointments-subheader {
    text-align: center;
}

[b-kqrwefm6gh] .selected-appointment {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

[b-kqrwefm6gh] .disclaimer {
    margin-bottom: 0;
    padding-bottom: 12px;
}
/* _content/PremierWindowReplacements.Blazor/Components/Pages/WRW/WRW.razor.rz.scp.css */
main[b-9voy319h7z] {
    max-width: 1920px;
    margin: auto;
}

/* Header */
header[b-9voy319h7z] {
    padding: 12px 24px;
}

header .logo-container[b-9voy319h7z] {
    height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

header .logo-container img[b-9voy319h7z] {
    max-height: 100%;
    max-width: 100%;
}

header .logo-container .bar[b-9voy319h7z] {
    height: 50px;
    width: 2px;
    background-color: #fff;
}

@media only screen and (max-width: 600px) {
    header .logo-container[b-9voy319h7z] {
        height: fit-content;
        justify-content: center;
        gap: 12px;
    }

    header .logo-container img[b-9voy319h7z] {
        height: 45px;
    }

    header .logo-container .bar[b-9voy319h7z] {
        width: 2px;
        height: 40px;
    }
}

/* Hero */
.hero[b-9voy319h7z] {
    background-image: url('/img/templates/wrw/hero-house.webp');
    background-position: top center;
    background-size: cover;
}

    .hero .hero-contents[b-9voy319h7z] {
        max-width: 500px;
        margin: auto;
        padding: 12px;
        text-align: center;
    }

    .hero .offer-container[b-9voy319h7z] {
        max-width: 260px;
        margin: auto;
    }

        .hero .offer-container img[b-9voy319h7z] {
            max-height: 100%;
            max-width: 100%;
        }

    .hero .matched-client[b-9voy319h7z] {
        margin-top: 0;
        font-size: 20px;
        color: lightgreen;
    }

    .hero .form-container[b-9voy319h7z] {
        color: white;
        padding: 24px;
        background-color: rgba(21, 33, 51, 0.9);
    }

    .hero .form-container h2[b-9voy319h7z] {
        font-size: 17px;
        font-weight: 400;
    }

@media only screen and (max-width: 600px) {
    .hero .hero-contents[b-9voy319h7z] {
        padding: 0;
    }
}

/* Form */
[b-9voy319h7z] .step-progress-container {
    max-width: 300px;
}

[b-9voy319h7z] .form-btn {
    color: white;
    font-weight: 700;
}

[b-9voy319h7z] .tcpa a {
    color: #efd6b7;
}

[b-9voy319h7z] .error {
    text-align: center;
    color: #b33c24;
    background-color: #f8d7da;
    padding: 4px 8px;
    width: fit-content;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

/* Sections */
.tagline[b-9voy319h7z] {
    text-align: center;
}

.tagline p[b-9voy319h7z] {
    font-size: 20px;
}

.information[b-9voy319h7z] {
    max-width: 1080px;
    margin: auto;
    padding: 12px;
}

.badges[b-9voy319h7z] {
    margin-top: 50px;
    display: flex;
    gap: 12px;
    text-align: center;
}

.badges .badge-container img[b-9voy319h7z] {
    height: 120px;
}

    .badges .badge-container h3[b-9voy319h7z] {
        margin-bottom: 6px;
    }

    .badges .badge-container p[b-9voy319h7z] {
        margin-top: 6px;
    }

@media only screen and (max-width: 600px) {
    .badges[b-9voy319h7z] {
        flex-direction: column;
    }
}

.gallery[b-9voy319h7z] {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.gallery .gallery-left[b-9voy319h7z] {
    color: white;
    background-color: #82817f;
    text-align: center;
    padding: 24px;
}

.gallery .gallery-left p[b-9voy319h7z] {
    font-size: 20px;
}

.gallery .gallery-right[b-9voy319h7z] {
    display: grid;
}

.gallery .gallery-right img[b-9voy319h7z] {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 800px) {
    .gallery[b-9voy319h7z] {
        flex-direction: column;
    }
}

.window-types[b-9voy319h7z] {
    display: flex;
    text-align: center;
    font-weight: 700;
    margin: 100px 0;
    justify-content: space-around;
    gap: 12px;
}

.window-types img[b-9voy319h7z] {
    height: 100px;
}

@media only screen and (max-width: 600px) {
    .window-types[b-9voy319h7z] {
        flex-direction: column;
    }
}
/* _content/PremierWindowReplacements.Blazor/Components/Shared/DebugWindow.razor.rz.scp.css */
.debug-window[b-aqn24tmkl9] {
    font-family: "Arial", sans-serif;
    font-size: 0.75rem;
    position: fixed;
    max-height: calc(100vh - 1rem);
    max-width: 400px;
    overflow-y: auto;
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 0.5rem;
    z-index: 1000;
    user-select: none;
    transition: width 0.15s, height 0.15s;
}

.debug-header[b-aqn24tmkl9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.5rem;
    cursor: pointer;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.header-left[b-aqn24tmkl9] {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

    .header-left .chevron[b-aqn24tmkl9] {
        display: inline-block;
        width: 1rem;
        text-align: center;
        margin-right: 0.5rem;
    }

.header-right[b-aqn24tmkl9] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.refresh-btn[b-aqn24tmkl9],
.close-btn[b-aqn24tmkl9] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin-left: 6px;
}

    .refresh-btn:hover[b-aqn24tmkl9] {
        color: #8f8;
    }

    .close-btn:hover[b-aqn24tmkl9] {
        color: #f88;
    }

.debug-content[b-aqn24tmkl9] {
    padding: 0.5rem;
}

    .debug-content h4[b-aqn24tmkl9] {
        color: #ba2626;
        margin-top: 12px;
        cursor: pointer;
        margin-bottom: 0;
    }

    .debug-content h5[b-aqn24tmkl9] {
        font-size: 0.7rem;
        color: #2670ba;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .debug-content > *:not(:last-child)[b-aqn24tmkl9] {
        margin-bottom: 0.25rem;
    }

    .debug-content label[b-aqn24tmkl9] {
        display: block;
        cursor: pointer;
    }

    .debug-content .variable[b-aqn24tmkl9] {
        font-family: 'Courier New';
        font-size: 0.75rem;
        color: #dbdbdb;
        background-color: #212121;
        display: inline-block;
        white-space: pre-wrap;
        padding: 1px 4px;
        border-radius: 3px;
        margin-left: 2px;
    }

        .debug-content .variable.true[b-aqn24tmkl9] {
            background-color: limegreen;
            color: black;
        }

        .debug-content .variable.false[b-aqn24tmkl9] {
            background-color: crimson;
            color: white;
        }

.debug-window.collapsed[b-aqn24tmkl9] {
    width: auto;
    height: auto;
}
/* _content/PremierWindowReplacements.Blazor/Components/Shared/PageCatalog.razor.rz.scp.css */
[b-ktou3a2hir] a {
    text-decoration: none;
}

/* Controls */
.filter-row[b-ktou3a2hir] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.filter-wrapper[b-ktou3a2hir] {
    position: relative;
    display: inline-block;
}

/* Input with room for the clear "X" on the right */
.filter-input[b-ktou3a2hir] {
    padding: 6px 28px 6px 8px;
    font-size: 0.9rem;
    line-height: 1.2;
    border: 1px solid #c7d2e2;
    color: #243041;
    border-radius: 6px;
}

/* Clear "X" inside the input */
.clear-x[b-ktou3a2hir] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    font-size: 1rem;
    font-weight: 700;
    color: #666;
}

    .clear-x:hover[b-ktou3a2hir] {
        color: #000;
    }

/* Buttons (shared) */
.expand-btn[b-ktou3a2hir],
.collapse-btn[b-ktou3a2hir] {
    padding: 6px 10px;
    font-size: 0.85rem;
    line-height: 1.2;
    cursor: pointer;
    border: 1px solid #c7d2e2;
    background: #f6f9ff;
    color: #243041;
    border-radius: 6px;
}

    .expand-btn:focus-visible[b-ktou3a2hir],
    .collapse-btn:focus-visible[b-ktou3a2hir] {
        outline: 2px solid #2a425a;
        outline-offset: 1px;
    }

    .expand-btn[disabled][b-ktou3a2hir],
    .collapse-btn[disabled][b-ktou3a2hir] {
        opacity: .55;
        cursor: not-allowed;
    }

/* Table */
table[b-ktou3a2hir] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

    table thead tr[b-ktou3a2hir] {
        color: #ffffff;
        background-color: #2a425a;
        text-align: left;
    }

    table th[b-ktou3a2hir],
    table td[b-ktou3a2hir] {
        padding: 6px 8px;
        vertical-align: top;
    }

    /* Sort affordance */
    table th[b-ktou3a2hir] {
        cursor: pointer;
        user-select: none;
        font-weight: 400;
    }

    table .sort-glyph[b-ktou3a2hir] {
        opacity: .6;
        font-size: .85em;
        margin-left: .35rem;
    }

    /* Zebra + hover */
    table tbody tr:nth-of-type(even)[b-ktou3a2hir] {
        background-color: #f3f3f3;
    }

    table tbody tr:hover[b-ktou3a2hir] {
        background-color: #dce6ef;
    }

    /* Child rows appear slightly de-emphasized */
    table tr.child[b-ktou3a2hir] {
        font-size: 0.85rem !important;
        color: #666666;
    }

    /* Collapsible file path trigger */
    table .fp.clickable[b-ktou3a2hir] {
        color: #285ca4;
        cursor: pointer;
    }

    /* Variant count pill */
    table .badge[b-ktou3a2hir] {
        display: inline-block;
        padding: 2px 6px;
        font-size: .7rem;
        line-height: 1;
        color: #243041;
        background: #e6eef9;
        border: 1px solid #cfdaf0;
        border-radius: 9999px;
    }
/* _content/PremierWindowReplacements.Blazor/Components/Shared/ThankYouOffers.razor.rz.scp.css */
.offer-container[b-e5snjx2rqs] {
    padding: 16px;
    text-align: center;
}

.offers[b-e5snjx2rqs] {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    justify-content: center;
    align-items: center;
}

.offer[b-e5snjx2rqs] {
    box-shadow: 0 0 10px 0px rgba(0, 77, 0, 0.25);
    transition: all ease-in-out 0.5s;
    border-radius: 10px;
    overflow: hidden;
}

    .offer:hover[b-e5snjx2rqs] {
        box-shadow: 0 0 15px 0px rgba(0, 77, 0, 0.5);
        transform: scale(1.02);
        transition: all ease-in-out 0.2s;
    }

    .offer img[b-e5snjx2rqs] {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

@media (max-width: 768px) {
    .offers[b-e5snjx2rqs] {
        flex-direction: column;
    }
}
