@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/ComponentsHelpers/CircleGoals.razor.rz.scp.css */
.container-meter[b-atb5dqbvyv]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

label[b-atb5dqbvyv] {
    font-size: 12px;
    margin: 0px;
}


.loading-goals[b-atb5dqbvyv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min-content;
}

    .loading-goals span[b-atb5dqbvyv] {
        position: relative;
        top: -55px;
        color: black;
        font-size: 12px;
    }

svg[b-atb5dqbvyv] {
    width: 100px;
    height: 100px;
}

circle[b-atb5dqbvyv] {
    fill: none;
    stroke-width: 10;
    transform: rotate(-90deg);
    transform-origin: 50%;
    stroke-dasharray: 100 100;
    stroke: #F3F3F3;
}

    circle:nth-child(2)[b-atb5dqbvyv] {
        stroke-dasharray: 0 100;
        stroke: var(--color);
        animation: rellenar-b-atb5dqbvyv .5s linear forwards;
    }

@keyframes rellenar-b-atb5dqbvyv {
    to {
        stroke-dasharray: var(--porcentaje) 100;
    }
}

/* Animation for the loading circle */
/* /Components/ComponentsHelpers/Loading.razor.rz.scp.css */
.loading-page[b-awdprfrhn4] {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.267);
    display: none;
    font-size: 90px;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.icon-container[b-awdprfrhn4] {
    animation: pulse-b-awdprfrhn4 1.5s infinite;
    /* filter: drop-shadow(0 0 5px #1875c680); */
}

.icon[b-awdprfrhn4] {
    color: #272B33;
}

.loading-page.active[b-awdprfrhn4] {
    display: flex;
}

@keyframes pulse-b-awdprfrhn4 {
    0% {
        transform: scale(1);
        /* filter: drop-shadow(0 0 5px #1875c680); */
    }

    50% {
        transform: scale(1.2);
        /* filter: drop-shadow(0 0 15px #1875c680); */
    }

    100% {
        transform: scale(1);
        /* filter: drop-shadow(0 0 5px #1875c680); */
    }
}
/* Animation for the loading circle */
/* /Components/ComponentsHelpers/LoadingCircle.razor.rz.scp.css */
.loading-view[b-wd3rnpv52p] {
    z-index: 2200;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.192);
    display: none;
    align-items: center;
    justify-content: center;
}

.loading-view.show[b-wd3rnpv52p] {
    display: flex !important;
}

.loader[b-wd3rnpv52p] {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #1975C5;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin-b-wd3rnpv52p 2s linear infinite;
}

@keyframes spin-b-wd3rnpv52p {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Animation for the loading circle */
/* /Components/Layout/ButtonSubmit.razor.rz.scp.css */
.btn-submit[b-90n5mai6y4] {
    padding: 10px;
    border-radius: 5px;
    background-color: #1975C5;
    color: white;
    border: 0.5px;
    font-size: 14px;
    cursor: pointer;
    height: 35px;
}

    .btn-submit:hover[b-90n5mai6y4] {
        background-color: #1f7fd3;
    }

    .btn-submit:active[b-90n5mai6y4] {
        background-color: #2e8bdd;
    }

.btn-submit.show-loader .btn-loader[b-90n5mai6y4] {
    display: flex;
}

.btn-submit.show-loader .text-btn-submit[b-90n5mai6y4] {
    display: none;
}

.btn-loader[b-90n5mai6y4] {
    display: none;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.dot[b-90n5mai6y4] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0;
    animation: ani-b-90n5mai6y4 1s ease-in-out infinite alternate;
}


.blue[b-90n5mai6y4] {
    background-color: white;
    animation-delay: .2s;
}

.red[b-90n5mai6y4] {
    background-color: white;
    animation-delay: .4s;
}

.yellow[b-90n5mai6y4] {
    animation-delay: .6s;
    background-color: white;
}

.green[b-90n5mai6y4] {
    animation-delay: .8s;
    background-color: white;
}

@keyframes ani-b-90n5mai6y4 {
    to {
        transform: translateY(8px);
    }
}
/* /Components/Layout/HeaderOptions.razor.rz.scp.css */
.options-header[b-79mdyk4phq] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
    z-index: 20;
}

