.trwpwhatsappballon {
    font-size: 14px;
    border-radius: 12px; 
    max-width: 250px;
    font-family: system-ui;
    }
    
    .trwpwhatsapptitle {
    background-color: #22c15e; 
    color: white; 
    padding: 16.7px; 
    border-radius: 12px 12px 0px 0px;
    text-align: center;
    }
    
    .trwpwhatsappmessage {
    padding: 16px 12px;
    background-color: white;
    }
    
    .trwpwhatsappinput {
    background-color: white;
    border-radius: 0px 0px 12px 12px;
    height: 85px;
    width: 100%;
    }
    
    .trwpwhatsappinput input {
    width: 206px;
    border-radius: 10px;
    margin: 1px 1px 0px 10px;
    padding:10px;
    font-family: system-ui;
    font-weight: 300;
    font-size: 13px;
    background-color: #efefef;
    border: 1px solid #d4d4d4;
    }
    
    .trwpwhatsappbutton {
    background-color: #22c15e; 
    border-radius: 20px; 
    padding: 12px 15px;
    cursor: pointer; 
    color: #fff;
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
    
    .trwpwhatsappall {
    position: fixed; 
    z-index: 9999999999999999999; 
    bottom: 0; 
    right: 10px;
    font-family: system-ui;
    font-weight: 300;
    font-size: 15px;
    }
    
    .trwpwhatsappsendbutton {
      color: #22c15e;
      cursor:pointer;
    }
    
    .buttons {border: none;}
    .buttons i {
    float: right;
    position: absolute;
    z-index: 999999999999;
    bottom: 81px;
    font-size: 18px !important;
    top: 141px;
    }
    
    .kapat {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 2px 5px;
    color: white;
    font-size: 10px;
    cursor: pointer;
    }
    