body {
    background-color: gainsboro !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: scroll;
    overflow-x: hidden;
    min-height: 100vh;
}

body::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    transition: 0.3s;
}

body::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* quero a mesma cor no corner  */
body::-webkit-scrollbar-corner,
div::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
}


body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
    background: #cdcdcd !important;
    border-radius: unset;
}

body::-webkit-scrollbar-thumb:hover,
div::-webkit-scrollbar-thumb:hover {
    background: #888888 !important;
    cursor: grab;
}

header {
    display: none;
}

footer {
    margin-top: auto;
    align-self: flex-end;
    width: 100vw;
    max-width: 100vw;
    height: 5vh;
    max-height: 5vh;
    color: white;
    background-color: #229544;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
}

footer p {
    margin: 0;
}

h1 {
    /* display: none; */
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin: unset;
    padding: unset;
    margin-left: 30px;
    text-align: start;
}

main {
    width: 97vw;
    margin-top: 2vh;
}

#inputs-filtros-home {
    padding: 10px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #0000001f;
}

#paginate {
    min-height: 20vh;
    max-height: 90vh;
    display: flex;
    margin: unset;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    border-radius: 10px;
    gap: 1px;
    box-shadow: 0px 0px 10px 0px #00000057;
    margin-bottom: 20px;
    transition: all 0.3s;
}

#abrirFullScreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1E6E34;
    color: inherit;
    border: unset;
    transition: all 0.2s;
}

#abrirFullScreen:hover {
    background-color: #094e1e;
    color: #FFF;
    cursor: pointer;
}

#paginate.fullscreen #abrirFullScreen,
#fecharFullScreen {
    display: none;
}


#paginate.fullscreen #fecharFullScreen {
    position: fixed;
    top: 1.5vh;
    left: 50%;
    transform: translateX(-50%);

    height: 5vh;
    aspect-ratio: 1/1;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 2em;
    cursor: pointer;
    color: gray;
    background-color: #cdcdcd;
    border-radius: 500px;
    border: 1px solid white;
    transition: all 0.2s;
}

#fecharFullScreen:hover {
    scale: 1.1;
    background-color: rgb(177, 177, 177);
    cursor: pointer;
}

#fecharFullScreen:active {
    scale: 0.9;
    background-color: rgb(177, 177, 177);
}

#paginate.fullscreen {
    /* height: 100%; */
    width: 100%;
    position: fixed;
    top: 8vh;
    left: 0%;
    margin: unset;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
}


#wraper_btn_left {
    height: 100%;
}

.btnNavTb:hover {
    background-color: #63a176 !important;
    color: #ffffff;
    cursor: pointer;
}


.btnNavExtremos {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 40px;
    width: 40px;

    background-color: #1E6E34;
    color: #FFF;
    border: unset;

    font-size: 20px;
    z-index: 150;
}

.btnNavParciais {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 40px);
    padding: unset;
    background-color: #999999;
    color: #00000077 !important;
}

#janela-scroll {
    scroll-behavior: smooth;
    width: calc(100% - 45px) !important;
    background-color: white;
}

* {
    list-style: none;
    scroll-behavior: smooth;
}

.bg-titulo {

    background-color: #93d482;
    text-align: center;
    font-family: -apple-system;
    border-radius: 10px;
}

.bg-subtitulo {

    background-color: #c0dfb8;
    text-align: center;
    font-family: -apple-system;
    border-radius: 10px;

}

.anexocampo1 {
    text-align: align-self auto;
    ;
}

.modal-filtroproposta .form-row input,
.modal-filtroproposta .form-row select,
.modal-filtroproposta .form-row label,
.modal-filtroproposta span {
    color: #3c4858;
}

input::placeholder {
    text-transform: capitalize !important;
}

input[value=""],
select:has(option[value=""]:checked) {
    color: #aabacd !important;
}

/* input:invalid {
      color: red !important;
    } */

option:not(:checked) {
    color: black !important
}

.modal-filtroproposta h3 {
    color: #fff !important;
}

.modal-filtroproposta form>span {
    font-size: 18px;
    text-align: center;
}

.modal-filtroproposta .form-row {
    background-color: #FDFDFD;
    font-weight: 700;
}

div#modal-alterar,
div#modal-alterar input,
div#modal-alterar select,
div#modal-alterar label,
div#modal-alterar h6,
div#modal-alterar td,
div#modal-alterar tbody th,
div#modal-alterar #nav-dadosusuarios th,
div#modal-alterar #nav-outraspropostas th,
div#modal-alterar #nav-observacao th,
div#modal-alterar #tabObservacaoProposta textarea,
div#modal-alterar a.active,
#inputs-filtros-home select,
#inputs-filtros-home input,
#inputs-filtros-home label,
#modal-logs,
#modal-logs td,
#modal-logs th {
    color: black;
    font-weight: 700
}

#tb_resultado_pesquisa td {
    font-size: 11px !important;
    margin: unset !important;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
}

.clienteNomeCPF,
.clienteNomeCPF div {
    display: flex;
    justify-content: center;
    gap: 5px;
}

