.wa-icon {
    background-color: #25d366;
    padding: 10px;
    border-radius: 500px;
    width: fit-content;
    box-shadow: 0 0 10px 0 rgb(113 113 113 / 80%);
    -webkit-box-shadow: 0 0 10px 0 rgb(113 113 113 / 80%);
    -moz-box-shadow: 0 0 10px 0 rgba(113, 113, 113, .8);
    cursor: pointer
}

.wa-square {
    border-radius: 0 !important
}

.wa-semisquare {
    border-radius: 15px !important
}

.wa-chat-tl {
    position: fixed;
    top: 10px;
    left: 10px
}

.wa-chat-tr {
    position: fixed;
    top: 10px;
    right: 10px
}

.wa-chat-bl {
    position: fixed;
    bottom: 10px;
    left: 10px
}

.wa-chat-l {
    position: fixed;
    top: 40%;
    left: 10px
}

.wa-chat-br {
    position: fixed;
    bottom: 10px;
    right: 10px
}

.wa-chat-r {
    position: fixed;
    top: 40%;
    right: 10px
}

.wa-icon img {
    width: 32px;
    height: 32px
}

.wa-icon-example img {
    background-color: #000;
    padding: 5px
}

.wa-balloon {
    position: absolute;
    bottom: 30px;
    background-color: red;
    color: #fff;
    border-radius: 30px;
    font-size: 11px;
    width: 20px;
    text-align: center;
    margin-left: 38px;
    margin-bottom: 5px;
    padding-top: 4px;
    padding-bottom: 4px
}

.wa-chat-example .wa-balloon {
    bottom: 70px !important;
    padding-top: 5px;
    padding-bottom: 4px;
}

.wa-chat {
    font-family: Arial, Helvetica, sans-serif;
    z-index: 2000;
    line-height: 1
}

.wa-chat-example {
    z-index: 1
}

.wa-example-back {
    width: 80px;
    height: 140px;
    border: 1px solid #666;
    border-radius: 5px;
    float: left;
    margin: 5px;
    background-size: 100%;
    cursor: pointer
}

.wa-example-selected {
    border: 3px solid red
}

.wa-back1 {
    background-image: url(https://cdn.afilnet.com/waplugin/img/waback1.jpg)
}

.wa-back2 {
    background-image: url(https://cdn.afilnet.com/waplugin/img/waback2.jpg)
}

.wa-back3 {
    background-image: url(https://cdn.afilnet.com/waplugin/img/waback3.jpg)
}

.wa-back4 {
    background-image: url(https://cdn.afilnet.com/waplugin/img/waback4.jpg)
}

.wa-back5 {
    background-image: url(https://cdn.afilnet.com/waplugin/img/waback5.jpg)
}

.wa-back6 {
    background-image: url(https://cdn.afilnet.com/waplugin/img/waback6.jpg)
}

.wa-back7 {
    background-image: url(https://cdn.afilnet.com/waplugin/img/waback7.jpg)
}

.wa-open {
    line-height: 1;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 0 10px 0 rgb(113 113 113 / 80%);
    -webkit-box-shadow: 0 0 10px 0 rgb(113 113 113 / 80%);
    -moz-box-shadow: 0 0 10px 0 rgba(113, 113, 113, .8);
    transition: height 0s 0s, opacity 1s 1s;
    overflow: hidden;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 1000;
}

.wa-chat-bl .wa-open {
    right: auto
}

.wa-chat-tl .wa-open {
    right: auto;
    bottom: auto;
    top: 70px
}

.wa-chat-l .wa-open {
    right: auto;
    bottom: auto;
    top: 40%;
    left: 70px
}

.wa-chat-tr .wa-open {
    bottom: auto;
    top: 70px
}

.wa-chat-r .wa-open {
    bottom: auto;
    top: 40%;
    right: 70px
}

.example .wa-open {
    position: static;
}

.example .wa-open-webchat {
    margin-bottom: 20px;
} 

.example .wa-open-webchat .wa-open {
    width: auto;
}

.wa-open-header {
    background-color: #075e54;
    padding: 10px;
    padding-top: 8px;
    color: #fff
}

.wa-open-operator {
    background-color: #075e54;
    padding: 10px;
    padding-top: 8px;
    color: #fff
}

.wa-open-content {
    height: 200px;
    padding: 5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll
}

.wa-operator-name {
    font-size: 16px;
    margin-top: 3px
}

.wa-operator-status {
    font-size: 10px
}

.wa-operator-icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    border-radius: 20px
}

.wa-photo-square {
    border-radius: 0
}

.wa-photo-semisquare {
    border-radius: 5px
}

.wa-message {
    background: #fff;
    margin: 5px;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    width: 70%
}

.wa-message-time {
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
    color: #aaa
}

.wa-button {
    float: left;
    background-color: #075e54;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center
}

.wa-button:hover {
    opacity: 80%;
    text-decoration: none
}

.wa-open-footer {
    background-color: #075e54;
    padding: 10px;
    color: #fff;
    display: table;
    width: 100%
}

.wa-info {
    color: #075e54;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer
}

.wa-info span {
    display: none
}

.wa-info:hover {
    width: 200px;
    margin-left: -150px
}

.wa-info:hover span {
    display: inline
}

.wa-button-wrapper {
    background-color: #fff
}

.wa-hidden {
    display: none
}

.wa-operator-action {
    float: right;
    padding: 6px;
    color: #fff;
    font-size: 20px;
    width: 25px;
    display: block;
    text-align: center
}

.wa-operator-action:hover {
    float: right;
    padding: 6px;
    color: #fff;
    font-size: 20px
}

.wa-open-content::-webkit-scrollbar {
    width: 10px
}

.wa-open-content::-webkit-scrollbar-thumb {
    background: #888
}

.wa-open-content::-webkit-scrollbar-thumb:hover {
    background: #555
}

.wa-whiteback {
    background-color: #fff !important
}

.wa-tooltip {
    display: block;
    position: absolute;
    bottom: 0;
    right: 100px;
    height: auto;
    min-width: 100px;
    padding: 5px 8px;
    z-index: 1001;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, .85);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px
}

.wa-tooltip:after {
    position: relative;
    width: 0;
    height: 0;
    right: 20px;
    top: 25px;
    content: "";
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: rgba(0, 0, 0, .85) transparent transparent transparent
}

.wa-iframe {
    min-height: 100px;
    border: 0px;
    width: 100%;
}