@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Adene.Web/Components/Componentes/AdeneErrorPage.razor.rz.scp.css */
*[b-p5plyg1aby] {
    overflow-y: hidden;
}

.unsuccessful-message[b-p5plyg1aby] {
    height: 85vh;
    align-content: center;
    text-align: center;
    padding: 80px 20px;
    /*max-width: 600px;*/
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    color: #000;
}

.unsuccessful-icon[b-p5plyg1aby] {
    font-size: 64px;
    color: #006400; /* verde escuro */
    margin-bottom: 24px;
}

.unsuccessful-title[b-p5plyg1aby] {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
}

.unsuccessful-message p[b-p5plyg1aby] {
    margin: 4px 0;
    font-size: 16px;
    font-weight: 400;
}

.btn-primary-adene[b-p5plyg1aby] {
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 600;
}
/* _content/Adene.Web/Components/Componentes/Footer.razor.rz.scp.css */
.footer[b-63ax8f5qfm] {
    background-color: rgb(37, 59, 76);
    padding: 30px 64px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

    .footer .footer-description[b-63ax8f5qfm] {
        line-height: 140%;
        letter-spacing: 0%;
    }

.footer-link[b-63ax8f5qfm] {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 16px;
}

.social-icons[b-63ax8f5qfm] {
    display: flex;
    gap: 10px;
}

.social-icon[b-63ax8f5qfm] {
    background-color: #fff;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-img[b-63ax8f5qfm] {
    width: 18px;
    height: 18px;
}


.footer-logo[b-63ax8f5qfm] {
    width: auto;
    height: 50px;
}

.footer-additional-logo[b-63ax8f5qfm] {
    max-width: 180px;
}

#contactos-title[b-63ax8f5qfm], #endereco-title[b-63ax8f5qfm] {
    font-size: 22px;
}

#MoradaContactos p[b-63ax8f5qfm] {
    margin: 0;
}

/* Media Queries */
@media (max-width: 991px) {
    .footer[b-63ax8f5qfm] {
        padding: 56px 20px;
    }
}
/* _content/Adene.Web/Components/Componentes/Header.razor.rz.scp.css */
.main-header[b-ceyljdqui2] {
    background-color: #fff;
    width: 100%;
}

.top-border[b-ceyljdqui2] {
    background: linear-gradient(to right, #98CF5F, #3CD1D4);
    height: 4px;
    width: 100%;
}

.nav-container[b-ceyljdqui2] {
    display: flex;
    margin: 24px auto;
    width: 100%;
    /*max-width: 1854px;*/
    align-items: center;
    gap: 40px 30px;
    padding: 0 20px;
}

.logo[b-ceyljdqui2] {
    /*aspect-ratio: 5.75;*/
    /*object-fit: contain;*/
    width: auto;
    height: 50px;
}

.main-menu[b-ceyljdqui2] {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.menu-item[b-ceyljdqui2] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 16px;
    font-weight: 500;
}

    .menu-item.active .menu-text[b-ceyljdqui2] {
        font-weight: 700;
    }

.menu-indicator[b-ceyljdqui2] {
    min-height: 2px;
    width: 100%;
    background-color: transparent;
}

    .menu-indicator.active[b-ceyljdqui2] {
        background-color: rgb(37, 59, 76);
    }

.btn-header:hover[b-ceyljdqui2] {
    border-bottom: solid 2px rgb(37, 59, 76) !important;
}


/* Header actions */
.header-actions[b-ceyljdqui2] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.notification-btn[b-ceyljdqui2] {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    width: 43px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-count[b-ceyljdqui2] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 0 4px;
    min-width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: -4px;
    right: -4px;
}

.user-menu[b-ceyljdqui2] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-ceyljdqui2] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-ceyljdqui2] {
    font-size: 16px;
    color: #000;
}

.btn-header[b-ceyljdqui2] {
    background-color: white;
    height: 40px;
    width: 40px;
    border-radius: 10%;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

/*  ADENE NOTIFICACOES DROPDOWN  */
.adene-dropdown.notificacoes-dropdown[b-ceyljdqui2] {
}

    .adene-dropdown.notificacoes-dropdown .dropdown-menu[b-ceyljdqui2] {
        width: 500px;
        max-height: 500px;
        overflow-y: auto;
    }

        .adene-dropdown.notificacoes-dropdown .dropdown-menu .dropdown-item .notificacao-titulo[b-ceyljdqui2] {
            font-size: 16px;
            font-weight: bold;
        }

        .adene-dropdown.notificacoes-dropdown .dropdown-menu .dropdown-item .notificacao-mensagem[b-ceyljdqui2] {
            font-size: 14px;
            font-weight: normal;
            white-space: normal;
            word-wrap: break-word;
            overflow-wrap: anywhere;
        }

        .adene-dropdown.notificacoes-dropdown .dropdown-menu .dropdown-item.dropdown-callaction[b-ceyljdqui2] {
            text-align: center;
            color: rgb(37, 59, 76) !important;
        }

.icon-adene[b-ceyljdqui2] {
    font-size: 16px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.dropdown-header[b-ceyljdqui2] {
    width: auto;
}

.dropdown-item:active[b-ceyljdqui2],
.dropdown-item:focus[b-ceyljdqui2],
.dropdown-item:hover[b-ceyljdqui2] {
    color: black !important;
    background-color: transparent !important;
}

.dropdown-item.dropdown-callaction:active[b-ceyljdqui2],
.dropdown-item.dropdown-callaction:focus[b-ceyljdqui2],
.dropdown-item.dropdown-callaction:hover[b-ceyljdqui2] {
    color: rgb(37, 59, 76) !important;
    background-color: transparent !important;
}
/* _content/Adene.Web/Components/Componentes/HeaderNotAuthorized.razor.rz.scp.css */
.main-header[b-8pn3ervd1l] {
    background-color: #fff;
    width: 100%;
}

.top-border[b-8pn3ervd1l] {
    background: linear-gradient(to right, #98CF5F, #3CD1D4);
    height: 4px;
    width: 100%;
}

.nav-container[b-8pn3ervd1l] {
    display: flex;
    margin: 24px auto;
    width: 100%;
    /*max-width: 1854px;*/
    align-items: center;
    gap: 40px 30px;
    padding: 0 20px;
}

.logo[b-8pn3ervd1l] {
    aspect-ratio: 5.75;
    object-fit: contain;
    width: 282px;
    min-width: 240px;
}

.main-menu[b-8pn3ervd1l] {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.menu-item[b-8pn3ervd1l] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 16px;
    font-weight: 500;
}

    .menu-item.active .menu-text[b-8pn3ervd1l] {
        font-weight: 700;
    }

.menu-indicator[b-8pn3ervd1l] {
    min-height: 2px;
    width: 100%;
    background-color: transparent;
}

    .menu-indicator.active[b-8pn3ervd1l] {
        background-color: rgb(37, 59, 76);
    }

/* Header actions */
.header-actions[b-8pn3ervd1l] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.notification-btn[b-8pn3ervd1l] {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    width: 43px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-count[b-8pn3ervd1l] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 4px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.user-menu[b-8pn3ervd1l] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-8pn3ervd1l] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-8pn3ervd1l] {
    font-size: 16px;
    color: #000;
}

.btn-header[b-8pn3ervd1l] {
    background-color: white;
    max-height: 40px;
    max-width: 40px;
    border-radius: 10%;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

/*  ADENE NOTIFICACOES DROPDOWN  */
.adene-dropdown.notificacoes-dropdown[b-8pn3ervd1l] {
}

    .adene-dropdown.notificacoes-dropdown .dropdown-menu[b-8pn3ervd1l] {
        width: 500px;
        max-height: 500px;
        overflow-y: auto;
    }

        .adene-dropdown.notificacoes-dropdown .dropdown-menu .dropdown-item .notificacao-titulo[b-8pn3ervd1l] {
            font-size: 16px;
            font-weight: bold;
        }

        .adene-dropdown.notificacoes-dropdown .dropdown-menu .dropdown-item .notificacao-mensagem[b-8pn3ervd1l] {
            font-size: 14px;
            font-weight: normal;
            white-space: normal;
            word-wrap: break-word;
            overflow-wrap: anywhere;
        }

        .adene-dropdown.notificacoes-dropdown .dropdown-menu .dropdown-item.dropdown-callaction[b-8pn3ervd1l] {
            text-align: center;
            color: rgb(37, 59, 76);
        }
/* _content/Adene.Web/Components/Componentes/Marca.razor.rz.scp.css */
.btn-rejeitar[b-easppgnfe7] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    height: 30px;
    font-size: 16px;
}
/* _content/Adene.Web/Components/Componentes/ScrollToEndModal.razor.rz.scp.css */
.stm-backdrop[b-7vbrf0otep] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.stm-modal[b-7vbrf0otep] {
    background: #fff;
    max-width: 800px;
    width: 100%;
    border-radius: .5rem;
    box-shadow: 0 20px 48px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    max-height: 85vh;
}

.stm-header[b-7vbrf0otep] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.header-actions[b-7vbrf0otep] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stm-body[b-7vbrf0otep] {
    padding: 1rem 1.25rem;
    overflow: auto;
    /* Make it scrollable to enforce reading */
    max-height: 60vh;
}

.stm-footer[b-7vbrf0otep] {
    padding: .75rem 1.25rem;
    border-top: 1px solid rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
}

.close-button[b-7vbrf0otep] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
/* _content/Adene.Web/Components/Componentes/Series.razor.rz.scp.css */
.btn-rejeitar[b-vu88r2gdck] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    height: 30px;
    font-size: 16px;
}
/* _content/Adene.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6y1ogchny4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6y1ogchny4] {
    flex: 1;
}

.sidebar[b-6y1ogchny4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6y1ogchny4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6y1ogchny4]  a, .top-row[b-6y1ogchny4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6y1ogchny4]  a:hover, .top-row[b-6y1ogchny4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6y1ogchny4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6y1ogchny4] {
        justify-content: space-between;
    }

    .top-row[b-6y1ogchny4]  a, .top-row[b-6y1ogchny4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6y1ogchny4] {
        flex-direction: row;
    }

    .sidebar[b-6y1ogchny4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6y1ogchny4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6y1ogchny4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6y1ogchny4], article[b-6y1ogchny4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6y1ogchny4] {
    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[b-6y1ogchny4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Adene.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zkzhjwdat3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zkzhjwdat3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zkzhjwdat3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zkzhjwdat3] {
    font-size: 1.1rem;
}

.bi[b-zkzhjwdat3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-zkzhjwdat3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zkzhjwdat3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zkzhjwdat3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-zkzhjwdat3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zkzhjwdat3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zkzhjwdat3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zkzhjwdat3]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-zkzhjwdat3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zkzhjwdat3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zkzhjwdat3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zkzhjwdat3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zkzhjwdat3] {
        display: none;
    }

    .nav-scrollable[b-zkzhjwdat3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Adene.Web/Components/Layout/PublicLayout.razor.rz.scp.css */
.page[b-4asb4vjtmn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4asb4vjtmn] {
    flex: 1;
}

.sidebar[b-4asb4vjtmn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4asb4vjtmn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4asb4vjtmn]  a, .top-row[b-4asb4vjtmn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-4asb4vjtmn]  a:hover, .top-row[b-4asb4vjtmn]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-4asb4vjtmn]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-4asb4vjtmn] {
        justify-content: space-between;
    }

        .top-row[b-4asb4vjtmn]  a, .top-row[b-4asb4vjtmn]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-4asb4vjtmn] {
        flex-direction: row;
    }

    .sidebar[b-4asb4vjtmn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4asb4vjtmn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-4asb4vjtmn]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-4asb4vjtmn], article[b-4asb4vjtmn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4asb4vjtmn] {
    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[b-4asb4vjtmn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Adene.Web/Components/Pages/AlterarPlano.razor.rz.scp.css */
.registration-page[b-5ijcdsthol] {
    background-color: #f9f9f9;
    display: flex;
    padding-bottom: 145px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
}

.page-header[b-5ijcdsthol] {
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.header-line[b-5ijcdsthol] {
    min-height: 4px;
    width: 100%;
}

.header-content[b-5ijcdsthol] {
    align-self: center;
    display: flex;
    margin-top: 20px;
    width: 100%;
    max-width: 1832px;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.logo[b-5ijcdsthol] {
    aspect-ratio: 5.56;
    object-fit: contain;
    object-position: center;
    width: 272px;
    flex-shrink: 0;
    max-width: 100%;
}

.progress-steps[b-5ijcdsthol] {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 32px;
    align-items: center;
    gap: 16px;
    justify-content: end;
    flex-wrap: wrap;
}

.step-item[b-5ijcdsthol] {
    align-self: stretch;
    min-width: 240px;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 32px;
}

.step-header[b-5ijcdsthol] {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
}

.step-number[b-5ijcdsthol] {
    border-radius: 32px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 32px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    width: 32px;
    height: 32px;
}

.step-active[b-5ijcdsthol] {
    background-color: rgb(152, 207, 95);
}

.step-current[b-5ijcdsthol] {
    background-color: rgb(37, 59, 76);
}

.step-inactive[b-5ijcdsthol] {
    background-color: #f4f4f4;
    color: #888;
}

.step-label[b-5ijcdsthol] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    align-self: stretch;
    margin: auto 0;
}

.step-separator[b-5ijcdsthol] {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    padding: 12px 0;
    align-items: center;
    justify-content: center;
    width: 44px;
}

    .step-separator img[b-5ijcdsthol] {
        aspect-ratio: 43.48;
        object-fit: contain;
        object-position: center;
        width: 44px;
    }

.main-content[b-5ijcdsthol] {
    align-self: center;
    display: flex;
    margin: 100px auto 50px auto;
    width: 100%;
    max-width: 1632px;
    flex-direction: column;
    align-items: start;
}

.section-title[b-5ijcdsthol] {
    color: #000;
    font-size: 30px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 0;
}

.product-grid[b-5ijcdsthol] {
    margin-top: 52px;
    width: 1161px;
    max-width: 100%;
}

.product-columns[b-5ijcdsthol] {
    gap: 20px;
    display: flex;
}

.product-card[b-5ijcdsthol] {
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    display: flex;
    padding: 44px 16px;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    flex: 1;
}

    .product-card.product-selected[b-5ijcdsthol] {
        border-color: rgb(37, 59, 76);
        border-width: 4px;
    }

.product-info[b-5ijcdsthol] {
    display: flex;
    align-items: center;
    gap: 32px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.product-icon[b-5ijcdsthol] {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 64px;
    border-radius: 50px;
}

.product-details[b-5ijcdsthol] {
    margin: auto 0;
}

.product-name[b-5ijcdsthol] {
    color: #000;
    font-size: 24px;
    margin: 0;
}

.product-type[b-5ijcdsthol],
.product-status[b-5ijcdsthol] {
    color: #777;
    font-size: 16px;
    margin: 0;
}

.checkbox-container[b-5ijcdsthol] {
    align-self: start;
    padding: 3px;
}

.checkbox-icon[b-5ijcdsthol] {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
}

.nature-card[b-5ijcdsthol],
.payment-card[b-5ijcdsthol],
.pricing-card[b-5ijcdsthol] {
    border-radius: 16px;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    border: 1px solid #D9D9D9;
    background-color: #fff;
    width: 100%;
    padding: 32px;
    margin-top: 100px;
}

.section-header[b-5ijcdsthol] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-title-card[b-5ijcdsthol] {
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
    padding-left: 16px;
}

    .section-title-card.section-title-linha[b-5ijcdsthol] {
        border-left: 4px solid rgb(152, 207, 95);
    }

.radiobtn-adene .checkbox-custom[b-5ijcdsthol] {
    border-radius: 50% !important;
}

.checkbox-group[b-5ijcdsthol] {
    display: flex;
    margin-top: 32px;
    gap: 24px;
    flex-wrap: wrap;
}

.checkbox-item[b-5ijcdsthol] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-wrapper[b-5ijcdsthol] {
    display: flex;
    padding: 3px;
}

.checkbox-custom[b-5ijcdsthol] {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}

/*.checkbox-input {
    display: none;
}

    .checkbox-input:checked + .checkbox-custom {
        background-color: rgb(37, 59, 76);
        border-color: rgb(37, 59, 76);
    }*/

.checkbox-box[b-5ijcdsthol] {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    width: 16px;
    height: 16px;
}

.checkbox-label[b-5ijcdsthol] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    /*line-height: 1;*/
}

.selection-hint[b-5ijcdsthol] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-top: 24px;
}

.section-description[b-5ijcdsthol] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 0;
}

/*CUSTOM CSS GRID ADENE*/
.radzen-grid table[b-5ijcdsthol] {
    table-layout: fixed;
}

.rz-grid-table thead th > div:not(.rz-cell-filter)[b-5ijcdsthol] {
    padding: 0;
}

.rz-column-title[b-5ijcdsthol] {
    height: 220px !;
    padding: 0 !important;
}

    .rz-column-title .rz-column-title-content.rz-text-truncate[b-5ijcdsthol] {
        height: 100%;
        width: 100%;
    }

.scrollable-grid[b-5ijcdsthol] {
    overflow-x: auto;
}

.titulo-grid-plano[b-5ijcdsthol] {
    font-size: 24px;
    font-weight: bold;
    line-height: 2rem;
}

.subtitulo-grid-plano[b-5ijcdsthol] {
    font-size: 14px;
    font-weight: 500;
}

.observacoes-grid-plano[b-5ijcdsthol] {
    font-size: 16px;
    font-weight: 400;
}

.label-sim[b-5ijcdsthol] {
    color: green
}

.label-nao[b-5ijcdsthol] {
    color: red;
}

.plano-ativo[b-5ijcdsthol] {
    border: 3px solid lime;
}
/* _content/Adene.Web/Components/Pages/AprovacaoCaixilhoModal.razor.rz.scp.css */
.modal-container[b-iiaxneshr4] {
    padding: 24px;
    font-family: 'Inter', sans-serif;
}

.modal-header[b-iiaxneshr4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-iiaxneshr4] {
        font-size: 24px;
        margin: 0;
    }

.insert-link[b-iiaxneshr4] {
    color: #e60028;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 8px;
}

.modal-filters[b-iiaxneshr4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.filter-row[b-iiaxneshr4] {
    display: grid;
    gap: 16px;
}

    .filter-row:first-child[b-iiaxneshr4] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-row:last-child[b-iiaxneshr4] {
        grid-template-columns: repeat(3, 1fr);
    }

.status-badge[b-iiaxneshr4] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
}

    .status-badge.authorized[b-iiaxneshr4] {
        background-color: #e9fbe8;
        color: #2e7d32;
    }

    .status-badge.pending[b-iiaxneshr4] {
        background-color: #fde8e8;
        color: #e53935;
    }

.modal-footer[b-iiaxneshr4] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.cancel-button[b-iiaxneshr4] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.add-button[b-iiaxneshr4] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.custom-modal-overlay[b-iiaxneshr4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    z-index: 1050;
}

.custom-modal[b-iiaxneshr4] {
    background-color: white;
    width: 800px;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.estado-tag[b-iiaxneshr4] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-iiaxneshr4] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.inativo[b-iiaxneshr4] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.anulado[b-iiaxneshr4] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.close-button[b-iiaxneshr4] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.custom-select[b-iiaxneshr4],
.custom-input[b-iiaxneshr4] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background-color: white;
}

    .custom-select:focus[b-iiaxneshr4],
    .custom-input:focus[b-iiaxneshr4] {
        outline: none;
        border-color: #999;
    }

.modal-filters[b-iiaxneshr4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.filter-row[b-iiaxneshr4] {
    display: grid;
    gap: 16px;
}

    .filter-row:first-child[b-iiaxneshr4] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-row:last-child[b-iiaxneshr4] {
        grid-template-columns: repeat(3, 1fr);
    }

.header-actions[b-iiaxneshr4] {
    display: flex;
    align-items: center;
    gap: 16px;
}
/* _content/Adene.Web/Components/Pages/AutorizacoesGerais.razor.rz.scp.css */
body[b-nhsfi67epf] {
    margin: 0;
    padding: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.page-container[b-nhsfi67epf] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.breadcrumb-section[b-nhsfi67epf] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-nhsfi67epf] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-nhsfi67epf] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-nhsfi67epf] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-nhsfi67epf] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-nhsfi67epf] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-nhsfi67epf] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-nhsfi67epf] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-nhsfi67epf] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

.autorizacoes-grid[b-nhsfi67epf] {
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.grid-container[b-nhsfi67epf] {
    border: 1px solid rgba(33, 33, 33, 0.12);
}

.learn-more[b-nhsfi67epf] {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 16px;
}

.certification-logos[b-nhsfi67epf] {
    margin-top: 16px;
    padding-top: 60px;
}

.copyright[b-nhsfi67epf] {
    font-size: 12px;
    line-height: 17px;
}

/* Media queries */
@media (max-width: 991px) {
    .nav-container[b-nhsfi67epf] {
        max-width: 100%;
    }

    .breadcrumb-section[b-nhsfi67epf] {
        padding: 50px 20px;
    }
}

.tabs-container[b-nhsfi67epf] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    padding: 5px;
}

.tab-item[b-nhsfi67epf] {
    cursor: pointer;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    padding: 7px;
    padding-inline: 20px;
}

    .tab-item.active[b-nhsfi67epf] {
        border-color: rgb(37, 59, 76);
    }

.table-actions[b-nhsfi67epf] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem; /* espaço entre os botões */
    margin: 1rem;
    align-items: center;
}

/* exemplo de estilo parecido com seu design */
.btn-rejeitar[b-nhsfi67epf] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.btn-aceitar[b-nhsfi67epf] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.estado-tag[b-nhsfi67epf] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.aprovado[b-nhsfi67epf] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.aguardaAutorizacao[b-nhsfi67epf] {
        background-color: #FFF9F1;
        color: #F59C00;
        border: 1px solid #F59C00;
    }

    .estado-tag.rejeitado[b-nhsfi67epf] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.badge[b-nhsfi67epf] {
    background-color: rgb(37, 59, 76);
    color: white;
    padding: 0 6px;
    min-width: 23px;
    height: 23px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}
/* _content/Adene.Web/Components/Pages/CardProduto.razor.rz.scp.css */

.card[b-fzaj1ypdjg] {
    border: 1px solid #e5e7eb; 
    border-radius: 12px; 
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden; 
}

    .card .card-body[b-fzaj1ypdjg] {
        padding: 1rem 1.25rem;
    }

    .card .card-footer[b-fzaj1ypdjg] {
        background-color: transparent !important;
        border-top: none !important;
        box-shadow: none !important;
        display: flex;
        justify-content: flex-end;
        gap: 0.5rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
/* _content/Adene.Web/Components/Pages/CarregarManualmenteModal.razor.rz.scp.css */
.modal-container[b-ld85ck1f7y] {
    padding: 24px;
    font-family: 'Inter', sans-serif;
}

.modal-header[b-ld85ck1f7y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-ld85ck1f7y] {
        font-size: 24px;
        margin: 0;
    }

.insert-link[b-ld85ck1f7y] {
    color: #e60028;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 8px;
}

.modal-filters[b-ld85ck1f7y] {
    display: grid;
    row-gap: 1rem;
}

.filter-row[b-ld85ck1f7y] {
    display: grid;
    grid-auto-flow: column;
    column-gap: 1rem;
    width: 100%;
}

.status-badge[b-ld85ck1f7y] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
}

    .status-badge.authorized[b-ld85ck1f7y] {
        background-color: #e9fbe8;
        color: #2e7d32;
    }

    .status-badge.pending[b-ld85ck1f7y] {
        background-color: #fde8e8;
        color: #e53935;
    }

.modal-footer[b-ld85ck1f7y] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
}

.left-buttons[b-ld85ck1f7y],
.right-buttons[b-ld85ck1f7y] {
    display: flex;
    gap: 10px; /* espaçamento entre os botões */
}


.cancel-button[b-ld85ck1f7y] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    height: 55px;
    font-size: 18px;
}

.add-button[b-ld85ck1f7y] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    height: 55px;
    font-size: 18px;
}

.custom-modal-overlay[b-ld85ck1f7y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    z-index: 1050;
}

.custom-modal[b-ld85ck1f7y] {
    background-color: white;
    width: 800px;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.close-button[b-ld85ck1f7y] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.custom-select[b-ld85ck1f7y],
.custom-input[b-ld85ck1f7y] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background-color: white;
}

    .custom-select:focus[b-ld85ck1f7y],
    .custom-input:focus[b-ld85ck1f7y] {
        outline: none;
        border-color: #999;
    }

.header-actions[b-ld85ck1f7y] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.radio-buttons[b-ld85ck1f7y] {
    display: grid;
    row-gap: 1rem;
}

.radio-button[b-ld85ck1f7y] {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 5px;
    padding: 0 16px;
    height: 35px;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

    .radio-button input[type="radio"][b-ld85ck1f7y] {
        width: 20px;
        height: 20px;
        accent-color: rgb(37, 59, 76);
    }
/* _content/Adene.Web/Components/Pages/ConfirmationModal.razor.rz.scp.css */
.custom-modal-overlay[b-f7vy2rpy3c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    z-index: 1050;
}

.custom-modal[b-f7vy2rpy3c] {
    background-color: white;
    width: 600px;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-container[b-f7vy2rpy3c] {
    padding: 0;
}

.modal-header[b-f7vy2rpy3c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

    .modal-header h2[b-f7vy2rpy3c] {
        font-size: 24px;
        margin: 0;
    }

.modal-footer[b-f7vy2rpy3c] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
/* _content/Adene.Web/Components/Pages/DetalhesAutorizacao1Modal.razor.rz.scp.css */
.modal-container[b-t22owdf7dt] {
    padding: 24px;
    font-family: 'Inter', sans-serif;
}

.modal-header[b-t22owdf7dt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-t22owdf7dt] {
        font-size: 24px;
        margin: 0;
    }

.insert-link[b-t22owdf7dt] {
    color: #e60028;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 8px;
}

.modal-filters[b-t22owdf7dt] {
    display: grid;
    row-gap: 1rem;
}

.filter-row[b-t22owdf7dt] {
    display: grid;
    grid-auto-flow: column;
    column-gap: 1rem;
    width: 100%;
}

.status-badge[b-t22owdf7dt] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
}

    .status-badge.authorized[b-t22owdf7dt] {
        background-color: #e9fbe8;
        color: #2e7d32;
    }

    .status-badge.pending[b-t22owdf7dt] {
        background-color: #fde8e8;
        color: #e53935;
    }

.modal-footer[b-t22owdf7dt] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
}

.left-buttons[b-t22owdf7dt],
.right-buttons[b-t22owdf7dt] {
    display: flex;
    gap: 10px; /* espaçamento entre os botões */
}


.cancel-button[b-t22owdf7dt] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 150px;
    height: 55px;
    font-size: 18px;
}

.add-button[b-t22owdf7dt] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 150px;
    height: 55px;
    font-size: 18px;
}

.custom-modal-overlay[b-t22owdf7dt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    z-index: 1050;
}

.custom-modal[b-t22owdf7dt] {
    background-color: white;
    width: 800px;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.close-button[b-t22owdf7dt] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.custom-select[b-t22owdf7dt],
.custom-input[b-t22owdf7dt] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background-color: white;
}

    .custom-select:focus[b-t22owdf7dt],
    .custom-input:focus[b-t22owdf7dt] {
        outline: none;
        border-color: #999;
    }

.header-actions[b-t22owdf7dt] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.estado-tag[b-t22owdf7dt] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.aprovado[b-t22owdf7dt] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.aguardaAutorizacao[b-t22owdf7dt] {
        background-color: #FFF9F1;
        color: #F59C00;
        border: 1px solid #F59C00;
    }

    .estado-tag.rejeitado[b-t22owdf7dt] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }
/* _content/Adene.Web/Components/Pages/DetalhesAutorizacaoModal.razor.rz.scp.css */
.modal-container[b-udl2it4p6i] {
    padding: 24px;
    font-family: 'Inter', sans-serif;
}

.modal-header[b-udl2it4p6i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-udl2it4p6i] {
        font-size: 24px;
        margin: 0;
    }

.insert-link[b-udl2it4p6i] {
    color: #e60028;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 8px;
}

.modal-filters[b-udl2it4p6i] {
    display: grid;
    row-gap: 1rem;
}

.filter-row[b-udl2it4p6i] {
    display: grid;
    grid-auto-flow: column;
    column-gap: 1rem;
    width: 100%;
}

.status-badge[b-udl2it4p6i] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
}

    .status-badge.authorized[b-udl2it4p6i] {
        background-color: #e9fbe8;
        color: #2e7d32;
    }

    .status-badge.pending[b-udl2it4p6i] {
        background-color: #fde8e8;
        color: #e53935;
    }

.modal-footer[b-udl2it4p6i] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
}

.left-buttons[b-udl2it4p6i],
.right-buttons[b-udl2it4p6i] {
    display: flex;
    gap: 10px; /* espaçamento entre os botões */
}


.cancel-button[b-udl2it4p6i] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 180px;
    height: 55px;
    font-size: 18px;
}

.add-button[b-udl2it4p6i] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 180px;
    height: 55px;
    font-size: 18px;
}

.custom-modal-overlay[b-udl2it4p6i] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    z-index: 1050;
}

.custom-modal[b-udl2it4p6i] {
    background-color: white;
    width: 800px;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.close-button[b-udl2it4p6i] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.custom-select[b-udl2it4p6i],
.custom-input[b-udl2it4p6i] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background-color: white;
}

    .custom-select:focus[b-udl2it4p6i],
    .custom-input:focus[b-udl2it4p6i] {
        outline: none;
        border-color: #999;
    }

.header-actions[b-udl2it4p6i] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.estado-tag[b-udl2it4p6i] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.aprovado[b-udl2it4p6i] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.aguardaAutorizacao[b-udl2it4p6i] {
        background-color: #FFF9F1;
        color: #F59C00;
        border: 1px solid #F59C00;
    }

    .estado-tag.rejeitado[b-udl2it4p6i] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }
/* _content/Adene.Web/Components/Pages/EmitirEtiquetasModal.razor.rz.scp.css */
.custom-modal-overlay[b-t6pbj7r345] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1050;
}

.custom-modal[b-t6pbj7r345] {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 16px;
    width: 55%;
    padding: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

/*.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2 {
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }*/

.close-button[b-t6pbj7r345] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal-question[b-t6pbj7r345] {
    font-size: 22px;
    margin-bottom: 16px;
}

/*.input-label {
    color: orange;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}*/

.form-group[b-t6pbj7r345] {
    margin-bottom: 16px;
}

.checkbox-group[b-t6pbj7r345] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

/*.modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}*/

.cancel-button[b-t6pbj7r345] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.generate-button[b-t6pbj7r345] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.modal-subtitle[b-t6pbj7r345] {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}
/* _content/Adene.Web/Components/Pages/EmitirEtiquetasModalETICS.razor.rz.scp.css */
.custom-modal-overlay[b-zgsfm0f43w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1050;
}

.custom-modal[b-zgsfm0f43w] {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 16px;
    width: 55%;
    padding: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

/*.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2 {
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }*/

.close-button[b-zgsfm0f43w] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal-question[b-zgsfm0f43w] {
    font-size: 22px;
    margin-bottom: 16px;
}

/*.input-label {
    color: orange;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}*/

.form-group[b-zgsfm0f43w] {
    margin-bottom: 16px;
}

.checkbox-group[b-zgsfm0f43w] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

/*.modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}*/

.cancel-button[b-zgsfm0f43w] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.generate-button[b-zgsfm0f43w] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.modal-subtitle[b-zgsfm0f43w] {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}
/* _content/Adene.Web/Components/Pages/EmitirEtiquetasModalPCS.razor.rz.scp.css */
.custom-modal-overlay[b-9wbbj07oub] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1050;
}

.custom-modal[b-9wbbj07oub] {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 16px;
    width: 55%;
    padding: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

/*.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2 {
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }*/

.close-button[b-9wbbj07oub] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal-question[b-9wbbj07oub] {
    font-size: 22px;
    margin-bottom: 16px;
}

/*.input-label {
    color: orange;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}*/

.form-group[b-9wbbj07oub] {
    margin-bottom: 16px;
}

.checkbox-group[b-9wbbj07oub] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

/*.modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}*/

.cancel-button[b-9wbbj07oub] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.generate-button[b-9wbbj07oub] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.modal-subtitle[b-9wbbj07oub] {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}
/* _content/Adene.Web/Components/Pages/Entidades/AutorizacaoEntidade/AutorizacaoEntidade.razor.rz.scp.css */
.profile-entity[b-ks5lqy6mfq] {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    font-size: 16px;
}

/* Navigation Styles */
.main-nav[b-ks5lqy6mfq] {
    background-color: #ffffff;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.nav-border-top[b-ks5lqy6mfq] {
    display: flex;
    min-height: 4px;
    width: 100%;
}

.nav-content[b-ks5lqy6mfq] {
    align-self: center;
    display: flex;
    margin-top: 24px;
    width: 100%;
    max-width: 1854px;
    align-items: stretch;
}

.nav-wrapper[b-ks5lqy6mfq] {
    display: flex;
    margin-right: -167px;
    width: 100%;
    align-items: center;
    gap: 40px 64px;
    justify-content: start;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
}

.nav-logo[b-ks5lqy6mfq] {
    aspect-ratio: 5.75;
    object-fit: contain;
    object-position: center;
    width: 282px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
    flex-shrink: 0;
}

.nav-menu[b-ks5lqy6mfq] {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex: 1;
    list-style: none;
    padding: 0;
}

.nav-item[b-ks5lqy6mfq] {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    flex-direction: column;
    align-items: stretch;
    white-space: nowrap;
    justify-content: start;
    cursor: pointer;
}

.nav-indicator[b-ks5lqy6mfq] {
    background-color: #ffffff;
    display: flex;
    min-height: 2px;
    width: 100%;
    margin-top: 4px;
}

.nav-item.active .nav-indicator[b-ks5lqy6mfq] {
    background-color: #000000;
}

.nav-actions[b-ks5lqy6mfq] {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    text-align: center;
}

.notification-btn[b-ks5lqy6mfq] {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 11px 4px;
    border: none;
    cursor: pointer;
    position: relative;
    width: 43px;
    height: 43px;
}

.notification-badge[b-ks5lqy6mfq] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
}

.user-menu[b-ks5lqy6mfq] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.user-name[b-ks5lqy6mfq] {
    color: #000000;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 1;
}

.user-avatar[b-ks5lqy6mfq] {
    aspect-ratio: 1.22;
    object-fit: contain;
    object-position: center;
    width: 44px;
    border-radius: 50%;
    align-self: start;
    margin-top: 6px;
}

.nav-border-bottom[b-ks5lqy6mfq] {
    background-color: #d9d9d9;
    height: 1px;
    margin-top: 26px;
    width: 100%;
}

/* Main Content Styles */
.main-content[b-ks5lqy6mfq] {
    align-self: center;
    display: flex;
    margin-top: 100px;
    margin-bottom: 85px;
    width: 100%;
    max-width: 1632px;
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
}

.entity-details[b-ks5lqy6mfq], .payment-card[b-ks5lqy6mfq], .faturas-card[b-ks5lqy6mfq], .tipologia-card[b-ks5lqy6mfq], .geografica-card[b-ks5lqy6mfq], .plano-card[b-ks5lqy6mfq], .adesao-card[b-ks5lqy6mfq], .certidao-card[b-ks5lqy6mfq],
.atividade-card[b-ks5lqy6mfq], .financas-card[b-ks5lqy6mfq], .segsocial-card[b-ks5lqy6mfq], .notificacao-card[b-ks5lqy6mfq] {
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    font-family: Roboto, sans-serif;
    color: #000000;
}

.section-header[b-ks5lqy6mfq] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-indicator[b-ks5lqy6mfq] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.section-title[b-ks5lqy6mfq] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
}

.form-section[b-ks5lqy6mfq] {
    margin-top: 32px;
}

.logo-section[b-ks5lqy6mfq] {
    margin-bottom: 16px;
}

.subsection-title[b-ks5lqy6mfq] {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 16px;
}

.entity-logo[b-ks5lqy6mfq] {
    width: 180px;
    border-radius: 16px;
}

.form-row[b-ks5lqy6mfq] {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.form-field[b-ks5lqy6mfq] {
    position: relative;
    flex: 1;
    min-width: 240px;
}

    .form-field.full-width[b-ks5lqy6mfq] {
        width: 100%;
    }

.input-field[b-ks5lqy6mfq] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

    .input-field.readonly[b-ks5lqy6mfq] {
        background-color: #fafafa;
    }

.field-label[b-ks5lqy6mfq] {
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: #ffffff;
    padding: 0 4px;
    font-size: 12px;
    line-height: 1;
}

/*.select-field::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("https://cdn.builder.io/api/v1/image/assets/4342c9ceda33428aae050c5ca7247281/9f7b62afab544e81cd26df9557f9b2ca87785d03?placeholderIfAbsent=true");
    background-size: contain;
    pointer-events: none;
}*/

.section-subtitle[b-ks5lqy6mfq] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 32px 0 24px;
}

.form-actions[b-ks5lqy6mfq] {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    width: 100%;
    max-width: 1635px;
    gap: 20px;
}

.btn-cancel[b-ks5lqy6mfq] {
    padding: 14px 46px;
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save[b-ks5lqy6mfq] {
    padding: 14px 57px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}


/*   CUSTOM CSS FORMULÁRIO   */
.card[b-ks5lqy6mfq] {
    /* max-width: 600px; */
    /* margin: 20px auto; */
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.card-title[b-ks5lqy6mfq] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.file-section[b-ks5lqy6mfq] {
    display: flex;
    align-items: center;
    /*background: #f8f8f8;*/
    padding: 12px;
    border: 1px dashed #ccc;
    border-radius: 8px;
    justify-content: space-between;
}

.file-icon[b-ks5lqy6mfq] {
    font-size: 20px;
    margin-right: 10px;
}

.file-name[b-ks5lqy6mfq] {
    flex: 1;
}

.view-button[b-ks5lqy6mfq] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.verification-section[b-ks5lqy6mfq] {
    margin-top: 24px;
}

    .verification-section h3[b-ks5lqy6mfq] {
        font-size: 18px;
        margin-bottom: 12px;
    }

.decision[b-ks5lqy6mfq] {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

    .decision label[b-ks5lqy6mfq] {
        display: flex;
        align-items: center;
        gap: 6px;
    }

.motivo label[b-ks5lqy6mfq] {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}

textarea[b-ks5lqy6mfq] {
    width: 100%;
    height: 60px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    resize: none;
    background: #f4f4f4;
}

.checkbox-description[b-ks5lqy6mfq] {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.subgroup[b-ks5lqy6mfq] {
    margin: 16px 0;
}

.sub-label[b-ks5lqy6mfq] {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    margin-bottom: 6px;
}

.notification-header[b-ks5lqy6mfq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notify-checkbox[b-ks5lqy6mfq] {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.notification-table[b-ks5lqy6mfq] {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

    .notification-table th[b-ks5lqy6mfq],
    .notification-table td[b-ks5lqy6mfq] {
        border: 1px solid #ddd;
        padding: 10px 14px;
        text-align: left;
    }

    .notification-table th[b-ks5lqy6mfq] {
        background-color: #f9f9f9;
        font-weight: bold;
    }

.plano-card .card-body[b-ks5lqy6mfq] {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.plano[b-ks5lqy6mfq] {
    /*flex: 1;*/
    /*min-width: 220px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.plano-header[b-ks5lqy6mfq] {
    padding: 16px;
    /*background-color: #f9f9f9;*/
}

    .plano-header h3[b-ks5lqy6mfq] {
        font-family: Roboto;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
    }

    .plano-header p[b-ks5lqy6mfq] {
        /*font-family: Inter;*/
        font-size: 14px;
        color: #858BA0;
        margin: 8px 0 0;
    }

.plano-footer[b-ks5lqy6mfq] {
    padding: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

    .plano-footer strong[b-ks5lqy6mfq] {
        font-size: 24px;
        font-weight: bold;
    }

    .plano-footer span[b-ks5lqy6mfq] {
        font-size: 16px;
        margin-top: 4px;
    }

.yellow[b-ks5lqy6mfq] {
    background-color: #c3b72c;
}

.green[b-ks5lqy6mfq] {
    background-color: #2eaa55;
}

/*  Accordion - Tipo de Medidas  */
.accordion-item[b-ks5lqy6mfq] {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.accordion-header[b-ks5lqy6mfq] {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87)
}

.accordion-button[b-ks5lqy6mfq] {
    font-size: 20px;
    font-weight: 500;
}

    .accordion-button:not(.collapsed)[b-ks5lqy6mfq] {
        background-color: transparent;
        color: rgba(0, 0, 0, 0.87);
        box-shadow: none;
    }

    .accordion-button:focus[b-ks5lqy6mfq] {
        box-shadow: none;
    }

    .accordion-button[b-ks5lqy6mfq]::after {
        display: none
    }

.checkbox-item[b-ks5lqy6mfq] {
    display: flex;
    align-items: center;
    gap: 16px;
}

/*  Atuação área Geográfica  */
.select-all-row[b-ks5lqy6mfq] {
    margin: 32px 0;
}

.regions-grid[b-ks5lqy6mfq] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .regions-grid .checkbox-label[b-ks5lqy6mfq] {
        /*font-size: 16px;*/
        font-weight: 400;
    }

.region-section[b-ks5lqy6mfq] {
    border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}

.region-header[b-ks5lqy6mfq] {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px;
}

.region-title[b-ks5lqy6mfq] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #757575;
    letter-spacing: 0;
    line-height: 28px;
}

.district-list[b-ks5lqy6mfq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    padding: 20px;
}

.district-item[b-ks5lqy6mfq] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.district-name[b-ks5lqy6mfq] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    letter-spacing: 0;
    line-height: 28px;
}

.checkbox-wrapper[b-ks5lqy6mfq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-custom[b-ks5lqy6mfq] {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}

.checkbox-input[b-ks5lqy6mfq] {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}

.radio-group[b-ks5lqy6mfq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.radio-container[b-ks5lqy6mfq] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 24px;
    cursor: pointer;
}


.upload-area[b-ks5lqy6mfq] {
    border: 1px dashed #757575;
    border-radius: 4px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-icon[b-ks5lqy6mfq] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.upload-info[b-ks5lqy6mfq] {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-top: 8px;
}

.checkbox-input:checked + .checkbox-custom[b-ks5lqy6mfq] {
    background-color: rgb(37, 59, 76);
    border-color: rgb(37, 59, 76);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .main-nav[b-ks5lqy6mfq] {
        max-width: 100%;
    }

    .nav-content[b-ks5lqy6mfq] {
        padding-right: 20px;
    }

    .nav-wrapper[b-ks5lqy6mfq] {
        max-width: 100%;
    }

    .nav-menu[b-ks5lqy6mfq] {
        max-width: 100%;
    }

    .main-content[b-ks5lqy6mfq] {
        max-width: 100%;
        margin-top: 40px;
    }

    .entity-details[b-ks5lqy6mfq] {
        padding: 20px;
    }

    .save-button[b-ks5lqy6mfq] {
        margin-top: 40px;
        padding: 13px 20px;
    }

    .contact-block[b-ks5lqy6mfq] {
        margin-top: 40px;
    }


}
/* _content/Adene.Web/Components/Pages/Entidades/ListagemEntidades.razor.rz.scp.css */
body[b-n8xjsufe5x] {
    margin: 0;
    padding: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.page-container[b-n8xjsufe5x] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.breadcrumb-section[b-n8xjsufe5x] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-n8xjsufe5x] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-n8xjsufe5x] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-n8xjsufe5x] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-n8xjsufe5x] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-n8xjsufe5x] {
            margin-left: 0;
        }

.new-frame-btn[b-n8xjsufe5x] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

.grid-container[b-n8xjsufe5x] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.main-footer[b-n8xjsufe5x] {
    background-color: rgb(37, 59, 76);
    padding: 56px 64px;
    color: #fff;
    margin-top: 131px;
    display: flex;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
}

.learn-more[b-n8xjsufe5x] {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 16px;
}

.certification-logos[b-n8xjsufe5x] {
    margin-top: 16px;
    padding-top: 60px;
}

.copyright[b-n8xjsufe5x] {
    font-size: 12px;
    line-height: 17px;
}

/* Media queries */
@media (max-width: 991px) {
    .nav-container[b-n8xjsufe5x] {
        max-width: 100%;
    }

    .breadcrumb-section[b-n8xjsufe5x] {
        padding: 50px 20px;
    }

    .main-footer[b-n8xjsufe5x] {
        padding: 56px 20px;
    }
}
/* _content/Adene.Web/Components/Pages/Estatisticas/Estatisticas.razor.rz.scp.css */
.card[b-yjypioyngy] {
    border: 1px solid #D9D9D9;
    border-radius: 14px;
    box-shadow: 0px 1px 16px 4px rgba(110, 110, 110, 0.1);
    background: #fff;
    line-height: 34px;
}

    .card h6[b-yjypioyngy] {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 1.5rem !important;
    }

    .card .stats-etiquetas[b-yjypioyngy] {
        border: 1px solid #D9D9D9;
        border-radius: 6px;
        padding: 20px 40px
    }

        .card .stats-etiquetas h3[b-yjypioyngy] {
            font-weight: 500;
            font-style: Medium;
            font-size: 39px;
            color: rgb(152, 207, 95);
        }

        .card .stats-etiquetas p[b-yjypioyngy] {
            font-weight: 300;
            font-style: Light;
            font-size: 19px;
            margin: 0;
        }

.container-fluid-adene[b-yjypioyngy] {
    margin: 2% 5%;
    margin-top: 6%;
}

.gap-estatistica[b-yjypioyngy] {
    /* --bs-gutter-y: 3rem;*/
    margin-bottom: 3rem;
    --bs-gutter-x: 7rem;
}
/* _content/Adene.Web/Components/Pages/EtiquetasHistorico/ListagemEtiquetasHistorico.razor.rz.scp.css */
/* Base styles */
body[b-m8km8m7f48] {
    margin: 0;
    padding: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: #fff;
}

.page-container[b-m8km8m7f48] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Navigation styles */
.main-nav[b-m8km8m7f48] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nav-border-top[b-m8km8m7f48] {
    min-height: 4px;
    width: 100%;
}

.nav-content[b-m8km8m7f48] {
    display: flex;
    align-items: center;
    padding: 24px 32px;
    gap: 64px;
    max-width: 1854px;
    margin: 0 auto;
    width: 100%;
}

.nav-logo[b-m8km8m7f48] {
    width: 282px;
    object-fit: contain;
    min-width: 240px;
}

.nav-menu[b-m8km8m7f48] {
    display: flex;
    list-style: none;
    gap: 24px;
    margin: 0;
    padding: 0;
    flex: 1;
}

.nav-item[b-m8km8m7f48] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

    .nav-item.active[b-m8km8m7f48] {
        font-weight: 700;
    }

.nav-indicator[b-m8km8m7f48] {
    height: 2px;
    width: 100%;
}

.nav-item.active .nav-indicator[b-m8km8m7f48] {
    background-color: rgb(37, 59, 76);
}

.nav-actions[b-m8km8m7f48] {
    display: flex;
    gap: 16px;
}

.notification-btn[b-m8km8m7f48] {
    width: 43px;
    height: 43px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge[b-m8km8m7f48] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: rgb(37, 59, 76);
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.user-menu[b-m8km8m7f48] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-m8km8m7f48] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-m8km8m7f48] {
    font-size: 16px;
}

.nav-border-bottom[b-m8km8m7f48] {
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 26px;
}

/* Header styles */
.page-header[b-m8km8m7f48] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-m8km8m7f48] {
    max-width: 1632px;
    margin: 0 auto;
}

.page-title[b-m8km8m7f48] {
    color: rgb(37, 59, 76);
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb[b-m8km8m7f48] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.header-title-container.row[b-m8km8m7f48] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-m8km8m7f48] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Grid styles */
.data-grid[b-m8km8m7f48] {
    margin: 125px auto;
    max-width: 1632px;
    border: 1px solid rgba(33, 33, 33, 0.12);
}

.grid-header[b-m8km8m7f48] {
    background: #fff;
}

.header-row[b-m8km8m7f48] {
    display: flex;
    border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}

.header-cell[b-m8km8m7f48] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #757575;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sortable[b-m8km8m7f48] {
    cursor: pointer;
}

.sort-btn[b-m8km8m7f48] {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.sort-icon[b-m8km8m7f48] {
    width: 16px;
    height: 16px;
}

.grid-content .grid-row[b-m8km8m7f48] {
    display: flex;
    border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}

.grid-content .grid-cell[b-m8km8m7f48] {
    padding: 10px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #212121;
}

/* Pagination styles */
.grid-pagination[b-m8km8m7f48] {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-top: 1px solid rgba(33, 33, 33, 0.12);
    background: #fff;
}

.pagination-controls[b-m8km8m7f48] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-numbers[b-m8km8m7f48] {
    display: flex;
    gap: 4px;
}

.page-btn[b-m8km8m7f48] {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #3f51b5;
    cursor: pointer;
}

    .page-btn.active[b-m8km8m7f48] {
        background: rgba(63, 81, 181, 0.22);
    }

.items-per-page[b-m8km8m7f48] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown[b-m8km8m7f48] {
    background: #f5f5f5;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
}

.items-label[b-m8km8m7f48] {
    color: #757575;
    font-size: 14px;
}


/* Responsive styles */
@media (max-width: 991px) {
    .nav-content[b-m8km8m7f48] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .nav-logo[b-m8km8m7f48] {
        max-width: 100%;
    }

    .nav-menu[b-m8km8m7f48] {
        flex-wrap: wrap;
    }

    .page-header[b-m8km8m7f48] {
        padding: 50px 20px;
    }
}
/* _content/Adene.Web/Components/Pages/EtiquetasHistorico/ModalEtiquetasHistorico.razor.rz.scp.css */
.custom-modal-overlay[b-9jms08acod] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1050;
}

.custom-modal[b-9jms08acod] {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 16px;
    width: 55%;
    padding: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.modal-header[b-9jms08acod] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-9jms08acod] {
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }

.close-button[b-9jms08acod] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal-question[b-9jms08acod] {
    font-size: 22px;
    margin-bottom: 16px;
}

.input-label[b-9jms08acod] {
    color: orange;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

.form-group[b-9jms08acod] {
    margin-bottom: 16px;
}

.checkbox-group[b-9jms08acod] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.modal-footer[b-9jms08acod] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.cancel-button[b-9jms08acod] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.generate-button[b-9jms08acod] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.modal-subtitle[b-9jms08acod] {
    font-size: 16px;
    font-weight: 500;
}
/* _content/Adene.Web/Components/Pages/Formacao/AtribuirVoucher.razor.rz.scp.css */
.custom-modal-overlay[b-hpkld1p1gl] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1050;
}

.custom-modal[b-hpkld1p1gl] {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	border-radius: 16px;
	width: 55%;
	padding: 32px;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

/*.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2 {
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }*/

.close-button[b-hpkld1p1gl] {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

.modal-question[b-hpkld1p1gl] {
	font-size: 22px;
	margin-bottom: 16px;
}

/*.input-label {
    color: orange;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}*/

.form-group[b-hpkld1p1gl] {
	margin-bottom: 16px;
}

.checkbox-group[b-hpkld1p1gl] {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

/*.modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}*/

.cancel-button[b-hpkld1p1gl] {
	background-color: rgba(37, 59, 76, 0.15) !important;
	color: rgb(37, 59, 76) !important;
	border: none !important;
	border-radius: 5px;
	width: 220px;
	height: 60px;
	font-size: 18px;
}

.generate-button[b-hpkld1p1gl] {
	background-color: rgb(37, 59, 76) !important;
	color: white !important;
	border: none !important;
	border-radius: 5px;
	width: 220px;
	height: 60px;
	font-size: 18px;
}

.modal-subtitle[b-hpkld1p1gl] {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 24px;
}
/* _content/Adene.Web/Components/Pages/Formacao/Formacao.razor.rz.scp.css */
/** {
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    margin: 0;
    padding: 40px;
    background-color: #f9f9f9;
    color: #333;
}*/

.window-frame-manager[b-lgf6wsypnj] {
    background-color: #f9f9f9;
    /*display: flex;*/
    padding-top: 100px;
    padding-bottom: 85px;
    /*flex-direction: column;*/
    /*overflow: hidden;*/
    /*align-items: center;*/
}

.main-content[b-lgf6wsypnj] {
    /*align-self: center;
    display: flex;
    margin: 100px auto 50px auto;*/
    width: 100%;
    max-width: 1632px;
    /*flex-direction: column;
    align-items: start;*/
}

h2[b-lgf6wsypnj] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3b3b3b;
}

.container-fluid-adene .container[b-lgf6wsypnj] {
    display: flex;
    gap: 30px;
    width: auto;
    max-width: 1632px;
}

.leftCombo[b-lgf6wsypnj] {
    /*height: 100px;*/
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex: 1;
    overflow: hidden;
}

.leftCodigoCurso[b-lgf6wsypnj] {
    height: 170px;
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex: 1;
    overflow: hidden;
}

.btn[b-lgf6wsypnj] {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    padding: 14px 46px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn--save[b-lgf6wsypnj] {
    background-color: rgb(37, 59, 76);
    color: #fff;
}


.left[b-lgf6wsypnj],
.right[b-lgf6wsypnj] {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex: 1;
    height: 600px;
    overflow: hidden;
}

.vouchers-disponiveis[b-lgf6wsypnj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    overflow-y: overlay;
    height: 100%;
    height: 500px;
}

.voucher-card[b-lgf6wsypnj] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 0;
}

    .voucher-card img[b-lgf6wsypnj] {
        width: 100%;
        height: 140px;
        object-fit: cover;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .voucher-card .content[b-lgf6wsypnj] {
        padding: 16px;
        flex-grow: 1;
    }

    .voucher-card h3[b-lgf6wsypnj] {
        margin: 0 0 8px;
        font-size: 1.1rem;
        word-break: break-word;
    }

    .voucher-card p[b-lgf6wsypnj] {
        font-size: 0.85rem;
        color: #555;
        margin-top: 5px;
    }

    .voucher-card .reenviar[b-lgf6wsypnj] {
        padding: 10px;
        text-align: center;
        background-color: #f8f8f8;
        color: #d1004c;
        font-weight: bold;
        cursor: pointer;
        border-top: 1px solid #eee;
        transition: background-color 0.2s;
    }

        .voucher-card .reenviar:hover[b-lgf6wsypnj] {
            background-color: #f0f0f0;
        }

.table-container[b-lgf6wsypnj] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

table[b-lgf6wsypnj] {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9rem;
}

    table th[b-lgf6wsypnj],
    table td[b-lgf6wsypnj] {
        padding: 12px 10px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    table th[b-lgf6wsypnj] {
        background-color: #f9f9f9;
        font-weight: 600;
        color: #444;
    }

.pagination[b-lgf6wsypnj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

    .pagination .pages[b-lgf6wsypnj] {
        display: flex;
        gap: 5px;
    }

    .pagination button[b-lgf6wsypnj] {
        background-color: #f2f2f2;
        border: none;
        padding: 6px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

        .pagination button.active[b-lgf6wsypnj] {
            background-color: #facc15;
            font-weight: bold;
        }

    .pagination select[b-lgf6wsypnj] {
        padding: 6px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .pagination label[b-lgf6wsypnj] {
        margin-left: 5px;
        font-size: 0.85rem;
    }

.accordion[b-lgf6wsypnj] {
    margin-top: 10px;
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
}

.acoes[b-lgf6wsypnj] {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.btn[b-lgf6wsypnj] {
    padding: 6px 10px;
    color: white;
    border: none;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    cursor: pointer;
}

    .btn:hover[b-lgf6wsypnj] {
        background-color: #d1004c;
    }

.accordion-item[b-lgf6wsypnj] {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-header[b-lgf6wsypnj] {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}

.accordion-button[b-lgf6wsypnj] {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    padding: 10px 15px;
    padding-bottom: 25px
}

    .accordion-button[b-lgf6wsypnj]::after {
        display: none;
    }

.detalhes-button[b-lgf6wsypnj] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 8px;
    background-color: rgba(152, 207, 95, 0.25);
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000;
    width: 100%;
    height: 32px;
    cursor: pointer;
}

.detalhes-arrow[b-lgf6wsypnj] {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 16px;
    transform: rotate(90deg);
}

    .detalhes-arrow.show[b-lgf6wsypnj] {
        transform: rotate(270deg);
    }

.accordion-body[b-lgf6wsypnj] {
    padding-top: 0px;
}
.tabs-wrapper[b-lgf6wsypnj] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-lgf6wsypnj] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-lgf6wsypnj] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .tab-button.active[b-lgf6wsypnj] {
        background-color: white;
        color: black;
    }

/* _content/Adene.Web/Components/Pages/Home.razor.rz.scp.css */
.bg-orange[b-0ytg3v26kd] {
    background-color: rgb(152, 207, 95);
}

.product-card[b-0ytg3v26kd] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

.btn-red[b-0ytg3v26kd] {
    background-color: #d0021b;
    color: white;
}

    .btn-red:hover[b-0ytg3v26kd] {
        background-color: #b00118;
    }

.rounded-card[b-0ytg3v26kd] {
    border-radius: 12px;
}

.notification-status[b-0ytg3v26kd] {
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
}

.nao-lido[b-0ytg3v26kd] {
    background-color: #ffebeb;
    color: #e3342f;
}

.lido[b-0ytg3v26kd] {
    background-color: #e6ffed;
    color: #38c172;
}

.card-adene[b-0ytg3v26kd] {
    border-radius: 1.15rem;
}

    .card-adene .card-title[b-0ytg3v26kd] {
        font-size: 16px;
        font-weight: bold;
        color: #414D55;
    }

        .card-adene .card-title h5[b-0ytg3v26kd] {
            font-size: 24px;
            font-weight: bold;
            color: #414D55;
        }

    .card-adene .card-footer[b-0ytg3v26kd] {
        background-color: transparent;
        border: none;
        display: flex;
        justify-content: end;
        gap: 20px;
    }

        .card-adene .card-footer .btn-card-footer[b-0ytg3v26kd] {
            background-color: white;
            max-height: 40px;
            max-width: 40px;
            border-radius: 10%;
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
        }

.notificacaoHome[b-0ytg3v26kd] {
    font-size: 30px;
    font-weight: 500;
}

.notificacaoTodas[b-0ytg3v26kd] {
    margin-left: 60px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(37, 59, 76);
}

.adicionar-produtos[b-0ytg3v26kd] {
    text-align: center;
}

    .adicionar-produtos .adicionar-produtos-titulo[b-0ytg3v26kd] {
        font-size: 16px;
        font-weight: 600;
    }

    .adicionar-produtos .adicionar-produtos-subtitulo[b-0ytg3v26kd] {
        font-size: 14px;
        color: #696D6E;
    }

    .adicionar-produtos .adicionar-produtos-download[b-0ytg3v26kd] {
        font-size: 14px;
        color: rgb(37, 59, 76);
        border: none;
        text-decoration: underline;
    }

.itens-meus-produtos[b-0ytg3v26kd] {
    max-height: 635px;
    padding: 0 1.5rem;
    overflow-y: auto;
    overflow-x: hidden;
}


/*   GRID NOTIFICAÇÕES   */
.notificacoes-grid .notificacoes-grid-title[b-0ytg3v26kd] {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.notificacoes-grid .notificacoes-grid-linha[b-0ytg3v26kd] {
    font-size: 14px;
    font-weight: 400;
    color: #414D55;
    font-weight: 600;
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 5px;
}

    .notificacoes-grid .notificacoes-grid-linha .notificacoes-grid-linha-assunto[b-0ytg3v26kd] {
        font-weight: 400;
        color: #696D6E;
    }

.notificacoes-grid .estados-grid[b-0ytg3v26kd] {
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-align: center;
    width: auto;
}

    .notificacoes-grid .estados-grid.estado-nao-lido[b-0ytg3v26kd] {
        color: #F5222D !important;
        background-color: #FFF1F0;
        border: 1px solid #FFA39E;
    }

    .notificacoes-grid .estados-grid.estado-lido[b-0ytg3v26kd] {
        color: #52C41A !important;
        background-color: #F6FFED;
        border: 1px solid #B7EB8F;
    }

.notificacoes-grid .status-bar[b-0ytg3v26kd] {
    height: 24px;
    width: 8px;
    border-radius: 8px;
    padding: 0;
}

    .notificacoes-grid .status-bar.estado-lido[b-0ytg3v26kd] {
        border: 1px solid #B7EB8F;
        background-color: #B7EB8F;
    }

    .notificacoes-grid .status-bar.estado-nao-lido[b-0ytg3v26kd] {
        border: 1px solid #FFA39E;
        background-color: #FFA39E;
    }

.grid[b-0ytg3v26kd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem; /* equivalente a Bootstrap g-3 */
}

.card-adene[b-0ytg3v26kd] {
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

    .card-adene:hover[b-0ytg3v26kd] {
        transform: translateY(-2px);
    }

.btn-card-footer[b-0ytg3v26kd] {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 0.5rem;
}

.icon-adene[b-0ytg3v26kd] {
    font-size: 1.2rem;
}
/* _content/Adene.Web/Components/Pages/Isolamento/AutorizacaoIsolamento.razor.rz.scp.css */
body[b-uee0emladp] {
    margin: 0;
    padding: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.page-container[b-uee0emladp] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.breadcrumb-section[b-uee0emladp] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-uee0emladp] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-uee0emladp] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-uee0emladp] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-uee0emladp] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-uee0emladp] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-uee0emladp] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-uee0emladp] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-uee0emladp] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

.autorizacoes-grid[b-uee0emladp] {
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.grid-container[b-uee0emladp] {
    border: 1px solid rgba(33, 33, 33, 0.12);
}

.main-footer[b-uee0emladp] {
    background-color: rgb(37, 59, 76);
    padding: 56px 64px;
    color: #fff;
    margin-top: 131px;
    display: flex;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
}

.learn-more[b-uee0emladp] {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 16px;
}

.certification-logos[b-uee0emladp] {
    margin-top: 16px;
    padding-top: 60px;
}

.copyright[b-uee0emladp] {
    font-size: 12px;
    line-height: 17px;
}

/* Media queries */
@media (max-width: 991px) {
    .nav-container[b-uee0emladp] {
        max-width: 100%;
    }

    .breadcrumb-section[b-uee0emladp] {
        padding: 50px 20px;
    }

    .main-footer[b-uee0emladp] {
        padding: 56px 20px;
    }
}

.tabs-container[b-uee0emladp] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    padding: 5px;
}

.tab-item[b-uee0emladp] {
    cursor: pointer;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    padding: 7px;
    padding-inline: 20px;
}

    .tab-item.active[b-uee0emladp] {
        border-color: rgb(37, 59, 76);
    }

.table-actions[b-uee0emladp] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem; /* espaço entre os botões */
    margin: 1rem;
    align-items: center;
}

/* exemplo de estilo parecido com seu design */
.btn-rejeitar[b-uee0emladp] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.btn-aceitar[b-uee0emladp] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.estado-tag[b-uee0emladp] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.aprovado[b-uee0emladp] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.aguardaAutorizacao[b-uee0emladp] {
        background-color: #FFF9F1;
        color: #F59C00;
        border: 1px solid #F59C00;
    }

    .estado-tag.rejeitado[b-uee0emladp] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.badge[b-uee0emladp] {
    background-color: rgb(37, 59, 76);
    color: white;
    padding: 0 6px;
    min-width: 23px;
    height: 23px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}
/* _content/Adene.Web/Components/Pages/Isolamento/Componentes/CamadasForm.razor.rz.scp.css */
.card[b-boe4chk8kt] {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 100%;
    padding: 32px;
}

.card-header[b-boe4chk8kt] {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    border: 0;
}

.card-title[b-boe4chk8kt] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.card-body[b-boe4chk8kt] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.camada-card-footer[b-boe4chk8kt] {
    display: flex;
    margin-top: 32px;
    width: 100%;
    justify-content: flex-end;
    background-color: transparent;
    border: 0;
}

.title-container[b-boe4chk8kt] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-boe4chk8kt] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    margin: auto 0;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.accordion-item[b-boe4chk8kt] {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-header[b-boe4chk8kt] {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}

.accordion-button[b-boe4chk8kt] {
}

.accordion-button:not(.collapsed)[b-boe4chk8kt] {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
}

.accordion-button:focus[b-boe4chk8kt] {
    box-shadow: none;
}

.accordion-button[b-boe4chk8kt]::after {
    display: none;
}

.detalhes-button[b-boe4chk8kt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 8px;
    background-color: rgba(152, 207, 95, 0.25);
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000;
    width: fit-content;
    height: 32px;
    cursor: pointer;
}

.detalhes-arrow[b-boe4chk8kt] {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 16px;
    transform: rotate(90deg);
}

    .detalhes-arrow.show[b-boe4chk8kt] {
        transform: rotate(270deg);
}

.detalhes-icon[b-boe4chk8kt] {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}
.btn-remove-accordion[b-boe4chk8kt] {
    background-color: rgba(37, 59, 76, 0.15);
    padding: 0 20%;
    height: 100%;
    border: none;
}

.btn-remove-accordion:focus-visible[b-boe4chk8kt] {
    border: none;
}
/* _content/Adene.Web/Components/Pages/Isolamento/Componentes/ListagemComponentes.razor.rz.scp.css */
/* Root variables */
:root[b-hrh3ilq42j] {
    --primary-color: rgb(37, 59, 76);
    --secondary-color: rgb(152, 207, 95);
    --text-color: #212121;
    --text-light: #757575;
    --white: #ffffff;
    --border-color: rgba(33, 33, 33, 0.12);
    --shadow-color: rgba(110, 110, 110, 0.1);
    --success-bg: #f6ffed;
    --success-border: #b7eb8f;
    --success-text: #379c05;
    --error-bg: rgba(203, 5, 56, 0.14);
    --error-border: rgb(37, 59, 76);
}

/* Reset and base styles */
*[b-hrh3ilq42j] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-hrh3ilq42j] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: var(--white);
}