.title-page-app[b-79mdyk4phq] {
    font-size: 16px;
}

.options-header .ul-edit-header[b-79mdyk4phq] {
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    font-size: 12px;
    gap: 5px;
}

.option-edit-app[b-79mdyk4phq] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    text-decoration: none;
    color: black;
    border-radius: 5px;
    cursor: pointer;
}

    .option-edit-app:hover[b-79mdyk4phq] {
        background-color: #EAEAEA;
    }
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
*[b-z6w7j9bnfi] {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*
main {
}


.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
header[b-kb3v37sbrp] {
    display: flex;
    flex-direction: row;
    border: 1px solid #EAEAEA;
}

.nav-menu[b-kb3v37sbrp] {
    background-color: #F3F3F3;
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: black;
    box-sizing: border-box;
}

.vertical-br[b-kb3v37sbrp] {
    border-left: 1px solid #EAEAEA;
    height: 30px;
    margin: 5px;
}

.nav-menu.desploy-details[b-kb3v37sbrp] {
    height: 70px;
    align-items: start;
}

.info-client[b-kb3v37sbrp] {
    padding: 5px;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
    cursor: pointer;
}

.client-options[b-kb3v37sbrp] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 0px;
    box-sizing: border-box;
}

.setting-client[b-kb3v37sbrp] {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #F3F3F3;
    padding: 5px;
    max-height: 0; /* Cambiado de height: 0px a max-height */
    overflow: hidden; /* A�adido para evitar desbordamientos */
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 1;
}

.client-options:hover .setting-client[b-kb3v37sbrp] {
    max-height: 200px; /* Un valor m�ximo que sea suficientemente grande para el contenido */
    opacity: 1;
}


.setting-client ul[b-kb3v37sbrp] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    list-style: none;
    box-sizing: border-box;
    text-align: right;
}

    .setting-client ul li[b-kb3v37sbrp] {
        padding: 3px;
        border-radius: 5px;
    }

        .setting-client ul li:hover[b-kb3v37sbrp] {
            background-color: #EAEAEA;
            padding: 3px;
            border-radius: 5px;
        }

        .setting-client ul li a[b-kb3v37sbrp] {
            text-decoration: none;
            color: black;
            width: 100%;
        }

.circle-client[b-kb3v37sbrp] {
    height: 30px;
    width: 30px;
    background-color: #1975C5;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
}

.detail-client[b-kb3v37sbrp] {
    font-size: 12px;
    box-sizing: border-box;
    z-index: 200;
}

.nav-menu-groups[b-kb3v37sbrp] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lateral-menu[b-kb3v37sbrp] {
    top: 50px;
    position: fixed;
    box-sizing: border-box;
    height: calc(100% - 50px);
    width: auto;
    background-color: #F3F3F3;
    justify-content: space-between;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 10px;
    transform: translateX(-100%);
    /* Oculta el men� lateral inicialmente */
    transition: transform 0.3s ease;
}

.lateral-building[b-kb3v37sbrp] {
    display: none;
    width: 100%;
    margin-bottom: 10px;
}

    .lateral-building .inpt-option[b-kb3v37sbrp] {
        width: 100%;
    }

.menu-items hr[b-kb3v37sbrp] {
    display: none;
    margin-bottom: 10px;
}

.lateral-menu.show[b-kb3v37sbrp] {
    transform: translateX(0);
}

.ul-lateral[b-kb3v37sbrp] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}


.menu-items[b-kb3v37sbrp] {
    position: relative;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
}

