@charset "utf-8";


.avakalawebchat div.chatArea {

    position: fixed;
    height: 50px;
    width: 150px;
    bottom: 2em;
    right: 2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.5);

}
.avakalawebchat * {

    font-weight: normal !important;
    font-family: mtnirancell,IRANSans-web,tahoma;

}

.avakalawebchat div.chatArea span.wcAlert {

    opacity: 0;
    direction: ltr !important;
    z-index: 10;
    float: left;
    position: absolute;
    display: none;
    width: 140px;
    height: 50px;
    top: -70px;
    left: -80px;
    line-height: 13px;
    font-size: 11px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}
.avakalawebchat div.chatArea .showing {

    opacity: 1 !important;
    display: block !important;

}

.avakalawebchat div.chatArea div.buttonArea span.notify {

    width: 20px;
    height: 20px;
    margin: 0;
    top: -15px;
    left: -10px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    background-color: #d32f2f;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;

}

.avakalawebchat div.chatArea div.buttonArea span.chatBtn {

    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;

}

.avakalawebchat div.chatArea div.buttonArea span.chatBtn img {

    width: 80%;
    margin: 10px 10%;
    float: left;

}

.avakalawebchat div.chatArea div.buttonArea {

    cursor: pointer;
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}

.avakalawebchat div.chatArea div.buttonArea span.text.fa {

    font-size: 10px;

}
.avakalawebchat div.chatArea div.buttonArea span.text {

    color: #fff;
    float: left;
    margin-left: 10px;
    line-height: 50px;
    text-align: left;

}


.avakalawebchat div.chatArea div.buttonArea span.onlineIcon {

    position: absolute;
    right: 0px;
    top: -10px;
    width: 10px;
    height: 10px;
    float: right;
    margin: 20px 10px;
    background-color: #d32f2f;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;

}
.avakalawebchat .onlineBlink {

    -webkit-animation: online 0.8s linear 0s infinite alternate;
    -moz-animation: online 0.8s linear 0s infinite alternate;
    -o-animation: online 0.8s linear 0s infinite alternate;
    animation: online 0.8s linear 0s infinite alternate;

}


.avakalawebchat div.chatArea span.wcAlert div.text::before {

    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: 1.05em;
    height: 1px;
    background-color: #fff;
    width: 32px;

}

.avakalawebchat div.chatArea span.wcAlert span.alertCorner {

    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    right: -5px;
    background: #fff;
    border: 1px solid #eaeaea;

}

.avakalawebchat div.chatArea span.wcAlert div.text.fa {

    direction: rtl;

}
.avakalawebchat div.chatArea span.wcAlert div.text {

    position: absolute;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    z-index: 10;
    width: 160px;
    height: 50px;
    padding: 10px;
    font-size: 11px !important;
    line-height: 15px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

}



@-webkit-keyframes online {
 0% {
  background-color:#349637
 }
 100% {
  background-color:#41f247
 }
}
@-moz-keyframes online {
 0% {
  background-color:#349637
 }
 100% {
  background-color:#41f247
 }
}
@keyframes online {
 0% {
  background-color:#349637
 }
 100% {
  background-color:#41f247
 }
}