.online{font-size: 10px !important; color: #AFD441; padding: 0 6px 0 0;}
.offline{font-size: 10px !important; color: #CCC; padding: 0 6px 0 0;}
.chat-offline{background-color: #888 !important;}

/* ---------- LIVE-CHAT ---------- */

#live-chat {bottom: 0; font-size: 12px; right: 24px; position: fixed; width: 360px; background: #FAFBFA; z-index: 999;}
#live-chat header {background: #62AA3C; border-radius: 5px 5px 0 0; color: #fff; cursor: pointer; padding: 8px 16px 8px 20px;}
#live-chat h4:before {background: #1a8a34; border-radius: 50%; content: ""; display: inline-block; height: 8px; margin: 0 8px 0 0; width: 8px;}
#live-chat h4 {font-size: 12px; line-height: normal; margin-top: 5px;}
#live-chat h5 {font-size: 10px;}
#live-chat form {padding: 24px;}
#live-chat input[type="text"] {border: 1px solid #ccc; border-radius: 3px; padding: 8px; outline: none; width: 100%;}

.chat-message-counter {background: #e62727; border: 2px solid #fff; border-radius: 50%; display: none; font-size: 12px; font-weight: bold; height: 28px; left: 0; line-height: 23px; margin: -15px 0 0 -15px; position: absolute; text-align: center; top: 0; width: 28px;}
.chat-close {background: transparent; border-radius: 50%; color: #fff; display: block; float: right; font-size: 12px; height: 26px; line-height: 23px; margin: 0; text-align: center; width: 26px; right: 1px;}
.chat-close:hover {background: #1b2126;}

.chat {}
.chat-history {height: 290px; padding: 10px 0px 20px 0px; overflow-y: scroll; background: #FAFBFA url(../images/temp/bg-chat.jpg) repeat; border: 1px solid #e7ebee;}
.chat-message img {border-radius: 50%; float: left;}
.chat-message-content {margin-left: 56px;}
.chat-time {float: right; font-size: 10px;}
.chat-feedback {font-style: italic; margin: 0 0 0 80px;}
.chat-container {background: #EFF1F0; font-family: 'Open Sans'; margin: 0px auto; overflow: scroll; max-height: 450px;}
.chat .chat-history .message {color: white; padding: 18px 10px; line-height: 26px; font-size: 16px; border-radius: 7px; margin-bottom: 30px; width: 100%; position: relative;}
.chat .chat-history .my-message {background: #86BB71;}
.chat .chat-history .other-message {background: #94C2ED;}
.chat .chat-message {padding: 0px; border-top: 1px solid #EEE; display: block; position: relative; height: 100px;}
.chat .chat-message textarea {width: 100%; border: none; padding: 10px 60px 10px 20px; font: 12px/20px "Open Sans", Arial, sans-serif; border-radius: 3px; resize: none; outline: none;}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {font-size: 16px; color: gray; cursor: pointer;}

#chat-messages{
	opacity:0;
	margin-top:30px;
	overflow-y:scroll;	
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#chat-messages.animate{opacity:1; margin-top:0;}
#chat-messages label{color:#aab8c2; font-weight:600; font-size:12px; text-align:center; margin:15px 0; display:block;}
#chat-messages div.message{padding:0 0 30px 58px; clear:both; margin-bottom:45px;}
#chat-messages div.message.right{padding: 0 58px 30px 0; margin-right: -19px; margin-left: 19px;}
#chat-messages .message img{float: left; margin-left: -38px; border-radius: 50%; width: 30px; margin-top: 12px;}
#chat-messages div.message.right img{float: right; margin-left: 0; margin-right: -38px;}

.message .bubble{background:#f0f4f7; font-size:13px; font-weight:600; padding:12px 13px; border-radius:5px 5px 5px 0px; color:#8495a3; position:relative; float:left;}
#chat-messages div.message.right .bubble{float:right; border-radius:5px 5px 0px 5px ;}
.bubble .corner{background:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/bubble-corner.png") 0 0 no-repeat; position:absolute; width:7px; height:7px; left:-5px; bottom:0;}
div.message.right .corner{background:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/bubble-cornerR.png") 0 0 no-repeat; left:auto; right:-5px;}
.bubble span{color: #aab8c2; font-size: 11px; position: absolute; right: 0; bottom: -22px;}

#close{position:absolute; top: 8px; opacity:0.8; right: 10px; width:20px; height:20px; cursor:pointer;}
#close:hover{opacity:1;}
#chatview, #sendmessage {overflow:hidden; border-radius:6px;}

.sendmessage{bottom:0; right:0px; width:100%; background:#fff;}
.sendmessage input{border:0;}
.sendmessage input{background:#fff; border:none; padding:0; font-size:14px; font-family:"Open Sans", sans-serif;  font-weight: 400; color:#aab8c2;}
.sendmessage input:focus{outline: 0;}
.sendmessage button{width:60px; height:70px; position:absolute; right: 0px; top: 0px; border:none; font-size: 20px; background: #FFF;}
.sendmessage button:hover{cursor:pointer; background-position: 0 -41px;}
.sendmessage button:focus{outline: 0;}

/*background:#fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/send.png") 0 -41px no-repeat;*/

.chat-icons{}
.chat-icons a{}
.chat-icons a i{font-size: 16px; padding: 5px; display: inline-block;}
.chat-icons a i:hover{background: #EEE;}

.chat-icons-left a i{font-size: 16px; padding: 9px 0; display: inline-block; border-radius: 50px; text-align: center; line-height: 12px; width: 30px; height: 30px;}
.chat-icons-right a i{font-size: 13px; padding: 10px 0; display: inline-block; border-radius: 50px; text-align: center; line-height: 12px; width: 30px; height: 30px;}
.chat-icons-left a i:hover, .chat-icons-right a i:hover{background: #EEE;}

/* M E N U */

.menu {position: fixed; top: 0px; left: 0px; right: 0px; width: 100%; height: 50px; background: rgba(27,35,42,0.9); z-index: 100; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.back {position: absolute; width: 90px; height: 50px; top: 0px; left: 0px; color: rgba(255,255,255,0.5); line-height: 45px; font-size: 40px; padding-left: 10px; cursor: pointer; transition: .15s all;}
.back img {position: absolute; top: 5px; left: 30px; width: 40px; height: 40px; background-color: rgba(255,255,255,0.1); border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; margin-left: 15px;}
.back:active {background: rgba(0,0,0,0.15);}
.name {position: absolute; top: 3px; left: 110px; font-family: 'Open Sans'; font-size: 25px; font-weight: 300; color: rgba(255,255,255,0.98); cursor: default;}
.last {position: absolute; top: 30px; left: 115px; font-family: 'Open Sans'; font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.6); cursor: default;}
.members {position: absolute; top: 30px; left: 115px; font-family: 'Open Sans'; font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.6); cursor: default; word-spacing: 2px;}

/* M E S S A G E S */

.chat {list-style: none; background: none; margin: 0; padding-left: 0px;}
.chat li {padding: 0.5rem; overflow: hidden; display: flex;}
.chat .notification {
    position: relative;
    display: inherit;
    text-align: center;
    font-size: 9px;
    color: #CCC;
    background: #333;
    line-height: 30px;
    border-radius: 100px;
    margin: 7px 8%;
    height: 30px;
    box-shadow: 0px 1px 0px rgba(0,0,0,.05), 0px -1px 0px rgba(0,0,0,.05), inset 0px 1px 0px rgba(255,255,255,.02), inset 0px -1px 0px rgba(255,255,255,.02);
    text-shadow: 0px -1px 0px rgba(0,0,0,.1), 0px 1px 0px rgba(255,255,255,.05);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all .2s cubic-bezier(0.565, -0.260, 0.255, 1.410);
}
.chat .notification time {
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 11px;
    padding: 8px;
    border-radius: 100px;
    background: #000;
    box-shadow: 0px 0px 2px rgba(255,255,255,.02), inset 0px 0px 1px rgba(27,35,42,0.1);
    height: 1px;
    line-height: 0px;
    color: #CCC;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all .2s cubic-bezier(0.565, -0.260, 0.255, 1.410);
}

.other .msg {border-top-left-radius: 0px; box-shadow: 0px 2px 1px #c1cbcd; background: #DEE3E1; max-width: 650px; margin-right: 10px;}
.other:before {content: ""; position: relative; top: 0px; right: 0px; left: 0px; width: 0px; height: 0px; border: 5px solid #DEE3E1; border-left-color: transparent; border-bottom-color: transparent;}

.self {justify-content: flex-end; align-items: flex-end;}
.self .msg {border-bottom-right-radius: 0px; box-shadow: 0px 2px 1px #c1cbcd; background: #87CEFF; max-width: 650px; margin-left: 10px;}
.self:after {content: ""; position: relative; display: inline-block; float: right; bottom: 0px; right: 0px; width: 0px; height: 0px; border: 5px solid #87CEFF; border-right-color: transparent; border-top-color: transparent; box-shadow: 0px 2px 0px #c1cbcd;}

.msg {background: #eef8ff; min-width: 50px; padding: 10px; border-radius: 2px; word-break: break-all;}
.msg .user { font-size: 13px; margin: 0 0 2px 0; color: #666; font-weight: 700; margin-top: -2px; margin-bottom: 5px; transition: all .2s ease; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.msg .user .range.admin {display: inline-block; font-size: 9px; font-weight: 300; color: #FFF; border-radius: 3px; border: solid 1px #6aea96; background: #6aea96; margin-left: 5px; line-height: normal; padding: 0px 10px;}
.msg p {font-size: 12px; margin: 0 0 2px 0; color: #262626; transition: all .2s ease;}
.msg img {position: relative; display: block; max-width: 150px;  transition: all .8s cubic-bezier(0.565, -0.260, 0.255, 1.410); cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.msg time {font-size: 0.6rem; font-weight: 700; color: #666; margin-top: 3px; float: right; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.msg time:before{content:"\f017"; color: #888; font-family: FontAwesome; display: inline-block; margin-right: 4px;}

emoji{display: inline-block; height: 18px; width: 18px; background-size: cover; background-repeat: no-repeat; margin-top: -7px; margin-left: 2px; margin-right: 2px; transform: translate3d(0px, 4px, 0px);}
emoji.please{background-image: url(http://imgur.com/ftowh0s.png);}
emoji.lmao{background-image: url(http://i.imgur.com/MllSy5N.png);}
emoji.happy{background-image: url(http://imgur.com/5WUpcPZ.png);}
emoji.pizza{background-image: url(http://imgur.com/voEvJld.png);}
emoji.cryalot{background-image: url(http://i.imgur.com/UUrRRo6.png);}
emoji.books{background-image: url(http://i.imgur.com/UjZLf1R.png);}
emoji.moai{background-image: url(http://imgur.com/uSpaYy8.png);}
emoji.suffocated{background-image: url(http://i.imgur.com/jfTyB5F.png);}
emoji.scream{background-image: url(http://i.imgur.com/tOLNJgg.png);}
emoji.hearth_blue{background-image: url(http://i.imgur.com/gR9juts.png);}
emoji.funny{background-image: url(http://i.imgur.com/qKia58V.png);}
emoji.shit{background-image: url(http://i.imgur.com/H5Jba8r.png);}

@-webikt-keyframes pulse {
  from { opacity: 0; }
  to { opacity: 0.5; }
}

/* T Y P E */
.typezone{position: fixed; bottom: 0px; left: 0px; right: 0px; width: 100%; height: 50px; z-index: 99; background: #eee; border: none; outline: none;}
.emojis {position: fixed; display: block; bottom: 0px; left: 0px; width: 8%; height: 50px; background-image: url(http://i.imgur.com/VAn5Geq.png); background-repeat: no-repeat; background-size: 34px 34px; background-position: 45% 9px; z-index: 100; cursor: pointer;}
.emojis:active {opacity: 0.9;}

/* R E S P O N S I V E   C O N F I G U R A T I O N */











.headline {
  width: 450px;
  padding: 20px 20px;
}
.headline h1 {
  font-size: 28px;
  color: #03A9F4;
  text-shadow: 0px 1px 1px rgba(2, 99, 143, 0.75);
}
.headline p {
  font-size: 16px;
  padding-top: 15px;
  color: #595959;
  text-shadow: 0px 1px 0px #FFF;
}
#chat-trigger {
  display: none;
}
#chat-trigger:checked ~ .chat-box {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  transition-delay: .5s;
  position: fixed;
    z-index: 999;
}
#chat-trigger:checked ~ .chat-box .chat-header-icon {
  width: 360px;
  border-radius: 0;
  box-shadow: 0 0 0 0 transparent;
  transition: 0.5s border-radius ease-in-out 0s, 0.5s width ease-in-out 0s, 0.5s box-shadow ease-in-out 0.5s;
}
#chat-trigger:checked ~ .chat-box .chat-header-icon .close-icon {
  opacity: 1;
  transition: 0.5s 
}
#chat-trigger:checked ~ .chat-box .chat-header-icon .user-name {
  left: 0;
  opacity: 1;
  transition: 0.5s left ease-in-out 0.5s, 0.5s opacity ease-in-out 0.65s;
}
#chat-trigger:checked ~ .chat-box .chat-area {
  height: 400px;
  width: 360px;
  transition: 0.5s height ease-in-out 0.5s, 0.5s width linear 0s;
}
#chat-trigger:checked ~ .chat-box .chat-area .chat-content {
  width: 100%;
  transition: 0s width 0.5s, 0.25s left ease-in-out;
}
#chat-trigger:checked ~ .chat-box .chat-area .chat-buttons {
  width: 250px;
  transition: 0s width .5s;
}
#chat-trigger:checked ~ .chat-box .quote-icon-close {
  left: -60px;
  opacity: 1;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
  transition: 0.25s background-color ease-in-out 0s, 0.5s box-shadow ease-in 0s, 0s opacity ease-in 0s, 0.5s left ease-in 0s;
}
.chat-box {
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 0 0 0 transparent;
  transition: 0.5s box-shadow ease-in-out;
  transition-delay: 0s;
  z-index: 999;
}
.chat-box .chat-header-icon {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  overflow-x: hidden;
  background-color: #1E9C5A;
  color: #d2ebde;
  border-radius: 50px;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
  transition: 0.5s border-radius ease-in-out 0.5s, 0.5s width ease-in-out 0.5s, 0.5s box-shadow ease-in-out 0s;
}
.chat-box .chat-header-icon .close-icon {
    position: absolute;
    color: #FFF;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    opacity: 0;
}
.chat-box .chat-header-icon .close-icon:hover {
    cursor: pointer;
    color: #fff;
    filter: alpha(opacity=50) !important;
    opacity: .5 !important;
}

.chat-box .chat-header-icon .close-icon-2 {
    position: absolute;
    color: #FFF;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    opacity: 1;
}
.chat-box .chat-header-icon .close-icon-2:hover {
    cursor: pointer;
    color: #fff;
    filter: alpha(opacity=50) !important;
    opacity: .5 !important;
}

.chat-box .chat-header-icon .user-name {
  position: absolute;
  top: 5px;
  left: -125px;
  bottom: 0;
  padding-left: 20px;
  min-width: 40px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 14px;
  line-height: 40px;
  opacity: 0;
  transition: 0.5s left ease-in-out 0.15s, 0.5s opacity ease-in-out 0s;
}
.chat-box .chat-area {
  display: block;
  position: relative;
  overflow: hidden;
  width: 0%;
  height: 0px;
  background: #fff;
  border-bottom: 0px solid transparent;
  transition: 0.4s height ease-in-out 0s, 0.5s width linear 0.5s;
}
.chat-box .chat-area [name='chat-switch'] {
  display: none;
}
.chat-box .chat-area #contacts:checked ~ .chat-content .scroll-container {
  left: 0%;
}
.chat-box .chat-area #contacts:checked ~ .chat-buttons .contacts:hover {
  background-color: #fff;
}
.chat-box .chat-area #contacts:checked ~ .chat-buttons .contacts i {
  background-position: -80px 1px;
}
.chat-box .chat-area #contacts:checked ~ .chat-buttons .active-line {
  left: 0;
}
.chat-box .chat-area #conversations:checked ~ .chat-content .scroll-container {
  left: -100%;
}
.chat-box .chat-area #conversations:checked ~ .chat-buttons .conversations:hover {
  background-color: #fff;
}
.chat-box .chat-area #conversations:checked ~ .chat-buttons .conversations i {
  background-position: -40px 1px;
}
.chat-box .chat-area #conversations:checked ~ .chat-buttons .active-line {
  left: 33.3333%;
}
.chat-box .chat-area #calls:checked ~ .chat-content .scroll-container {
  left: -200%;
}
.chat-box .chat-area #calls:checked ~ .chat-buttons .calls:hover {
  background-color: #fff;
}
.chat-box .chat-area #calls:checked ~ .chat-buttons .calls i {
  background-position: -120px 1px;
}
.chat-box .chat-area #calls:checked ~ .chat-buttons .active-line {
  left: 66.6667%;
}
.chat-box .chat-area .chat-content {
  position: relative;
  left: 0%;
  width: 0;
  /*height: 259px;*/
  overflow: hidden;
  transition: 0s width linear 0.5s, 0.25s left ease-in-out;
}
.chat-box .chat-area .chat-content .scroll-container {
  position: relative;
  /*width: 300%;*/
  height: 100%;
  transition: 0.25s left ease-in-out;
}
.chat-box .chat-area .chat-content .contact-content {
  float: left;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}
.chat-box .chat-area .chat-content .contact-content .overflow {
  width: 100%;
  height: 125%;
}
.chat-box .chat-area .chat-content .conversation-content {
  float: left;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}
.chat-box .chat-area .chat-content .conversation-content .nameMsg {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}
.chat-box .chat-area .chat-content .conversation-content .nameMsg .name,
.chat-box .chat-area .chat-content .conversation-content .nameMsg .msg {
  display: block;
}
.chat-box .chat-area .chat-content .conversation-content .nameMsg .name {
  margin-bottom: 5px;
}
.chat-box .chat-area .chat-content .conversation-content .nameMsg .msg {
  font-size: 11px;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-box .chat-area .chat-content .conversation-content .time {
  display: inline-block;
  width: 67px;
  text-align: right;
  color: #404040;
  font-size: 12px;
}
.chat-box .chat-area .chat-content .calls-content {
  float: left;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}
.chat-box .chat-area .chat-content .calls-content .namePhone {
  display: inline-block;
  vertical-align: middle;
}
.chat-box .chat-area .chat-content .calls-content .namePhone .name {
  display: block;
  margin-bottom: 5px;
}
.chat-box .chat-area .chat-content .calls-content .namePhone .tel {
  display: block;
  color: #808080;
  font-size: 10px;
}
.chat-box .chat-area .chat-content .user {
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  transition: 0.5s background-color ease-in-out;
}
.chat-box .chat-area .chat-content .user .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin-right: 5px;
  background: url('http://i.imgur.com/0pA4Loz.png') no-repeat;
  background-position: 0 0;
}
.chat-box .chat-area .chat-content .user .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #404040;
}
.chat-box .chat-area .chat-content .user:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.chat-box .chat-area .chat-buttons {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 41px;
  border-top: 1px solid #ebebeb;
  transition: 0s width linear .5s;
}
.chat-box .chat-area .chat-buttons label {
  float: left;
  width: 33.3333%;
  background-color: #fff;
  transition: 0.5s background-color ease-in-out;
}
.chat-box .chat-area .chat-buttons label:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.chat-box .chat-area .chat-buttons .contacts i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url('http://i.imgur.com/0pA4Loz.png');
  background-position: -80px 40px;
}
.chat-box .chat-area .chat-buttons .conversations i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url('http://i.imgur.com/0pA4Loz.png');
  background-position: -40px 40px;
}
.chat-box .chat-area .chat-buttons .calls i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url('http://i.imgur.com/0pA4Loz.png');
  background-position: -120px 40px;
}
.chat-box .chat-area .chat-buttons .active-line {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 33.3333%;
  background-color: #1E9C5A;
  transition: 0.25s left ease-in-out;
}
.chat-box .chat-area .chat-buttons .clear {
  clear: both;
}
.chat-box .quote-icon-close {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 50px;
  width: 50px;
  background-color: #1E9C5A;
  border-radius: 50px;
  background-position: 0 40px;
  box-shadow: 0 0 0 0 transparent;
  transition: 0.25s background-color ease-in-out 0s, 0.5s box-shadow ease-out 0s, 0.4s left linear 0.4s;
  font-size: 20px;
  line-height: normal;
  padding: 10px;
  text-align: center;
  color: #FFF;
}
.chat-box .quote-icon-close:hover {
  cursor: pointer;
  /* background-color: mix(@green, @white, 90%); */
}

.chat-box-bg-amarelo { background: #FFCF5A!important;}
.chat-box-bg-verde { background: #1E9C5A!important;}

.new-messages {
    position: absolute;
    bottom: 110px;
    width: 155px;
    font-size: 12px;
    background: #293239;
    padding: 6px 20px;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    margin: 0% auto;
    opacity: 0.8;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transition: 0.5s;
}
.new-messages a{
    color: #FFF;
}

@media (max-width: 480px) {
    #chat-trigger:checked ~ .chat-box .chat-area {
        width: 300px;
    }

    #chat-trigger:checked ~ .chat-box .chat-header-icon {
        width: 300px;
    }

    .chat-box {
        right: 5px;
        bottom: 5px;
    }

    #chat-trigger:checked ~ .chat-box .quote-icon-close {
        display: none;
    }
}