/* _content/ANCER.Core.WebApp/Components/Layout/Drawer.razor.rz.scp.css */
[b-8vrxf4izca] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-8vrxf4izca] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-8vrxf4izca] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-8vrxf4izca] {
        display: none;
        visibility: hidden;
    }

    [b-8vrxf4izca] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-8vrxf4izca] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/ANCER.Core.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hp8xkeswlx] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
    display: flex;
    flex-direction: column;
}

[b-hp8xkeswlx] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-hp8xkeswlx] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-hp8xkeswlx] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-hp8xkeswlx] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-hp8xkeswlx] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-hp8xkeswlx] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-hp8xkeswlx] .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 1rem;
    overflow: visible;
}

.main-content[b-hp8xkeswlx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    overflow: visible;
}

[b-hp8xkeswlx] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-hp8xkeswlx] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-hp8xkeswlx] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-hp8xkeswlx] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-hp8xkeswlx] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-hp8xkeswlx] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-hp8xkeswlx] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-hp8xkeswlx] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-hp8xkeswlx] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-hp8xkeswlx] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-hp8xkeswlx] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-hp8xkeswlx]  .menu-button {
    border: 2px solid #007bff !important;
    background-color: #ffffff !important;
    color: #007bff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    min-width: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nav-buttons-container[b-hp8xkeswlx]  .menu-button .icon {
    background-color: #007bff !important;
    opacity: 1 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-mask-image: url("images/menu.svg") !important;
    mask-image: url("images/menu.svg") !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center center !important;
    mask-position: center center !important;
}

.nav-buttons-container[b-hp8xkeswlx]  .menu-button:hover {
    border-color: #0056b3 !important;
    background-color: #007bff !important;
    color: #ffffff !important;
    transform: scale(1.05) !important;
}

.nav-buttons-container[b-hp8xkeswlx]  .menu-button:hover .icon {
    background-color: #ffffff !important;
}

[b-hp8xkeswlx] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-hp8xkeswlx] {
    display: inline-flex;
}

.menu-button-nav[b-hp8xkeswlx] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-hp8xkeswlx] {
    display: flex;
    gap: 10px;
    padding: 1rem;
    background-color: white;
    border-bottom: 1px solid var(--bs-border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-buttons-container[b-hp8xkeswlx]  .menubutton-float-end {
    margin-left: auto;
}

.nav-buttons-container[b-hp8xkeswlx]  .dxbl-btn-icon-only {
    --dxbl-btn-padding-x: 0.75rem;
    --dxbl-btn-padding-y: 0.25rem;
}

[b-hp8xkeswlx] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-hp8xkeswlx] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-hp8xkeswlx] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-hp8xkeswlx] .content {
        padding: 0.5rem;
    }

    .main-content[b-hp8xkeswlx] {
        padding: 0.5rem;
    }

    .nav-buttons-container[b-hp8xkeswlx] {
        padding: 0.5rem;
    }

    [b-hp8xkeswlx] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-hp8xkeswlx] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-hp8xkeswlx] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

.user-menu[b-hp8xkeswlx]  .dx-menu-item {
    padding: 0.5rem 1rem;
}

.login-button[b-hp8xkeswlx] {
    margin-right: 1rem;
}

.icon-user[b-hp8xkeswlx]::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
}

.icon-logout[b-hp8xkeswlx]::before {
    content: "\f2f5";
    font-family: "Font Awesome 5 Free";
}

.icon-login[b-hp8xkeswlx]::before {
    content: "\f2f6";
    font-family: "Font Awesome 5 Free";
}

.social-links[b-hp8xkeswlx] {
    padding: 0.5rem;
    text-align: center;
    border-top: 1px solid var(--bs-gray-200);
    display: flex;
    justify-content: center;
    gap: 0.25rem;
}

.social-link[b-hp8xkeswlx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.2s ease;
    text-decoration: none;
    width: 2.5rem;
    height: 2.5rem;
}

.social-link:hover[b-hp8xkeswlx] {
    transform: translateY(-2px);
    opacity: 0.9;
}

