.toplabelleft{
    font-size: 13px;
    color: #e8a016;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    padding-left: 15px;
    border-radius: 200px;
    position: absolute;
    z-index: 20;
    top: 5px;
    left: 5px;
}

.toplabelright{
    font-size: 13px;
    color: #e8a016;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    padding-left: 15px;
    border-radius: 200px;
    position: absolute;
    z-index: 20;
    top: 5px;
    right: 5px;
}
.bottomlabelleft{
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    padding-left: 15px;
    border-radius: 200px;
    position: absolute;
    z-index: 20;
    top: 165px;
    left: 5px;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white !important;
    position: fixed;
    bottom:50px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index:1000;
}
.btn-whatsapp-pulse-border {

    animation-play-state: paused;
}
.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#watbox
{
    position:fixed;
    bottom:5px;
    left:10px;
    z-index:1010;
    display:none;
}
#wathead
{
    background:#25d366;
    color:#fff;
    border-radius:10px 10px 0 0;
    padding:5px 10px;
    font-size:14px;
}
#wathead i
{
    font-size:20px;
    margin-left:5px;
}
#watbody
{
    background:#fff;
    height:200px;
    padding:10px;
    font-size:14px;
    border:1px solid #cecece;
    border-bottom:0;
}
#watbody span
{
    background:#eee;
    border-radius:5px;
    display:block;
    padding:10px
}
#watsend
{
    padding:15px 10px;
    background:#dfdede;
}
#wattxt
{
    border:0;
    height:40px;
    border-radius:10px;
    width:auto !important;
}
#watclose
{
    float:left;
    font-size:14px;
    color:black;
    margin-top:-30px;
}
#watbtn
{
    font-size:20px;
    margin-left:10px;
    color:#fff;
    text-align:center;
    border-radius:50%;
    width:50px;
    height:50px;
    line-height:50px;
    float:right;
    background:#25d366;
}