.page-container[b-hrh3ilq42j] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Breadcrumb section */
.breadcrumb-section[b-hrh3ilq42j] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-hrh3ilq42j] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-hrh3ilq42j] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-hrh3ilq42j] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-hrh3ilq42j] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-hrh3ilq42j] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-hrh3ilq42j] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-hrh3ilq42j] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-hrh3ilq42j] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

/* Data Grid styles */
.data-grid[b-hrh3ilq42j] {
    max-width: 1632px;
    margin: 100px auto;
    border: 1px solid var(--border-color);
}

.grid-header[b-hrh3ilq42j] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.header-cell[b-hrh3ilq42j] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-light);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.column-menu[b-hrh3ilq42j] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sort-btn[b-hrh3ilq42j] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

    .sort-btn img[b-hrh3ilq42j] {
        width: 16px;
        height: 16px;
    }

/* Grid content styles */
.grid-content[b-hrh3ilq42j] {
    background-color: var(--white);
}

.grid-row[b-hrh3ilq42j] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.grid-cell[b-hrh3ilq42j] {
    padding: 10px 24px;
    font-size: 14px;
    color: var(--text-color);
}

.description-cell[b-hrh3ilq42j] {
    flex: 1;
}

.status-tag[b-hrh3ilq42j] {
    padding: 1px 8px;
    border-radius: 50px;
    font-size: 14px;
}

    .status-tag.status-active[b-hrh3ilq42j] {
        background-color: var(--success-bg);
        border: 1px solid var(--success-border);
        color: var(--success-text);
    }

.action-btn[b-hrh3ilq42j] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 1px 8px var(--shadow-color);
    border: none;
    cursor: pointer;
}

/* Pagination styles */
.grid-pagination[b-hrh3ilq42j] {
    border-top: 1px solid var(--border-color);
    padding: 8px;
    background-color: var(--white);
}

.pagination-controls[b-hrh3ilq42j] {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-numbers[b-hrh3ilq42j] {
    display: flex;
    gap: 4px;
}

.page-btn[b-hrh3ilq42j] {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .page-btn.active[b-hrh3ilq42j] {
        background-color: rgba(244, 152, 0, 0.25);
    }

.items-per-page[b-hrh3ilq42j] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-size-dropdown[b-hrh3ilq42j] {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px 4px 0 0;
}

.per-page-label[b-hrh3ilq42j] {
    color: var(--text-light);
    font-size: 14px;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-hrh3ilq42j] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .breadcrumb-section[b-hrh3ilq42j] {
        padding: 50px 20px;
    }
}

.estado-tag[b-hrh3ilq42j] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-hrh3ilq42j] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.inativo[b-hrh3ilq42j] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.anulado[b-hrh3ilq42j] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.grid-container[b-hrh3ilq42j] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.tabs-wrapper[b-hrh3ilq42j] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-hrh3ilq42j] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-hrh3ilq42j] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .tab-button.active[b-hrh3ilq42j] {
        background-color: white;
        color: black;
    }

.btn-rejeitar[b-hrh3ilq42j] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    height: 30px;
    font-size: 16px;
}
/* _content/Adene.Web/Components/Pages/Isolamento/Componentes/RegistarComponente.razor.rz.scp.css */
/* Base styles */
*[b-sv13vz28pq] {
    margin: 0;
    box-sizing: border-box;
}

body[b-sv13vz28pq] {
    background-color: #f9f9f9;
    font-family: Roboto, -apple-system, sans-serif;
}

/* Navbar styles */
.navbar[b-sv13vz28pq] {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-border-top[b-sv13vz28pq] {
    min-height: 4px;
    width: 100%;
}

.navbar-border-bottom[b-sv13vz28pq] {
    background-color: #d9d9d9;
    min-height: 1px;
    margin-top: 26px;
    width: 100%;
}

.navbar-content[b-sv13vz28pq] {
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 24px 32px;
    max-width: 1854px;
    margin: 0 auto;
    width: 100%;
}

.company-logo[b-sv13vz28pq] {
    width: 282px;
    object-fit: contain;
}

.main-menu[b-sv13vz28pq] {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.menu-item[b-sv13vz28pq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.menu-text[b-sv13vz28pq] {
    color: #000000;
}

.menu-indicator[b-sv13vz28pq] {
    height: 2px;
    width: 100%;
    background-color: transparent;
}

.menu-item.active .menu-indicator[b-sv13vz28pq] {
    background-color: rgb(37, 59, 76);
}

.navbar-actions[b-sv13vz28pq] {
    display: flex;
    gap: 16px;
}

.notification-btn[b-sv13vz28pq] {
    width: 43px;
    height: 43px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge .badge-count[b-sv13vz28pq] {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}

.user-menu[b-sv13vz28pq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-sv13vz28pq] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-sv13vz28pq] {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000000;
}

/* Header styles */
.page-header[b-sv13vz28pq] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-sv13vz28pq] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-sv13vz28pq] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb[b-sv13vz28pq] {
    display: flex;
    gap: 8px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.header-title-section.row[b-sv13vz28pq] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-sv13vz28pq] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Form styles */
.glass-form[b-sv13vz28pq] {
    margin-top: 32px;
}

.glass-form-container[b-sv13vz28pq] {
    /*max-width: 1632px;
    margin: 100px auto;
    padding: 0 32px;*/
    background-color: #f9f9f9;
    display: flex;
    padding-top: 100px;
    padding-bottom: 128px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}

.glass-form-card[b-sv13vz28pq] {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    max-width: 1632px;
    width: 100%;
}

.section-header[b-sv13vz28pq] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-indicator[b-sv13vz28pq] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.section-title[b-sv13vz28pq] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
}

.form-row[b-sv13vz28pq] {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.form-field[b-sv13vz28pq] {
    flex: 1;
    min-width: 240px;
}

.text-input[b-sv13vz28pq] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.select-input[b-sv13vz28pq] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-heading[b-sv13vz28pq] {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 16px 0;
    padding-top: 16px;
}

.form-actions[b-sv13vz28pq] {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    width: 100%;
    max-width: 1635px;
    gap: 20px;
}

.btn-cancel[b-sv13vz28pq] {
    padding: 14px 46px;
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save[b-sv13vz28pq] {
    padding: 14px 57px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

/* Responsive styles */
@media (max-width: 991px) {
    .navbar-content[b-sv13vz28pq] {
        flex-wrap: wrap;
        gap: 20px;
    }

    .main-menu[b-sv13vz28pq] {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .page-header[b-sv13vz28pq] {
        padding: 40px 20px;
    }

    .glass-form-container[b-sv13vz28pq] {
        margin: 40px auto;
        padding: 0 20px;
    }

    .form-actions[b-sv13vz28pq] {
        margin-top: 40px;
    }

    .btn-cancel[b-sv13vz28pq],
    .btn-save[b-sv13vz28pq] {
        padding: 14px 20px;
    }
}


.card[b-sv13vz28pq] {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 100%;
    padding: 32px;
}

.card-header[b-sv13vz28pq] {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    border: 0;
}

.card-title[b-sv13vz28pq] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}

.card-body[b-sv13vz28pq] {
    margin-top: 32px;
    /*display: flex;
    flex-direction: row;
    gap: 16px;*/
}


.title-container[b-sv13vz28pq] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-sv13vz28pq] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    margin: auto 0;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.breadcrumb-nav[b-sv13vz28pq] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-nav span[b-sv13vz28pq] {
    margin: 0 8px;
}

.breadcrumb-nav span:first-child[b-sv13vz28pq] {
    margin-left: 0;
}

.breadcrumb-content.row[b-sv13vz28pq] {
    flex-wrap: nowrap;
}
/* _content/Adene.Web/Components/Pages/Isolamento/ListagemEtiquetasIsolamento.razor.rz.scp.css */
/* Root variables */
:root[b-hy89keif24] {
    --primary-color: rgb(37, 59, 76);
    --secondary-color: rgb(152, 207, 95);
    --text-color: #212121;
    --text-light: #757575;
    --white: #ffffff;
    --border-color: rgba(33, 33, 33, 0.12);
    --shadow-color: rgba(110, 110, 110, 0.1);
    --success-bg: #f6ffed;
    --success-border: #b7eb8f;
    --success-text: #379c05;
    --error-bg: rgba(203, 5, 56, 0.14);
    --error-border: rgb(37, 59, 76);
}

/* Reset and base styles */
*[b-hy89keif24] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-hy89keif24] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: var(--white);
}

.page-container[b-hy89keif24] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Breadcrumb section */
.breadcrumb-section[b-hy89keif24] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-hy89keif24] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-hy89keif24] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-hy89keif24] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-hy89keif24] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-hy89keif24] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-hy89keif24] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-hy89keif24] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-hy89keif24] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

/* Data Grid styles */
.data-grid[b-hy89keif24] {
    max-width: 1632px;
    margin: 100px auto;
    border: 1px solid var(--border-color);
}

.grid-header[b-hy89keif24] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.header-cell[b-hy89keif24] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-light);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.column-menu[b-hy89keif24] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sort-btn[b-hy89keif24] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

    .sort-btn img[b-hy89keif24] {
        width: 16px;
        height: 16px;
    }

/* Grid content styles */
.grid-content[b-hy89keif24] {
    background-color: var(--white);
}

.grid-row[b-hy89keif24] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.grid-cell[b-hy89keif24] {
    padding: 10px 24px;
    font-size: 14px;
    color: var(--text-color);
}

.description-cell[b-hy89keif24] {
    flex: 1;
}

.status-tag[b-hy89keif24] {
    padding: 1px 8px;
    border-radius: 50px;
    font-size: 14px;
}

    .status-tag.status-active[b-hy89keif24] {
        background-color: var(--success-bg);
        border: 1px solid var(--success-border);
        color: var(--success-text);
    }

.action-btn[b-hy89keif24] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 1px 8px var(--shadow-color);
    border: none;
    cursor: pointer;
}

/* Pagination styles */
.grid-pagination[b-hy89keif24] {
    border-top: 1px solid var(--border-color);
    padding: 8px;
    background-color: var(--white);
}

.pagination-controls[b-hy89keif24] {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-numbers[b-hy89keif24] {
    display: flex;
    gap: 4px;
}

.page-btn[b-hy89keif24] {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .page-btn.active[b-hy89keif24] {
        background-color: rgba(244, 152, 0, 0.25);
    }

.items-per-page[b-hy89keif24] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-size-dropdown[b-hy89keif24] {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px 4px 0 0;
}

.per-page-label[b-hy89keif24] {
    color: var(--text-light);
    font-size: 14px;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-hy89keif24] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .breadcrumb-section[b-hy89keif24] {
        padding: 50px 20px;
    }
}

.estado-tag[b-hy89keif24] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-hy89keif24] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.inativo[b-hy89keif24] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.anulado[b-hy89keif24] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.grid-container[b-hy89keif24] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.tabs-wrapper[b-hy89keif24] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-hy89keif24] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-hy89keif24] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .tab-button.active[b-hy89keif24] {
        background-color: white;
        color: black;
    }
/* _content/Adene.Web/Components/Pages/Isolamento/MenuIsolamento.razor.rz.scp.css */
/* Base styles */
*[b-kn1kcbx7jd] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-fluid.p-5[b-kn1kcbx7jd] {
    background-color: #f9f9f9 !important;
    padding-top: 140px !important;
    padding-bottom: 252px !important;
    border-top: 1px solid rgba(217, 217, 217, 1)
}

.card[b-kn1kcbx7jd] {
    cursor: pointer;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 1px 16px 4px rgba(110, 110, 110, 0.1);
}

    .card:hover[b-kn1kcbx7jd] {
        box-shadow: 0px 1px 16px 4px rgba(110, 110, 110, 0.2);
    }

    .card .card-title[b-kn1kcbx7jd] {
        font-size: 18px;
        font-weight: 500;
    }

    .card .card-subtitle[b-kn1kcbx7jd] {
        font-size: 14px;
        font-weight: 400;
    }

.icons-menu[b-kn1kcbx7jd] {
    background-color: rgb(37, 59, 76);
    border-color: rgb(37, 59, 76);
    border-radius: 25%;
    color: white;
    max-width: 80px;
    max-height: 80px;
}

    .icons-menu .icon-adene[b-kn1kcbx7jd] {
        font-size: xxx-large;
    }

.col-4[b-kn1kcbx7jd] {
    width: 30%;
}
/* _content/Adene.Web/Components/Pages/Isolamento/Sistemas/CamadasForm.razor.rz.scp.css */
.card[b-bgtgamjhpr] {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 100%;
    padding: 32px;
}

.card-header[b-bgtgamjhpr] {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    border: 0;
}

.card-title[b-bgtgamjhpr] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.card-body[b-bgtgamjhpr] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.camada-card-footer[b-bgtgamjhpr] {
    display: flex;
    margin-top: 32px;
    width: 100%;
    justify-content: flex-end;
    background-color: transparent;
    border: 0;
}

.title-container[b-bgtgamjhpr] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-bgtgamjhpr] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    margin: auto 0;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.accordion-item[b-bgtgamjhpr] {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-header[b-bgtgamjhpr] {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}

.accordion-button[b-bgtgamjhpr] {
}

.accordion-button:not(.collapsed)[b-bgtgamjhpr] {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
}

.accordion-button:focus[b-bgtgamjhpr] {
    box-shadow: none;
}

.accordion-button[b-bgtgamjhpr]::after {
    display: none;
}

.detalhes-button[b-bgtgamjhpr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 8px;
    background-color: rgba(152, 207, 95, 0.25);
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000;
    width: fit-content;
    height: 32px;
    cursor: pointer;
}

.detalhes-arrow[b-bgtgamjhpr] {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 16px;
    transform: rotate(90deg);
}

    .detalhes-arrow.show[b-bgtgamjhpr] {
        transform: rotate(270deg);
}

.detalhes-icon[b-bgtgamjhpr] {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}
.btn-remove-accordion[b-bgtgamjhpr] {
    background-color: rgba(37, 59, 76, 0.15);
    padding: 0 20%;
    height: 100%;
    border: none;
}

.btn-remove-accordion:focus-visible[b-bgtgamjhpr] {
    border: none;
}
/* _content/Adene.Web/Components/Pages/Isolamento/Sistemas/ListagemSistemasIsolamento.razor.rz.scp.css */
/* Root variables */
:root[b-lf9tmwfcrn] {
    --primary-color: rgb(37, 59, 76);
    --secondary-color: rgb(152, 207, 95);
    --text-color: #212121;
    --text-light: #757575;
    --white: #ffffff;
    --border-color: rgba(33, 33, 33, 0.12);
    --shadow-color: rgba(110, 110, 110, 0.1);
    --success-bg: #f6ffed;
    --success-border: #b7eb8f;
    --success-text: #379c05;
    --error-bg: rgba(203, 5, 56, 0.14);
    --error-border: rgb(37, 59, 76);
}

/* Reset and base styles */
*[b-lf9tmwfcrn] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-lf9tmwfcrn] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: var(--white);
}

.page-container[b-lf9tmwfcrn] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Breadcrumb section */
.breadcrumb-section[b-lf9tmwfcrn] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-lf9tmwfcrn] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-lf9tmwfcrn] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-lf9tmwfcrn] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-lf9tmwfcrn] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-lf9tmwfcrn] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-lf9tmwfcrn] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-lf9tmwfcrn] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-lf9tmwfcrn] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

/* Data Grid styles */
.data-grid[b-lf9tmwfcrn] {
    max-width: 1632px;
    margin: 100px auto;
    border: 1px solid var(--border-color);
}

.grid-header[b-lf9tmwfcrn] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.header-cell[b-lf9tmwfcrn] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-light);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.column-menu[b-lf9tmwfcrn] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sort-btn[b-lf9tmwfcrn] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

    .sort-btn img[b-lf9tmwfcrn] {
        width: 16px;
        height: 16px;
    }

/* Grid content styles */
.grid-content[b-lf9tmwfcrn] {
    background-color: var(--white);
}

.grid-row[b-lf9tmwfcrn] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.grid-cell[b-lf9tmwfcrn] {
    padding: 10px 24px;
    font-size: 14px;
    color: var(--text-color);
}

.description-cell[b-lf9tmwfcrn] {
    flex: 1;
}

.status-tag[b-lf9tmwfcrn] {
    padding: 1px 8px;
    border-radius: 50px;
    font-size: 14px;
}

    .status-tag.status-active[b-lf9tmwfcrn] {
        background-color: var(--success-bg);
        border: 1px solid var(--success-border);
        color: var(--success-text);
    }

.action-btn[b-lf9tmwfcrn] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 1px 8px var(--shadow-color);
    border: none;
    cursor: pointer;
}

/* Pagination styles */
.grid-pagination[b-lf9tmwfcrn] {
    border-top: 1px solid var(--border-color);
    padding: 8px;
    background-color: var(--white);
}

.pagination-controls[b-lf9tmwfcrn] {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-numbers[b-lf9tmwfcrn] {
    display: flex;
    gap: 4px;
}

.page-btn[b-lf9tmwfcrn] {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .page-btn.active[b-lf9tmwfcrn] {
        background-color: rgba(244, 152, 0, 0.25);
    }

.items-per-page[b-lf9tmwfcrn] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-size-dropdown[b-lf9tmwfcrn] {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px 4px 0 0;
}

.per-page-label[b-lf9tmwfcrn] {
    color: var(--text-light);
    font-size: 14px;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-lf9tmwfcrn] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .breadcrumb-section[b-lf9tmwfcrn] {
        padding: 50px 20px;
    }
}

.estado-tag[b-lf9tmwfcrn] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-lf9tmwfcrn] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.inativo[b-lf9tmwfcrn] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.anulado[b-lf9tmwfcrn] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.grid-container[b-lf9tmwfcrn] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.tabs-wrapper[b-lf9tmwfcrn] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-lf9tmwfcrn] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-lf9tmwfcrn] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .tab-button.active[b-lf9tmwfcrn] {
        background-color: white;
        color: black;
    }
/* _content/Adene.Web/Components/Pages/Isolamento/Sistemas/RegistarSistema.razor.rz.scp.css */
/* Header styles */
.page-header[b-25v5zmfq6m] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-25v5zmfq6m] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-25v5zmfq6m] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb[b-25v5zmfq6m] {
    display: flex;
    gap: 8px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-icon[b-25v5zmfq6m] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Form styles */
.glass-form[b-25v5zmfq6m] {
    margin-top: 32px;
}

.registration-form[b-25v5zmfq6m] {
    padding-top: 100px;
    padding-bottom: 85px;
}

.glass-form-card[b-25v5zmfq6m] {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    width: 100%;
}

.section-header[b-25v5zmfq6m] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-indicator[b-25v5zmfq6m] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.section-title[b-25v5zmfq6m] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
}

/* Responsive styles */
@media (max-width: 991px) {
    .page-header[b-25v5zmfq6m] {
        padding: 40px 20px;
    }

    .form-actions[b-25v5zmfq6m] {
        margin-top: 40px;
    }
}

.breadcrumb-nav[b-25v5zmfq6m] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-25v5zmfq6m] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-25v5zmfq6m] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-25v5zmfq6m] {
    flex-wrap: nowrap;
}

/* Upload area styles */
.upload-area[b-25v5zmfq6m] {
    border: 1px dashed #757575;
    border-radius: 4px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-icon[b-25v5zmfq6m] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.upload-info[b-25v5zmfq6m] {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-top: 8px;
}
/* _content/Adene.Web/Components/Pages/Janelas/Autorizacoes.razor.rz.scp.css */
body[b-cbarb5qpsc] {
    margin: 0;
    padding: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.page-container[b-cbarb5qpsc] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.breadcrumb-section[b-cbarb5qpsc] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-cbarb5qpsc] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-cbarb5qpsc] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-cbarb5qpsc] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-cbarb5qpsc] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-cbarb5qpsc] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-cbarb5qpsc] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-cbarb5qpsc] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-cbarb5qpsc] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

.autorizacoes-grid[b-cbarb5qpsc] {
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.grid-container[b-cbarb5qpsc] {
    border: 1px solid rgba(33, 33, 33, 0.12);
}

.learn-more[b-cbarb5qpsc] {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 16px;
}

.certification-logos[b-cbarb5qpsc] {
    margin-top: 16px;
    padding-top: 60px;
}

.copyright[b-cbarb5qpsc] {
    font-size: 12px;
    line-height: 17px;
}

/* Media queries */
@media (max-width: 991px) {
    .nav-container[b-cbarb5qpsc] {
        max-width: 100%;
    }

    .breadcrumb-section[b-cbarb5qpsc] {
        padding: 50px 20px;
    }
}

.tabs-container[b-cbarb5qpsc] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    padding: 5px;
}

.tab-item[b-cbarb5qpsc] {
    cursor: pointer;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    padding: 7px;
    padding-inline: 20px;
}

    .tab-item.active[b-cbarb5qpsc] {
        border-color: rgb(37, 59, 76);
    }

.table-actions[b-cbarb5qpsc] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem; /* espaço entre os botões */
    margin: 1rem;
    align-items: center;
}

/* exemplo de estilo parecido com seu design */
.btn-rejeitar[b-cbarb5qpsc] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.btn-aceitar[b-cbarb5qpsc] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.estado-tag[b-cbarb5qpsc] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.aprovado[b-cbarb5qpsc] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.aguardaAutorizacao[b-cbarb5qpsc] {
        background-color: #FFF9F1;
        color: #F59C00;
        border: 1px solid #F59C00;
    }

    .estado-tag.rejeitado[b-cbarb5qpsc] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.badge[b-cbarb5qpsc] {
    background-color: rgb(37, 59, 76);
    color: white;
    padding: 0 6px;
    min-width: 23px;
    height: 23px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}
/* _content/Adene.Web/Components/Pages/Janelas/Caixilhos/ListaCaixilhos.razor.rz.scp.css */
body[b-a0adiwsbet] {
    margin: 0;
    padding: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.page-container[b-a0adiwsbet] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.breadcrumb-section[b-a0adiwsbet] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-a0adiwsbet] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-a0adiwsbet] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-a0adiwsbet] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-a0adiwsbet] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-a0adiwsbet] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-a0adiwsbet] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-a0adiwsbet] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-a0adiwsbet] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

.grid-container[b-a0adiwsbet] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.learn-more[b-a0adiwsbet] {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 16px;
}

.certification-logos[b-a0adiwsbet] {
    margin-top: 16px;
    padding-top: 60px;
}

.copyright[b-a0adiwsbet] {
    font-size: 12px;
    line-height: 17px;
}

/* Media queries */
@media (max-width: 991px) {
    .nav-container[b-a0adiwsbet] {
        max-width: 100%;
    }

    .breadcrumb-section[b-a0adiwsbet] {
        padding: 50px 20px;
    }

    .main-footer[b-a0adiwsbet] {
        padding: 56px 20px;
    }
}

.custom-header-row[b-a0adiwsbet] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 100px;
    background-color: white;
    text-align: center;
    height: 40px;
}

.group-title[b-a0adiwsbet] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #white;
    border: 1px solid #ccc;
    height: 100%;
}

.estado-tag[b-a0adiwsbet] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.estado-tag.ativo[b-a0adiwsbet] {
    background-color: #e6f9e6;
    color: #31c231;
    border: 1px solid #31c231;
}

.estado-tag.inativo[b-a0adiwsbet] {
    background-color: #f0f0f0;
    color: #7b7b7b;
    border: 1px solid #cccccc;
}

.estado-tag.anulado[b-a0adiwsbet] {
    background-color: #ffeef0;
    color: #d4002d;
    border: 1px solid #d4002d;
}

