.font-24 {
    font-size: 24px;
}

textarea {
    max-width: 100% !important;
}

:root {
    --cor-primaria: rgb(109, 1, 36);
    --cor-secundaria: #0073E6;
    --primary-gold: #FFD700; /* Amarelo dourado */
    --secondary-blue: #0073E6; /* Azul vibrante */
    --accent-red: #D32F2F; /* Vermelho forte */
    --neutral-white: #FFFFFF; /* Branco */
    --highlight-orange: #FFA500; /* Laranja */
}

/* Faz os inputs e selects ocuparem o espaço disponível */
.table-striped td input,
.table-striped td select {
    width: 100%;
    box-sizing: border-box; /* Inclui o padding no cálculo da largura */
}

/* Em telas pequenas, garante que os inputs fiquem com altura mínima adequada */
@media (max-width: 768px) {
    .table-striped td input,
    .table-striped td select {
        font-size: 14px; /* Ajusta o tamanho da fonte */
        min-width: 150px; /* Largura mínima para os inputs */
    }
}

.callout-right {
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    border-right: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.callout-right.callout-right-info {
    border-right-color: #117a8b;
}

.content-wrapper > .content {
    padding: 0 0.5rem;
}

.text-color-primario {
    color: var(--cor-primaria);
}

.text-color-secundario {
    color: var(--cor-secundaria);
}

.menu-topo {
    height: 50px;
    background-color: var(--cor-secundaria);
}

.bg-secundario {
    background-color: var(--cor-secundaria) !important;
}

.bg-primario {
    background-color: var(--cor-primaria) !important;
}

.menu-principal {
    border-bottom: 3px solid var(--cor-primaria);
}

.header-menu {
    font-size: 17px;
    font-weight: bold;
    color: var(--cor-primaria) !important;
}

.header-menu-mobile {
    list-style-type: none;
}

.header-menu-mobile a {
    font-size: 17px;
    font-weight: bold;
    color: white !important;
}

.vitrine .owl-theme .owl-nav,
.carousel-padrao .owl-theme .owl-nav,
.marcas .owl-theme .owl-nav,
.oficinas-banner .owl-theme .owl-nav,
.owl-depoimentos .owl-theme .owl-nav,
.owl-parceiros .owl-theme .owl-nav,
.main-banner .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.vitrine .owl-prev,
.carousel-padrao .owl-prev,
.marcas .owl-prev,
.oficinas-banner .owl-prev,
.owl-parceiros .owl-prev,
.owl-depoimentos .owl-prev,
.main-banner .owl-prev {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    font-size: 40px !important;
    color: #000 !important;
}

.vitrine .owl-next,
.carousel-padrao .owl-next,
.marcas .owl-next,
.oficinas-banner .owl-next,
.owl-parceiros .owl-next,
.owl-depoimentos .owl-next,
.main-banner .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    font-size: 40px !important;
    color: #000 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.oficinas-banners .owl-next:hover,
.oficinas-banners .owl-prev:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.owl-depoimentos .owl-next:hover,
.owl-depoimentos .owl-prev:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.owl-parceiros .owl-next:hover,
.owl-parceiros .owl-prev:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.oficinas-banners .owl-next,
.main-banner .owl-next,
.owl-depoimentos .owl-next,
.owl-parceiros . owl-next {
    right: 0;
}

.oficinas-banners .owl-prev,
.main-banner .owl-prev,
.owl-depoimentos .owl-prev,
.owl-parceiros .owl-prev {
    left: 0;
}

.margin-auto {
    margin: auto;
}

.label-oficinas {
    font-size: 26px;
    min-height: 60px;
}

.banner-formulario {
    opacity: 0.8;
}

.position-absolute {
    position: absolute;
}

.formulario {
    display: block;
    border: 2px solid var(--cor-primaria);
    border-radius: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.formulario .content {
    margin: 10px;
}

.underline {
    text-decoration-line: underline;
}

.banner-formulario .img-fluid {
    height: 930px;
}

.formulario label {
    color: black !important;
    font-weight: 900;
    font-weight: bold;
    font-size: 17px;
}

.label-parceiros {
    color: var(--cor-primaria);
    font-size: 20px;
}

.footer-text {
    font-size: 13px;
    line-height: 15px;
    color: gray;
}

.footer-text-cel a {
    font-size: 13px;
    line-height: 15px;
    color: gray;
    font-weight: bold;
}

.footer-text-cel a span {
    font-weight: normal !important;
}


.menu-topo-mobile {
    position: fixed;
    z-index: 99;
    background-color: white;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 300;
    width: 100%;
    height: 100vh;
    opacity: 0;
}

.mobile-overlay.show {
    width: 100%;
    left: 0;
    opacity: 1;
    background-color: rgba(16, 21, 44, .75);
}

.mobile-overlay .top {
    width: 90%;
    padding: 15px;
    background-color: white;
    height: 71px;
}

.menu-header-institucional {
    width: 90%;
    padding: 15px;
}

.menu-header-institucional ul {
    padding-left: 15px !important;
}


.whatsapp-button {
    z-index: 999;
    display: flex;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 64px;
    height: 64px;
}

.oficinas-listagem {
    padding: 15px;
    border: 3px solid var(--cor-primaria);
    border-radius: 10px;
}

.oficinas-listagem a {
    color: var(--cor-secundaria) !important;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.nav.nav-treeview {
    margin-left: 25px;
}

.no-form {
    display: flex !important;
    box-sizing: unset !important;
}

.input-login {
    height: 50px;
}

.login-container {
    width: 400px;
    line-height: 60px;
    margin-top: 30%;
}

.login-page-first {
    background-color: var(--cor-primaria);
}

.login-container .title {
    font-size: 38px;
    font-weight: bold;
    color: var(--cor-primaria);
}

.login-container span {
    color: #808080;
}

.color-cadastro {
    color: #808080;
}

.span-cadastro {
    font-size: 38px;
    font-weight: bold;
    color: var(--cor-primaria);
}

.sub-span-cadastro {
    font-size: 25px;
    font-weight: 500;
    color: var(--cor-primaria);
}

#timeline-wrap {
    margin: 30px;
    margin-bottom: 82px;
    position: relative;
}

#timeline-active {
    height: 3px;
    background-color: #999999;
    position: relative;
}

#timeline {
    height: 1px;
    width: 100%;
    background-color: #aabbc4;
    position: relative;
}

