    <style>
    /* TR-WP.COM */
    body {
        background-color: #444;
        height: 200px;
    }

    .trwpwhatsappballon {
        display: none;
        font-size: 14px;
        border-radius: 12px;
        border: 1px solid #fff;
        max-width: 250px;
		margin-top: 10px;
        margin-bottom: 65px;
    }

    .trwpwhatsapptitle {
        background-color: #ff0000;
        color: white;
        padding: 14px;
        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;
    }

    .trwpwhatsappinput input {
        width: 206px;
        border-radius: 10px;
        margin: 1px 1px 0px 10px;
        padding: 10px;
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 300;
        font-size: 13px;
        background-color: #efefef;
        border: 1px solid #d4d4d4;
    }

    .trwpwhatsappbutton {
        background-color: rgba(0,0,0,.0001);
        border-radius: 20px;
        padding: 8px 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;
    }
	
	.trwpwhatsappchat {
        background-color: #e86433;
        border-radius: 20px;
        padding: 8px 15px;
        cursor: pointer;
        color: yellow;
        max-width: 220px;
        margin-top: 10px;
        margin-bottom: 90px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .badge {
        background: red;
        padding: 10px;
        font-weight: bold;
        border-radius: 23px;
    }
	
	.trwpwhatsappbox {
        position: fixed;
        z-index: 9999999999999999999;
        bottom: 0;
        right: 10px;
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 300;
        font-size: 15px;
    }

    .trwpwhatsappall {
        position: fixed;
        z-index: 9999999999999999999;
        bottom: 0;
        right: 10px;
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 300;
        font-size: 15px;
    }

    .trwpwhatsappsendbutton {
        color: #22c15e;
        cursor: pointer;
    }
	
    button {
        border: none;
    }

    button i {
        float: right;
        position: absolute;
        z-index: 999999999999;
        right: 23px;
        top: 11;
        bottom: 81px;
        font-size: 18px !important;
    }

    .kapat {
        position: absolute;
        right: 6px;
        top: 36px;
        font-size: 13px;
        border: 1px solid #fff;
        border-radius: 99px;
        padding: 2px 5px 2px 5px;
        color: white;
        font-size: 10px;
        cursor: pointer;
    }

    .my-table th {
        line-break: anywhere !important;
    }
	
	/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}
.fa{display:contents;}
