/* arquivo modificador */
.pageInt--bolsa-lead {
  background-color: #fff;
}

.page-qrcode {
  max-width: 670px;
  margin-bottom: 50px;
}

.page-qrcode .form-redirect {
  width: 100%;
}

.page-qrcode .form-redirect .btnDoubleLine {
  margin: 0 auto;
}

.page-qrcode .box-bolsa__col:last-child,
.box-bolsa .box-bolsa__col:last-child {
  width: 240px;
  height: 240px;
  flex: none;
  background: #5087c7 url("../../assets/images/btn-loading.svg") center no-repeat;
  margin-bottom: 15px;
}

.bolsa-price--border {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.bolsa-price__col--info {
  align-items: center;
  text-align: center;
  justify-content: space-around;
}

.bolsa-price__col--desconto {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-dashboard .pageInt__topo.pageInt__topo--bolsas {
  padding: 0;
}

.content-dashboard .pageInt__topo--bolsas:after {
  display: none;
}

.pageInt__topo.pageInt__topo--bolsas img {
  width: 100%;
  display: block;
}

.pageInt__topo--bolsas .pageInt__topo-flex {
  overflow: hidden;
}

.pageInt__topo--bolsas .pageInt__image {
  margin-top: 0;
}

.modal-bolsa .mfp__topo h2 {
  font-size: 26px;
  max-width: initial;
}

.modal-bolsa .mfp__topo {
  height: 100px;
}

@media only screen and (min-width: 1023px) {
  .modal-bolsa .mfp__topo {
    width: 840px;
  }
}

.modal-bolsa .mfp__content-inner {
  padding: 0;
}

.modal-bolsa .mfp-close {
  z-index: 999;
}

.btnDoubleLine.is-loading {
  position: relative;
}

.btnDoubleLine.is-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffcb05 url("../../assets/images/btn-loading.svg") center no-repeat;
  background-size: 40px;
}

.bolsa-desconto img {
  max-width: 175px;
}

.bolsa-price__valor-desconto + .bolsa-price__text {
  margin-top: 10px;
}

.bolsa-price__text {
  font-size: 16px;
  color: #5087c7;
  font-weight: 500;
}

/* lista */
.tit-date-bolsa {
  font-size: 0.875rem;
  font-weight: 400;
  color: #909090;
  margin-top: 6px;
  margin-bottom: 0.3125rem;
  display: flex;
  align-items: center;
}

.tit-date-bolsa--big {
  font-size: 14px;
  color: #333;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;

  margin-bottom: 10px;
}

.tit-date-bolsa--big:before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #5087c7;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.tit-passos-list {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8c8c8c;
  margin-top: 55px;
  margin-bottom: 0;
}

.list-steps-bolsas {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.list-steps-bolsas li {
  width: 100%;
  padding: 0 15px;
  font-family: "Lato", sans-serif, helvetica, sans-serif;
  display: flex;
}

.list-steps-bolsas li strong {
  font-size: 14px;
}

.list-steps-bolsas li.list-steps-bolsas__item--step1 {
  max-width: 180px;
}

.list-steps-bolsas li.list-steps-bolsas__item--step2 {
  max-width: 240px;
}

.list-steps-bolsas li svg {
  fill: #5087c7;
  flex: none;
  margin-right: 8px;
}

.list-steps-bolsas li p {
  font-size: 14px;
  margin: 0;
}

.tit-obs {
  font-size: 12px;
  color: #8c8c8c;
  display: block;
}

/* formulário */
.box-bolsa {
  padding: 35px;
  max-width: 840px;
}

.box-bolsa__footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-row .form__box {
  margin-bottom: 0;
}

.form-row small {
  font-size: 12px;
  margin-left: 27px;
  color: #8c8c8c;
  display: block;
  margin-top: 5px;
}

.form-row__checkbox {
  display: block;
  text-align: right;
  margin-bottom: 30px;
}

.form-row__checkbox label {
  display: inline;
}

.form-row .form__input {
  overflow: initial;
}

.form-row .form__input--select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-row .form__input--select .dropbox {
  display: block;
}

.dropbox {
  background-color: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  outline: 2px solid #b7b7b7;

  max-height: 120px;
  overflow: auto;
  display: none;
}

.dropbox li {
  display: block;
  width: 100%;
  padding: 8px 20px;
  text-align: left;
  transition: background 0.2s ease-in;
  cursor: pointer;
}

.dropbox li:hover {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
  .page-qrcode .bolsa-desconto {
    justify-content: center;
  }

  .page-qrcode .box-bolsa__col:last-child,
  .box-bolsa .box-bolsa__col:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .bolsa-infos__tit {
    max-width: initial;
  }

  .bolsa-price--border {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .bolsa-price--border > div {
    text-align: center;
    margin-bottom: 15px;
  }

  .tit-date-bolsa--big:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .bolsa-price--border .tit-date-bolsa {
    justify-content: center;
  }

  .list-steps-bolsas {
    flex-direction: column;
  }

  .list-steps-bolsas li.list-steps-bolsas__item {
    max-width: initial;
    width: 100%;
    margin-bottom: 15px;
  }
}

#att-dados-modal label.error {
  display: block !important;
  width: initial;
  font-size: 11px !important;
  color: red;
  bottom: -16px;
  top: auto !important;
  text-transform: none;
}

#att-dados-modal .form__input {
  overflow: initial;
}
