@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body
{
    font-family: 'Open Sans', sans-serif;
    }
.popup-box {
   background-color: #ffffff;
  /*border: 1px solid #b0b0b0;*/
    bottom: 0;
    /*display: none;*/
    height: 415px;
    position: fixed;
    right: 41px;
    width: 369px;
    font-family: 'Open Sans', sans-serif;
}
/*.round.hollow {
    margin: 40px 0 0;
    z-index:9999;
} */
.chaticon button {
    height: 64px;
    width: 64px;
    background: none;
    border: none;
    outline: none;
}
.round.hollow {
    margin: 40px 0 0;
    z-index: 9999;
    height: 64px;
    width: 64px;
    right: 75px;
    bottom: 15px;
}
.round.hollow a {

    color: red;
    color: #ff6701;
    font-size: 23px;

    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.round.hollow a:hover {

    color: red;
    color: #000;
    font-size: 23px;

    text-decoration: none;
}
.popup-box-on {
    /*display: block !important;*/
}
.popup-box .popup-head {
    background-color: #fff;
    clear: both;
    color: #7b7b7b;
    display: inline-table;
    font-size: 21px;
    padding: 7px 10px;
    width: 100%;
     font-family: Oswald;
}
.bg_none i {
    border: 1px solid #ff6701;
    border-radius: 25px;
    color: #ff6701;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none:hover i {
    border: 1px solid #000;
    border-radius: 25px;
    color: #000;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.popup-box .popup-head .popup-head-right {
    margin: 11px 7px 0;
}
.popup-box .popup-messages {
}
.popup-head-left img {
    border: 1px solid #7b7b7b;
    border-radius: 50%;
    width: 44px;
}
.popup-messages-footer > textarea {
    border-bottom: 1px solid #b2b2b2 !important;
    height: 34px !important;
    margin: 7px;
    padding: 5px !important;
     border: medium none;
    width: 95% !important;
}
.popup-messages-footer {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.popup-messages-footer .btn-footer {
    overflow: hidden;
    padding: 2px 5px 10px 6px;
    width: 100%;
}
.simple_round {
    background: #d1d1d1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #4b4b4b !important;
    height: 21px;
    padding: 0 0 0 1px;
    width: 21px;
}





.popup-box .popup-messages {
    background: #3f9684 none repeat scroll 0 0;
    height: 275px;
    overflow: auto;
}
.direct-chat-messages {
    overflow: auto;
    padding: 10px;
    transform: translate(0px, 0px);

}
.popup-messages .chat-box-single-line {
    border-bottom: 1px solid #a4c6b5;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}
.popup-messages abbr.timestamp {
    background: #3f9684 none repeat scroll 0 0;
    color: #fff;
    padding: 0 11px;
}

.popup-head-right .btn-group {
    display: inline-flex;
	margin: 0 8px 0 0;
	vertical-align: top !important;
}
.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #636364;
    border-radius: 50%;
    font-size: 14px;
    height: 30px;
    width: 30px;
}
.popup-head-right .btn-group .dropdown-menu {
    border: medium none;
    min-width: 122px;
	padding: 0;
}
.popup-head-right .btn-group .dropdown-menu li a {
    font-size: 12px;
    padding: 3px 10px;
	color: #303030;
}

.popup-messages abbr.timestamp {
    background: #3f9684  none repeat scroll 0 0;
    color: #fff;
    padding: 0 11px;
}
.popup-messages .chat-box-single-line {
    border-bottom: 1px solid #a4c6b5;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}
.popup-messages .direct-chat-messages {
    height: auto;
}
.popup-messages .direct-chat-text {
    background: #dfece7 none repeat scroll 0 0;
    border: 1px solid #dfece7;
    border-radius: 2px;
    color: #1f2121;
}

.popup-messages .direct-chat-timestamp {
    color: #fff;
    opacity: 0.6;
}

.popup-messages .direct-chat-name {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 0 49px !important;
	color: #fff;
	opacity: 0.9;
}
.popup-messages .direct-chat-info {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}
.popup-messages  .big-round {
    margin: -9px 0 0 !important;
}
.popup-messages  .direct-chat-img {
    border: 1px solid #fff;
	background: #3f9684  none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 40px;
    margin: -21px 0 0;
    width: 40px;
}
.direct-chat-reply-name {
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 10px;
    opacity: 0.9;
}

.direct-chat-img-reply-small
{
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    height: 20px;
    margin: 0 8px;
    width: 20px;
	background:#3f9684;
}

.popup-messages .direct-chat-msg {
    margin-bottom: 10px;
    position: relative;
}

.popup-messages .doted-border::after {
	background: transparent none repeat scroll 0 0 !important;
    border-right: 2px dotted #fff !important;
	bottom: 0;
    content: "";
    left: 17px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
	 display: inline;
	  z-index: -2;
}

.popup-messages .direct-chat-msg::after {
    background: #fff none repeat scroll 0 0;
    border-right: medium none;
    bottom: 0;
    content: "";
    left: 17px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
	 display: inline;
	  z-index: -2;
}
.direct-chat-text::after, .direct-chat-text::before {

    border-color: transparent #dfece7 transparent transparent;

}
.direct-chat-text::after, .direct-chat-text::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #d2d6de transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: medium;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}
.direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}
.popup-messages .direct-chat-text {
    background: #dfece7 none repeat scroll 0 0;
    border: 1px solid #dfece7;
    border-radius: 2px;
    color: #1f2121;
}
.direct-chat-text {
    background: #d2d6de none repeat scroll 0 0;
    border: 1px solid #d2d6de;
    border-radius: 5px;
    color: #444;
    margin: 5px 0 0 50px;                       
    padding: 5px 10px;
    position: relative;
}     
@media screen and (min-width:320px) and (max-width:400px){
    .popup-box{right:0px !important;height:100% !important;width:100% !important;}
.aitext{padding-top:4px;}
.popup-box{left:0px;}
.dsblock{border-radius:20px;}
 /*.chatpopupheading{margin-top:0px !important;}*/
}                            
 @media screen and (min-width:401px) and (max-width:768px){
       .popup-box{right:0px !important;height:100% !important;width:100% !important;}
    .aitext{padding-top:4px;}
    .popup-box{left:0px;}
    .chatpopupheading{margin-top:0px;}
    .dsblock{border-radius:20px;}
    }
@media screen and (min-width:768px) {
       .popup-box{ margin-bottom:89px !important;height:450px !important;margin-right: -15px;}
       .divheading{border-radius: 19px 19px 0px 0px;box-shadow: 0px 0px 8px 0px #8c8989;}
      
   }
    @media screen and (min-width:768px){
      // #img-swap{margin-left:92%;}
    }
.chaticon{float:right;position: fixed;margin-top: -130px;margin-left: 93%;}
//.chatdesign{bottom: 17px;right: 76px;position: fixed;z-index:9999;}
.chatdesign {
    bottom: 17px;
    right: 76px;
    position: fixed;
    z-index: 9999;
}
.chatpopupdesign{z-index:999;border-radius: 5px 5px 0px 0px;background:transparent;display:none;}
.chatpopupheading{margin-left:1px;margin-right:1px;padding: 0px 0px 0px;height:40px;background:#e33044;color:#fff;}
.m2alltext{margin-left:64px;font-size:11px;}
.aitext{margin-left: 64px;padding-top:2px;}
.marginfloat{float: right;margin-right: 22px;margin-top: -28px;}
.iframechatdiv{border:0px;height:100%;box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;display:none;}
.m2alllogo{    float: left; margin-left: 18px;margin-top:8px;}
img#removeClass {width: 11px;margin-top: 0px;
}
.dsnone{display:none;}
.dsblock{display:block;border-radius:0px;}

.tooltip-show:before, p.chat:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.tooltip-show:before {
  right: 37px;
    top: 69px;
    border: 10px solid;
    border-color: rgb(205, 48, 55) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.tooltip-show{
    font-family: arial;
    font-size: 13px;
    position: fixed;
    width: 225px;
    height: 69px;
    text-align: center;
    background-color: #fff;
        border-radius: 50px;
    /* box-shadow: 2px 2px 4px #888; */
    box-shadow:0px 0px 6px 1px rgb(225, 11, 45);;
    padding: 10px 15px;    bottom: 118px;
    right: 47px;
animation: zoominoutsinglefeatured 1.5s infinite ;}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}

.tooltip-show {
    animation: zoominoutsinglefeatured 1.5s infinite ;
}
.chatwindow{display:none;}

.dsblock{
Display:block;
Border-radius:26px;
}