table {
    margin: 0px !important;
}

.clienteNomeCPF {
    gap: 25px;
}



#tb_resultado_pesquisa th {
    font-size: 14px !important;
    background-color: #1E6E34;
    color: #FFF !important;
    padding-left: 10px;
    padding-right: 10px;
    border-top: unset;
    height: 40px !important;
}



.tabela-proposta {
    border-collapse: unset;
    border-spacing: unset;
}

.cabecalho-proposta {
    position: sticky;
    top: 0px;
    background-color: #FFF;
    z-index: 100;
    text-align: center;
}

.col-farol {
    padding: 0px 9px !important;
    border-right: unset !important;
    position: sticky;
    left: 0px;
    background-color: #d9d9d9;
}

.col-drop {
    width: 50px !important;
    height: 40px !important;
    border-left: unset !important;
    text-align: center;
    position: sticky;
    left: 42px;
    z-index: 99;
    padding: unset !important;
    background-color: #d9d9d9;
}

.a-drop:hover {
    background-color: #094e1e !important;
    border-radius: 5px;
}

.a-drop {
    background-color: #229544 !important;
    border-radius: 50px !important;
    height: 35px !important;
    width: 35px !important;
    border: 1px solid #229544 !important;
}

.a-drop i {
    color: #FFF;
    font-size: 14px !important;

}

.a-drop:hover i {
    color: rgb(255, 255, 255);
}

.col-proposta {
    box-sizing: border-box;
    position: sticky !important;
    left: 92px;
    z-index: 85;
    border-left: 2px solid #eff2f7;
    border-right: 2px solid #eff2f7;
    text-align: center;
    background-color: #d9d9d9
}

tr:nth-child(odd) td.col-proposta,
tr:nth-child(odd) td.col-farol,
tr:nth-child(odd) td.col-drop {
    background-color: #e7e6e6
}

tr:hover td.col-proposta,
tr:hover td.col-farol,
tr:hover td.col-drop {
    background-color: #FFF;
}

.card-filter {
    -webkit-animation: filter 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: filter 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    transition: ease 0.6ms;
}

@-webkit-keyframes filter {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes filter {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.sidenav {
    -webkit-animation: show 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: show 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    transition: ease 0.6ms;
}

@-webkit-keyframes show {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes show {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.nav-app {
    display: flex;
    border: none;
    justify-content: center;
    margin: 20px auto 0 auto;
}

.btn-square {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    width: 25px;
    scale: 1;
}

.btn-square:hover {
    background-color: rgb(210, 215, 221);
    color: #239645;
    scale: 0.9;
}

#table-retorno td,
#table-retorno th {
    padding-left: 5px;
    padding-right: 5px;
}

#table-retorno td {
    font-weight: bold;
}

#list-retorno {
    animation: piscapisca 1s normal infinite;
}

@keyframes piscapisca {
    0% {
        background-color: #d3d3d3;
    }

    50% {
        background-color: #f87b7b;
    }

    100% {
        background-color: #d3d3d3;
    }
}

#table-download td,
#table-download th {
    padding-left: 5px;
    padding-right: 5px;
}

#visao-geral-proposta {
    font-size: 18px;
    margin: unset;
}

#visao-geral-data-cadastro {
    margin-bottom: 10px;
    font-size: 12px;
}

#visao-geral-dados {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 10px;

}

#visao-geral-dados-usuario {
    text-align: left;
}

#visao-geral-dados-cliente {
    font-size: 15px;
    text-align: right;
}

#visao-geral-dados div p {
    margin: 4px;
}

.dropdown-menu {
    padding: unset !important;
    border: unset !important;
    margin: unset !important;
}

.lb-tb-visaog {
    /* background-color: linear-gradient(50deg, #36b37e, #36b3a4) !important; */
    background-image: linear-gradient(#36b37e, #36b3a4) !important;
    color: #FFF;
    font-size: 14px !important;
    padding: 8px !important;
    text-align: center !important;
}

.tb-l {
    margin: unset;
    min-height: 300px;
    max-height: 300x;

    max-width: 300px;
    min-width: 300px;
}



.btnMaisDetalhesVG {
    padding: unset !important;
    border: unset !important;
    margin: unset !important;
}

.tb-l td,
.tb-l th {
    padding: 8px !important;
    border: unset !important;
    border-top: unset;
    margin: unset !important;
    border-collapse: unset;
}

.tb-l td {
    white-space: pre-wrap !important;
    text-align: left !important;
}

.tb-l th {
    text-align: right !important;
    height: 100%;
    vertical-align: text-top !important;
}

.tb-l tr {
    border-top: 1px rgb(241, 241, 241) solid !important;
}

.tb-u th {
    background-color: #d7f0e5 !important;
}

.tb-u>tbody>tr>td {
    padding: 8px !important;
    white-space: normal !important;
}

.tb-u>tbody>tr>th {
    /* text-align: right; */
    padding: 8px !important;
}

#tb_visaog-dados-proposta>tbody>tr>td {
    text-align: left !important;
    vertical-align: text-top !important;
}

