body {
    background:radial-gradient(at 75.38236198720878% 24.880566230435086%, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, 0) 100%), radial-gradient(at 12.968831796429448% 0.5436477549711771%, hsla(232.6829268292683, 30.82706766917293%, 26.078431372549023%, 1) 0%, hsla(232.6829268292683, 30.82706766917293%, 26.078431372549023%, 0) 100%), radial-gradient(at 21.972326706581736% 9.782016126501736%, hsla(27.058823529411764, 100%, 50%, 1) 0%, hsla(27.058823529411764, 100%, 50%, 0) 100%), radial-gradient(at 61.569777491065935% 60.73847134178727%, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, 0) 100%), radial-gradient(at 21.707744075904035% 67.71472787863458%, hsla(232.6829268292683, 30.82706766917293%, 26.078431372549023%, 1) 0%, hsla(232.6829268292683, 30.82706766917293%, 26.078431372549023%, 0) 100%), radial-gradient(at 79.01398106048656% 14.80663461126377%, hsla(27.058823529411764, 100%, 50%, 1) 0%, hsla(27.058823529411764, 100%, 50%, 0) 100%), radial-gradient(at 21.670599049870297% 76.20628302421481%, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, 0) 100%), radial-gradient(at 97.53631548001984% 89.58227432944916%, hsla(232.6829268292683, 30.82706766917293%, 26.078431372549023%, 1) 0%, hsla(232.6829268292683, 30.82706766917293%, 26.078431372549023%, 0) 100%), radial-gradient(at 52.50630144121473% 6.161437255132118%, hsla(27.058823529411764, 100%, 50%, 1) 0%, hsla(27.058823529411764, 100%, 50%, 0) 100%), radial-gradient(at 22.080814837332262% 41.6498658555438%, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, 0) 100%), radial-gradient(at 51.43585002715929% 42.30354671123504%, hsla(232.6829268292683, 30.82706766917293%, 26.078431372549023%, 1) 0%, hsla(232.6829268292683, 30.82706766917293%, 26.078431372549023%, 0) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0; 
}

#div-atualizar-orcamento, #div-alert-edicao-orcamento {
    display: none;
}

.cnpj__status, .cpf__status, .cep__status {
    display: none;
    color: var(--texto-status);
    padding: 0.3em;
    margin-top: 0.3em;
    width: fit-content;
    border-radius: 5px;
}

.cnpj__status__invalido, .cpf__status__invalido {
    background-color: var(--background-status-invalido);
}

.cnpj__status__valido, .cpf__status__valido {
    background-color: var(--background-status-valido);
}

.cep__status__consultando {
    background-color: var(--background-cep-status-consultando);
}

.cep__status__invalido {
    background-color: var(--background-cep-status-invalido);
}

.div__input__estado {
    display: none;
}

.div__input__cpf, .div__input__nome__completo {
    display: none;
}

.div__botao__orcamento {
    display: flex;
    justify-content: center;
}

.custom-offcanvas {
    height: 38vh !important;
}

.form__row {
    padding: 12px;
}

.form__container {
    margin-top: 30px;
    background-color: #272727;
    border-radius: 20px;
    padding: 0px 30px 0px 30px;
}

.form-check-input {
    background-color: #272727;
    border-color: #ffc107;
}

.form-check-input:checked {
    background-color: #ffc107;
    border-color: #ffc107;
}

.form-check-input:focus {
    box-shadow: none;
}

.link__novo__item {
    color: #3c801d;
    text-decoration: none;
    background-color: transparent;
    padding: 0.5em;
    border: 2px solid #3c801d;
    border-radius: 10px;
    transition: 0.1s;
}

.link__novo__item:hover {
    background-color: #2c2c2c;
    transition: 0.1s;
}

table thead tr th {
    background-color: #272727 !important;
    color: #d4d4d4 !important;
    font-weight: 600 !important;
}
