.bg-vendas {
  background-image: url(../imgs/bg-vendas.png) !important;
  /* background-size: 100% 100% !important; */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bar-azul {
  transform: translateX(-50%);
  left: 50%;
  width: 6px;
  background-color: #ffffff;
}

.bar-azul:first-child {
  margin-top: 52px !important;
}

.donut-container {
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  /* background: conic-gradient(#3090db 0% 0%, rgba(211, 211, 211, 0.322) 0% 100%); */
  /* transition: background 0.3s ease-in-out; */
  cursor: pointer;
}

.borda-gradiente {
  background: conic-gradient(#3090db 0% 0%, rgba(211, 211, 211, 0.322) 0% 100%);
  transition: background 0.3s ease-in-out;
}

.donut-hole {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut-hole span {
  font-weight: bold;
  font-size: 0.7em;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}

.circle-check {
  width: 20px !important;
  height: 20px !important;
}

.progress-line {
  position: absolute;
  top: 50%;
  left: 7px;
  right: 0;
  height: 4px;
  background-color: #ffffff;
  z-index: 0;
  transform: translateY(-50%);
  width: 95%;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #09b46a;
  transition: width 0.5s ease;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.step-title {
  margin-top: 50px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  text-wrap: nowrap;
}

.card-body {
  padding: 1.5rem;
}

.btn-tipo-documento {
  color: #3090DB;
  border: none;
  padding: 3px 12px !important;
  transition: background 0.2s;
  width: 120px;
  margin: 5px;
}

.btn-tipo-documento.btn-blue-group-active {
  color: #fff;
  background-color: #3090DB;
}

.btn-tipo-documento:not(.btn-blue-group-active):hover {
  color: #3090DB;
  background-color: #d0e4f8;
}

#div-tipo-documento {
  border-radius: 12px;
  overflow: hidden;
}

.shadow-blue {
  box-shadow: 0px 0px 29px -3px #3090DB;
}

.input-container {
  position: relative;
  width: 100%;
}

#card-number {
  width: 100%;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.card-flag {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.form-check-input {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  transition: background-color 0.3s, border-color 0.3s;
}

.form-check-input:checked {
  background-color: #00c853;
  border-color: #00c853;
}

.form-check-input:focus {
  box-shadow: none;
  outline: none;
}

.row-recursos {
  max-height: 266px;
}

.stripe-input {
  height: 40px;
  padding: 0.375rem 0.75rem;
  /* border: 1px solid #ced4da; */
  border-radius: 0.375rem;
  background-color: #e6e7ef;
}

.InputElement,
.InputContainer {
  margin-top: -6px !important;
}

.stripe-input iframe {
  margin-top: -6px !important;
}

.valor-riscado {
  text-decoration: line-through;
}

input::placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}


/* */

/* Colunas */
.resumo-area {
  flex: 1 1 60%;
}

.pagamento-area {
  flex: 0 0 38%;
  background: #fafafa;
  border-radius: 12px;
  padding: 16px;
}

/* Scroll controlado */
.recursos-scroll {
  max-height: 240px;
}

/* Linha tracejada */
hr.dashed {
  border: 1px dashed #ccc;
}

/* Ícones dentro do input */
.card-flag {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* Mobile */
@media (max-width: 991px) {
  .pagamento-area {
    background: transparent;
    padding: 0;
  }
}

@media(min-width: 992px) {
  .pagamento-area {
    min-height: 100%;
  }
}

/* reCAPTCHA mobile */
@media (max-width: 576px) {
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: center;
    }
}
