.elementor-315 .elementor-element.elementor-element-7216854{--display:flex;--padding-top:32px;--padding-bottom:32px;--padding-left:32px;--padding-right:32px;}#elementor-popup-modal-315 .dialog-widget-content{animation-duration:1.3s;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-315{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-315 .dialog-message{width:442px;height:auto;}#elementor-popup-modal-315 .dialog-close-button{display:flex;}@media(max-width:767px){#elementor-popup-modal-315 .dialog-message{width:413px;}}@media(min-width:768px){.elementor-315 .elementor-element.elementor-element-7216854{--content-width:1072px;}}/* Start custom CSS for html, class: .elementor-element-c0a19aa */.form-container {
    background-color: #d3d3d3;
    padding: 20px;
    border-radius: 5px;
    width: 320px; /* Ajustado para caber dois campos lado a lado */
    margin: 50px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}


#nome, #email, #telefone, #procedimento{
    border: 1px solid #17272E3B;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #17272E3B;
    border-radius: 5px;
    background-color:#E8E8E8;

    

}

#botaoform {
    background-color: #010101;
    color: white;
    border: none;
    cursor: pointer;
}

#botaoform:hover {
    background-color: #202020;
}

.form-group {
    display: flex;
    justify-content: space-between;
}

.form-field {
    display: flex;
    flex-direction: column;
    width: 48%; /* Ajuste para garantir que ambos os campos caibam na mesma linha */
}
button:disabled {
            background-color: #ccc;
        }
        .loading {
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 2px solid white;
            border-radius: 50%;
            border-top: 2px solid #28a745;
            animation: spin 1s linear infinite;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }/* End custom CSS */