#img-identificacao {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
}

body {
    background: rgb(255, 255, 255);
}

#dialogoverlay {
    display: block;
    opacity: .8;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.607);
    width: 100%;
    z-index: 100000000;
}

.animate__animated.animate__bounceInDown {
    --animate-duration: 1.5s;
}

#dialogbox:onclick .animate__animated.animate__bounceOutDown {
    --animation-duration: 1.5s;
}

.btn-primary {
    background-color: #1E6E34;
    border-color: #1E6E34;
}

h3 {
    background-color: #1E6E34;
    color: white;
    font-family: 'Nunito';
    overflow: hidden;
    border-radius: 10px;
    padding: 4px;
}

#dialogbox {
    /* animation: bounce;
    animation-duration: 3s; */
    display: none;
    position: fixed;
    background: #000;
    border-radius: 7px;
    width: 550px;
    z-index: 10000000000000;
    overflow-y: auto;
    box-sizing: border-box;
}

#dialogbox {
    background: #008037;
    margin: 8px;
    color: #FFF !important;
    font-family: Nunito, sans-serif;
}

#dialogbox #dialogboxhead {
    border-color: hsla(0, 0%, 100%, .075);
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 0.5px solid #6b9366cb;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

#dialogbox #dialogboxbody {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.5rem;
    box-sizing: border-box;
}

#dialogbox #dialogboxbody .py-3 {
    text-align: center;
}

#dialogbox #dialogboxbody .py-3 h5 {
    margin-bottom: 0.5rem !important;
    font-weight: 700;
    margin-top: 1.5rem !important;
    font-size: 1.5rem;
    font-family: Nunito, sans-serif;
    line-height: 1.3;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#dialogbox #dialogboxbody .py-3 p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
}

#dialogbox #dialogboxhead .close:hover {
    color: hsla(0, 0%, 100%, .6);
}

#btnFecharModalCliente {
    margin: unset;
    display: block;
    position: relative;
    font-size: 25px;
    color: black;
    /* background-color: #fff;
    border-radius:25px; */
}

#dialogbox #dialogboxfoot {
    padding: 10px;
    text-align: right;
}

div .mt-4 {
    padding-top: 40px;
}

.wraper-list {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px 0px 0px;
}

.wraper-list li input {
    margin-top: 10px;
    cursor: pointer;
}


.wrapper-msg {
    display: flex;
    flex-direction: column;
}


.wrapper-msg textarea {
    border: none;
    background-color: #e7e7e7a9;
    padding: 4px 6px;
    outline: none;
    margin-bottom: 15px;
    margin-top: -5px;
    border-radius: 6px;
}

.send-msg {
    width: 170px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    left: 45px;
    border: none;
    border-radius: 12px;
    background-color: #008037;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


#appendListaDeNumerosWppEnviados {
    background-color: #fff;
    position: absolute;
    padding: 25px 10px;
}

#messageWpp {
    padding: 10px;
    width: 550px;
}

.container-chatbot {

    display: flex;

    width: 100%;
    height: 100%;

    padding: 1.5%;

    justify-content: space-between;
    align-items: center;

    border-radius: 10px;
    background: #000000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #434343, #171717);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #434343, #171717);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.wrapper-chat {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    max-height: 60vh;
    width: 100%;
    min-height: 60vh;

    border-radius: inherit;

    padding: 1.5% 2.5%;

    background-image: url(../../img/backgrounds/whatsapp-noturno.jpg);
    background-size: contain;
    overflow-x: hidden;
}

.wrapper-chat::-webkit-scrollbar {
    width: 8px;
}

.wrapper-chat::-webkit-scrollbar-track {
    background: transparent;
    border: unset;
    border-radius: unset;
}

.wrapper-chat::-webkit-scrollbar-thumb {
    border: unset;
    border-radius: unset;
    background-color: #6c6c6c8f !important;
    width: 8px;
}

.wrapper-chat::-webkit-scrollbar-thumb {
    background-color: #4c4c4c77 !important;
}

.message-wpp-in {
    position: relative;
    background-color: #282A27;
    max-width: 60%;
    align-self: flex-start;
}

.message-wpp-out {

    position: relative;
    align-self: flex-end;

    background-color: #0F5147;

    max-width: 60%;

}

.wpp-msg {
    border-radius: inherit;
    margin: 1.2% 0px;
    padding: 8px;
    z-index: 2;
    color: #FFF;
    font-size: 14px;
}

.wpp-msg p {
    margin: 0px;
}

p.msg {
    margin: 15px 0px;
}

.name {
    color: #36b37e;
    font-weight: bolder;
    font-size: 13px;
}

.name-r {
    text-align: end;
}

.name-l {
    text-align: start;
}

.msg-details {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
}

.msg-details i {
    position: relative;
}

.hour {
    position: relative;
    display: flex;
    bottom: 0;
    font-size: 11px;
    color: rgb(206, 206, 206);
}

.hour-r {
    text-align: start;
}

.hour-l {
    text-align: end;
}