.social-link i[b-hp8xkeswlx] {
    font-size: 1.25rem;
    line-height: 1;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facebook-link[b-hp8xkeswlx] {
    color: #1877f2;
}

.instagram-link[b-hp8xkeswlx] {
    color: #e4405f;
}

.youtube-link[b-hp8xkeswlx] {
    color: #ff0000;
}

.whatsapp-link[b-hp8xkeswlx] {
    color: #25d366;
}

.language-button[b-hp8xkeswlx] {
    min-width: 70px;
    border-radius: 20px;
    font-weight: 500;
}

.language-button[b-hp8xkeswlx]  .dx-button-content {
    gap: 8px;
}

.language-list[b-hp8xkeswlx] {
    min-width: 70px;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.language-list[b-hp8xkeswlx]  .dx-listbox-item {
    padding: 8px 16px;
    text-align: center;
    transition: background-color 0.2s;
}

.language-list[b-hp8xkeswlx]  .dx-listbox-item:hover {
    background-color: var(--bs-gray-100);
}

.language-list[b-hp8xkeswlx]  .dx-listbox-item.dx-list-item-selected {
    background-color: var(--bs-primary);
    color: white;
}

.language-menu-item[b-hp8xkeswlx]  .dx-menu-item {
    padding: 8px 16px;
}

.language-option[b-hp8xkeswlx] {
    padding: 8px 16px;
    transition: background-color 0.2s;
}

.language-option:hover[b-hp8xkeswlx] {
    background-color: var(--bs-gray-100);
}

.language-option .fi[b-hp8xkeswlx] {
    font-size: 1.2em;
}

.dx-menu-base[b-hp8xkeswlx]  .dx-menu-item-content {
    padding: 8px 12px;
    border-radius: 6px;
}

.dx-menu-base[b-hp8xkeswlx]  .dx-menu-items-container {
    padding: 4px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

[b-hp8xkeswlx] .dxbl-btn-icon-only {
    --dxbl-btn-color: inherit;
    --dxbl-btn-hover-color: inherit;
    --dxbl-btn-active-color: inherit;
}

.drawer-header[b-hp8xkeswlx] {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bs-gray-200);
}

.drawer-header .logo[b-hp8xkeswlx] {
    height: 3.3rem;
    width: auto;
}

/* Fallback para asegurar visibilidad del botón del menú */
.nav-buttons-container .dxbl-btn[b-hp8xkeswlx] {
    visibility: visible !important;
    opacity: 1 !important;
}

.nav-buttons-container .dxbl-btn.dxbl-btn-icon-only[b-hp8xkeswlx] {
    visibility: visible !important;
    opacity: 1 !important;
    display: inline-flex !important;
}
/* _content/ANCER.Core.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-au4xh6b9ix] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-au4xh6b9ix] {
    text-align: center;
}

[b-au4xh6b9ix] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-au4xh6b9ix] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-au4xh6b9ix] .menu {
    background-color: inherit;
}

    [b-au4xh6b9ix] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-au4xh6b9ix] .menu-item {
    color: var(--bs-white);
}

[b-au4xh6b9ix] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-au4xh6b9ix] .home-icon {
    background-image: url("images/home.svg");
}

[b-au4xh6b9ix] .purchase-icon {
    background-image: url("images/purchase.svg");
}

[b-au4xh6b9ix] .vendor-icon {
    background-image: url("images/vendor.svg");
}

[b-au4xh6b9ix] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-au4xh6b9ix] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-au4xh6b9ix] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-au4xh6b9ix] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-au4xh6b9ix] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-au4xh6b9ix] .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar[b-au4xh6b9ix] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-au4xh6b9ix] {
        text-align: inherit;
    }
}
/* _content/ANCER.Core.WebApp/Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-2yo7b4ozb4] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-2yo7b4ozb4] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-2yo7b4ozb4] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-2yo7b4ozb4] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/ANCER.Core.WebApp/Components/Pages/Index.razor.rz.scp.css */
[b-uu25to2dfi] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-uu25to2dfi] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-uu25to2dfi] .title {
    text-align: center;
}

[b-uu25to2dfi] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-uu25to2dfi] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-uu25to2dfi] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-uu25to2dfi] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-uu25to2dfi] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-uu25to2dfi] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-uu25to2dfi] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/ANCER.Core.WebApp/Components/SessionTimeoutWarning.razor.rz.scp.css */
.session-warning-content[b-9v0uio3ir3] {
    padding: 1rem;
    text-align: center;
} 
