#whatsapp-form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fafafa;
    font-family: Arial, sans-serif;
  }
  
  #whatsapp-form input,
  #whatsapp-form textarea,
  #whatsapp-form button {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
	  background-color:white;
  }
  
  #whatsapp-form input,
  #whatsapp-form textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  #whatsapp-form textarea {
    resize: vertical;
    min-height: 100px;
  }
  
  #whatsapp-form button {
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }
  
  #whatsapp-form button:hover {
    background-color: #1ebe5d;
  }
  
	#whatsapp-form select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L0.0717968 0.5L13.9282 0.5L7 10Z' fill='%23999'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    padding-right: 36px;
}