.status-msg {
    display: flex;
    margin: 0px 5px;
    color: rgb(206, 206, 206);
}

.status-msg-read {
    color: #53bdeb;
}

.status-msg i:nth-child(2) {
    position: relative;
    right: 8px;
}

.bico:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -18px;
    top: 0;
    z-index: -1;
}

.bico-r:after {
    border-top: 25px solid #0F5147;
    right: -10px;
}

.bico-l:after {
    border-top: 25px solid #282A27;
    left: -10px;
}

.numberCli {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding-inline: 3px;
}

.numberCliOut {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding-inline: 3px;
    position: relative;
    bottom: -1px;
}

.nenhum-ctt-alerta {
    color: rgb(213, 210, 210);
    justify-self: center;
    align-self: center;
    background-color: rgba(255, 255, 255, 0.185);
    padding: 5px 15px;
    border-radius: 5px;

}

#buttonDesbloquearNumero {
    cursor: pointer !important;
}

#reenviarLink {
    position: fixed;
    bottom: 2px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-inline: 20px;
    border-radius: 12px;
    outline: none;
    border: 1px solid #fff;
    background-color: #229544;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 999;
    left: 10px;
    gap: 10px;
    border-radius: 50% 50% 50% 0;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease-in-out;
}

#reenviarLink:hover {
    background-color: #fff !important;
    width: 250px;
    border-radius: 12px;
    border: 1px solid #229544;
    color: #229544;
    transition: all 0.3s ease-in-out;
}

#reenviarLink:hover p {
    display: block;
}

#reenviarLink p {
    margin: 10px auto;
    text-align: center;
    display: none;
}

.containerInfosLink {
    position: absolute;
    background-color: #eeeeee;
    z-index: 999;
    width: 750px;
    padding: 25px;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    left: 20%;
    gap: 15px;
    flex-direction: column;
    padding-bottom: 50px;
    transition: all 0.3s ease-in-out;
}

.containerInfosLink div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.containerInfosLink p {
    margin-bottom: -10px;
    text-align: left;
    margin-left: -320px;
}

.containerInfosLink div input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    border-radius: 12px;
    outline: none;
    border: 1px solid #229544;
    padding: 5px 10px;
}

.containerInfosLink h3 {
    background-color: #fff !important;
    font-weight: bold;
}

.closeContainerInfosLink {
    background-color: rgba(128, 128, 128, 0.429);
    width: 40px;
    height: 40px;
    border-radius: 12px;
    position: relative;
    left: 45%;
}

.closeContainerInfosLink:hover {
    scale: 0.98;
    cursor: pointer;
}

.dispararLink {
    margin: 35px auto 0 auto;
    background-color: #229544;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    border-radius: 12px;
}

.dispararLink:hover {
    scale: 0.98;
}

.containerFluxoDigital {
    display: flex;
    align-items: center !important;
    justify-content: center;
    background-color: unset !important;
    border: unset !important;

    display: none;
}

.containerFluxoDigital p {
    margin: unset !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: bolder;
}

.bolinha {
    width: 18px;
    height: 18px;
    background-color: red;
    border: 1px solid gray;
    border-radius: 50%;
    animation: piscar 1s infinite;
    opacity: 0.7;
}

@keyframes piscar {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.mensagemConvenio {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    position: absolute;
    top: 180px;
    left: 240px;
    width: max-content;
    height: 40px;
    z-index: 999;
    background-color: #fff;
    border: 1px solid red;
    padding: 0px 20px;
    padding-top: 18px;
    border-radius: 6px 6px 6px 0;
    font-weight: bold;
    box-shadow: 4px 4px 12px 0px #535353;
}

.mensagemConveniotabela {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: max-content;
    height: 40px;
    z-index: 999;
    margin-left: 10px;
    border: 1px solid red;
    padding: 0px 20px;
    padding-top: 18px;
    border-radius: 0 6px 6px 6px;
    font-weight: bold;
    box-shadow: 4px 4px 12px 0px #a0a0a0;
}

.mensagemConveniotabela p {
    font-size: 16px;
}


.closeMsgConvenio {
    text-align: center;
    cursor: pointer;
    padding: 3px 5px;
    margin-right: -10px;
    border-radius: 6px;
    background-color: #ccc;
}

.closeMsgConvenio:hover {
    scale: 0.98;
    box-shadow: 4px 4px 12px 0px #a8a8a8;
}

/*|____________________________________________|| container de propsotas agrupadas por cpf para vinculo ||________________________________|*/
.containerPropostasCpf {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 999;
    background: #000000d8;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}

.containerDadosPropostaCpf {
    max-height: 90%;
    overflow-y: scroll;
    background: #ffffff;
    width: 80%;
    margin: 25px auto;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.dadosUsuarioProposta {
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000000;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
    border-radius: 20px;
    padding-top: 15px;
}

.dadosUsuarioProposta P:first-child {
    border-bottom: 1px solid #229544;
    border-left: 1px solid #229544;
    padding-left: 10px;
    border-radius: 0 0 0 10px;
}

.dadosUsuarioProposta P {
    border-bottom: 1px solid #229544;
    padding-left: 10px;
    padding-right: 10px;
}

.dadosUsuarioProposta P:last-child {
    border-bottom: 1px solid #229544;
    border-right: 1px solid #229544;
    padding-right: 10px;
    border-radius: 0 0 10px 0;
}

.containerTabelaDadosPropostaCpf {
    padding-inline: 15px;
}

.containerTabelaDadosPropostaCpf table {
    margin: 25px auto;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    box-shadow: 6px 12px 4px 4px #24242413;
    text-transform: uppercase;
}

.containerTabelaDadosPropostaCpf td,
.containerTabelaDadosPropostaCpf th {
    text-align: center;
    padding: 8px;
}

.containerTabelaDadosPropostaCpf tr:nth-child(even) {
    background-color: #dddddd;
}

.containerTabelaDadosPropostaCpf thead {
    background: #229544;
    color: #fff;
}

.containerTabelaDadosPropostaCpf thead th:first-child {
    border-radius: 12px 0 0 0;
}

.containerTabelaDadosPropostaCpf thead th:last-child {
    border-radius: 0 12px 0 0;
}

.containerVinculoPropostaCpf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
    color: #000;
    margin-top: 20px;
}

.switchVinculo {
    border: 1px solid #ccc;
    width: 60px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #229544;
    cursor: not-allowed;
}

.switchVinculo div {
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
}

#btnVincular {
    background: #229544;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 15px;
    margin: 20px auto;
}

#btnVincular:hover {
    scale: 0.98;
    box-shadow: 4px 8px 4px 4px #24242413;
}

