.wa-float-btn {
    position: fixed;
    z-index: 9999;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.wa-float-btn img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.wa-close-btn
{
	font-size:28px !important;
}

.wa-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wa-header-left {
    flex: 0 0 auto;
}
.wa-header-left .wa-logo {
    max-height: 35px;
}

.wa-header-center {
    flex: 1;
    text-align: center;
    font-weight: bold;
}

.wa-header-right {
    flex: 0 0 auto;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}


.wa-float-btn.left-top { top: 20px; left: 20px; }
.wa-float-btn.left-middle { top: 50%; left: 20px; transform: translateY(-50%); }
.wa-float-btn.left-bottom { bottom: 20px; left: 20px; }
.wa-float-btn.right-top { top: 20px; right: 20px; }
.wa-float-btn.right-middle { top: 50%; right: 20px; transform: translateY(-50%); }
.wa-float-btn.right-bottom { bottom: 20px; right: 20px; }

.wa-popup-form {
    display: none;
    position: fixed;
    width: 300px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    z-index: 99999999999;
    bottom: 100px;
    right: 20px;
}
.wa-popup-header {
    padding: 10px;
    text-align: center;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wa-logo {
    max-height: 60px;
    vertical-align: middle;
    margin-right: 10px;
}
.wa-popup-body {
    max-height: 350px;
    overflow-y: auto;
    padding: 15px;
}



@media screen and (max-width: 400px) {
    .wa-popup-form {
        width: 90%;
        right: 5%;
        left: 5%;
    }

    .wa-popup-body {
        max-height: 60vh;
    }
}

.wa-popup-footer {
    text-align: center;
    color: white;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wa-popup-footer a{

    color: white;

}
