/* /Components/InspectionSummary.razor.rz.scp.css */
/* /Layout/Components/SpinnerAppers.razor.rz.scp.css */
.spinner-container[b-wrnvb9b2nc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    z-index: 30001;
    transition: opacity 0.3s ease;
    pointer-events: all;
}

    .spinner-container.hide[b-wrnvb9b2nc] {
        opacity: 0;
        pointer-events: none;
    }

.spinner-glass[b-wrnvb9b2nc] {
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(200, 200, 200, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.spinner-text[b-wrnvb9b2nc] {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Animación del Anillo Industrial */
.spinner-ring[b-wrnvb9b2nc] {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
}

    .spinner-ring div[b-wrnvb9b2nc] {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 48px;
        height: 48px;
        margin: 6px;
        border: 4px solid #3498db;
        border-radius: 50%;
        animation: spinner-ring-b-wrnvb9b2nc 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #3498db transparent transparent transparent;
    }

        .spinner-ring div:nth-child(1)[b-wrnvb9b2nc] {
            animation-delay: -0.45s;
        }

        .spinner-ring div:nth-child(2)[b-wrnvb9b2nc] {
            animation-delay: -0.3s;
        }

        .spinner-ring div:nth-child(3)[b-wrnvb9b2nc] {
            animation-delay: -0.15s;
        }

@keyframes spinner-ring-b-wrnvb9b2nc {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Layout/Components/StatusReviewComponent.razor.rz.scp.css */
.display-status[b-igmgueer55] {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 10px;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
}

    .display-status.pass-success[b-igmgueer55] {
        background-color: #4CAF50;
    }

    .display-status.nopasss-danger[b-igmgueer55] {
        background-color: #F44336;
    }

    .display-status.pass-alert[b-igmgueer55] {
        background-color: #FF9800;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-f8wvx1q9i8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-f8wvx1q9i8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
header[b-klgk0go59w] {
    display: flex;
    flex-direction: row;
    border: 1px solid #EAEAEA;
}

.nav-menu[b-klgk0go59w] {
    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;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.vertical-br[b-klgk0go59w] {
    border-left: 1px solid #EAEAEA;
    height: 30px;
    margin: 5px;
}

.nav-menu.desploy-details[b-klgk0go59w] {
    height: 70px;
    align-items: start;
}

.info-client[b-klgk0go59w] {
    padding: 5px;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
    cursor: pointer;
}

.client-options[b-klgk0go59w] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 0px;
    box-sizing: border-box;
}

.setting-client[b-klgk0go59w] {
    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-klgk0go59w] {
    max-height: 200px;
    /* Un valor máximo que sea suficientemente grande para el contenido */
    opacity: 1;
}


.setting-client ul[b-klgk0go59w] {
    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-klgk0go59w] {
        padding: 3px;
        border-radius: 5px;
    }

        .setting-client ul li:hover[b-klgk0go59w] {
            background-color: #EAEAEA;
            padding: 3px;
            border-radius: 5px;
        }

        .setting-client ul li a[b-klgk0go59w] {
            text-decoration: none;
            color: black;
            width: 100%;
        }

.circle-client[b-klgk0go59w] {
    height: 30px;
    width: 30px;
    background-color: #FF6C37;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
}

.detail-client[b-klgk0go59w] {
    font-size: 12px;
    box-sizing: border-box;
    z-index: 200;
}

.nav-menu-groups[b-klgk0go59w] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lateral-menu[b-klgk0go59w] {
    top: 50px;
    position: fixed;
    box-sizing: border-box;
    height: calc(100% - 50px);
    width: auto;
    min-width: 200px;
    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;
}


.menu-items hr[b-klgk0go59w] {
    display: none;
    margin-bottom: 10px;
}

.lateral-menu.show[b-klgk0go59w] {
    transform: translateX(0);
}

.ul-lateral[b-klgk0go59w] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}


.menu-items[b-klgk0go59w] {
    position: relative;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
}

.sub-item-menu[b-klgk0go59w] {
    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-klgk0go59w] {
        font-size: 12px;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.li-sub-menu[b-klgk0go59w] {
    text-decoration: none;
    font-size: 12px;
    color: black;
    cursor: pointer;
}

    .li-sub-menu:hover[b-klgk0go59w] {
        color: #1975C5;
    }

/* Cambia el selector para cada submenú del elemento correspondiente */
.menu-items:hover .sub-item-menu[b-klgk0go59w] {
    max-height: 500px;
    /* Elige un valor suficientemente grande que supere cualquier altura posible del contenido */
    opacity: 1;
}

.option-lateral-menu[b-klgk0go59w] {
    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-klgk0go59w] {
        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-klgk0go59w] {
    border-left: solid 3px transparent;
    height: 100%;
    transition: border-left-color 0.3s ease;
}

.option-lateral-menu:hover[b-klgk0go59w] {
    background-color: #EAEAEA;
}

.menu-items:hover .select-vertical-hr[b-klgk0go59w] {
    border-left: solid 3px #1f7fd3;
}


.menu-items .bi[b-klgk0go59w] {
    font-size: 12px;
    transition: transform 1s ease-in-out;
}

.menu-items.animate:hover .bi[b-klgk0go59w] {
    transform: rotate(360deg);
}

.options-nav-menu[b-klgk0go59w] {
    display: flex;
    flex-direction: row;
}

.btn-menu[b-klgk0go59w] {
    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;
}

    .btn-menu .popup-notice[b-klgk0go59w] {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        background-color: red !important;
        width: 10px;
        height: 10px;
        top: 0px;
        color: white;
        border-radius: 100%;
        padding: 5px;
        right: 15px;
    }


.nav-menu.desploy-details .bi-three-dots[b-klgk0go59w] {
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}

.nav-menu.desploy-details .bi-three-dots[b-klgk0go59w] {
    transform: rotate(-90deg);
}

.menu-name[b-klgk0go59w] {
    position: absolute;
    top: 45px;
    font-size: 10px;
    display: none;
}

.nav-menu.desploy-details .menu-name[b-klgk0go59w] {
    display: flex;
}

.btn-menu:hover[b-klgk0go59w] {
    background-color: #EAEAEA;
}

.lateral-building[b-klgk0go59w] {
    display: none;
}

.container-btn-close[b-klgk0go59w] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.btn-close[b-klgk0go59w] {
    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-klgk0go59w] {
        background-color: #EAEAEA;
    }

.box-search[b-klgk0go59w] {
    display: none;
}

.search-nav-inpt[b-klgk0go59w] {
    width: 300px;
    border: 1px solid transparent;
    height: 30px;
    outline: none;
}

    .search-nav-inpt:focus[b-klgk0go59w] {
        border: 1px solid #1975C5 !important;
    }



@media (max-width:800px) {


    .detail-client[b-klgk0go59w] {
        display: none;
    }


    .lateral-building[b-klgk0go59w] {
        display: block;
    }

    .box-search[b-klgk0go59w] {
        display: block;
    }

    .menu-items hr[b-klgk0go59w] {
        display: block;
    }

    .container-bottom[b-klgk0go59w] {
        position: fixed;
        z-index: 1800;
        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-klgk0go59w] {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .btn-menu[b-klgk0go59w] {
        width: 70px;
        height: 40px;
        font-size: 20px;
    }

    .buttom-show[b-klgk0go59w] {
        display: none;
    }

    .nav-menu-groups[b-klgk0go59w] {
        flex-direction: column;
    }

    .lateral-menu[b-klgk0go59w] {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        top: 0px;
        height: 96%;
        padding-bottom: 30px;
    }
}
/* /Pages/Quality/Certificarion/EnclosureChildrenCertification.razor.rz.scp.css */
.certification-review-action[b-gnrk4awzso] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .8rem;
    align-items: center;
    margin: 1rem;
    padding: 1rem;
    border: 1px solid #f0ca7d;
    border-radius: 1rem;
    color: #744b11;
    background: #fff8eb;
}

.certification-review-action__icon[b-gnrk4awzso] {
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #d69119;
    font-weight: 800;
}

.certification-review-action strong[b-gnrk4awzso],
.certification-review-action p[b-gnrk4awzso] {
    margin: 0;
}

.certification-review-action p[b-gnrk4awzso] {
    margin-top: .2rem;
    color: #8a6a3a;
    font-size: .78rem;
}

.certification-review-action button[b-gnrk4awzso] {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 2.65rem;
    border: 0;
    border-radius: .7rem;
    color: #fff;
    background: #275b7a;
    font-weight: 750;
}
/* /Pages/Quality/InspectionsPage.razor.rz.scp.css */
