/* _content/AlephCRM.WAS.Core/Components/Account/Pages/Admin/AdminManageLayout.razor.rz.scp.css */
[b-0dffbecuh8] .tab-icon {
    min-width: var(--icon-width);
    min-height: var(--icon-height);
    background-size: contain;
}

[b-0dffbecuh8] .icon-profile {
    --icon-mask-image: var(--icon-profile-mask-image);
}

[b-0dffbecuh8] .icon-email {
    --icon-mask-image: var(--icon-email-mask-image);
}

[b-0dffbecuh8] .icon-two-factor {
    --icon-mask-image: var(--icon-two-factor-mask-image);
}

[b-0dffbecuh8] .icon-password {
    --icon-mask-image: var(--icon-password-mask-image);
}

[b-0dffbecuh8] .icon-personal {
    --icon-mask-image: var(--icon-personal-mask-image);
}

[b-0dffbecuh8] .icon-external {
    --icon-mask-image: var(--icon-external-mask-image);
}
/* _content/AlephCRM.WAS.Core/Components/Account/Pages/Admin/AdminManageNavMenu.razor.rz.scp.css */

[b-5fxo6cgcte] .tab-icon {
    --icon-width: 24px;
    --icon-height: 24px;
    width: var(--icon-width);
    height: var(--icon-height);
    display: inline-block;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

[b-5fxo6cgcte] .icon-profile {
    mask-image: url('/images/account/manage-profile.svg');
}

[b-5fxo6cgcte] .icon-password {
    mask-image: url('/images/account/manage-password.svg');
}
/* _content/AlephCRM.WAS.Core/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-zqtx2sbdlx] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/AlephCRM.WAS.Core/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-ugf9zeqfu2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-ugf9zeqfu2] {
    display: flex;
    gap: 0.625rem;
}
/* _content/AlephCRM.WAS.Core/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-97xdcd4fal] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-97xdcd4fal] {
        flex-direction: column;
    }
}
/* _content/AlephCRM.WAS.Core/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-vmuj2qzb4i] .tab-icon {
    min-width: var(--icon-width);
    min-height: var(--icon-height);
    background-size: contain;
}

[b-vmuj2qzb4i] .icon-profile {
    --icon-mask-image: var(--icon-profile-mask-image);
}

[b-vmuj2qzb4i] .icon-email {
    --icon-mask-image: var(--icon-email-mask-image);
}

[b-vmuj2qzb4i] .icon-two-factor {
    --icon-mask-image: var(--icon-two-factor-mask-image);
}

[b-vmuj2qzb4i] .icon-password {
    --icon-mask-image: var(--icon-password-mask-image);
}

[b-vmuj2qzb4i] .icon-personal {
    --icon-mask-image: var(--icon-personal-mask-image);
}

[b-vmuj2qzb4i] .icon-external {
    --icon-mask-image: var(--icon-external-mask-image);
}
/* _content/AlephCRM.WAS.Core/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-7xyelydm01] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/AlephCRM.WAS.Core/Components/Core/NavMenuComponent.razor.rz.scp.css */
#sidebar[b-ggskr6a8m5] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-ggskr6a8m5] {
    text-align: center;
}

[b-ggskr6a8m5] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-ggskr6a8m5] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-ggskr6a8m5] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
}

    [b-ggskr6a8m5] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-ggskr6a8m5] .menu-item {
    color: var(--bs-white, #fff);
}

[b-ggskr6a8m5] .icon {
    margin-left: 0.5rem;
}

[b-ggskr6a8m5] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-ggskr6a8m5] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-ggskr6a8m5] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

[b-ggskr6a8m5] .settings-icon {
    --icon-mask-image: var(--icon-settings-mask-image);
}

[b-ggskr6a8m5] .log-in-icon {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-ggskr6a8m5] .log-out-icon {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-ggskr6a8m5] .user-icon {
    --icon-mask-image: var(--icon-user-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-ggskr6a8m5] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-ggskr6a8m5] {
        text-align: inherit;
    }
}
/* _content/AlephCRM.WAS.Core/Components/GD/Pages/Niveles.razor.rz.scp.css */
.counter-block[b-13vbf0j2f7] {
    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-13vbf0j2f7] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-13vbf0j2f7] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-13vbf0j2f7] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/AlephCRM.WAS.Core/Components/GD/Pages/SubirArchivo.razor.rz.scp.css */