.tabs-wrapper[b-a0adiwsbet] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-a0adiwsbet] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-a0adiwsbet] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .tab-button.active[b-a0adiwsbet] {
        background-color: white;
        color: black;
    }
/* _content/Adene.Web/Components/Pages/Janelas/Caixilhos/RegistarCaixilhos.razor.rz.scp.css */
/*.window-frame-manager {
    background-color: #f9f9f9;
    display: flex;
    padding-top: 100px;
    padding-bottom: 128px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}*/

.registration-form[b-sqq70xgld9] {
    padding-top: 100px;
    padding-bottom: 85px;
}

/* Menu styles */
.menu[b-sqq70xgld9] {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 24px;
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.menu__item[b-sqq70xgld9] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu__link[b-sqq70xgld9] {
    color: #000;
    text-decoration: none;
    padding: 4px 0;
}

.menu__selected[b-sqq70xgld9] {
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin-top: 4px;
}

.menu__item--active .menu__link[b-sqq70xgld9] {
    font-weight: 700;
}

.menu__selected--active[b-sqq70xgld9] {
    background-color: rgb(37, 59, 76);
}

/* Actions styles */
.actions[b-sqq70xgld9] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.notification-btn[b-sqq70xgld9] {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 43px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-btn--badge[b-sqq70xgld9] {
    padding-top: 4px;
}

.badge[b-sqq70xgld9] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 3px;
}

/* User menu styles */
.user-menu[b-sqq70xgld9] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-menu__avatar[b-sqq70xgld9] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-menu__name[b-sqq70xgld9] {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000;
}

/* Breadcrumb section */
.breadcrumb-section[b-sqq70xgld9] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-sqq70xgld9] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-sqq70xgld9] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-sqq70xgld9] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-sqq70xgld9] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-sqq70xgld9] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-sqq70xgld9] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-sqq70xgld9] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Card styles */
.card[b-sqq70xgld9] {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    margin-top: 64px;
    width: 100%;
    max-width: 1632px;
    padding: 32px;
}

    .card:first-of-type[b-sqq70xgld9] {
        margin-top: 100px;
    }

.card__header[b-sqq70xgld9] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.card__header--with-actions[b-sqq70xgld9] {
    justify-content: space-between;
}

.card__title-marker[b-sqq70xgld9] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.card__title[b-sqq70xgld9] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    margin: 0;
}

.card__body[b-sqq70xgld9] {
    margin-top: 32px;
}

/* Form styles */
.form-row[b-sqq70xgld9] {
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

.form-field[b-sqq70xgld9] {
    flex: 1;
    min-width: 240px;
}

.form-field--full[b-sqq70xgld9] {
    width: 774px;
    max-width: 100%;
}

.text-input[b-sqq70xgld9],
.select-input[b-sqq70xgld9] {
    width: 100%;
    border: 1px solid #757575;
    border-radius: 4px;
    padding: 16px 12px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000;
}

/*.select-input {
    appearance: none;
    background-image: url("https://cdn.builder.io/api/v1/image/assets/TEMP/9f7b62afab544e81cd26df9557f9b2ca87785d03?placeholderIfAbsent=true&apiKey=4342c9ceda33428aae050c5ca7247281");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}*/

/* Upload area styles */
.upload-area[b-sqq70xgld9] {
    border: 1px dashed #757575;
    border-radius: 4px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}

.upload-icon[b-sqq70xgld9] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.upload-text[b-sqq70xgld9] {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.upload-link[b-sqq70xgld9] {
    color: rgb(37, 59, 76);
    text-decoration: none;
    border-bottom: 1px solid #1976d2;
    padding-bottom: 2px;
}

.upload-info[b-sqq70xgld9] {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-top: 8px;
}

/* Action buttons styles */
.action-btn[b-sqq70xgld9] {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: rgb(37, 59, 76);
    background: none;
    border: none;
    cursor: pointer;
    padding: 14px 20px;
}

/* Form actions styles */
.form-actions[b-sqq70xgld9] {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    width: 100%;
    /*max-width: 1635px;*/
    gap: 20px;
}

.btn[b-sqq70xgld9] {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 46px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn--cancel[b-sqq70xgld9] {
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
}

.btn--save[b-sqq70xgld9] {
    background-color: rgb(37, 59, 76);
    color: #fff;
}



.product-details[b-sqq70xgld9], .caixilho-details[b-sqq70xgld9], .vidro-details[b-sqq70xgld9], .janela-details[b-sqq70xgld9], .doc-adicional-details[b-sqq70xgld9] {
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    font-family: Roboto, sans-serif;
    color: #000000;
}

.section-header[b-sqq70xgld9] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-indicator[b-sqq70xgld9] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.section-title[b-sqq70xgld9] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
}

.form-section[b-sqq70xgld9] {
    margin-top: 32px;
}

.logo-section[b-sqq70xgld9] {
    margin-bottom: 16px;
}

.subsection-title[b-sqq70xgld9] {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 16px;
}

.entity-logo[b-sqq70xgld9] {
    width: 180px;
    border-radius: 16px;
}

.form-row[b-sqq70xgld9] {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.form-field[b-sqq70xgld9] {
    position: relative;
    flex: 1;
    min-width: 240px;
}

    .form-field.full-width[b-sqq70xgld9] {
        width: 100%;
    }

.input-field[b-sqq70xgld9] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

    .input-field.readonly[b-sqq70xgld9] {
        background-color: #fafafa;
    }

.field-label[b-sqq70xgld9] {
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: #ffffff;
    padding: 0 4px;
    font-size: 12px;
    line-height: 1;
}

/*.select-field::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("https://cdn.builder.io/api/v1/image/assets/4342c9ceda33428aae050c5ca7247281/9f7b62afab544e81cd26df9557f9b2ca87785d03?placeholderIfAbsent=true");
    background-size: contain;
    pointer-events: none;
}*/

.section-subtitle[b-sqq70xgld9] {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 32px;
}

.save-button[b-sqq70xgld9] {
    align-self: flex-end;
    margin-top: 100px;
    padding: 13px 37px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

#vidroSection .form-floating input:disabled[b-sqq70xgld9] {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

/* Responsive styles */
@media (max-width: 991px) {
    .window-frame-manager[b-sqq70xgld9] {
        padding-bottom: 100px;
    }

    .navbar__content[b-sqq70xgld9] {
        gap: 40px;
        flex-wrap: wrap;
    }

    .breadcrumb[b-sqq70xgld9] {
        padding: 50px 20px;
    }

    .card[b-sqq70xgld9] {
        padding: 32px 20px;
        margin-top: 40px;
    }

    .form-actions[b-sqq70xgld9] {
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .btn[b-sqq70xgld9] {
        width: 100%;
        text-align: center;
    }
}
/* _content/Adene.Web/Components/Pages/Janelas/Caixilhos/RegistarMarca.razor.rz.scp.css */
/* Base styles */
:root[b-v3rhmj1bp4] {
    --primary-color: rgba(203, 5, 56, 1);
    --text-color: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --gray: rgba(217, 217, 217, 1);
    --heading-color: rgba(65, 77, 85, 1);
}

body[b-v3rhmj1bp4] {
    margin: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

/* Breadcrumb section */
.breadcrumb-section[b-v3rhmj1bp4] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-v3rhmj1bp4] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .breadcrumb-container .breadcrumb-icon[b-v3rhmj1bp4] {
        font-size: xxx-large;
        color: rgb(37, 59, 76);
        max-width: 80px;
        max-height: 80px;
        border: solid 4px rgb(37, 59, 76);
        border-radius: 15%;
    }

.breadcrumb-content.row[b-v3rhmj1bp4] {
    flex-wrap: nowrap;
}

.page-title[b-v3rhmj1bp4] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-v3rhmj1bp4] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-v3rhmj1bp4] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-v3rhmj1bp4] {
            margin-left: 0;
        }

/* Main content styles */
.main-content[b-v3rhmj1bp4] {
    background-color: rgba(249, 249, 249, 1);
    padding: 100px 70px;
}

.content-container[b-v3rhmj1bp4] {
    max-width: 1631px;
    margin: 0 auto;
}

.content-grid[b-v3rhmj1bp4] {
    display: flex;
    gap: 20px;
}

.simulator-card[b-v3rhmj1bp4],
.results-card[b-v3rhmj1bp4] {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    /*flex: 1;*/
}

    .simulator-card .pelicula-subtitulo[b-v3rhmj1bp4] {
        font-size: 16px;
        font-weight: 500;
    }

.card-header[b-v3rhmj1bp4] {
    color: #414D55;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    border: none;
    background-color: transparent;
}

.card-footer[b-v3rhmj1bp4] {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    border: none;
    background-color: transparent;
}

.results-content[b-v3rhmj1bp4] {
    display: flex;
    gap: 24px;
    margin-top: 32px;
}

.results-details[b-v3rhmj1bp4] {
    flex: 1;
}

    .results-details .resultado-simulacao[b-v3rhmj1bp4] {
        top: 59%;
        position: absolute;
        z-index: 5;
        color: white;
        font-weight: 500;
        font-size: 17px;
    }

.results-title[b-v3rhmj1bp4] {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px;
}

/* Responsive styles */
@media (max-width: 991px) {

    .breadcrumb[b-v3rhmj1bp4] {
        padding: 50px 20px;
    }

    .main-content[b-v3rhmj1bp4] {
        padding: 100px 20px;
    }

    .content-grid[b-v3rhmj1bp4] {
        flex-direction: column;
    }
}

.btn--cancel[b-v3rhmj1bp4] {
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
}
/* _content/Adene.Web/Components/Pages/Janelas/Caixilhos/RegistarSerie.razor.rz.scp.css */
/* Base styles */
:root[b-rs9j8jmon9] {
    --primary-color: rgba(203, 5, 56, 1);
    --text-color: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --gray: rgba(217, 217, 217, 1);
    --heading-color: rgba(65, 77, 85, 1);
}

body[b-rs9j8jmon9] {
    margin: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

/* Breadcrumb section */
.breadcrumb-section[b-rs9j8jmon9] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-rs9j8jmon9] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .breadcrumb-container .breadcrumb-icon[b-rs9j8jmon9] {
        font-size: xxx-large;
        color: rgb(37, 59, 76);
        max-width: 80px;
        max-height: 80px;
        border: solid 4px rgb(37, 59, 76);
        border-radius: 15%;
    }

.breadcrumb-content.row[b-rs9j8jmon9] {
    flex-wrap: nowrap;
}

.page-title[b-rs9j8jmon9] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-rs9j8jmon9] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-rs9j8jmon9] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-rs9j8jmon9] {
            margin-left: 0;
        }

/* Main content styles */
.main-content[b-rs9j8jmon9] {
    background-color: rgba(249, 249, 249, 1);
    padding: 100px 70px;
}

.content-container[b-rs9j8jmon9] {
    max-width: 1631px;
    margin: 0 auto;
}

.content-grid[b-rs9j8jmon9] {
    display: flex;
    gap: 20px;
}

.simulator-card[b-rs9j8jmon9],
.results-card[b-rs9j8jmon9] {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    /*flex: 1;*/
}

    .simulator-card .pelicula-subtitulo[b-rs9j8jmon9] {
        font-size: 16px;
        font-weight: 500;
    }

.card-header[b-rs9j8jmon9] {
    color: #414D55;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    border: none;
    background-color: transparent;
}

.card-footer[b-rs9j8jmon9] {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    border: none;
    background-color: transparent;
}

.results-content[b-rs9j8jmon9] {
    display: flex;
    gap: 24px;
    margin-top: 32px;
}

.results-details[b-rs9j8jmon9] {
    flex: 1;
}

    .results-details .resultado-simulacao[b-rs9j8jmon9] {
        top: 59%;
        position: absolute;
        z-index: 5;
        color: white;
        font-weight: 500;
        font-size: 17px;
    }

.results-title[b-rs9j8jmon9] {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px;
}

/* Responsive styles */
@media (max-width: 991px) {

    .breadcrumb[b-rs9j8jmon9] {
        padding: 50px 20px;
    }

    .main-content[b-rs9j8jmon9] {
        padding: 100px 20px;
    }

    .content-grid[b-rs9j8jmon9] {
        flex-direction: column;
    }
}

.btn--cancel[b-rs9j8jmon9] {
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
}
/* _content/Adene.Web/Components/Pages/Janelas/EtiquetaEnergetica.razor.rz.scp.css */
.window-frame-manager[b-9mb49ug4m5] {
    display: flex;
    padding-top: 100px;
    padding-bottom: 128px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}

.breadcrumb-section[b-9mb49ug4m5] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-9mb49ug4m5] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-button[b-9mb49ug4m5] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.etiqueta-energetica[b-9mb49ug4m5] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

    .etiqueta-energetica .segmento-etiqueta[b-9mb49ug4m5] {
        font-size: 16px;
        font-weight: 500
    }

        .etiqueta-energetica .segmento-etiqueta h4[b-9mb49ug4m5] {
            font-size: 18px;
            font-weight: 700;
        }

        .etiqueta-energetica .segmento-etiqueta .etiquetas-parametros[b-9mb49ug4m5] {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 0.5rem;
        }
            .etiqueta-energetica .segmento-etiqueta .etiquetas-parametros .parametro[b-9mb49ug4m5] {
                font-weight: 600
            }
/* _content/Adene.Web/Components/Pages/Janelas/ListagemEtiquetas.razor.rz.scp.css */
/* Base styles */
body[b-2wabp8x452] {
    margin: 0;
    padding: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: #fff;
}

.page-container[b-2wabp8x452] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Navigation styles */
.main-nav[b-2wabp8x452] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nav-border-top[b-2wabp8x452] {
    min-height: 4px;
    width: 100%;
}

.nav-content[b-2wabp8x452] {
    display: flex;
    align-items: center;
    padding: 24px 32px;
    gap: 64px;
    max-width: 1854px;
    margin: 0 auto;
    width: 100%;
}

.nav-logo[b-2wabp8x452] {
    width: 282px;
    object-fit: contain;
    min-width: 240px;
}

.nav-menu[b-2wabp8x452] {
    display: flex;
    list-style: none;
    gap: 24px;
    margin: 0;
    padding: 0;
    flex: 1;
}

.nav-item[b-2wabp8x452] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

    .nav-item.active[b-2wabp8x452] {
        font-weight: 700;
    }

.nav-indicator[b-2wabp8x452] {
    height: 2px;
    width: 100%;
}

.nav-item.active .nav-indicator[b-2wabp8x452] {
    background-color: rgb(37, 59, 76);
}

.nav-actions[b-2wabp8x452] {
    display: flex;
    gap: 16px;
}

.notification-btn[b-2wabp8x452] {
    width: 43px;
    height: 43px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge[b-2wabp8x452] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: rgb(37, 59, 76);
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.user-menu[b-2wabp8x452] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-2wabp8x452] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-2wabp8x452] {
    font-size: 16px;
}

.nav-border-bottom[b-2wabp8x452] {
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 26px;
}

/* Header styles */
.page-header[b-2wabp8x452] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-2wabp8x452] {
    max-width: 1632px;
    margin: 0 auto;
}

.page-title[b-2wabp8x452] {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb[b-2wabp8x452] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.header-title-container.row[b-2wabp8x452] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-2wabp8x452] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Grid styles */
.data-grid[b-2wabp8x452] {
    margin: 125px auto;
    max-width: 1632px;
    border: 1px solid rgba(33, 33, 33, 0.12);
}

.grid-header[b-2wabp8x452] {
    background: #fff;
}

.header-row[b-2wabp8x452] {
    display: flex;
    border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}

.header-cell[b-2wabp8x452] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #757575;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sortable[b-2wabp8x452] {
    cursor: pointer;
}

.sort-btn[b-2wabp8x452] {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.sort-icon[b-2wabp8x452] {
    width: 16px;
    height: 16px;
}

.grid-content .grid-row[b-2wabp8x452] {
    display: flex;
    border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}

.grid-content .grid-cell[b-2wabp8x452] {
    padding: 10px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #212121;
}

/* Pagination styles */
.grid-pagination[b-2wabp8x452] {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-top: 1px solid rgba(33, 33, 33, 0.12);
    background: #fff;
}

.pagination-controls[b-2wabp8x452] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-numbers[b-2wabp8x452] {
    display: flex;
    gap: 4px;
}

.page-btn[b-2wabp8x452] {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #3f51b5;
    cursor: pointer;
}

    .page-btn.active[b-2wabp8x452] {
        background: rgba(63, 81, 181, 0.22);
    }

.items-per-page[b-2wabp8x452] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown[b-2wabp8x452] {
    background: #f5f5f5;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
}

.items-label[b-2wabp8x452] {
    color: #757575;
    font-size: 14px;
}


/* Responsive styles */
@media (max-width: 991px) {
    .nav-content[b-2wabp8x452] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .nav-logo[b-2wabp8x452] {
        max-width: 100%;
    }

    .nav-menu[b-2wabp8x452] {
        flex-wrap: wrap;
    }

    .page-header[b-2wabp8x452] {
        padding: 50px 20px;
    }
}
/* _content/Adene.Web/Components/Pages/Janelas/ListagemJanelas.razor.rz.scp.css */
.dashboard[b-jxve6g6l6s] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Navbar styles */
.navbar[b-jxve6g6l6s] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-border-top[b-jxve6g6l6s] {
    min-height: 4px;
    width: 100%;
}

.navbar-content[b-jxve6g6l6s] {
    display: flex;
    margin-top: 24px;
    width: 100%;
    max-width: 1854px;
    align-items: center;
    gap: 40px 64px;
    align-self: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.navbar-logo[b-jxve6g6l6s] {
    aspect-ratio: 5.56;
    object-fit: contain;
    width: 272px;
    min-width: 240px;
    margin: auto 0;
}

.nav-menu[b-jxve6g6l6s] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    flex: 1;
    flex-basis: 0%;
}

.nav-item[b-jxve6g6l6s] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.nav-text[b-jxve6g6l6s] {
    align-self: center;
}

.nav-indicator[b-jxve6g6l6s] {
    background-color: #fff;
    min-height: 2px;
    width: 100%;
    margin-top: 2px;
}

.nav-indicator-active[b-jxve6g6l6s] {
    background-color: rgb(37, 59, 76);
}

.nav-actions[b-jxve6g6l6s] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
}

.notification-btn[b-jxve6g6l6s] {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 43px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge[b-jxve6g6l6s] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 4px;
}

.user-menu[b-jxve6g6l6s] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-jxve6g6l6s] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-jxve6g6l6s] {
    color: #000;
    font-size: 16px;
}

.navbar-border-bottom[b-jxve6g6l6s] {
    background-color: #d9d9d9;
    height: 1px;
    width: 100%;
    margin-top: 26px;
}

/* Header styles */
.page-header[b-jxve6g6l6s] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-jxve6g6l6s] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title[b-jxve6g6l6s] {
    color: rgb(37, 59, 76);
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb[b-jxve6g6l6s] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    margin-top: 10px;
}

.header-button[b-jxve6g6l6s] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.header-main.row[b-jxve6g6l6s] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-jxve6g6l6s] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Grid styles */
.grid-container[b-jxve6g6l6s] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 101px auto;
    max-width: 1632px;
    width: 100%;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-jxve6g6l6s] {
        max-width: 100%;
    }

    .page-header[b-jxve6g6l6s] {
        padding: 50px 20px;
    }

    .copyright[b-jxve6g6l6s] {
        margin-top: 40px;
    }
}

.subgrid-container[b-jxve6g6l6s] {
    padding: 10px 0px 10px 0px;
}

.subgrid-container .rz-datatable .rz-datatable-tbody > tr > td[b-jxve6g6l6s] {
    padding: 10px 14px !important;
}
/* _content/Adene.Web/Components/Pages/Janelas/MenuJanelas.razor.rz.scp.css */
/* Base styles */
*[b-dd09tbzp8z] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.card[b-dd09tbzp8z] {
    cursor: pointer;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 1px 16px 4px rgba(110, 110, 110, 0.1);
}

    .card:hover[b-dd09tbzp8z] {
        box-shadow: 0px 1px 16px 4px rgba(110, 110, 110, 0.2);
    }

    .card .card-title[b-dd09tbzp8z] {
        font-size: 18px;
        font-weight: 500;
    }

    .card .card-subtitle[b-dd09tbzp8z] {
        font-size: 14px;
        font-weight: 400;
    }

.icons-menu[b-dd09tbzp8z] {
    background-color: rgb(37, 59, 76);
    border-color: rgb(37, 59, 76);
    border-radius: 25%;
    color: white;
    max-width: 80px;
    max-height: 80px;
}

    .icons-menu .icon-adene[b-dd09tbzp8z] {
        font-size: xxx-large;
    }

.container-fluid.p-5[b-dd09tbzp8z] {
    background-color: #f9f9f9 !important;
    padding-top: 139px !important;
    padding-bottom: 139px !important;
    border-top: 1px solid rgba(217, 217, 217, 1)
}
/* _content/Adene.Web/Components/Pages/Janelas/ModalEtiquetas.razor.rz.scp.css */
.custom-modal-overlay[b-0yk5gvd9eq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1050;
    overflow: clip;
}

