/* Estilo do botão do Kommo */
#kommo-chat-button {
    background-color: #0e0142;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* Estilo do modal/formulário */
#form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#kommo-form {
    background: white;
    padding: 20px;
    border-radius: 10px;
}

#kommo-form input {
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 200px;
}

#kommo-form button {
    background-color: #0e0142;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
