.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 8;
    bottom: 40px;
    right: 10px;
    padding: 5px;
    margin: 0px;
    direction: rtl;
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: .3s;
    margin: 10px;
    margin-right: 0px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 6px 0px #e0e0e0;
}

.circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    border-radius: 50%;
    transition: .3s;
    background-color: rgb(119, 187, 74);
    animation: pulse 1.2s 4.0s ease 4;
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    bottom: 85px;
    transition: .5s;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    animation: slideInRight .6s 0.0s both;
    box-shadow: 0 0 8px #e0e0e0;
}

.closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #01887b;
}

.send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 5px 0px 0px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 1px 1px 6px 0px #e0e0e0;
}

.is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight .6s 0.0s both;
}

.whats-input {
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
    border-radius: 20px;
    padding: 0px 10px 0px 0px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: .3s;
    background-color: #f8f8f8;
}

.whats-input:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: .3s;
    border: 1px solid #e0e0e0;
}



.icon-send-wa {
    width: 15px;
    height: 15px;
}

.icon-whatsapp {
    width: 45px;
    height: 45px;
}

.icon-font-color{
    color: #ffffff
}

.icon-font-color--black{
    color: #333333
}


.img-whatsapp {
    width: 20px;
    height: 20px;
}

.icon-close-whatsapp {
    width: 15px;
    height: 15px;
}


.content-whatsapp.-top {
    width: 100%;
}

.content-whatsapp.-bottom {
    display: flex;
}



.head-message {
    display: flex;
    font-weight: 600;
    background: #00887a;
    color: #fff;
    padding: 0.5rem;
    line-height: normal;
    align-items: center;
    border-radius: 10px 10px 0 0;
    justify-content: space-between;
}
.right-side {
    display: flex;
    align-items: center;
    min-width: 65%;
    margin-right: 10px;
}


.left-side {
    display: flex;
    align-items: center;
    min-width: 20%;
    justify-content: flex-end;
}

.left-side span {
    margin-left: 5px;
}

.user-icon {
    background-color: #eaeaea;
    padding: 0.5rem;
    border-radius: 50px;
    line-height: 1rem;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00887a;
}

.head-message-p {
    margin: 1rem;
}

.content-whatsapp.-bottom {
    padding: 1rem 0.5rem;
}

.receive-message {
    max-width: 580px;
    color: #393939;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    text-align: right;
    align-self: flex-start;

}

.receive-message span {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    background-color: #ffffff;
    color: #484848;
    padding: 0.4rem;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #e0e0e0;
}


.text-rdwa {
    white-space: nowrap;
    overflow: hidden;
    margin:0px;
}
.text-rdwa {
    animation: animated-text 4s steps(29,end) 1s 1 normal both,
    animated-cursor 600ms steps(400,end) infinite;
}

/* text animation */

@keyframes animated-text{
    from{width: 0;}
    to{width: 230px;}
}

/* cursor animations */

/*@keyframes animated-cursor{*/
/*    from{border-right-color: #00887a;}*/
/*    to{border-right-color: transparent;}*/
/*}*/
