/* MOBILE FIRST */
.criar-wrapper {
  padding: 20px;
}

.mg {
  margin: 10px 0px;
}

.titulo {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0px;
}

.titulo a:hover {
  color: grey;
}

.titulo-s {
  font-size: 12px;
  font-weight: 500;
}

.titulo-m {
  font-size: 15px;
  font-weight: 500;
}

.text-s {
  font-size: 10px;
}

.text-m {
  font-size: 14px;
}

.destacado {
  font-weight: 700;
}


/* RADIO com style de CHECKBOX para escolher tipo de conta */
.box-opt input[type="radio"] {
  display: none;
}

/* caixa */
.custom-radio {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s;
}

/* check selecionado */
.box-opt input[type="radio"]:checked + .custom-radio::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background-color: transparent;
}

/* cor quando selecionada */
.box-opt input[type="radio"]:checked + .custom-radio {
  background-color: #000000;
  border-color: #262626;
}

.info-box {
  margin-right: 40px;
}

.info-box .titulo-s {
  font-weight: bold;
  margin-bottom: 5px;
}

.info-box .text-s {
  font-size: 0.9em;
  color: #555;
}


li i .fas.fa-check {
  width: 16px;
}

.box-opt {
  position: relative;
  padding: 5px;
  border: 1px solid #4d4d4d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

form input[type="checkbox"] {
  width: 25px;
}

form label {
  font-size: 11px;
}

form input:not([type="submit"]) {
  font-size: 11px;
}

.error input:not([type='file']):not([type='submit']) {
  border: 1px solid red;
}

.error label {
  color: red;
}

.form-group {
  margin-bottom: 0px;
}

.bloco-cinza {
  background-color: #d5d1d8;
  margin: 0 -40px;
  padding: 10px;
}

.button.small {
  width: 140px;
  height: 45px;
  padding: 5px;
  margin: 2px;
}

.icon-email {
  margin-left: 5px;
  width: 20px;
  height: 30px;
  display: inline-block;
}

.col-md-12.altura-termos {
  padding: 0px;
}

.vantagens-footer {
  margin-top: 40px;
}

ul.create-account li {
  margin-top: 5px;
}

.pagamentos-line {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: space-around;
  flex-wrap: nowrap;
}

.pagamentos-line li {
  margin-right: 3px;
}

.custom-file-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  padding: 8px 12px;
  font-size: 14px;
}

.custom-file-upload span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}

.custom-file-upload .upload-btn {
  background: #000;
  color: #fff;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 11px;
  white-space: nowrap;
}

.custom-file-upload input[type="file"] {
  display: none;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .toggle-password {
  color: grey;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

i.toggle-password.fa-eye.fas {
  color: black;
}

.btns-associar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.form-same-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.form-control.error::placeholder {
  color: red;
}


/* Passos */
.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 20px -20px 0px;
}

/* linha preta contínua */
.steps::before {
  content: "";
  position: absolute;
  top: 8px; /* metade tamanho circulo */
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  z-index: 0;
}

.step {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 1; /* acima da linha */
}

.circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff; /* default: vazio */
  position: relative;
  z-index: 2;
}

/* estado */
.step.completed .circle,
.step.active .circle {
  background: #000; /* bola preenchida */
}

.label {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 500;
}

.step.active .label {
  font-weight: 700;
  color: #000;
}

.btn-secondary {
  font-size: 12px;
  padding: 5px 10px;
  border: 2px solid #000;
  background: no-repeat;
  color: #000;
  width: fit-content;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #6e6e6e;
  color: #fff;
  border-radius: 3px;
  border-color:#6e6e6e;
}

.mt-4 {
  margin-top: 40px;
}

.action-send {
  gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

@media (min-width: 640px) {
  .vantagens-footer {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .criar-wrapper {
    padding: 0px;
  }

  .criar-wrapper label {
    margin: 0;
  }

  .criar-wrapper.login label {
    margin: 15px 0 10px;
  }

  .criar-wrapper .altura-termos {

  }

  .criar-wrapper label.comunicacao-label, .criar-wrapper label.termos-label {
    padding-left: 30px;
  }

  .form-same-line {
    flex-direction: column;
    align-items: center;
  }

  .cliente-validate-info .form-same-line .form-group {
    width: 100%;
  }

}
@media (min-width: 640px) {
  .login-create-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    flex-wrap: nowrap;
  }
  .login-create-page .criar-wrapper {
    width: 50%;
  }
  .login-create-page .bloco-cinza {
    margin: 0;
  }
  .login-steps {
    max-width: 600px;
    margin: auto;
    width: 100%;
  }
  .form-same-line {
    flex-direction: column;
    align-items: center;
  }
  .cliente-validate-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .cliente-validate-info >.form-group, .cliente-validate-info > .form-same-line > .form-group {
    width: calc(50% - 10px);
  }
  .cliente-validate-info > .form-same-line {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .cliente-validate-info #multiple-input-date .col-xs-4 {
    padding: 0;
  }
  .cliente-validate-info #multiple-input-date .col-xs-4:nth-child(2) {
    padding: 0 10px;
  }
  .action-send {
    flex-direction: row;
  }

}
