.Chatbody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid #f00;
    margin: 0;
    padding: 0;
    font: 14px/20px "Lato", Arial, sans-serif;
    background-color: #485563
}

.Chatbody * {
    margin: 0
}

.ChatbodyMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100% - 56px);
    border: 0 solid #f00;
    margin: 0;
    padding: 0;
    font: 14px/20px "Lato", Arial, sans-serif;
    z-index: 500;
    display: none;
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%)
}

.ChatMobileLogOff {
    width: 15%;
    height: 30px;
    overflow: hidden;
    float: left;
    display: none;
    cursor: pointer;
    font-size: 25px !important;
    text-align: center;
    line-height: 35px !important;
    color: #9acd32
}

.ChatScreen {
    position: fixed;
    top: 40px;
    left: 0;
    width: calc(100vw - 15px);
    height: calc(100% - 55px);
    border: 0 solid #f00;
    margin: 0;
    padding: 0;
    overflow: visible;
    font: 14px/20px "Lato", Arial, sans-serif;
    pointer-events: none;
    z-index: 11000000
}

.chatmajtas {
    position: absolute;
    height: 100%;
    width: 30%;
    bottom: 0;
    left: 0;
    margin: 0;
    border: 0 solid #000;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
    cursor: default;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .8)
}

.Chatsearch {
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 42px;
    left: 0;
    font-size: 20px;
    box-sizing: border-box;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .5)
}

.ikona_search {
    position: absolute;
    top: 5px;
    left: calc(50% - 28px);
    float: left;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #6a6c75
}

.fshijKerko {
    position: absolute;
    top: 5px;
    width: 25px;
    height: 25px;
    color: #808080;
    left: calc(50% - 55px);
    line-height: 25px !important;
    text-align: center
}

.fshijKerko:hover {
    color: #ccc
}

.Chattxt {
    position: absolute;
    left: 10px;
    border-radius: 5px;
    border: none;
    padding: 7px;
    color: #fff;
    background: #6a6c75;
    width: calc(50% - 40px);
    height: 25px;
    font-size: 100%;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    text-align: start;
    margin: 0;
    font: 400 13.3333px Arial;
    top: 5px
}

::-webkit-input-placeholder {
    color: #92959e;
    opacity: 1
}

:-ms-input-placeholder {
    color: #92959e
}

moz-placeholder {
    color: #92959e
}

*,
*:before,
*:after {
    box-sizing: border-box
}

.Chatemrat {
    width: 100%;
    display: block;
    margin: 0
}

.Chatperson {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    vertical-align: baseline;
    border-bottom: 1px solid #808080;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 4px
}

.Chatperson:not(.ChatpersonActive):not(.ChatpaLexuar):hover {
    background-color: rgba(255, 255, 255, .1)
}

.ChatpersonActive {
    background-color: rgba(0, 255, 0, .2)
}

select {
    font-family: 'FontAwesome', 'sans-serif'
}

.KompaniPaLex {
    position: absolute;
    top: -3px;
    right: 30px;
    color: #daa520;
    font-size: 18px !important;
    display: none !important
}

.ChatKompaniPulso {
    color: #fff;
    transition: all .1s;
    animation: flicker 3s ease-in-out infinite;
    animation-delay: 3s
}

.chatlista {
    position: absolute;
    top: 80px;
    width: 100%;
    height: calc(100% - 90px);
    display: block;
    margin: 0;
    font-size: 1.1em;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    overflow-x: hidden;
    background-image: url(../Image/background1.png);
    user-select: none;
    cursor: pointer
}

.chatlista div * {
    z-index: -1;
    -webkit-transform: translateZ(-1);
    -webkit-overflow-scrolling: touch;
    cursor: pointer
}

.chatbusy {
    position: absolute;
    left: calc(50% - 25px);
    top: 100px;
    font-size: 50px !important;
    color: #f5f5f5;
    display: none !important
}

.Chatemri {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    height: 20px;
    border: 0;
    white-space: nowrap;
    line-height: 25px
}

.ChatLastSms {
    position: absolute;
    top: 20px;
    left: 30px;
    margin: 0;
    height: 18px;
    border: 0;
    white-space: nowrap;
    line-height: 18px;
    font-size: 12px;
    color: #a9a9a9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%
}

.Chatdropdown {
    position: absolute;
    top: 0;
    left: 100px;
    height: 80px;
    background: #111;
    border: 1px solid #808080;
    border-radius: .4em;
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, .2);
    width: 110px;
    font-size: 15px;
    line-height: 20px;
    background: rgba(212, 228, 239, 1);
    background: -moz-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212, 228, 239, 1)), color-stop(100%, rgba(134, 174, 204, 1)));
    background: -webkit-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: linear-gradient(to right, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1);
    padding-top: 5px;
    text-align: center;
    color: #000;
    z-index: 210000;
    display: none;
    cursor: default;
    user-select: none
}

.ChatMenuItem {
    position: relative;
    width: 100%;
    height: 25px;
    float: left;
    color: #fff;
    cursor: pointer
}

.ChatMenuItem:hover {
    background-color: #00f
}

.ChatMenuItem>div {
    display: inline-block;
    height: 100%;
    line-height: 25px;
    text-align: left;
    vertical-align: text-top;
    padding-left: 7px;
    float: left
}

.ChatpaLexuar {
    color: #000 !important;
    font-weight: bolder;
    background-color: #4682b4
}

.Chatstatus {
    padding-left: 40px;
    display: block;
    font-size: 14px
}

.Chatrreth {
    display: list-item !important;
    list-style-type: disc !important;
    position: absolute;
    left: 10px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #86bb71;
    border-radius: 50%
}

.Chatonline {
    color: #86bb71
}

.Chatoffline {
    color: #e38968
}

.chatfloat {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    max-height: calc(100% - 15px);
    max-width: calc(100% - 15px);
    pointer-events: all !important
}

.ChatZgjero {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: calc(100% - 5px);
    z-index: 5500;
    cursor: ew-resize
}

.ChatZgjat {
    position: absolute;
    left: 5px;
    top: 0;
    width: calc(100% - 5px);
    height: 5px;
    z-index: 5500;
    cursor: ns-resize
}

.ChatZgjatZgjero {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    z-index: 5550;
    cursor: nwse-resize
}

.ChatZgjeroALL * {
    cursor: ew-resize !important
}

.ChatZgjatALL * {
    cursor: ns-resize !important
}

.ChatZgjatZgjeroALL * {
    cursor: nwse-resize !important
}

.ChatHiqKursor * {
    cursor: default !important
}

.chatLogo {
    position: absolute;
    left: calc(50% - 50px);
    top: 5px;
    width: 100px;
    height: 30px;
    background-image: url(../Image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: none
}

.chatrestore {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    border: 1px solid #fff !important;
    width: 100px !important;
    height: 50px !important;
    border-radius: 10px !important;
    border-top-left-radius: 40px !important;
    background-color: #008000 !important;
    color: #ff0;
    font-weight: bold;
    text-align: right;
    word-wrap: break-word;
    display: block !important;
    visibility: visible !important;
    cursor: pointer;
    visibility: visible !important
}

.chatrestore * {
    cursor: pointer
}

.chatrestoreIkona {
    position: absolute;
    left: 15px;
    bottom: 5px;
    color: #fff
}

.chatdjathtas {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #d3d3d3;
    border: 1px solid #808080;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f2f5f8
}

.chatKokaDjathtas {
    width: 100%;
    height: 50px;
    background-color: #f2f5f8;
    border-bottom: 2px solid #fff
}

.chatkokaCopy:hover {
    cursor: copy
}

.chatKokaEmri {
    position: absolute;
    top: 0;
    left: 50px;
    height: 23px;
    font: inherit;
    white-space: nowrap;
    vertical-align: baseline;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    user-select: text;
    width: calc(100% - 100px);
    color: #008000
}

.chatKokaFullName {
    position: absolute;
    top: 23px;
    left: 50px;
    height: 12px;
    font: inherit;
    white-space: nowrap;
    vertical-align: baseline;
    color: #808080;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 12px
}

.chatKokaKontakt {
    position: absolute;
    top: 35px;
    left: 50px;
    height: 12px;
    font: inherit;
    white-space: nowrap;
    vertical-align: baseline;
    color: #808080;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 12px
}

.chatKokaInfo {
    position: absolute;
    top: 22px;
    left: 15px;
    height: 25px;
    font: inherit;
    white-space: nowrap;
    vertical-align: baseline;
    color: #add8e6;
    font-weight: bold;
    font-size: 25px !important;
    text-align: center;
    line-height: 12px;
    display: none !important
}

.chatKokaBack {
    position: absolute;
    font-size: 40px !important;
    top: 5px;
    right: 10px;
    color: #006400;
    display: none !important
}

.chatKokaBack:hover {
    cursor: pointer
}

.chatPanel {
    width: 100%;
    height: calc(100% - 100px);
    border-bottom: 2px solid #fff;
    display: flex;
    flex-direction: column;
    top: 0;
    background-image: url(../Image/background1.png);
    overflow-y: scroll;
    z-index: -1;
    -webkit-transform: translateZ(-1);
    -webkit-overflow-scrolling: touch;
    cursor: default
}

.chatDergo {
    width: 100%;
    height: 50px;
    cursor: default
}

.chatText {
    width: 100%;
    min-height: 100%;
    display: block;
    margin: 0;
    list-style-type: none;
    padding: 18px
}

.chatMesazhi {
    position: relative;
    margin: 5px;
    width: calc(80% - 20px);
    height: 40px;
    /*left: 100px;*/
    float: left;
    text-align: start;
    cursor: text;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
    resize: none;
    border-radius: 10px;
    font: 1em "Lato", Arial, sans-serif
}

.chatDergoMesazh {
    position: relative;
    width: calc(20% - 22px);
    height: 40px;
    margin: 0;
    /*left: 100px;*/
    top: 5px;
    float: left;
    font-weight: bold;
    color: #000;
    border: 1px solid #808080;
    border-right: none;
    cursor: pointer
}

#chatDergoMesazh:hover div {
    background: #94c2ed;
    border: none
}

