
legend {
    font-family: "Yummo";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #ffffff;
    flex: none;
    order: 0;
    flex-grow: 0;
}
label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff !important;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.form-field {
    color: #ffffff !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    background-color: transparent;
    border-style: none;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    outline: none !important; /* Opcional para remover a aparência de foco no input */
}
.custom-select {
    color: #fff;
    background-color: #043980;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: brightness(0) invert(1);
}
input[type="file"] {
    color: black;
    background-color: #043980;
}
input[type="text"] {
    color: #fff;
    background-color: transparent;
}
.hide-overlay >>> .v-input__control .v-field .v-field-overlay {
  display: none;
}
.btn_enviar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 1166px;
    height: 46px;
    background: #e7ac00;
    border: 1px solid #e7ac00;
    border-radius: 10px;
    flex: none;
    order: 5;
    align-self: stretch;
    flex-grow: 0;
}
.text-center {
    display: flex;
    justify-content: center;
}
@media screen and (orientation: portrait), (max-width: 1000px) {
.btn_enviar {
        width: 85vw;
}
}
