.envio-overlay{
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.envio-overlay .center{
  width: 300px;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;

  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height */
  text-align: center;

  /* color-dark-blue */

  color: #212950;
}
.envio-overlay .center img.loading{
  width: 256px;
  height: 256px;
}
.invalid-feedback{
  display: block!important;
}


input.error {
    border: 1px solid #ae5f5f;
}
button#containerBtn-anexaCV.is-invalid{
  border-color: #dc3545!important;
}
button#containerBtn-anexaCV.is-invalid #btn-anexaCV{
  background-color: #df7300!important;
}
button#containerBtn-anexaCV.is-invalid #btn-anexaCV{
  background-color: #df7300!important;
}
button#containerBtn-anexaCV.is-invalid #text-anexaCV{
  color: #dc3545!important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #404040;
  border-color: #1c1c1c;
}
div#container-PlanoNaoLocalizado{
  text-align: center;
  color: #212950;
}
.error:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ae5f5f;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(253, 13, 13, 0.25);
}
.hidden{
    display: none;
}

section.loading.step-loading {
  display: flex;
  align-items: center;
  height: 59px;
}
/* .whatsappForm{
  display: flex;
  margin-right: 5px;
}
.whatsappForm img{
 height: 25px;
 width: 25px;
}
.whatsappForm p {
  width: 173px;
  font-size: 10pt;
  color: var(--text-color-grey);
  margin: 0 0 0 5px;
  padding: 3px 0 0;
} */
.active {
  border-bottom: 1px solid;
  background-color: #F6F6F6;
}

.loading{
  display: flex;       
  width: 100%;       
  flex-wrap: nowrap;      
  justify-content: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(83, 83, 83);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* modal  */
#staticBackdrop .modal-dialog {
  margin-top: 20%;
}
.modal-vue {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: #0000007a;
}
.modal-vue .modal-vue-body {
  background-color: #EDEDED;
  border-radius: 5px;
}
.modal-vue .modal-vue-body .icone {
  width: 50px;
  height: 50px;
  margin: 25px auto 15px auto;
}
.modal-vue .modal-vue-body .text{
    color: #212950;
    margin: 15px auto;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.modal-vue .modal-vue-body .text-error{
    color: #cc0000;
    margin: 5px auto;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.modal-vue .modal-vue-body .fechar button {
    padding: 5px 30px;
    color: white;
}
.modal-vue .modal-vue-body .fechar{
  text-decoration: none;
  margin: 5px auto;
  text-align: center;
  color: white;
  width: 100px;
}
.modal-vue .modal-vue-body .fechar a{
  text-decoration: none;
  color: white;
  margin: 0 auto;
}
.modal-vue .modal-vue-body .fechar a button{
  padding: 5px 30px;
  color: white;
}
.avatar-vue{
  min-width: 160px;
  min-height: 160px;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  height: auto;
  width: auto;
}

#home-vendedor,
#simulador-vendedor,
#duvidas-vendedor,
#vantagens-vendedor{
    padding: 40px 0;
}
.flex-stretch {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.btn.nohover.btn-primary:hover {
  cursor: unset;
  border: 1px solid transparent; 
    background: var(--text-color-orange);
    color: #FFFFFF;
}
.btn.nohover.btn-default:hover {
  cursor: unset;

  background: #ededed;
  color: #212950;
  border: 1px solid transparent; 

}
#containerDivElementos label.labelSelect {
  height: 55px;
}

.divideBtn {
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.btnTabelaVendas_2-Voltar {
  width: 168px !important;
  margin: 0 44px 0 0 !important;
}

.containerBtn-TabelaVendas {
  max-width: 400px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: row !important;
}
@media (max-width: 425px) {
  #tabelaVendas {
        padding: 8px;
  }
  .btnTabelaVendas-Voltar {
    margin: 0!important;
  }
  .btnTabelaVendas_2-Voltar {
    width: 100% !important;
    margin: 0 !important;
  }
  .containerBtn-TabelaVendas {
    flex-direction: column-reverse!important;
    flex-wrap: wrap;
    gap: 10px;
  }
}
/* @media screen and (max-width: 600px) {
  .btnTabelaVendas-Voltar{
    width: auto!important;
    margin:0 !important;
  } 
} */


.btnTabelaVendas_3-Voltar {
  width: 136px !important;
  margin-right: 126px !important;
}

.labelSelect {
  height: auto!important;
  min-height: 40px;
}

.TV_BemSelecionado h3 {
  padding-left: 75px !important;

}