.chatIconaDergo {
    display: inline-block;
    width: 30%;
    height: 100%;
    float: left
}

.ChatPersonal {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 28px !important;
    width: 0;
    height: 30px;
    color: #006400
}

.ChatGroup {
    position: absolute;
    bottom: 10px;
    left: 50px;
    font-size: 28px !important;
    width: 0;
    height: 30px;
    color: #808080
}

.SmsReadyListaCont {
    position: absolute;
    width: 80%;
    left: 10%;
    height: calc(100% - 110px);
    bottom: 50px;
    margin: 0;
    vertical-align: baseline;
    overflow-y: auto;
    overflow-x: hidden;
    user-select: none;
    -webkit-transform: translateZ(-1);
    -webkit-overflow-scrolling: touch;
    cursor: default;
    max-height: calc(100% - 110px);
    display: none
}

.SmsReadyLista {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    list-style-type: none;
    border: 1px solid #808080;
    border-radius: .4em;
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, .2);
    font-size: 15px;
    line-height: 20px;
    background: rgba(212, 228, 239, 1);
    background: -moz-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212, 228, 239, 1)), color-stop(100%, rgba(134, 174, 204, 1)));
    background: -webkit-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: linear-gradient(to right, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1);
    padding-top: 5px;
    text-align: center;
    color: #000;
    z-index: 210000
}

.SmsReadyListaKoka {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    vertical-align: baseline;
    text-decoration: underline;
    font-weight: bold;
    color: #a52a2a;
    overflow: hidden;
    text-align: center
}

.SmsReady {
    position: absolute;
    bottom: 10px;
    left: 90px;
    font-size: 28px !important;
    width: 0;
    height: 30px;
    color: #a52a2a
}

.ChatMenuSms {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 25px;
    float: left;
    color: #000;
    cursor: pointer;
    vertical-align: baseline;
    overflow: hidden
}

.ChatMenuSms:hover {
    background-color: #add8e6
}

.ChatMenuSms>div {
    position: absolute;
    top: 0;
    display: inline-block;
    height: 100%;
    line-height: 25px;
    text-align: left;
    vertical-align: text-top;
    padding-left: 7px;
    float: left
}

.ChatStatik {
    position: absolute;
    top: -5px;
    font-size: 22px !important;
    right: -5px
}

.Chattooltip {
    display: inline-block;
    border-bottom: 1px dotted #000;
    cursor: pointer
}

.Chattooltip .Chattooltiptext {
    visibility: hidden;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    width: 150px;
    height: 25px;
    top: -30px;
    left: 0;
    font-size: 14px;
    line-height: 25px;
    z-index: 10
}

.Chattooltip:hover .Chattooltiptext {
    visibility: visible
}

.Chattooltip .Chattooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent
}

.chatDergoTxt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

input:focus,
textarea:focus {
    outline: none
}

.Chattjetri {
    float: left;
    border-radius: 7px;
    border-top-left-radius: 0;
    background-color: #fff;
    background-color: #d3d3d3;
    border-bottom: 1px solid #808080
}

.Chattjetri:before {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: -20px;
    position: relative;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #d3d3d3 transparent transparent
}

.chatUne {
    float: right;
    border-radius: 7px;
    border-top-right-radius: 0;
    background: #add8e6;
    border-bottom: 1px solid #808080
}

.chatUne:after {
    position: relative;
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: calc(5% + 3px);
    float: right;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #add8e6 transparent transparent transparent
}

.chatDialogTeDy {
    margin-top: 3px;
    width: 85%;
    padding: 5px;
    display: flex;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    text-align: start;
    line-height: 16px;
    font-size: 16px
}

.chatDialogText {
    width: 95%;
    display: flex;
    flex-direction: column;
    color: #000;
    float: left;
    padding-right: 10px
}

.chatDialogText>p:last-of-type {
    width: 100%;
    text-align: right;
    color: #a9a9a9;
    margin: auto;
    font-size: 12px;
    line-height: 12px
}

.dialogu {
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ChatContain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid #f00;
    margin: 0;
    overflow: hidden;
    font: 14px/20px "Lato", Arial, sans-serif;
    -webkit-tap-highlight-color: transparent
}

.ChatContainIOS {
    position: fixed !important
}

.PrivateChatContain {
    position: absolute;
    width: 70%;
    height: 80%;
    left: 30%;
    top: 20%
}

.ChatHide {
    display: none
}

.ChatShow {
    display: block
}

.HapMobileChat {
    position: absolute;
    top: 8px;
    left: 80px;
    font-size: 23px !important
}

#ChatContain *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .7);
    border-radius: 10px;
    background-color: transparent
}

#ChatContain *::-webkit-scrollbar {
    width: 18px;
    background-color: transparent
}

#ChatContain *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .7);
    background-color: #f2f5f8
}

#chatfloat *::-webkit-scrollbar-track {
    width: 0
}

#chatfloat *::-webkit-scrollbar {
    width: 0
}

#chatfloat *::-webkit-scrollbar-thumb {
    width: 0
}

.ChatClose {
    position: relative;
    left: 5px;
    top: 5px;
    float: left;
    z-index: 50000;
    color: #808080;
    font-size: 28px !important;
    display: none !important;
    pointer-events: all
}

.ChatKompani {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #d3d3d3;
    background-image: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
    margin: 0;
    color: #000;
    cursor: pointer;
    float: left;
    padding-left: 8px
}

.ChatKompani::-ms-expand {
    display: none
}

.ChatKompaniContain {
    position: absolute;
    display: block;
    top: 5px;
    left: 50%;
    width: 48%;
    height: 25px;
    line-height: 2;
    background: #d3d3d3;
    overflow: hidden;
    border-radius: .25em
}

.ChatKompaniContain::after {
    content: 'â–¼';
    position: absolute;
    top: -8px;
    right: 0;
    bottom: 0;
    padding: 0 .3em;
    background: #29323c;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease
}