.labelTabelaPropostaCpf {
    margin-top: 20px;
    margin-bottom: -20px;
    text-transform: uppercase;
    margin-left: 18px;
}


.containerDadosPrincipaisCliente {
    display: flex;
    padding: 10px;
    justify-content: space-around;
    align-items: center;
    gap: 0.5rem;
}

.containerFotoClienteInicio {
    background: linear-gradient(50deg, #36b37e, #36b3a4) !important;
    min-width: 310px;
    max-width: 310px;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.containerFotoClienteInicio img {
    width: 92%;
    height: 92%;
    border-radius: 5px;
    object-fit: cover;
}

.infosGeraisCliente {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.linhaInfoClienteInicio {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.linhaInfoClienteInicio svg,
.linhaLegendaTabelaInicio svg {
    color: white;
    margin-top: -2px;
}

.iconeSemVinculo {
    background-color: #616161;
    padding: 3px;
    border-radius: 16%;
}

.iconeVinculoSessao {
    background-color: #00960c;
    padding: 2px;
    border-radius: 16%;
}

.iconeVinculoOutroOperador {
    background-color: #af0000;
    padding: 2px;
    border-radius: 16%;
}

.iconeFinalizadas {
    background-color: #36b397;
    padding: 2px;
    border-radius: 16%;
    border: 1px solid gray;
}

.linhaLegendaTabelaInicio {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.fundoIcone {
    background-color: #36b397;
    padding: 3px;
    border-radius: 16%;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
}

.subtitulotabelaproposta {
    font-size: 14px;
}

hr {
    border: 1px solid #dddddd;
    margin: 10px 0;
    width: 95%;
    margin-left: 2.5%;
}

.coresMaisValor {
    background-color: #000;
    background-color: #003159;
    background-color: #014F32;
    background-color: #6E529A;
    background-color: #E28D23;
    background-color: #F60259;
}

.iconePropostaEmAndamento {
    animation: is-rotating 1s infinite linear;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top-color: #36b397;
    height: 16px;
    width: 16px;

    background-color: #36b397;
}

.iconeTotalPropostas {
    color: #fff;
}

@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}

svg.bi-link {
    padding: 2px;
    border-radius: 16%;
}

svg.bi-check2-circle {
    background: linear-gradient(50deg, #36b37e, #36b3a4) !important;
    border-radius: 50%;
}

svg.bi-x-circle {
    border-radius: 50%;
    padding: 2px;
    background: unset !important;
    background-color: rgb(225, 31, 31) !important;
}

svg.bi-exclamation-circle {
    background-color: rgb(210, 210, 0);
    border-radius: 50%;
    padding: 2px;
    color: #fff;
}

svg.bi-dash-circle {
    background-color: rgb(211, 3, 3);
    border-radius: 50%;
    padding: 1px;
    color: #fff;
}

svg.bi-check-circle {
    background-color: rgb(2, 130, 6);
    border-radius: 50%;
    padding: 2px;
    color: #fff;
}

svg.bi-bug {
    background-color: gray;
    border-radius: 50%;
    padding: 3px;
    color: #fff;
}

svg.bi-check {
    background-color: #36b397;
    border-radius: 50%;
    padding: 2px;
    color: #fff;
}

#qtdOcorrencias {
    margin: unset;
}

.infoClienteInicio {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: start;
}

.modal-header {
    border-bottom: unset;
}

.nav-tabs {
    justify-content: center;
    border-bottom: unset;
    margin-bottom: 5px;
}

a.nav-item.nav-link {
    color: gray !important;
    padding: 10px;
    margin: 0px 2px 0px 2px;
    border-bottom: 2px solid #b7b7b7;
}

a.nav-item.nav-link:hover {
    /* scale:1.1; */
    color: gray !important;
    border-bottom: 2px solid #b7b7b7;
    background-color: rgba(176, 176, 176, 0.157);
}

a.nav-item.nav-link.active {
    color: unset !important;
    background-color: rgba(176, 176, 176, 0.157);
    border-bottom: 3px solid #239645 !important;
}

a.nav-item.nav-link.active:hover {
    scale: 1;
}

#btnFecharModalCliente:hover {
    color: black;
    cursor: pointer;
    background-color: rgba(223, 20, 20, 0.53);
    /* border-radius: 50px; */
}

#btnFecharModalCliente {

    display: flex;
    justify-content: center;
    align-items: center;

    padding: unset;
    margin: 15px;

    height: 35px;
    width: 35px;
    background-color: rgba(128, 128, 128, 0.57);
    color: black;
    border: 2px solid black;
    border-radius: 6px;
    font-weight: bolder;
}

#modal-alterar .modal-content {
    background-color: gainsboro
}

.secaoDadosCliente {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    margin-top: 1rem;
    text-align: center;
    background-color: whitesmoke;

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.secaoDadosCliente .form-row {
    padding: 0px 10px;
}

.secaoDadosCliente h6 {
    padding: 5px;
    margin: unset !important;
    margin-bottom: 15px !important;
    background: linear-gradient(50deg, #36b37e, #36b3a4);
    color: #fff !important;
}

.containerTableInicioMesa {
    display: flex;
    overflow-y: scroll;
    max-height: 310px;
    border-radius: 10px;
    padding: unset;
    margin: 0px 5px 15px 15px;
}

.containerTableObservacoesProposta {
    display: flex;
    gap: 20px;
    padding: 0px 20px 20px 20px !important;
    justify-content: space-between;
}

.containerTableObs {
    width: 100%
}

.scrollTableObservacao {
    overflow-y: scroll;
    border-radius: 10px;
    max-height: 300px;
}

.scrollTableObservacao table td:nth-child(1),
.scrollTableObservacao table th:nth-child(1) {
    width: 20%;
}

.scrollTableObservacao table td:nth-child(2),
.scrollTableObservacao table th:nth-child(2) {
    width: 30%;
}

.scrollTableObservacao table td:nth-child(3),
.scrollTableObservacao table th:nth-child(3) {
    width: 50%;
    padding: 10px;
}

.btnIncluirObs {
    display: flex;
    gap: 10%;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    background: linear-gradient(50deg, #36b37e, #36b3a4);
    border-radius: 10px;
    color: #fff;
    border: 1px solid #e0e6ed;
}

.containerLogsProposta {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 400px;
    border-radius: 10px;
    margin-top: 1rem;
}

.containerLogsProposta thead {
    position: sticky;
    top: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: linear-gradient(50deg, #434343, #171717);
    color: #fff;
}

.containerLogsProposta table thead th,
.containerLogsProposta table thead td {
    padding: 5px;
}

.containerLogsProposta tbody tr {
    background-color: #fff;
    font-size: 14px;
    /* color: #fff; */
}

.tableLogsProposta {
    width: 100%;
    text-align: center;
}

.containerTableInicioMesa::-webkit-scrollbar,
.scrollTableObservacao::-webkit-scrollbar {
    width: 10px;
}

.tableInicioMesa {
    width: 100%;
    border-radius: 10px;
    border-collapse: collapse;
    background-color: #d9d9d9;
}

.tableInicioMesa thead {
    position: sticky;
    top: 0;
    background: linear-gradient(50deg, #36b37e, #36b3a4);
    color: #fff;
}

.tableInicioMesa th,
td {
    padding: 5px;
}

.tableInicioMesa td {
    font-size: 14px;
}

.tableInicioMesa tr th:nth-child(2),
.tableInicioMesa tr td:nth-child(2) {
    max-width: 70px;
}

.tableInicioMesa tr th:nth-child(8),
.tableInicioMesa tr td:nth-child(8) {
    max-width: 80px;
}

.tableInicioMesa tr th:nth-child(7),
.tableInicioMesa tr td:nth-child(7) {
    max-width: 80px;
}

.tableInicioMesa tr th:nth-child(3),
.tableInicioMesa tr td:nth-child(3) {
    max-width: 80px;
}

.tableInicioMesa tr th:nth-child(5),
.tableInicioMesa tr td:nth-child(5) {
    max-width: 80px;
}

.tableInicioMesa tr th:nth-child(4),
.tableInicioMesa tr td:nth-child(4) {
    max-width: 110px;
}

.tableInicioMesa tr th:nth-child(6),
.tableInicioMesa tr td:nth-child(6) {
    max-width: 70px;
}

.tableInicioMesa tr th:nth-child(1),
.tableInicioMesa tr td:nth-child(1) {
    min-width: 55px;
    max-width: 55px;
}

.tableInicioMesa tr th:nth-child(9),
.tableInicioMesa tr td:nth-child(9) {
    min-width: 30px;
    max-width: 30px;
}

div.divBtnAlterarModalMesa {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}

div.divBtnAlterarModalMesa button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(50deg, #36b37e, #36b3a4);
    border: none;
    border-radius: 5px;
    padding: 8px 14px;
    color: white !important;
    font-size: x-large;
}

div.divBtnAlterarModalMesa button p {
    margin: unset;
    margin-left: 15px;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fontes/Open Sans/OpenSans-VariableFont_wdth\,wght.ttf');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fontes/Open Sans/OpenSans-VariableFont_wdth,wght.ttf');
}

* {
    font-family: 'Open Sans';
    font-weight: 700;
}

div.divBtnAlterarModalMesa button:hover,
/* div.divBtnConsultaTelefone button:hover, */
.btnIncluirObs:hover {
    scale: 1.05;
    box-shadow: 4px 8px 4px 4px #24242413;
    background: unset;
    background-color: #31c3b2;
}


.btnVisualizarPropostaModal svg {
    height: 30px;
    width: 30px;
    padding: 4px;
    background: linear-gradient(50deg, #36b37e, #36b3a4);
    border: none;
    border-radius: 5px;
    color: white !important;
}

.btnVisualizarPropostaModal svg:hover {
    scale: 1.05;
    box-shadow: 4px 8px 4px 4px #24242413;
    background: unset;
    background-color: #31c3b2;
    cursor: pointer;
}

div.scrollTabModalMesa {
    /* overflow-y: scroll;
    max-height: 60vh; */
    overflow-x: hidden;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nav-item svg {
    margin-top: -2px;
}

.cabecalhoPropostaModalMesa {
    margin: 20px;
}

.cabecalhoPropostaModalMesa p {
    margin: unset;
    padding: 3px 5px 3px 7px;
    font-size: 12px;
}

.cabecalhoPropostaModalMesa b {
    background-color: #88ada4;
    color: white;
}

.cabecalhoPropostaModalMesa>div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    /* background-color: #008037; */
    margin: 5px 0px;
}

.cabecalhoPropostaModalMesa>div>div {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    background-color: red;
    background-color: whitesmoke;
    border: 1px solid gray;
    border-radius: 6px;
    overflow: hidden;
}

#modal-alterar .modal-dialog {
    min-width: 96%;
}


#formBuscarNaTabelaDeLogs {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    gap: 15px;
}

#inputBuscarNaTabelaDeLogs {
    width: 35%;
}

#btnBuscarNaTabelaDeLogs {
    position: absolute;
    right: 33.5%;
    height: 34px;
    width: 35px;
    border-radius: 5px;
    border: unset;
    color: gray;
    background-color: unset;
}

button.btn.btn-link {
    min-height: 100%;
    min-width: 100%;
}

.accordion h5 {
    margin: unset;
    padding: unset;
}

button.btn.btn-link:hover {
    color: #fff;
    background-color: #36b397;
    display: flex;
    align-items: center;
    justify-content: center;
}


.containerDadosQIeInbursa {
    display: grid;
    grid-template-columns: 50px 80%;
    justify-content: center;
    gap: 10px;
}

.progressBarQIeInbursa {
    justify-self: center;
    background-color: rgba(128, 128, 128, 0.282);
    width: 10px;
    margin: unset !important;
    padding: unset !important;
    justify-content: center;
    margin-top: 12px !important;
}

.progressQIeInbursa {
    background-color: #36b37e;
    margin: unset !important;
    padding: unset !important;
    min-width: max-content;
    /* animation: forwards ease-in 1s aumentandoProgressBar; */
}

.checkEtapaQIeInbursa {
    justify-self: center;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    color: gray;
    border: 2px solid gray;
    background-color: gainsboro;
    align-self: center;
    left: -5px;
    /* animation: forwards ease-in 1s etapaFicandoPronta; */
}

.btnAcaoQIeInbursa:hover {
    transform: scale(1.05);
    opacity: 0.7;
}

.btnAcaoQIeInbursa {
    background-color: gray;
    border: 2px solid rgb(162, 162, 162);
    color: white;
    padding: 5px;
    border-radius: 5px;
    width: fit-content;
    /* animation: forwards ease-in 1s desbloqueandoBtn; */
}

.containerDadosQIeInbursa>.secaoDadosCliente>h6 {
    background: unset;
    background-color: gray;
    /* animation: forwards ease-in 0.5s liberandoSessaoDadosCliente; */
}

.containerVisualizarArquivoQI {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#url_ccb_original,
#urlArquivoAssinado {
    min-width: 90%;
    max-width: 90%;
}

.btnVisualizarCCB {
    padding: 5px;
    background-color: gray;
    color: white;
    width: 100%;
    border-radius: 5px;
    /* animation: forwards ease-in 0.5s liberandoVisualizacaoCCB; */
}

.btnVisualizarCCB:hover {
    background-color: #36b37e;
    color: white;
}

.acoesLinkClicksign {
    display: flex;
    min-width: 90%;
    justify-content: center;
    gap: 5px;
}

#urlClickSign {
    min-width: 60%;
}

.btnVisualizarLink {
    padding: 5px;
    background-color: gray;
    color: white;
    width: 100%;
    border-radius: 5px;
    /* animation: forwards ease-in 0.5s liberandoBtnsLink; */
}

.btnVisualizarLink:hover,
#gerarNovoLink:hover,
#btnCopiaLinkClickSign:hover {
    background-color: #36b37e;
    color: white;
}