.marker {
    z-index: 1000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    margin-left: -25px;
    color: #999999;
    background-color: #edf0f5;
    border: 2px solid #999999;
    border-radius: 50%;
}

.marker.active {
    border: 2px solid #36c870 !important;
}

.marker:hover {
    transform: scale(1.2);
    transition: all 300ms ease;
}

.timeline-icon.green {
    background-color: #36c870 !important;
}

.timeline-icon.green i {
    background-color: #36c870 !important;
}

.bg-time-line {
    background-color: #999999;
}

.marker {
    top: -25px;
}

.m2 {
    top: -25px;
    left: 20%;
}

.m3 {
    top: -25px;
    left: 40%;
}

.m4 {
    top: -25px;
    left: 60%;
}

.m5 {
    top: -25px;
    left: 80%;
}

.m6 {
    top: -25px;
    left: 100%;
}

.timeline-panel {
    margin-top: 20%;
    width: 500px;
    height: 200px;
    background-color: #cbd0df;
    border-radius: 2px;
    position: relative;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    float: left;
}

.timeline-panel:after {
    content: "";
    position: absolute;
    margin-top: -12%;
    left: 10%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 15px solid #cbd0df;
}

.timeline-cliente {
    background-color: #edf0f5;
}

.timeline-icon {
    font-size: 35px;
}

.dropzone-icon {
    font-size: 100px;
    color: #dfdfe8;
}

.dropzone-span {
    font-size: 16px;
    color: #707070;
}