.ChatKompaniContain:hover::after {
    color: #f39c12
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/Image/fontawesome-webfont.eot?v=4.7.0');
    src: url('Image/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('Image/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('Image/fontawesome.woff') format('woff'), url('Image/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

.ChatIcon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.ChatIcon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.ChatIcon-2x {
    font-size: 2em
}

.ChatIcon-3x {
    font-size: 3em
}

.ChatIcon-4x {
    font-size: 4em
}

.ChatIcon-5x {
    font-size: 5em
}

.ChatIcon-fw {
    width: 1.28571429em;
    text-align: center
}

.ChatIcon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.ChatIcon-ul>li {
    position: relative
}

.ChatIcon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.ChatIcon-li.ChatIcon-lg {
    left: -1.85714286em
}

.ChatIcon-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.ChatIcon-pull-left {
    float: left
}

.ChatIcon-pull-right {
    float: right
}

.ChatIcon.ChatIcon-pull-left {
    margin-right: .3em
}

.ChatIcon.ChatIcon-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.ChatIcon.pull-left {
    margin-right: .3em
}

.ChatIcon.pull-right {
    margin-left: .3em
}

.ChatIcon-spin {
    -webkit-animation: ChatIcon-spin 2s infinite linear;
    animation: ChatIcon-spin 2s infinite linear
}

.ChatIcon-pulse {
    -webkit-animation: ChatIcon-spin 1s infinite steps(8);
    animation: ChatIcon-spin 1s infinite steps(8)
}

@-webkit-keyframes ChatIcon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes ChatIcon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.ChatIcon-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ChatIcon-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ChatIcon-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.ChatIcon-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.ChatIcon-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .ChatIcon-rotate-90,
:root .ChatIcon-rotate-180,
:root .ChatIcon-rotate-270,
:root .ChatIcon-flip-horizontal,
:root .ChatIcon-flip-vertical {
    filter: none
}

.ChatIcon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.ChatIcon-stack-1x,
.ChatIcon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.ChatIcon-stack-1x {
    line-height: inherit
}

.ChatIcon-stack-2x {
    font-size: 2em
}

.ChatIcon-inverse {
    color: #fff
}

.ChatIcon-glass:before {
    content: "ï€€"
}

.ChatIcon-music:before {
    content: "ï€"
}

.ChatIcon-search:before {
    content: "ï€‚"
}

.ChatIcon-envelope-o:before {
    content: "ï€ƒ"
}

.ChatIcon-heart:before {
    content: "ï€„"
}

.ChatIcon-star:before {
    content: "ï€…"
}

.ChatIcon-star-o:before {
    content: "ï€†"
}

.ChatIcon-user:before {
    content: "ï€‡"
}

.ChatIcon-film:before {
    content: "ï€ˆ"
}

.ChatIcon-th-large:before {
    content: "ï€‰"
}

.ChatIcon-th:before {
    content: "ï€Š"
}

.ChatIcon-th-list:before {
    content: "ï€‹"
}

.ChatIcon-check:before {
    content: "ï€Œ"
}

.ChatIcon-remove:before,
.ChatIcon-close:before,
.ChatIcon-times:before {
    content: "ï€"
}

.ChatIcon-search-plus:before {
    content: "ï€Ž"
}

.ChatIcon-search-minus:before {
    content: "ï€"
}

.ChatIcon-power-off:before {
    content: "ï€‘";
    color: #fb0
}

.ChatIcon-signal:before {
    content: "ï€’"
}

.ChatIcon-gear:before,
.ChatIcon-cog:before {
    content: "ï€“"
}

.ChatIcon-trash-o:before {
    content: "ï€”"
}

.ChatIcon-home:before {
    content: "ï€•"
}

.ChatIcon-file-o:before {
    content: "ï€–"
}

.ChatIcon-clock-o:before {
    content: "ï€—"
}

.ChatIcon-road:before {
    content: "ï€˜"
}

.ChatIcon-download:before {
    content: "ï€™"
}

.ChatIcon-arrow-circle-o-down:before {
    content: "ï€š"
}

.ChatIcon-arrow-circle-o-up:before {
    content: "ï€›"
}

.ChatIcon-inbox:before {
    content: "ï€œ"
}

.ChatIcon-play-circle-o:before {
    content: "ï€"
}

.ChatIcon-rotate-right:before,
.ChatIcon-repeat:before {
    content: "ï€ž"
}

.ChatIcon-refresh:before {
    content: "ï€¡"
}

.ChatIcon-list-alt:before {
    content: "ï€¢"
}

.ChatIcon-lock:before {
    content: "ï€£"
}

.ChatIcon-flag:before {
    content: "ï€¤"
}

.ChatIcon-headphones:before {
    content: "ï€¥"
}

.ChatIcon-volume-off:before {
    content: "ï€¦"
}

.ChatIcon-volume-down:before {
    content: "ï€§"
}

.ChatIcon-volume-up:before {
    content: "ï€¨"
}

.ChatIcon-qrcode:before {
    content: "ï€©"
}

.ChatIcon-barcode:before {
    content: "ï€ª"
}

.ChatIcon-tag:before {
    content: "ï€«"
}

.ChatIcon-tags:before {
    content: "ï€¬"
}

.ChatIcon-book:before {
    content: "ï€­"
}

.ChatIcon-bookmark:before {
    content: "ï€®"
}

.ChatIcon-print:before {
    content: "ï€¯"
}

.ChatIcon-camera:before {
    content: "ï€°"
}

.ChatIcon-font:before {
    content: "ï€±"
}

.ChatIcon-bold:before {
    content: "ï€²"
}

.ChatIcon-italic:before {
    content: "ï€³"
}

.ChatIcon-text-height:before {
    content: "ï€´"
}

.ChatIcon-text-width:before {
    content: "ï€µ"
}

.ChatIcon-align-left:before {
    content: "ï€¶"
}

.ChatIcon-align-center:before {
    content: "ï€·"
}

.ChatIcon-align-right:before {
    content: "ï€¸"
}

.ChatIcon-align-justify:before {
    content: "ï€¹"
}

.ChatIcon-list:before {
    content: "ï€º"
}

.ChatIcon-dedent:before,
.ChatIcon-outdent:before {
    content: "ï€»"
}

.ChatIcon-indent:before {
    content: "ï€¼"
}

.ChatIcon-video-camera:before {
    content: "ï€½"
}

.ChatIcon-photo:before,
.ChatIcon-image:before,
.ChatIcon-picture-o:before {
    content: "ï€¾"
}

.ChatIcon-pencil:before {
    content: "ï€"
}

.ChatIcon-map-marker:before {
    content: "ï"
}

.ChatIcon-adjust:before {
    content: "ï‚"
}

.ChatIcon-tint:before {
    content: "ïƒ"
}

.ChatIcon-edit:before,
.ChatIcon-pencil-square-o:before {
    content: "ï„"
}

.ChatIcon-share-square-o:before {
    content: "ï…"
}

.ChatIcon-check-square-o:before {
    content: "ï†"
}

.ChatIcon-arrows:before {
    content: "ï‡"
}

.ChatIcon-step-backward:before {
    content: "ïˆ"
}

.ChatIcon-fast-backward:before {
    content: "ï‰"
}

.ChatIcon-backward:before {
    content: "ïŠ"
}

.ChatIcon-play:before {
    content: "ï‹"
}

.ChatIcon-pause:before {
    content: "ïŒ"
}

.ChatIcon-stop:before {
    content: "ï"
}

.ChatIcon-forward:before {
    content: "ïŽ"
}

.ChatIcon-fast-forward:before {
    content: "ï"
}

.ChatIcon-step-forward:before {
    content: "ï‘"
}

.ChatIcon-eject:before {
    content: "ï’"
}

.ChatIcon-chevron-left:before {
    content: "ï“"
}

.ChatIcon-chevron-right:before {
    content: "ï”"
}

.ChatIcon-plus-circle:before {
    content: "ï•"
}

.ChatIcon-minus-circle:before {
    content: "ï–"
}

.ChatIcon-times-circle:before {
    content: "ï—"
}

.ChatIcon-check-circle:before {
    content: "ï˜"
}

.ChatIcon-question-circle:before {
    content: "ï™"
}

.ChatIcon-info-circle:before {
    content: "ïš"
}

.ChatIcon-crosshairs:before {
    content: "ï›"
}

.ChatIcon-times-circle-o:before {
    content: "ïœ"
}

.ChatIcon-check-circle-o:before {
    content: "ï"
}

.ChatIcon-ban:before {
    content: "ïž"
}

.ChatIcon-arrow-left:before {
    content: "ï "
}

.ChatIcon-arrow-right:before {
    content: "ï¡"
}

.ChatIcon-arrow-up:before {
    content: "ï¢"
}

.ChatIcon-arrow-down:before {
    content: "ï£"
}

.ChatIcon-mail-forward:before,
.ChatIcon-share:before {
    content: "ï¤"
}

.ChatIcon-expand:before {
    content: "ï¥"
}

.ChatIcon-compress:before {
    content: "ï¦"
}

.ChatIcon-plus:before {
    content: "ï§"
}

.ChatIcon-minus:before {
    content: "ï¨"
}

.ChatIcon-asterisk:before {
    content: "ï©"
}

.ChatIcon-exclamation-circle:before {
    content: "ïª"
}

.ChatIcon-gift:before {
    content: "ï«"
}

.ChatIcon-leaf:before {
    content: "ï¬"
}

.ChatIcon-fire:before {
    content: "ï­"
}

.ChatIcon-eye:before {
    content: "ï®"
}

.ChatIcon-eye-slash:before {
    content: "ï°"
}

.ChatIcon-warning:before,
.ChatIcon-exclamation-triangle:before {
    content: "ï±"
}

.ChatIcon-plane:before {
    content: "ï²"
}

.ChatIcon-calendar:before {
    content: "ï³"
}

.ChatIcon-random:before {
    content: "ï´"
}

.ChatIcon-comment:before {
    content: "ïµ"
}

.ChatIcon-magnet:before {
    content: "ï¶"
}

.ChatIcon-chevron-up:before {
    content: "ï·"
}

.ChatIcon-chevron-down:before {
    content: "ï¸"
}

.ChatIcon-retweet:before {
    content: "ï¹"
}

.ChatIcon-shopping-cart:before {
    content: "ïº"
}

.ChatIcon-folder:before {
    content: "ï»"
}

.ChatIcon-folder-open:before {
    content: "ï¼"
}

.ChatIcon-arrows-v:before {
    content: "ï½"
}

.ChatIcon-arrows-h:before {
    content: "ï¾"
}

.ChatIcon-bar-chart-o:before,
.ChatIcon-bar-chart:before {
    content: "ï‚€"
}

.ChatIcon-twitter-square:before {
    content: "ï‚"
}

.ChatIcon-facebook-square:before {
    content: "ï‚‚"
}

.ChatIcon-camera-retro:before {
    content: "ï‚ƒ"
}

.ChatIcon-key:before {
    content: "ï‚„"
}

.ChatIcon-gears:before,
.ChatIcon-cogs:before {
    content: "ï‚…"
}

.ChatIcon-comments:before {
    content: "ï‚†"
}

.ChatIcon-thumbs-o-up:before {
    content: "ï‚‡"
}

.ChatIcon-thumbs-o-down:before {
    content: "ï‚ˆ"
}

.ChatIcon-star-half:before {
    content: "ï‚‰"
}

.ChatIcon-heart-o:before {
    content: "ï‚Š"
}

.ChatIcon-sign-out:before {
    content: "ï‚‹"
}

.ChatIcon-linkedin-square:before {
    content: "ï‚Œ"
}

.ChatIcon-thumb-tack:before {
    content: "ï‚"
}

.ChatIcon-external-link:before {
    content: "ï‚Ž"
}

.ChatIcon-sign-in:before {
    content: "ï‚"
}

.ChatIcon-trophy:before {
    content: "ï‚‘"
}

.ChatIcon-github-square:before {
    content: "ï‚’"
}

.ChatIcon-upload:before {
    content: "ï‚“"
}

.ChatIcon-lemon-o:before {
    content: "ï‚”"
}

.ChatIcon-phone:before {
    content: "ï‚•"
}

.ChatIcon-square-o:before {
    content: "ï‚–"
}

.ChatIcon-bookmark-o:before {
    content: "ï‚—"
}

.ChatIcon-phone-square:before {
    content: "ï‚˜"
}

.ChatIcon-twitter:before {
    content: "ï‚™"
}

.ChatIcon-facebook-f:before,
.ChatIcon-facebook:before {
    content: "ï‚š"
}

.ChatIcon-github:before {
    content: "ï‚›"
}

.ChatIcon-unlock:before {
    content: "ï‚œ"
}

.ChatIcon-credit-card:before {
    content: "ï‚"
}

.ChatIcon-feed:before,
.ChatIcon-rss:before {
    content: "ï‚ž"
}

.ChatIcon-hdd-o:before {
    content: "ï‚ "
}

.ChatIcon-bullhorn:before {
    content: "ï‚¡"
}

.ChatIcon-bell:before {
    content: "ïƒ³"
}

.ChatIcon-certificate:before {
    content: "ï‚£"
}

.ChatIcon-hand-o-right:before {
    content: "ï‚¤"
}

.ChatIcon-hand-o-left:before {
    content: "ï‚¥"
}

.ChatIcon-hand-o-up:before {
    content: "ï‚¦"
}

.ChatIcon-hand-o-down:before {
    content: "ï‚§"
}

.ChatIcon-arrow-circle-left:before {
    content: "ï‚¨"
}

.ChatIcon-arrow-circle-right:before {
    content: "ï‚©"
}

.ChatIcon-arrow-circle-up:before {
    content: "ï‚ª"
}

.ChatIcon-arrow-circle-down:before {
    content: "ï‚«"
}

.ChatIcon-globe:before {
    content: "ï‚¬"
}

.ChatIcon-wrench:before {
    content: "ï‚­"
}

.ChatIcon-tasks:before {
    content: "ï‚®"
}

.ChatIcon-filter:before {
    content: "ï‚°"
}

.ChatIcon-briefcase:before {
    content: "ï‚±"
}

.ChatIcon-arrows-alt:before {
    content: "ï‚²"
}

.ChatIcon-group:before,
.ChatIcon-users:before {
    content: "ïƒ€"
}

.ChatIcon-chain:before,
.ChatIcon-link:before {
    content: "ïƒ"
}

.ChatIcon-cloud:before {
    content: "ïƒ‚"
}

.ChatIcon-flask:before {
    content: "ïƒƒ"
}

.ChatIcon-cut:before,
.ChatIcon-scissors:before {
    content: "ïƒ„"
}

.ChatIcon-copy:before,
.ChatIcon-files-o:before {
    content: "ïƒ…"
}

.ChatIcon-paperclip:before {
    content: "ïƒ†"
}

.ChatIcon-save:before,
.ChatIcon-floppy-o:before {
    content: "ïƒ‡"
}

.ChatIcon-square:before {
    content: "ïƒˆ"
}

.ChatIcon-navicon:before,
.ChatIcon-reorder:before,
.ChatIcon-bars:before {
    content: "ïƒ‰"
}

.ChatIcon-list-ul:before {
    content: "ïƒŠ"
}

.ChatIcon-list-ol:before {
    content: "ïƒ‹"
}

.ChatIcon-strikethrough:before {
    content: "ïƒŒ"
}

.ChatIcon-underline:before {
    content: "ïƒ"
}

.ChatIcon-table:before {
    content: "ïƒŽ"
}

.ChatIcon-magic:before {
    content: "ïƒ"
}

.ChatIcon-truck:before {
    content: "ïƒ‘"
}

.ChatIcon-pinterest:before {
    content: "ïƒ’"
}

.ChatIcon-pinterest-square:before {
    content: "ïƒ“"
}

.ChatIcon-google-plus-square:before {
    content: "ïƒ”"
}

.ChatIcon-google-plus:before {
    content: "ïƒ•"
}

.ChatIcon-money:before {
    content: "ïƒ–"
}

.ChatIcon-caret-down:before {
    content: "ïƒ—"
}

.ChatIcon-caret-up:before {
    content: "ïƒ˜"
}

.ChatIcon-caret-left:before {
    content: "ïƒ™"
}

.ChatIcon-caret-right:before {
    content: "ïƒš"
}

.ChatIcon-columns:before {
    content: "ïƒ›"
}

.ChatIcon-unsorted:before,
.ChatIcon-sort:before {
    content: "ïƒœ"
}

.ChatIcon-sort-down:before,
.ChatIcon-sort-desc:before {
    content: "ïƒ"
}

.ChatIcon-sort-up:before,
.ChatIcon-sort-asc:before {
    content: "ïƒž"
}

.ChatIcon-envelope:before {
    content: "ïƒ "
}

.ChatIcon-linkedin:before {
    content: "ïƒ¡"
}

.ChatIcon-rotate-left:before,
.ChatIcon-undo:before {
    content: "ïƒ¢"
}

.ChatIcon-legal:before,
.ChatIcon-gavel:before {
    content: "ïƒ£"
}

.ChatIcon-dashboard:before,
.ChatIcon-tachometer:before {
    content: "ïƒ¤"
}

.ChatIcon-comment-o:before {
    content: "ïƒ¥"
}

.ChatIcon-comments-o:before {
    content: "ïƒ¦"
}

.ChatIcon-flash:before,
.ChatIcon-bolt:before {
    content: "ïƒ§"
}

.ChatIcon-sitemap:before {
    content: "ïƒ¨"
}

.ChatIcon-umbrella:before {
    content: "ïƒ©"
}

.ChatIcon-paste:before,
.ChatIcon-clipboard:before {
    content: "ïƒª"
}

.ChatIcon-lightbulb-o:before {
    content: "ïƒ«"
}

.ChatIcon-exchange:before {
    content: "ïƒ¬"
}

.ChatIcon-cloud-download:before {
    content: "ïƒ­"
}

.ChatIcon-cloud-upload:before {
    content: "ïƒ®"
}

.ChatIcon-user-md:before {
    content: "ïƒ°"
}

.ChatIcon-stethoscope:before {
    content: "ïƒ±"
}

.ChatIcon-suitcase:before {
    content: "ïƒ²"
}

.ChatIcon-bell-o:before {
    content: "ï‚¢"
}

.ChatIcon-coffee:before {
    content: "ïƒ´"
}

.ChatIcon-cutlery:before {
    content: "ïƒµ"
}

.ChatIcon-file-text-o:before {
    content: "ïƒ¶"
}

.ChatIcon-building-o:before {
    content: "ïƒ·"
}

.ChatIcon-hospital-o:before {
    content: "ïƒ¸"
}

.ChatIcon-ambulance:before {
    content: "ïƒ¹"
}

.ChatIcon-medkit:before {
    content: "ïƒº"
}

.ChatIcon-fighter-jet:before {
    content: "ïƒ»"
}

.ChatIcon-beer:before {
    content: "ïƒ¼"
}

.ChatIcon-h-square:before {
    content: "ïƒ½"
}

.ChatIcon-plus-square:before {
    content: "ïƒ¾"
}

.ChatIcon-angle-double-left:before {
    content: "ï„€"
}

.ChatIcon-angle-double-right:before {
    content: "ï„"
}

.ChatIcon-angle-double-up:before {
    content: "ï„‚"
}

.ChatIcon-angle-double-down:before {
    content: "ï„ƒ"
}

.ChatIcon-angle-left:before {
    content: "ï„„"
}

.ChatIcon-angle-right:before {
    content: "ï„…"
}

.ChatIcon-angle-up:before {
    content: "ï„†"
}

.ChatIcon-angle-down:before {
    content: "ï„‡"
}

.ChatIcon-desktop:before {
    content: "ï„ˆ"
}

.ChatIcon-laptop:before {
    content: "ï„‰"
}

.ChatIcon-tablet:before {
    content: "ï„Š"
}

.ChatIcon-mobile-phone:before,
.ChatIcon-mobile:before {
    content: "ï„‹"
}

.ChatIcon-circle-o:before {
    content: "ï„Œ"
}

.ChatIcon-quote-left:before {
    content: "ï„"
}

.ChatIcon-quote-right:before {
    content: "ï„Ž"
}

.ChatIcon-spinner:before {
    content: "ï„"
}

.ChatIcon-circle:before {
    content: "ï„‘"
}

.ChatIcon-mail-reply:before,
.ChatIcon-reply:before {
    content: "ï„’"
}

.ChatIcon-github-alt:before {
    content: "ï„“"
}

.ChatIcon-folder-o:before {
    content: "ï„”"
}

.ChatIcon-folder-open-o:before {
    content: "ï„•"
}

.ChatIcon-smile-o:before {
    content: "ï„˜"
}

.ChatIcon-frown-o:before {
    content: "ï„™"
}

.ChatIcon-meh-o:before {
    content: "ï„š"
}

.ChatIcon-gamepad:before {
    content: "ï„›"
}

.ChatIcon-keyboard-o:before {
    content: "ï„œ"
}

.ChatIcon-flag-o:before {
    content: "ï„"
}

.ChatIcon-flag-checkered:before {
    content: "ï„ž"
}

.ChatIcon-terminal:before {
    content: "ï„ "
}

.ChatIcon-code:before {
    content: "ï„¡"
}

.ChatIcon-mail-reply-all:before,
.ChatIcon-reply-all:before {
    content: "ï„¢"
}

.ChatIcon-star-half-empty:before,
.ChatIcon-star-half-full:before,
.ChatIcon-star-half-o:before {
    content: "ï„£"
}

.ChatIcon-location-arrow:before {
    content: "ï„¤"
}

.ChatIcon-crop:before {
    content: "ï„¥"
}

.ChatIcon-code-fork:before {
    content: "ï„¦"
}

.ChatIcon-unlink:before,
.ChatIcon-chain-broken:before {
    content: "ï„§"
}

.ChatIcon-question:before {
    content: "ï„¨"
}

.ChatIcon-info:before {
    content: "ï„©"
}

.ChatIcon-exclamation:before {
    content: "ï„ª"
}

.ChatIcon-superscript:before {
    content: "ï„«"
}

.ChatIcon-subscript:before {
    content: "ï„¬"
}

.ChatIcon-eraser:before {
    content: "ï„­"
}

.ChatIcon-puzzle-piece:before {
    content: "ï„®"
}

.ChatIcon-microphone:before {
    content: "ï„°"
}

.ChatIcon-microphone-slash:before {
    content: "ï„±"
}

.ChatIcon-shield:before {
    content: "ï„²"
}

.ChatIcon-calendar-o:before {
    content: "ï„³"
}

.ChatIcon-fire-extinguisher:before {
    content: "ï„´"
}

.ChatIcon-rocket:before {
    content: "ï„µ"
}

.ChatIcon-maxcdn:before {
    content: "ï„¶"
}

.ChatIcon-chevron-circle-left:before {
    content: "ï„·"
}

.ChatIcon-chevron-circle-right:before {
    content: "ï„¸"
}

.ChatIcon-chevron-circle-up:before {
    content: "ï„¹"
}

.ChatIcon-chevron-circle-down:before {
    content: "ï„º"
}

.ChatIcon-html5:before {
    content: "ï„»"
}

.ChatIcon-css3:before {
    content: "ï„¼"
}

.ChatIcon-anchor:before {
    content: "ï„½"
}

.ChatIcon-unlock-alt:before {
    content: "ï„¾"
}

.ChatIcon-bullseye:before {
    content: "ï…€"
}

.ChatIcon-ellipsis-h:before {
    content: "ï…"
}

.ChatIcon-ellipsis-v:before {
    content: "ï…‚"
}

.ChatIcon-rss-square:before {
    content: "ï…ƒ"
}

.ChatIcon-play-circle:before {
    content: "ï…„"
}

.ChatIcon-ticket:before {
    content: "ï……"
}

.ChatIcon-minus-square:before {
    content: "ï…†"
}

.ChatIcon-minus-square-o:before {
    content: "ï…‡"
}

.ChatIcon-level-up:before {
    content: "ï…ˆ"
}

.ChatIcon-level-down:before {
    content: "ï…‰"
}

.ChatIcon-check-square:before {
    content: "ï…Š"
}

.ChatIcon-pencil-square:before {
    content: "ï…‹"
}

.ChatIcon-external-link-square:before {
    content: "ï…Œ"
}

.ChatIcon-share-square:before {
    content: "ï…"
}

.ChatIcon-compass:before {
    content: "ï…Ž"
}

.ChatIcon-toggle-down:before,
.ChatIcon-caret-square-o-down:before {
    content: "ï…"
}

.ChatIcon-toggle-up:before,
.ChatIcon-caret-square-o-up:before {
    content: "ï…‘"
}

.ChatIcon-toggle-right:before,
.ChatIcon-caret-square-o-right:before {
    content: "ï…’"
}

.ChatIcon-euro:before,
.ChatIcon-eur:before {
    content: "ï…“"
}

.ChatIcon-gbp:before {
    content: "ï…”"
}

.ChatIcon-dollar:before,
.ChatIcon-usd:before {
    content: "ï…•"
}

.ChatIcon-rupee:before,
.ChatIcon-inr:before {
    content: "ï…–"
}

.ChatIcon-cny:before,
.ChatIcon-rmb:before,
.ChatIcon-yen:before,
.ChatIcon-jpy:before {
    content: "ï…—"
}

.ChatIcon-ruble:before,
.ChatIcon-rouble:before,
.ChatIcon-rub:before {
    content: "ï…˜"
}

.ChatIcon-won:before,
.ChatIcon-krw:before {
    content: "ï…™"
}

.ChatIcon-bitcoin:before,
.ChatIcon-btc:before {
    content: "ï…š"
}

.ChatIcon-file:before {
    content: "ï…›"
}

.ChatIcon-file-text:before {
    content: "ï…œ"
}

.ChatIcon-sort-alpha-asc:before {
    content: "ï…"
}

.ChatIcon-sort-alpha-desc:before {
    content: "ï…ž"
}

.ChatIcon-sort-amount-asc:before {
    content: "ï… "
}

.ChatIcon-sort-amount-desc:before {
    content: "ï…¡"
}

.ChatIcon-sort-numeric-asc:before {
    content: "ï…¢"
}

.ChatIcon-sort-numeric-desc:before {
    content: "ï…£"
}

.ChatIcon-thumbs-up:before {
    content: "ï…¤"
}

.ChatIcon-thumbs-down:before {
    content: "ï…¥"
}

.ChatIcon-youtube-square:before {
    content: "ï…¦"
}

.ChatIcon-youtube:before {
    content: "ï…§"
}

.ChatIcon-xing:before {
    content: "ï…¨"
}

.ChatIcon-xing-square:before {
    content: "ï…©"
}

.ChatIcon-youtube-play:before {
    content: "ï…ª"
}

.ChatIcon-dropbox:before {
    content: "ï…«"
}

.ChatIcon-stack-overflow:before {
    content: "ï…¬"
}

.ChatIcon-instagram:before {
    content: "ï…­"
}

.ChatIcon-flickr:before {
    content: "ï…®"
}

.ChatIcon-adn:before {
    content: "ï…°"
}

.ChatIcon-bitbucket:before {
    content: "ï…±"
}

.ChatIcon-bitbucket-square:before {
    content: "ï…²"
}

.ChatIcon-tumblr:before {
    content: "ï…³"
}

.ChatIcon-tumblr-square:before {
    content: "ï…´"
}

.ChatIcon-long-arrow-down:before {
    content: "ï…µ"
}

.ChatIcon-long-arrow-up:before {
    content: "ï…¶"
}

.ChatIcon-long-arrow-left:before {
    content: "ï…·"
}

.ChatIcon-long-arrow-right:before {
    content: "ï…¸"
}

.ChatIcon-apple:before {
    content: "ï…¹"
}

.ChatIcon-windows:before {
    content: "ï…º"
}

.ChatIcon-android:before {
    content: "ï…»"
}

.ChatIcon-linux:before {
    content: "ï…¼"
}

.ChatIcon-dribbble:before {
    content: "ï…½"
}

.ChatIcon-skype:before {
    content: "ï…¾"
}

.ChatIcon-foursquare:before {
    content: "ï†€"
}

.ChatIcon-trello:before {
    content: "ï†"
}

.ChatIcon-female:before {
    content: "ï†‚"
}

.ChatIcon-male:before {
    content: "ï†ƒ"
}

.ChatIcon-gittip:before,
.ChatIcon-gratipay:before {
    content: "ï†„"
}

.ChatIcon-sun-o:before {
    content: "ï†…"
}

.ChatIcon-moon-o:before {
    content: "ï††"
}

.ChatIcon-archive:before {
    content: "ï†‡"
}

.ChatIcon-bug:before {
    content: "ï†ˆ"
}

.ChatIcon-vk:before {
    content: "ï†‰"
}

.ChatIcon-weibo:before {
    content: "ï†Š"
}

.ChatIcon-renren:before {
    content: "ï†‹"
}

.ChatIcon-pagelines:before {
    content: "ï†Œ"
}

.ChatIcon-stack-exchange:before {
    content: "ï†"
}

.ChatIcon-arrow-circle-o-right:before {
    content: "ï†Ž"
}

.ChatIcon-arrow-circle-o-left:before {
    content: "ï†"
}

.ChatIcon-toggle-left:before,
.ChatIcon-caret-square-o-left:before {
    content: "ï†‘"
}

.ChatIcon-dot-circle-o:before {
    content: "ï†’"
}

.ChatIcon-wheelchair:before {
    content: "ï†“"
}

.ChatIcon-vimeo-square:before {
    content: "ï†”"
}

.ChatIcon-turkish-lira:before,
.ChatIcon-try:before {
    content: "ï†•"
}

.ChatIcon-plus-square-o:before {
    content: "ï†–"
}

.ChatIcon-space-shuttle:before {
    content: "ï†—"
}

.ChatIcon-slack:before {
    content: "ï†˜"
}

.ChatIcon-envelope-square:before {
    content: "ï†™"
}

.ChatIcon-wordpress:before {
    content: "ï†š"
}

.ChatIcon-openid:before {
    content: "ï†›"
}

.ChatIcon-institution:before,
.ChatIcon-bank:before,
.ChatIcon-university:before {
    content: "ï†œ"
}

.ChatIcon-mortar-board:before,
.ChatIcon-graduation-cap:before {
    content: "ï†"
}

.ChatIcon-yahoo:before {
    content: "ï†ž"
}

.ChatIcon-google:before {
    content: "ï† "
}

.ChatIcon-reddit:before {
    content: "ï†¡"
}

.ChatIcon-reddit-square:before {
    content: "ï†¢"
}

.ChatIcon-stumbleupon-circle:before {
    content: "ï†£"
}

.ChatIcon-stumbleupon:before {
    content: "ï†¤"
}

.ChatIcon-delicious:before {
    content: "ï†¥"
}

.ChatIcon-digg:before {
    content: "ï†¦"
}

.ChatIcon-pied-piper-pp:before {
    content: "ï†§"
}

.ChatIcon-pied-piper-alt:before {
    content: "ï†¨"
}

.ChatIcon-drupal:before {
    content: "ï†©"
}

.ChatIcon-joomla:before {
    content: "ï†ª"
}

.ChatIcon-language:before {
    content: "ï†«"
}

.ChatIcon-fax:before {
    content: "ï†¬"
}

.ChatIcon-building:before {
    content: "ï†­"
}

.ChatIcon-child:before {
    content: "ï†®"
}

.ChatIcon-paw:before {
    content: "ï†°"
}

.ChatIcon-spoon:before {
    content: "ï†±"
}

.ChatIcon-cube:before {
    content: "ï†²"
}

.ChatIcon-cubes:before {
    content: "ï†³"
}

.ChatIcon-behance:before {
    content: "ï†´"
}

.ChatIcon-behance-square:before {
    content: "ï†µ"
}

.ChatIcon-steam:before {
    content: "ï†¶"
}

.ChatIcon-steam-square:before {
    content: "ï†·"
}

.ChatIcon-recycle:before {
    content: "ï†¸"
}

.ChatIcon-automobile:before,
.ChatIcon-car:before {
    content: "ï†¹"
}

.ChatIcon-cab:before,
.ChatIcon-taxi:before {
    content: "ï†º"
}

.ChatIcon-tree:before {
    content: "ï†»"
}

.ChatIcon-spotify:before {
    content: "ï†¼"
}

.ChatIcon-deviantart:before {
    content: "ï†½"
}

.ChatIcon-soundcloud:before {
    content: "ï†¾"
}

.ChatIcon-database:before {
    content: "ï‡€"
}

.ChatIcon-file-pdf-o:before {
    content: "ï‡"
}

.ChatIcon-file-word-o:before {
    content: "ï‡‚"
}

.ChatIcon-file-excel-o:before {
    content: "ï‡ƒ"
}

.ChatIcon-file-powerpoint-o:before {
    content: "ï‡„"
}

.ChatIcon-file-photo-o:before,
.ChatIcon-file-picture-o:before,
.ChatIcon-file-image-o:before {
    content: "ï‡…"
}

.ChatIcon-file-zip-o:before,
.ChatIcon-file-archive-o:before {
    content: "ï‡†"
}

.ChatIcon-file-sound-o:before,
.ChatIcon-file-audio-o:before {
    content: "ï‡‡"
}

.ChatIcon-file-movie-o:before,
.ChatIcon-file-video-o:before {
    content: "ï‡ˆ"
}

.ChatIcon-file-code-o:before {
    content: "ï‡‰"
}

.ChatIcon-vine:before {
    content: "ï‡Š"
}

.ChatIcon-codepen:before {
    content: "ï‡‹"
}

.ChatIcon-jsfiddle:before {
    content: "ï‡Œ"
}

.ChatIcon-life-bouy:before,
.ChatIcon-life-buoy:before,
.ChatIcon-life-saver:before,
.ChatIcon-support:before,
.ChatIcon-life-ring:before {
    content: "ï‡"
}

.ChatIcon-circle-o-notch:before {
    content: "ï‡Ž"
}

.ChatIcon-ra:before,
.ChatIcon-resistance:before,
.ChatIcon-rebel:before {
    content: "ï‡"
}

.ChatIcon-ge:before,
.ChatIcon-empire:before {
    content: "ï‡‘"
}

.ChatIcon-git-square:before {
    content: "ï‡’"
}

.ChatIcon-git:before {
    content: "ï‡“"
}

.ChatIcon-y-combinator-square:before,
.ChatIcon-yc-square:before,
.ChatIcon-hacker-news:before {
    content: "ï‡”"
}

.ChatIcon-tencent-weibo:before {
    content: "ï‡•"
}

.ChatIcon-qq:before {
    content: "ï‡–"
}

.ChatIcon-wechat:before,
.ChatIcon-weixin:before {
    content: "ï‡—"
}

.ChatIcon-send:before,
.ChatIcon-paper-plane:before {
    content: "ï‡˜"
}

.ChatIcon-send-o:before,
.ChatIcon-paper-plane-o:before {
    content: "ï‡™"
}

.ChatIcon-history:before {
    content: "ï‡š"
}

.ChatIcon-circle-thin:before {
    content: "ï‡›"
}

.ChatIcon-header:before {
    content: "ï‡œ"
}

.ChatIcon-paragraph:before {
    content: "ï‡"
}

.ChatIcon-sliders:before {
    content: "ï‡ž"
}

.ChatIcon-share-alt:before {
    content: "ï‡ "
}

.ChatIcon-share-alt-square:before {
    content: "ï‡¡"
}

.ChatIcon-bomb:before {
    content: "ï‡¢"
}

.ChatIcon-soccer-ball-o:before,
.ChatIcon-futbol-o:before {
    content: "ï‡£"
}

.ChatIcon-tty:before {
    content: "ï‡¤"
}

.ChatIcon-binoculars:before {
    content: "ï‡¥"
}

.ChatIcon-plug:before {
    content: "ï‡¦"
}

.ChatIcon-slideshare:before {
    content: "ï‡§"
}

.ChatIcon-twitch:before {
    content: "ï‡¨"
}

.ChatIcon-yelp:before {
    content: "ï‡©"
}

.ChatIcon-newspaper-o:before {
    content: "ï‡ª"
}

.ChatIcon-wifi:before {
    content: "ï‡«"
}

.ChatIcon-calculator:before {
    content: "ï‡¬"
}

.ChatIcon-paypal:before {
    content: "ï‡­"
}

.ChatIcon-google-wallet:before {
    content: "ï‡®"
}

.ChatIcon-cc-visa:before {
    content: "ï‡°"
}

.ChatIcon-cc-mastercard:before {
    content: "ï‡±"
}

.ChatIcon-cc-discover:before {
    content: "ï‡²"
}

.ChatIcon-cc-amex:before {
    content: "ï‡³"
}

.ChatIcon-cc-paypal:before {
    content: "ï‡´"
}

.ChatIcon-cc-stripe:before {
    content: "ï‡µ"
}

.ChatIcon-bell-slash:before {
    content: "ï‡¶"
}

.ChatIcon-bell-slash-o:before {
    content: "ï‡·"
}

.ChatIcon-trash:before {
    content: "ï‡¸"
}

.ChatIcon-copyright:before {
    content: "ï‡¹"
}

.ChatIcon-at:before {
    content: "ï‡º"
}

.ChatIcon-eyedropper:before {
    content: "ï‡»"
}

.ChatIcon-paint-brush:before {
    content: "ï‡¼"
}

.ChatIcon-birthday-cake:before {
    content: "ï‡½"
}

.ChatIcon-area-chart:before {
    content: "ï‡¾"
}

.ChatIcon-pie-chart:before {
    content: "ïˆ€"
}

.ChatIcon-line-chart:before {
    content: "ïˆ"
}

.ChatIcon-lastfm:before {
    content: "ïˆ‚"
}

.ChatIcon-lastfm-square:before {
    content: "ïˆƒ"
}

.ChatIcon-toggle-off:before {
    content: "ïˆ„"
}

.ChatIcon-toggle-on:before {
    content: "ïˆ…"
}

.ChatIcon-bicycle:before {
    content: "ïˆ†"
}

.ChatIcon-bus:before {
    content: "ïˆ‡"
}

.ChatIcon-ioxhost:before {
    content: "ïˆˆ"
}

.ChatIcon-angellist:before {
    content: "ïˆ‰"
}

.ChatIcon-cc:before {
    content: "ïˆŠ"
}

.ChatIcon-shekel:before,
.ChatIcon-sheqel:before,
.ChatIcon-ils:before {
    content: "ïˆ‹"
}

.ChatIcon-meanpath:before {
    content: "ïˆŒ"
}

.ChatIcon-buysellads:before {
    content: "ïˆ"
}

.ChatIcon-connectdevelop:before {
    content: "ïˆŽ"
}

.ChatIcon-dashcube:before {
    content: "ïˆ"
}

.ChatIcon-forumbee:before {
    content: "ïˆ‘"
}

.ChatIcon-leanpub:before {
    content: "ïˆ’"
}

.ChatIcon-sellsy:before {
    content: "ïˆ“"
}

.ChatIcon-shirtsinbulk:before {
    content: "ïˆ”"
}

.ChatIcon-simplybuilt:before {
    content: "ïˆ•"
}

.ChatIcon-skyatlas:before {
    content: "ïˆ–"
}

.ChatIcon-cart-plus:before {
    content: "ïˆ—"
}

.ChatIcon-cart-arrow-down:before {
    content: "ïˆ˜"
}

.ChatIcon-diamond:before {
    content: "ïˆ™"
}

.ChatIcon-ship:before {
    content: "ïˆš"
}

.ChatIcon-user-secret:before {
    content: "ïˆ›"
}

.ChatIcon-motorcycle:before {
    content: "ïˆœ"
}

.ChatIcon-street-view:before {
    content: "ïˆ"
}

.ChatIcon-heartbeat:before {
    content: "ïˆž"
}

.ChatIcon-venus:before {
    content: "ïˆ¡"
}

.ChatIcon-mars:before {
    content: "ïˆ¢"
}

.ChatIcon-mercury:before {
    content: "ïˆ£"
}

.ChatIcon-intersex:before,
.ChatIcon-transgender:before {
    content: "ïˆ¤"
}

.ChatIcon-transgender-alt:before {
    content: "ïˆ¥"
}

.ChatIcon-venus-double:before {
    content: "ïˆ¦"
}

.ChatIcon-mars-double:before {
    content: "ïˆ§"
}

.ChatIcon-venus-mars:before {
    content: "ïˆ¨"
}

.ChatIcon-mars-stroke:before {
    content: "ïˆ©"
}

.ChatIcon-mars-stroke-v:before {
    content: "ïˆª"
}

.ChatIcon-mars-stroke-h:before {
    content: "ïˆ«"
}

.ChatIcon-neuter:before {
    content: "ïˆ¬"
}

.ChatIcon-genderless:before {
    content: "ïˆ­"
}

.ChatIcon-facebook-official:before {
    content: "ïˆ°"
}

.ChatIcon-pinterest-p:before {
    content: "ïˆ±"
}

.ChatIcon-whatsapp:before {
    content: "ïˆ²"
}

.ChatIcon-server:before {
    content: "ïˆ³"
}

.ChatIcon-user-plus:before {
    content: "ïˆ´"
}

.ChatIcon-user-times:before {
    content: "ïˆµ"
}

.ChatIcon-hotel:before,
.ChatIcon-bed:before {
    content: "ïˆ¶"
}

.ChatIcon-viacoin:before {
    content: "ïˆ·"
}

.ChatIcon-train:before {
    content: "ïˆ¸"
}

.ChatIcon-subway:before {
    content: "ïˆ¹"
}

.ChatIcon-medium:before {
    content: "ïˆº"
}

.ChatIcon-yc:before,
.ChatIcon-y-combinator:before {
    content: "ïˆ»"
}

.ChatIcon-optin-monster:before {
    content: "ïˆ¼"
}

.ChatIcon-opencart:before {
    content: "ïˆ½"
}

.ChatIcon-expeditedssl:before {
    content: "ïˆ¾"
}

.ChatIcon-battery-4:before,
.ChatIcon-battery:before,
.ChatIcon-battery-full:before {
    content: "ï‰€"
}

.ChatIcon-battery-3:before,
.ChatIcon-battery-three-quarters:before {
    content: "ï‰"
}

.ChatIcon-battery-2:before,
.ChatIcon-battery-half:before {
    content: "ï‰‚"
}

.ChatIcon-battery-1:before,
.ChatIcon-battery-quarter:before {
    content: "ï‰ƒ"
}

.ChatIcon-battery-0:before,
.ChatIcon-battery-empty:before {
    content: "ï‰„"
}

.ChatIcon-mouse-pointer:before {
    content: "ï‰…"
}

.ChatIcon-i-cursor:before {
    content: "ï‰†"
}

.ChatIcon-object-group:before {
    content: "ï‰‡"
}

.ChatIcon-object-ungroup:before {
    content: "ï‰ˆ"
}

.ChatIcon-sticky-note:before {
    content: "ï‰‰"
}

.ChatIcon-sticky-note-o:before {
    content: "ï‰Š"
}

.ChatIcon-cc-jcb:before {
    content: "ï‰‹"
}

.ChatIcon-cc-diners-club:before {
    content: "ï‰Œ"
}

.ChatIcon-clone:before {
    content: "ï‰"
}

.ChatIcon-balance-scale:before {
    content: "ï‰Ž"
}

.ChatIcon-hourglass-o:before {
    content: "ï‰"
}

.ChatIcon-hourglass-1:before,
.ChatIcon-hourglass-start:before {
    content: "ï‰‘"
}

.ChatIcon-hourglass-2:before,
.ChatIcon-hourglass-half:before {
    content: "ï‰’"
}

.ChatIcon-hourglass-3:before,
.ChatIcon-hourglass-end:before {
    content: "ï‰“"
}

.ChatIcon-hourglass:before {
    content: "ï‰”"
}

.ChatIcon-hand-grab-o:before,
.ChatIcon-hand-rock-o:before {
    content: "ï‰•"
}

.ChatIcon-hand-stop-o:before,
.ChatIcon-hand-paper-o:before {
    content: "ï‰–"
}

.ChatIcon-hand-scissors-o:before {
    content: "ï‰—"
}

.ChatIcon-hand-lizard-o:before {
    content: "ï‰˜"
}

.ChatIcon-hand-spock-o:before {
    content: "ï‰™"
}

.ChatIcon-hand-pointer-o:before {
    content: "ï‰š"
}

.ChatIcon-hand-peace-o:before {
    content: "ï‰›"
}

.ChatIcon-trademark:before {
    content: "ï‰œ"
}

.ChatIcon-registered:before {
    content: "ï‰"
}

.ChatIcon-creative-commons:before {
    content: "ï‰ž"
}

.ChatIcon-gg:before {
    content: "ï‰ "
}

.ChatIcon-gg-circle:before {
    content: "ï‰¡"
}

.ChatIcon-tripadvisor:before {
    content: "ï‰¢"
}

.ChatIcon-odnoklassniki:before {
    content: "ï‰£"
}

.ChatIcon-odnoklassniki-square:before {
    content: "ï‰¤"
}

.ChatIcon-get-pocket:before {
    content: "ï‰¥"
}

.ChatIcon-wikipedia-w:before {
    content: "ï‰¦"
}

.ChatIcon-safari:before {
    content: "ï‰§"
}

.ChatIcon-chrome:before {
    content: "ï‰¨"
}

.ChatIcon-firefox:before {
    content: "ï‰©"
}

.ChatIcon-opera:before {
    content: "ï‰ª"
}

.ChatIcon-internet-explorer:before {
    content: "ï‰«"
}

.ChatIcon-tv:before,
.ChatIcon-television:before {
    content: "ï‰¬"
}

.ChatIcon-contao:before {
    content: "ï‰­"
}

.ChatIcon-500px:before {
    content: "ï‰®"
}

.ChatIcon-amazon:before {
    content: "ï‰°"
}

.ChatIcon-calendar-plus-o:before {
    content: "ï‰±"
}

.ChatIcon-calendar-minus-o:before {
    content: "ï‰²"
}

.ChatIcon-calendar-times-o:before {
    content: "ï‰³"
}

.ChatIcon-calendar-check-o:before {
    content: "ï‰´"
}

.ChatIcon-industry:before {
    content: "ï‰µ"
}

.ChatIcon-map-pin:before {
    content: "ï‰¶"
}

.ChatIcon-map-signs:before {
    content: "ï‰·"
}

.ChatIcon-map-o:before {
    content: "ï‰¸"
}

.ChatIcon-map:before {
    content: "ï‰¹"
}

.ChatIcon-commenting:before {
    content: "ï‰º"
}

.ChatIcon-commenting-o:before {
    content: "ï‰»"
}

.ChatIcon-houzz:before {
    content: "ï‰¼"
}

.ChatIcon-vimeo:before {
    content: "ï‰½"
}

.ChatIcon-black-tie:before {
    content: "ï‰¾"
}

.ChatIcon-fonticons:before {
    content: "ïŠ€"
}

.ChatIcon-reddit-alien:before {
    content: "ïŠ"
}

.ChatIcon-edge:before {
    content: "ïŠ‚"
}

.ChatIcon-credit-card-alt:before {
    content: "ïŠƒ"
}

.ChatIcon-codiepie:before {
    content: "ïŠ„"
}

.ChatIcon-modx:before {
    content: "ïŠ…"
}

.ChatIcon-fort-awesome:before {
    content: "ïŠ†"
}

.ChatIcon-usb:before {
    content: "ïŠ‡"
}

.ChatIcon-product-hunt:before {
    content: "ïŠˆ"
}

.ChatIcon-mixcloud:before {
    content: "ïŠ‰"
}

.ChatIcon-scribd:before {
    content: "ïŠŠ"
}

.ChatIcon-pause-circle:before {
    content: "ïŠ‹"
}

.ChatIcon-pause-circle-o:before {
    content: "ïŠŒ"
}

.ChatIcon-stop-circle:before {
    content: "ïŠ"
}

.ChatIcon-stop-circle-o:before {
    content: "ïŠŽ"
}

.ChatIcon-shopping-bag:before {
    content: "ïŠ"
}

.ChatIcon-shopping-basket:before {
    content: "ïŠ‘"
}

.ChatIcon-hashtag:before {
    content: "ïŠ’"
}

.ChatIcon-bluetooth:before {
    content: "ïŠ“"
}

.ChatIcon-bluetooth-b:before {
    content: "ïŠ”"
}

.ChatIcon-percent:before {
    content: "ïŠ•"
}

.ChatIcon-gitlab:before {
    content: "ïŠ–"
}

.ChatIcon-wpbeginner:before {
    content: "ïŠ—"
}

.ChatIcon-wpforms:before {
    content: "ïŠ˜"
}

.ChatIcon-envira:before {
    content: "ïŠ™"
}

.ChatIcon-universal-access:before {
    content: "ïŠš"
}

.ChatIcon-wheelchair-alt:before {
    content: "ïŠ›"
}

.ChatIcon-question-circle-o:before {
    content: "ïŠœ"
}

.ChatIcon-blind:before {
    content: "ïŠ"
}

.ChatIcon-audio-description:before {
    content: "ïŠž"
}

.ChatIcon-volume-control-phone:before {
    content: "ïŠ "
}

.ChatIcon-braille:before {
    content: "ïŠ¡"
}

.ChatIcon-assistive-listening-systems:before {
    content: "ïŠ¢"
}

.ChatIcon-asl-interpreting:before,
.ChatIcon-american-sign-language-interpreting:before {
    content: "ïŠ£"
}

.ChatIcon-deafness:before,
.ChatIcon-hard-of-hearing:before,
.ChatIcon-deaf:before {
    content: "ïŠ¤"
}

.ChatIcon-glide:before {
    content: "ïŠ¥"
}

.ChatIcon-glide-g:before {
    content: "ïŠ¦"
}

.ChatIcon-signing:before,
.ChatIcon-sign-language:before {
    content: "ïŠ§"
}

.ChatIcon-low-vision:before {
    content: "ïŠ¨"
}

.ChatIcon-viadeo:before {
    content: "ïŠ©"
}

.ChatIcon-viadeo-square:before {
    content: "ïŠª"
}

.ChatIcon-snapchat:before {
    content: "ïŠ«"
}

.ChatIcon-snapchat-ghost:before {
    content: "ïŠ¬"
}

.ChatIcon-snapchat-square:before {
    content: "ïŠ­"
}

.ChatIcon-pied-piper:before {
    content: "ïŠ®"
}

.ChatIcon-first-order:before {
    content: "ïŠ°"
}

.ChatIcon-yoast:before {
    content: "ïŠ±"
}

.ChatIcon-themeisle:before {
    content: "ïŠ²"
}

.ChatIcon-google-plus-circle:before,
.ChatIcon-google-plus-official:before {
    content: "ïŠ³"
}

.ChatIcon-ChatIcon:before,
.ChatIcon-font-awesome:before {
    content: "ïŠ´"
}

.ChatIcon-handshake-o:before {
    content: "ïŠµ"
}

.ChatIcon-envelope-open:before {
    content: "ïŠ¶"
}

.ChatIcon-envelope-open-o:before {
    content: "ïŠ·"
}

.ChatIcon-linode:before {
    content: "ïŠ¸"
}

.ChatIcon-address-book:before {
    content: "ïŠ¹"
}

.ChatIcon-address-book-o:before {
    content: "ïŠº"
}

.ChatIcon-vcard:before,
.ChatIcon-address-card:before {
    content: "ïŠ»"
}

.ChatIcon-vcard-o:before,
.ChatIcon-address-card-o:before {
    content: "ïŠ¼"
}

.ChatIcon-user-circle:before {
    content: "ïŠ½"
}

.ChatIcon-user-circle-o:before {
    content: "ïŠ¾"
}

.ChatIcon-user-o:before {
    content: "ï‹€"
}

.ChatIcon-id-badge:before {
    content: "ï‹"
}

.ChatIcon-drivers-license:before,
.ChatIcon-id-card:before {
    content: "ï‹‚"
}

.ChatIcon-drivers-license-o:before,
.ChatIcon-id-card-o:before {
    content: "ï‹ƒ"
}

.ChatIcon-quora:before {
    content: "ï‹„"
}

.ChatIcon-free-code-camp:before {
    content: "ï‹…"
}

.ChatIcon-telegram:before {
    content: "ï‹†"
}

.ChatIcon-thermometer-4:before,
.ChatIcon-thermometer:before,
.ChatIcon-thermometer-full:before {
    content: "ï‹‡"
}

.ChatIcon-thermometer-3:before,
.ChatIcon-thermometer-three-quarters:before {
    content: "ï‹ˆ"
}

.ChatIcon-thermometer-2:before,
.ChatIcon-thermometer-half:before {
    content: "ï‹‰"
}

.ChatIcon-thermometer-1:before,
.ChatIcon-thermometer-quarter:before {
    content: "ï‹Š"
}

.ChatIcon-thermometer-0:before,
.ChatIcon-thermometer-empty:before {
    content: "ï‹‹"
}

.ChatIcon-shower:before {
    content: "ï‹Œ"
}

.ChatIcon-bathtub:before,
.ChatIcon-s15:before,
.ChatIcon-bath:before {
    content: "ï‹"
}

.ChatIcon-podcast:before {
    content: "ï‹Ž"
}

.ChatIcon-window-maximize:before {
    content: "ï‹"
}

.ChatIcon-window-minimize:before {
    content: "ï‹‘"
}

.ChatIcon-window-restore:before {
    content: "ï‹’"
}

.ChatIcon-times-rectangle:before,
.ChatIcon-window-close:before {
    content: "ï‹“"
}

.ChatIcon-times-rectangle-o:before,
.ChatIcon-window-close-o:before {
    content: "ï‹”"
}

.ChatIcon-bandcamp:before {
    content: "ï‹•"
}

.ChatIcon-grav:before {
    content: "ï‹–"
}

.ChatIcon-etsy:before {
    content: "ï‹—"
}

.ChatIcon-imdb:before {
    content: "ï‹˜"
}

.ChatIcon-ravelry:before {
    content: "ï‹™"
}

.ChatIcon-eercast:before {
    content: "ï‹š"
}

.ChatIcon-microchip:before {
    content: "ï‹›"
}

.ChatIcon-snowflake-o:before {
    content: "ï‹œ"
}

.ChatIcon-superpowers:before {
    content: "ï‹"
}

.ChatIcon-wpexplorer:before {
    content: "ï‹ž"
}

.ChatIcon-meetup:before {
    content: "ï‹ "
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ChatMobilePulso {
    color: #fff;
    transition: all .1s;
    animation: flicker 3s ease-in-out infinite;
    animation-delay: 3s
}

.ChatPulso {
    color: #fff;
    transition: all .5s;
    animation: flicker 1s ease-in-out 1 alternate, neon 1.5s ease-in-out infinite alternate;
    animation-delay: 0s, 1s
}

.ChatRestorePulso {
    -webkit-animation: restori 2s ease-in-out infinite;
    animation: restori 2s ease-in-out infinite
}

.fotoAttachBut {
    position: relative;
    float: right;
    width: 30px;
    height: 40px;
    margin: 5px 0 5px 0;
    right: calc(28% - 5px);
    cursor: pointer
}

.btnFoto {
    position: relative;
    float: right;
    width: 30px;
    height: 40px;
    margin: 5px 0 5px 0;
    right: calc(28% - 5px);
    background-image: url('./Image/camera.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    cursor: pointer
}

@-webkit-keyframes restori {
    from {
        color: #ff0
    }
    to {
        color: #f00
    }
}

@keyframes restori {
    from {
        color: #ff0
    }
    to {
        color: #f00
    }
}

@keyframes neon {
    from {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #b6ff00, 0 0 17.5px #b6ff00, 0 0 20px #b6ff00, 0 0 25px #b6ff00, 0 0 37.5px #b6ff00
    }
    to {
        text-shadow: 0 0 3px #fff, 0 0 7px #fff, 0 0 13px #fff, 0 0 17px #b6ff00, 0 0 33px #b6ff00, 0 0 38px #b6ff00, 0 0 48px #b6ff00, 0 0 63px #b6ff00
    }
}

@keyframes flicker {
    0% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #b6ff00, 0 0 17.5px #b6ff00, 0 0 20px #b6ff00, 0 0 25px #b6ff00, 0 0 37.5px #b6ff00
    }
    2% {
        text-shadow: none
    }
    8% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #b6ff00, 0 0 17.5px #b6ff00, 0 0 20px #b6ff00, 0 0 25px #b6ff00, 0 0 37.5px #b6ff00
    }
    10% {
        text-shadow: none
    }
    20% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #b6ff00, 0 0 17.5px #b6ff00, 0 0 20px #b6ff00, 0 0 25px #b6ff00, 0 0 37.5px #b6ff00
    }
    22% {
        text-shadow: none
    }
    24% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #b6ff00, 0 0 17.5px #b6ff00, 0 0 20px #b6ff00, 0 0 25px #b6ff00, 0 0 37.5px #b6ff00
    }
    28% {
        text-shadow: none
    }
    32% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #b6ff00, 0 0 17.5px #b6ff00, 0 0 20px #b6ff00, 0 0 25px #b6ff00, 0 0 37.5px #b6ff00
    }
    34% {
        text-shadow: none
    }
    36% {
        text-shadow: none
    }
    42% {
        text-shadow: none
    }
    100% {
        text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #b6ff00, 0 0 17.5px #b6ff00, 0 0 20px #b6ff00, 0 0 25px #b6ff00, 0 0 37.5px #b6ff00
    }
}