.elementor-889 .elementor-element.elementor-element-2955d3cb{--display:flex;--padding-top:32px;--padding-bottom:32px;--padding-left:32px;--padding-right:32px;}.elementor-889 .elementor-element.elementor-element-2955d3cb:not(.elementor-motion-effects-element-type-background), .elementor-889 .elementor-element.elementor-element-2955d3cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-af99158 );}#elementor-popup-modal-889 .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-889{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-889 .dialog-message{width:442px;height:auto;}#elementor-popup-modal-889 .dialog-close-button{display:flex;}@media(max-width:767px){#elementor-popup-modal-889{justify-content:center;align-items:center;}#elementor-popup-modal-889 .dialog-widget-content{border-radius:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-889 .elementor-element.elementor-element-2955d3cb{--content-width:1072px;}}/* Start custom CSS for html, class: .elementor-element-7805734b */.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: 5400;
    color: white;
}


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

    

}
#procedimento {
    appearance: none; /* Remove o estilo padrão do sistema */
    color: #969696;    cursor: pointer;
}


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

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

.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 */