:deep(.small-caption) .dx-field-caption[b-osrcdv3pg0] {
    font-size: 0.8rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

:deep(.small-caption) .url[b-osrcdv3pg0] {
    font-size: 0.85rem;
    word-break: break-word;
}

.upload-container[b-osrcdv3pg0],
.upload-container > div:first-child[b-osrcdv3pg0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.drop-file-icon[b-osrcdv3pg0] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: var(--dxbl-icon-drop-file);
    mask-image: var(--dxbl-icon-drop-file);
}

.drop-file-label[b-osrcdv3pg0] {
    font-weight: 500;
    font-size: 1rem;
}
/* _content/AlephCRM.WAS.Core/Components/Layout/Drawer.razor.rz.scp.css */
[b-fh78xlf3u5] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-fh78xlf3u5] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--DS-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-fh78xlf3u5] .navigation-drawer > .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-fh78xlf3u5] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-fh78xlf3u5] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-fh78xlf3u5] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-fh78xlf3u5] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    background: none;
}

[b-fh78xlf3u5] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-fh78xlf3u5] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-fh78xlf3u5] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-fh78xlf3u5] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-fh78xlf3u5] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-fh78xlf3u5] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

[b-fh78xlf3u5] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-fh78xlf3u5] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-fh78xlf3u5] {
        display: none;
        visibility: hidden;
    }

    [b-fh78xlf3u5] .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-fh78xlf3u5] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/AlephCRM.WAS.Core/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-t846gbwn5y] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
}

[b-t846gbwn5y] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-t846gbwn5y] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-t846gbwn5y] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-t846gbwn5y] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-t846gbwn5y] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-t846gbwn5y] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-t846gbwn5y] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-t846gbwn5y] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-t846gbwn5y] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-t846gbwn5y] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-t846gbwn5y] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-t846gbwn5y] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-t846gbwn5y] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-t846gbwn5y] {
    display: inline-flex;
}

.menu-button-nav[b-t846gbwn5y] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-t846gbwn5y] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-t846gbwn5y]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-t846gbwn5y]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }
/* _content/AlephCRM.WAS.Core/Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-y84iz5xrcq] {
    border-top: 1px solid #e0e0e0;
    padding: 16px 24px;
    margin-top: 24px;
    font-size: .95rem;
    color: #666;
    background: transparent;
}

/* Dos columnas: centro (1fr) + derecha (auto)  */
.site-footer-inner[b-y84iz5xrcq] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px;
}

.site-footer-left[b-y84iz5xrcq] {
    justify-self: center; 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer-right[b-y84iz5xrcq] {
    justify-self: end; 
}

.site-footer .sep[b-y84iz5xrcq] {
    opacity: .7;
}

.site-footer a[b-y84iz5xrcq] {
    text-decoration: none;
}

    .site-footer a:hover[b-y84iz5xrcq] {
        text-decoration: underline;
    }

.site-footer-logo[b-y84iz5xrcq] {
    width: 70px;
    height: auto;
    vertical-align: middle;
    margin-left: 2px;
}

.app-version[b-y84iz5xrcq] {
    font-size: .85rem;
    color: #888;
    white-space: nowrap;
}

/* Opcional: en móvil, que la versión baje debajo y se centre */
@media (max-width: 640px) {
    .site-footer-inner[b-y84iz5xrcq] {
        grid-template-columns: 1fr;
    }

    .site-footer-right[b-y84iz5xrcq] {
        justify-self: center;
        margin-top: 6px;
    }
}
/* _content/AlephCRM.WAS.Core/Components/Pages/Acercade.razor.rz.scp.css */
/*.indicator-icon {
    background-image: url("/images/circuloaleph.svg");
    background-repeat: repeat;
    width: 16px;
    height: 16px;
}
*/

.imagen-izquierda[b-l3ahbzx5od] {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto;
}

    .imagen-izquierda:hover[b-l3ahbzx5od] {
        transform: scale(1.05);
    }

.imagen-derecha[b-l3ahbzx5od] {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto;
}

    .imagen-derecha:hover[b-l3ahbzx5od] {
        transform: scale(1.05);
    }

.navlink-imagen[b-l3ahbzx5od] {
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 10px;
    display: block;
}




.page[b-l3ahbzx5od] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
}
[b-l3ahbzx5od] .about-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-l3ahbzx5od] .about-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-l3ahbzx5od] .title {
    text-align: center;
}

[b-l3ahbzx5od] .about-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-l3ahbzx5od] .about-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, var(--DS-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-l3ahbzx5od] .about-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-l3ahbzx5od] .about-card .about-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-l3ahbzx5od] .about-card .about-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-l3ahbzx5od] .about-card .about-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/AlephCRM.WAS.Core/Components/Pages/Index.razor.rz.scp.css */
[b-4hhnt89oay] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-4hhnt89oay] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-4hhnt89oay] .title {
    text-align: center;
}

[b-4hhnt89oay] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-4hhnt89oay] .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, var(--DS-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-4hhnt89oay] .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-4hhnt89oay] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-4hhnt89oay] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-4hhnt89oay] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }


    /* Texto de la versión */
.app-version[b-4hhnt89oay] {
    position: fixed;
    bottom: 0.5rem;
    right: 1rem;
    font-size: 0.85rem;
    color: #888;
    z-index: 9999;
}
