/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: sans-serif;
  font-family: qq_font,sans-serif;
}
input,
textarea,
button,
select,
a {-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-appearance: none;-moz-appearance: none; appearance: none;outline: 0;text-decoration: none;}
a:focus {-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-appearance: none;-moz-appearance: none; appearance: none;outline: 0;text-decoration: none; }
.btn, .btn:hover, .btn:active, .btn:focus{ -webkit-appearance: none !important;-moz-appearance: none !important; appearance: none !important;outline: 0 !important;}
button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
}
@font-face {font-family: qq_font; src: url(https://www.quackquack.in/Poppins-Regular.ttf);font-display: swap; } 
@font-face {font-family: qq_font_light; src: url(https://www.quackquack.in/Poppins-Light.ttf);font-display: swap; } 
@font-face {font-family: qq_font_bold; src: url(https://www.quackquack.in/Poppins-Bold.ttf);font-display: swap; } 
@font-face {font-family: qq_font_semiBold; src: url(https://www.quackquack.in/Poppins-SemiBold.ttf); font-display: swap;}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a:focus,input:focus{outline:0}
button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:none}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header{
  background: #3c21d1;
  float:left;width: 100%;
  padding: 0;
}
.container{
  max-width: 94%;
  margin: 0 auto;
}
.chat_title {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 52px;
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  font-family: qq_font,sans-serif; 
}
.chatMain{
  clear: both;
  padding: 0;
}
.links {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 20px;
  overflow: hidden;
}

.links>li {
  float: left;
  width: 100%;
  background: #f3f4f9;
  margin: 14px 0 0;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
}
.links>li>a {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 18px;
  cursor: pointer;
  padding: 15px 15px 15px;
}
.arrow-right {
  display: block;
  width: 11px;
  height: 11px;
  margin: -8px 0 0;
  position: absolute;
  right: 13px;
  top: 50%;
}
.arrow-left{
  float:left;
  width: 15px;
  height: 15px;
  margin: 13px 15px 0 0;
  position: relative;
  z-index: 999;
}
img{
  max-width: 100%;
}
.qqLogo{
  width:30px;display: inline-block;
  vertical-align: top;
  margin: 11px 0 0;
}
.qqLogo img{display: inline-block;vertical-align: middle;}
.user_chat{clear:both;width: 100%;padding: 25px 0 0}
.usermsg{
  background: #dce1fe;
  padding: 10px 15px;
  float: right;
  border-radius: 10px 0 10px 10px;  
  font-size: 13px;
  max-width: 350px;
  box-sizing: border-box; line-height: 18px;
}
.sender_chat{
  clear:both;width: 100%;padding: 25px 0 0;
}
.sendermsg{
  background: #f3f4f9;
  padding: 10px 15px;
  float: left;
  border-radius: 0 10px 10px 10px;
  font-size: 13px;
  max-width: 350px;
  line-height: 18px;
  width: 80%;
  box-sizing: border-box;
}
.btnblock{clear: both;}
.btn{
  background: #3c21d1;
  width: 80%;
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  max-width: 400px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  display: block;
  border: none;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 1px 1px 2px #c4c7d1;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 12px 0 0;
  float: left;
  
}
.btn.disable{
  color: #757575;
  cursor: default;
  background: #f3f4f9;
}
.btn:focus{
  outline: none;

  border: none;
}
.titleList{
  font-size: 17px;
  clear: both;
  padding: 20px 0 0;
  text-align: center;line-height: 22px;
}




.backarrow{
  width: 20px;
  height: 35px;
  margin: 0 0 0 -20px;
  display: inline-block;
  vertical-align: top;
  padding: 17px 0 0 20px;
  position: relative;
  z-index: 999;
  cursor: pointer;
} 
.backarrow .arrow-left{
  margin: 2px 0 0;
}
.selectbtn{
  display: block;
  width: 80%;
  height: 45px;
  position: relative;
  background: #f3f4f9;
  border-radius: 6px;box-shadow: 1px 1px 2px #c4c7d1;
}
.selectbtn select{
  background: #f3f4f9;
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: block;
  border:none;
  border-radius: 6px;
  text-align: left;
  color: #000;
  -webkit-appearance: none;
  padding: 0 15px;
  padding-right: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background: none;
  position: relative;
  z-index: 99;font-weight: bold; 
}

.select_arrow{
  position: absolute;
  top: 14px;
  right: 15px;
  width: 11px;
  height: 11px;
  color: #000;
}
.select_arrow svg{color: #000}
.selectbtn select:focus,.selectbtn select:hover{box-shadow: none;outline:none}
.chat-bubble {
  
  -webkit-border-radius: 20px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 20px;
  border-bottom-left-radius: 2px;
  display:inline-block;
  float: right;
  margin: 25px 0 0;
  width: 100%;
}
.chat-bubble2{float: left;}
.typing {
  align-items: center;
  display: block;
  height: 17px;
  margin: 0 auto;
  width: 33px;
  background: #dce1fe;
  padding: 10px 15px;
  float: right;
  border-radius: 10px 0 10px 10px;
}
.chat-bubble2 .typing{float: left;border-radius: 0 20px 20px 20px;background: #f3f4f9;
  border-radius: 0 10px 10px 10px; }
.typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color:rgba(0,0,0,0.6); 
  border-radius: 50%;
  height: 7px;
  margin-right: 1px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}
.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
  animation-delay: 300ms;
}
.typing .dot:nth-child(3) {
  animation-delay: 400ms;
}
.typing .dot:last-child {
  margin-right: 0;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color:rgba(0,0,0,0.4); 
  }
  28% {
    transform: translateY(-7px);
    background-color:rgba(0,0,0,0.2); 
  }
  44% {
    transform: translateY(0px);
    background-color: rgba(0,0,0,0.1);
  }
}
.selectbtn{
  float: left;
  margin: 12px 0 0;
  
}
@media only screen and (min-width:768px){
  body{
    background: #f3f4f9;
  }
  .mainCont .container{background: #fff;padding: 0 15px 0;box-shadow: 1px 1px 2px #c4c7d1;border-radius: 10px;}
  .container{
    max-width: 550px;
     
    box-sizing: border-box;
  }
  .container2{
    overflow-y: auto;
  }
  .links>li>a{
    padding: 17px 20px 17px;
  }
  .links>li>a {
    font-size: 15px;
  }
  .titleList{
    padding: 20px 0 6px;
    font-size: 19px;
    line-height: 25px;
  }
  .arrow-right{right: 18px}
  .sendermsg{
    max-width: inherit;
    width: 70%;
  }
  .btn{
    max-width: inherit;
    width: 70%;
  }
  .btnblock2{width: 100%;}
  .selectbtn{width: 70%;}
  .mainCont{float: left;width: 100%;padding: 20px 0 0;}
  .empty50{height: 50px;display: block;}
}