.custom-modal[b-0yk5gvd9eq] {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 10%;
    width: 75%;
    max-height: 92%;
    padding: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.modal-header[b-0yk5gvd9eq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-0yk5gvd9eq] {
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }

    .modal-header .close-button[b-0yk5gvd9eq] {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

h2[b-0yk5gvd9eq] {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.modal-question[b-0yk5gvd9eq] {
    font-size: 22px;
    margin-bottom: 16px;
}

.input-label[b-0yk5gvd9eq] {
    color: orange;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

.form-group[b-0yk5gvd9eq] {
    margin-bottom: 16px;
}

.checkbox-group[b-0yk5gvd9eq] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.modal-footer[b-0yk5gvd9eq] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.cancel-button[b-0yk5gvd9eq] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.generate-button[b-0yk5gvd9eq] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.modal-subtitle[b-0yk5gvd9eq] {
    font-size: 18px;
    font-weight: 700;
}

.etiquetas-parametros[b-0yk5gvd9eq] {
    font-size: 16px;
    font-weight: 500
}

    .etiquetas-parametros label[b-0yk5gvd9eq] {
        font-weight: 600
    }

/*.results-chart{
    max-height: 25%;
}*/

.results-chart-wrapper[b-0yk5gvd9eq] {
    width: 100%;
    height: 100%;
    max-height: 85vh;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
}

.results-chart[b-0yk5gvd9eq] {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}
/* _content/Adene.Web/Components/Pages/Janelas/NovaJanela/CaracterizarFolha.razor.rz.scp.css */
.window-config-container[b-mkcgbu5x1h] {
    background-color: #f9f9f9;
    display: flex;
    padding-bottom: 66px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
}

.header-container[b-mkcgbu5x1h] {
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.top-border[b-mkcgbu5x1h] {
    display: flex;
    min-height: 4px;
    width: 100%;
}

.steps-nav[b-mkcgbu5x1h] {
    align-self: center;
    display: flex;
    margin-top: 23px;
    width: 100%;
    max-width: 1832px;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo[b-mkcgbu5x1h] {
    aspect-ratio: 5.75;
    object-fit: contain;
    object-position: center;
    width: 282px;
    flex-shrink: 0;
    max-width: 100%;
}

.steps-list[b-mkcgbu5x1h] {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    gap: 16px;
    justify-content: end;
    flex-wrap: wrap;
}

.step-item[b-mkcgbu5x1h] {
    align-self: stretch;
    min-width: 240px;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 32px;
}

.step-header[b-mkcgbu5x1h] {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    justify-content: start;
}

.step-number[b-mkcgbu5x1h] {
    border-radius: 32px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 32px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    width: 32px;
    height: 32px;
}

    .step-number.step-completed[b-mkcgbu5x1h] {
        background-color: rgb(152, 207, 95);
    }

    .step-number.step-active[b-mkcgbu5x1h] {
        background-color: rgb(37, 59, 76);
    }

    .step-number.step-pending[b-mkcgbu5x1h] {
        background-color: #f4f4f4;
        color: #888;
    }

.step-title[b-mkcgbu5x1h] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 500;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
}

.step-connector[b-mkcgbu5x1h] {
    align-self: stretch;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    padding: 12px 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 44px;
}

.connector-icon[b-mkcgbu5x1h] {
    aspect-ratio: 43.48;
    object-fit: contain;
    object-position: center;
    width: 44px;
}

.header-border[b-mkcgbu5x1h] {
    background-color: #d9d9d9;
    display: flex;
    min-height: 1px;
    margin-top: 27px;
    width: 100%;
}

.content-container[b-mkcgbu5x1h] {
    align-self: center;
    display: flex;
    margin-top: 94px;
    width: 100%;
    max-width: 1635px;
    flex-direction: column;
    align-items: stretch;
}

.page-title[b-mkcgbu5x1h] {
    color: rgb(37, 59, 76);
    font-size: 30px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 500;
    align-self: start;
}

.leaves-card[b-mkcgbu5x1h] {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    margin-top: 64px;
    min-height: 808px;
    width: 100%;
    padding: 32px;
}

.card[b-mkcgbu5x1h] {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 100%;
    padding: 32px;
}

.card-header[b-mkcgbu5x1h] {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    border: 0
}

.card-accent[b-mkcgbu5x1h] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.card-title[b-mkcgbu5x1h] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}

.card-body[b-mkcgbu5x1h] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.title-container[b-mkcgbu5x1h] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-mkcgbu5x1h] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    margin: auto 0;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.accordion-item[b-mkcgbu5x1h] {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.accordion-header[b-mkcgbu5x1h] {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87)
}

.accordion-button[b-mkcgbu5x1h] {
}

    .accordion-button:not(.collapsed)[b-mkcgbu5x1h] {
        background-color: transparent;
        color: rgba(0, 0, 0, 0.87);
        box-shadow: none;
    }

    .accordion-button:focus[b-mkcgbu5x1h] {
        box-shadow: none;
    }

    .accordion-button[b-mkcgbu5x1h]::after {
        display: none
    }

.details-button[b-mkcgbu5x1h] {
    border-radius: 50px;
    background-color: rgba(244, 152, 0, 0.1);
    padding: 7px 8px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000;
    font-size: 12px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.form-group[b-mkcgbu5x1h] {
    flex: 1;
    min-width: 240px;
}

.form-select[b-mkcgbu5x1h],
.form-input[b-mkcgbu5x1h] {
    border-radius: 4px;
    border: 1px solid #757575;
    width: 100%;
    padding: 16px 12px;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.15px;
}

    .form-select.gray-bg[b-mkcgbu5x1h] {
        background-color: #f5f5f5;
        border: none;
    }

.remove-button[b-mkcgbu5x1h] {
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    width: 56px;
    height: 56px;
    border: none;
    cursor: pointer;
    color: rgb(37, 59, 76);
}

.card-footer[b-mkcgbu5x1h] {
    display: flex;
    margin-top: 32px;
    width: 100%;
    justify-content: flex-end;
    background-color: transparent;
    border: 0
}

.add-leaf-button[b-mkcgbu5x1h] {
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #fff;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 200px;
}

.products-grid[b-mkcgbu5x1h] {
    display: flex;
    margin-top: 24px;
    gap: 20px;
}

.product-card[b-mkcgbu5x1h] {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    min-height: 385px;
    width: 100%;
    padding: 28px 32px;
}

.card-content[b-mkcgbu5x1h] {
    display: flex;
    margin-top: 32px;
    width: 100%;
    flex-direction: column;
    gap: 16px;
}

.search-button[b-mkcgbu5x1h] {
    border-radius: 4px;
    background-color: #fff;
    color: rgb(37, 59, 76);
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 9px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 19px;
    align-self: flex-end;
    width: 175px;
}

.page-footer[b-mkcgbu5x1h] {
    display: flex;
    margin-top: 80px;
    width: 100%;
    align-items: stretch;
    gap: 20px;
    justify-content: space-between;
}

.cancel-button[b-mkcgbu5x1h] {
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 46px;
    border: none;
    cursor: pointer;
}

.action-buttons[b-mkcgbu5x1h] {
    display: flex;
    gap: 24px;
}

.back-button[b-mkcgbu5x1h],
.next-button[b-mkcgbu5x1h] {
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #fff;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 60px;
    border: none;
    cursor: pointer;
}

.btn-remove-accordion[b-mkcgbu5x1h] {
    background-color: rgba(37, 59, 76, 0.15);
    padding: 0 20%;
    height: 100%;
    border: none;
}

    .btn-remove-accordion:focus-visible[b-mkcgbu5x1h] {
        border: none;
    }

.upload-area[b-mkcgbu5x1h] {
    border: 1px dashed #757575;
    border-radius: 4px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-icon[b-mkcgbu5x1h] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.upload-info[b-mkcgbu5x1h] {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-top: 8px;
}

.upload-disabled[b-mkcgbu5x1h] {
    pointer-events: none;
    opacity: 0.5;
}

.big-checkbox[b-mkcgbu5x1h] {
    font-size: 22px;
    font-weight: 500;
}

    .big-checkbox input[type="checkbox"][b-mkcgbu5x1h] {
        height: 22px;
        width: 22px;
        margin-left: 15px;
    }

@media (max-width: 991px) {
    .header-container[b-mkcgbu5x1h], .steps-nav[b-mkcgbu5x1h], .header-border[b-mkcgbu5x1h], .content-container[b-mkcgbu5x1h], .leaves-card[b-mkcgbu5x1h], .card-header[b-mkcgbu5x1h], .accordion-container[b-mkcgbu5x1h], .accordion-item[b-mkcgbu5x1h], .accordion-summary[b-mkcgbu5x1h], .accordion-header[b-mkcgbu5x1h], .products-grid[b-mkcgbu5x1h] {
        max-width: 100%;
    }

    .content-container[b-mkcgbu5x1h] {
        margin-top: 40px;
    }

    /*    .leaves-card,
    .product-card {
        padding: 20px;
    }*/

    .products-grid[b-mkcgbu5x1h] {
        flex-direction: column;
    }

    .page-footer[b-mkcgbu5x1h] {
        margin-top: 40px;
    }

    .cancel-button[b-mkcgbu5x1h],
    .back-button[b-mkcgbu5x1h],
    .next-button[b-mkcgbu5x1h] {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* _content/Adene.Web/Components/Pages/Janelas/NovaJanela/CaracterizarJanela.razor.rz.scp.css */
.page-title[b-f6586l2una] {
    color: rgb(37, 59, 76);
    font-size: 30px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 500;
    align-self: start;
}

.card[b-f6586l2una] {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 100%;
    padding: 32px;
}

.card-header[b-f6586l2una] {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    border: 0
}

.card-title[b-f6586l2una] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    padding-left: 16px;
}

    .card-title.section-title-linha[b-f6586l2una] {
        border-left: 4px solid rgb(152, 207, 95);
    }

.card-body[b-f6586l2una] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.helper-text[b-f6586l2una] {
    padding: 3px 14px;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 2;
}

@media (max-width: 991px) {
    .card[b-f6586l2una] {
        padding: 20px;
    }
}
/* _content/Adene.Web/Components/Pages/Janelas/NovaJanela/NovaJanela.razor.rz.scp.css */
.form-actions[b-pe1ugbc5gf] {
    display: flex;
    margin-top: 35px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: auto;
}

.card[b-pe1ugbc5gf] {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 100%;
    padding: 32px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.card-body[b-pe1ugbc5gf] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.registration-form[b-pe1ugbc5gf] {
    padding-bottom: 84px;
}

@media (max-width: 991px) {
    .card[b-pe1ugbc5gf] {
        padding: 20px;
    }
}
/* _content/Adene.Web/Components/Pages/Janelas/NovaJanela/ResumoJanela.razor.rz.scp.css */
.window-header[b-9mxcfwnjr7] {
    background-color: #fff;
    width: 100%;
}

.header-content[b-9mxcfwnjr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 44px;
    max-width: 1832px;
    margin: 0 auto;
    gap: 20px;
    flex-wrap: wrap;
}

.logo[b-9mxcfwnjr7] {
    width: 282px;
    height: auto;
    object-fit: contain;
}

.stepper[b-9mxcfwnjr7] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.step[b-9mxcfwnjr7] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 240px;
}

.step-number[b-9mxcfwnjr7] {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: rgb(152, 207, 95);
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step.current .step-number[b-9mxcfwnjr7] {
    background-color: rgb(37, 59, 76);
}

.step-label[b-9mxcfwnjr7] {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.step-connector[b-9mxcfwnjr7] {
    display: flex;
    padding: 12px 0;
}

.connector-icon[b-9mxcfwnjr7] {
    width: 44px;
    height: 1px;
}

.header-divider[b-9mxcfwnjr7] {
    height: 1px;
    background-color: #d9d9d9;
    border: none;
    margin: 27px 0 0;
}

/* Main content */
.window-content[b-9mxcfwnjr7] {
    padding: 100px 142px 76px;
    background-color: #f9f9f9;
}

.content-title[b-9mxcfwnjr7] {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 64px;
}

/* Data Grid */
.data-grid[b-9mxcfwnjr7] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    background: #fff;
    margin-bottom: 289px;
}

.grid-header[b-9mxcfwnjr7] {
    border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}

.header-row[b-9mxcfwnjr7] {
    display: flex;
}

.header-cell[b-9mxcfwnjr7] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #757575;
    font-weight: 700;
    border-left: 1px solid rgba(33, 33, 33, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-cell:first-child[b-9mxcfwnjr7] {
        border-left: none;
    }

.sortable[b-9mxcfwnjr7] {
    position: relative;
}

.sort-button[b-9mxcfwnjr7] {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.sort-icon[b-9mxcfwnjr7] {
    width: 16px;
    height: 16px;
}

/* Grid Body */
.grid-body[b-9mxcfwnjr7] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #212121;
}

.grid-row[b-9mxcfwnjr7] {
    display: flex;
    border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}

.grid-cell[b-9mxcfwnjr7] {
    padding: 10px 24px;
    border-left: 1px solid rgba(33, 33, 33, 0.12);
    display: flex;
    align-items: center;
}

    .grid-cell:first-child[b-9mxcfwnjr7] {
        border-left: none;
    }

/* Footer */
.grid-footer[b-9mxcfwnjr7] {
    border-top: 1px solid rgba(33, 33, 33, 0.12);
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination[b-9mxcfwnjr7] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-arrow[b-9mxcfwnjr7] {
    width: 76px;
    height: 38px;
    cursor: pointer;
}

.page-numbers[b-9mxcfwnjr7] {
    display: flex;
    gap: 4px;
}

.page-button[b-9mxcfwnjr7] {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #3f51b5;
    font-weight: 500;
    cursor: pointer;
}

    .page-button.active[b-9mxcfwnjr7] {
        background-color: rgba(63, 81, 181, 0.22);
    }

.items-per-page[b-9mxcfwnjr7] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-size-select[b-9mxcfwnjr7] {
    width: 60px;
    padding: 8px 16px;
    background-color: #f5f5f5;
    border: none;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #212121;
}

.items-label[b-9mxcfwnjr7] {
    color: #757575;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.pagination-info[b-9mxcfwnjr7] {
    color: #757575;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-align: center;
}

/* Action buttons */
.actions-footer[b-9mxcfwnjr7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.btn-cancel[b-9mxcfwnjr7] {
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    border-radius: 4px;
    padding: 14px 46px 26px;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.action-buttons[b-9mxcfwnjr7] {
    display: flex;
    gap: 24px;
}

.btn-back[b-9mxcfwnjr7],
.btn-finish[b-9mxcfwnjr7] {
    background-color: rgb(37, 59, 76);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px 60px 26px;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.btn-finish[b-9mxcfwnjr7] {
    padding: 14px 53px 25px;
}

/* Responsive styles */
@media (max-width: 991px) {
    .header-content[b-9mxcfwnjr7] {
        max-width: 100%;
    }

    .window-content[b-9mxcfwnjr7] {
        padding: 40px 20px;
    }

    .content-title[b-9mxcfwnjr7] {
        margin-bottom: 40px;
    }

    .header-cell[b-9mxcfwnjr7],
    .grid-cell[b-9mxcfwnjr7] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-cancel[b-9mxcfwnjr7],
    .btn-back[b-9mxcfwnjr7],
    .btn-finish[b-9mxcfwnjr7] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.custom-header-row[b-9mxcfwnjr7] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: white;
    text-align: center;
    height: 30px;
}
/* _content/Adene.Web/Components/Pages/Janelas/Simulador.razor.rz.scp.css */
/* Base styles */
:root[b-6twwk1fcxz] {
    --primary-color: rgba(203, 5, 56, 1);
    --text-color: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --gray: rgba(217, 217, 217, 1);
    --heading-color: rgba(65, 77, 85, 1);
}

body[b-6twwk1fcxz] {
    margin: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

/* Breadcrumb section */
.breadcrumb-section[b-6twwk1fcxz] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-6twwk1fcxz] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb-content.row[b-6twwk1fcxz] {
    flex-wrap: nowrap;
}

.breadcrumb-container .breadcrumb-icon[b-6twwk1fcxz] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.page-title[b-6twwk1fcxz] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-6twwk1fcxz] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-6twwk1fcxz] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-6twwk1fcxz] {
            margin-left: 0;
        }

/* Main content styles */
/*.main-content {
    background-color: rgba(249, 249, 249, 1);
    padding: 100px 70px;
}

.content-container {
    max-width: 1631px;
    margin: 0 auto;
}*/

.registration-form[b-6twwk1fcxz] {
    padding-top: 100px;
    padding-bottom: 84px;
}

.content-grid[b-6twwk1fcxz] {
    display: flex;
    gap: 20px;
}

.simulator-card[b-6twwk1fcxz],
.results-card[b-6twwk1fcxz] {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    flex: 1;
}

.card-header[b-6twwk1fcxz] {
    color: #414D55;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    border: none;
    background-color: transparent;
}

.window-details[b-6twwk1fcxz] {
    display: flex;
    gap: 24px;
    margin-top: 32px;
}

.window-preview[b-6twwk1fcxz] {
    width: 329px;
    aspect-ratio: 1.08;
    object-fit: contain;
}

.window-specs[b-6twwk1fcxz] {
    flex: 1;
}

.spec-field[b-6twwk1fcxz] {
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    padding: 16px 12px;
    margin-bottom: 16px;
}

.spec-label[b-6twwk1fcxz] {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 0.15px;
}

.card-footer[b-6twwk1fcxz] {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    border: none;
    background-color: transparent;
}

.action-button[b-6twwk1fcxz] {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 4px;
    padding: 13px 22px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 220px;
}

.results-content[b-6twwk1fcxz] {
    display: flex;
    gap: 24px;
    margin-top: 32px;
}

.results-chart[b-6twwk1fcxz] {
    width: 303px;
    aspect-ratio: 0.65;
    object-fit: contain;
}

.results-details[b-6twwk1fcxz] {
    flex: 1;
}

.results-title[b-6twwk1fcxz] {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px;
}

.result-field[b-6twwk1fcxz] {
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    padding: 16px 12px;
    margin-bottom: 16px;
    position: relative;
}

.result-value[b-6twwk1fcxz] {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 0.15px;
}

.result-label[b-6twwk1fcxz] {
    position: absolute;
    top: -2px;
    left: 12px;
    background-color: var(--white);
    padding: 0 4px;
    font-size: 12px;
    line-height: 1;
}


/* Responsive styles */
@media (max-width: 991px) {
    .navbar-content[b-6twwk1fcxz] {
        max-width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }

    .breadcrumb[b-6twwk1fcxz] {
        padding: 50px 20px;
    }

    .main-content[b-6twwk1fcxz] {
        padding: 100px 20px;
    }

    .content-grid[b-6twwk1fcxz] {
        flex-direction: column;
    }
}
/* _content/Adene.Web/Components/Pages/Janelas/Vidros/ListagemVidros.razor.rz.scp.css */
/* Root variables */
:root[b-pey4licfea] {
    --primary-color: rgb(37, 59, 76);
    --secondary-color: rgb(152, 207, 95);
    --text-color: #212121;
    --text-light: #757575;
    --white: #ffffff;
    --border-color: rgba(33, 33, 33, 0.12);
    --shadow-color: rgba(110, 110, 110, 0.1);
    --success-bg: #f6ffed;
    --success-border: #b7eb8f;
    --success-text: #379c05;
    --error-bg: rgba(203, 5, 56, 0.14);
    --error-border: rgb(37, 59, 76);
}

/* Reset and base styles */
*[b-pey4licfea] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-pey4licfea] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: var(--white);
}

.page-container[b-pey4licfea] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Breadcrumb section */
.breadcrumb-section[b-pey4licfea] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-pey4licfea] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-pey4licfea] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-pey4licfea] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-pey4licfea] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-pey4licfea] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-pey4licfea] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-pey4licfea] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-pey4licfea] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

/* Data Grid styles */
.data-grid[b-pey4licfea] {
    max-width: 1632px;
    margin: 100px auto;
    border: 1px solid var(--border-color);
}

.grid-header[b-pey4licfea] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.header-cell[b-pey4licfea] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-light);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.column-menu[b-pey4licfea] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sort-btn[b-pey4licfea] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

    .sort-btn img[b-pey4licfea] {
        width: 16px;
        height: 16px;
    }

/* Grid content styles */
.grid-content[b-pey4licfea] {
    background-color: var(--white);
}

.grid-row[b-pey4licfea] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.grid-cell[b-pey4licfea] {
    padding: 10px 24px;
    font-size: 14px;
    color: var(--text-color);
}

.description-cell[b-pey4licfea] {
    flex: 1;
}

.status-tag[b-pey4licfea] {
    padding: 1px 8px;
    border-radius: 50px;
    font-size: 14px;
}

    .status-tag.status-active[b-pey4licfea] {
        background-color: var(--success-bg);
        border: 1px solid var(--success-border);
        color: var(--success-text);
    }

.action-btn[b-pey4licfea] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 1px 8px var(--shadow-color);
    border: none;
    cursor: pointer;
}

/* Pagination styles */
.grid-pagination[b-pey4licfea] {
    border-top: 1px solid var(--border-color);
    padding: 8px;
    background-color: var(--white);
}

.pagination-controls[b-pey4licfea] {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-numbers[b-pey4licfea] {
    display: flex;
    gap: 4px;
}

.page-btn[b-pey4licfea] {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .page-btn.active[b-pey4licfea] {
        background-color: rgba(244, 152, 0, 0.25);
    }

.items-per-page[b-pey4licfea] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-size-dropdown[b-pey4licfea] {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px 4px 0 0;
}

.per-page-label[b-pey4licfea] {
    color: var(--text-light);
    font-size: 14px;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-pey4licfea] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .breadcrumb-section[b-pey4licfea] {
        padding: 50px 20px;
    }
}

.estado-tag[b-pey4licfea] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.estado-tag.ativo[b-pey4licfea] {
    background-color: #e6f9e6;
    color: #31c231;
    border: 1px solid #31c231;
}

.estado-tag.inativo[b-pey4licfea] {
    background-color: #f0f0f0;
    color: #7b7b7b;
    border: 1px solid #cccccc;
}

.estado-tag.anulado[b-pey4licfea] {
    background-color: #ffeef0;
    color: #d4002d;
    border: 1px solid #d4002d;
}

.grid-container[b-pey4licfea] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.tabs-wrapper[b-pey4licfea] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-pey4licfea] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-pey4licfea] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .tab-button.active[b-pey4licfea] {
        background-color: white;
        color: black;
    }
/* _content/Adene.Web/Components/Pages/Janelas/Vidros/RegistarVidros.razor.rz.scp.css */
/* Base styles */
*[b-2wdyb9xw7l] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-2wdyb9xw7l] {
    background-color: #f9f9f9;
    font-family: Roboto, -apple-system, sans-serif;
}

/* Navbar styles */
.navbar[b-2wdyb9xw7l] {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-border-top[b-2wdyb9xw7l] {
    min-height: 4px;
    width: 100%;
}

.navbar-border-bottom[b-2wdyb9xw7l] {
    background-color: #d9d9d9;
    min-height: 1px;
    margin-top: 26px;
    width: 100%;
}

.navbar-content[b-2wdyb9xw7l] {
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 24px 32px;
    max-width: 1854px;
    margin: 0 auto;
    width: 100%;
}

.company-logo[b-2wdyb9xw7l] {
    width: 282px;
    object-fit: contain;
}

.main-menu[b-2wdyb9xw7l] {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.menu-item[b-2wdyb9xw7l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.menu-text[b-2wdyb9xw7l] {
    color: #000000;
}

.menu-indicator[b-2wdyb9xw7l] {
    height: 2px;
    width: 100%;
    background-color: transparent;
}

.menu-item.active .menu-indicator[b-2wdyb9xw7l] {
    background-color: rgb(37, 59, 76);
}

.navbar-actions[b-2wdyb9xw7l] {
    display: flex;
    gap: 16px;
}

.notification-btn[b-2wdyb9xw7l] {
    width: 43px;
    height: 43px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge .badge-count[b-2wdyb9xw7l] {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}

.user-menu[b-2wdyb9xw7l] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-2wdyb9xw7l] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-2wdyb9xw7l] {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000000;
}

/* Header styles */
.page-header[b-2wdyb9xw7l] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-2wdyb9xw7l] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-2wdyb9xw7l] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb[b-2wdyb9xw7l] {
    display: flex;
    gap: 8px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.header-title-section.row[b-2wdyb9xw7l] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-2wdyb9xw7l] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Form styles */
.glass-form[b-2wdyb9xw7l] {
    margin-top: 32px;
}

.glass-form-container[b-2wdyb9xw7l] {
    /*max-width: 1632px;
    margin: 100px auto;
    padding: 0 32px;*/
    background-color: #f9f9f9;
    display: flex;
    padding-top: 100px;
    padding-bottom: 128px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}

.registration-form[b-2wdyb9xw7l] {
    padding-top: 100px;
    padding-bottom: 85px;
}

.glass-form-card[b-2wdyb9xw7l] {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    /*max-width: 1632px;*/
    width: 100%;
}

.section-header[b-2wdyb9xw7l] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-indicator[b-2wdyb9xw7l] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.section-title[b-2wdyb9xw7l] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
}

.form-row[b-2wdyb9xw7l] {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.form-field[b-2wdyb9xw7l] {
    flex: 1;
    min-width: 240px;
}

.text-input[b-2wdyb9xw7l] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.select-input[b-2wdyb9xw7l] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-heading[b-2wdyb9xw7l] {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 16px 0;
    padding-top: 16px;
}

.form-actions[b-2wdyb9xw7l] {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    width: 100%;
    /*max-width: 1635px;*/
    gap: 20px;
}

.btn-cancel[b-2wdyb9xw7l] {
    padding: 14px 46px;
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save[b-2wdyb9xw7l] {
    padding: 14px 57px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.upload-area[b-2wdyb9xw7l] {
    border: 1px dashed #757575;
    border-radius: 4px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}

/* Responsive styles */
@media (max-width: 991px) {
    .navbar-content[b-2wdyb9xw7l] {
        flex-wrap: wrap;
        gap: 20px;
    }

    .main-menu[b-2wdyb9xw7l] {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .page-header[b-2wdyb9xw7l] {
        padding: 40px 20px;
    }

    /*.glass-form-container {
        margin: 40px auto;
        padding: 0 20px;
    }*/

    .form-actions[b-2wdyb9xw7l] {
        margin-top: 40px;
    }

    .btn-cancel[b-2wdyb9xw7l],
    .btn-save[b-2wdyb9xw7l] {
        padding: 14px 20px;
    }

 
}
/* _content/Adene.Web/Components/Pages/ListagemUtilizadores.razor.rz.scp.css */
body[b-4sq973mcpl] {
    margin: 0;
    padding: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.page-container[b-4sq973mcpl] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.breadcrumb-section[b-4sq973mcpl] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-4sq973mcpl] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-4sq973mcpl] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-4sq973mcpl] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-4sq973mcpl] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-4sq973mcpl] {
            margin-left: 0;
        }

.new-frame-btn[b-4sq973mcpl] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

.grid-container[b-4sq973mcpl] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}


.learn-more[b-4sq973mcpl] {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 16px;
}

.certification-logos[b-4sq973mcpl] {
    margin-top: 16px;
    padding-top: 60px;
}

.copyright[b-4sq973mcpl] {
    font-size: 12px;
    line-height: 17px;
}

/* Media queries */
@media (max-width: 991px) {
    .nav-container[b-4sq973mcpl] {
        max-width: 100%;
    }

    .breadcrumb-section[b-4sq973mcpl] {
        padding: 50px 20px;
    }
}
/* _content/Adene.Web/Components/Pages/MeusPlanos/MeusPlanos.razor.rz.scp.css */
.window-frame-manager[b-nlkd89bcg7] {
    background-color: #f9f9f9;
    display: flex;
    padding-top: 100px;
    padding-bottom: 128px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}

.main-content[b-nlkd89bcg7] {
    /*align-self: center;
    display: flex;
    margin: 100px auto 50px auto;*/
    width: 100%;
    max-width: 1632px;
    /*flex-direction: column;
    align-items: start;*/
}

.planos-card[b-nlkd89bcg7],
.payment-card[b-nlkd89bcg7],
.faturas-card[b-nlkd89bcg7] {
    border-radius: 16px;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    border: 1px solid #D9D9D9;
    background-color: #fff;
    width: 100%;
    padding: 32px;
    margin-top: 100px;
}

.naturezas-card[b-nlkd89bcg7] {
    border-radius: 16px;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    border: 1px solid #D9D9D9;
    background-color: #fff;
    width: 100%;
    padding: 32px;
}

    .naturezas-card .plano .card-body[b-nlkd89bcg7] {
        margin-top: 0;
        padding-top: 0;
        gap: 0;
    }

.section-header[b-nlkd89bcg7] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-title-card[b-nlkd89bcg7] {
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
    padding-left: 16px;
}

    .section-title-card.section-title-linha[b-nlkd89bcg7] {
        border-left: 4px solid rgb(152, 207, 95);
    }

.radiobtn-adene .checkbox-custom[b-nlkd89bcg7] {
    border-radius: 50% !important;
}

.checkbox-group[b-nlkd89bcg7] {
    display: flex;
    margin-top: 32px;
    gap: 24px;
    flex-wrap: wrap;
}

.checkbox-item[b-nlkd89bcg7] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-planos[b-nlkd89bcg7] {
    padding: 0;
}

    .card-planos .card-body[b-nlkd89bcg7] {
        padding: 0;
    }

        .card-planos .card-body .card-title[b-nlkd89bcg7] {
            color: #252430;
            font-size: 24px;
            font-weight: bold;
        }

        .card-planos .card-body .card-subtitle[b-nlkd89bcg7] {
            color: #858BA0;
            font-size: 14px;
            font-weight: 500;
        }

        .card-planos .card-body .info-plano[b-nlkd89bcg7] {
        }

            .card-planos .card-body .info-plano .plano-title[b-nlkd89bcg7] {
                color: white;
                font-size: 24px;
                font-weight: bold;
            }

            .card-planos .card-body .info-plano .plano-subtitle[b-nlkd89bcg7] {
                color: white;
                font-size: 14px;
                font-weight: 500;
            }

.btn.btn-planos[b-nlkd89bcg7] {
    @extend btn-primary-adene;
    width: 100%;
    background-color: white;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.plano-card .card-body[b-nlkd89bcg7] {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.plano-header[b-nlkd89bcg7] {
    padding: 16px;
    /*background-color: #f9f9f9;*/
}

.plano-footer[b-nlkd89bcg7] {
    padding: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

    .plano-footer strong[b-nlkd89bcg7] {
        font-size: 24px;
        font-weight: bold;
    }

    .plano-footer span[b-nlkd89bcg7] {
        font-size: 16px;
        margin-top: 4px;
    }

.plano[b-nlkd89bcg7] {
    /*flex: 1;*/
    /*min-width: 220px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
/* _content/Adene.Web/Components/Pages/Notificacoes.razor.rz.scp.css */
/* Header styles */
.page-header[b-866998ktbz] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-866998ktbz] {
    max-width: 1632px;
    margin: 0 auto;
}

.page-title[b-866998ktbz] {
    color: rgb(37, 59, 76);
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb[b-866998ktbz] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.header-title-container.row[b-866998ktbz] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-866998ktbz] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Grid styles */
.data-grid[b-866998ktbz] {
    margin: 125px auto;
    max-width: 1632px;
    border: 1px solid rgba(33, 33, 33, 0.12);
}

.estados-grid[b-866998ktbz] {
    cursor: pointer;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 20px;
    line-height: 30px;
    text-align:center;
}

.estado-nao-lido[b-866998ktbz] {
    color: #F5222D !important;
    background-color: #FFF1F0;
    border: 1px solid #FFA39E;
}

.estado-lido[b-866998ktbz] {
    color: #52C41A !important;
    background-color: #F6FFED;
    border: 1px solid #B7EB8F;
}
/* _content/Adene.Web/Components/Pages/Parceiros/Parceiros.razor.rz.scp.css */
.container-fluid-adene[b-sz2wmls706] {
    margin: 2% 5%;
    margin-top: 6%;
}

.header-search[b-sz2wmls706] {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin: 1.5rem 2rem;
}

.custom-card[b-sz2wmls706] {
    border: 1px solid #D9D9D9;
    border-radius: 14px;
    box-shadow: 0px 1px 16px 4px rgba(110, 110, 110, 0.1);
    background-color: #fff;
    transition: 0.2s ease-in-out;
    position: relative;
}

    .custom-card:hover[b-sz2wmls706] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .custom-card h5[b-sz2wmls706] {
        font-family: Roboto;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        line-height: 20px;
    }

    .custom-card h6[b-sz2wmls706] {
        line-height: 20px;
        font-weight: 400;
        color: #696D6E;
    }

    .custom-card p[b-sz2wmls706] {
        font-family: Roboto;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 20px;
        color: #414D55;
    }

    .custom-card .checkbox[b-sz2wmls706] {
        width: auto;
        position: absolute;
        right: 4%;
    }

/* Avatar circular */
.circle[b-sz2wmls706] {
    width: 80px;
    height: 80px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

/* Ícones alinhados sob o círculo */
.icons-left[b-sz2wmls706] {
    margin-top: -95px !important; /* para encaixar debaixo do círculo */
}
/* _content/Adene.Web/Components/Pages/PCS/AutorizacaoPCS.razor.rz.scp.css */
body[b-4ghvucevp8] {
    margin: 0;
    padding: 0;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.page-container[b-4ghvucevp8] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.breadcrumb-section[b-4ghvucevp8] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-4ghvucevp8] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-4ghvucevp8] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-4ghvucevp8] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-4ghvucevp8] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-4ghvucevp8] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-4ghvucevp8] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-4ghvucevp8] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-4ghvucevp8] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

.autorizacoes-grid[b-4ghvucevp8] {
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.grid-container[b-4ghvucevp8] {
    border: 1px solid rgba(33, 33, 33, 0.12);
}

.learn-more[b-4ghvucevp8] {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 16px;
}

.certification-logos[b-4ghvucevp8] {
    margin-top: 16px;
    padding-top: 60px;
}

.copyright[b-4ghvucevp8] {
    font-size: 12px;
    line-height: 17px;
}

/* Media queries */
@media (max-width: 991px) {
    .nav-container[b-4ghvucevp8] {
        max-width: 100%;
    }

    .breadcrumb-section[b-4ghvucevp8] {
        padding: 50px 20px;
    }
}

.tabs-container[b-4ghvucevp8] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    padding: 5px;
}

.tab-item[b-4ghvucevp8] {
    cursor: pointer;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    padding: 7px;
    padding-inline: 20px;
}

    .tab-item.active[b-4ghvucevp8] {
        border-color: rgb(37, 59, 76);
    }

.table-actions[b-4ghvucevp8] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem; /* espaço entre os botões */
    margin: 1rem;
    align-items: center;
}

/* exemplo de estilo parecido com seu design */
.btn-rejeitar[b-4ghvucevp8] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.btn-aceitar[b-4ghvucevp8] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.estado-tag[b-4ghvucevp8] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.aprovado[b-4ghvucevp8] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.aguardaAutorizacao[b-4ghvucevp8] {
        background-color: #FFF9F1;
        color: #F59C00;
        border: 1px solid #F59C00;
    }

    .estado-tag.rejeitado[b-4ghvucevp8] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.badge[b-4ghvucevp8] {
    background-color: rgb(37, 59, 76);
    color: white;
    padding: 0 6px;
    min-width: 23px;
    height: 23px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}
/* _content/Adene.Web/Components/Pages/PCS/ListagemPCS.razor.rz.scp.css */
/* Root variables */
:root[b-vwijzz7mjp] {
    --primary-color: rgb(37, 59, 76);
    --secondary-color: rgb(152, 207, 95);
    --text-color: #212121;
    --text-light: #757575;
    --white: #ffffff;
    --border-color: rgba(33, 33, 33, 0.12);
    --shadow-color: rgba(110, 110, 110, 0.1);
    --success-bg: #f6ffed;
    --success-border: #b7eb8f;
    --success-text: #379c05;
    --error-bg: rgba(203, 5, 56, 0.14);
    --error-border: rgb(37, 59, 76);
}

/* Reset and base styles */
*[b-vwijzz7mjp] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-vwijzz7mjp] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: var(--white);
}

.page-container[b-vwijzz7mjp] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Breadcrumb section */
.breadcrumb-section[b-vwijzz7mjp] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-vwijzz7mjp] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-vwijzz7mjp] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-vwijzz7mjp] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-vwijzz7mjp] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-vwijzz7mjp] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-vwijzz7mjp] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-vwijzz7mjp] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-vwijzz7mjp] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

/* Data Grid styles */
.data-grid[b-vwijzz7mjp] {
    max-width: 1632px;
    margin: 100px auto;
    border: 1px solid var(--border-color);
}

.grid-header[b-vwijzz7mjp] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.header-cell[b-vwijzz7mjp] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-light);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.column-menu[b-vwijzz7mjp] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sort-btn[b-vwijzz7mjp] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

    .sort-btn img[b-vwijzz7mjp] {
        width: 16px;
        height: 16px;
    }

/* Grid content styles */
.grid-content[b-vwijzz7mjp] {
    background-color: var(--white);
}

.grid-row[b-vwijzz7mjp] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.grid-cell[b-vwijzz7mjp] {
    padding: 10px 24px;
    font-size: 14px;
    color: var(--text-color);
}

.description-cell[b-vwijzz7mjp] {
    flex: 1;
}

.status-tag[b-vwijzz7mjp] {
    padding: 1px 8px;
    border-radius: 50px;
    font-size: 14px;
}

    .status-tag.status-active[b-vwijzz7mjp] {
        background-color: var(--success-bg);
        border: 1px solid var(--success-border);
        color: var(--success-text);
    }

.action-btn[b-vwijzz7mjp] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 1px 8px var(--shadow-color);
    border: none;
    cursor: pointer;
}

/* Pagination styles */
.grid-pagination[b-vwijzz7mjp] {
    border-top: 1px solid var(--border-color);
    padding: 8px;
    background-color: var(--white);
}

.pagination-controls[b-vwijzz7mjp] {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-numbers[b-vwijzz7mjp] {
    display: flex;
    gap: 4px;
}

.page-btn[b-vwijzz7mjp] {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .page-btn.active[b-vwijzz7mjp] {
        background-color: rgba(244, 152, 0, 0.25);
    }

.items-per-page[b-vwijzz7mjp] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-size-dropdown[b-vwijzz7mjp] {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px 4px 0 0;
}

.per-page-label[b-vwijzz7mjp] {
    color: var(--text-light);
    font-size: 14px;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-vwijzz7mjp] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .breadcrumb-section[b-vwijzz7mjp] {
        padding: 50px 20px;
    }
}

.estado-tag[b-vwijzz7mjp] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-vwijzz7mjp] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.inativo[b-vwijzz7mjp] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.anulado[b-vwijzz7mjp] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.grid-container[b-vwijzz7mjp] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.tabs-wrapper[b-vwijzz7mjp] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-vwijzz7mjp] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-vwijzz7mjp] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .tab-button.active[b-vwijzz7mjp] {
        background-color: white;
        color: black;
    }
