.container-header-notafiscal {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 112px;
}

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #D7D8FF;
    border-radius: 8px;
    padding: 5px;
    width: 300px;
    height: 40px;
}

.search-container input[type="text"] {
    border: none;
    outline: none;
    width: 100%;
    padding: 5px;
    padding-left: 11px;
    font-size: 14px !important;
}

.search-container input[type="text"]::placeholder {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
}

.search-container button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.search-container button img {
    width: 16px;
    height: 16px;
}

.container-search-filtro {
    display: flex;
    gap: 8px;
}

.container-texto h2{
    font-family: 'Cabinet Grotesk';
    font-size: 20px;
    font-weight: 600;
    color: #37393D;
}

.container-texto p{
    font-family: 'Inter';
    font-size: 14px;
    color: #83878D;
}

.sem-itens {
    height: 50vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sem-itens h2 {
    font-family: 'Cabinet Grotesk';
    font-size: 20px;
    font-weight: 600;
    color: #37393D;
}

.sem-itens p {
    font-family: 'Inter';
    font-size: 14px;
    color: #83878D;
}

.sem-itens button {
    background-color: #0A66F3;
    color: #FFFFFF;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter';
    margin-top: 32px;
}

.notafiscal-container {
    padding: 32px 112px;
    height: 100vh;
    background-color: rgb(242, 242, 255);
}

.container-lista {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 20px auto;
    background-color: #f2f2ff;
    border-radius: 8px;
    padding: 20px;
}

.solicitacoes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.solicitacoes-header h2 {
    font-family: 'Cabinet Grotesk';
    font-size: 16px;
    font-weight: 600;
    color: #37393D;

}

.solicitar-nova {
    background-color: #0A66F3;
    color: #FFFFFF;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter';
}

.solicitar-nova:hover {
    background-color: #0c57d9; 
}

.card {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Inter';
    text-align: center;
}

.card span {
    margin: 0 10px;
}

.cnpj-lista {
    font-family: 'Cabinet Grotesk';
    font-size: 14px;
    font-weight: 600;
    color: #37393D;
}

.data {
    font-size: 14px;
    font-weight: 400;
    color: #83878D;
}

.empresa {
    font-size: 14px;
    font-weight: 400;
    color: #83878D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.valor {
    font-size: 14px;
    font-weight: 500;
}

.visualizar {
    font-size: 14px;
    font-weight: 400;
    color: #0A66F3;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
}

.visualizar:hover {
    text-decoration: underline;
}

.corpo-adicionar {
    font-family: Arial, sans-serif;
    background-color: #f1f5fc;
    height: 100vh;
    width: 100vw;
}

.container-adicionar-notafiscal {
    display: flex;
    justify-content: center;
}

.progress-bar-notafiscal-1 {
    background-color: #FDDB00;
    height: 2px;
    position: relative;
    width: 33%;
}

.progress-bar-notafiscal-2 {
    background-color: #FDDB00;
    height: 2px;
    position: relative;
    width: 66%;
}

.progress-bar-notafiscal-3 {
    background-color: #FDDB00;
    height: 2px;
    position: relative;
    width: 90%;
}

.form-card {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    margin-top: 32px;
}

.card-step {
    padding: 32px;
}

.hidden {
    display: none;
}

.passo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.texto-passos {
    font-family: 'Inter';
    color: #83878D;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.card-step h2 {
    margin-top: 4px;
}

.formulario-dados {
    margin-top: 48px;
    width: 496px;
}

.step a {
    text-decoration: none;
}

.step label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #666666;
}

.step input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #D7D8FF;
    border-radius: 5px;
    font-family: 'Inter';
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

.step input::placeholder {
    color: #000000 !important;
    font-size: 14px !important; 
    font-weight: 400 !important; 
}

.nextstep {
    width: 100%;
    padding: 12px;
    background-color: #0A66F3;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 17px;
}

.step button:hover {
    background-color: #4a8ae6;
}

.empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.empty-content img {
    width: 50px;
    margin-bottom: 32px;
}

.empty-text {
    font-family: 'Cabinet Grotesk';
    font-size: 20px;
    font-weight: 600;
}

.input-container {
    display: flex;
    gap: 8px;
}

.icone-papel {
    text-align: center;
}

.backgroud-imagem-comemoracao svg {
margin-bottom: 1rem;
}

.backgroud-imagem-comemoracao h3 {
font-size: 32px;
font-weight: 600;
}

