.wa-button{    
    text-align: center;
    background-color: #fff;
     
    border-top-left-radius: 0;

    border-top: 1px solid #dadde1;
    color: #00a5f4;
    font-size: 14px;
    height: 44px;
    line-height: 20px;
    min-width: 240px;
    white-space: pre-wrap
    
  }


  .wa-body-text{
    background-color: #fff;
    color: rgba(28,43,51,1);
    /*border-top-left-radius:  7.5px;
    border-top-right-radius: 7.5px;*/
  }

.wa-round-botton{
  border-bottom-left-radius:  7.5px;
  border-bottom-right-radius: 7.5px;
}

.wa-round-top {
  border-top-left-radius:  7.5px;
  border-top-right-radius: 7.5px;
}



.wa-button:first-child {
    border-top: none;
}



.wa-image{
    width: 100%;
    max-height: 200px;
    border-radius: 10px;
}


.wa-button:last-child, .wa-round-bottom{
    border-bottom-left-radius:  7.5px;
    border-bottom-right-radius: 7.5px;
}




.wa-buttons_c{
    border-top: 1px solid #dadde1;
    padding-left: 4px;
    padding-right: 4px;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, .15);  
    border-bottom-left-radius:  7.5px;
    border-bottom-right-radius: 7.5px; 
}

  .wa-background {
    min-width: 370px;
    max-width: 400px;
    background-color: #e5ddd5; 
    background-image: url('path-to-your-background-image.jpg');
    color: #303030; 
    padding: 40px 30px 250px 30px;


    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  }