/* _content/PBK.Presentation/Components/Layout/NavMenuLinks.razor.rz.scp.css */
[b-7lm7swriwx] a.active {
    font-weight: bold;
}
/* _content/PBK.Presentation/Components/Layout/PageFooter.razor.rz.scp.css */
a:hover[b-bjv1sy3yy4] {
    color: #d0bfa3;
}
/* _content/PBK.Presentation/Components/Pages/Account/Components/OrdersTabContent.razor.rz.scp.css */
th[b-3l8y2ndvla],td[b-3l8y2ndvla] {
    padding: 1rem;
    text-align: center;
}

tr[b-3l8y2ndvla] {
    border-bottom: 1px solid #e0e0e0;
}
/* _content/PBK.Presentation/Components/Pages/Home/HomeSlider.razor.rz.scp.css */
.grid-area-1[b-i51hbweayy] {
    grid-area: 1 / 1 / 2 / 2;
}

.slider-shadow[b-i51hbweayy] {
    box-shadow: 0 -120px 50px -44px rgba(0,0,0,0.8) inset;
}

@media (min-width: 1024px) {
    .slider-shadow[b-i51hbweayy] {
        box-shadow: 0 200px 50px -44px rgba(0,0,0,0.8) inset;
    }
}
/* _content/PBK.Presentation/Components/Pages/Store/CentroAyuda.razor.rz.scp.css */
a[b-ykzdkqjmkf] {
    color: #2147ff;
}

a:hover[b-ykzdkqjmkf] {
    color: #d0bfa3;
    text-decoration: none;
}

p:not(:last-child)[b-ykzdkqjmkf] {
    margin-bottom: 1rem;
}
/* _content/PBK.Presentation/Components/Pages/Store/TarifasYTiemposEntrega.razor.rz.scp.css */
td[b-m4duq2vxlq], th[b-m4duq2vxlq] {
    padding: 10px;
}
/* _content/PBK.Presentation/Components/Shared/CheckBox.razor.rz.scp.css */
input[b-a3qz01308i]::before {
    content: "";
    border: 1px solid #E8E8E8;
    border-radius: 10%;
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    background-color: white;
    justify-content: center;
}

input:checked[b-a3qz01308i]::before {
    content: "\f00c";
    font: var(--fa-font-solid);
    background-color: #77B265;
    color: white;
    font-size: 12px;
}
/* _content/PBK.Presentation/Components/Shared/Dialog.razor.rz.scp.css */
dialog[b-3axndwk83w]::backdrop {
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(
            45deg,
            magenta,
            rebeccapurple,
            dodgerblue,
            green
    );
    opacity: 0.75;
}
/* _content/PBK.Presentation/Components/Shared/Dropdown.razor.rz.scp.css */
.text-light-gray[b-c8weymzx3y] {
    color: lightgray;
}

.select-wrapper[b-c8weymzx3y]::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font: var(--fa-font-solid);
    content: '\f078';
}
/* _content/PBK.Presentation/Components/Shared/RadioButton.razor.rz.scp.css */
input[b-alau4kz7fa]::before {
    content: "";
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: center;
}

input:checked[b-alau4kz7fa]::before {
    content: "\f058";
    font: var(--fa-font-solid);
    color: #77B265;
}