.sub-item-menu[b-kb3v37sbrp] {
    padding-left: 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .4s ease-out, opacity .4s ease-out;
}

    .sub-item-menu ul[b-kb3v37sbrp] {
        font-size: 12px;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.li-sub-menu[b-kb3v37sbrp] {
    text-decoration: none;
    font-size: 12px;
    color: black;
    cursor: pointer;
}

    .li-sub-menu:hover[b-kb3v37sbrp] {
        color: #1975C5;
    }

/* Cambia el selector para cada submen� del elemento correspondiente */
.menu-items:hover .sub-item-menu[b-kb3v37sbrp] {
    max-height: 500px;
    /* Elige un valor suficientemente grande que supere cualquier altura posible del contenido */
    opacity: 1;
}

.option-lateral-menu[b-kb3v37sbrp] {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 5px;
    text-decoration: none;
    align-items: center;
    color: black;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .option-lateral-menu:focus[b-kb3v37sbrp] {
        outline: none; /* Remove default focus outline */
        background-color: #D0D0D0; /* Different background for focus */
        border-left: solid 3px #1f7fd3; /* Same color as hover for focus */
    }

.select-vertical-hr[b-kb3v37sbrp] {
    border-left: solid 3px transparent;
    height: 100%;
    transition: border-left-color 0.3s ease;
}

.option-lateral-menu:hover[b-kb3v37sbrp] {
    background-color: #EAEAEA;
}

.menu-items:hover .select-vertical-hr[b-kb3v37sbrp] {
    border-left: solid 3px #1f7fd3;
}


.menu-items .bi[b-kb3v37sbrp] {
    font-size: 12px;
    transition: transform 1s ease-in-out;
}

.menu-items.animate:hover .bi[b-kb3v37sbrp] {
    transform: rotate(360deg);
}

.options-nav-menu[b-kb3v37sbrp] {
    display: flex;
    flex-direction: row;
}

.btn-menu[b-kb3v37sbrp] {
    width: 70px;
    height: 40px;
    background-color: #F3F3F3;
    color: black;
    border: transparent;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav-menu.desploy-details .bi-three-dots[b-kb3v37sbrp] {
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}

.nav-menu.desploy-details .bi-three-dots[b-kb3v37sbrp] {
    transform: rotate(-90deg);
}

.menu-name[b-kb3v37sbrp] {
    position: absolute;
    top: 45px;
    font-size: 10px;
    display: none;
}

.nav-menu.desploy-details .menu-name[b-kb3v37sbrp] {
    display: flex;
}

.btn-menu:hover[b-kb3v37sbrp] {
    background-color: #EAEAEA;
}

.container-btn-close[b-kb3v37sbrp] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.btn-close[b-kb3v37sbrp] {
    border: solid 1px transparent;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

    .btn-close:hover[b-kb3v37sbrp] {
        background-color: #EAEAEA;
    }

.select-options[b-kb3v37sbrp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.inpt-option[b-kb3v37sbrp] {
    height: 30px;
    padding: 3px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid transparent;
    outline: none;
    text-align: center;
    min-width: 300px
}

    .inpt-option:focus[b-kb3v37sbrp] {
        border-bottom: 2px solid #1975C5;
    }


@media (max-width:900px) {
    .lateral-building[b-kb3v37sbrp] {
        display: flex;
    }

    .menu-items hr[b-kb3v37sbrp] {
        display: block;
    }

    .container-bottom[b-kb3v37sbrp] {
        position: fixed;
        z-index: 2500;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        background-color: #F3F3F3;
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .options-nav-menu[b-kb3v37sbrp] {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .btn-menu[b-kb3v37sbrp] {
        width: 70px;
        height: 40px;
        font-size: 20px;
    }

    .buttom-show[b-kb3v37sbrp] {
        display: none;
    }

    .nav-menu-groups[b-kb3v37sbrp] {
        flex-direction: column;
    }

    .lateral-menu[b-kb3v37sbrp] {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        top: 0px;
        height: 96%;
        padding-bottom: 30px;
    }
}

/* Animation for the loading circle */
/* /Components/Pages/Quality/VistasMovil/StatusReviewComponent.razor.rz.scp.css */
.display-status[b-9beqtcqx8f] {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 10px;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
}

    .display-status.pass-success[b-9beqtcqx8f] {
        background-color: #4CAF50;
    }

    .display-status.nopasss-danger[b-9beqtcqx8f] {
        background-color: #F44336;
    }

    .display-status.pass-alert[b-9beqtcqx8f] {
        background-color: #FF9800;
    }
