.group_input_form {
    display: grid;
    grid-template-columns: 48% 48%;

    column-gap: 4%;
}

.form_email {
    width: 100%;
}

.title_modal {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.remodal {
    max-width: 500px !important;
}

.remodal select {
    width: 100%;
    height: 36px;
    border: 1px solid #aeadadcc;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 10px;
}

.subtitle_modal {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
}

.form_modal input {
    padding: 10px 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 2px solid #aeadadcc;
    font-family: "Roboto Condensed", sans-serif;
}

.form_modal input {
    font-family: "Roboto Condensed", sans-serif;
    color: #6c757d;
}

.form_modal button {
    background-color: var(--cor-verde);
    color: white;
    padding: 4px 37px;
    border: 0;
    text-transform: uppercase;
    width: 100%;
    border-radius: 5px;
    font-family: "Roboto Condensed", sans-serif;
}


.form_modal button:hover {
    background-color: #d4c383;
    color: white;
}

input[type=date] {
    text-align: right;
}

input[type="date"]:before {
    color: lightgrey;
    content: attr(placeholder) !important;
    margin-right: 0.5em;
}


input[type="date"]:before {
    color: lightgrey;
    content: attr(placeholder) !important;
    margin-right: 0.5em;
}

input[type="date"]:focus:before {
    content: '' !important;
}

.menu_agendar {
    background: rgb(235, 185, 11);
    border-radius: 8px;
}

.text_agendar {
    color: black;
    font-weight: 700;
}