/* _content/Adene.Web/Components/Pages/PCS/ListagemSelos.razor.rz.scp.css */
/* Root variables */
:root[b-1uzefbe13v] {
    --primary-color: rgb(37, 59, 76);
    --secondary-color: rgb(152, 207, 95);
    --text-color: #212121;
    --text-light: #757575;
    --white: #ffffff;
    --border-color: rgba(33, 33, 33, 0.12);
    --shadow-color: rgba(110, 110, 110, 0.1);
    --success-bg: #f6ffed;
    --success-border: #b7eb8f;
    --success-text: #379c05;
    --error-bg: rgba(203, 5, 56, 0.14);
    --error-border: rgb(37, 59, 76);
}

/* Reset and base styles */
*[b-1uzefbe13v] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-1uzefbe13v] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: var(--white);
}

.page-container[b-1uzefbe13v] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Breadcrumb section */
.breadcrumb-section[b-1uzefbe13v] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-1uzefbe13v] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-1uzefbe13v] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-1uzefbe13v] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-1uzefbe13v] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-1uzefbe13v] {
            margin-left: 0;
        }

.breadcrumb-content.row[b-1uzefbe13v] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-1uzefbe13v] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

.new-frame-btn[b-1uzefbe13v] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
}

/* Data Grid styles */
.data-grid[b-1uzefbe13v] {
    max-width: 1632px;
    margin: 100px auto;
    border: 1px solid var(--border-color);
}

.grid-header[b-1uzefbe13v] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.header-cell[b-1uzefbe13v] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-light);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.column-menu[b-1uzefbe13v] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sort-btn[b-1uzefbe13v] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

    .sort-btn img[b-1uzefbe13v] {
        width: 16px;
        height: 16px;
    }

/* Grid content styles */
.grid-content[b-1uzefbe13v] {
    background-color: var(--white);
}

.grid-row[b-1uzefbe13v] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.grid-cell[b-1uzefbe13v] {
    padding: 10px 24px;
    font-size: 14px;
    color: var(--text-color);
}

.description-cell[b-1uzefbe13v] {
    flex: 1;
}

.status-tag[b-1uzefbe13v] {
    padding: 1px 8px;
    border-radius: 50px;
    font-size: 14px;
}

    .status-tag.status-active[b-1uzefbe13v] {
        background-color: var(--success-bg);
        border: 1px solid var(--success-border);
        color: var(--success-text);
    }

.action-btn[b-1uzefbe13v] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 1px 8px var(--shadow-color);
    border: none;
    cursor: pointer;
}

/* Pagination styles */
.grid-pagination[b-1uzefbe13v] {
    border-top: 1px solid var(--border-color);
    padding: 8px;
    background-color: var(--white);
}

.pagination-controls[b-1uzefbe13v] {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-numbers[b-1uzefbe13v] {
    display: flex;
    gap: 4px;
}

.page-btn[b-1uzefbe13v] {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .page-btn.active[b-1uzefbe13v] {
        background-color: rgba(244, 152, 0, 0.25);
    }

.items-per-page[b-1uzefbe13v] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-size-dropdown[b-1uzefbe13v] {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px 4px 0 0;
}

.per-page-label[b-1uzefbe13v] {
    color: var(--text-light);
    font-size: 14px;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-1uzefbe13v] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .breadcrumb-section[b-1uzefbe13v] {
        padding: 50px 20px;
    }
}

.estado-tag[b-1uzefbe13v] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-1uzefbe13v] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.inativo[b-1uzefbe13v] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.anulado[b-1uzefbe13v] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.grid-container[b-1uzefbe13v] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.tabs-wrapper[b-1uzefbe13v] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-1uzefbe13v] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-1uzefbe13v] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .tab-button.active[b-1uzefbe13v] {
        background-color: white;
        color: black;
    }
/* _content/Adene.Web/Components/Pages/PCS/MenuPCS.razor.rz.scp.css */
/* Base styles */
*[b-mhec4vo04r] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-fluid.p-5[b-mhec4vo04r] {
    background-color: #f9f9f9 !important;
    padding-top: 140px !important;
    padding-bottom: 252px !important;
    border-top: 1px solid rgba(217, 217, 217, 1)
}

.card[b-mhec4vo04r] {
    cursor: pointer;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 1px 16px 4px rgba(110, 110, 110, 0.1);
}

    .card:hover[b-mhec4vo04r] {
        box-shadow: 0px 1px 16px 4px rgba(110, 110, 110, 0.2);
    }

    .card .card-title[b-mhec4vo04r] {
        font-size: 18px;
        font-weight: 500;
    }

    .card .card-subtitle[b-mhec4vo04r] {
        font-size: 14px;
        font-weight: 400;
    }

.icons-menu[b-mhec4vo04r] {
    background-color: rgb(37, 59, 76);
    border-color: rgb(37, 59, 76);
    border-radius: 25%;
    color: white;
    max-width: 80px;
    max-height: 80px;
}

    .icons-menu .icon-adene[b-mhec4vo04r] {
        font-size: xxx-large;
    }
/* _content/Adene.Web/Components/Pages/PCS/NovoPCS.razor.rz.scp.css */
/* Breadcrumb section */
.breadcrumb-section[b-94r9q0a7ij] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-94r9q0a7ij] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .breadcrumb-container .breadcrumb-icon[b-94r9q0a7ij] {
        font-size: xxx-large;
        color: rgb(37, 59, 76);
        max-width: 80px;
        max-height: 80px;
        border: solid 4px rgb(37, 59, 76);
        border-radius: 15%;
    }

.breadcrumb-content.row[b-94r9q0a7ij] {
    flex-wrap: nowrap;
}

.page-title[b-94r9q0a7ij] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-94r9q0a7ij] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

    .breadcrumb-nav span[b-94r9q0a7ij] {
        margin: 0 8px;
    }

        .breadcrumb-nav span:first-child[b-94r9q0a7ij] {
            margin-left: 0;
        }

/* Main content styles */
.main-content[b-94r9q0a7ij] {
    background-color: rgba(249, 249, 249, 1);
    padding: 100px 70px;
}

.content-container[b-94r9q0a7ij] {
    max-width: 1631px;
    margin: 0 auto;
}

/* Upload area styles */
.upload-area[b-94r9q0a7ij] {
    border: 1px dashed #757575;
    border-radius: 4px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-icon[b-94r9q0a7ij] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.upload-info[b-94r9q0a7ij] {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-top: 8px;
}

.simulator-card[b-94r9q0a7ij],
.results-card[b-94r9q0a7ij] {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    /*flex: 1;*/
}

    .simulator-card .pelicula-subtitulo[b-94r9q0a7ij] {
        font-size: 16px;
        font-weight: 500;
    }

.card-header[b-94r9q0a7ij] {
    color: #414D55;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    border: none;
    background-color: transparent;
}

.card-footer[b-94r9q0a7ij] {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    border: none;
    background-color: transparent;
}

.results-content[b-94r9q0a7ij] {
    display: flex;
    gap: 24px;
    margin-top: 32px;
}

.results-details .resultado-simulacao[b-94r9q0a7ij] {
    top: -46.5%;
    position: relative;
    z-index: 5;
    color: white;
    font-weight: 500;
}

    .results-details .resultado-simulacao .text-reducao[b-94r9q0a7ij] {
        font-size: 20px;
    }

    .results-details .resultado-simulacao .text-percentagem[b-94r9q0a7ij] {
        font-size: 45px;
    }

.results-details .info-termico[b-94r9q0a7ij] {
    font-size: 17px;
    color: grey;
    text-align: center;
}

.form-check[b-94r9q0a7ij] {
    padding-left: 0 !important;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .resultado-simulacao .text-reducao[b-94r9q0a7ij] {
        font-size: 10px;
    }

    .resultado-simulacao .text-percentagem[b-94r9q0a7ij] {
        font-size: 25px;
    }

    .results-details .info-termico[b-94r9q0a7ij] {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .breadcrumb[b-94r9q0a7ij] {
        padding: 50px 20px;
    }

    .main-content[b-94r9q0a7ij] {
        padding: 100px 20px;
    }

    .content-grid[b-94r9q0a7ij] {
        flex-direction: column;
    }
}

.card[b-94r9q0a7ij] {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 100%;
    padding: 32px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.card-body[b-94r9q0a7ij] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 991px) {
    .card[b-94r9q0a7ij] {
        padding: 20px;
    }
}
/* _content/Adene.Web/Components/Pages/Perfil/PerfilEntidade.Razor.rz.scp.css */
.profile-entity[b-mparh5lpdh] {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
}

/* Navigation Styles */
.main-nav[b-mparh5lpdh] {
    background-color: #ffffff;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.nav-border-top[b-mparh5lpdh] {
    display: flex;
    min-height: 4px;
    width: 100%;
}

.nav-content[b-mparh5lpdh] {
    align-self: center;
    display: flex;
    margin-top: 24px;
    width: 100%;
    max-width: 1854px;
    align-items: stretch;
}

.nav-wrapper[b-mparh5lpdh] {
    display: flex;
    margin-right: -167px;
    width: 100%;
    align-items: center;
    gap: 40px 64px;
    justify-content: start;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
}

.nav-logo[b-mparh5lpdh] {
    aspect-ratio: 5.75;
    object-fit: contain;
    object-position: center;
    width: 282px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
    flex-shrink: 0;
}

.nav-menu[b-mparh5lpdh] {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex: 1;
    list-style: none;
    padding: 0;
}

.nav-item[b-mparh5lpdh] {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    flex-direction: column;
    align-items: stretch;
    white-space: nowrap;
    justify-content: start;
    cursor: pointer;
}

.nav-indicator[b-mparh5lpdh] {
    background-color: #ffffff;
    display: flex;
    min-height: 2px;
    width: 100%;
    margin-top: 4px;
}

.nav-item.active .nav-indicator[b-mparh5lpdh] {
    background-color: #000000;
}

.nav-actions[b-mparh5lpdh] {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    text-align: center;
}

.notification-btn[b-mparh5lpdh] {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 11px 4px;
    border: none;
    cursor: pointer;
    position: relative;
    width: 43px;
    height: 43px;
}

.notification-badge[b-mparh5lpdh] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
}

.user-menu[b-mparh5lpdh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.user-name[b-mparh5lpdh] {
    color: #000000;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 1;
}

.user-avatar[b-mparh5lpdh] {
    aspect-ratio: 1.22;
    object-fit: contain;
    object-position: center;
    width: 44px;
    border-radius: 50%;
    align-self: start;
    margin-top: 6px;
}

.nav-border-bottom[b-mparh5lpdh] {
    background-color: #d9d9d9;
    height: 1px;
    margin-top: 26px;
    width: 100%;
}

/* Main Content Styles */
.main-content[b-mparh5lpdh] {
    align-self: center;
    display: flex;
    margin-top: 100px;
    margin-bottom: 85px;
    width: 100%;
    max-width: 1632px;
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
}

.entity-details[b-mparh5lpdh] {
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    font-family: Roboto, sans-serif;
    color: #000000;
}

.section-header[b-mparh5lpdh] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-indicator[b-mparh5lpdh] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.section-title[b-mparh5lpdh] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
}

.form-section[b-mparh5lpdh] {
    margin-top: 32px;
}

.logo-section[b-mparh5lpdh] {
    margin-bottom: 16px;
}

.subsection-title[b-mparh5lpdh] {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 16px;
}

.entity-logo[b-mparh5lpdh] {
    width: 180px;
    border-radius: 16px;
}

.form-row[b-mparh5lpdh] {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.form-field[b-mparh5lpdh] {
    position: relative;
    flex: 1;
    min-width: 240px;
}

    .form-field.full-width[b-mparh5lpdh] {
        width: 100%;
    }

.input-field[b-mparh5lpdh] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

    .input-field.readonly[b-mparh5lpdh] {
        background-color: #fafafa;
    }

.field-label[b-mparh5lpdh] {
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: #ffffff;
    padding: 0 4px;
    font-size: 12px;
    line-height: 1;
}

/*.select-field::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("https://cdn.builder.io/api/v1/image/assets/4342c9ceda33428aae050c5ca7247281/9f7b62afab544e81cd26df9557f9b2ca87785d03?placeholderIfAbsent=true");
    background-size: contain;
    pointer-events: none;
}*/

.section-subtitle[b-mparh5lpdh] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 60px 0 30px;
}

.save-button[b-mparh5lpdh] {
    align-self: flex-end;
    margin-top: 100px;
    padding: 13px 37px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.upload-area[b-mparh5lpdh] {
    border: 1px dashed #757575;
    border-radius: 4px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-icon[b-mparh5lpdh] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.upload-info[b-mparh5lpdh] {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-top: 8px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .main-nav[b-mparh5lpdh] {
        max-width: 100%;
    }

    .nav-content[b-mparh5lpdh] {
        padding-right: 20px;
    }

    .nav-wrapper[b-mparh5lpdh] {
        max-width: 100%;
    }

    .nav-menu[b-mparh5lpdh] {
        max-width: 100%;
    }

    .main-content[b-mparh5lpdh] {
        max-width: 100%;
        margin-top: 40px;
    }

    .entity-details[b-mparh5lpdh] {
        padding: 20px;
    }

    .save-button[b-mparh5lpdh] {
        margin-top: 40px;
        padding: 13px 20px;
    }
}
/* _content/Adene.Web/Components/Pages/PesquisaCaixilhoModal.razor.rz.scp.css */
.modal-container[b-modigg5u0y] {
    padding: 0;
}

.modal-header[b-modigg5u0y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-modigg5u0y] {
        font-size: 24px;
        margin: 0;
    }

.insert-link[b-modigg5u0y] {
    color: #e60028;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 8px;
}

.modal-filters[b-modigg5u0y] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.filter-row[b-modigg5u0y] {
    display: grid;
    gap: 16px;
}

    .filter-row:first-child[b-modigg5u0y] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-row:last-child[b-modigg5u0y] {
        grid-template-columns: repeat(3, 1fr);
    }

.status-badge[b-modigg5u0y] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
}

    .status-badge.authorized[b-modigg5u0y] {
        background-color: #e9fbe8;
        color: #2e7d32;
    }

    .status-badge.pending[b-modigg5u0y] {
        background-color: #fde8e8;
        color: #e53935;
    }

.modal-footer[b-modigg5u0y] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.cancel-button[b-modigg5u0y] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.add-button[b-modigg5u0y] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.custom-modal-overlay[b-modigg5u0y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    z-index: 1050;
}

.custom-modal[b-modigg5u0y] {
    background-color: white;
    width: 70%;
    max-height: 85%;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
}

.estado-tag[b-modigg5u0y] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-modigg5u0y] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.inativo[b-modigg5u0y] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.anulado[b-modigg5u0y] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.close-button[b-modigg5u0y] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.custom-select[b-modigg5u0y],
.custom-input[b-modigg5u0y] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background-color: white;
}

    .custom-select:focus[b-modigg5u0y],
    .custom-input:focus[b-modigg5u0y] {
        outline: none;
        border-color: #999;
    }

.modal-filters[b-modigg5u0y] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.filter-row[b-modigg5u0y] {
    display: grid;
    gap: 16px;
}

    .filter-row:first-child[b-modigg5u0y] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-row:last-child[b-modigg5u0y] {
        grid-template-columns: 1fr 1fr;
    }

.header-actions[b-modigg5u0y] {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1600px) {
    .custom-modal[b-modigg5u0y] {
        top: 12px;
        max-height: 710px;
    }
}

@media (max-width: 1366px) {
    .custom-modal[b-modigg5u0y] {
        top: 12px;
        max-height: 590px;
    }
}

@media (max-width: 1280px) {
    .custom-modal[b-modigg5u0y] {
        top: 12px;
        max-height: 535px;
    }
}
/* _content/Adene.Web/Components/Pages/PesquisaVidroModal.razor.rz.scp.css */
.modal-container[b-7nwu6kl1uh] {
    padding: 0;
}

.modal-header[b-7nwu6kl1uh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-7nwu6kl1uh] {
        font-size: 24px;
        margin: 0;
    }

.insert-link[b-7nwu6kl1uh] {
    color: #e60028;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 8px;
}

.modal-filters[b-7nwu6kl1uh] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.filter-row[b-7nwu6kl1uh] {
    display: grid;
    gap: 16px;
}

    .filter-row:first-child[b-7nwu6kl1uh] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-row:last-child[b-7nwu6kl1uh] {
        grid-template-columns: repeat(3, 1fr);
    }

.status-badge[b-7nwu6kl1uh] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
}

    .status-badge.authorized[b-7nwu6kl1uh] {
        background-color: #e9fbe8;
        color: #2e7d32;
    }

    .status-badge.pending[b-7nwu6kl1uh] {
        background-color: #fde8e8;
        color: #e53935;
    }

.modal-footer[b-7nwu6kl1uh] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.cancel-button[b-7nwu6kl1uh] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.add-button[b-7nwu6kl1uh] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.custom-modal-overlay[b-7nwu6kl1uh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    z-index: 1050;
}

.custom-modal[b-7nwu6kl1uh] {
    background-color: white;
    width: 70%;
    max-height: 85%;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
}

.estado-tag[b-7nwu6kl1uh] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-7nwu6kl1uh] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.inativo[b-7nwu6kl1uh] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.anulado[b-7nwu6kl1uh] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.close-button[b-7nwu6kl1uh] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.custom-select[b-7nwu6kl1uh],
.custom-input[b-7nwu6kl1uh] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background-color: white;
}

    .custom-select:focus[b-7nwu6kl1uh],
    .custom-input:focus[b-7nwu6kl1uh] {
        outline: none;
        border-color: #999;
    }

.modal-filters[b-7nwu6kl1uh] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.filter-row[b-7nwu6kl1uh] {
    display: grid;
    gap: 16px;
}

    .filter-row:first-child[b-7nwu6kl1uh] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-row:last-child[b-7nwu6kl1uh] {
        grid-template-columns: repeat(3, 1fr);
    }

.header-actions[b-7nwu6kl1uh] {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1600px) {
    .custom-modal[b-7nwu6kl1uh] {
        top: 12px;
        max-height: 710px;
    }
}

@media (max-width: 1366px) {
    .custom-modal[b-7nwu6kl1uh] {
        top: 12px;
        max-height: 590px;
    }
}

@media (max-width: 1280px) {
    .custom-modal[b-7nwu6kl1uh] {
        top: 12px;
        max-height: 535px;
    }
}
/* _content/Adene.Web/Components/Pages/PlanoPagamento/ListagemEntidadePlanoPagamento.razor.rz.scp.css */
/* Data Grid styles */
.data-grid[b-np9ai34ma5] {
    max-width: 1632px;
    margin: 100px auto;
    border: 1px solid var(--border-color);
}

.grid-header[b-np9ai34ma5] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.header-cell[b-np9ai34ma5] {
    padding: 16px 24px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-light);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.column-menu[b-np9ai34ma5] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sort-btn[b-np9ai34ma5] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

    .sort-btn img[b-np9ai34ma5] {
        width: 16px;
        height: 16px;
    }

/* Grid content styles */
.grid-content[b-np9ai34ma5] {
    background-color: var(--white);
}

.grid-row[b-np9ai34ma5] {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}

.grid-cell[b-np9ai34ma5] {
    padding: 10px 24px;
    font-size: 14px;
    color: var(--text-color);
}

.description-cell[b-np9ai34ma5] {
    flex: 1;
}

.status-tag[b-np9ai34ma5] {
    padding: 1px 8px;
    border-radius: 50px;
    font-size: 14px;
}

    .status-tag.status-active[b-np9ai34ma5] {
        background-color: var(--success-bg);
        border: 1px solid var(--success-border);
        color: var(--success-text);
    }

.action-btn[b-np9ai34ma5] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 1px 8px var(--shadow-color);
    border: none;
    cursor: pointer;
}

/* Pagination styles */
.grid-pagination[b-np9ai34ma5] {
    border-top: 1px solid var(--border-color);
    padding: 8px;
    background-color: var(--white);
}

.pagination-controls[b-np9ai34ma5] {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-numbers[b-np9ai34ma5] {
    display: flex;
    gap: 4px;
}

.page-btn[b-np9ai34ma5] {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .page-btn.active[b-np9ai34ma5] {
        background-color: rgba(244, 152, 0, 0.25);
    }

.items-per-page[b-np9ai34ma5] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-size-dropdown[b-np9ai34ma5] {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(33, 33, 33, 0.44);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px 4px 0 0;
}

.per-page-label[b-np9ai34ma5] {
    color: var(--text-light);
    font-size: 14px;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-np9ai34ma5] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .breadcrumb-section[b-np9ai34ma5] {
        padding: 50px 20px;
    }
}

.estado-tag[b-np9ai34ma5] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-np9ai34ma5] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.inativo[b-np9ai34ma5] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.anulado[b-np9ai34ma5] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.grid-container[b-np9ai34ma5] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 100px auto;
    max-width: 1632px;
    width: 100%;
}

.tabs-wrapper[b-np9ai34ma5] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-np9ai34ma5] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-np9ai34ma5] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .tab-button.active[b-np9ai34ma5] {
        background-color: white;
        color: black;
    }
/* _content/Adene.Web/Components/Pages/RegistarUtilizadores.razor.rz.scp.css */
.profile-entity[b-0kmcbpqfar] {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
}

/* Navigation Styles */
.main-nav[b-0kmcbpqfar] {
    background-color: #ffffff;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.nav-border-top[b-0kmcbpqfar] {
    display: flex;
    min-height: 4px;
    width: 100%;
}

.nav-content[b-0kmcbpqfar] {
    align-self: center;
    display: flex;
    margin-top: 24px;
    width: 100%;
    max-width: 1854px;
    align-items: stretch;
}

.nav-wrapper[b-0kmcbpqfar] {
    display: flex;
    margin-right: -167px;
    width: 100%;
    align-items: center;
    gap: 40px 64px;
    justify-content: start;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
}

.nav-logo[b-0kmcbpqfar] {
    aspect-ratio: 5.75;
    object-fit: contain;
    object-position: center;
    width: 282px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
    flex-shrink: 0;
}

.nav-menu[b-0kmcbpqfar] {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex: 1;
    list-style: none;
    padding: 0;
}

.nav-item[b-0kmcbpqfar] {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    flex-direction: column;
    align-items: stretch;
    white-space: nowrap;
    justify-content: start;
    cursor: pointer;
}

.nav-indicator[b-0kmcbpqfar] {
    background-color: #ffffff;
    display: flex;
    min-height: 2px;
    width: 100%;
    margin-top: 4px;
}

.nav-item.active .nav-indicator[b-0kmcbpqfar] {
    background-color: #000000;
}

.nav-actions[b-0kmcbpqfar] {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    text-align: center;
}

.notification-btn[b-0kmcbpqfar] {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 11px 4px;
    border: none;
    cursor: pointer;
    position: relative;
    width: 43px;
    height: 43px;
}

.notification-badge[b-0kmcbpqfar] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
}

.user-menu[b-0kmcbpqfar] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.user-name[b-0kmcbpqfar] {
    color: #000000;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 1;
}

.user-avatar[b-0kmcbpqfar] {
    aspect-ratio: 1.22;
    object-fit: contain;
    object-position: center;
    width: 44px;
    border-radius: 50%;
    align-self: start;
    margin-top: 6px;
}

.nav-border-bottom[b-0kmcbpqfar] {
    background-color: #d9d9d9;
    height: 1px;
    margin-top: 26px;
    width: 100%;
}

/* Main Content Styles */
.main-content[b-0kmcbpqfar] {
    align-self: center;
    display: flex;
    margin-top: 100px;
    width: 100%;
    max-width: 1632px;
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
}

.entity-details[b-0kmcbpqfar], .payment-card[b-0kmcbpqfar], .faturas-card[b-0kmcbpqfar], .tipologia-card[b-0kmcbpqfar], .geografica-card[b-0kmcbpqfar], .plano-card[b-0kmcbpqfar], .adesao-card[b-0kmcbpqfar], .certidao-card[b-0kmcbpqfar],
.atividade-card[b-0kmcbpqfar], .financas-card[b-0kmcbpqfar], .segsocial-card[b-0kmcbpqfar], .notificacao-card[b-0kmcbpqfar] {
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    padding: 32px;
    font-family: Roboto, sans-serif;
    color: #000000;
}

.section-header[b-0kmcbpqfar] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-indicator[b-0kmcbpqfar] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.section-title[b-0kmcbpqfar] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
}

.form-section[b-0kmcbpqfar] {
    margin-top: 32px;
}

.logo-section[b-0kmcbpqfar] {
    margin-bottom: 16px;
}

.subsection-title[b-0kmcbpqfar] {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 16px;
}

.entity-logo[b-0kmcbpqfar] {
    width: 180px;
    border-radius: 16px;
}

.form-row[b-0kmcbpqfar] {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.form-field[b-0kmcbpqfar] {
    position: relative;
    flex: 1;
    min-width: 240px;
}

    .form-field.full-width[b-0kmcbpqfar] {
        width: 100%;
    }

.input-field[b-0kmcbpqfar] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

    .input-field.readonly[b-0kmcbpqfar] {
        background-color: #fafafa;
    }

.field-label[b-0kmcbpqfar] {
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: #ffffff;
    padding: 0 4px;
    font-size: 12px;
    line-height: 1;
}

/*.select-field::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("https://cdn.builder.io/api/v1/image/assets/4342c9ceda33428aae050c5ca7247281/9f7b62afab544e81cd26df9557f9b2ca87785d03?placeholderIfAbsent=true");
    background-size: contain;
    pointer-events: none;
}*/

.section-subtitle[b-0kmcbpqfar] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 32px 0 24px;
}

.save-button[b-0kmcbpqfar] {
    align-self: flex-end;
    margin-top: 100px;
    padding: 13px 37px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}


