#av-opener {
    position: fixed;
    bottom:0px;
    right:15px;
    width: 300px;
    padding: 15px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
    z-index: 9999;
}


#av-opener img {
    width: 50px;
    float: right;
}

#av-opener:hover {
    padding-bottom: 30px;
    cursor:pointer;
}

#av-content {
    position: fixed;
    bottom:0px;
    right:15px;
    width: 500px;
    z-index: 1000;
    border-radius: 15px 15px 0px 0px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
    z-index: 999999;
}

#av-welcome {
    background: #ececec;
    padding: 15px;
    border-radius: 15px 15px 15px 0px;
    text-align: center;
    font-size: 16px;
    margin: 15px 0px;
}

#av-head {
    background: #ffcd1c;  
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px 15px 0px 0px;
    font-size: 21px;
    line-height: 26px;
}

#av-logo {
    max-width: 60px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}


#av-closer {
    width: 21px;
    height: 21px;
    cursor:pointer;
}

#av-back {
    padding: 0px 0px 5px 10px;
    cursor: pointer;
    display: none;
}

#av-body-chat {
    padding: 15px 15px 30px 15px;
    max-height: 400px;
    overflow: auto;
}


.av-ques-block {
    position: relative;
    margin-bottom: 30px;
    opacity: 0.6;
}

.av-ques-block.on-stage {
    opacity: 1;
}

.av-ques-text {
    font-weight: 700;
    background: #ececec;
    padding: 15px;
    border-radius: 15px 15px 15px 0px;
    text-align: center;
    font-size: 16px;
}

.av-arrow {
    text-align: center; 
    color: #00954c;
}

.av-ans-block {
    padding: 0px 10px;
}

.av-ans {
    background: #b3dfc9;
    border-radius: 5px;
    padding: 7px;
    text-align: center;
    margin-top: 5px; 
    font-size: 15px;
}

.av-ans-inline {
    background: #ffcd1c;
    border-radius: 5px;
    padding: 7px;
    text-align: center;
    margin-top: 5px; 
    font-size: 15px;
    font-weight: 700;
    cursor:pointer;
    width: 80%;
    margin: auto;
}

.on-stage .av-ans.av-action:hover { cursor: pointer; }
.on-stage .av-ans.av-action:hover, .av-ans.selected {
    background: #00954c;
    color: #fff;
}

.av-ans-content {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

.av-ans-content-text {
    background: #fff5d2;
    font-size: 15px;
    padding: 7px 10px;
    overflow: hidden;
    word-wrap: break-word;
}

.av-ans-content-more {
    display: none;
}

.av-ans-content-more-show {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    text-decoration: underline;
}

.av-ans-content-more-show:hover {
    cursor: pointer; 
}

.av-content-end {
    margin-top: 15px;
    padding: 0px 15px;
}

.av-content-end-title {
    background: #ececec;
    padding: 7px;
    border-radius: 15px 15px 15px 0px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
}

.av-content-end-action {
     background: #ececec;
     padding: 5px;
     border-radius: 5px;
     text-align: center;
     align-self: center;
}

.av-content-end-action:hover {
     background: #b1b1b1;
     font-weight: 700;
     cursor: pointer;
}

.av-content-end-text {
    display:none;
    margin-top: 15px;
    padding: 0px 15px;
    background: #ececec;
    padding: 7px;
    border-radius: 15px 15px 15px 0px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 600px) 
{

    #av-content {
        right:5px;
        left:5px;
        width: auto;
    }

}