#gerarNovoLink {
    padding: 5px;
    background-color: gray;
    color: white;
    width: 30%;
    border-radius: 5px;
    /* animation: forwards ease-in 0.5s liberandoBtnsLink; */
}

#btnCopiaLinkClickSign {
    padding: 5px;
    background-color: gray;
    color: white;
    width: 30%;
    border-radius: 5px;
    /* animation: forwards ease-in 0.5s liberandoBtnsLink; */
}

@keyframes aumentandoProgressBar {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

@keyframes etapaFicandoPronta {
    to {
        border: 2px solid #129485;
        background-color: #36b37e;
        color: white;
    }
}

@keyframes desbloqueandoBtn {
    to {
        background-color: #36b37e;
        border: 2px solid #129485;
        color: white !important;
    }
}

@keyframes liberandoSessaoDadosCliente {
    to {
        /* background-color: unset; */
        background: linear-gradient(50deg, #36b37e, #36b3a4);
    }
}

@keyframes liberandoBtnsLink {
    to {
        background-color: #177bb1;
    }
}

@keyframes liberandoVisualizacaoCCB {
    to {
        background-color: #36b37e;
    }
}

.btnCopia>.msgCopia {
    display: none;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1000000;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

.btnCopia .msgCopia::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

@keyframes copiou {
    from {
        visibility: hidden;
        opacity: 0;
    }

    to {
        visibility: visible !important;
        opacity: 1 !important;
    }
}


.backdropSpinner {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 9999;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0%;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 56px;
    height: 56px;
    border-radius: 50%;
    mask: initial;
    background: radial-gradient(farthest-side, #229544 94%, #0000) top/9px 9px no-repeat,
        conic-gradient(#0000 30%, #229544);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

/* ----------------------------- */

.dados-comparados span {
    font-weight: 500;
}
.dados-comparados {
    display: flex;
    justify-content: left;
    gap: 25px;
    margin-left: 2%;
}

.bi-check-circle-fill {
    color: #36b397;
}

.bi-x-circle-fill {
    color: #d9534f;
}

#tabela-beneficios-inss {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#tabela-beneficios-inss tbody td, .tabelaEmprestimosINSS tbody td {
    font-size: 14px;
    background-color: whitesmoke;
    text-align: center;
}

#tabela-beneficios-inss thead th, .tabelaEmprestimosINSS thead th {
    background-color: #1d6e2e;
    color: white !important;
    padding: 5px 10px !important;
    text-align: center;
}

.btnMostraNB {
    background-color: #36b397;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.btnMostraNB:hover {
    background-color: #1d6e2e;
}

#tabela-beneficios-inss tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.childTr td {
    background-color: rgba(206, 206, 206, 0.2) !important;
}

.detalhesBeneficio p {
    font-weight: 500;
}
.detalhesBeneficio {
    display: flex;
    justify-content: left;
    gap: 10px;
    width: 100%;
    margin-left: 8%;
}

.btnsAtualizar {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.btnsAtualizar button {
    background-color: #36b397;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.divEmprestimos {
    overflow: scroll;
    max-width: 90vw;
    max-height: 50vh;
    background-color: #0000003b;
}

.tabelaEmprestimosINSS  td {
    font-size: 12px !important;
    background-color: whitesmoke;
    padding: 5px;
    text-align: center;
    background-color: rgba(196, 196, 196, 0.466) !important;
}

.atencao_cpf {
    background-color: rgb(223, 206, 53) !important;
}

#validationCustomMNS {
    text-transform: none;
  }

.enviadoInter {
    color: #ff5e00;
}
.enviadoInterErro {
    color: #920000;
}
  

.msg-erros{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-left: 16px;
    padding-right: 20px;
    margin-bottom: 10px;
    color:rgba(255, 0, 0, 0.793);
}
#mensagens-erro {
  color: red;
  font-weight: bold;
  word-wrap: break-word;
} 

.modal-erros {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.modal-content-custom {
  position: relative;
}

.close-button {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

div.divBtnConsultaTelefone {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}

div.divBtnConsultaTelefone button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(50deg, #36b37e, #36b3a4);
    /* background: linear-gradient(50deg, #616161); */
    border: none;
    border-radius: 5px;
    padding: 8px 14px;
    color: white !important;
}

div.divBtnConsultaTelefone button p {
    margin: unset;
    margin-left: 15px;
}
