@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/PortalDoCliente/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dd1qs9kw7r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dd1qs9kw7r] {
    flex: 1;
}

.sidebar[b-dd1qs9kw7r] {
    /*background-image: linear-gradient(180deg, rgb(0, 160, 160) 0%, #013c3e 70%);*/
    background: linear-gradient(30deg, #014b4e, #02878d);
    /*background-size: 200% 200%;*/
    /*animation: gradient 15s ease infinite;
    transition: background-color 1s ease-in-out;*/
}

/*@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}*/

.top-row[b-dd1qs9kw7r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dd1qs9kw7r]  a, .top-row[b-dd1qs9kw7r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dd1qs9kw7r]  a:hover, .top-row[b-dd1qs9kw7r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dd1qs9kw7r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dd1qs9kw7r] {
        justify-content: space-between;
    }

    .top-row[b-dd1qs9kw7r]  a, .top-row[b-dd1qs9kw7r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dd1qs9kw7r] {
        flex-direction: row;
    }

    .sidebar[b-dd1qs9kw7r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dd1qs9kw7r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dd1qs9kw7r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dd1qs9kw7r], article[b-dd1qs9kw7r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dd1qs9kw7r] {
    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-dd1qs9kw7r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PortalDoCliente/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ec4nl509wk] {
    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-ec4nl509wk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ec4nl509wk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ec4nl509wk] {
    font-size: 1.1rem;
}

.bi[b-ec4nl509wk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -0.75rem;
    background-size: cover;
}

.nav-item[b-ec4nl509wk] {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ec4nl509wk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ec4nl509wk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ec4nl509wk]  .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-ec4nl509wk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ec4nl509wk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ec4nl509wk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ec4nl509wk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ec4nl509wk] {
        display: none;
    }

    .nav-scrollable[b-ec4nl509wk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        /* by luiz */
        min-width: max-content;
    }
}
/* _content/PortalDoCliente/Components/Pages/BoletoCobranca.razor.rz.scp.css */


table[b-pgp3nrrt81] {
    border-collapse: collapse;
    width: 100%;
}

    table td[b-pgp3nrrt81] {
        border: 1px solid black;
        padding: 3px;
        vertical-align: top;
    }

.align-bottom[b-pgp3nrrt81] {
    vertical-align: bottom;
}

.titulo-campo[b-pgp3nrrt81] {
    display: block;
    font-size: 0.8em;
    vertical-align: top;
}

.valor-campo[b-pgp3nrrt81] {
    display: block;
}

.direita[b-pgp3nrrt81] {
    text-align: right;
}

.sem-borda-direita[b-pgp3nrrt81] {
    border-right: none;
}

.sem-borda-esquerda[b-pgp3nrrt81] {
    border-left: none;
}

.sem-borda[b-pgp3nrrt81] {
    border: none;
}

.codigo-de-barras[b-pgp3nrrt81] {
    font-family: 'COD_BARRAS_25I';
    font-size: 55px;
}

.linha-final[b-pgp3nrrt81] {
    padding: 15px;
}

@media screen {
    .mostrar-so-na-impressao[b-pgp3nrrt81] {
        display: none;
    }
}

@media print {
    table[b-pgp3nrrt81] {
        font-size: 0.5em;
        width: 650px;
    }
}

/* _content/PortalDoCliente/Components/Pages/Mercadorias.razor.rz.scp.css */
.grid[b-vax36fsm16] {
    width: 100%;
    border: 1px solid black;
    
}
/* _content/PortalDoCliente/Components/Shared/NotificacaoEmTela.razor.rz.scp.css */
.bloqueio-de-tela[b-gghj9nh5a3] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF90;
    backdrop-filter: blur(2px);
    z-index: 1;
}

.vemSuave[b-gghj9nh5a3] {
    opacity: 1;
    animation-name: vemSuaveAnimation-b-gghj9nh5a3;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
}

@keyframes vemSuaveAnimation-b-gghj9nh5a3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modal-dialog[b-gghj9nh5a3] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.modal-body[b-gghj9nh5a3] {
    overflow-y: auto;
    max-height: 50vh;
}

.modal-content[b-gghj9nh5a3] {
    box-shadow: rgba(149, 157, 165, 1) 0px 8px 24px;
}

.notificacao-em-tela-content[b-gghj9nh5a3] {
    text-align: justify;
    font-size: 1.3em;
}

.notificacao-em-tela-successo[b-gghj9nh5a3] {
    color: #004c39;
    border-color: #008060;
    background-color: #b2d8cff0;
}

    .notificacao-em-tela-successo .notificacao-botao-fechar[b-gghj9nh5a3] {
        color: #004c39;
    }

.notificacao-em-tela-erro[b-gghj9nh5a3] {
    color: #760411;
    border-color: #9d0617;
    background-color: #f98585f0;
}

    .notificacao-em-tela-erro .notificacao-botao-fechar[b-gghj9nh5a3] {
        color: #760411;
    }

.notificacao-em-tela-alerta[b-gghj9nh5a3] {
    color: black;
    border-color: black;
    background-color: #ffc107f0;
}

    .notificacao-em-tela-alerta .notificacao-botao-fechar[b-gghj9nh5a3] {
        color: black;
    }

.notificacao-em-tela-info[b-gghj9nh5a3] {
    color: #005668;
    border-color: #0089a6;
    background-color: #66cde2f0;
}

    .notificacao-em-tela-info .notificacao-botao-fechar[b-gghj9nh5a3] {
        color: #005668;
    }

.notificacao-em-tela-escuro[b-gghj9nh5a3] {
    color: white;
    border-color: black;
    background-color: #00000090;
}

    .notificacao-em-tela-escuro .notificacao-botao-fechar[b-gghj9nh5a3] {
        color: white;
    }

.notificacao-em-tela-claro[b-gghj9nh5a3] {
    color: #252525;
    border-color: #d6d5d5;
    background-color: #f7f7f7;
}
    
    .notificacao-em-tela-claro .notificacao-botao-fechar[b-gghj9nh5a3] {
        color: gray;
    }

.notificacao-botao-fechar[b-gghj9nh5a3] {
    background: none;
    border: none;
    font-size: 1em;
    
    font-weight: bold;
    cursor: pointer;
}

    .notificacao-botao-fechar:hover[b-gghj9nh5a3] {
        color: #000;
        text-shadow: 0px 0px 4px white, 0 0 3em white;
    }

@keyframes slide-in-b-gghj9nh5a3 {
    from {
        transform: translateX(90%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out-b-gghj9nh5a3 {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(90%);
        opacity: 0;
    }
}