/*   CUSTOM CSS FORMULÁRIO   */
.card[b-0kmcbpqfar] {
    /* max-width: 600px; */
    /* margin: 20px auto; */
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.card-title[b-0kmcbpqfar] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.file-section[b-0kmcbpqfar] {
    display: flex;
    align-items: center;
    /*background: #f8f8f8;*/
    padding: 12px;
    border: 1px dashed #ccc;
    border-radius: 8px;
    justify-content: space-between;
}

.file-icon[b-0kmcbpqfar] {
    font-size: 20px;
    margin-right: 10px;
}

.file-name[b-0kmcbpqfar] {
    flex: 1;
}

.view-button[b-0kmcbpqfar] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.verification-section[b-0kmcbpqfar] {
    margin-top: 24px;
}

    .verification-section h3[b-0kmcbpqfar] {
        font-size: 18px;
        margin-bottom: 12px;
    }

.decision[b-0kmcbpqfar] {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

    .decision label[b-0kmcbpqfar] {
        display: flex;
        align-items: center;
        gap: 6px;
    }

.motivo label[b-0kmcbpqfar] {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}

textarea[b-0kmcbpqfar] {
    width: 100%;
    height: 60px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    resize: none;
    background: #f4f4f4;
}

.checkbox-description[b-0kmcbpqfar] {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.subgroup[b-0kmcbpqfar] {
    margin: 16px 0;
}

.sub-label[b-0kmcbpqfar] {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    margin-bottom: 6px;
}

.notification-header[b-0kmcbpqfar] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notify-checkbox[b-0kmcbpqfar] {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.notification-table[b-0kmcbpqfar] {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

    .notification-table th[b-0kmcbpqfar],
    .notification-table td[b-0kmcbpqfar] {
        border: 1px solid #ddd;
        padding: 10px 14px;
        text-align: left;
    }

    .notification-table th[b-0kmcbpqfar] {
        background-color: #f9f9f9;
        font-weight: bold;
    }

.plano-card .card-body[b-0kmcbpqfar] {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.plano[b-0kmcbpqfar] {
    /*flex: 1;*/
    /*min-width: 220px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.plano-header[b-0kmcbpqfar] {
    padding: 16px;
    /*background-color: #f9f9f9;*/
}

    .plano-header h3[b-0kmcbpqfar] {
        font-family: Roboto;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
    }

    .plano-header p[b-0kmcbpqfar] {
        /*font-family: Inter;*/
        font-size: 14px;
        color: #858BA0;
        margin: 8px 0 0;
    }

.plano-footer[b-0kmcbpqfar] {
    padding: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

    .plano-footer strong[b-0kmcbpqfar] {
        font-size: 24px;
        font-weight: bold;
    }

    .plano-footer span[b-0kmcbpqfar] {
        font-size: 16px;
        margin-top: 4px;
    }

.yellow[b-0kmcbpqfar] {
    background-color: #c3b72c;
}

.green[b-0kmcbpqfar] {
    background-color: #2eaa55;
}

/*  Accordion - Tipo de Medidas  */
.accordion-item[b-0kmcbpqfar] {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.accordion-header[b-0kmcbpqfar] {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87)
}

.accordion-button[b-0kmcbpqfar] {
    font-size: 20px;
    font-weight: 500;
}

    .accordion-button:not(.collapsed)[b-0kmcbpqfar] {
        background-color: transparent;
        color: rgba(0, 0, 0, 0.87);
        box-shadow: none;
    }

    .accordion-button:focus[b-0kmcbpqfar] {
        box-shadow: none;
    }

    .accordion-button[b-0kmcbpqfar]::after {
        display: none
    }

.checkbox-item[b-0kmcbpqfar] {
    display: flex;
    align-items: center;
    gap: 16px;
}

/*  Atuação área Geográfica  */
.select-all-row[b-0kmcbpqfar] {
    margin: 32px 0;
}

.regions-grid[b-0kmcbpqfar] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .regions-grid .checkbox-label[b-0kmcbpqfar] {
        font-size: 16px;
        font-weight: 400;
    }

.region-section[b-0kmcbpqfar] {
    border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}

.region-header[b-0kmcbpqfar] {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px;
}

.region-title[b-0kmcbpqfar] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #757575;
    letter-spacing: 0;
    line-height: 28px;
}

.district-list[b-0kmcbpqfar] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    padding: 20px;
}

.district-item[b-0kmcbpqfar] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.district-name[b-0kmcbpqfar] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    letter-spacing: 0;
    line-height: 28px;
}

.checkbox-wrapper[b-0kmcbpqfar] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-custom[b-0kmcbpqfar] {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}

.checkbox-input[b-0kmcbpqfar] {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}

.radio-group[b-0kmcbpqfar] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.radio-container[b-0kmcbpqfar] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 24px;
    cursor: pointer;
}

.checkbox-input:checked + .checkbox-custom[b-0kmcbpqfar] {
    background-color: rgb(37, 59, 76);
    border-color: rgb(37, 59, 76);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .main-nav[b-0kmcbpqfar] {
        max-width: 100%;
    }

    .nav-content[b-0kmcbpqfar] {
        padding-right: 20px;
    }

    .nav-wrapper[b-0kmcbpqfar] {
        max-width: 100%;
    }

    .nav-menu[b-0kmcbpqfar] {
        max-width: 100%;
    }

    .main-content[b-0kmcbpqfar] {
        max-width: 100%;
        margin-top: 40px;
    }

    .entity-details[b-0kmcbpqfar] {
        padding: 20px;
    }

    .save-button[b-0kmcbpqfar] {
        margin-top: 40px;
        padding: 13px 20px;
    }

    .contact-block[b-0kmcbpqfar] {
        margin-top: 40px;
    }
}
/* _content/Adene.Web/Components/Pages/Registo/AreaAtuacao.razor.rz.scp.css */
.container-fluid[b-x3kh2mk5mi] {
    margin-top: 100px;
}

.improvement-measures[b-x3kh2mk5mi], .geographic-areas[b-x3kh2mk5mi] {
    border-radius: 16px;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    border: 1px solid #D9D9D9;
    background-color: #fff;
    padding: 32px;
    width: 100%;
    margin: 0px auto 50px auto;
    max-width: 1632px;
}

.section-header[b-x3kh2mk5mi] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-title[b-x3kh2mk5mi] {
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
    padding-left: 16px;
    border-left: 4px solid rgb(152, 207, 95);
}

.accordion-item[b-x3kh2mk5mi] {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.accordion-header[b-x3kh2mk5mi] {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87)
}

.accordion-button[b-x3kh2mk5mi] {
    font-size: 20px;
    font-weight: 500;
}

    .accordion-button:not(.collapsed)[b-x3kh2mk5mi] {
        background-color: transparent;
        color: rgba(0, 0, 0, 0.87);
        box-shadow: none;
    }

    .accordion-button:focus[b-x3kh2mk5mi] {
        box-shadow: none;
    }

    .accordion-button[b-x3kh2mk5mi]::after {
        display: none
    }

.checkbox-wrapper[b-x3kh2mk5mi] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-input[b-x3kh2mk5mi] {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}
    .checkbox-input:checked[b-x3kh2mk5mi] {
        background-color: rgb(37, 59, 76);
        border-color: rgb(37, 59, 76);
    }

.checkbox-item[b-x3kh2mk5mi] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.select-all-row[b-x3kh2mk5mi] {
    margin: 32px 0;
}

.regions-grid[b-x3kh2mk5mi] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .regions-grid .checkbox-label[b-x3kh2mk5mi] {
        font-size: 16px;
        font-weight: 400;
    }

@media (max-width: 991px) {
    .card[b-x3kh2mk5mi] {
        max-width: 100%;
        padding: 20px;
        margin-top: 40px;
    }
}


.detalhes-button[b-x3kh2mk5mi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 8px;
    background-color: rgba(152, 207, 95, 0.25);
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000;
    width: fit-content;
    height: 32px;
    cursor: pointer;
}

.detalhes-arrow[b-x3kh2mk5mi] {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 16px;
    transform: rotate(90deg);
}

.detalhes-arrow.show[b-x3kh2mk5mi] {
    transform: rotate(270deg);
}
/* _content/Adene.Web/Components/Pages/Registo/DadosEntidade.razor.rz.scp.css */

.container-fluid[b-5eldz8mpbl] {
    margin-top: 100px;
}

.registration-header[b-5eldz8mpbl] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-content[b-5eldz8mpbl] {
    display: flex;
    margin: 20px auto;
    width: 100%;
    max-width: 1832px;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-logo[b-5eldz8mpbl] {
    width: 272px;
    height: auto;
    object-fit: contain;
}

.steps-nav[b-5eldz8mpbl] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.step-item[b-5eldz8mpbl] {
    display: flex;
    align-items: center;
    min-height: 32px;
}

.step-header[b-5eldz8mpbl] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.step-number[b-5eldz8mpbl] {
    border-radius: 32px;
    background-color: #f4f4f4;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 700;
}

.step-number-active[b-5eldz8mpbl] {
    background-color: rgb(37, 59, 76);
    color: #fff;
}

.step-title[b-5eldz8mpbl] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.step-divider[b-5eldz8mpbl] {
    display: flex;
    padding: 12px;
}

.divider-image[b-5eldz8mpbl] {
    width: 44px;
    height: auto;
}

.header-divider[b-5eldz8mpbl] {
    height: 1px;
    background-color: #d9d9d9;
    border: none;
    margin: 30px 0 0;
}

.auth-options[b-5eldz8mpbl] {
    margin-top: 94px;
    width: 100%;
    max-width: 1633px;
    display: flex;
    gap: 20px;
}

.auth-option[b-5eldz8mpbl] {
    flex: 1;
    border-radius: 16px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 44px;
}

.auth-content[b-5eldz8mpbl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-text[b-5eldz8mpbl] {
    flex: 1;
}

.auth-icon[b-5eldz8mpbl] {
    width: auto;
    height: auto;
    max-width: 290px;
}

.auth-description[b-5eldz8mpbl] {
    margin-top: 25px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.auth-logo[b-5eldz8mpbl] {
    width: 135px;
    height: auto;
}

.entity-details[b-5eldz8mpbl], .profile-user[b-5eldz8mpbl], .profile-entity[b-5eldz8mpbl] {
    border-radius: 16px;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    border: 1px solid #D9D9D9;
    background-color: #fff;
    margin: 0px auto 50px auto;
    /*width: 100vw;*/
    max-width: 1632px;
    padding: 32px;
}

.section-header[b-5eldz8mpbl] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-title[b-5eldz8mpbl] {
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
    padding-left: 16px;
    border-left: 4px solid rgb(152, 207, 95);
}

.entity-form[b-5eldz8mpbl], .form-section[b-5eldz8mpbl], .contact-form[b-5eldz8mpbl] {
    margin-top: 32px;
}

.form-row[b-5eldz8mpbl] {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.form-field[b-5eldz8mpbl] {
    position: relative;
    flex: 1;
    min-width: 240px;
}

    .form-field.full-width[b-5eldz8mpbl] {
        width: 100%;
    }

.form-input[b-5eldz8mpbl],
.form-select[b-5eldz8mpbl] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.form-label[b-5eldz8mpbl] {
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: #fff;
    padding: 0 4px;
    font-size: 12px;
    color: #000;
    font-family: Roboto, sans-serif;
}

.form-columns[b-5eldz8mpbl] {
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

.form-column[b-5eldz8mpbl] {
    flex: 1;
    min-width: 240px;
}

.logo-upload[b-5eldz8mpbl] {
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 16px;
    text-align: center;
    height: 100%;
}

.upload-title[b-5eldz8mpbl] {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 16px;
}

.upload-area[b-5eldz8mpbl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.upload-icon[b-5eldz8mpbl] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.upload-text[b-5eldz8mpbl] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.upload-link[b-5eldz8mpbl] {
    color: rgb(37, 59, 76);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.upload-or[b-5eldz8mpbl] {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000;
}

.upload-info[b-5eldz8mpbl] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.17px;
}

/* Upload area styles */
.upload-area[b-5eldz8mpbl] {
    border: 1px dashed #757575;
    border-radius: 4px;
    /*padding: 24px 16px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-top: 16px;*/
}

.upload-icon[b-5eldz8mpbl] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
}

.upload-text[b-5eldz8mpbl] {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.upload-link[b-5eldz8mpbl] {
    color: rgb(37, 59, 76);
    text-decoration: none;
    border-bottom: 1px solid #1976d2;
    padding-bottom: 2px;
}

.upload-info[b-5eldz8mpbl] {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-top: 8px;
    position: absolute;
    bottom: 33%;
}

.contact-details[b-5eldz8mpbl] {
    margin-top: 32px;
}

.contact-title[b-5eldz8mpbl] {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding: 16px 0;
}

.form-actions[b-5eldz8mpbl] {
    display: flex;
    margin-top: 100px;
    width: 100%;
    max-width: 1632px;
    justify-content: space-between;
    gap: 20px;
}

.btn-cancel[b-5eldz8mpbl] {
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    padding: 14px 46px 26px;
    color: rgb(37, 59, 76);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.btn-next[b-5eldz8mpbl] {
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    padding: 17px 48px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .header-content[b-5eldz8mpbl] {
        max-width: 100%;
    }

    .auth-options[b-5eldz8mpbl] {
        flex-direction: column;
        margin-top: 40px;
    }

    .auth-option[b-5eldz8mpbl] {
        padding: 20px;
    }

    .entity-details[b-5eldz8mpbl], .profile-user[b-5eldz8mpbl], .profile-entity[b-5eldz8mpbl] {
        margin-top: 40px;
        padding: 20px;
    }

    .form-actions[b-5eldz8mpbl] {
        margin-top: 40px;
    }

    .btn-cancel[b-5eldz8mpbl],
    .btn-next[b-5eldz8mpbl] {
        padding: 14px 20px;
    }

    .form-field[b-5eldz8mpbl] {
        width: 100%;
    }

    .form-columns[b-5eldz8mpbl] {
        flex-direction: column;
    }

    .rz-fileupload-content[b-5eldz8mpbl] {
        display: none !important;
    }
}

.btn-small-padding[b-5eldz8mpbl] {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.floating-with-btn[b-5eldz8mpbl] {
    position: relative;
}

    .floating-with-btn .btn-postal[b-5eldz8mpbl] {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }

    .floating-with-btn .form-control[b-5eldz8mpbl] {
        padding-right: 90px;
    }
/* _content/Adene.Web/Components/Pages/Registo/InformacaoAdicional.Razor.rz.scp.css */
.form-content[b-0hxpnnxp0v] {
    margin: 100px auto 50px auto;
    width: 100%;
    max-width: 1632px;
}

.registration-form-content[b-0hxpnnxp0v] {
    width: 100%;
}

.form-card[b-0hxpnnxp0v] {
    border-radius: 16px;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    border: 1px solid #D9D9D9;
    background-color: #fff;
    padding: 32px;
    margin-bottom: 64px;
}

.section-header[b-0hxpnnxp0v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.section-title[b-0hxpnnxp0v] {
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
    padding-left: 16px;
    border-left: 4px solid rgb(152, 207, 95);
}

.card-header[b-0hxpnnxp0v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
    /*   Sobrepor Estilos   */
    border: none !important;
    background-color: transparent !important;
}

.title-container[b-0hxpnnxp0v] {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 16px;
}

.title-indicator[b-0hxpnnxp0v] {
    background-color: rgb(152, 207, 95);
    width: 4px;
    height: 24px;
}

.card-title[b-0hxpnnxp0v] {
    color: #414d55;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01px;
    margin: 0;
}

.download-button[b-0hxpnnxp0v] {
    display: flex;
    align-items: center;
    gap: 39px;
    color: rgb(37, 59, 76);
    /*padding: 15px 25px;*/
    cursor: pointer;
}

    .download-button .btn[b-0hxpnnxp0v] {
        color: rgb(37, 59, 76);
        font-size: 18px;
        font-weight: 600;
    }

.download-icon[b-0hxpnnxp0v]::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
}

.card-description[b-0hxpnnxp0v] {
    color: #414d55;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 32px;
    margin: 32px 0;
}

.upload-section[b-0hxpnnxp0v] {
    margin-top: 32px;
}

.upload-label[b-0hxpnnxp0v] {
    color: #757575;
    font-size: 14px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    display: block;
    margin-bottom: 16px;
}

.upload-area[b-0hxpnnxp0v] {
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    /*padding: 24px 16px 56px;
    display: flex;
    flex-direction: column;*/
    align-items: center;
    text-align: center;
}

.upload-icon[b-0hxpnnxp0v] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    bottom: -3vh;
    position: relative;
}

.file-types[b-0hxpnnxp0v] {
    color: #000;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.17px;
    margin: 0;
    top: -2vh;
    position: relative;
}

.form-row[b-0hxpnnxp0v] {
    margin-top: 16px;
}

.form-input[b-0hxpnnxp0v] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
}

.activity-section[b-0hxpnnxp0v] {
    margin-top: 32px;
}

.installer-section[b-0hxpnnxp0v] {
    padding-top: 64px;
}

.checkbox-group[b-0hxpnnxp0v] {
    margin: 16px 0;
}

.checkbox-container[b-0hxpnnxp0v] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.checkbox-input[b-0hxpnnxp0v] {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}

.checkbox-label[b-0hxpnnxp0v] {
    color: #000;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
}

.proof-type-section[b-0hxpnnxp0v],
.works-type-section[b-0hxpnnxp0v] {
    margin-top: 24px;
}

.section-label[b-0hxpnnxp0v] {
    color: #757575;
    font-size: 14px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    display: block;
    margin-bottom: 8px;
}

.radio-group[b-0hxpnnxp0v] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.radio-container[b-0hxpnnxp0v] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 24px;
    cursor: pointer;
}

.radio-input[b-0hxpnnxp0v] {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background-color: #fff;
}

.radio-label[b-0hxpnnxp0v] {
    color: #000;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
}

/*.terms-section {
    margin-top: 128px;
}*/

.terms-link[b-0hxpnnxp0v] {
    color: #000;
    text-decoration: underline;
}

.required-text[b-0hxpnnxp0v] {
    color: rgb(37, 59, 76);
    font-weight: 500;
    font-size: 13px;
}

.recaptcha-container[b-0hxpnnxp0v] {
    border-radius: 2px;
    background-color: #fafafa;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #d6d6d6;
    display: flex;
    margin-top: 61px;
    width: 431px;
    padding: 8px 11px;
    align-items: center;
    justify-content: space-between;
}

.recaptcha-content[b-0hxpnnxp0v] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.recaptcha-checkbox[b-0hxpnnxp0v] {
    width: 24px;
    height: 24px;
    border: 2px solid #c1c1c1;
    border-radius: 1px;
    background-color: #fff;
}

.recaptcha-text[b-0hxpnnxp0v] {
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.recaptcha-branding[b-0hxpnnxp0v] {
    text-align: center;
}

.recaptcha-logo[b-0hxpnnxp0v] {
    width: 48px;
}

.recaptcha-terms[b-0hxpnnxp0v] {
    font-size: 8px;
    color: #a6a6a6;
    margin: 4px 0 0;
}

.form-actions[b-0hxpnnxp0v] {
    display: flex;
    margin-top: 144px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.btn-cancel[b-0hxpnnxp0v] {
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    border-radius: 4px;
    padding: 14px 46px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.action-buttons[b-0hxpnnxp0v] {
    display: flex;
    gap: 23px;
}

.btn-previous[b-0hxpnnxp0v],
.btn-finish[b-0hxpnnxp0v] {
    background-color: rgb(37, 59, 76);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px 52px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 991px) {
    .form-content[b-0hxpnnxp0v] {
        margin: 40px auto;
    }

    .header-content[b-0hxpnnxp0v],
    .form-card[b-0hxpnnxp0v],
    .form-actions[b-0hxpnnxp0v] {
        max-width: 100%;
    }

    .form-card[b-0hxpnnxp0v] {
        padding: 20px;
        margin-bottom: 40px;
    }

    .terms-section[b-0hxpnnxp0v] {
        margin-top: 40px;
    }

    .btn-cancel[b-0hxpnnxp0v],
    .btn-previous[b-0hxpnnxp0v],
    .btn-finish[b-0hxpnnxp0v] {
        padding: 14px 20px;
    }
}
/* _content/Adene.Web/Components/Pages/Registo/Pagamento.razor.rz.scp.css */
*[b-z2l774cnf1]{
    overflow-y: hidden;
}

.success-message[b-z2l774cnf1] {
    height: 85vh;
    align-content: center;
    text-align: center;
    padding: 80px 20px;
    /*max-width: 600px;*/
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    color: #000;
}

.success-icon[b-z2l774cnf1] {
    font-size: 64px;
    color: #006400; /* verde escuro */
    margin-bottom: 24px;
}

.success-title[b-z2l774cnf1] {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
}

.success-message p[b-z2l774cnf1] {
    margin: 4px 0;
    font-size: 16px;
    font-weight: 400;
}

.btn-primary-adene[b-z2l774cnf1] {
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 600;
}
/* _content/Adene.Web/Components/Pages/Registo/Plano.razor.rz.scp.css */
.registration-page[b-ggt10pyw6m] {
    background-color: #f9f9f9;
    display: flex;
    padding-bottom: 145px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
}

.page-header[b-ggt10pyw6m] {
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.header-line[b-ggt10pyw6m] {
    min-height: 4px;
    width: 100%;
}

.header-content[b-ggt10pyw6m] {
    align-self: center;
    display: flex;
    margin-top: 20px;
    width: 100%;
    max-width: 1832px;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.logo[b-ggt10pyw6m] {
    aspect-ratio: 5.56;
    object-fit: contain;
    object-position: center;
    width: 272px;
    flex-shrink: 0;
    max-width: 100%;
}

.progress-steps[b-ggt10pyw6m] {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 32px;
    align-items: center;
    gap: 16px;
    justify-content: end;
    flex-wrap: wrap;
}

.step-item[b-ggt10pyw6m] {
    align-self: stretch;
    min-width: 240px;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 32px;
}

.step-header[b-ggt10pyw6m] {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
}

.step-number[b-ggt10pyw6m] {
    border-radius: 32px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 32px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    width: 32px;
    height: 32px;
}

.step-active[b-ggt10pyw6m] {
    background-color: rgb(152, 207, 95);
}

.step-current[b-ggt10pyw6m] {
    background-color: rgb(37, 59, 76);
}

.step-inactive[b-ggt10pyw6m] {
    background-color: #f4f4f4;
    color: #888;
}

.step-label[b-ggt10pyw6m] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    align-self: stretch;
    margin: auto 0;
}

.step-separator[b-ggt10pyw6m] {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    padding: 12px 0;
    align-items: center;
    justify-content: center;
    width: 44px;
}

    .step-separator img[b-ggt10pyw6m] {
        aspect-ratio: 43.48;
        object-fit: contain;
        object-position: center;
        width: 44px;
    }

.main-content[b-ggt10pyw6m] {
    align-self: center;
    display: flex;
    margin: 100px auto 50px auto;
    width: 100%;
    max-width: 1632px;
    flex-direction: column;
    align-items: start;
}

.section-title[b-ggt10pyw6m] {
    color: #000;
    font-size: 30px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 0;
}

.product-grid[b-ggt10pyw6m] {
    margin-top: 52px;
    width: 1161px;
    max-width: 100%;
}

.product-columns[b-ggt10pyw6m] {
    gap: 20px;
    display: flex;
}

.product-card[b-ggt10pyw6m] {
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    display: flex;
    padding: 44px 16px;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    flex: 1;
}

    .product-card.product-selected[b-ggt10pyw6m] {
        border-color: rgb(37, 59, 76);
        border-width: 4px;
    }

.product-info[b-ggt10pyw6m] {
    display: flex;
    align-items: center;
    gap: 32px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.product-icon[b-ggt10pyw6m] {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 64px;
    border-radius: 50px;
}

.product-details[b-ggt10pyw6m] {
    margin: auto 0;
}

.product-name[b-ggt10pyw6m] {
    color: #000;
    font-size: 24px;
    margin: 0;
}

.product-type[b-ggt10pyw6m],
.product-status[b-ggt10pyw6m] {
    color: #777;
    font-size: 16px;
    margin: 0;
}

.checkbox-container[b-ggt10pyw6m] {
    align-self: start;
    padding: 3px;
}

.checkbox-icon[b-ggt10pyw6m] {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
}

.nature-card[b-ggt10pyw6m],
.payment-card[b-ggt10pyw6m],
.pricing-card[b-ggt10pyw6m] {
    border-radius: 16px;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    border: 1px solid #D9D9D9;
    background-color: #fff;
    width: 100%;
    padding: 32px;
    margin-top: 100px;
}

.section-header[b-ggt10pyw6m] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-title-card[b-ggt10pyw6m] {
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
    margin: 0;
    padding-left: 16px;
}

    .section-title-card.section-title-linha[b-ggt10pyw6m] {
        border-left: 4px solid rgb(152, 207, 95);
    }

.radiobtn-adene .checkbox-custom[b-ggt10pyw6m] {
    border-radius: 50% !important;
}

.checkbox-group[b-ggt10pyw6m] {
    display: flex;
    margin-top: 32px;
    gap: 24px;
    flex-wrap: wrap;
}

.checkbox-item[b-ggt10pyw6m] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-wrapper[b-ggt10pyw6m] {
    display: flex;
    padding: 3px;
}

.checkbox-custom[b-ggt10pyw6m] {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}

/*.checkbox-input {
    display: none;
}

    .checkbox-input:checked + .checkbox-custom {
        background-color: rgb(37, 59, 76);
        border-color: rgb(37, 59, 76);
    }*/

.checkbox-box[b-ggt10pyw6m] {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    width: 16px;
    height: 16px;
}

.checkbox-label[b-ggt10pyw6m] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    /*line-height: 1;*/
}

.selection-hint[b-ggt10pyw6m] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-top: 24px;
}

.section-description[b-ggt10pyw6m] {
    color: #000;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 0;
}

/*CUSTOM CSS GRID ADENE*/
.radzen-grid table[b-ggt10pyw6m] {
    table-layout: fixed;
}

.rz-grid-table thead th > div:not(.rz-cell-filter)[b-ggt10pyw6m] {
    padding: 0;
}

.rz-column-title[b-ggt10pyw6m] {
    height: 220px;
    padding: 0 !important;
}

    .rz-column-title .rz-column-title-content.rz-text-truncate[b-ggt10pyw6m] {
        height: 100%;
        width: 100%;
    }

.scrollable-grid[b-ggt10pyw6m] {
    overflow-x: auto;
}

.titulo-grid-plano[b-ggt10pyw6m] {
    font-size: 24px;
    font-weight: bold;
    line-height: 2rem;
}

.subtitulo-grid-plano[b-ggt10pyw6m] {
    font-size: 14px;
    font-weight: 500;
}

.observacoes-grid-plano[b-ggt10pyw6m] {
    font-size: 16px;
    font-weight: 400;
}

.label-sim[b-ggt10pyw6m] {
    color: green
}

.label-nao[b-ggt10pyw6m] {
    color: red;
}

.plano-ativo[b-ggt10pyw6m] {
    border: 3px solid lime;
}
/* _content/Adene.Web/Components/Pages/Registo/Registo.razor.rz.scp.css */
.form-actions[b-behfw1o2pp] {
    max-width: 1632px;
    width: 100%;
}

@media (max-width: 1024px) {
    .form-actions[b-behfw1o2pp] {
        padding: 0 12px;
    }
}
/* _content/Adene.Web/Components/Pages/SolicitarAutorizacaoModal.razor.rz.scp.css */
.modal-container[b-k6h7pbk8zc] {
    padding: 24px;
    font-family: 'Inter', sans-serif;
}

.modal-header[b-k6h7pbk8zc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-k6h7pbk8zc] {
        font-size: 24px;
        margin: 0;
    }

.insert-link[b-k6h7pbk8zc] {
    color: #e60028;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 8px;
}

.modal-filters[b-k6h7pbk8zc] {
    display: grid;
    row-gap: 1rem;
}

.filter-row[b-k6h7pbk8zc] {
    display: grid;
    grid-auto-flow: column;
    column-gap: 1rem;
    width: 100%;
}

.status-badge[b-k6h7pbk8zc] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
}

    .status-badge.authorized[b-k6h7pbk8zc] {
        background-color: #e9fbe8;
        color: #2e7d32;
    }

    .status-badge.pending[b-k6h7pbk8zc] {
        background-color: #fde8e8;
        color: #e53935;
    }

.modal-footer[b-k6h7pbk8zc] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
}

.left-buttons[b-k6h7pbk8zc],
.right-buttons[b-k6h7pbk8zc] {
    display: flex;
    gap: 10px; /* espaçamento entre os botões */
}


.cancel-button[b-k6h7pbk8zc] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 180px;
    height: 55px;
    font-size: 18px;
}

.add-button[b-k6h7pbk8zc] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 180px;
    height: 55px;
    font-size: 18px;
}

.custom-modal-overlay[b-k6h7pbk8zc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    z-index: 1050;
}

.custom-modal[b-k6h7pbk8zc] {
    background-color: white;
    width: 800px;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.close-button[b-k6h7pbk8zc] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.custom-select[b-k6h7pbk8zc],
.custom-input[b-k6h7pbk8zc] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background-color: white;
}

    .custom-select:focus[b-k6h7pbk8zc],
    .custom-input:focus[b-k6h7pbk8zc] {
        outline: none;
        border-color: #999;
    }

.header-actions[b-k6h7pbk8zc] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.estado-tag[b-k6h7pbk8zc] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.aprovado[b-k6h7pbk8zc] {
        background-color: #e6f9e6;
        color: #31c231;
        border: 1px solid #31c231;
    }

    .estado-tag.aguardaAutorizacao[b-k6h7pbk8zc] {
        background-color: #FFF9F1;
        color: #F59C00;
        border: 1px solid #F59C00;
    }

    .estado-tag.rejeitado[b-k6h7pbk8zc] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }
/* _content/Adene.Web/Components/Pages/VQualidade/Componentes/FileUploadComponent.razor.rz.scp.css */
.upload-section[b-3ghi1a4hut] {
    border: 2px dashed #ccc;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
}

.title-container[b-3ghi1a4hut] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-3ghi1a4hut] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.card-title[b-3ghi1a4hut] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}

.header-div[b-3ghi1a4hut] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.custom-grid[b-3ghi1a4hut] {
    font-family: 'Poppins', sans-serif;
}

.doc-col[b-3ghi1a4hut] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.file-types[b-3ghi1a4hut] {
    color: #000;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.17px;
    margin: 0;
    top: -2vh;
    position: relative;
}

.upload-section[b-3ghi1a4hut] {
    margin-top: 32px;
}

.upload-label[b-3ghi1a4hut] {
    color: #757575;
    font-size: 14px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    display: block;
    margin-bottom: 16px;
}

.upload-area[b-3ghi1a4hut] {
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    align-items: center;
    text-align: center;
}

.upload-icon[b-3ghi1a4hut] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    bottom: -3vh;
    position: relative;
}

.fileupload-flex[b-3ghi1a4hut] {
    display: flex;
    gap: 0.7rem;
}
.download-atag[b-3ghi1a4hut] {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding: 5px;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Componentes/ListagemVQualidadeChildDataGrid.razor.rz.scp.css */
.dashboard[b-fhkdsbqc22] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Navbar styles */
.navbar[b-fhkdsbqc22] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-border-top[b-fhkdsbqc22] {
    min-height: 4px;
    width: 100%;
}

.navbar-content[b-fhkdsbqc22] {
    display: flex;
    margin-top: 24px;
    width: 100%;
    max-width: 1854px;
    align-items: center;
    gap: 40px 64px;
    align-self: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.navbar-logo[b-fhkdsbqc22] {
    aspect-ratio: 5.56;
    object-fit: contain;
    width: 272px;
    min-width: 240px;
    margin: auto 0;
}

.nav-menu[b-fhkdsbqc22] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    flex: 1;
    flex-basis: 0%;
}

.nav-item[b-fhkdsbqc22] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.nav-text[b-fhkdsbqc22] {
    align-self: center;
}

.nav-indicator[b-fhkdsbqc22] {
    background-color: #fff;
    min-height: 2px;
    width: 100%;
    margin-top: 2px;
}

.nav-indicator-active[b-fhkdsbqc22] {
    background-color: rgb(37, 59, 76);
}

.nav-actions[b-fhkdsbqc22] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
}

.notification-btn[b-fhkdsbqc22] {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 43px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge[b-fhkdsbqc22] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 4px;
}

.user-menu[b-fhkdsbqc22] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-fhkdsbqc22] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-fhkdsbqc22] {
    color: #000;
    font-size: 16px;
}

.navbar-border-bottom[b-fhkdsbqc22] {
    background-color: #d9d9d9;
    height: 1px;
    width: 100%;
    margin-top: 26px;
}

/* Header styles */
.page-header[b-fhkdsbqc22] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-fhkdsbqc22] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title[b-fhkdsbqc22] {
    color: rgb(37, 59, 76);
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb[b-fhkdsbqc22] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    margin-top: 10px;
}

.header-button[b-fhkdsbqc22] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.header-main.row[b-fhkdsbqc22] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-fhkdsbqc22] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Grid styles */
.grid-container[b-fhkdsbqc22] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 101px auto;
    max-width: 1632px;
    width: 100%;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-fhkdsbqc22] {
        max-width: 100%;
    }

    .page-header[b-fhkdsbqc22] {
        padding: 50px 20px;
    }
}

.subgrid-container[b-fhkdsbqc22] {
    padding: 0px;
}

    .subgrid-container .rz-datatable .rz-datatable-tbody > tr > td[b-fhkdsbqc22] {
        padding: 0px;
    }

.custom-grid .rz-expanded-row-content td[b-fhkdsbqc22] {
    padding: 0;
}

.custom-grid .rz-grid-filter-active[b-fhkdsbqc22] {
    color: rgb(37, 59, 76) !important;
}