.dropzone {
    border: 2px dashed #707070 !important;
    border-radius: 30px !important;
    background: #f0f2f9 !important;
    padding: 91px 54px !important;
}

.dropzone-modal {
    border: 2px dashed #707070 !important;
    border-radius: 30px !important;
    background: #f0f2f9 !important;
    padding: 25px 54px !important;
}

.dz-filename {
    font-size: 20px;
}

.color-green {
    color: green;
}

.justify-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.font-26 {
    font-size: 26px;
}

.mfirst:before {
    content: "Envio do Contrato Social";
    position: absolute;
    width: 255px;
    margin-top: 10px;
    height: 30px;
    top: 100%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m2:before {
    content: "Envio da ultima alteração do contrato social";
    position: absolute;
    width: 255px;
    line-height: 1.1;
    margin-top: 15px;
    height: 30px;
    top: 75%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m3:before {
    content: "Enviar Documento com foto";
    position: absolute;
    width: 230px;
    line-height: 1.1;
    margin-top: 15px;
    height: 30px;
    top: 130%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m4:before {
    content: "Termos de aceite";
    position: absolute;
    width: 233px;
    margin-top: 10px;
    height: 30px;
    top: 55%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m5:before {
    content: "Registrar quem irá retirar";
    position: absolute;
    width: 233px;
    line-height: 1.1;
    margin-top: 10px;
    height: 30px;
    top: 130%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m6:before {
    content: "Aguardando analise";
    position: absolute;
    width: 233px;
    line-height: 1.1;
    margin-top: 10px;
    height: 30px;
    top: 85%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.marker.active:last-child:before {
    content: "Cadastro Concluído";
}

.padding-timeline {
    padding-right: 55px !important;
    padding-left: 80px !important;
}

.termo-aceite {
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #707070;
    border-right: none;
}

.right-25 {
    right: 25px;
}

.right-60 {
    right: 60px;
}

.texto-primario {
    color: var(--cor-primaria);
}

.cursor-pointer {
    cursor: pointer;
}

.background-input-cliente {
    background-color: #f0f0f8;
    padding: 15px;
    border-radius: 10px;
}

.listagem-cliente-autorizado-pedido {
    width: 185px !important;
}

.background-autorizado-cliente {
    background-color: #43425c !important;
}

.ajuda-contato {
    border: 1px solid gray;
    border-radius: 10px;
    background-color: white;
}

.ajuda-contato input:first-child {
    height: 100px;
}

.img-circle-border {
    border: 1px solid lightgray;
    padding: 20px;
}

.min-hg-560 {
    min-height: 560px !important;
}

.dz-filename {
    font-size: 14px !important;
}

@media (max-width: 864px) {
    .login-container {
        width: 300px;
        line-height: 60px;
        margin-top: 0%;
    }
}

.btn-no-click {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cookie-consent.js-cookie-consent {
    position: fixed;
    bottom: 15px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
    background-color: #5c92ff;
    padding: 15px 20px;
    text-align: center;
    z-index: 99999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
}

span.cookie-consent__message {
    color: #fff;
    display: inline-flex;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    background-color: #fff;
    color: #5c92ff;
    margin-left: 5px;
    border: 0;
    padding: 2px 20px;
    font-weight: 700;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .75);
}

.line-height-0 {
    line-height: 20px !important;
}

.json-table {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    width: 400px;
}

.img-max-width img {
    max-width: 100%;
}
.card-primary:not(.card-outline) > .card-header, .card-primary:not(.card-outline) > .card-header a {
    color: var(--primary-gold) !important;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: var(--cor-primaria) !important;
}

.callout.callout-info {
    border-left-color: var(--cor-primaria) !important;
}

.btn-primary{
    background-color: var(--secondary-blue) !important;
}
.card-primary:not(.card-outline) > .card-header, .card-primary:not(.card-outline) > .card-header a{
    font-size: 18px;
    font-weight: 800px;
}

.font-24 {
    font-size: 24px;
}

textarea {
    max-width: 100% !important;
}

:root {
    --cor-primaria: rgb(109, 1, 36);
    --cor-secundaria: #0073E6;
    --primary-gold: #FFD700; /* Amarelo dourado */
    --secondary-blue: #0073E6; /* Azul vibrante */
    --accent-red: #D32F2F; /* Vermelho forte */
    --neutral-white: #FFFFFF; /* Branco */
    --highlight-orange: #FFA500; /* Laranja */
}

/* Faz os inputs e selects ocuparem o espaço disponível */
.table-striped td input,
.table-striped td select {
    width: 100%;
    box-sizing: border-box; /* Inclui o padding no cálculo da largura */
}

/* Em telas pequenas, garante que os inputs fiquem com altura mínima adequada */
@media (max-width: 768px) {
    .table-striped td input,
    .table-striped td select {
        font-size: 14px; /* Ajusta o tamanho da fonte */
        min-width: 150px; /* Largura mínima para os inputs */
    }
}

.callout-right {
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    border-right: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.callout-right.callout-right-info {
    border-right-color: #117a8b;
}

.content-wrapper > .content {
    padding: 0 0.5rem;
}

.text-color-primario {
    color: var(--cor-primaria);
}

.text-color-secundario {
    color: var(--cor-secundaria);
}

.menu-topo {
    height: 50px;
    background-color: var(--cor-secundaria);
}

.bg-secundario {
    background-color: var(--cor-secundaria) !important;
}

.bg-primario {
    background-color: var(--cor-primaria) !important;
}

.menu-principal {
    border-bottom: 3px solid var(--cor-primaria);
}

.header-menu {
    font-size: 17px;
    font-weight: bold;
    color: var(--cor-primaria) !important;
}

.header-menu-mobile {
    list-style-type: none;
}

.header-menu-mobile a {
    font-size: 17px;
    font-weight: bold;
    color: white !important;
}

.vitrine .owl-theme .owl-nav,
.carousel-padrao .owl-theme .owl-nav,
.marcas .owl-theme .owl-nav,
.oficinas-banner .owl-theme .owl-nav,
.owl-depoimentos .owl-theme .owl-nav,
.owl-parceiros .owl-theme .owl-nav,
.main-banner .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.vitrine .owl-prev,
.carousel-padrao .owl-prev,
.marcas .owl-prev,
.oficinas-banner .owl-prev,
.owl-parceiros .owl-prev,
.owl-depoimentos .owl-prev,
.main-banner .owl-prev {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    font-size: 40px !important;
    color: #000 !important;
}

.vitrine .owl-next,
.carousel-padrao .owl-next,
.marcas .owl-next,
.oficinas-banner .owl-next,
.owl-parceiros .owl-next,
.owl-depoimentos .owl-next,
.main-banner .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    font-size: 40px !important;
    color: #000 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.oficinas-banners .owl-next:hover,
.oficinas-banners .owl-prev:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.owl-depoimentos .owl-next:hover,
.owl-depoimentos .owl-prev:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.owl-parceiros .owl-next:hover,
.owl-parceiros .owl-prev:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.oficinas-banners .owl-next,
.main-banner .owl-next,
.owl-depoimentos .owl-next,
.owl-parceiros . owl-next {
    right: 0;
}

.oficinas-banners .owl-prev,
.main-banner .owl-prev,
.owl-depoimentos .owl-prev,
.owl-parceiros .owl-prev {
    left: 0;
}

.margin-auto {
    margin: auto;
}

.label-oficinas {
    font-size: 26px;
    min-height: 60px;
}

.banner-formulario {
    opacity: 0.8;
}

.position-absolute {
    position: absolute;
}

.formulario {
    display: block;
    border: 2px solid var(--cor-primaria);
    border-radius: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.formulario .content {
    margin: 10px;
}

.underline {
    text-decoration-line: underline;
}

.banner-formulario .img-fluid {
    height: 930px;
}

.formulario label {
    color: black !important;
    font-weight: 900;
    font-weight: bold;
    font-size: 17px;
}

.label-parceiros {
    color: var(--cor-primaria);
    font-size: 20px;
}

.footer-text {
    font-size: 13px;
    line-height: 15px;
    color: gray;
}

.footer-text-cel a {
    font-size: 13px;
    line-height: 15px;
    color: gray;
    font-weight: bold;
}

.footer-text-cel a span {
    font-weight: normal !important;
}


.menu-topo-mobile {
    position: fixed;
    z-index: 99;
    background-color: white;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 300;
    width: 100%;
    height: 100vh;
    opacity: 0;
}

.mobile-overlay.show {
    width: 100%;
    left: 0;
    opacity: 1;
    background-color: rgba(16, 21, 44, .75);
}

.mobile-overlay .top {
    width: 90%;
    padding: 15px;
    background-color: white;
    height: 71px;
}

.menu-header-institucional {
    width: 90%;
    padding: 15px;
}

.menu-header-institucional ul {
    padding-left: 15px !important;
}


.whatsapp-button {
    z-index: 999;
    display: flex;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 64px;
    height: 64px;
}

.oficinas-listagem {
    padding: 15px;
    border: 3px solid var(--cor-primaria);
    border-radius: 10px;
}

.oficinas-listagem a {
    color: var(--cor-secundaria) !important;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.nav.nav-treeview {
    margin-left: 25px;
}

.no-form {
    display: flex !important;
    box-sizing: unset !important;
}

.input-login {
    height: 50px;
}

.login-container {
    width: 400px;
    line-height: 60px;
    margin-top: 30%;
}

.login-page-first {
    background-color: var(--cor-primaria);
}

.login-container .title {
    font-size: 38px;
    font-weight: bold;
    color: var(--cor-primaria);
}

.login-container span {
    color: #808080;
}

.color-cadastro {
    color: #808080;
}

.span-cadastro {
    font-size: 38px;
    font-weight: bold;
    color: var(--cor-primaria);
}

.sub-span-cadastro {
    font-size: 25px;
    font-weight: 500;
    color: var(--cor-primaria);
}

#timeline-wrap {
    margin: 30px;
    margin-bottom: 82px;
    position: relative;
}

#timeline-active {
    height: 3px;
    background-color: #999999;
    position: relative;
}

#timeline {
    height: 1px;
    width: 100%;
    background-color: #aabbc4;
    position: relative;
}

.marker {
    z-index: 1000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    margin-left: -25px;
    color: #999999;
    background-color: #edf0f5;
    border: 2px solid #999999;
    border-radius: 50%;
}

.marker.active {
    border: 2px solid #36c870 !important;
}

.marker:hover {
    transform: scale(1.2);
    transition: all 300ms ease;
}

.timeline-icon.green {
    background-color: #36c870 !important;
}

.timeline-icon.green i {
    background-color: #36c870 !important;
}

.bg-time-line {
    background-color: #999999;
}

.marker {
    top: -25px;
}

.m2 {
    top: -25px;
    left: 20%;
}

.m3 {
    top: -25px;
    left: 40%;
}

.m4 {
    top: -25px;
    left: 60%;
}

.m5 {
    top: -25px;
    left: 80%;
}

.m6 {
    top: -25px;
    left: 100%;
}

.timeline-panel {
    margin-top: 20%;
    width: 500px;
    height: 200px;
    background-color: #cbd0df;
    border-radius: 2px;
    position: relative;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    float: left;
}

.timeline-panel:after {
    content: "";
    position: absolute;
    margin-top: -12%;
    left: 10%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 15px solid #cbd0df;
}

.timeline-cliente {
    background-color: #edf0f5;
}

.timeline-icon {
    font-size: 35px;
}

.dropzone-icon {
    font-size: 100px;
    color: #dfdfe8;
}

.dropzone-span {
    font-size: 16px;
    color: #707070;
}

.dropzone {
    border: 2px dashed #707070 !important;
    border-radius: 30px !important;
    background: #f0f2f9 !important;
    padding: 91px 54px !important;
}

.dropzone-modal {
    border: 2px dashed #707070 !important;
    border-radius: 30px !important;
    background: #f0f2f9 !important;
    padding: 25px 54px !important;
}

.dz-filename {
    font-size: 20px;
}

.color-green {
    color: green;
}

.justify-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.font-26 {
    font-size: 26px;
}

.mfirst:before {
    content: "Envio do Contrato Social";
    position: absolute;
    width: 255px;
    margin-top: 10px;
    height: 30px;
    top: 100%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m2:before {
    content: "Envio da ultima alteração do contrato social";
    position: absolute;
    width: 255px;
    line-height: 1.1;
    margin-top: 15px;
    height: 30px;
    top: 75%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m3:before {
    content: "Enviar Documento com foto";
    position: absolute;
    width: 230px;
    line-height: 1.1;
    margin-top: 15px;
    height: 30px;
    top: 130%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m4:before {
    content: "Termos de aceite";
    position: absolute;
    width: 233px;
    margin-top: 10px;
    height: 30px;
    top: 55%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m5:before {
    content: "Registrar quem irá retirar";
    position: absolute;
    width: 233px;
    line-height: 1.1;
    margin-top: 10px;
    height: 30px;
    top: 130%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.m6:before {
    content: "Aguardando analise";
    position: absolute;
    width: 233px;
    line-height: 1.1;
    margin-top: 10px;
    height: 30px;
    top: 85%;
    color: #999999;
    left: -89px;
    z-index: 9;
    font-size: 18px;
}

.marker.active:last-child:before {
    content: "Cadastro Concluído";
}

.padding-timeline {
    padding-right: 55px !important;
    padding-left: 80px !important;
}

.termo-aceite {
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #707070;
    border-right: none;
}

.right-25 {
    right: 25px;
}

.right-60 {
    right: 60px;
}

.texto-primario {
    color: var(--cor-primaria);
}

.cursor-pointer {
    cursor: pointer;
}

.background-input-cliente {
    background-color: #f0f0f8;
    padding: 15px;
    border-radius: 10px;
}

.listagem-cliente-autorizado-pedido {
    width: 185px !important;
}

.background-autorizado-cliente {
    background-color: #43425c !important;
}

.ajuda-contato {
    border: 1px solid gray;
    border-radius: 10px;
    background-color: white;
}

.ajuda-contato input:first-child {
    height: 100px;
}

.img-circle-border {
    border: 1px solid lightgray;
    padding: 20px;
}

.min-hg-560 {
    min-height: 560px !important;
}

.dz-filename {
    font-size: 14px !important;
}

@media (max-width: 864px) {
    .login-container {
        width: 300px;
        line-height: 60px;
        margin-top: 0%;
    }
}

.btn-no-click {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cookie-consent.js-cookie-consent {
    position: fixed;
    bottom: 15px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
    background-color: #5c92ff;
    padding: 15px 20px;
    text-align: center;
    z-index: 99999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
}

span.cookie-consent__message {
    color: #fff;
    display: inline-flex;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    background-color: #fff;
    color: #5c92ff;
    margin-left: 5px;
    border: 0;
    padding: 2px 20px;
    font-weight: 700;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .75);
}

.line-height-0 {
    line-height: 20px !important;
}

.json-table {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    width: 400px;
}

.img-max-width img {
    max-width: 100%;
}
.card-primary:not(.card-outline) > .card-header, .card-primary:not(.card-outline) > .card-header a {
    color: var(--primary-gold) !important;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: var(--cor-primaria) !important;
}

.callout.callout-info {
    border-left-color: var(--cor-primaria) !important;
}

.btn-primary{
    background-color: var(--secondary-blue) !important;
}
.card-primary:not(.card-outline) > .card-header, .card-primary:not(.card-outline) > .card-header a{
    font-size: 18px;
    font-weight: 800px;
}

