/*  Cor e tamanho dos bullets*/
li::marker {
  color: white;
  font-size: 20px;
}

/* Formata o display de vagas */
.vagas-class {
  color: red;
  text-align: center;
  line-height: 1.5;
  font-size: 50px;
}

/* Desabilita item no radio */
.hide-item-radio {
  display: none;
}

/* Sombras em SVG */
.svg-custom-shadow .ba-image-wrapper {
    overflow: initial !important;
}
.svg-custom-shadow img {
    filter: drop-shadow(5px 5px 7px rgba(255, 255, 255, 0.6));
}

/* Ajusta a máscara do WhatsApp */
.ba-form-phone-field .ba-field-container > input.ba-phone-number-input {
  padding-left: calc( var(--field-padding-left) + 20px + 3em ) !important;
}

/* Esconde bandeiras no WhatsApp */
.ba-phone-flag {
  display: none !important;
}

/* Sombras em títulos */
.title-shadow {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.center-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Round upper corners*/
.round-upper-corners {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* Destaque em textos */
.fw-700 {
    font-weight: 700 !important;
}