.backgroud-imagem-comemoracao p {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    text-align: center;
}

.botao-vazado {
    background-color: transparent;
    border: 1px solid #0A66F3;
    border-radius: 8px;
    padding: 12px 24px;
    color: #0A66F3;
    margin-top: 32px;
    font-family: 'Inter';
    font-size: 16px;
}

.adicionar-produto-text {
    color: #37393D;
    font-family: 'Cabinet Grotesk';
    font-size: 20px;
    font-weight: 600;
}

textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #D7D8FF;
    border-radius: 5px;
    font-family: 'Inter' !important;
    font-size: 14px ;
    font-weight: 400 ;
    color: #000000 ;
}

textarea::placeholder {
    font-family: 'Inter' !important;
    color: #000000 !important;
    font-size: 14px !important; 
    font-weight: 400 !important; 
}

.produtos-servicos {
    margin-top: 48px;
}

.titulo-cards {
    color: #37393D;
    font-size: 16px;
    margin-bottom: 12px;
}

.card-produto {
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid #D7D8FF;
    border-radius: 8px;
    padding: 16px;
}

.texto-card-produto {
    max-width: 312px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    color: #83878D; 
}

.titulo-card-produto {
    font-family: 'Cabinet Grotesk';
    font-size: 14px;
    font-weight: 600; 
}

.edit-card-produto {
    border: none;
    background-color: transparent;
    width: 24px;
    height: 24px;
    padding: 0px;
    margin-top: 0px;
}

.edit-card-produto:active {
    background-color: transparent;
}

.adicionar-produto-vazado {
    width: 50%;
    padding: 12px;
    background-color: #ffffff;
    color: #0A66F3;
    border: 1px solid #0A66F3 !important;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 17px;
    font-weight: 700;
}

.adicionar-produto-vazado:hover {
    background-color: #ffffff !important;
}

.resumo-container {
    margin-top: 32px;
    font-family: 'Inter';
    font-size: 14px;
}

.resumo-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #D7D8FF;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

.resumo-input-titulo {
    color: #626262;
    font-weight: 400;
}

.resumo-input-resultado {
    color: #37393D;
    font-weight: 500;
}

.resumo-container-inputs {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.resumo-editar {
    width: 100%;
}

.container-buttons {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.resumo-container h3 {
    color: #37393D;
    font-size: 16px;
}

.resumo-container table {
    width: 100%;
    border-spacing: 0 8px;
}

.resumo-container th, td {
    padding: 12px 15px;
    text-align: left;
}

.resumo-container th {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    color: #83878D;
}

.resumo-container tbody tr.linha {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.resumo-container .quantidade {
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    font-weight: 400;
}

.resumo-container .value {
    border-radius: 0 8px 8px 0;
    text-align: right;
}

.resumo-container .total {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    color: #83878D;
}

.total-row .valor-total {
    color: #37393D;
    text-align: right;
}

.visualizar span svg {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {

    .notafiscal-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .container-header-notafiscal {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 500px) {

    .card {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Uma coluna para as primeiras linhas */
        grid-template-rows: auto auto; /* Duas linhas automáticas */
        row-gap: 10px; /* Espaçamento entre as linhas */
    }

    .cnpj-lista {
        grid-column: 1 / span 2;
        text-align: left;
        font-size: 16px;
    }
    
    .empresa {
        grid-column: 1 / span 2;
        text-align: left;
        font-size: 12px;
    }
    
    .valor {
        grid-column: 1;
        text-align: left;
    }
    
    .visualizar {
        grid-column: 2;
        text-align: right;
        justify-content: end;
        align-items: center;
    }

    .card-step {
        width: 380px;
        padding: 32px 24px;
    }

    .container-header-notafiscal {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        
    }

    .container-search-filtro {
        width: 100%;
    }

    .search-container {
        width: 100%;
    }

    .notafiscal-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .formulario-dados {
        width: 100%;
    }

    .input-container {
        flex-direction: column;
    }

    .adicionar-produto-vazado {
        width: 100%;
    }

    .resumo-container-inputs {
        flex-direction: column;
    }

    .backgroud-imagem-comemoracao {
        background-position: center;
    }


    .backgroud-imagem-comemoracao h3 {
        font-size: 24px;
    }

    .backgroud-imagem-comemoracao p {
        font-size: 14px;
        width: 90%;
        text-align: center;
    }

    .backgroud-imagem-comemoracao .botao-vazado {
        margin-top: 160px;
    }

    .data {
        display: none;
    }
}