.actions-container[b-fhkdsbqc22] {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.estado-tag[b-fhkdsbqc22] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-fhkdsbqc22] {
        background-color: #e6f9e6;
        color: #61b929;
        border: 1px solid #B7EB8F;
    }

    .estado-tag.inativo[b-fhkdsbqc22] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.pending[b-fhkdsbqc22] {
        background-color: #f0f0f0;
        color: #004AB2;
        border: 1px solid #004AB2;
    }

    .estado-tag.anulado[b-fhkdsbqc22] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.btn-save[b-fhkdsbqc22] {
    padding: 10px 27px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.botoes[b-fhkdsbqc22] {
    width: 100%;
    display: flex;
    justify-content: end;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Componentes/ListagemVQualidadeDataGrid.razor.rz.scp.css */
.dashboard[b-jkd6b6wqsc] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Navbar styles */
.navbar[b-jkd6b6wqsc] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-border-top[b-jkd6b6wqsc] {
    min-height: 4px;
    width: 100%;
}

.navbar-content[b-jkd6b6wqsc] {
    display: flex;
    margin-top: 24px;
    width: 100%;
    max-width: 1854px;
    align-items: center;
    gap: 40px 64px;
    align-self: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.navbar-logo[b-jkd6b6wqsc] {
    aspect-ratio: 5.56;
    object-fit: contain;
    width: 272px;
    min-width: 240px;
    margin: auto 0;
}

.nav-menu[b-jkd6b6wqsc] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    flex: 1;
    flex-basis: 0%;
}

.nav-item[b-jkd6b6wqsc] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.nav-text[b-jkd6b6wqsc] {
    align-self: center;
}

.nav-indicator[b-jkd6b6wqsc] {
    background-color: #fff;
    min-height: 2px;
    width: 100%;
    margin-top: 2px;
}

.nav-indicator-active[b-jkd6b6wqsc] {
    background-color: rgb(37, 59, 76);
}

.nav-actions[b-jkd6b6wqsc] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
}

.notification-btn[b-jkd6b6wqsc] {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 43px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge[b-jkd6b6wqsc] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 4px;
}

.user-menu[b-jkd6b6wqsc] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-jkd6b6wqsc] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-jkd6b6wqsc] {
    color: #000;
    font-size: 16px;
}

.navbar-border-bottom[b-jkd6b6wqsc] {
    background-color: #d9d9d9;
    height: 1px;
    width: 100%;
    margin-top: 26px;
}

/* Header styles */
.page-header[b-jkd6b6wqsc] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-jkd6b6wqsc] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title[b-jkd6b6wqsc] {
    color: rgb(37, 59, 76);
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb[b-jkd6b6wqsc] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    margin-top: 10px;
}

.header-button[b-jkd6b6wqsc] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.header-main.row[b-jkd6b6wqsc] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-jkd6b6wqsc] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Grid styles */
.grid-container[b-jkd6b6wqsc] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 101px auto;
    max-width: 1632px;
    width: 100%;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-jkd6b6wqsc] {
        max-width: 100%;
    }

    .page-header[b-jkd6b6wqsc] {
        padding: 50px 20px;
    }
}

.subgrid-container[b-jkd6b6wqsc] {
    padding: 0px;
}

    .subgrid-container .rz-datatable .rz-datatable-tbody > tr > td[b-jkd6b6wqsc] {
        padding: 0px;
    }

.custom-grid .rz-expanded-row-content td[b-jkd6b6wqsc] {
    padding: 0;
}

.custom-grid .rz-grid-filter-active[b-jkd6b6wqsc] {
    color: rgb(37, 59, 76) !important;
}

.actions-container[b-jkd6b6wqsc] {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.estado-tag[b-jkd6b6wqsc] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-jkd6b6wqsc] {
        background-color: #e6f9e6;
        color: #61b929;
        border: 1px solid #B7EB8F;
    }

    .estado-tag.inativo[b-jkd6b6wqsc] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.pending[b-jkd6b6wqsc] {
        background-color: #f0f0f0;
        color: #004AB2;
        border: 1px solid #004AB2;
    }

    .estado-tag.anulado[b-jkd6b6wqsc] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.btn-save[b-jkd6b6wqsc] {
    padding: 10px 27px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.botoes[b-jkd6b6wqsc] {
    width: 100%;
    display: flex;
    justify-content: end;
}

/* _content/Adene.Web/Components/Pages/VQualidade/Componentes/ListagemVQualidadeHistoricoChildDataGrid.razor.rz.scp.css */
.dashboard[b-oln4oyqzpb] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Navbar styles */
.navbar[b-oln4oyqzpb] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-border-top[b-oln4oyqzpb] {
    min-height: 4px;
    width: 100%;
}

.navbar-content[b-oln4oyqzpb] {
    display: flex;
    margin-top: 24px;
    width: 100%;
    max-width: 1854px;
    align-items: center;
    gap: 40px 64px;
    align-self: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.navbar-logo[b-oln4oyqzpb] {
    aspect-ratio: 5.56;
    object-fit: contain;
    width: 272px;
    min-width: 240px;
    margin: auto 0;
}

.nav-menu[b-oln4oyqzpb] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    flex: 1;
    flex-basis: 0%;
}

.nav-item[b-oln4oyqzpb] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.nav-text[b-oln4oyqzpb] {
    align-self: center;
}

.nav-indicator[b-oln4oyqzpb] {
    background-color: #fff;
    min-height: 2px;
    width: 100%;
    margin-top: 2px;
}

.nav-indicator-active[b-oln4oyqzpb] {
    background-color: rgb(37, 59, 76);
}

.nav-actions[b-oln4oyqzpb] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
}

.notification-btn[b-oln4oyqzpb] {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 43px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge[b-oln4oyqzpb] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 4px;
}

.user-menu[b-oln4oyqzpb] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-oln4oyqzpb] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-oln4oyqzpb] {
    color: #000;
    font-size: 16px;
}

.navbar-border-bottom[b-oln4oyqzpb] {
    background-color: #d9d9d9;
    height: 1px;
    width: 100%;
    margin-top: 26px;
}

/* Header styles */
.page-header[b-oln4oyqzpb] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-oln4oyqzpb] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title[b-oln4oyqzpb] {
    color: rgb(37, 59, 76);
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb[b-oln4oyqzpb] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    margin-top: 10px;
}

.header-button[b-oln4oyqzpb] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.header-main.row[b-oln4oyqzpb] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-oln4oyqzpb] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Grid styles */
.grid-container[b-oln4oyqzpb] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 101px auto;
    max-width: 1632px;
    width: 100%;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-oln4oyqzpb] {
        max-width: 100%;
    }

    .page-header[b-oln4oyqzpb] {
        padding: 50px 20px;
    }

    .copyright[b-oln4oyqzpb] {
        margin-top: 40px;
    }
}

.subgrid-container[b-oln4oyqzpb] {
    padding: 0px;
}

    .subgrid-container .rz-datatable .rz-datatable-tbody > tr > td[b-oln4oyqzpb] {
        padding: 0px;
    }

.custom-grid .rz-expanded-row-content td[b-oln4oyqzpb] {
    padding: 0;
}

.custom-grid .rz-grid-filter-active[b-oln4oyqzpb] {
    color: rgb(37, 59, 76) !important;
}

.actions-container[b-oln4oyqzpb] {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.estado-tag[b-oln4oyqzpb] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-oln4oyqzpb] {
        background-color: #e6f9e6;
        color: #61b929;
        border: 1px solid #B7EB8F;
    }

    .estado-tag.inativo[b-oln4oyqzpb] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.pending[b-oln4oyqzpb] {
        background-color: #f0f0f0;
        color: #004AB2;
        border: 1px solid #004AB2;
    }

    .estado-tag.anulado[b-oln4oyqzpb] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.btn-save[b-oln4oyqzpb] {
    padding: 10px 27px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.botoes[b-oln4oyqzpb] {
    width: 100%;
    display: flex;
    justify-content: end;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Componentes/ListagemVQualidadeHistoricoDataGrid.razor.rz.scp.css */
.dashboard[b-o5ofpn63xi] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Navbar styles */
.navbar[b-o5ofpn63xi] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-border-top[b-o5ofpn63xi] {
    min-height: 4px;
    width: 100%;
}

.navbar-content[b-o5ofpn63xi] {
    display: flex;
    margin-top: 24px;
    width: 100%;
    max-width: 1854px;
    align-items: center;
    gap: 40px 64px;
    align-self: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.navbar-logo[b-o5ofpn63xi] {
    aspect-ratio: 5.56;
    object-fit: contain;
    width: 272px;
    min-width: 240px;
    margin: auto 0;
}

.nav-menu[b-o5ofpn63xi] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    flex: 1;
    flex-basis: 0%;
}

.nav-item[b-o5ofpn63xi] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.nav-text[b-o5ofpn63xi] {
    align-self: center;
}

.nav-indicator[b-o5ofpn63xi] {
    background-color: #fff;
    min-height: 2px;
    width: 100%;
    margin-top: 2px;
}

.nav-indicator-active[b-o5ofpn63xi] {
    background-color: rgb(37, 59, 76);
}

.nav-actions[b-o5ofpn63xi] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
}

.notification-btn[b-o5ofpn63xi] {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 43px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge[b-o5ofpn63xi] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 4px;
}

.user-menu[b-o5ofpn63xi] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-o5ofpn63xi] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-o5ofpn63xi] {
    color: #000;
    font-size: 16px;
}

.navbar-border-bottom[b-o5ofpn63xi] {
    background-color: #d9d9d9;
    height: 1px;
    width: 100%;
    margin-top: 26px;
}

/* Header styles */
.page-header[b-o5ofpn63xi] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76);
}

.header-content[b-o5ofpn63xi] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title[b-o5ofpn63xi] {
    color: rgb(37, 59, 76);
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb[b-o5ofpn63xi] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    margin-top: 10px;
}

.header-button[b-o5ofpn63xi] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.header-main.row[b-o5ofpn63xi] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-o5ofpn63xi] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Grid styles */
.grid-container[b-o5ofpn63xi] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 101px auto;
    max-width: 1632px;
    width: 100%;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-o5ofpn63xi] {
        max-width: 100%;
    }

    .page-header[b-o5ofpn63xi] {
        padding: 50px 20px;
    }

    .copyright[b-o5ofpn63xi] {
        margin-top: 40px;
    }
}

.subgrid-container[b-o5ofpn63xi] {
    padding: 0px;
}

    .subgrid-container .rz-datatable .rz-datatable-tbody > tr > td[b-o5ofpn63xi] {
        padding: 0px;
    }

.custom-grid .rz-expanded-row-content td[b-o5ofpn63xi] {
    padding: 0;
}

.custom-grid .rz-grid-filter-active[b-o5ofpn63xi] {
    color: rgb(37, 59, 76) !important;
}

.actions-container[b-o5ofpn63xi] {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.estado-tag[b-o5ofpn63xi] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-o5ofpn63xi] {
        background-color: #e6f9e6;
        color: #61b929;
        border: 1px solid #B7EB8F;
    }

    .estado-tag.inativo[b-o5ofpn63xi] {
        background-color: #f0f0f0;
        color: #7b7b7b;
        border: 1px solid #cccccc;
    }

    .estado-tag.pending[b-o5ofpn63xi] {
        background-color: #f0f0f0;
        color: #004AB2;
        border: 1px solid #004AB2;
    }

    .estado-tag.anulado[b-o5ofpn63xi] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.btn-save[b-o5ofpn63xi] {
    padding: 10px 27px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.botoes[b-o5ofpn63xi] {
    width: 100%;
    display: flex;
    justify-content: end;
}

/* _content/Adene.Web/Components/Pages/VQualidade/CriarLoteModal.razor.rz.scp.css */
.custom-modal-overlay[b-12c6tgzip8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1050;
}

.custom-modal[b-12c6tgzip8] {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 16px;
    width: 55%;
    padding: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.modal-header[b-12c6tgzip8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-12c6tgzip8] {
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }

.close-button[b-12c6tgzip8] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal-question[b-12c6tgzip8] {
    font-size: 22px;
    margin-bottom: 16px;
}

.input-label[b-12c6tgzip8] {
    color: orange;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

.form-group[b-12c6tgzip8] {
    margin-bottom: 16px;
}

.checkbox-group[b-12c6tgzip8] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.modal-footer[b-12c6tgzip8] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.cancel-button[b-12c6tgzip8] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.generate-button[b-12c6tgzip8] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.modal-subtitle[b-12c6tgzip8] {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}
/* _content/Adene.Web/Components/Pages/VQualidade/ListagemVQualidade.razor.rz.scp.css */
.dashboard[b-wj02k37gc5] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Navbar styles */
.navbar[b-wj02k37gc5] {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-border-top[b-wj02k37gc5] {
    min-height: 4px;
    width: 100%;
}

.navbar-content[b-wj02k37gc5] {
    display: flex;
    margin-top: 24px;
    width: 100%;
    max-width: 1854px;
    align-items: center;
    gap: 40px 64px;
    align-self: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.navbar-logo[b-wj02k37gc5] {
    aspect-ratio: 5.56;
    object-fit: contain;
    width: 272px;
    min-width: 240px;
    margin: auto 0;
}

.nav-menu[b-wj02k37gc5] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    flex: 1;
    flex-basis: 0%;
}

.nav-item[b-wj02k37gc5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.nav-text[b-wj02k37gc5] {
    align-self: center;
}

.nav-indicator[b-wj02k37gc5] {
    background-color: #fff;
    min-height: 2px;
    width: 100%;
    margin-top: 2px;
}

.nav-indicator-active[b-wj02k37gc5] {
    background-color: rgb(37, 59, 76);
}

.nav-actions[b-wj02k37gc5] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
}

.notification-btn[b-wj02k37gc5] {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    width: 43px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
}

.notification-badge[b-wj02k37gc5] {
    background-color: rgb(37, 59, 76);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 4px;
}

.user-menu[b-wj02k37gc5] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 8px;
}

.user-avatar[b-wj02k37gc5] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name[b-wj02k37gc5] {
    color: #000;
    font-size: 16px;
}

.navbar-border-bottom[b-wj02k37gc5] {
    background-color: #d9d9d9;
    height: 1px;
    width: 100%;
    margin-top: 26px;
}

/* Header styles */
.page-header[b-wj02k37gc5] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
    color: rgb(37, 59, 76)​;
}

.header-content[b-wj02k37gc5] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title[b-wj02k37gc5] {
    color: rgb(37, 59, 76);
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb[b-wj02k37gc5] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    margin-top: 10px;
}

.header-button[b-wj02k37gc5] {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.header-main.row[b-wj02k37gc5] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-wj02k37gc5] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

/* Grid styles */
.grid-container[b-wj02k37gc5] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 101px auto;
    max-width: 1632px;
    width: 100%;
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-content[b-wj02k37gc5] {
        max-width: 100%;
    }

    .page-header[b-wj02k37gc5] {
        padding: 50px 20px;
    }

    .copyright[b-wj02k37gc5] {
        margin-top: 40px;
    }
}

.subgrid-container[b-wj02k37gc5] {
    padding: 0px;
    
}

    .subgrid-container .rz-datatable .rz-datatable-tbody > tr > td[b-wj02k37gc5] {
        padding: 0px;
       
    }

.custom-grid .rz-expanded-row-content td[b-wj02k37gc5] {
    padding: 0;
}

.custom-grid .rz-grid-filter-active[b-wj02k37gc5] {
    color: rgb(37, 59, 76) !important;
}

.actions-container[b-wj02k37gc5] {
    display: flex;
    justify-content: start;
    gap: 5px;
}
.estado-tag[b-wj02k37gc5] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

    .estado-tag.ativo[b-wj02k37gc5] {
        background-color: #e6f9e6;
        color: #61b929;
        border: 1px solid #B7EB8F;
    }

.estado-tag.inativo[b-wj02k37gc5] {
    background-color: #f0f0f0;
    color: #7b7b7b;
    border: 1px solid #cccccc;
}
    .estado-tag.pending[b-wj02k37gc5] {
        background-color: #f0f0f0;
        color: #004AB2;
        border: 1px solid #004AB2;
    }

.estado-tag.anulado[b-wj02k37gc5] {
    background-color: #ffeef0;
    color: #d4002d;
    border: 1px solid #d4002d;
}

.btn-save[b-wj02k37gc5] {
    padding: 10px 27px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.botoes[b-wj02k37gc5] {
    width: 100%;
    display: flex;
    justify-content: end;
}
/* _content/Adene.Web/Components/Pages/VQualidade/ListagemVQualidadeHistorico.razor.rz.scp.css */

.formulario[b-20tcx7kggs] {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd;
    width: 100%;
    gap: 44px;
}

.grid-form[b-20tcx7kggs] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
}

.control-wrapper[b-20tcx7kggs] {
    flex: 1;
    display: flex;
}

.botoes[b-20tcx7kggs] {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.btn-cancel[b-20tcx7kggs] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save[b-20tcx7kggs] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.title-container[b-20tcx7kggs] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-20tcx7kggs] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.card-title[b-20tcx7kggs] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/AnaliseProcesso.razor.rz.scp.css */
.formulario[b-el0r1p3bz5] {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd;
    width: 100%;
    gap: 44px;
}

.grid-form[b-el0r1p3bz5] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
}

.control-wrapper[b-el0r1p3bz5] {
    flex: 1;
    display: flex;
}

.botoes[b-el0r1p3bz5] {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.btn-cancel[b-el0r1p3bz5] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save[b-el0r1p3bz5] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.title-container[b-el0r1p3bz5] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-el0r1p3bz5] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.card-title[b-el0r1p3bz5] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}

/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/Analise/AnaliseCheckList.razor.rz.scp.css */
.analise-container[b-z45w9jl66l] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.template-container[b-z45w9jl66l] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
}

.header-div[b-z45w9jl66l] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 1rem;
}
.checklist-dropdown[b-z45w9jl66l] {
    width: 100%;
    border-top: none;
    box-shadow: none;
    border-right: none;
    border-left: none;
}
.field-set-container[b-z45w9jl66l] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.file-types[b-z45w9jl66l] {
    color: #000;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.17px;
    margin: 0;
    top: -2vh;
    position: relative;
}

.upload-section[b-z45w9jl66l] {
    margin-top: 32px;
}

.upload-label[b-z45w9jl66l] {
    color: #757575;
    font-size: 14px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    display: block;
    margin-bottom: 16px;
}

.upload-area[b-z45w9jl66l] {
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    align-items: center;
    text-align: center;
}

.upload-icon[b-z45w9jl66l] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    bottom: -3vh;
    position: relative;
}
.grid-form[b-z45w9jl66l] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}
.accordion-item[b-z45w9jl66l] {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-header[b-z45w9jl66l] {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}

.accordion-button[b-z45w9jl66l] {
}

.accordion-button:not(.collapsed)[b-z45w9jl66l] {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
}

.accordion-button:focus[b-z45w9jl66l] {
    box-shadow: none;
}

.accordion-button[b-z45w9jl66l]::after {
    display: none;
}

.detalhes-button[b-z45w9jl66l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 8px;
    /*background-color: rgba(152, 207, 95, 0.25);*/
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000;
    width: fit-content;
    height: 32px;
    cursor: pointer;
}

.detalhes-arrow[b-z45w9jl66l] {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 20px;
    transform: rotate(90deg);
}

.detalhes-arrow.show[b-z45w9jl66l] {
    transform: rotate(270deg);
}

.detalhes-icon[b-z45w9jl66l] {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/Analise/AnaliseEsclarecimentos.razor.rz.scp.css */
.analise-container[b-76ts6b0596] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.template-container[b-76ts6b0596] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
}
.grid-form[b-76ts6b0596] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}
.file-types[b-76ts6b0596] {
    color: #000;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.17px;
    margin: 0;
    top: -2vh;
    position: relative;
}

.upload-section[b-76ts6b0596] {
    margin-top: 32px;
}

.upload-label[b-76ts6b0596] {
    color: #757575;
    font-size: 14px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    display: block;
    margin-bottom: 16px;
}

.upload-area[b-76ts6b0596] {
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    align-items: center;
    text-align: center;
}

.upload-icon[b-76ts6b0596] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    bottom: -3vh;
    position: relative;
}

.header-div[b-76ts6b0596] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.field-set-container[b-76ts6b0596] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/Analise/AnaliseRespostas.razor.rz.scp.css */
.analise-container[b-f9dl6iykff] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.template-container[b-f9dl6iykff] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
}

.grid-form[b-f9dl6iykff] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}
.file-types[b-f9dl6iykff] {
    color: #000;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.17px;
    margin: 0;
    top: -2vh;
    position: relative;
}

.upload-section[b-f9dl6iykff] {
    margin-top: 32px;
}

.upload-label[b-f9dl6iykff] {
    color: #757575;
    font-size: 14px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    display: block;
    margin-bottom: 16px;
}

.upload-area[b-f9dl6iykff] {
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    align-items: center;
    text-align: center;
}

.upload-icon[b-f9dl6iykff] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    bottom: -3vh;
    position: relative;
}

.header-div[b-f9dl6iykff] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 1rem;
}
.field-set-container[b-f9dl6iykff] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/DadosGerais.razor.rz.scp.css */
.formulario[b-mzuip06jwx] {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd;
    width: 100%;
    gap: 44px;
}

.grid-form[b-mzuip06jwx] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
}

.control-wrapper[b-mzuip06jwx] {
    flex: 1;
    display: flex;
}

.botoes[b-mzuip06jwx] {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.btn-cancel[b-mzuip06jwx] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save[b-mzuip06jwx] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.title-container[b-mzuip06jwx] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-mzuip06jwx] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}
.card-title[b-mzuip06jwx] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/Documentacao.razor.rz.scp.css */
.formulario[b-eaevjbz5py] {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd;
    width: 100%;
    gap: 44px;
}

.grid-form[b-eaevjbz5py] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
}

.control-wrapper[b-eaevjbz5py] {
    flex: 1;
    display: flex;
}

.botoes[b-eaevjbz5py] {
    margin-top: 2rem;
    display: flex;
    justify-content: end;
}

.btn-save[b-eaevjbz5py] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.upload-section[b-eaevjbz5py] {
    border: 2px dashed #ccc;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;

}

.title-container[b-eaevjbz5py] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-eaevjbz5py] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}
.card-title[b-eaevjbz5py] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}

.header-div[b-eaevjbz5py] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 1rem;
}
.custom-grid[b-eaevjbz5py] {
    font-family: 'Poppins', sans-serif;
}

.doc-col[b-eaevjbz5py] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.estado-tag[b-eaevjbz5py] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}
    .estado-tag.estado-green[b-eaevjbz5py] {
        background-color: #e6f9e6;
        color: #61b929;
        border: 1px solid #B7EB8F;
    }

    .estado-tag.estado-red[b-eaevjbz5py] {
        background-color: #ffeef0;
        color: #d4002d;
        border: 1px solid #d4002d;
    }

.action-buttons[b-eaevjbz5py] {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

.file-types[b-eaevjbz5py] {
    color: #000;
    font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.17px;
    margin: 0;
    top: -2vh;
    position: relative;
}

.upload-section[b-eaevjbz5py] {
    margin-top: 32px;
}

.upload-label[b-eaevjbz5py] {
    color: #757575;
    font-size: 14px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    display: block;
    margin-bottom: 16px;
}

.upload-area[b-eaevjbz5py] {
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    align-items: center;
    text-align: center;
}

.upload-icon[b-eaevjbz5py] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    bottom: -3vh;
    position: relative;
}
.date-selector :hover[b-eaevjbz5py] {
    cursor: pointer;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/FormProceso.razor.rz.scp.css */
.container-formulario[b-aklu7bf2m1] {
    display: flex;
    padding: 2rem;
    font-family: 'Poppins', sans-serif;
    gap: 2rem;
    align-items: flex-start;
}

.row-container[b-aklu7bf2m1] {
    width: 100%;
}

.sidebar[b-aklu7bf2m1] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd;
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 180px;
    overflow: hidden;
}

.menu-item[b-aklu7bf2m1] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}

    .menu-item.ativo[b-aklu7bf2m1] {
        background: rgb(152, 207, 95);
        color: white;
    }

.formulario[b-aklu7bf2m1] {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd;
    width: 100%;
}

.grid-form[b-aklu7bf2m1] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
}

.control-wrapper[b-aklu7bf2m1] {
    flex: 1;
    display: flex;
}

.botoes[b-aklu7bf2m1] {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/ListagemProcessoHistorico.razor.rz.scp.css */
.formulario[b-pbfayvf2em] {
    flex: 1;
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd;
    width: 100%;
    gap: 44px;
}

.grid-form[b-pbfayvf2em] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
}

.control-wrapper[b-pbfayvf2em] {
    flex: 1;
    display: flex;
}

.botoes[b-pbfayvf2em] {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.btn-cancel[b-pbfayvf2em] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save[b-pbfayvf2em] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.title-container[b-pbfayvf2em] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-pbfayvf2em] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.card-title[b-pbfayvf2em] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/RelatorioSteps.razor.rz.scp.css */
.formulario[b-nu0uz1se7f] {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd;
    width: 100%;
    gap: 44px;
}

.grid-form[b-nu0uz1se7f] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
}

.control-wrapper[b-nu0uz1se7f] {
    flex: 1;
    display: flex;
}

.botoes[b-nu0uz1se7f] {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.btn-cancel[b-nu0uz1se7f] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save[b-nu0uz1se7f] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.title-container[b-nu0uz1se7f] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.title-indicator[b-nu0uz1se7f] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.card-title[b-nu0uz1se7f] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}

/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/Relatorio/Acoes.razor.rz.scp.css */

.grid-form[b-27afuvqwu0]
{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}
.field-set-container[b-27afuvqwu0] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.upload-section[b-27afuvqwu0] {
    margin-top: 32px;
}

.upload-label[b-27afuvqwu0] {
    color: #757575;
    font-size: 14px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    display: block;
    margin-bottom: 16px;
}

.upload-area[b-27afuvqwu0] {
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    align-items: center;
    text-align: center;
}

.upload-icon[b-27afuvqwu0] {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    bottom: -3vh;
    position: relative;
}
/* _content/Adene.Web/Components/Pages/VQualidade/Navegation/Relatorio/ConfirmAcoe.razor.rz.scp.css */
.custom-modal-overlay[b-4pwb4bzdor] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1050;
}

.custom-modal[b-4pwb4bzdor] {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 16px;
    width: 55%;
    padding: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.modal-header[b-4pwb4bzdor] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .modal-header h2[b-4pwb4bzdor] {
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }

.close-button[b-4pwb4bzdor] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal-question[b-4pwb4bzdor] {
    font-size: 22px;
    margin-bottom: 16px;
}

.input-label[b-4pwb4bzdor] {
    color: orange;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

.form-group[b-4pwb4bzdor] {
    margin-bottom: 16px;
}

.checkbox-group[b-4pwb4bzdor] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.modal-footer[b-4pwb4bzdor] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.cancel-button[b-4pwb4bzdor] {
    background-color: rgba(37, 59, 76, 0.15) !important;
    color: rgb(37, 59, 76) !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.generate-button[b-4pwb4bzdor] {
    background-color: rgb(37, 59, 76) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.modal-subtitle[b-4pwb4bzdor] {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}
/* _content/Adene.Web/Components/Pages/VQualidade/NovoLoteDialog.razor.rz.scp.css */
.botoes[b-w9q8our6ey] {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.btn-cancel[b-w9q8our6ey] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgba(37, 59, 76, 0.15);
    color: rgb(37, 59, 76);
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save[b-w9q8our6ey] {
    padding: 12px 42px;
    border-radius: 4px;
    background-color: rgb(37, 59, 76);
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.title-container[b-w9q8our6ey] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 16px;
    justify-content: start;
    margin-bottom: 2rem;
}

.title-indicator[b-w9q8our6ey] {
    background-color: rgb(152, 207, 95);
    align-self: stretch;
    display: flex;
    width: 4px;
    flex-shrink: 0;
    height: 24px;
}

.card-title[b-w9q8our6ey] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #414d55;
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1;
}
/* _content/Adene.Web/Components/Pages/VQualidade/VQualidade.razor.rz.scp.css */
*[b-yma4chzqv6] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-yma4chzqv6] {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    background-color: var(--white);
}

.page-container[b-yma4chzqv6] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Breadcrumb section */
.breadcrumb-section[b-yma4chzqv6] {
    background-color: rgb(152, 207, 95);
    padding: 50px 70px;
}

.breadcrumb-container[b-yma4chzqv6] {
    max-width: 1632px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-yma4chzqv6] {
    font-size: 32px;
    color: rgb(37, 59, 76);
    margin: 0;
    font-weight: 700;
}

.breadcrumb-nav[b-yma4chzqv6] {
    margin-top: 10px;
    color: rgb(37, 59, 76);
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-nav span[b-yma4chzqv6] {
    margin: 0 8px;
}

.breadcrumb-nav span:first-child[b-yma4chzqv6] {
    margin-left: 0;
}

.breadcrumb-content.row[b-yma4chzqv6] {
    flex-wrap: nowrap;
}

.breadcrumb-icon[b-yma4chzqv6] {
    font-size: xxx-large;
    color: rgb(37, 59, 76);
    max-width: 80px;
    max-height: 80px;
    border: solid 4px rgb(37, 59, 76);
    border-radius: 15%;
}

@media (max-width: 991px) {
    .navbar-content[b-yma4chzqv6] {
        padding: 24px 20px;
        flex-wrap: wrap;
    }

    .breadcrumb-section[b-yma4chzqv6] {
        padding: 50px 20px;
    }
}
.grid-container[b-yma4chzqv6] {
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin: 101px auto;
    max-width: 1632px;
    width: 100%;
}

.tabs-wrapper[b-yma4chzqv6] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs-container[b-yma4chzqv6] {
    display: flex;
    background-color: rgb(37, 59, 76);
    border-radius: 2rem;
    padding: 0.25rem;
    gap: 0;
}


.tab-button[b-yma4chzqv6] {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.tab-button.active[b-yma4chzqv6] {
    background-color: white;
    color: black;
}
